#SzK {
	width: 100%;
	margin-right: auto;
	margin-left: auto; 
	font-size: 90%;
	font-family: times new roman, arial;
}
body {	
	background: linear-gradient(to right, #949494, white, #949494);
}
*{
	box-sizing: border-box;
}
header {
	text-align: center;
	margin-bottom: 3rem;
}
header img {
	transform: scale(0.75);
}
h1 {
	font-size: 300%;
	text-align: center;
	text-decoration: underline;
	margin-top: 0rem;
}

nav {
	text-align: center;
}
button {
	display: none;
}
nav ul {
	list-style-type: none;
	background-color: #595959;
	border: 1px solid #4D4D4D;
	margin-left: 1.5rem;
	margin-right: 1.5rem;
	padding-top: 0.8rem;
	padding-right: 40px;
	padding-bottom: 1rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#navi-liste details {
	display: none;
}

.button {
	display: inline-block;
	padding: 0.4rem 0.6rem;
	margin: 0.2rem 0rem;
	background-color: #BFBFBF;
	border: 1px solid #4D4D4D;
}
a {
	color: #000;
	text-decoration: none;
	font-size: 1.5rem;
}
a:hover, a:focus, a:active {
	background-color: white;
	transition: all 0.2s ease;
}
.button2 {
	display: none;
}

section {
	width: 96%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 1rem 2rem 0.5rem;
	margin: 0rem 1rem 1.25rem 2rem;
	list-style-type: none;
	line-height: 1.5;
	background: linear-gradient(#BFBFBF, #595959);
	border: 1px solid #4D4D4D;
	
}
.sidebar {
	width: 13%;

}
.sidebar a {
	width: 80%;
	min-width: 150px;
	font-size: 1.4rem;
}

.Inhalt {
	width: 67%;
	min-width: 250px;
	max-width: 1100px;
	float: left;
	padding: 1rem;
	display: flex;
	flex-direction: column;
	background-color: #FAFAFA;
	border: 1px solid #4D4D4D;
	margin-bottom: 1.25rem;
}

.article {
	height: auto;
	margin-bottom: 0.5rem;
}
.article img {
	float: left;
	margin-right:0.6rem;
	border: 1px solid #FFFAFA;
}
.article p {
	font-size: 1.2rem;
	margin-bottom: 1rem;
}
.article summary {
	font-size: 1.2rem;
}

.Zitat {
	max-width: 500px;
	font-style: italic;
}
.Zitat cite {
	float: right;
}

.Galerie {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
figure {
	margin: 1rem;
	text-align: center;
}

.Disk {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.Disk img{
	padding: 0rem 3rem;
}
ol {
	font-size: 1.2rem;
}

.Event {
	height: auto;
	padding: 1rem;
	margin-bottom: 0.5rem;
	border: 1px solid #4D4D4D;
}
.Event p {
	font-size: 1.2rem;
}
.Event a {
	font-size: 100%;
}

.Deko {
	width: 16%;
}
.Deko img {
	width: 250px;
	transform: scale(0.8);
	flex-shrink: 1;
}

footer {
	margin:0rem 1.5rem 1.5rem;
	background-color: #595959;
	border: 1px solid #4D4D4D;
	clear: both;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
footer ul {
	float: left;
	list-style-type: none;
}
footer li {
	display: inline;
	margin-right: 3rem;
}
footer p {
	text-align: right;
	padding-top: 0.6rem;
	margin-right: 1.8rem;
}

.navigation button {
	display: none;
}


@media all and (max-width: 1024px) {
	nav ul {
		display: block;
	}
	nav li {
		margin: 2px 0px;
	}
	.navigation button {
		position: absolute;
		top: 17rem;
		left: 2rem;
		font-size: 140%;
		display: block;
		background-color: #BFBFBF;
		border: 1px solid #4D4D4D;
		border-radius: 3px;
	}
	.navigation ul {
		display: none;
	}
	[aria-expanded="true"]~ul {
		display: block;
		max-width: 170px;
		padding: 0.5rem;
		margin-top: 0;
		position: absolute;
		top: 17rem;
		left: 3rem;
	}
	
	#navi-liste details {
		display: inline-block;
	}
	ul .button {
		display: none;
	}
	.button2 {
		display: inline-block;
		padding: 0.4rem 0.6rem;
		margin: 0.2rem 0rem;
		background-color: #BFBFBF;
		border: 1px solid #4D4D4D;
		font-size: 1.2rem;
	}
	.button3 {
		font-size: 1rem;
		display: inline-block;
		padding: 0.4rem 0.6rem;
		margin: 0.2rem 0rem;
		background-color: #BFBFBF;
		border: 1px solid #4D4D4D;
	}
	
	section {
		width: 100%;
		padding: 0.5rem;
		margin: 0rem 0.5rem 1rem;
		
	}
	.sidebar {
		display: none;
	}
	.section {
		display: block;
	}
	.Inhalt, .Deko {
		width: auto;
	}
	.Inhalt img {
		max-width: 440px;
	}
	
	.Deko, img {
		max-width: 200px;
	}
}


@media all and (max-width: 684px) {
	header img {
		max-width: 150px;
}
	h1 {
		font-size: 150%;
	}
	
	nav ul {
		display: block;
	}
	nav li {
		margin: 2px 0px;
	}
	.navigation button {
		position: absolute;
		top: 12rem;
		left: auto;
		right: 2rem;
		font-size: 120%;
		display: block;
		background-color: #BFBFBF;
		border: 1px solid #4D4D4D;
		border-radius: 3px;
	}
	.navigation ul {
		display: none;
	}
	[aria-expanded="true"]~ul {
		display: block;
		max-width: 170px;
		padding: 0.5rem;
		margin-top: 0;
		position: absolute;
		top: 12rem;
		left: auto;
		right: 3rem;
	}
	
	#navi-liste details {
		display: inline-block;
	}
	ul .button {
		display: none;
	}
	.button2 {
		display: inline-block;
		padding: 0.4rem 0.6rem;
		margin: 0.2rem 0rem;
		background-color: #BFBFBF;
		border: 1px solid #4D4D4D;
		font-size: 1rem;
	}
	.button3 {
		font-size: 0.8rem;
		display: inline-block;
		padding: 0.4rem 0.6rem;
		margin: 0.2rem 0rem;
		background-color: #BFBFBF;
		border: 1px solid #4D4D4D;
	}
	
	section {
		width: 100%;
		padding: 0.5rem;
		margin: 0rem 0.5rem 1rem;
		
	}
	.sidebar {
		display: none;
	}
	.section {
		display: block;
	}
	.Inhalt, .Deko {
		width: auto;
	}
	.Inhalt h2 {
		font-size: 85%;
	}
	.Inhalt p {
		font-size: 85%;
	}
	.Inhalt img {
		max-width: 240px;
	}
	.button {
		font-size: 1rem;
	}
	.Disk {
		display: block;
	}
	.Disk img {
		padding: 0rem;
		margin-bottom: 0.5rem;
	}
	ol {
		font-size: 85%;
	}
	
	.Deko, img {
		max-width: 100px;
	}
}