@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'Muli';
    src: url("../fonts/Muli.ttf");
    font-weight: normal;
}
@font-face {
    font-family: 'Muli';
    src: url("../fonts/Muli-Bold.ttf");
    font-weight: bold;
}
body{
	-webkit-text-size-adjust: 100%;
	width:100%;
	background-color: #fff;
	margin:0px;
	padding:0px;
	font-family: 'Muli', sans-serif;
	color:#555;
	line-height: 29px;
	letter-spacing: 0.5px;
}

b, strong{
	color: #ec5b00;
}
a{
	color:#555555;
	text-decoration: none;
}
a.hover{
	color:#ec5b00;
	text-decoration: underline;
}
.bold_orange{
	font-weight: bold;
	color: #ec5b00;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 22px;
}
.header_mail_a{
	color:#fff;
	text-decoration: underline;
}
.header_mail_a:hover{
	color:#fff;
	text-decoration: underline;
}


h1{
	text-transform: uppercase;
	color:#555555;
	margin:0px;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.5px;
}
h2{
	text-transform: uppercase;
	color:#ec5b00;
	margin:0px;
	font-size: 1.5rem;
	font-weight: bold;/*Konrad neu */
	letter-spacing: 0.5px;
}
h3{
	
}
h3.projekte_h3{ /*Konrad neu*/
	text-transform: uppercase;
	color:#ec5b00;
	margin-top:5px;
	margin-bottom:5px;
	font-size: 19px;
}
h4{
	
}
h5{
	text-transform: uppercase;
	color:#555;
	margin:0px;
	font-size: 19px;
	font-weight: normal;/*Konrad neu */
	letter-spacing: 0.5px;
	margin-bottom:5px;
}
quote{
	clear: both;
	display:block;
	margin-top:50px;
	font-style: italic;
}
.anchor{
	float: left;
	height: 0px;
	width: 100%;
}
.spacer_line{ /*Konrad neu */
	background-image: url("../images/spacer_pixel.jpg");
	height: 1px;
	width: 100%;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;	
}
#page_wrapper{
	width:100%;
	
}
#width_wrapper{
	width:100%;
}
/* MOBILE MENU START*/
#mobile_menu{
	z-index:2000;
	width:60%;
	float:right;
	position: fixed;
	top:0px;
	right:0px;
	background-color: #f3f3f3;
	height:100%;
	
}
#mobile_menu_wrapper{
	z-index: 2000;
	width: 50%;
	float: right;
	position: fixed;
	top: 0px;
	right: 0px;
	height: 100%;
	display:none;
	
}
#mobile_menu_fader{
		background-color: #000;
		opacity: 0.3;
		width:100%;
		height:100%;
		position: fixed;
		z-index: 1000;
		display:none;
}
#mobile_menu_icon{
	display:block;
	
}
#mobile_menu_top{
	float: left;
	width: 100%;
	margin-top: -35px;
}
#menu_open:hover{
	cursor: pointer;
	}
#menu_open{
	cursor: pointer;
	position: fixed;
	right: 10px;
	top: 5px;
	background: url("../images/mobile_menu_icon.png");
	background-size: cover;
	width: 50px;
	height: 50px;
	display: block;
	float: right;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
/*Konrad neu*/
#language_menu_wrapper{
	margin-top: -8px;
	right: 60px;
	top: 14px;
	position: absolute;
	padding: 15px;
	background-color: #2e2d2c;
}
#language_menu_wrapper:hover #language_menu_selection{
	display:block;
}
#language_menu_wrapper:active #language_menu_selection{
	display:block;
}


/*Konrad neu*/
#language_menu_german{
	background: url("../images/language_german.jpg");
	background-size: cover;
	width: 30px;
	height: 19px;	
}
/*Konrad neu*/
#language_menu_english{
	background: url("../images/language_english.jpg");
	background-size: cover;
	width: 30px;
	height: 19px;	
}
/*Konrad neu*/
#language_menu_selection{
	display:none;
	margin-top: 13px;
	float: left;
}
/*Konrad neu*/
#language_menu_selection_german{
	background: url("../images/language_german.jpg");
	background-size: cover;
	width: 30px;
	height: 19px;
	margin-top: 5px;
}
#language_menu_selection_german:hover{
	cursor: pointer;
}
/*Konrad neu*/
#language_menu_selection_english{
	background: url("../images/language_english.jpg");
	background-size: cover;
	width: 30px;
	height: 19px;
	margin-top: 10px;
}
#language_menu_selection_english:hover{
	cursor: pointer;
}
#menu_close:hover{
	cursor: pointer;
	}
#menu_close{
	cursor: pointer;
	position: relative;
	left: 5px;
	top: 5px;
	background: url("../images/close_menu_icon.png");
	background-size: cover;
	width: 50px;
	height: 50px;
	display: none;
	z-index: 5000;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#menu_title{
	text-align: center;
	border-bottom:1px solid #dbdbdb;
	color:#BBBBBB;
	line-height:45px;
}
.mobile_menu_ul{
	
}
.mobile_menu_ul li {
	border-bottom: 1px #dbdbdb solid;
	width:100%;
	list-style-image: none;
	list-style: none;
	line-height: 39px;
	
}
a.mobile_menu_link{
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a.mobile_menu_link li:hover{
	color:#ec5b00;
	
}
/* MOBILE MENU END*/
/* MENU */
#menubar_wrapper{
	position: relative;
	z-index:2000;
	}
.full_menu_link{
	font-family: 'Muli', sans-serif;
	color: #fff;
	padding: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.5px;
	border-left: 1px solid #2e2d2c;
	transition: all 0.5s;
	
}
.full_menu_link:hover{
border-left: 1px solid #fff;
transition: all 0.5s;
}

#menubar{
	z-index:9999;
	position: fixed;
	top:0px;
	height:60px;/*konrad neu*/
	width:100%;
	background-color:#2e2d2c;
}
#menu_wrapper{
	width: 100%;
	margin: 0 auto;

}
#menu_logo{
	margin-top: -5px;
	padding: 20px 0px 3px 10px;
	float: left;

}
#menu_logo_image{/*konrad neu*/
	width: 220px;
	margin-top: 6px;
}
#full_menu{
	float:right;
	font-family: 'Muli', sans-serif;
	margin-top: 15px; /*konrad neu*/
	display:none;
}

/* MENU END */
.width_wrapper{
	max-width:100%;
	margin:0 auto;
}
#header{
	background:url("../images/orange-recon_underconstruction.jpg");
	height:100vh;
	background-size: cover;
	min-height: 600px;
	
}
#header_logo{
	margin: 0 auto;
	padding: 40vh 15px 0px 15px;/*konrad neu*/
	width: 90%;
}
.flex_image{
	max-width:100%;
	display:flex;
}
#header_typewriter{
	line-height: 40px;
	color:#fff;
	font-size: 1.1875rem;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	margin-top:75px;
}
#header_adress{
	letter-spacing: 0.5px;
	color:#fff;
	line-height: 27px;
	text-align: center;
	margin-top:100px;
	
}
#leistungen_wrapper{
	margin:75px 0px 0px 0px;
	text-align: center;
	margin-bottom:50px;
	float: left;
	width: 100%;
}
#leistungen_spacer{
	margin-top:25px;
}
#leistungen_menu{
	text-align: left;
	margin-left: 64px;
}
.leistungen_menu_link{
	font-weight: bold;
	color: #555;
	font-size: 1.0rem;
	line-height: 1.1875rem;
	text-transform: uppercase;
	margin-bottom: 20px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.active_leistung{
	font-weight: bold;
	color: #ec5b00;
	text-decoration: underline;
}
.active_leistung:before{
	content: '';
	display: block;
	float: left;
	height: 20px;
	margin-left: -26px;
	width: 20px;
	background-image: url("../images/arrow2.png");
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 0px;
	margin-top: 2px;
}
.leistungen_menu_link:hover{
	font-weight: bold;
	cursor: pointer;
	color: #ec5b00;
	text-decoration: underline;
}
.leistungen_menu_link:hover:before{
	content: '';
	display: block;
	float: left;
	height: 20px;
	margin-left: -26px;
	width: 20px;
	background-image: url("../images/arrow2.png");
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 0px;
	margin-top: 2px;
}
.leistungen_content{
	text-align: left;
	float: left;
	width: 90%;
	margin-left: 30px;
}
#leistungen_table{
	width:100%;
	margin:0 auto;
	text-align: center;
	display:none;
}
#leistungen_table td{
	padding:0px 25px;
	vertical-align: top;
	line-height: 1.2rem;
	font-size: 13px;
	color:#ec5b00;
}

#leistungen_table_mobile{
	width: 100%;
    margin: 0 auto;
    text-align: center;
    display: none;
    display: table;
    
}
#leistungen_table_mobile tr td{
	vertical-align: top;
}
#leistung_1{
	display:block;
}
#leistung_2{
	display:none;
}
#leistung_2_1{
	display:none;
}
#leistung_3{
	display:none;
}
#leistung_4{
	display:none;
}
#leistung_5{
	display:none;
}
.trenner_1{
	background:url("../images/trenner_1.jpg");
	
	background-size: cover;
	background-position: center;
	height:400px;
	width:100%;
	float:left;
}
.trenner_2{
	background:url("../images/trenner_2.jpg");
	
	background-size: cover;
	background-position: center;
	height:400px;
	width:100%;
	float:left;
}
#ueberuns_wrapper{
	margin:75px 0px 0px 0px;
	text-align: center;
	margin-bottom:50px;
	float: left;
	width: 100%;
}
#ueberuns_content{
	text-align: center;
	width:90%;
	margin:0 auto;

}
.presse_eintrag{
	width: 75%;
	border: 0px solid #000;
	padding: 0px;
	margin: 40px auto;
}
.presse_headline{
	color:#ec5b00;
	font-size: 20px;
	text-transform: uppercase;
	margin-top:10px;
	font-weight: bold; /*Konrad neu*/
	display: table;
}
.presse_auszug{
	letter-spacing: 0.5px;
	border-top: 1px solid;
	padding-top: 9px;
	margin:10px;
	font-weight: normal;
	line-height: 19px;
	font-size: 12px;
}
.presse_quelle{
	letter-spacing: 0.5px;
	margin:10px;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
}
#team_wrapper{
	margin:75px 0px 0px 0px;
	text-align: center;
	margin-bottom:50px;
	float: left;
	width: 100%;
}
#team_content{
	text-align: center;
	width:90%;
	margin:0 auto;

}
.konrad_middle{
	display: none;
}
.konrad_solo{
	display: block;
}
.team_member{
	width: 45%;
	float: left;
	border: 0px solid #000; /*konrad neu*/
	padding: 0px;
	margin: 5% 2.2%;
	/*min-height: 47vmax;*/
}
.row-solo{
	width: 100%;
	float: left;
}
.team_member_solo{
	float: none;
	margin: 0 auto;
}
.team_member_image{
	
}
.team_member_photo{
	width:100%;
	
}
.team_member_name{
	color:#ec5b00;
	font-size: 12px;
	text-transform: uppercase;
	margin-top:10px;
	font-weight: bold; /*Konrad neu*/
}
#assistenz_name{
	background-image: url("../images/assistenz_3.png");
	width: 152px;
	background-size: cover;
	background-repeat: no-repeat;
	height: 27px;
	margin: 0 auto;
	margin-top: -2px;
	margin-bottom: 14px;
}
.role_tr{
	margin-top: -25px;
	display: inline-block;
}
.team_member_role{
	letter-spacing: 0.5px;
	margin:10px;
	font-size: 12px;
	font-weight: bold; /*Konrad neu*/
	height:30px;
	line-height:14px;
}
.team_member_icons{
	width:135px;
	margin:0 auto;
	
}
.team_member_vcard{
background-image: url("../images/vcard.png");
background-size: contain;
width: 32px;
background-repeat: no-repeat;
margin: -2px 10px;
height: 20px;
float: left;
margin-bottom: 25px;
}
.team_member_phone{
	background-image: url("../images/phone.png");
	background-size: contain;
	background-repeat: no-repeat;
	width:20px;
	margin:-2px 10px;
	height:20px;
	float:left;
	margin-bottom:25px;
	
}
.team_member_email{
	background-image: url("../images/mail.png");
	background-size: contain;
	background-repeat: no-repeat;
	width:22px;
	margin:0px 10px;
	height:17px;
	float:left;
}
.team_member_phonenumber{
	font-size: 10px;
	display:block;
	float:left;
	width: 100%;
	margin-bottom:10px;
	display:none;	
}
#team_netzwerk{
	width:100%; /*Konrad neu*/
	margin:0 auto;
	clear: both;
}
.conent_image{
	width:100%;
	display: flex;
	margin-bottom:25px;
}
.section_wrapper{
	margin:25px 0px 0px 0px;
	text-align: center;
	margin-bottom:50px;
	float: left;
	width: 100%;
}
.content_wrapper{
	text-align: center;
	width:90%;
	margin:0 auto;

}
.singlepage_wrapper{
	text-align: left;
	width:90%;
	margin:0 auto;
	margin-top:50px;
}
h4{
	color:#ec5b00;
	font-weight: bold;
	margin-bottom:25px;
}
#kunden_list_wrapper{
	width: 100%;
	margin: 0 auto;
}
#kunden_list_wrapper ul{
	padding-inline-start:0px;
}
.kunden_list_1{
	width: 100%;
	float: left;
	font-size: 15px;
	line-height: 35px;
	text-align: left;
}

.kunden_list_2{
	width: 100%;
	float: left;
	font-size: 15px;
	line-height: 35px;
	text-align: left;
}
.kunden_list li{
	color:#555;
	list-style: none;
}

.kunden_list li:before{
	content: '';
	display: block;
	float: left;
	height: 16px;
	width: 20px;
	background-image: url("../images/arrow2.png");
	background-size: cover;
	margin-right: 9px;
	margin-top: 9px;
	margin-left: 0;
}
.trenner_3{
	background:url("../images/trenner_3.jpg");
	background-size: cover;
	background-position: center;
	height:200px;
	width:100%;
	float:left;
}
.spacer_line_orange{
	background-color:#ec5b00;
	height:2px;
	width:100%;
}
.projekt_line_spacer{
	margin-top: 50px;
	height: 1px;
	width: 100%;
	float: left;
}
.projekt_line{
width: 100%;
margin: 0 auto;
margin-bottom: 10px;
float: left;
}
.projekt_col{
	float:left;
	width:100%;
}
.projekt_col_spacer{
	float:left;
	width:20px;
	height:1px;
}
.projekt_image_2zeilig{
	margin-top: 0px;
}
.projekt_image{
	width:100%;
	display:flex;	
}
.projekte_table{
	text-align: left;
	margin-top:5px;
}
.projekte_table td{
	vertical-align: top;
	line-height: 22px;
}
.projekte_table tr td:first-of-type{
width:100px;
}
#input_wrapper{
	width:100%;
}
input{
	box-sizing : border-box;
}
textarea{
	box-sizing : border-box;
}
#frmContact{
	text-align: left;
	width:100%;
	margin:0 auto;
}
#frmContact input{
	margin-bottom:10px;
}
#contact_name{
	border:1px solid #ec5b00;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	width:100%;
	float:left;
}
#userName{
	font-family: 'Muli', sans-serif; 
	border:1px solid #ec5b00;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	width:100%;
	float:left;
}
#userEmail{
	font-family: 'Muli', sans-serif; 
	border:1px solid #ec5b00;
	padding: .375rem .75rem;
	font-size: 16px;
	font-stretch: normal;
	font-style: normal;
	font-variant-caps: normal;
	font-weight: normal;
	height: 38px;
	letter-spacing: normal;
	line-height: 24px;
	color: #495057;
	width:100%;
	float:left;
}

#content{/*Konrad neu*/
	font-family: 'Muli', sans-serif; 
	border:1px solid #ec5b00;
	padding: .375rem .75rem;
	font-size: 16px;
	font-stretch: normal;
	font-style: normal;
	font-variant-caps: normal;
	font-weight: normal;
	height: 160px; /*Konrad neu*/
	letter-spacing: normal;
	line-height: 24px;
	color: #495057;
	width:100%;
	float:left;
	resize: none;
}

#checkbox{
	float: left;
	margin-right: 5px;
	vertical-align: top;
	margin-top:8px;
}
.checkbox_text{
    display:inline-block;
}

.orange_link{
	color:#ec5b00;
}
.orange_link:hover{
	color:#EF7A31;
}
.orange_link_underline{ /*Konrad Neu*/
	color:#ec5b00;
	text-decoration: underline;
}
.orange_link_underline:hover{ /*Konrad Neu*/
	color:#EF7A31;
}
#absenden{
	text-align: center;
	width:120px;
	margin:0 auto;
}
#status{
	color:#ec5b00;
	font-size: 12px;
}
.button-color{
	text-align: center;
	width:120px;
	margin:0 auto;
	float:left;
	background-color: #555;
	color: #ec5b00;
	border: 0px;
	width: 120px;
	font-size: 15px;
	height: 40px;
	line-height: 1.5rem;
	text-align: center;
	margin-top:15px;
}
#map{
	margin-top:75px;
	width:100%;
	float:left;
	height:300px;
}

#footer{
	background-color: #ec5b00;
	width: 100%;
	float: left;
}
#footer_wrapper{
	text-align: center;
	width: 100%;
	margin: 0 auto;
	margin-top: 50px;
}
#footer_logo{
	background: url("../images/orange-recon_logo_2lines.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 146px;
	margin-bottom: 38px;
	float: left;
}
#footer_adress{
	float: left;
	width: 100%;
	margin-top: 25px;
}
.footer_adress_text{
	letter-spacing: 0.5px;
	text-align: center;
	color: #fff;
	margin-top: 0px;
}
.footer_adress_text a{
	color:#fff;
	text-decoration-line: underline;
}
.footer_adress_text a:hover{
	color:#fff;
	text-decoration-line: overline;
}
.footer_adress_text b{
	color:#fff;
}



#footer_footer{
	background-color: #2e2d2c;
	width:100%;
	float:left;
}
#footer_wrapper{
	text-align: center;
	width: 100%;
	margin: 0 auto;
	margin-top: 50px;
}
#footer_footer_wrapper{
	text-align: center;
	width: 100%;
	margin: 0 auto;
	height: 70px;
	margin-top: 16px;
}

#copyright{
	width: 100%;
	float: left;
	text-align: center;
}
#disclaimer{
	width: 253px;
	text-align: center;
	margin: 0 auto;
}
#disclaimer a{
	color:#fff;
	float:left;
	padding:0px 7px 15px 7px;
}
#disclaimer a:hover{
	color:#fff;
	text-decoration: underline;
}
.disclaimer-en{
	margin-left: 12px;
	float: left;
	display: block;
}
ul{
	margin-block-start:0px;
	margin-block-end:0px;
}
ul li.orange{
	list-style-image: url("../images/arrow.png");
	font-weight: bold;
	color: #ec5b00;
}
ul li.leistungen_anstrich{ /*Konrad neu*/
	list-style-image: url("../images/arrow.png");
	font-weight: normal;
	color: #555;
	line-height: 22px;
	padding-bottom: 12px;
}
ul li.leistungen_anstrich_ohne{ /*Konrad neu*/
	list-style-image: url("../images/arrow.png");
	font-weight: normal;
	color: #555;
	line-height: 22px;
	padding-bottom: 12px;
	list-style: none;
}
ul li{
	list-style-image: url("../images/arrow.png");
	font-weight: normal;
	color: #555;
}
ul li ul{
	padding-inline-start:0px;
	
	
}
ul li ul li {
	list-style-type: none;
	list-style-image: none;
	font-weight: normal;
	color:#555;
}