

html,
body {
	margin-top:0;
	padding:0;
	height:100%;
	font-family: 'Montserrat', sans-serif;
}


/* .bg_footer { */
    /* display: table; */
    /* width: 100%; */
    /* height: 400px; */
    /* color: #FFF; */
    /* background: transparent url("../img/startseite/sonderfahrzeugbau.jpg") no-repeat fixed center center / cover; */
/* } */
.d_link{
	
	color: #e20612;
	text-decoration: none;
}

.d_link:hover{
	
	color: #e20612;
	text-decoration: underline;
}

.bg {
    width: 100%;
    height: 1700px;
    color: #FFF;
    background:  url("../img/bg.jpg") no-repeat fixed center center / cover;
	padding-top:75px;
}

.bga {
    width: 100%;
    height: 700px;
    color: #FFF;
    background:  url("../img/bg.jpg") no-repeat center center / cover;
}

.bg2{
    width: 100%;
    height: 3300px;
    color: #FFF;
    background:  url("../img/bg.jpg") no-repeat fixed center center / cover;
	padding-top:75px;
}

.bg_white{
	background-color: #fff;
	padding: 50px;

}

.bg_white h1{
	color: #000;
	margin-bottom:50px;
	text-transform:uppercase;
}

.logo{
	margin-bottom: 50px;
	display:block;
}

.bg_white p{
	color: #000;
}

.bg_footer {
    width: 100%;
    height: 200px;
    color: #FFF;
    background:  url("../img/bg_footer.jpg") no-repeat  center center / cover;
}

.bg_footer2 {
    width: 100%;
    height: 200px;
    color: #FFF;
    background:  url("../img/bg_footer.jpg") no-repeat  center center / cover;
}

.right1{
	float:right;
	background-color: #fff;
	padding:10px;
	margin-top:50px;
}

.link1{
	color:#000;
	font-size:16px;
	font-weight: blod;
}

.link1:hover{
	text-decoration:none;
	color:#e50111;
}

.abs1{padding-bottom:100px;}

/*allgemein*/

h1,
h2,
h3,
h4,
h5,
h6 {

}

h1 {

}

h2 {

}

h3 {

}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.img {
	width: 100%;
}

.img2 {
	width: 100%;
}

/*Website idividuell*/





/*media queries*/

@media screen and (max-width: 650px)  { 
	
	.bga {
    height: 320px;;
	}
	
	.bg_footer {
    height: 100px;;
	}

	
}

@media screen and (max-width: 1225px){
		
			.bg2{
		display: block;
		background: none;
		height: 100%!important;
		padding: 0px;
		
	}
	
	.bg_footer2{
		display: none;
		
	}
	
	.img2{
		
		display: none;
		
	}
	
	
}


@media screen and (m-width: 1225px){
		
	.footer_res{
		
		display: none;
		
	}
	
	
	
}

@media screen and (max-width: 1025px)  { 
	
	.dis1{
		display:none;
	}
	
	.link1{
	color:#000;
	font-size:12px;
	font-weight: blod;
}

	.bg{
		display: block;
		background: none;
		height: 100%!important;
		padding: 0px;
		
	}
	

	
	.bg_footer2{
		display: none;
		
	}

	.img2{
		
		display: none;
		
	}
	
}

@media screen and (min-width: 1025px)  { 
	
	.dis2{
		display:none;
	}
	
	.footer_res{
		
		display: none;
		
	}
	
}

