@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans_regular/OpenSans-Regular-webfont.eot');
    src: url('fonts/opensans_regular/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans_regular/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/opensans_regular/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/opensans_regular/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('fonts/opensans_semibold/OpenSans-Semibold-webfont.eot');
    src: url('fonts/opensans_semibold/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans_semibold/OpenSans-Semibold-webfont.woff') format('woff'),
         url('fonts/opensans_semibold/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('fonts/opensans_semibold/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/opensans_light/OpenSans-Light-webfont.eot');
    src: url('fonts/opensans_light/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans_light/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/opensans_light/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/opensans_light/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/opensans_bold/OpenSans-Bold-webfont.eot');
    src: url('fonts/opensans_bold/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans_bold/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/opensans_bold/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/opensans_bold/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

*{
	box-sizing: border-box;
}

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

body{
	margin: 0;
	padding: 0 0 100px 0;
	font-family: 'open_sansregular', Arial;
	color: #000000;
	font-size: 1em;
	line-height: 1.5em;
	background-color: #30353c;
}

img{
	border: none;
}

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

a{
	text-decoration: underline;
	color: #000000;
	cursor: pointer;
}

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


h1{
	margin-top: 0;
	font-size: 2em;
	margin-bottom: 1em;
	line-height: 1.4em;
	color: #000000;
}

h2{
	margin-top: 0;
	font-size: 1.3em;
	margin-bottom: 0.5em;
	color: #2d2d2d;
}

h3{
	margin-top: 0;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	color: #2d2d2d;
}

hr{
	background-color: #ccc;
	border: none;
	height: 1px;
	margin: 30px 0;
}

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

.clear{
	display: block;
	clear: both;
}

.clear_5{
	display: block;
	clear: both;
	height: 5px;
}

.clear_10{
	display: block;
	clear: both;
	height: 10px;
}

.clear_15{
	display: block;
	clear: both;
	height: 15px;
}

.clear_20{
	display: block;
	clear: both;
	height: 20px;
}

.clear_30{
	display: block;
	clear: both;
	height: 30px;
}

.clear_40{
	display: block;
	clear: both;
	height: 40px;
}

.clear_50{
	display: block;
	clear: both;
	height: 50px;
}

.changeable{
	display: block;
	position: relative;
	min-height: 50px;
}

.changeable .edit_content_button{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 10px;
	border: 1px solid #cccccc;
	cursor: pointer;
	background-color: #f1f1f1;
	color: #2d2d2d;
}

.changeable:hover .edit_content_button{
	display: block;
}

.changeable:hover .edit_content_button:hover{
	background-color: #eeeeee;
}

.scrollload{
	opacity: 0;
}

#meta_edit{
	display: block;
	font-size: 16px;
	background-color: #fff;
	color: #555;
	padding: 20px;
	position: fixed;
	top: -400px;
	right: 0;
	width: 600px;
	border-radius: 0 0 0 10px;
	height: 400px;
	border: solid #ccc;
	border-width: 0 0 1px 1px;
	z-index: 450;
}

#meta_edit_button{
	display: block;
	position: absolute;
	bottom: -31px;
	right: 0;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	cursor: pointer;
	background-color: #fff;
	border-radius: 0 0 0 10px;
	border: solid #ccc;
	border-width: 0 0 1px 1px;
}

.video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.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: 400px;
    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: 400px;
	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;
}

.login_form{
	display: block;
	width: 100%;
	max-width: 400px;
	border-radius: 10px;
	margin: 30px auto;
}

/* 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: 7.5px;
}

.formular_right{
	padding-left: 7.5px;
}

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

.ort_input{
	margin-left: 80px;
}

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

.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;
}

.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;
}

.datum_input{
	display: block;
	float: left;
	width: 105px;
}

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

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

.nowrap{
	white-space: nowrap;
}


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

table.auflistung thead tr td{
	border: 1px solid #202d36;
	background-color: #202d36;
	color: #fff;
	padding: 10px;
	font-weight: bold;
	vertical-align: middle;
}

table.auflistung tbody tr td{
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 5px 10px;
	vertical-align: middle;
	color: #555;
}

table.auflistung tbody tr:nth-child(2n) td{
	background-color: #f0f0f0;
}

table.auflistung tbody tr:hover td{
	background-color: #e8e8e8;
}

table.auflistung tbody tr td.aktion, table.auflistung thead tr td.aktion{
	text-align: right;
}

table.auflistung tbody tr td.aktion.zwei, table.auflistung thead tr td.aktion.zwei{
	width: 90px;
}

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

.galerie_big_img{
	margin-bottom: 20px;
}

.galerie{
	display: block;
}

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

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

.galerie ul li{
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	width: 25%;
	margin-right: -6px;
	/* height: 110px; */
}

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

.galerie ul li a img{
	display: block;
	width: 100%;
}

iframe{
	display: block;
}

#menue_bar{
	display: none;
	cursor: pointer;
	position: fixed;
	z-index:999;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #000000;
}

#menue_icon{
	display: none;
	font-size: 70px;
	line-height: 76px;
	width: 80px;
	height: 80px;
	color: #000;
	float: left;
	text-align: center;
	cursor: pointer;
}

#menue_text{
	font-size: 32px;
	line-height: 49px;
	margin-left: 50px;
	color: #fff;
	height: 50px;
}

.close_mobile_navi{
	cursor: pointer;
}

.ds_checkbox{
	display: block;
	float: left;
}

.ds_checkbox input[type=checkbox]{
	margin: 0;
}

.ds_text{
	font-size: 14px;
	margin-left: 25px;
	line-height: 1.2em;
}

.pflichtfelder{
	display: block;
	float: right;
	color: #aaa;
	font-size: 12px;
	margin-bottom: 20px;
}


.col-1{
	display: block;
	float: left;
	width: 60%;
}

.col-1 > .inner{
	padding-right: 25px;
}

.col-1.right{
	width: 40%
}

.col-1.right > .inner{
	padding-left: 25px;
	padding-right: 0;
}

.content{
	padding: 40px 0;
	background-color: #fff;
}

#footer{
	padding: 40px 0 20px 0;
}

#copyright{
	text-align: center;
	padding-bottom: 100px;
	padding-top: 30px;
	color: #a2a2a2;
	font-size: 0.889em;
}

#footer #copyright a{
	color: #a2a2a2;
}

.col50{
	display: block;
	float: left;
	width: 50%;
}

.col50 > .inner{
	padding-right: 25px;
}

.col50.right > .inner{
	padding-right: 0;
	padding-left: 25px;
}

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

.col60 > .inner{
	padding-right: 25px;
}

.col60.right > .inner{
	padding-right: 0;
	padding-left: 25px;
}

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

.col40 > .inner{
	padding-right: 25px;
}

.col40.right > .inner{
	padding-right: 0;
	padding-left: 25px;
}

.resp_img_right{
	display: block;
	float: right;
	margin-left: 20px;
	width: 100%;
}


#navi_mobile{
    display: block;
    position: fixed;
    top: 0;
    left: -400px;
    height: 100%;
    width: 90%;
    max-width: 400px;
    background-color: #000000;
    color: #fff;
    overflow-y: auto;
    z-index: 999;
}

#navi_mobile_closer{
    display: none;
    position: fixed;
    top: 0;
    right: 0px;
    height: 100%;
    width: 10%;
    cursor: pointer;
    z-index: 999;
}

#navi_mobile > ul{
    padding: 0;
    margin: 10px 10px 10px 10px;
    background-color: #fff;
    list-style-type: none;
}

#navi_mobile > ul > li{
    border-top: 1px solid #ccc;
    position: relative;
}

#navi_mobile > ul > li:first-child{
    border-top: none;
}

#navi_mobile > ul > li > a{
    display: block;
    padding: 10px 43px 10px 10px;
    color: #292929;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#navi_mobile > ul > li > .show_more{
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
    width: 43px;
    height: 47px;
    color: #ccc;
    fill: #ccc;
    cursor: pointer;
    text-align: center;
    font-size: 30px;
    line-height: 48px;
    padding: 5px 0;
    border-left: 1px solid #ccc;
}

#navi_mobile > ul > li > .show_more:hover{
    fill: #292929;
}

#navi_mobile > ul > li > .show_more svg{
    height: 32px;
}

#navi_mobile > ul > li:hover{
    background-color: #f5f5f5;
}

#navi_mobile > ul > li:hover ul{
    background-color: #fff;
}

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

#navi_mobile > ul > li > ul > li{
    border-top: 1px solid #ccc;
}

#navi_mobile > ul > li > ul > li:hover{
    background-color: #f5f5f5;
}

#navi_mobile > ul > li > ul > li > a{
    display: block;
    padding: 5px 10px 5px 20px;
    text-decoration: none;
    color: #292929;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#mobile_navi_bar{
    padding: 12px 10px 13px 10px;
    font-size: 20px;
}

#mobile_navi_bar .close_mobile_navi{
    float: right;
    font-size: 30px;

}

#mobile_navi_bottom{
    padding: 0 10px 10px 10px;
    text-align: center;
}

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

#mobile_navi_bottom ul li {
    display: inline-block;
    color: #fff;
}

#mobile_navi_bottom ul li.trenner{
    margin: 0 3px;
}

#mobile_navi_bottom ul li a{
    color: #fff;
    text-decoration: none;
}

#top-bar{
	background-color: #fff;
	color: #000;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

#top-bar a{
	color: #000;
	text-decoration: none;
}

a#logo{
	display: block;
	text-transform: uppercase;
	font-size: 30px;
	float: left;
	/* width: 100%; */
	/* max-width: 205px; */
	/* text-align: center; */
	/* margin: 0 auto; */
	padding-top: 21px;
}

#logo b{
	font-size: 35px;
}

#service{
	float: right;
	line-height: 23px;
	padding-top: 3px;
}

#service img{
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

#top{
	background-color: #041E42;
	padding: 20px 0;
	color: #fff;
}

#scania{
	float: right;
	overflow: hidden;
}

#scania img{
	display: block;
	/* width: 100%; */
}

#scania-mobile{
	display: none;
	background-color: #000;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 15px;
}

#scania-mobile img{
	display: block;
	width: 100%;
	max-width: 200px;
	height: auto;
	margin: 0 auto;
}

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

#subheader{
	font-family: 'open_sanslight';
	font-style: italic;
	font-size: 1.3em;
	background-color: #30353c;
	padding: 15px 0;
	color: #ffffff;
}

#subheader img{
	display: block;
}

#subheader table tbody tr td:first-child{
	padding-right: 30px;
}

@media screen and (max-width: 1200px){
	#subheader br{
		display: none;
	}
}


.index-boxes{
	margin-left: -40px;
	text-align: center;
}

.index-boxes .box{
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	max-width: 362px;
	text-align: left;
}

.index-boxes .box .inner{
	margin-left: 40px;
}

.index-boxes .box .inner .image img{
	display: block;
	width: 100%;
}

.index-boxes .box .inner .title{
	font-family: 'open_sansbold', Arial;
	margin: 15px 0;
}

.index-boxes .box .inner .desc{
	font-size: 0.9em;
	line-height: 1.3em;
	min-height: 115px;
}

.index-boxes .box .inner a.button{
	padding: 5px 40px;
}

#footer{
	background-color: #30353c;
	color: #ffffff;
	font-size: 0.900em;
	line-height: 1.3em;
	font-family: 'open_sanslight', Arial;
}

#footer a{
	color: #ffffff;
	text-decoration: none;
}

#footer_address{
	float: left;
	width: 32%;
}

#footer_contact{
	float: left;
	width: 29%;
}

#footer_right{
	float: right; 
}

.ds_check{
	float: left;
}

#map{
	background-color: #fff;
}