/* =============================================================================
 * body
 * ========================================================================== */

html, 
body {
	font-size: 15px;
}

html,
body,
#wrapper,
#container,
#main,
.container{
	height: auto;
}


header{
	font-family: 'Open Sans', sans-serif;
	line-height: 1.8rem;
}
body {
	color: #555; /*555*/
	font-family: 'Open Sans', sans-serif;
	line-height: 1.8rem;
	font-weight: normal;
}

.mod_article{
	padding-top: 50px;
	padding-bottom: 50px;
}


/* =============================================================================
 * font classes
 * ========================================================================== */

.font_serif_2 {
	font-family: 'Playfair Display', Georgia, Times, serif;
}

.font_headlines{
	font-family: 'Baumans';
}

.invertcolor {color: #ffffff;}

.bold {font-weight: bold;}

.ce_text a {color: #b1dd2f;}
.ce_text a:hover {color: white;}
#main .ce_text a:hover {color: #3D7893;}



/* =============================================================================
 * headlines
 * ========================================================================== */

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 25px;
	line-height: 1.3;
	word-wrap: break-word;
	color: 	#666666;
	font-weight: bold;

}

h1 {
	font-size: 1.8rem;
	padding-top: 0;
	/*font-family: 'Baumans';
	text-transform: uppercase;*/

}

h2 {
	font-size: 1.6rem;
}

h3 {
	font-size: 1.4rem;
}

h4,
mini-hl{
	font-size: 1.3rem;
}

h5 {
	font-size: 1.2rem;
	font-family: 'Open Sans';
	font-weight: normal;
	margin-bottom: -10px;
}

h6 {
	font-size: 1.1rem;
}

.beratungs-text{
	font-size: 1.4rem;
}

p{
	hyphens: auto;
}

hr {
    width: 40px;
    height: 2px;
    border-bottom: solid 1px #666666;
    margin: auto;
    margin-bottom: 20px;
}

a{
	text-decoration: none;
	cursor: pointer;
	color: #555;
}

span{
	font-weight: bold;
}

/* =============================================================================
 * logo size
 * ========================================================================== */

.logo {
	width: 390px;
	height: 100px;
}

/* =============================================================================
 * logo size: sticky
 * ========================================================================== */

.stickyheader .logo {
	width: 170px;
	height: 70px;
}

/* =============================================================================
 * logo size: mobile
 * ========================================================================== */


/* =============================================================================
 * logo
 * ========================================================================== */

.logo {
	margin-top: auto;
	margin-bottom: auto;
	float: left;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}

.logo a {
	background-image: url(/files/layout/images/logo-e-ladepunkt.png);
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: left;
}

/* =============================================================================
 * stickyheader
 * ========================================================================== */

.stickyheader .header.cloned {
	line-height: 70px;
}

.stickyheader {
	position: fixed;
	z-index: 10000;
	left: 0;
	top: 0;
	width: 100%;
	top: -100%;
	transition: All 0.6s ease;
	-webkit-transition: All 0.6s ease;
}

body.fixed-header .stickyheader {
	top: 0;
}

.stickyheader .header.cloned .logo {
	transition: height 0.3s ease;
	-webkit-transition: height 0.3s ease;	
}

.stickyheader .logo {
	margin-right: 35px;
}

/* =============================================================================
 * header
 * ========================================================================== */

#header {
	width: 100%;
	height: 110px;
	top: 0px;
	z-index: 1030;
	position: fixed;	
	background: rgb(255,255,255);
	line-height: 93px; /*80px*/
}

header .inside {
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

.header.original .mainmenu ul ul li a.trail:after, 
.header.original .mainmenu ul ul li a.active:after {
	display: none;
}



/* =============================================================================
 * footer
 * ========================================================================== */

footer{
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	background-color: #3d7893;
	position: fixed;
    bottom: 0;
    width: 100%;
}

footer a{
	color: #FFFFFF;
	font-size: 0.9em;
}

.footer-col2{
	text-align: right;
}

footer p{
	font-size: 0.9em;
}

footer .inside{
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

/*
.footer-col3{
	padding-top: 50px;
}*/

/* =============================================================================
 * bottom
 * ========================================================================== */
 
#bottom{
	height: 50px;
 	padding: 10px 10px 0 10px;
 	font-size: 0.9em;
 	color: #FFFFFF;
 	background-color: #222;
 }
 
 .left{
 	float: left;
 }
 
 .middle{
 	text-align: center;
 	font-weight: bold;
 	
 	
 }
 
 .right{
 	float: right;
 }

/* =============================================================================
 * menu
 * ========================================================================== */
 
.custommenu{
	display: block;
	float: right;
}

.custommenu a{
	color: 	#666666;
	/*font-weight: bold;*/
	text-transform: uppercase;
}

.custommenu a:hover{
	color: 	#137195;
}


.custommenu .active{
	color: 	#92ba43;
	text-transform: uppercase;
}

.custommenu ul li{
	display: inline-block;
	text-align: left;
	list-style-type: none;
	z-index: 10;
	margin-left: 25px;
    /*margin-right: 15px;*/
    	
    transition-duration:1s;
	transition-property: all;
}

.custommenu ul.level_2{
	display: none;
	height: 30px;
	width: 230px!important;
	margin-top: -20px;
	line-height: 40px!important;

}

.custommenu ul.level_2 li{
	margin-left: 0;
	width: 230px;
	background-color: #137195;
	border-bottom-right-radius: 25px;
	padding: 5px;
	margin-top: 2px;
}

.custommenu ul.level_2 li a{
	color: #FFFFFF;
	margin-left: 0;
}

li:hover > ul.level_2 {
  display: block;
  z-index: 20;
  color: #666666;
  position: absolute;

}

 
li:hover li { float: none; }

 
li:hover li:hover { background: #2c3e50; }
 
/*.custommenu li ul li { border-top: 0; }*/



/* =============================================================================
 * Buttons
 * ========================================================================== */

.ce_hyperlink,
form button{

	/*border-radius: 3px;*/
	border-bottom-right-radius: 25px;
	padding: 10px;
	width: 40%;
	min-width: 200px;
	margin: auto;
}

.ce_hyperlink a{
	color: #FFFFFF;
	border-bottom: none!important;
	font-weight: bold;
}

.ce_hyperlink:hover.background-color-green{
    /*background-color: #137195!important;*/
    background-color: #b1dd2f!important;
    cursor: pointer;
    opacity:0.9;
}

.ce_hyperlink:hover.background-color-blue{
    /*background-color: #92ba43!important;*/
    /*background-color: #b1dd2f!important;*/
    background-color: #b1dd2f!important;
    cursor: pointer;
}

.widerHL{
	width: 65%;
}


.ce_hyperlink.margin-unset{
	margin: unset;
	margin-top: 20px;
}


/* =============================================================================
 * Formulare
 * ========================================================================== */
.formbody{
 	padding: 30px 0 30px 0;
 	background-color: #3d7893;
 	color: #fff;
 	border-radius: 0 0 130px 0;
 }
 
.invisible{
	display: none;
}

form button{
	background-color: #b1dd2f;
	background-image: none;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	border: none;
	margin-top: 30px;
	
}

form button:hover{
	/*background-color: #3d7893!important;*/
	background-color: #fff;
	color: #b1dd2f;
}

form input[type=text],
form input[type=number],
form input[type=email],
form input[type=tel],
form textarea{
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #fff!important;
	box-shadow: none!important;
	background: none;
	color: #fff;
}

form input[type=text]:focus,
form input[type=number]:focus,
form input[type=email]:focus,
form input[type=tel]:focus,
form textarea:focus{
	background: none;
	/*outline: 1px solid  #fff;*/
}

form .widget label{
	padding-left: 0;
}

form p.error{
    color: red;
    background-color: #fff;
    position: absolute;
    padding: 0 5px;
    border-radius: 3px;
    display: inline-flex;
}

.widget-select,
.widget-radio,
.widget-checkbox{
	padding-left: 15px;
}

.widget-select select,
.widget-select select option{
	color: #555;
}

.widget-radio .custom-control{
	/*display: inline;*/
	padding-right: 10px;
}

.widget textarea{
	padding-left: 6px;
}

.widget-submit{
	text-align: center;
}

.widget-checkbox a{
	color: #fff;
	text-decoration: underline;
}

input [type=checkbox]{
	display: inline;
}

.i-form{
	width: 20px;
    height: 20px;
    /*display: flex;
    margin-bottom: 10px;
    margin-right: 500px;*/
    display: inline;
    margin: 0;
}

.i-form figure{
	display: inline;
}

.i-form.right{
    margin-top: -28px;
    margin-right: 150px;
}

/* =============================================================================
 * Text Bild Leiste
 * ========================================================================== */

/*.full-width{
 	width:100%;
 	background-repeat: no-repeat;
    background-size: cover;
 	padding-left: 0!important;
 	padding-right: 0!important;
 	margin: 0!important;
}*/

.text-right-side,
.text-right-side h3,
.text-right-side h4{
	/*width: 50%;
	float: right;*/
	text-align: left;
}

.text-align-center{
	text-align:center;
}

.text-left-side{
	/*width: 50%;
	float: left;*/
	text-align: left;
	padding-left: 15px;
}

#article-23{
	padding-left: 0;
}


#text-left2{
	padding: 25px 0 70px 15%;
	/*background-color: #E0E0E0;*/
	background-color: #137195;
	border-radius: 0 0 0 130px;
}

#text-left2 p{
	color: #ffffff;
}

/* --- ab hier neue Imagebox ---*/

.image-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.text-right{
	width: 50%;
	padding: 40px 40px;
	margin-left: 50%;
	text-align: left;
    /*padding: 0 15% 4.15% 2%;*/
	background-color: #3d7893;
	color: #ffffff;
	border-radius: 0 0 130px 0;
}

.text-right h3{
	color: #ffffff;
}


.image-right {
  position: absolute;
  top: 0;
  left: 35%;
  width: 65%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.text-left{
	width: 35%;
	padding: 40px 0 40px 80px;
	text-align: left;
	background-color: #3d7893;
	color: #ffffff;
	border-radius: 0 0 0 130px;
}

/* =============================================================================
 * Abstände
 * ========================================================================== */
.mt_100{
	margin-top: 100px;
}

.mt_90{
	margin-top: 90px;
}

.mt_80{
	margin-top: 80px;
}

.mt_70{
	margin-top: 70px;
}

.mt_60{
	margin-top: 60px;
}

.mt_50{
	margin-top: 50px;
}

.mt_40{
	margin-top: 40px;
}

.mt_30{
	margin-top: 30px;
}

.mt_20{
	margin-top: 20px;
}

.mt_10{
	margin-top: 10px;
}

.mt_-20{
	margin-top: -20%;
}

/*Margin Bottom*/

.mb_100{
	margin-bottom: 100px;
}

.mb_90{
	margin-bottom: 90px;
}

.mb_80{
	margin-bottom: 80px;
}

.mb_70{
	margin-bottom: 70px;
}

.mb_60{
	margin-bottom: 60px;
}

.mb_50{
	margin-bottom: 50px;
}

.mb_40{
	margin-bottom: 40px;
}

.mb_30{
	margin-bottom: 30px;
}

.mb_20{
	margin-bottom: 20px;
}

.mb_10{
	margin-bottom: 10px;
}


.pt_0{
	padding-top: 0;
}

.pb_0{
	padding-bottom: 0;
}

.pb_10{
	padding-bottom: 10px;
}

.pb_15{
	padding-bottom: 15px;
}

.pb_28{
	padding-bottom: 28px;
}


 /* =============================================================================
 * Listen
 * ========================================================================== */
.ce_text ul{
	padding-left: 2.5em;
	list-style-type: disc;
}
.ce_text li{
	list-style-type: disc;
}

 /* =============================================================================
 * Parallax
 * ========================================================================== */

.parallax-window {
	min-height: 300px;
	background: transparent;
}

#parallax-text{
    color: #ffffff;
    text-align: left;
    position: absolute;
    margin-top: 0;
    background-color: #b1dd2f;
    border-bottom-right-radius: 20px;
    padding: 30px;
    width: 37%;
}

 /* =============================================================================
 * Anderes
 * ========================================================================== */
/*Autokabel-Bild*/
#article-38 img{
	float: right;
	margin-right: -3%;

}
/*Über uns Logos*/
.logos img{
	width: 100%;
	height: 100%;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.trennlinie{
    border-bottom: 1px solid #b1dd2f;
}

.font-small{
	font-size: 0.8em;
	line-height: 1.4;
}

/*LIGHTBOX*/

#cboxOverlay{
	 opacity: 0.5!important;
}

#mbCenter{
	width: auto!important;
	height: auto!important;
	background-color: #3d7893;
	background-image: linear-gradient(to right, #3d7893 , #b1dd2f);
}

.image-left.check{
	background-position: top left;
}

label.col-md-6.mandatory{
	width: 100%!important;
}

.clearfix:after {
	clear: both;
	width: 100%;
	height: 1px;
}


.mod_article.full-width.information .ce_text{
	padding-right: 50px;
}

.mod_article.full-width.information .trennlinie{
	padding-top: 90px;
}

.mod_article.full-width.information.pl_50 .ce_text,
.mod_article.full-width.information .ce_headline{
	padding-left: 50px;
}



#konfi-link {
	background-color: #b1dd2f;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    position: absolute;
    height:25px;
    width:130px;
	right:0;
	top:0;
	z-index:1000;
	text-align:center;
	margin-right: 30px;
	line-height:25px;
}


#konfi-link a {
	padding:0;
	line-height:25px;
	margin:0;
	color:#ffffff;
}

#konfi-link a:hover {
	
	color:#3d7893;
}
