@charset "utf-8";
.rahmen {
	border: 1px solid #CCCCCC;
}

*{ padding:0; margin:0;}
p, ul { margin-bottom:1em;}
 

img{ border:none;}
img a{ border:none;}
a{ text-decoration:none; color:#d20300;}
html, body{height: 100%; width: 100%; /* WICHTIG!!! STRECKT ANZEIGENBEREICH AUF 100% */}
body {
	font-family:"Times New Roman", Times, serif
	  font-size:17px;
	color:#000;
 
}
.logo{ font-size:6vw;  border-bottom: 1px solid #d20300;
    margin-bottom: 10px;
    padding-bottom: 10px;}
.bfl{ color:#d20300; font-style:italic;}
.container{ display:flex;flex-direction: column; height:100%;align-items:center ; justify-content:  center;  }
.content{ margin-top:10px; text-align:center; font-size:0.8em;   padding: 0 15px; width:100%; box-sizing:border-box;}
.nowrap{white-space: nowrap;}
@media screen and (min-width:800px) {
.logo{ font-size:48px;}
}