body {
	background-color: #fff;
	height: auto;
}
.bg { 
	background:center; 
	background-color:#fff;
	width:100%;
	height: auto;
}
.mitte{
	background:center; 
	background-color:#fff; 
	width:100%;
	height:auto !important;
	margin:0px;
	padding:0px;
	font:Verdana, Arial, Helvetica, sans-serif;
}
.header{
display: none;
background:center;
background-color:#FFFFFF;
width:990px;
height:127px;
margin: 10px;
padding:5px;
}

img{ 
   border:1px solid #FFFFFF;
   padding:0px;
    margin-top: 0px;
 margin-bottom: 0px;
}

H1{
    font-weight: 400;
    line-height: 1.1;
    color: #2a2a2a;
	font-size:25px;
}

H2{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	color:#2a2a2a;
}

.box_komplett{
	width:100%;
	height:auto;
	padding: 0px;
	margin: 0px;
	padding-bottom:10px;  
}

.box_komplett2 img {
   max-width: 100%;
   max-height: 100%;
}

.box_komplett2 {
   width:25%; 
   max-height: 225px; 
   float: left;
   background-color:#fff;
   text-align: center;
   color:#800000;
   margin:0px;
   padding:0px; 
   padding-bottom:0px;  
}
 
a{ 
 color:#800000;
 text-decoration:none;
 font-weight:600;
 }

 header + div,  h1{
   width: 100% !important;
   text-align: center;
 }
 
 
 
 
 
@media (min-width:501px) and (max-width:767px) {
.box_komplett2 {
   width:33.3333% !important; 	
   max-height: 240px !important;
}
} 
 
 
@media screen and (max-width:500px) {
.box_komplett2 {
   width:33.3333% !important; 	
   max-height: 200px !important;
}
}