body {
margin:0;
min-height: 1000px;
font-family: sans-serif;
background:black;
}

.element {
   font-family: system-ui;
   line-height: 1.0;
   font-size: clamp(1.0rem, 1.4vw, 1.6rem);
}


.banner {
margin-top:0px;
max-width:1000px;
min-height:60px;
max-height:149px;
}

.menue {
margin-top:0px;
padding-top:3px;
padding-bottom:3px;
margin-bottom:1px;
max-width:998px;
background: silver;;
color: white;
font-weight:bold;
}

.breite {
max-width:1000px;
min-height: 1000px;
color:white;
background:#486860;
clear:both;
}
	
.fuss {
color: white;
font-size: 100%;
font-weight:normal;
background:gray;
padding:10px;
min-height:20px;
margin-bottom:0px;
position:fixed;
bottom:0px;
width:100%
}

#thumb {
max-width:150px;
height:100px;
}
