@font-face {
    font-family: 'opensans_bold';
    src: url('fonts/OpenSans-Bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'opensans_light';
    src: url('fonts/OpenSans-Light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'opensans_regular';
    src: url('fonts/OpenSans-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'opensans_semibold';
    src: url('fonts/OpenSans-Semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'flashdbolregular';
    src: url('fonts/flashb-webfont.woff2') format('woff2'),
         url('fonts/flashb-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'fa-solid';
    src: url('fonts/font_awesome/fa-solid-900.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fa-brands';
    src: url('fonts/font_awesome/fa-brands-400.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fa-regular';
    src: url('fonts/font_awesome/fa-regular-400.ttf');
    font-weight: normal;
    font-style: normal;
}

html{
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 20px;
}

html.fontsize_small{
	font-size: 16px;
}

html.fontsize_big{
	font-size: 24px;
}

html.fontsize_bigger{
	font-size: 26px;
}

html, body{
	min-height: 100%;
	margin: 0;
	padding: 0;
}

body{
	color: #474747;
	font-family: 'opensans_light', Arial;
	font-size: 1em;
	line-height: 1.3em;
}

ul{
	margin: 0;
	padding-left: 25px;
}

a{
	color: #4c77a2;
	text-decoration: none;
	cursor: pointer;
	font-style: italic;
}

img{
	border: none;
}

.fahrzeug_img img{
	display: block;
	width: 100%;
	min-height:102px;
}

.container_img img{
	display: block;
	width: 100%;
	/* min-height:102px; */
}

p{
	margin-top: 0;
	margin-bottom: 20px;
}

hr{
	clear: both;
	border: none;
	height: 1px;
	background-color: #cccccc;
	margin: 20px 0;
}

h1,h2,h3,h4,h5{
	margin: 0;
	color: #5d5d5d;
}

h1{
	font-size: 1.760em;
	margin-bottom: 20px;
	line-height: normal;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.2em;
}

.h1_no_margin h1{
	margin-bottom: 5px;
}

.infobox h1{
	font-size: 1.444em;
	margin-bottom: 10px;
}

h2{
	font-size: 1.5em;
	margin-bottom: 20px;
	font-weight: normal;
	line-height: normal;
}

h3{
	font-size: 1.3em;
	margin-bottom: 5px;
	font-weight: normal;
}

h4{
	font-size: 1.1em;
	margin-bottom: 5px;
}

h5{
	font-size: 1em;
	margin-bottom: 5px;
}

.clear, .clear_5, .clear_10, .clear_15, .clear_20, .clear_25, .clear_30, .clear_35, .clear_40, .clear_45, .clear_50{
	display: block;
	clear: both;
}

.clear_5{
	height: 5px;
}

.clear_10{
	height: 10px;
}

.clear_15{
	height: 15px;
}

.clear_20{
	height: 20px;
}

.clear_25{
	height: 25px;
}

.clear_30{
	height: 30px;
}

.clear_35{
	height: 35px;
}

.clear_40{
	height: 40px;
}

.clear_45{
	height: 45px;
}

.clear_50{
	height: 50px;
}

.clrfix:after{
	content: ".";
	height: 0px;
	visibility: hidden;
	clear: both;
	display: block;
}

.last{
	margin-right: 0;
}

/* input[type=text], input[type=password], textarea{
	padding: 3px 5px;
	border: 1px solid #cccccc;
	width: 100%;
	font-family: 'signika_light'
	color:#666666
} */

textarea{
	resize: vertical;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus{
	border: 1px solid #555555;
}

/* select{
	padding: 2px 2px 2px 2px;
	border: 1px solid #cccccc;
	font-family: 'signika_light';
	font-size: 18px;
	color:#666666;
}

select option{
	padding-right: 10px;
	font-family: 'signika_light';
	font-size: 18px;
	border: 1px solid #cccccc;
	color: #666666;
} */

/* input[type=submit], input[type=button]{
	background-image: none;
	background-color: #d43225;
	color: #ffffff;
	border: 1px solid #d43225;
	padding: 7px 30px;
	cursor: pointer;
	font-size: 18px;
	font-family: 'signika_light';
} */

a.button{
	display: block;
	float: left;
	background-color: #d43225;
	color: #ffffff;
	border: 1px solid #d43225;
	padding: 5px 20px;
	text-decoration: none;
	text-align: center;
	height: 20px;
	line-height: 20px;
	font-size: 18px;

}

#meta_edit{
	position: fixed;
	top: -352px;
	right: 0;
	border: solid #cccccc;
	border-width: 0 0 1px 1px;
	background-color: #ffffff;
	padding: 20px 20px 10px 20px;
	width: 1000px;
	border-radius: 0 0 0 5px;
	height: auto;
	z-index: 101;
	font-size: 16px;
}

#meta_edit_button{
	position: absolute;
	bottom: -29px;
	right: 0;
	font-size: 14px;
	line-height: 18px;
	border: solid #cccccc;
	border-width: 0px 0px 1px 1px;
	border-radius: 0 0 0 5px;
	background-color: #ffffff;
	padding: 5px 10px;
	cursor: pointer;
	z-index: 101;
}

.infobox_fehler {
    background-color: #eee;
    background-image: url("../img/style/icon_fail.png");
    background-position: 20px 20px;
    background-repeat: no-repeat;
    border: 2px solid #ccc;
    border-radius: 5px;
    color: #6d6d6d;
    left: 50%;
    margin-left: -200px;
    min-height: 150px;
    padding: 25px 20px 20px 140px;
    position: fixed;
    top: 30%;
    width: 260px;
    z-index: 999;
}

.infobox_fehler .info_close{
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #6d6d6d;
	color: #ffffff;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

.infobox_erfolg .info_close{
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #6d6d6d;
	color: #ffffff;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

.infobox_erfolg{
	position: fixed;
	top: 30%;
	left: 50%;
	border: 2px solid #ccc;
	padding: 25px 20px 20px 140px;
	background-color: #eee;
	color: #6d6d6d;
	margin-left: -200px;
	width: 260px;
	border-radius: 5px;
	z-index: 999;

	background-image: url('../img/style/icon_ok.png');
	background-repeat: no-repeat;
	background-position: 20px 20px;
	min-height: 150px;
}

.infobox_fehler ul, .infobox_erfolg ul{
	margin: 5px 0px 0px 0px;
	padding-left: 35px;
}

#modal .save_button, #modal .cancel_button {
	float: right;
	width: auto;
	padding: 2px 10px;
	text-align: center;
	font-size: 14px;
	border: solid #93A2B2;
	border-width: 1px 2px 2px 1px;
	border-radius: 5px;
	margin-left: 10px;
	cursor: pointer;
	background-color: #ffffff;
	color: #383838;
	box-shadow: none;
}

.changeable {
	position: relative;
	min-height: 60px;
}

.edit_content_button {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	border: 1px solid #cccccc;
	padding: 5px 20px;
	background-color: #ffffff;
	cursor: pointer;
	color: #bbbbbb !important;
	text-decoration: none;
	font-size: 14px;
}

.edit_content_button:hover {
	color: #555555 !important;
	text-decoration: none;
	border: 1px solid #555555;
}

.login_form{
	display: block;
	max-width: 300px;
	margin: 0 auto;
	padding: 30px 0;
}

#menue_bar{
	display: none;
	float: left;
}

a#menue_icon{
	display: block;
	float: left;
	width: 50px;
	height: 65px;
	line-height: 60px;
	font-size: 3em;
	text-align: center;
	cursor: pointer;
	color: inherit;
}

#menue_text{
	float: left;
	margin-left: 10px;
	line-height: 64px;
	font-size: 1.6em;
}

.galerie{
	display: block;
	margin-left: -20px;
}

.galerie ul{
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.galerie ul:after{
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

.galerie ul li{
	display: block;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}

.galerie ul li a{
	display: block;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px;
}
.galerie ul li a img{
	display: block;
}

.col_left_wrap{
	display: block;
	float: left;
	width: 60%;
}

.col_left_wrap2{
	display: block;
	float: left;
	width: 70%;
}

.col_right_wrap{
	display: block;
	float: left;
	width: 40%;
}

.col_right_wrap2{
	display: block;
	float: left;
	width: 30%;
}

.col_left_wrap.col50{
	width: 50%;
}

.col_right_wrap.col50{
	width: 50%;
}

.col_left{
	padding-right: 20px;
}

.col_right{
	padding-left: 20px;
}

table.auflistung{
	width: 100%;
	border-collapse: collapse;
}

table.auflistung thead td{
	background-color: #262626;
	color: #fff;
	padding: 10px;
	border: 1px solid #262626;
}

table.auflistung tbody td{
	background-color: #fff;
	color: #262626;
	padding: 5px 10px;
	border: 1px solid #ccc;
}

table.auflistung thead td.aktion,
table.auflistung tbody td.aktion{
	width: 1px;
	white-space: nowrap;
}

table.auflistung thead td.center,
table.auflistung tbody td.center{
	text-align: center;
}

table.auflistung thead td.offline,
table.auflistung tbody td.offline{
	background-color: rgb(255, 152, 152);
}

table.form{
	border-collapse: collapse;
}

table.form td{
	padding: 5px;
	border: 1px solid #ccc;
	vertical-align: middle;
}

table.form td .textinput{
	margin-bottom: 0;
}

.file_upload {
	position: relative;
	overflow: hidden;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 398px;
	height: 203px;
}

.file_upload_button {
	position: absolute;
	display: table;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	overflow: hidden;
	text-align: center;
	color: rgb(100, 99, 99);
	position: relative;
	cursor: pointer;
	border: 1px solid #aaa;
	box-sizing: border-box;
	font-size: 20px;
}

.file_upload_button_label{
	display: block;
}

.file_upload_button .bildmasse{
	font-weight: normal;
	font-size: 12px;
}

.file_upload_button .filetypes{
	font-weight: normal;
	font-size: 12px;
}

.file_upload_button_text{
	display: table-cell;
	vertical-align: middle;
}

a.file_upload_dateiname {
	display: none;
	float: left;
	border: 1px solid #3d3d3d;
	background-color: #fff;
	line-height: 22px;
	padding: 0 10px;
	max-width: 180px;
	overflow: hidden;
	color: #555555;
	text-decoration: none;
}

.file_upload input[type="file"] {
	filter: Alpha(opacity=0);
	opacity: 0;
	moz-opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	font-size: 300px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	margin: 0;
	padding: 0;
}


.go_to_top{
	display: none;
	position: fixed;
	right: 15px;
	bottom: 15px;
	width: 36px;
	height: 36px;
	background-color: #d43225;
	cursor: pointer;
	border-radius: 50%;
	/* border: 1px solid #E4E4E4; */
	z-index: 300;
}

.go_to_top>.inner{
	display: block;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
}

#cookies{
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #262626;
	border-top: 1px solid #E4E4E4;
	z-index: 200;
}

#cookies>.inner{
	padding: 15px;
	color: #E4E4E4;
	text-align: center;
}

.cookie_buttons a{
	margin-left: 20px;
}

.cookie_buttons a:first-child{
	margin-left: 16px;
}

#cookies a.button{
	display: block;
	float: left;
	background-color: #d43225;
	color: #ffffff;
	border: 1px solid #d43225;
	padding: 5px 20px;
	text-decoration: none;
	text-align: center;
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	cursor: pointer;
}

#cookies a.button.inline{
	display: inline-block;
	float: none;
	vertical-align: middle;
}

#cookies a.button.hellgrau{
	background-color: #E4E4E4;
	border: 1px solid #E4E4E4;
	color: #262626;
}

/* #cookies{
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #262626;
	border-top: 1px solid #E4E4E4;
	z-index: 200;
}

#cookies>.inner{
	padding: 15px;
	color: #E4E4E4;
	text-align: center;
}

.cookie_buttons a{
	margin-left: 20px;
}

.cookie_buttons a:first-child{
	margin-left: 16px;
} */

.layout{
	padding: 0 15px;
	max-width: 1200px;
	margin: 0 auto;
}

#kontakt_bar{
	background-color: #d43225;
	padding: 15px 0;
	color: #fff;
	text-align: right;
	font-size: 0.900em;
	font-weight: bold;
}

#kontakt_bar a{
	color: #fff;
	font-style: normal;
}

#navi_mobile{
	display: none;
}

#navi_mobile:target{
	display: block;
}

#navi_mobile ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navi_mobile ul li{
	background-color: #d43225;
	border-top: 1px solid #fff;
}

#navi_mobile ul li a{
	display: block;
	color: #fff;
	padding: 5px 10px;
}

#navi_mobile ul li .desc{
	display: none;
}

#navi_mobile ul li ul li{
	background-color: #d5645c;
	border-top: 1px solid #fff;
}

#navi_mobile ul li ul li a{
	padding: 5px 10px 5px 20px;
	font-style: normal;
}

#top{
	padding: 20px 0 0 0;
}

a#logo{
	display: block;
	float: left;
	width: 100%;
	max-width: 298px;
}

a#logo img{
	display: block;
	width: 100%;
}

#navi{
	position: relative;
	display: block;
	float: right;
	padding-top: 65px;
	z-index: 100;
}

#navi ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navi ul li{
	display: inline-block;
	position: relative;
	margin-left: 20px;
	height: 60px;
}

#navi ul li:first-child{
	margin-left: 0;
}

#navi ul li a{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.120em;
	color: #474747;
	font-family: 'opensans_regular';
	font-style: normal;
	padding: 5px 10px;
}

#navi ul li ul{
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 60px;
	left: 0;
	min-width: 605px;
}

#navi ul li ul.submenue_2{
	left: -173px;
}

#navi ul li ul.submenue_3{
	left: -380px;
}

#navi ul li ul.submenue_4{
	left: -505px;
}

/* #navi ul li:first-child ul{
	display: block;
} */

#navi ul li:hover ul, #navi ul li:focus-within ul{
	display: block;
}

#navi ul li ul li{
	display: block;
	margin: 0;
	padding: 0;
	background-color: rgba(255,255,255,0.8);
	/* border-top: 1px solid #ccc; */
	height: auto;
	text-align: left;

}

#navi ul li ul li:hover, #navi ul li ul li:focus-within{
	background-color: #e8e8e8;
}

#navi ul li ul li a{
	display: block;
	text-transform: none;
	font-size: 0.8em;
	/* padding: 0.5em; */
	font-style: normal;
}

#navi ul li ul li a>.inner{
	display: block;
	padding: 10px 0;
	margin: 0 30px;
	border-top: 1px dotted #aaa;
}

#navi ul li ul li a>.inner .title{
	font-size: 1.2em;
	font-family: 'opensans_semibold';
	display: block;
}

#navi ul li ul li a>.inner .desc{
	display: block;
	font-family: 'opensans_light';
}

#header_mobile{
	display: none;
}

#header_mobile img{
	display: block;
	width: 100%;
}

#header_mobile div{
	font-size: 1.4em;
	padding: 15px;
	line-height: 1.2em;
	background-color: #eceded;
	text-align: center;
}

#header{
	position: relative;
}

#header img{
	display: block;
	width: 100%;
}

.header_overlay{
	position: absolute;
	background-color: rgba(255,255,255,0.8);
	right: 0;
	bottom: 350px;
	padding: 40px;
	font-size: 2.600em;
	line-height: 1.2em;
}

.content{
	padding: 30px 0;
}

.content.grau{
	background-color: #eceded;
}

.leistungen_listing{
	margin-left: -30px;
}

.leistungen_item{
	display: inline-block;
	width: 20%;
}

.leistungen_item>a.inner{
	display: block;
	margin-left: 30px;
}

.leistungen_item>a.inner img{
	display: block;
	width: 100%;
}

.leistungen_item>a.inner .leistungen_name{
	display: block;
	background-color: #d43225;
	color: #fff;
	text-decoration: none;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-transform: uppercase;
	padding: 5px;
}

.baustoff_header{
	position: relative;
}

.baustoff_header img{
	display: block;
	width: 100%;
}

.baustoff_overlay{
	display: block;
	position: absolute;
	top: 25%;
	left: 50%;
	width: 52%;
	margin-left: -26%;
	padding: 30px;
	background-color: rgba(255, 255, 255, 0.7);
	border: 10px solid #fff;
	box-sizing: border-box;
	text-align: center;
}

.baustoff_overlay_titel{
	text-transform: uppercase;
	font-size: 2em;
	font-family: 'opensans_regular';
}

.baustoff_overlay_desc{
	font-size: 1.6em;
}

.baustoff_header_mobile{
	display: none;
}

.baustoff_header_mobile>img{
	display: block;
	width: 100%
}

.baustoff_header_mobile .baustoff_overlay{
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	margin-left: 0;
	padding: 15px;
	background-color: #fff;
}

#footer{
	text-align: center;
	padding: 50px 15px;
}

#navi_bottom ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navi_bottom ul li{
	display: inline-block;
}

#navi_bottom ul li.navitrenner{
	margin: 0 10px;
}

#navi_bottom ul li a{
	text-decoration: none;
	color: #474747;
	font-family: 'opensans_semibold';
	font-style: normal;
}

#copyright{
	margin-top: 20px;
	color: #aaa;
}

#copyright a{
	text-decoration: none;
	color: #aaa;
	font-style: normal;
}

.top_trenner{
	display: block;
	/* height: 57px; */
	background-color: #d43225;
	text-align: center;
	color: #fff;
	padding: 15px 15px;
	font-family: 'flashdbolregular';
	font-size: 50px;
}

.boxlisting{
	margin-left: -15px;
}

.boxlisting:after{
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

.boxlisting>.item{
	display: inline-block;
	width: 33.33%;
	vertical-align: top;
}

.boxlisting.partner>.item{
	width: 20%
}

.boxlisting>.item>a{
	display: block;
	margin-left: 15px;
	margin-bottom: 15px;
	position: relative;
	font-style: normal;
	font-size: 1em;
	color: #fff;
	text-decoration: none;
}

.boxlisting>.item>a>img{
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.boxlisting.partner>.item>a>img{
	border:1px solid #b5b5b5;
}



.boxlisting>.item>a>.box_overlay{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
}

.boxlisting>.item>a>.box_overlay .overlay_titel{
	font-weight: bold;
	padding: 10px;
	display: block;
}

.boxlisting.partner>.item>a>.box_overlay .overlay_titel{
	font-size: 0.8em;
}

.boxlisting>.item>a>.box_overlay .overlay_desc{
	padding: 0 10px 10px 10px;
	display: none;
	font-size: 0.8em
}

.boxlisting.partner>.item>a>.box_overlay .overlay_desc{
	font-size: 0.7em;
}

.boxlisting>.item>a:hover>.box_overlay .overlay_desc{
	display: block;
}

/* BEGIN KONTAKTFORMULAR */
#kontakt_form{
	display: block;
	position: relative;
	z-index: 0;
}

.formular_left_wrap, .formular_right_wrap{
	display: block;
	width: 50%;
	float: left;
}

.formular_left_wrap{
	clear: both;
}

.formular_left{
	padding-right: 20px;
}

.formular_right{
	padding-left: 20px;
}

.plz_input{
	display: block;
	float: left;
	width: 70px;
}

.ort_input{
	margin-left: 80px;
}

#kontakt_form textarea[name=nachricht]{
	height: 470px;
}

.formular_hinweis{
	font-size: 14px;
}

.captcha{
	display: block;
	clear: both;
	float: left;
	width: 140px;
}

.captcha_input{
	display: block;
	margin-left: 140px;
}

.captcha_input input[type=text]{
	max-width: 100px;
}

.datenschutz_checkbox{
	display: block;
	float: left;
	width: 20px;
}

.datenschutz_checkbox_text{
	margin-left: 30px;
	margin-bottom: 15px;
	font-size: 0.9em;
}

.formular_submit_wrap{
	display: block;
	position: absolute;
	bottom: 15px;
	right: 0;
	width: 50%;
}

.formular_submit{
	padding-left: 20px;
}

.formular_submit input[type=submit]{
	width: 100%;
}

.has_submit_holder{
	padding-bottom: 3em;
	margin-bottom: 15px;
}

.listing:after{
	display: block;
	clear: left;
	height: 0;
	visibility: hidden;
	content: ".";
}

.listing.m20{
	margin-left: -20px;
}

.listing_item{
	display: inline-block;
}

.listing.w20p .listing_item{
	width: 20%;
}

.listing.w50 .listing_item{
	width: 50%;
}

.listing.m20 .listing_item>.inner{
	margin-left: 20px;
}

.container_listing{
	margin-left: -30px;
}

.container_item{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin-bottom: 30px;
}

.container_item>.inner{
	margin-left: 30px;
}

.container_img{
	display: block;
	float: left;
	width: 200px;
	/* min-height: 150px; */
	border:1px solid #ccc;
}

.container_daten{
	display: block;
	margin-left: 220px;
}





.fahrzeug_listing{
	margin-left: -50px;
}

.fahrzeug_item{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin-bottom: 50px;
}

.fahrzeug_item>.inner{
	margin-left: 50px;
	background-color: #f5f5f5;
	padding: 10px;
	min-height: 254px;
}

.fahrzeug_left{
	display: block;
	float: left;
	width: 220px;
	min-height: 112px;
}

.fahrzeug_left>a{
	display: block;
}

.fahrzeug_left>a>img{
	display: block;
	width: 100%;
	max-width: 398px;
	border:1px solid #ccc;
	box-sizing: border-box;
}

.fahrzeug_right{
	display: block;
	margin-left: 240px;
	position: relative;
}

.fahrzeug_right a.button.anfrage{
	display: block;
	position: absolute;
	top: 78px;
	left: 0;
	width: 200px;
	box-sizing: border-box;
	height: 35px;
	background-color: #009EE0;
	border: 1px solid #009EE0;
}

.fahrzeug_masse{
	margin: 10px 0;
	font-size: 0.8em;
}

.fahrzeug_masse .trenner{
	display: inline-block;
	margin: 0 8px;
}

.fahrzeug_name{
	font-family: 'opensans_semibold';
	font-size: 0.9em
}

.fahrzeug_desc{
	font-size: 0.8em;
}

img.fahrzeug_img{
	display: block;
	width: 100%;
	max-width: 398px;
}

.filter{
	/* margin-left: -30px; */
	margin-bottom: 50px;
	background-color: #e8e8e8;
	padding: 20px 0;
}

.filter:after{
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

.filter_item{
	display: inline-block;
	width: 250px;
}

.filter_item>.inner{
	margin-left: 20px;
}

.filter_item select{
	width: 100%;
	box-sizing: border-box;
}

.filter_item label{
	display: none;
}

#agb{
	-ms-user-select: None;
	-moz-user-select: None;
	-webkit-user-select: None; 
}

.news_listing{

}

.news_item{
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ccc;
}

.news_listing .news_item:first-child{
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.news_item>.inner{

}

.news_titel{
	font-weight: bold;
}

.news_short_desc{

}

.news_image{
	display: block;
	float: right;
	max-width: 400px;
	margin-left: 20px;
	margin-bottom: 10px;
}

.news_image a{
	display: block;
}

.news_image a img{
	display: block;
	width: 100%;
}

.baustoff_listing{
	margin-left: -15px;
}

.baustoff_item{
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

.baustoff_item>.inner{
	margin-left: 15px;
	margin-bottom: 15px;
	background-color: #f5f5f5;
}

.baustoff_images{
	margin-left: -10px;
}

.baustoff_image{
	display: inline-block;
	width: 50%;
}

.baustoff_image a{
	display: block;
	margin-left: 10px;
}

.baustoff_image a img{
	display: block;
	width: 100%;
	border: 1px solid #ccc;
	padding: 3px;
	box-sizing: border-box;
	background-color: #fff;
}

.baustoff_titel{
	font-family: 'opensans_semibold';
	background-color: #d43225;
	color: #fff;
	padding: 5px 10px;
}

.baustoff_details{
	font-size: 0.8em;
}

.baustoff_content{
	/* border: solid #ccc;
	border-width: 0 1px 1px 1px; */
	padding: 10px;
	min-height: 260px;
}

.abfallart_item{
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #ccc;
}

.abfallart_item:after{
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

.abfallart_listing .abfallart_item:first-child{
	padding-top: 0;
	margin-top: 0;
	border: none;
}

.abfallart_image{
	display: block;
	float: left;
	width: 25%;
	max-width: 300px;
}

.abfallart_image a{
	display: block;
}

.abfallart_image a img{
	display: block;
	width: 100%;
}

.abfallart_content{
	display: block;
	float: left;
	width: 73%;
	margin-left: 2%;
}

.abfallart_desc p:first-child{
	margin-top: 0;
}

.abfallart_no_image{
	display: table;
	width: 100%;
	height: 150px;
}

.abfallart_no_image>.inner{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #ccc;
}

.abfallart_titel{
	font-family: 'opensans_semibold';
}

.index_ente{
	float: right; 
	margin-left: 30px;
	width: 15%;
	max-width: 150px;
}

#navi ul li a.blink{
	animation: blinker 7s ease infinite;
}

@keyframes blinker {
	15% {
		background-color: #d43225;
	  	color: #fff;
	}
	30% {
		background-color: transparent;
		color: #494949;
	}
  }

  .news_bilder{
	  margin-left: -20px;
	  margin-top: 30px;
  }

  .news_bild{
	  display: inline-block;
	  width: 33.33%;
	  vertical-align: top;
  }

  .news_bild > a{
	  display: block;
	  margin-left: 20px;
	  margin-bottom: 20px;
	  box-sizing: border-box;
	  padding: 5px;
	  border: 1px solid #ccc;
  }

  .news_bild > a > img{
	  display: block;
	  width: 100%;
  }

  #social_bar{
	  margin-top: 20px;
	  padding-bottom: 100px;
  }

  #social_bar a{
	font-size: 1.5em;
	font-style: normal;
	color: #ccc;
  }

.barrierefreiheit_icons{
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 50%;
	left: 0;
	width: 50px;
	background-color: #fff;
	color: #000;
	border-radius: 0 10px 10px 0;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

.barrierefreiheit_icons a{
	color: #000;
	display: flex;
	width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	border-radius: 0 10px 0 0;
	font-style: normal;

}

.barrierefreiheit_icons a:first-child{
	font-size: 30px;
	border-bottom: none;
}

.barrierefreiheit_icons a:nth-child(2){
	border-radius: 0 0 10px 0;
}

.barrierefreiheit_icons a:hover{
	background-color: #009ee0 !important;
	color: #fff;
}

html.fontsize_big .barrierefreiheit_icons a:nth-child(2){
	background-color: #131313;
	color: #fff;

}

nav#jump_links{
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    z-index: 900;
}

nav#jump_links ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
}

nav#jump_links ul a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.5em 1em;
    white-space: nowrap;
    background-color: #fff;
    transform: translateY(-120%);
    font-size: 18px;
    text-decoration: none;
    color: #d43225;
	font-weight: bold;
}

nav#jump_links ul a:focus{
    transform: translateY(0);
}

#sprung_navi_mobile{
	display: none !important;
}