body{
	margin: 0px;
}
div.container{
	margin: auto;
	max-width: 1169px;
}
header{
	background: black;
    padding: 10px 0px 0px 0px;
}
div.logo, div.logo img{
	float: left;
	width: 160px;
}
div.sitetitle{
	color: #fff;
	float: left;
	font-family: 'Open Sans';
	font-size: 24px;
	margin-top: 25px;
	width: auto;
}
div.navi{
	float: right;
}
div.navi ul{
	display: flex;
	float: left;
	justify-content: space-between;
	padding: 0px;
	width: auto;
    margin-top: 20px;
}
div.navi ul li{
    display: flex;
    list-style-type: none;
}
div.navi ul li a{
	color: #fff;
    font-family: 'Open Sans';
    padding: 10px;
	text-decoration: none;
}
div.navi ul li a:hover{
	
  	font-family: 'Open Sans';
  	padding: 10px;
	text-decoration: underline #ff0000;
}
div.slider{
    overflow: hidden;
    width: 100%;
}
div.slider img{
	width: 100%;
    height: 711px;
}
div.slidercontent{
	    background: rgba(255,255,255,.5);
    border-radius: 5px;
    font-family: 'Open Sans';
    font-size: 20px;
    left: 24%;
    padding: 15px;
    position: absolute;
    top: 28%;
}
p{
    color: white;
}
button.red-button {
    margin:50px;
    padding:10px 40px;
    color:#FFF;
    background-color: #e00e0f;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    font-family: 'Open Sans';
    position: absolute;
    top: 42%;
    left: 21.5%;
    text-decoration: none;
    transition: ease-in-out all 400ms;
    
}
button.red-button:hover{
   transform: translate(0px, -10px);
    border:none;
}
button.red-button a:after{
	background: url('../red-btn-arrow.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 100%;
	content: '';
	height: 27px;
	margin: -27px 0px 0px 130px;
	position: absolute;
	width: 14px;

	
}
button.red-button a{
    color: #fff;
    text-decoration: none;
}
 p{
    font-family: 'Open Sans';
}
div.background_white{
    background: black;
}
div.background_grey{
    background: black;
   
    
}

div.row {
    margin-top: 
}
    
.box1, .box2, .box3{
	text-align: center;
    font-family: 'Open Sans';
}

img.bußgeld, img.unfall, img.download{
	margin-bottom: 20px;
}

h5 {
    color: #CD0000;
   

}
.kontakt{
    color: white
}

div.background_red{
    background: #CD0000;
    color: #FFF;
    height: 85px
    
   
}
div.background_red p{
    float: left;
    font-size: 20px;
    margin-right: 8%;
    margin-left: 10%; 
    font-family: 'Open Sans';

}
.white-button {
    background-color: #fff;
    color: #000;
    font-family: 'Open Sans';
    border: 0px;
    border-radius: 5px;
    font-size: 14px;
    float: left;
    padding: 10px;
    padding-left: 30px;
     padding-right: 30px;
    transition: ease-in-out all 400ms;

    
}
.white-button:hover{
      transform: translate(0px, -10px);
    border:none;
}
.white-button a{
    color: #000;
    text-decoration: none;
}
.a{
       color: white;
    text-decoration: none; 
}
.white-button a:after{
	background: url('../white-btn-arrow.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 100%;
	content: '';
	height: 27px;
	margin: -2px 0px 0px 10px;
	position: absolute;
	width: 14px;
	
}
div.container{
    margin: auto;
    max-width: 1169px;
}

h1{
    color: #CD0000;
	font-family: 'Open Sans';
	font-weight: normal;
}
footer {
    width: 100%;
    background-color: black;
    height: 165px;
    color: #FFF;
    font-family: 'Open Sans';
    
  
}
footer #footer1 ul {
    color: #FFF;;
    margin-left: 18%;
    font-size: 15px;
    float: left;
    list-style: none;
    margin-right: auto;

    
}
footer #footer1 ul li a{
    color: #fff;
}
footer #footer2 ul {
    color: #FFF;
    font-size: 15px;
    margin-left: 5%;
   float: left;
    list-style: none;
     margin-right: auto;
}
footer #footer3 ul {
    color: #FFF;
    font-size: 15px;
    margin-left: 2%;
   float: left;
    list-style: none;
     margin-right: auto;
}
@media only screen and (max-width: 767px){
	div.slider{
		
	}
}
