@import url("webfont.css");
@import url("base.css");

body { margin: 0; padding: 0; }

/* ID */
#layout_top {
	/*position: fixed;*/
	height: 160px; /* Höhe des Top Header */
	top: 0;
	left: 0px;
	z-index: 5;
	width: 100%;
	padding: 0;
	}
#layout_top_in {
	margin: 0 auto 0 auto;
	padding: 3px 0 0 0;
	text-align: right;
	width: 1100px;	/* Breite Layout */
	font-size: 18px;
	}
#layout_top_in a { color: rgba(107,107,107,1.00); text-decoration: none; }
#layout_top_in a:hover { color: #000; }
#layout_footer { width: 100%; padding: 5px 0 100px 0; }
#nav_top { height: 24px; width: 100%; color: rgba(59,59,59,1.00); }
#nav_sm { display: none; }
#socialmedia {
	width: 100%;
	height: 30px;
	margin: 40px 0 40px 0;
	pading-top: 1px;
}
.socialmedia { 	width: 20px; margin: 0 auto 0 auto; }
.socialmedia div { 
background-size: contain;
background-repeat: no-repeat; 
float: left;
-moz-transition: all 500ms ease-in-out 0s;
-ms-transition: all 500ms ease-in-out 0s;
-o-transition: all 500ms ease-in-out 0s;
-webkit-transition: all 500ms ease-in-out 0s;
transition: all 500ms ease-in-out 0s; }
#socialmedia a {
display: block;
height: 36px;
width: 44px;}	
.socialmedia div:hover { opacity:0.2; }


/* class */
.contact_crmfirst { margin: 50px 0 0 0; text-align: center; }
.contact_crmfirst a { text-decoration: none; color: rgb(24,27,41); }
.flexbox { display: flex; justify-content: space-between; }
.flex_column_img { width: 50%; padding: 30px 60px 0 0; }
.flex_column { width: 50%; }
.footer { font-size: 18px; }
/*.footer a { display: block; color: rgb(24,27,41); text-decoration: none; }*/
.footer a:hover { color: #fff; }
.invi_sm { display: none; }	
.langu { padding: 10px 0 10px 0; }
.langubutton { 
width: 40px; 
height: 40px; 
background-size: 100%; 
float: right;
-moz-transition: all 500ms ease-in-out 0s;
-ms-transition: all 500ms ease-in-out 0s;
-o-transition: all 500ms ease-in-out 0s;
-webkit-transition: all 500ms ease-in-out 0s;
transition: all 500ms ease-in-out 0s;
 }
.langubutton a { display: block; width: 40px; height: 40px; border: none; }
.langubutton a:hover { border: none; }
.langubutton:hover { opacity:0.2; }
.layout_innen { margin: 0 auto 0 auto; padding: 0; width: 1100px; 	/* Breite Layout */}
.layout_download { margin: 0 auto 0 auto; padding: 0; width: 1100px; 	/* Breite Layout */}
.lay_img100 { width: 100%; height: 100px; }
.logo_box { width: 300px; height: 80px; margin: 10px 0 10px 0;}
.mlink { text-transform: uppercase; }
.testimonal { padding: 40px 20% 60px 20%; text-align: center; }




/* Abstand Innen */
.pad_20 { padding: 40px 0; }








/* Bilder */
.img100 { border-radius: 12px; }
.img_temp01 { height: 280px; margin: 0 0 100px 0; }
.nav_img_base {
	width: 56px;
	height: 80px;
	float: left;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 4px;
	}
.img_flyer_bg { background-image: url("../images/cover_procontracts_flyer.jpg"); background-repeat: no-repeat; background-size: 70%; background-position: right; }
.flyer_box { height: 500px; }




























/* Navgation */
.container {
	width: 1100px; 	/* Breite Layout */   /* Naviagtion/Subnavigation analog zur Layoutbreite */
	margin: 30px 0 0 0;
	padding: 0;
}
.container b {
	display: block;
	margin: 0 0 10px 0;
	font-style: normal;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: rgb(122,175,47); /* Farbe Zwischensüberschriften über der Subnagitaion */
}


/* Hauptmenü */
#nav span {
    display: none;
}
#nav, #nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#nav {
	float: left;
	margin-left: 0;
	margin-right: 0;
	position: relative;
	padding-left: 300px; /* Abstand Hauptnavigation vom linken Layoutrand */
	width: 100%;
}
#nav ul.subs {
	color: #000;
	display: none;
	left: 0;
	padding: 20px;
	position: absolute;
	top: 34px; /* Abstand Submenü zur Hauptnavigation */
	width: 1060px; /* Breite der Naviagtion/Subnavigation analog zur Layoutbreite - 2x Padding */
	font-size: 16px;
	background-image: url(../images/transparenz.png); /* Hintergrundbild für Subnavigation */
}
#nav > li {
    border-bottom: 5px solid transparent;
    float: left;
    margin-bottom: -5px;
    text-align: left;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
#nav li a {
    display: block;
    text-decoration: none;
    white-space: normal;
}
#nav > li > a {
	color: rgb(158,210,24); /* Farbe Hauptnavigation */
	display: block;
	line-height: 1em;
	padding: 3px 0;
	text-transform: none;
	margin: 0 20px 0 0;
	font-weight: normal;
	border-bottom: solid 10px transparent; /*  unsichtbare Border unter den Navigationspunkten */
}
#nav > li:hover > a, #nav > a:hover {
	color: #fff;
	border-bottom: solid 10px transparent; /* unsichtbare Border unter den Navigationspunkten */
}
#nav li.active > a {
	color: #000;
}

/* submenu */
#nav li:hover ul.subs {
    display: block;
}
#nav ul.subs > li {
	display: inline-block;
	float: none;
	padding: 0;
	vertical-align: top;
	width: 300px; /* Größe der Subnavigations-Blöcke */
}
#nav ul.subs > li a {
	color: #666;
	line-height: 25px;
	font-size: 17px;
	border: none;
}
#nav ul li a:hover {
	color: rgb(122,175,47); /* Farbe Hover der Subnavigation */
}
#nav ul.subs > li > a {
	margin-bottom: 10px;
	text-transform: uppercase;
}
#nav ul.subs > li li {
	float: none;
	padding-left: 0px;
	-moz-transition: padding 150ms ease-out 0s;
	-ms-transition: padding 150ms ease-out 0s;
	-o-transition: padding 150ms ease-out 0s;
	-webkit-transition: padding 150ms ease-out 0s;
	transition: padding 150ms ease-out 0s;
}
#nav ul.subs > li li:hover {
    padding-left: 15px;
}








/* Formular */
.formular_box {
	background-color: #eaeaea;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0 0 30px 0;
	padding: 30px 30px 100px 100px;
	color: #777;
	}
.formular_feld_box {
	clear: both;
	width: 100%;
	}
.formular_feld_radio {
	margin: 10px 0 5px 0;
	width: 150px;
	float: left;
	padding: 0 10px 0 0;
	}
.formular_feld_text {
	width: 150px;
	float: left;
	text-align: right;
	padding: 0 10px 0 0;
	}
.formular_feld_dist {
	width: 150px;
	float: left;
	text-align: right;
	padding: 10px 10px 20px 0;
	}
.formular_feld_text > label, .formular_feld_w > label, .formular_feld_w_take > label, .page_content_header div > label {
	text-transform: none;
	font-size: 18px;
	color: #888;
	}
.formular_feld_w {
	width: 500px;
	float: left;
	padding-bottom: 5px;
	}
.formular_feld_w img { margin-left: 5px; }
.formular_feld_w_02 {
	width: 100px;
	float: left;
	}
.formular_feld_w_03 {
	width: 380px;
	float: right;
	padding-right: 5px;
	}
textarea {
	padding: 0.3em 0.7em 0.3em 0.7em;
	width: 100%;
	height: 100px;
	margin: 0 0 10px 0;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 17px;						/* Schriftgröße */	
	border: solid 0 #000;					/* Border: Art/Stärke/Farbe */
	background-color: #ccc;	/* Hintergrundfarbe */
	color: #555;							/* Schriftfarbe */
	border-radius: 3px;						/* Border Rundung */
	-webkit-border-radius: 3px;				/* " */
	-moz-border-radius: 3px;				/* " */
	cursor: auto;
	}
textarea:hover {
	background-color: rgb(122,175,47);		/* Hintergrundfarbe */
	color: #fff;
	}







@media only screen and (max-width: 1200px) {
.layout_innen {
margin: 20px auto 0 auto;
padding: 0 !important;
width: 100% !important; /* reduzierte Layoutbreite */
}
.layout_download {
padding: 0 !important;
width: 100% !important; /* reduzierte Layoutbreite */
}
#layout_top_in { 
width: 100% !important; /* reduzierte Layoutbreite */
text-align: right;
}
.layout_20 { padding: 0 20px; }
.container { width: 100% !important;  /* reduzierte Layoutbreite */}
#layout_top_in div { margin-right: 20px !important;}
.logo_box { width: 250px; height: 80px; margin-left: 20px;}
*#nav ul.subs {
width: 100% !important; 
padding: 20px !important;
}
.formular_box { padding: 30px 0 80px 60px; }
}
#layout_top { height: 140px; }
.pad_20 { padding: 40px 20px; }
.img_flyer_bg { background-size: contain;  }
.flyer_box { height: 400px; }


@media only screen and (max-width: 900px) {
.subs div { display: none; } /* Größe für das Ausblenden der Sub-Navi-Bilder bei reduzierten Layout */
#nav { padding-left: 20px; /* Abstand Hauptnavigation vom linken Layoutrand */ }
#nav ul.subs > li { width: 30%; /* Größe der Subnavigations-Blöcke */ }
.formular_box { padding: 30px 0 80px 30px; }
.pad_20 { padding: 40px 20px; }
}






