@charset "utf-8";
/* CSS Document */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	
header::after,
footer::after {
    clear: both;
    content: "";
    display: table;
}

.nogutter {
	margin: 0!important;
	padding: 0!important;
}



/* *********************** Bereiche *********************** */

body { min-height: 200px;}
#wrapper { 
	min-height: 200px; 
	background-color: #fff; 
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	}
header { 
	background-color: #868686; 
	min-height: 130px}
#container .rand { 
	min-height: 100px;
	background-repeat: repeat-y;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	}
	
footer { 
	background-color: #575656; 
	/*min-height: 160px; */
}
	
#main .mod_article [class*="ce_"], 
#main .mod_article [class*="mod_"] {
   /*margin: 10px 30px;*/
}

.contract { 
	position: relative;
	margin-bottom: 3% !important;
}
.contract .paper {
	position: absolute;
	right: 150px;
	bottom: 0;
	overflow: visible;
	z-index: 9999;
	
}

.contract .paper.left {
	left: 150px;
	}



.contract .ce_image.paper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #cecece;
	z-index: 3333;

   /* box-shadow: -50px 80px 4px 10px #555;*/
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
}


.mitte img { 
	display: block;
	margin: 0 auto;
}

.ce_text { text-align: center; }

.image_container.float_right { margin: 0 0 20px 20px; vertical-align: bottom; }
.image_container.float_left { margin: 0 20px 0 0; vertical-align: bottom; }
.bildrand .image_container { border: 5px solid #fff; }

.ohnenavilinks #container { background-image: none; }

#infozeile { background-color: #283b71; }
#infozeile .ce_text {
    float: left;
    margin-right: 30px;
}
#infozeile a {
    float: right;
	padding: 5px 15px 5px;
	
}

.flexibility,
.consultfixed,
.contact,
.faq { 
        padding: 0% 0 4% 0;
}
.contact { 
        margin-bottom: 3%;
}

.datenschutz .ce_text,
.impressum .ce_text{ text-align: left; }

.datenschutz .piwik {
	border: 1px solid #000;
	padding: 15px;
	
}


/* *********************** Bereiche ENDE *********************** */


/* *********************** Slider ***************************** */

.ce_caroufredsel { max-height: 330px;}

.caroufredsel,
.caroufredsel_wrapper,
.caroufredsel_skin,
.ce_caroufredsel
 { overflow: hidden; }

.caroufredsel .ce_image { margin: 0!important; max-height: 330px !important; overflow: hidden; }

.caroufredsel .ce_image img { vertical-align: bottom; }

/* *********************** Slider ENDE ************************* */

.logooben { margin-top: 5%; margin-bottom: 5%; }

@media (max-width:1199px) {
.flexibility, .consultfixed, .contact, .faq {
    padding: 0% 2% 4% 2%;
}
}

@media (min-width:980px) and (max-width:1140px)
{
	#container { background-image:url(../images/layout/bg-960.png);}
	.ce_image.toplogo {
		width: 170px;
		}	
	#main .mod_article .ce_text.karrierebox { width: 37%; }
		
}

@media (min-width:768px) and (max-width:979px)
{
	
	#container { background-image:url(../images/layout/bg-768.png);}
	header .toplogo { margin-top: 8px; width: 120px; margin-bottom: 5px; padding: 15px 15px 5px 15px; }
	
	#main .mod_article .ce_text.karrierebox { width: 38%; min-height: 210px; }
	
	/*#wrapper .caroufredsel .ce_text p { font-size: 90%; }*/

}

@media (max-width:767px)
{
	header { min-height: 30px}
	#container { background-image: none;}
	#wrapper { margin-top: 0;}
	header .toplogo { 
		padding: 15px 15px 5px 15px;
		margin: 0; 
		width: 120px; 
		float: none;  
		}

	#wrapper #main .startbox { float: none; width: 100%; }
	.roterpfeil { position: absolute; top: 20px; right: 10px;}
	#wrapper #main .startbox { min-height: 90px;}
	
	.image_container.float_right { margin: 0 0 20px 0; }
	.image_container.float_left { margin: 0 0 20px 0; }
	#main .mod_article .ce_text.karrierebox { width: 36%; min-height: 220px; }
	.kontaktklein .image_container.float_left { margin-bottom: 0; margin-right: 20px; }
	#main .box50.einstiegschancen .textaufbild { position: relative; bottom:0; }
}
	
@media (max-width:767px)
{
	
	
	#main .mod_article .box50 { 
	position: relative;
	width:100%;
	}
	#main .box50 { 	height: auto; }

}

@media (max-width:590px)
{
	#main .mod_article [class*="ce_"], 
	#main .mod_article [class*="mod_"] {
   		margin: 1% 10px; 
	}
	.team #main .mod_article { margin-bottom: 0; }
}


/* BugBuster: grid-1140-16-percent-responsive.css, LGPL license 
@media(min-width:980px) and (max-width:1160px){#wrapper{width:960px}}
@media(min-width:768px) and (max-width:979px){#wrapper{width:768px}}
@media(max-width:767px){#wrapper{width:auto}*[class*="grid"]{float:none !important;display:block !important;width:auto !important}*[class*="offset"]{margin-left:1% !important}}*/

