@font-face {
  font-family: 'FreeSans';
  src: url('fonts/freesans-webfont-ger.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

body {
  background-color: #996666;  
  font-family: Arial, FreeSans, Helvetica, sans-serif;
  font-size:24pt;
  color: #eee; 
  min-height: 100vh;
  margin: 0px;
}

p { 
	color: #eee;
    transition: color 0.1s 0s ease-in;
	text-shadow: #202020 2px 2px 3px;
}

a { 
	font-size:11pt;
	color: #999;
    transition: color 0.1s 0s ease-in;
	text-shadow: #202020 1px 1px 1px;
}

a:hover { color:#c39; }

#wurstsuppe {
	position:absolute;
	top:10%;
	width:100%;
}

#ds {
position: absolute;
bottom:-50px;
right:50px;
z-index: 1000;
}

.greet {
	padding-left:50px;
}

.knob {
	position: relative;
	margin: 12px 0 0;
    background-image: linear-gradient(to left, #dddddd, #ffffff);
	border-radius: 6px;
	padding: 10px 25px;
	transition: all .2s,box-shadow .08s ease-in;
	touch-action: manipulation;
	text-decoration: none;
	color: #444;
	font-size:0.6em;
}

@media (aspect-ratio >= 1.1) {
	body {background:url(bg_redplit2.jpg) no-repeat center bottom;background-size:cover;background-attachment:fixed;}
}

@media (aspect-ratio < 1.1) {
	body {background:url(bg_redplit.jpg) no-repeat center bottom;background-size:cover;background-attachment:fixed;}
}

#navigation {
position:absolute;
top:0px;
left:0px;
width:100%;
height:60px;
text-align: center;
vertical-align: middle;
margin: 0px;
background-image: linear-gradient(to top, #eeaaaa00, #996666ff);
z-index: 998;
}

.meineorte {
	text-align:center;
	max-width:1700px;
	margin-right:20px;
	margin-left:20px;
}

.subtxt {
	padding-left:50px;
	font-size:11pt;
	color: #999;
    transition: color 0.1s 0s ease-in;
	text-shadow: #202020 1px 1px 1px;
}

.sma2 {
	font-size:1pt;
	color: #585;
	padding-left:50px;
}