body 
{ 
	
	margin: 0 auto;
	max-width: 98em;
		padding: 0  ;
		
	
	border: 1px solid;
		font-family: Arial, Helvetica, sans-serif; /*Mindestschriftgröße wird dem Browser, bzw. dem Nutzer überlassen! 3em 0em 3em*/
		Color: black;
		background-color: #5189aa;

	
	
}

header {
	background: #5189aa;
	border-color: #d5d5d5;
	
}


footer {
	background: #5189aa;
	border-color: #5189aa;
	
}

section a.button {			
	position: absolute;	/* So werden Buttons immer an der gleichen Stelle, unabhängig vom vorhandenen Inhalt, positioniert */
	right: 1em;
	bottom: 1em;
}


h1 {
	font-size: 2.5em;
	/*float:right;
*/
}

p {
	font-size: 1.5em;
	/*float:right;
*/
}


.gallery a img {
	width: 11em;
}

.gallery a {
	text-decoration: none;
}

[hidden] {
	display: none;
}

dialog img {
	padding: 0;
	margin: 0;
	width: 100%;
	/* Bild passt sich an verfügbaren Raum im dialog an */
}

dialog {
	position: relative;
}

dialog::backdrop {
	background-color: #337599;
	opacity: 0.5;
}

#lightbox {
	border: thin solid #aaa;
	left: 0.5em;
	position: fixed;
	top: 0.5em;
}

#lightbox img {
	display: block;
	margin: auto;
	max-width: 95vw;
	max-height: 95vh;
}

#lightbox figcaption {
	font-style: italic;
	text-align: center;
}

#lightbox button {
	position: absolute;
	top: 0;
	right: 0;
	width: 2rem;
	height: 2rem;
	cursor: pointer;
	border: 0;
	font: 0/0 a;
	text-shadow: none;
	background: transparent;
	color: transparent;
}

#lightbox #close {
	background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100' height='100' fill='firebrick' rx='10' /%3E%3Cpath d='M20,20 l60,60 m0,-60 l-60,60' fill='none' stroke='white' stroke-width='15' stroke-linecap='round'/%3E%3C/svg%3E");
	background-size: contain;
}

#lightbox #close:hover,
#lightbox #close:focus {
	background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100' height='100' fill='red' rx='10' /%3E%3Cpath d='M20,20 l60,60 m0,-60 l-60,60' fill='none' stroke='white' stroke-width='15' stroke-linecap='round'/%3E%3C/svg%3E");
}

#lightbox button:nth-of-type(2) {
	top: 50%;
	left: 1em;
	width: 4rem;
	height: 8rem;
	background-image: url("data:image/svg+xml,%3Csvg width='100' height='200' viewBox='0 0 100 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='right' d='M90,10 l-80,90 l80,90' fill='none' stroke='%2387ceeb' stroke-width='15' stroke-linecap='round'/%3E%3C/svg%3E");
	background-size: contain;
}

#lightbox button:nth-of-type(2):hover,
#lightbox button:nth-of-type(2):focus {
	background-image: url("data:image/svg+xml,%3Csvg width='100' height='200' viewBox='0 0 100 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='right' d='M90,10 l-80,90 l80,90' fill='none' stroke='%23337599' stroke-width='15' stroke-linecap='round'/%3E%3C/svg%3E");
}

#lightbox button:nth-of-type(3) {
	top: 50%;
	right: 1em;
	width: 4rem;
	height: 8rem;
	background-image: url("data:image/svg+xml,%3Csvg width='100' height='200' viewBox='0 0 100 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='right' d='M10,10 l80,90 l-80,90' fill='none' stroke='%2387ceeb' stroke-width='15' stroke-linecap='round'/%3E%3C/svg%3E");
	background-size: contain;
}

@media (prefers-reduced-motion: no-preference) {
	#lightbox[open] img {
		animation: show 0.25s ease-in-out normal;
	}
	@keyframes show {
		from {
			opacity: 0;
		}
		to {
			opacity: 1;
		}
	}
}
/* Mobile first - für schmale Viewports */

ul,
li {
	display: inline-block;
	margin: 0.1em;
	padding: 0.1em;
}

li {
	list-style-type: none;
}

[role=note] {
	border-left: medium solid #c82f04;
	padding-left: 0.5em;
	max-width: 40em;
}

[role=note]:before {
	content: 'Beachten:  ';
	color: #c82f04;
	font-weight: bold;
}

header h1 {
	font-family: comic sans ms;
	font-size: 3.2em;
	color: rgb(5, 92, 9);
	}
	
	header h3 {
		font-family: comic sans ms;
		font-size: 1.5em;
		color: rgb(5, 92, 9);
		}

	nav h1 {
	
		font-family: comic sans ms;
		font-size: 2.0em;
		text-align: center;
		
	
	}
