<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	body
	{
		background-color: 	#00bfff;
		font: verdana;
	}
	
	h1
	{
		text-align: center;
		font-weight: bold;
		font-size: 4vw;
		text-shadow: .2vw .2vw grey;
		margin: 0px;
	}
	
	h2
	{
		text-align: center;
		font-weight: bold;
		font-size: 2vw;
		text-shadow: .2vw .2vw grey;

	}
	
	h3
	{
	font-weight: bold;
	font-size: 4vw;
	text-shadow: .2vw .2vw grey;
	position:absolute;
	margin-top: 2vh;
	//top: 1vh;
	left: 30vw;
	}

	h4
	{
	font-weight: bold;
	font-size: 4vw;
	text-shadow: .2vw .2vw grey;
	align: center;
	position:absolute;
	bottom: 1vh;
	margin-bottom:2vh;
	left: 23vw;
	}
	

	p
	{
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 0px
	margin-top: 0px
	}
	

	nav 
	{
		//background-color: white;
		
		padding-top: .1vh;
		padding-bottom: .1vh;
	}

	nav img
	{
		height: 5vw;
		width: auto;
		border: solid 1.5px blue;
		border-radius: 5px;
		padding: 1vh;
		background-color: white;
	}
	
	nav ul li 
	{
		display: inline;
		width: 15em;
		//border-right: solid blue 2px;
		margin: 1vh;
		padding-right: 1vh;
		padding-bottom: 2em;
		height: 5vh;
		font-size: 1.8vw;
		
	}


	nav ul li :hoover
	{
		background-color: blue;
	}
	
	nav ul li:active
	{
		background-color: yellow;
	}
	
	nav ul li:focus
	{
		background-color: lime;
	}
	
	summary div {
		font-size: 1em;
	}
	
	summary b 
	{
		padding-bottom: 0px;
	}
	

/* class                                 */				
	
/*		Bildbanner						*/
	.bildbanner
	{
	position: relative;
	}
	
	.bannerimg
	{
	max-height: 50vh;
	min-height: 10em;
	width: 100%;
	}
	
/*			Detail - Banner						*/	
	
	.bilddetails
	{
	margin-bottom: 0em;
	margin-top: 0em;
	padding-bottom: 0px;
	padding-top: 1vh;
	width: 12em;
	font-weight: bold;
	font-size: 3vh;
	display: inline;
	vertical-align: top;
	line-height: 2vh;
	} 

	
	.icon
	{
	width: auto;
	height: 8vh;
	}

	.detailaufzÃ¤hlung 
	{
	font-weight: normal;
	font-size: 2.3vh;
	margin-right: 0.5vh;
	margin-bottom: 0.2vh;
	line-height: 0.5em;
	}

	.detailbeschreibung 
	{
	font-weight: normal;
	font-size: 2.3vh;
	margin-right: 0.5vh;
	margin-bottom: 0.2vh;
	line-height: 1em;
	}

	.mehr
	{
		font-size: 1.2vh;
		text-align: left;
	}
		</pre></body></html>