
.vc_row {
	margin-left:  auto!important;
	margin-right:  auto!important;
}

.vc_row .row{
	display: flex;
}

 .vc_column_container > .vc_column-inner, footer .row {
    padding-left: 0px!important;
    padding-right: 0px!important;  
    padding-top: 0px;
}


.wpb_content_element{
    margin-bottom: 0px!important;

}

/* Der haupt Contentbereich und seine Abstände nach innen etc...*/
.vc_col-sm-9,
.th3_content .row{
    padding: 20px 30px 30px 60px;
    background-color: #fff;
    margin-top: 8px;

}




.gap .wpb_content_element{
   margin-right: 20px;
   
}

.th3_full_height{
	min-height: 100vh;
	background-position: 0 center!important;	
}

.th3_content_wrapper_row_full_width .row{
	/*background-color: #fff;*/
}


.main{	min-height: calc(100% - 160px); }

/*Responsive Bilder*/
.main img{
	max-width: 100%;
	max-height: auto;
}


/*################### Waypoint-Animations ################ */

.way{
	opacity: 0;
  transition: 1s;
  /*transform: translate(0px, 190px);*/
}


.wayFadeInAction{ 
	opacity: 1; 
	margin-top: 0;
}




.wayTxt{
	  opacity: 0;
    /*transform: translateX(-200px);*/
}

.wayTxtSlide{
	  opacity: 1;
}


.slideFromLeft{
	opacity: 0;
	transform: translateX(0px);
	animation-name:meine-animation;
  animation-delay: .5s;
  animation-duration:1.3s;
  animation-iteration-count:1;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}


@keyframes meine-animation {
  0% {
  	opacity: 0;
    transform: translateX(-200px);
  }
  50% {  
  	opacity: 0.3; 
  }
  100% {  
  	opacity: 1;
    transform: translateX(0px);
    /* Eigenschaften zum Ende der Animation */   
  }
}


.th3_text_left{
	left:0;
	right: auto;
}


.th3_text_center{
	text-align: center;
	left:50%;
	transform: translateX(-50%);

}



.parallaxe{
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.parallaxeVideo{
	backface-visibility:hidden;
	height:auto;
	min-width:100%;
	width: auto;
	margin-left: 50%;
	transform: translateX(-50%);
	position: fixed;
	top: 0;
	z-index: -10;
}





/*##################################################################*/
/*####################### Content Styles ###########################*/
/*##################################################################*/


img.alignright{
	border: 1px solid #fff;
	
	margin-bottom: 28px;
}

/*Das kann wieder raus wenn die Brotkrume eingebaut ist.....*/
.wpb_wrapper h1{
	margin-top: 50px;
}


h1,h2,h3,h4{
	-moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; 
}


h1{
	/*text-transform: uppercase;*/
	font-family: osb, sans-serif;
	letter-spacing: .3px;
	font-size: 2.5em;
	line-height: 1.31em;
	color: #0080c9;
}




h2{
	font-family: osb, sans-serif;
	line-height: 1.5em;
	font-size: 21px;
	color: #575757;
	margin-bottom: 1em;
	font-weight: normal;
	
}



h3{
	font-family: osb, sans-serif;
	letter-spacing: .3px;
	font-size: 1.75em;
	line-height: 1.3em;
}



h3 + h2{
	font-size: 1.75em;
}



h4{
	font-family: osb, sans-serif;
	letter-spacing: .3px;
	font-size: 1.375em;
	line-height: 1.455em;
	margin-bottom: 10px;
}


p{
	font-family: osl, sans-serif;
	margin-bottom: 1em;
	font-size: 1.07em;
	font-size: 1.0em;
	/*font-size: 0.9em;*/
	line-height: 1.74em;
	line-height: 1.7em;
	font-weight: normal;
}

p strong{
	font-family: oss;
	font-weight: 500;
	color: #0080c9;
}

.main a{
	position: relative;
  letter-spacing: .2px;
	text-decoration: none;
	color: #0080c9;
  transition: color 0.4s ease-in-out;
  display: inline-block;
}




.main a:after{
	content: '';
  border-bottom: solid 0px #0080c9;
  position: absolute;
  bottom: 0px;
  width: 0px;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}


.main a:hover:after{
  border-bottom: solid 1px #0080c9;
	width: 100%;
	-webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}










/*############# die Liste mit den blauen Häckchen....... ################*/


.main p + ul, .main p + ol {
	clear:both;
  display: table; 
  margin: 40px 0 40px 0;
	padding: 20px;
	background-color: #fbfbfb;
	width: 100%;
}



.main ul li{
	list-style: none;
	display: block;
	width: 50%;
	line-height: 2.0em;
	float: left;	
	padding-left: 35px;
}



.main ol li{
	list-style: none;
	display: block;
	width: 100%;
	line-height: 2.0em;
	float: left;	
	padding-left: 35px;
}



.main li:before {
  position: absolute;
  display: block;
  padding-right: 0px;
  margin-left: -33px;
  vertical-align: middle;
	content: '';
  background-image: url('../layout/chevron_blue.svg');
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  margin-top: 11px;
}



/*################# Liste ende ################ */












/* #################### SIDEBAR ##################*/
.th3_sidebar_wrapper,
.th3_sidebar_wrapper .vc_column-inner,
.th3_sidebar_wrapper .vc_column-inner .wpb_wrapper{
	display: flex;
	height: 100%!important;
	align-items: stretch;
	flex-direction: column ;
	padding-left: 4px;
}

.th3_content_wrapper_row_full_width {
	display: flex;
	height: 100%;
	
}



.th3_ansprechpartner{
	position: relative;
	height: auto;
	/*min-height: 283px;*/
	/*max-height: 283px;*/
	background-image: url('../layout/bg-kontakt.png');
	background-size: cover;
	margin-top: 8px;
	padding: 29px 45px;
	color: #0080c9!important;
}




.th3_standorte{
	position: relative;
	height: auto;
	/*min-height: 283px;*/
	/*max-height: 283px;*/
	background-image: url('../layout/bg-standorte.png');
	background-size: cover;
	margin-top: 8px;
	padding: 36px 45px;
	color: #fff!important;
}


.th3_ansprechpartner h3,
.th3_standorte h3{
	display: block;
	font-size: 1.356em;
	font-family: osl;
}


.th3_ansprechpartner h2,
.th3_standorte h2{
	display: block;
	font-size: 1.41em;
	font-family: oss;
	color: unset;
}


.th3_ansprechpartner p,
.th3_standorte p{
	font-size: 1em;
	line-height: 1.55em;
	margin-top: 41px;
}



.th3_standorte a{
	color: #fff;
}

.th3_standorte a:after{
    border-bottom: solid 0px #fff;
}

.th3_standorte a:hover::after{
    border-bottom: solid 1px #fff;
}



.th3_ansprechpartner .pfeil{
	width: 160px;
	height: 160px;
	right: 0;
	bottom: 0;
	position: absolute;
	clip: rect(0, 160px , 160px, 0);

}


.th3_ansprechpartner .pfeilInner{
	width: 164px;
	height: 164px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url('../layout/kontakt-pfeil.svg');
	background-size: contain;
	background-position: 34px 34px ;
	background-repeat: no-repeat;
	transform: scale(1);
  animation: pulse 2s ease-in-out .2s infinite;
	animation-direction: alternate;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}


@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
}





.th3_downloads{
	/*display: flex;*/
	position: relative;
	height: 100%;
	background-color: #fff;
	padding: 35px 45px;
	margin-top: 8px;
	z-index: 1;
}





.th3_downloads h3{
	display: block;
	font-size: 1.356em;
	font-family: oss;
	color: #0080c9;
	margin-bottom: 0.8em;
}


.th3_downloads strong{
	display: block;
	font-size: 0.9em;
	line-height: 1.31em;
	font-family: oss;
	font-weight: normal;
	color: #545454;
}

.th3_downloads a{
	color: #545454;
	line-height: 2.1em;
	text-decoration: none;
	transition: color 0.4s ease-in-out;
  display: inline-block;
  position: relative;
}


.th3_downloads a:hover{
	color: #0080c9;

}


.th3_downloads a:before{
	display: block;
	width: 20px;
	height: 20px;
	content: '';
	background-image: url('../layout/dl.svg');
	background-repeat: no-repeat;
	float: left;
	margin: 9px 15px 0 0;
	background-size: contain;
}





.th3_downloads a:after{
	content: '';
  border-bottom: solid 1px #0080c9;
  position: absolute;
  bottom: 0px;
  width: 0px;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}


.th3_downloads a:hover:after{
	width: 100%;
	-webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}











.th3_downloads .pfeil,
.th3_warning .pfeil{
	width: 160px;
	height: 160px;
	right: 0;
	top: 0;
	z-index: -1;
	position: absolute;
	clip: rect(0, 160px , 160px, 0);	
}



.th3_downloads .pfeilInner{
	width: 164px;
	height: 164px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	background-image: url('../layout/dl-pfeil.svg');
	background-size: contain;
	background-position: 38px -20px;
	background-repeat: no-repeat;
	transform: scale(1);
}

.th3_warning .pfeilInner{
	width: 164px;
	height: 164px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	background-image: url('../layout/warning.svg');
	background-size: contain;
	background-position: 38px -20px;
	background-repeat: no-repeat;
	transform: scale(1);
}



.th3_downloads:hover .pfeilInner ,
.th3_warning:hover .pfeilInner {
	animation: pulse 2s ease-in-out .2s infinite;
	animation-direction: alternate;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}



.dlContent{	z-index: 4;}




.th3_standorte .sidebar_cta{
	border: 2px solid #fff;
	padding: 9px 18px;
	color: #fff;
}


.th3_standorte .sidebar_cta:hover{
	border: 2px solid #fff;
	background-color: #fff!important;
	padding: 9px 18px;
	color: #0080c9;
}


.main .th3_standorte a.sidebar_cta::after {
    border-bottom: solid 1px transparent;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}





/*#########################################################*/
/*######################## VIDEO #########################*/
/*########################################################*/

iframe{
	width: calc(50% - 8px );
	min-height: 285px;
	margin-right: 8px;
	margin-bottom: 8px!important;
	float: left;
	
}










/*###############################################################*/
/*#################### Jobs Karriere ###########################*/
/*##############################################################*/


.jobLinkWrapper{}
.jobLinkWrapper .jobLink{
	display: block;
	margin-bottom: 5px;
	font-family: oss;
	cursor: pointer;
	background-color: #f4f5f6;
	color: #0080c9;
	text-transform: uppercase;
	display: block;
	padding: 17px 8px;
	letter-spacing: .3px;
	transition: .4s;
	font-size: 1.1em;
}






/*##########################################################*/
/*#################### News/Blog ###########################*/
/*##########################################################*/

.newsItem{
	position: relative;
	font-family: osl, sans-serif;
	margin-bottom: 1em;
	font-size: 1.07em;
	font-size: 1.0em;
	/*font-size: 0.9em;*/
	line-height: 1.74em;
	line-height: 1.7em;
	font-weight: normal;
	display: flex;
	margin-bottom: 100px;
}

.newsItem:nth-child(odd){
	flex-direction: row-reverse;
}

.newsItem .newsItemImageWrapper{
	position: relative;
	height: 100%;
}


.newsItem .newsItemTextWrapper{
	position: relative;
	height: 100%;
	float: left;
	flex-grow: 3; 
}

.newsItem .newsItemTextWrapper h1{
	margin-top: 5px;
}

.newsItem .newImage,
.newsItem .newImage img{
	width: 400px;
	height: 300px;
	object-fit: cover;
}


/*.newsItem:nth-child(even) .newImage,*/
.newsItem:nth-child(even) .newsItemImageWrapper{
	float: left;
	margin-right: 50px;
}


/*.newsItem:nth-child(odd) .newsItemImage,*/
.newsItem:nth-child(odd) .newsItemImageWrapper{
	float: right;
}


.newsItem:nth-child(even) .newImage{
	float: left;

}


.newsItem:nth-child(odd) .newsItemImageWrapper{
	float: right;
	margin-left: 50px;
}

.box h2 + h3.newsItemFrontPage a{
	margin-top: 1.1em;
}


h3.newsItemFrontPage{
	font-size: 15px;
	font-family: osl;
	line-height: 1.7em;
	padding-left: 20px;
}

h3.newsItemFrontPage a{
	color: #0080c9;
	color: #000;
	font-size: 21px;
	font-size: 15px;
	font-family: osl;
	line-height: 1.3em;
	margin-bottom: 0.7em;
}



h3.newsItemFrontPage a::before {
    position: absolute;
    display: block;
    padding-right: 0px;
    margin-left: -20px;
    vertical-align: middle;
    content: '';
    background-image: url('../layout/chevron_blue.svg');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin-top: 4px;
}




.main .mehrErfahren{
	position: relative;
	bottom: 0;
	left: 0;
	width: 230px;
	height:60px;
	display: inline-block;
	text-decoration: none;
	padding: 15px 46px;
	margin-top: 40px;
	background-color: transparent;
	text-transform: uppercase;
	font-family: oss;
	color: #0080c9;
	display:inline-block;
	/*position: absolute;*/
	border: 1px solid #0080c9;
	float: none;
	z-index: 1;

}





.main a.mehrErfahren:after{
	content: '';
  border-bottom: solid 0px #0080c9;
  background-color: #0080c9;
  position: absolute;
  bottom: 0px;
  width: 0px;
  height: 100%;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}


.main a.mehrErfahren:hover:after{
  border-bottom: solid 1px #0080c9;
  background-color: #0080c9;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}



.main a.mehrErfahren:hover{
  color: #fff;
}







/*------------------- Back to top ---------------------------*/

/*
#totop{
	position: fixed;
	right: 0px;
	bottom:50px;
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	background-color: #000;
	cursor: pointer;
	text-align: center;
	z-index: 12312934891;
}


#totop span  {
	float: left;
	display: block;
	width: 100%;
	height: 100%;
	padding: 7px;
}


#totop span.up:before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	vertical-align: middle;
  background-origin: content-box;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../layout/icons/totop.svg");
  transition: .4s;
}

*/
/*------------------- Back to top ende---------------------------*/








/*############## Footer ################### */


.whiteFooter{
	height: 60px;
	background-color: #fff;
	margin-bottom: -50px;
	z-index: 231;
	
}

footer{ position: relative;}


.footer-upper{
	background-color: #0080c9;
	color: #fff;
	padding: 80px 0 40px;
}

.footer-upper .footerInner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.footer-bottom {
	background-color: #0080c9;
	color: #fff;
	padding: 0px 0 40px;
}

.footer-bottom .footerInner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: baseline;
}


.footerBlock1,
.footerBlock3{
	display: flex;
	width: 100%;
	vertical-align: bottom;
	position: relative;
	
	
}

/*
.footerBlock2{	
	width: 20%;
	vertical-align: bottom;
	position: relative;
	
}*/

.footerBlockBottom{	
	width: 33.332%;
	vertical-align: bottom;
	position: relative;
	
}




footer .totop {
	display: block;
	margin: 0 auto;
	width: 54px;
}

footer .totop:after {
	border: 0px;
}

footer .totop svg{
	max-width: 50px;
	border: 2px solid #0080c9;
	-webkit-border-radius: 30%;
	-moz-border-radius: 30%;
	border-radius: 30%; 
	transform: rotate(180deg);
	transition: border .9s , border-radius .7s;
}


footer .totop:hover svg{
	max-width: 50px;
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; 
}








.icon{
    text-indent: -99999px;
    display: inline-flex;
    float: right;
    margin-left: 10px;
    justify-content: stretch;
    width: 25px;
    height: 25px;
    position: relative;
    top: 4px;
    right: 4px;
    cursor: pointer;    
    background: transparent url('../layout/icons/fb.svg');
    background-size: contain;
    text-decoration: none;
}



.icon:after{
    text-decoration: none;
    border: 0;
}



.icon.facebook{
    background: transparent url('../layout/icons/fb.svg');
}


.icon.envelop{
    background: transparent url('../layout/icons/envelop.svg');
}


.icon.insta{
     background: transparent url('../layout/icons/insta.svg');
}


.icon.youtube{
     background: transparent url('../layout/icons/youtube.svg');
}







footer .footerAdress,
footer .footerAdress2{
  color: #fff;
  line-height: 1.3em;
  margin-right: 20px;
}

.footerAdress2{

}


footer a{
	position: relative;
  color: #fff;
  font-family: oss;
  font-size: 13px;
  letter-spacing: .2px;
  line-height: 1.7em;
  margin-bottom: 5px;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.4s ease-in-out;
  display: inline-block;
}

footer a:after{
	content: '';
  border-bottom: solid 2px white;
  position: absolute;
  bottom: 0px;
  width: 10px;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}


footer a:hover:after{
	width: 100%;
	-webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}





.search-form  {
	position: absolute;
  width: 100%;
  max-width: 220px;
  right: 0;
  bottom: 0;
}

.search-form .search-field {
	position: relative;
	top: 0;
  width: 100%;
  height: 35px;
  background-color: #80C0E4;
  color: #fff;
  transition: background-color 0.3s, color 0.3s;
  padding: 0 10px;
}

.search-form .search-field:focus {
  background-color: #fff;
  color: #0080c9;
}


.search-form .search-submit {
    color: #0080c9;
    text-indent: -99999px;
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;    
    background: transparent url('../layout/icons/lupe.svg');
}


.search-form .search-field:focus ~ .search-submit {
    color: #0080c9;
    background-image: url('../layout/icons/lupe.svg');
}




footer #imprint{
	float: right;
	margin-top: 5px;
}
