/* Hero Video */


/* Sitemap */


.frame-type-menu_sitemap > ul {
	list-style: none;
}

.frame-type-menu_sitemap > ul > li {
	font-weight:400;
	font-size:22px;
	line-height: 29px;
	margin-bottom: 10px;
	position:relative
}

.frame-type-menu_sitemap > ul > li:before {
	  content: "\e93c";
	  font-family: 'icomoon' !important;
	  speak: never;
	  font-style: normal;
	  font-weight: normal;
	  font-variant: normal;
	  text-transform: none;
	  line-height: 1;
	  display: inline-block;
		font-size:18px;
	  color: #0c6db455;
	  position:absolute;
	  top: 6px;
	  left: -24px;
	  width:auto;
	  height: auto;
	  background: none;
}

.frame-type-menu_sitemap > ul > li > ul {
  list-style: none;
  position: relative;
}
.frame-type-menu_sitemap > ul > li > ul::before {
  content: "";
  width: 1px;
  height: calc(100% - 10px);
  background: #000;
  position: absolute;
  display: block;
  left: 10px;
}

.frame-type-menu_sitemap > ul > li > ul > li {
	font-weight:400;
	font-size: 18px;
	line-height: 25px;
	position:relative;
}

.frame-type-menu_sitemap > ul > li > ul > li:before {
  content: "";
  width: 16px;
  height: 1px;
  background: #000;
  position: absolute;
  display: block;
  left: -26px;
  top:14px;
}

.frame-type-menu_sitemap > ul > li > ul > li > ul {
	margin-bottom: 5px;
	list-style: none;
}

.frame-type-menu_sitemap > ul > li > ul > li > ul::before {
  content: "";
  width: 1px;
  height: calc(100% - 35px);
  background: #000;
  position: absolute;
  display: block;
  left: 10px;
}

.frame-type-menu_sitemap > ul > li > ul > li > ul > li {
	font-weight:400;	
	font-size: 17px;
	line-height: 24px;
	position:relative;
}

.frame-type-menu_sitemap > ul > li > ul > li > ul > li:before {
  content: "";
  width: 16px;
  height: 1px;
  background: #000;
  position: absolute;
  display: block;
  left: -26px;
  top:13px;
}

@media (max-width: 767px){
	
	.frame-type-menu_sitemap > ul > li {
		font-size: 17px;
		line-height: 24px;
		margin-bottom: 5px;
	}
	
	.frame-type-menu_sitemap > ul > li:before {
			font-size:15px;
		  top: 6px;
		  left: -24px;
	}
	
	.frame-type-menu_sitemap > ul > li > ul::before {
	  height: calc(100% - 10px);
	}
	
	.frame-type-menu_sitemap > ul > li > ul > li {
		font-size: 15px;
		line-height: 22px;
	}
	
	.frame-type-menu_sitemap > ul > li > ul > li:before {
	  top:12px;
	}
	
	.frame-type-menu_sitemap > ul > li > ul > li > ul::before {
	  height: calc(100% - 32px);
	}
	
	.frame-type-menu_sitemap > ul > li > ul > li > ul > li {
		font-size: 15px;
		line-height: 22px;
	}
	
	.frame-type-menu_sitemap > ul > li > ul > li > ul > li:before {
	  top:12px;
	}	
	
	
}



/* Bild Text Kombination */

.imagetextkombi {
  position: relative;
  margin-bottom: 10%;
}

.imagetextkombi img {
  width: 55%;
  height: auto;
  border-radius: 0 10px 10px 0;
}

.imagetextkombi .text {
  position: absolute;
  width: 40%;
  left: 52%;
  padding: 50px 30px 50px 5%;
  background: rgba(255,255,255,0.15);
  border-radius: 10px;
  bottom: -10%;
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(1px);
}

.imagetextkombi .text p{
	font-size: 28px;
	line-height: 38px;
}

/* Teaser */

.teaser{
	position: relative;
	width:100%;
  /*display: flex;*/
  /*flex-direction: column;*/
  /*justify-content: flex-end;*/
  overflow: hidden;
  margin: 0 0 30px;
  background-color: #f3f3f6;
}


.teaser .image {
	position: relative;
	overflow: hidden;
}

.teaser .image .bgimage{
	position: relative;
	width: 100%;
	height:1px;
	padding-bottom: 56.25%;
	transition: 100ms ease-in-out;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.teaser:hover .bgimage{
	transform: scale(1.1);
	transition: 100ms ease-in-out;
}

.teaser .top{
	position: relative;
	padding: 20px 15px 10px;
}

.teaser .bottom{
	padding: 0 15px 20px;
}

/* Text Teaser */

.teasertext { 
	margin-bottom: 30px;	
	background-color: #f3f3f6;
}

.teasertext .top { 
	background-color: #0c6db4;
	color: #ffffff;
	padding: 16px;
}
.teasertext .top * { 
	color: #ffffff !important;
	margin: 0 !important;
	line-height:1 !important;
}

.teasertext .body { 
	padding: 24px 16px 24px;
}


/* Text Contact */

.teasercontact { 
	margin-bottom: 30px;	
	background-color: #f3f3f6;
}

.teasercontact .top { 
	background-color: #0c6db4;
	color: #ffffff;
	padding: 16px;
}
.teasercontact .top * { 
	color: #ffffff !important;
	margin: 0 !important;
	line-height:1 !important;
}

.teasercontact .photo {
	background: #e6e6e5;
}
.teasercontact .photo img,
.teasercontact .photo picture {
	width:100%;
	height:auto;
	margin:0;
}

.teasercontact .body { 
	padding: 24px 16px 24px;
}

.teasercontact .body .phone { 
	margin-bottom: 15px;
}




/* CTA */

.cta {
  min-height: 80vh;
  position: relative;
  display: flex;
  padding: 60px 0;
  justify-content: flex-end;
  background-color: #484646;
}

.cta .section {
	display: flex;
}

.cta .section.left{
	position: relative;
	flex-direction: column;
	justify-content: center;
	width: 55%;
	padding-left: 10vw;
}

.cta .section.right{
	position: relative;
	align-items: center;
	width: 45%;
}

.cta h2 {
  font-size: 140px;
  line-height: 140px;
}

.cta h2::before {
  display: none;
}

.cta .subtext{
	font-size: 30px;
	line-height: 38px;
	width: 80%;
}

.cta .picture {
  position: absolute;
  width: 100%;
  height: auto;
  left: 170px;
  z-index: 100;
  transform: rotate(-10deg);
  transform-origin: left center;
}


/* Slider Referenz */

.slider-referenz .image{
	width: 100%;
	height: auto;
}

.slider-referenz .content{
	position: absolute;
	display: flex;
	flex-direction: column;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 15px;
}

.slider-referenz .swiper-slide::before{
	position: absolute;
	height: 60%;
	width: 100%;
	bottom: 0;
	left: 0;
	background: rgb(0,0,0);
	background: -webkit-gradient(linear, 100% 0, 0 0, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.6)));
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
	background: -o-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
	content: "";
}

.slider-referenz .text{
	font-size: 30px;
	line-height: 38px;
	font-weight: 900;
	width: 200px;
}

.slider-referenz .more-link{
	max-height: 0;
	transition: 0.6s ease;
}

.slider-referenz .swiper-slide:hover .more-link{
	max-height: 500px;
	transition: 0.6s ease-in;
} 


.slider-referenz .swiper-slide .more{
	opacity: 0;
	transition: opacity 200ms ease-in-out;
}

.slider-referenz .swiper-slide:hover .more{
	opacity: 1;
	transition: opacity 200ms ease-in-out;
	transition-delay: 0.3s;
}

/* Heroimage Text */

.heroimage{
	position: relative;
}

.heroimage img {
  width: 100%;
  height: auto;
}

.heroimage .content{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 100px;
}

/* Downloads */

.downloads{
	font-size: 30px;
	line-height: 36px;
}

.downloads .dl-element{
	padding-bottom: 30px;
}

.downloads .download{
	display: flex;
}

.downloads .download i{
	padding-right: 15px;
	font-weight: bold;
}

/*Wanted*/

.wanted{
	position: relative;
}

.wanted .left{
	position: relative;
	width: 66%;
	padding-right: 30px;
}

.wanted h2{
	font-family: 'Barlow Semi Condensed';
  font-style: italic;
 	font-weight: 800;
 	font-size: 86px;
 	line-height: 90px;
 	text-transform: uppercase;
}

.wanted .facts{
	margin: 60px 0;
	display: flex;
	position: relative;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.wanted .fact{
	margin-bottom: 30px;
	margin-right: 30px;
	flex: 1 3 22%;
}

.wanted .fact p{
	margin-bottom: 0px;
}

.wanted .fact p.title{
	text-transform: uppercase;
	font-family: 'Barlow Semi Condensed';
	font-weight: 800;
}

.wanted .footer {
	display: flex;
	position: relative;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
}

.wanted .footer div{
	width: 50%;
}

.wanted .footer div.button{
	text-align: right;
}

.wanted .circle{
	position: absolute;
	right: 0;
	width: 33%;
	height: auto;
	top: 50%;
	transform: translateY(-50%);
}

.wanted .circle img{
	width: 100%;
	height: auto;
	border-radius: 100%;
}

.wanted .circle::before{
	 content:"";
	 left:-3%;
	 top: -3%;
	 background: transparent;
	 height:100%;
	 width:100%;
	 position:absolute;
	 border-radius:100%;
	 border: 2px solid currentcolor;
}

@media (max-width: 991px){
	.wanted .footer, .wanted .facts{
		flex-direction: column;
		align-items: start;
	}
	
	.wanted .circle{
		width: 45%;
		right: -30px;
		transform: none;
		top: 28%;
	}
	
	.wanted .left, .wanted .footer div{
		width: 100%;
	}
	
	.wanted .footer div.button{
		text-align: left;
	}
	
	.wanted .fact{
		margin-bottom: 30px;
		max-width: 50%;
	}
}

@media (max-width: 767px){
	.wanted .circle{
		width: 55%;
		
	}
}

/**Textblock mit Button**/
	
	.textblockmitbutton h2.headline {
		  font-size: calc(20px + 40 * ((100vw - 375px) / 616));
		  line-height: calc(12px + 42 * ((100vw - 375px) / 616));
		  margin-bottom: 40px;
		  text-transform: uppercase;
		  word-spacing: 10000%;
	}
	.textblockmitbutton h2.headline span.subheader {
			font-family: 'Barlow Semi Condensed';
		  font-weight: 500;
		  font-style: normal;
			font-size: calc(17px + 4 * ((100vw - 375px) / 616));
		  line-height: calc(26px + 5 * ((100vw - 375px) / 616));
		  margin-bottom: 20px;
		  display: block;
		  text-transform: uppercase;
			word-spacing: normal;
	}


/**Referenzen**/

section.referenzpb, section.referenzawards {
    min-height:70vh;
}

.referenzimagebox .content::before, .referenzimagebox .content::after, .referenzimagebox .content-fluid::before, .referenzimagebox .content-fluid::after {
    content: ' ';
    display: table;
}

.referenzcb, .referenzpb, .referenzawards{
	position: relative;
	padding: 0;
	background-image: url('/fileadmin/user_upload/Referenzen/referenzen-b2b-background.jpg');
	background-size: cover;
}
.referenzcb::after, .referenzpb::after, .referenzawards::after{
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(41, 41, 41, 0.8);
	top: 0;
	left: 0;
	z-index: 1;
}

.referenzcb > div{
	z-index: 10;
}

.referenzpb > div{
	z-index: 10;
}

.referenzawards > div{
	z-index: 10;
}

.referenzcb .hlXL, .referenzpb .hlXL, .referenzawards .hlXL{
	text-align: center;
}

.referenzcb .hlXL span{
	-webkit-text-stroke-color: #FFD9E1;
}

.referenzpb .hlXL span{
	-webkit-text-stroke-color: #FDE352;
}

.referenzawards .hlXL span{
	-webkit-text-stroke-color: #B4ECDD;
}

.referenzcb h1{
	color: #ffffff;
	font-style: normal;
}

.referenzcb a.btn{
	margin-left: 15px;
	background-color: transparent;
	color: #ffffff;
	border: 2px solid #ffffff;
	margin-bottom: 15px;
}

.referenzcb p, .referenzpb p{
	font-size: 23px;
	line-height: 28px;
	color: #ffffff;
}

.referenzteaser{
	padding: 0 15px;
	margin-bottom: 60px;
}

.referenzteaser img{
	width: 100%;
	height: auto;
}

.referenzteaser .category{
	margin: 27px 0 15px 0;
	text-transform: uppercase;
}

.referenzteaser .content h3{
	font-size: 42px;
	/*text-transform: uppercase;*/
	font-style: normal;
	position: relative;
	z-index: 10;
	line-height: 46px;
}

.referenz h1{
	font-size: calc(25px + 25 * ((100vw - 375px) / 616));
	line-height: calc(40px + 40 * ((100vw - 375px) / 616));
}

.logo-0 .swiper-wrapper, .logo-1 .swiper-wrapper{
	transition-timing-function: linear;
}

.logo-0 img, .logoslider-1 img, .logoslider-0 img,  .logoslider-hero img{
	width: 100%;
	height: auto;
}

.referenzpersonal h2{
	font-size: calc(25px + 25 * ((100vw - 375px) / 616));
	line-height: calc(25px + 25 * ((100vw - 375px) / 616));
	text-align: left;
	font-style: normal;
}

.pbslider .swiper-slide {
  text-align: center;
  padding: 0 15px;
}

.pbslider img {
  margin-bottom: 15px;
}

.referenz .btn.Corporate:hover{
	color: #FFD9E1;
	border-color: #FFD9E1;
}
.referenz .btn.Personal:hover{
	color: #FDE352;
	border-color: #FDE352;
}
.referenz .btn.Awards:hover{
	color: #B4ECDD;
	border-color: #B4ECDD;
}



/* Landingpages */

.landingpage-cta {
  position: relative;
  display: flex;
	align-items: center;
}

.landingpage-cta .colorFade{
	  min-height: 115vh;
}

.landingpage-cta .backgroundholder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.landingpage-cta .backgroundholder::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}

.landingpage-cta .content{
	color: #ffffff;
	text-align: center;
	color: #ffffff;
}

.landingpage-cta .content .btn{
	margin: 0 15px 15px 15px;
	
}

.landingpage-cta .pretitle{
	font-size: calc(60px + 15 * ((100vw - 375px) / 616));
	line-height: calc(65px + 15 * ((100vw - 375px) / 616));
	font-weight: 900;
	margin-bottom: 10px;
}

.landingpage-cta h1{
	font-size: calc(80px + 15 * ((100vw - 375px) / 616));
	line-height: calc(85px + 15 * ((100vw - 375px) / 616));
	font-weight: 900;
	margin-bottom: 30px;
}

.landingpage-cta p{
	font-size: calc(20px + 5 * ((100vw - 375px) / 616));
	line-height: calc(25px + 5 * ((100vw - 375px) / 616));
	margin-bottom: 30px;
}



/* Heroslider */

.heroslider {
	background: #e6e6e5;
	position:relative;
}

.heroslider-images {
	width:100%;
	height: 30vw;
	overflow: hidden;
}

.heroslider-images .swiper-slide {
	background-size: 60%;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #e6e6e5;
}

.content-container {
	width: 60vw;
	position:absolute;
	top:0;
	right: 0;
	bottom:0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	z-index:2;
}

.swiper-fixed-content {
	width: 45%;
	padding-right:80px;
}
.swiper-fixed-content svg {
	width: 100%;
	height:auto;
}

.heroslider-content {
	width:100%;
	height:100%;
	overflow:hidden;
}

.heroslider-content .swiper-slide{
	height:100% !important;
	width:100% !important;
	display: flex;
  justify-content: center;
  flex-direction: column;
  -ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.heroslider-content .swiper-slide > *{
	padding-right:30px;
  /*font-size: 30px;*/
  /*line-height:40px;*/
  color: #0c6db4;
}

@media (max-width: 991px) {

	.heroslider {
		overflow: hidden;
		margin-top:50px;
	}
	
	.heroslider-images .swiper-slide {
		background-size: 100%;
	}
	
	.heroslider-images {
		height: 100vh;
		height: 100svh;
	}	
	
	.content-container {
		top:25%;
		width:100vw;
		height:100%;
	}
	
	.content-container,
	.content-container * {
   pointer-events: none;
	}
	
	.heroslider-content {
	  overflow: visible;
	}

}

@media(max-width: 779px) {
	
	.heroslider-images {
		height: 80vh;
		height: 80svh;
	}
	
  .heroslider-content .swiper-slide * {
  	line-height: calc(24px + 6 *  ((100vw - 576px) / 191));
  }
	.heroslider-content .swiper-slide .text-md{
		font-size: calc(18px + 6 * ((100vw - 576px) / 191));
	}		
	
}


@media (max-width: 719px) {
	
	.heroslider-images .swiper-slide {
		background-size: 120%;
	}	
	
	.swiper-fixed-content {
	  padding-right: 20px;
	}	

	.heroslider-content .swiper-slide > *{
		padding-right:15px;
	}	
	
	.heroslider-content .swiper-slide {
	  padding-left: 15px;
	}

}

@media (max-width: 479px) {
	
	.heroslider-images .swiper-slide {
		background-size: 140%;
	}	
	
	.heroslider-content .swiper-slide > *{
		padding-right:8px;
	}		
	
  .heroslider-content .swiper-slide * {
		line-height: calc(15px + 3 *  ((100vw - 319px) / 160));
  }
	.heroslider-content .swiper-slide .text-md {
		font-size: calc(11px + 3 * ((100vw - 319px) / 160));
	}			
	
}

@media (max-width: 319px) {
	
  .heroslider-content .swiper-slide * {
		line-height: 14px;
  }
	.heroslider-content .swiper-slide .text-md {
		font-size: 10px;
	}			
	
}


@media (min-width: 992px) {

	.heroslider-content .swiper-slide .text-md{
		font-size: calc(25px + 10 * ((100vw - 992px) / 928));
		line-height: calc(28px + 10 * ((100vw - 992px) / 928));
	}
}

@media (min-width: 992px) and (max-width: 1279px) {

	.content-container {
		width: 65vw;
	}
	
	.swiper-fixed-content {
		width: 40%;
	}

	.heroslider-content .swiper-slide .text-md{
		font-size: calc(23px + 5 * ((100vw - 992px) / 928));
		line-height: calc(26px + 5 *  ((100vw - 992px) / 928));
	}

}


@media (min-width: 1280px) and (max-width: 1479px) {

	.content-container {
		width: 65vw;
	}
	
	.swiper-fixed-content {
		width: 40%;
	}

}


/* Heroswitch */

.heroswitch { position: relative; }

.heroswitch h2 {
	font-family: "Barlow Semi Condensed";
  font-size: 60px;
  line-height: 65px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  position: relative;
}

.heroswitch-inner {
	position: relative;
	padding: 11rem 0 14rem;
	z-index: 20;
	height: 70vh;
}

/*.heroswitch-trigger-left {*/
/*  left: 0;*/
/*  width: 50%;*/
/*  top: 0;*/
/*  bottom: 0;*/
/*  position: absolute;*/
/*}*/

/*.heroswitch-trigger-right {*/
/*  right: 0;*/
/*  width: 50%;*/
/*  top: 0;*/
/*  bottom: 0;*/
/*  position: absolute;*/
/*}*/

.heroswitch-left, .heroswitch-right {
  transition: height 1.5s .95s,width 1s;
}

.heroswitch-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  direction: rtl;
}

.heroswitch-right{
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

 .heroswitch-wrap {
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow:hidden;	
}


.heroswitch-left .heroswitch-bg {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  position: absolute;
  width: 90vw;
  left: 0;
  bottom: 0;
  height: 100%;
  transform: scale(1.1);
  min-height: 100%;
}

.heroswitch-right .heroswitch-bg {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  position: absolute;
  width: 90vw;
  right: 0;
  bottom: 0;
  height: 100%;
  transform: scale(1.1);
  min-height: 100%;
}

.heroswitch-left .heroswitch-content {
  position: relative;
  width: 700px;
	z-index:21;
	transform: translateX(50%);
	right: 50%;
	direction: ltr;
	text-align:center;
}
.heroswitch-right .heroswitch-content {
  position: relative;
  width: 700px;
	z-index:21;
	transform: translateX(-50%);
	left: 50%;
	text-align:center
}


.heroswitch-left .heroswitch-content  {
  top: 80px;
  transition: top 0.6s ease-in-out;
}
.heroswitch-right .heroswitch-content  {
  top: 80px;
  transition: top 0.6s ease-in-out;
}


.heroswitch-content p {
	font-size: 24px;
}

.heroswitch-left .heroswitch-content p, .heroswitch-left .heroswitch-content .btn,
.heroswitch-right .heroswitch-content p, .heroswitch-right .heroswitch-content .btn {
  transform:  scale(0);
  transform-origin: center center;
  transition: transform 0.6s ease-in-out,  opacity 0.6s ease-in-out;
  margin-top: 30px;
  opacity: 0;
}
.heroswitch-left .heroswitch-content .btn,
.heroswitch-right .heroswitch-content .btn {
  font-style: italic;
}

.heroswitch-left .heroswitch-content .btn:before ,
.heroswitch-right .heroswitch-content .btn:before {
  font-style: normal;
}


.heroswitch.left .heroswitch-left .heroswitch-content  {
  top: 0;
  transition: top 0.6s ease-in-out;
}
.heroswitch.right .heroswitch-right .heroswitch-content  {
  top: 0;
  transition: top 0.6s ease-in-out;
}


.heroswitch.left .heroswitch-left .heroswitch-content p, .heroswitch.left .heroswitch-left .heroswitch-content .btn {
	transform:  scale(1);
	opacity: 1;
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}
.heroswitch.right .heroswitch-right .heroswitch-content p, .heroswitch.right .heroswitch-right .heroswitch-content .btn {
	transform:  scale(1);
	opacity: 1;
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}

.heroswitch-left  .heroswitch-handle {
	position: absolute;
	display: block;
	top:50%;
	right:-20px;
	width: 40px;
	height:40px;
	margin-top: -20px;
	text-align: center;
	z-index:22;
}

.heroswitch-left  .heroswitch-handle:after {
	content: "\e927";
	font-family: 'icomoon';
	color: #ffffff;
	line-height:40px;
	font-size: 40px;
	display: block;
	position:absolute;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.75);
	left: 0.5px;
}

/*.heroswitch-right .heroswitch-handle {*/
/*	position: absolute;*/
/*	display: block;*/
/*	top:50%;*/
/*	left:-20px;*/
/*	width: 40px;*/
/*	height:40px;*/
/*	margin-top: -20px;*/
/*	text-align: center;*/
/*	background: #000000;*/
/*	z-index:22;*/
/*}*/


.heroswitch.left .heroswitch-left { width:70%; }
.heroswitch.left .heroswitch-right { width: 30%; }

	
	
.heroswitch.right .heroswitch-left { width:30%; }
.heroswitch.right .heroswitch-right { width: 70%; }


@media (max-width: 991px){
	
  .heroswitch-content p {
		font-size: inherit;
	}	
	
	.heroswitch-inner{
		height: auto;
		padding: 0;
	}
	
	.heroswitch-left {
	  position: relative;
	  left: auto;
	  top: auto;
	  width: 100%;
	  height: 50vh;
	  direction: rtl;
	}
	
	.heroswitch-right{
	  position: relative;
	  right: auto;
	  top: auto;
	  width: 100%;
	  height: 50vh;
	}
	
	.heroswitch-left, .heroswitch-right {
	  transition: none;
	}
	
	.heroswitch-left .heroswitch-content p, .heroswitch-left .heroswitch-content .btn, .heroswitch-right .heroswitch-content p, .heroswitch-right .heroswitch-content .btn {
	  transform: scale(1);
	  transform-origin: center center;
	  opacity: 1;
	  margin-top: 15px;
	}
	
	.heroswitch-left .heroswitch-content, .heroswitch-right .heroswitch-content {
	  top: auto;
	}
	
	.heroswitch-left .heroswitch-bg, .heroswitch-right .heroswitch-bg{
		width: 100%;
	}
	
	.heroswitch-left .heroswitch-handle{
		display: none;	
	}
	
}

@media (max-width: 767px){
	.heroswitch h2 {
	  font-size: 45px;
	  line-height: 45px;
	}
	
	.heroswitch-left .heroswitch-content, .heroswitch-right .heroswitch-content{
		width: 100%;
		padding: 0 30px;
	}
}

@media (max-width: 575px){
	.heroswitch h2 {
	  font-size: 35px;
	  line-height: 35px;
	}
}


/* Socialmedia CTA */

.socialmedia-cta {
  position: relative;
  height: 100%;
}

.socialmedia-cta .background {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.socialmedia-cta .content {
  position: relative;
  padding: 120px 0 60px 0;
}

.socialmedia-cta img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.socialmedia-cta .btn{
	margin-top: 15px;
}

.socialmedia-cta.textcolor-1{
	color: #ffffff;
}

.socialmedia-cta.textcolor-2{
	color: #000000;
}

.socialmedia-cta.textcolor-1 .btn{
	border: 1px solid #fff;
	color: #fff;
}

.socialmedia-cta.textcolor-2 .btn{
	border: 1px solid #000000;
	color: #000000;
}


.socialmedia-cta.textcolor-1 .btn:hover, .socialmedia-cta.textcolor-1 .btn:focus{
	color: #000000;
	background-color: #fff;
}

.socialmedia-cta.textcolor-2 .btn:hover, .socialmedia-cta.textcolor-2 .btn:focus{
	color: #fff;
	background-color: #000000;
}

.socialmedia-cta.textcolor-1 a:not(.btn){
	color: #fff;
	font-size: 22px;
	font-family: 'Barlow';
	font-weight: 700;
	text-decoration: underline;
}

@media(max-width: 991px){
	.socialmedia-cta .content {
		text-align: center;	
	}
}

@media(min-width: 992px){
	.socialmedia-cta .content {
		padding: 60px 0;	
	}
	
	.socialmedia-cta .content h2{
		padding-left: 5vw;
	}
	
	.socialmedia-cta .content span{
		padding-left: 10vw;	
	}
	
	.socialmedia-cta .content a.btn{
		left: 50%;
		transform: translateX(-50%);
	}
}


/* heroanimation */

.hero {
	position: relative;
	/*height: 100vh;*/
	/*min-height:100vh;*/
	
}

/*#heroanimation {*/
/*	position: absolute;*/
/*	margin: auto;*/
/*	width: 100%;*/
/*	height: 120pt;*/
/*	top: 0;*/
/*	bottom: 0;*/
/*	filter: url(#threshold) blur(0.6px);*/
/*}*/

/* Your average text styling */
/*#heroanimation > div {*/
/*	position: absolute;*/
/*	width: 100%;*/
/*	display: block;*/
/*	opacity: 0;*/
/*}*/

/*#heroanimation > div.ht * {*/
/*	display: block;*/
/*	font-family: "Barlow Semi Condensed";*/
/*	font-style: italic;*/
/*	font-weight: 800;*/
/*	font-size: 120pt;*/
/*	line-height: 130pt;*/
/*	text-align: center;*/
/*	user-select: none;*/
/*	transform: translateY(-50%);*/
/*}*/

/*#herostatic { */
/*	display: none;*/
/*}*/

/*#heroanimation > div.ht-static {*/
/*	transform: translateY(-50%);*/
/*} */

/*#heroanimation > div.ht-static h1 {*/
/*	margin-bottom: 5vh;*/
/*} */

/*#heroanimation.static {*/
/*	filter: none;*/
/*}*/

#herofade { 
	position: relative;
	margin: 0;
	width: 100%;
	height: 30vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

#herofade > div.hf {
	display: block;
	position: absolute;
	width:100%;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	font-family: "Barlow Semi Condensed";
	font-style: italic;
	font-weight: 800;
	font-size: 120pt;
	line-height: 130pt;
	text-align: center;
	user-select: none;
	animation: fadeInOut;	
	animation-duration: 4s;
	animation-fill-mode: forwards;	
}

#herofade > div.hf:nth-of-type(2) {
	animation-delay: 1s;
}

#herofade > div.hb {
	display: block;
	position: absolute;
	width:100%;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	font-family: "Barlow Semi Condensed";
	font-style: italic;
	font-weight: 800;
	font-size: 120pt;
	line-height: 130pt;
	text-align: center;
	user-select: none;
	animation: blurIn;
	animation-delay:4s;
	animation-duration: 3s;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
	opacity: 0;
}

@keyframes fadeInOut {
  0% {
   	opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }  
  100% {  
    opacity: 0;
  }
}

@keyframes blurIn {
  0% {
  	opacity:0;
   	filter: blur(30px);
  }
  15% {
  	opacity:1;
  	filter: blur(30px);
  }
  50% {
  	opacity:1;
  	filter: blur(22px);
  }
  90% {
  	opacity:1;
  	filter: blur(10px);
  }
  100% {  
  	opacity:1;
    filter: blur(0px);
  }
}


/* Herovideo */

.fullscreen-bg {
    position: relative;
}
.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
.herovideo {
    height: calc(100vw /16 *9);
    width: 100%;
    position: relative;
}

.herovideo .scrolldown{
    position: absolute;
    display: block;
    bottom: 100px;
    left: 50%;
    width: 40px;
    height: 40px;
    transform: rotate(90deg) translateY(50%);
    z-index: 10;
    transition: padding 1s ease;
}

.herovideo .scrolldown:hover{
    padding-left: 15px;
}

.herovideo .scrolldown::after{
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    content: "next";
    line-height: 40px;
    font-weight: 700;
    color: #fff;
}

.herovideo .content {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 10;
    text-align: center;
}

@media (max-width: 991px){
    
    .herovideo {
        height: auto;
    }
    
    .herovideo .fullscreen-bg__video{
    		position: relative;
        height: auto;   
        object-fit: contain;
    }
    
    .herovideo .scrolldown{
        bottom: 30px;
    }
    
    .herovideo .content {
      position: absolute;
      top: 0;
    	left: 0;
    }

}

@media(max-width: 767px){

    
}
.parallax-header {
    position:relative;
}

.parallax-header .background {
	position:relative;
	width:100%;
	height:100vh;
	overflow:hidden;
	z-index: 1;
}

.parallax-header .background * {
	position:relative;
	width: 100%;
	height: 100%;
/*	mix-blend-mode: multiply;*/
/*	filter: blur(20px);*/
/*	margin: -20px;*/
}

.parallax-header .background img {
	object-fit: cover;
}

.parallax-header.bfl .background img {
		object-position: right;
	}

@media(max-width: 767px){
	.parallax-header.bfl .background img {
		object-position: 90%;
	}	
}

.parallax-header .layer {
	position:absolute;
	width:100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index:2;
}

.parallax-header .happycustomers {
    position: relative;
    width: 100%;
    left: 0;
    z-index: 1;
    transform-origin: center center;
    transform: scale(0.75);
  }


@media (max-width: 767px){

 .parallax-header .happycustomers {
    transform: scale(1);
  }

}

/** Icon-Textblock **/

.textblock-icon{
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 30px 15px;
	
}

.textblock-icon a{
	text-decoration: underline;	
}

.textblock-icon.ausrichtung-1{
	flex-direction: row;
	padding: 0;
	align-items: center;
}

.textblock-icon .ico{
	margin-bottom: 30px;
	padding: 10px;
	border-radius: 5px;
}

@media(max-width: 991px){
	.textblock-icon.mpadding-1 .ico{
		padding: 0;	
	}
}

.textblock-icon.ausrichtung-1 .ico{
	margin-bottom: 0;
	margin-right: 30px;
}

.textblock-icon .textblock{
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	text-transform: uppercase;
}

.textblock-icon .textblock > p{
	text-transform: none;
	margin: 0;
}

.textblock-icon.ausrichtung-0 .textblock{
	margin-bottom: 15px;
	text-align: center;
}

.textblock-icon.ausrichtung-0 p{
	margin-bottom: 0;	
}




#macy-container { overflow:hidden; }
.m-image img { width:100%; height:auto; display: inline-block; margin:0; padding: 0; }




/** 3D-Textblock **/

.textblock3d{
	position: relative;
	display: flex;
	align-items: start;
	flex-direction: row;
	padding: 15px;
	
}

.textblock3d a{
	text-decoration: underline;	
}

.textblock3d .icon-3d{
  width: 100px;
  height: auto;
  position: relative;
  top: -11px;
  left: -11px;
  display: block;
}

.textblock3d .textblock{
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	text-transform: uppercase;
}

.textblock3d .textblock > p{
	text-transform: none;
	margin: 0;
}

@media(max-width: 478px){
	
	.textblock3d .icon-3d{
	  width: 75px;
	}
	
}


/* divisionteaser */

.divisionteaser { position: relative;
}

.divisionteaser h2 {
	font-family: "Barlow Semi Condensed";
  font-size: 60px;
  line-height: 65px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  position: relative;
}

.divisionteaser-inner {
	position: relative;
	z-index: 20;
	height: 100vh;
}

.divisionteaser-item  {
  transition: height 0.3s, top 0.3s;
}

.divisionteaser-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40%;
}

.divisionteaser-item:nth-child(1) {
  /*border-bottom:1px solid #ffffff;*/
  z-index:3;
}
.divisionteaser-item:nth-child(2) {
  top:40%;
  z-index:2;
  /*border-bottom:1px solid #ffffff;*/
}
.divisionteaser-item:nth-child(3) {
  top:80%;
  z-index:1;
}

.divisionteaser-itemwrap {
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  overflow:hidden;	
}

.divisionteaser-item .divisionteaser-bg {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 100%;
  transform: scale(1.05);
  min-height:60vh;
}

.divisionteaser-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2.5vh;
  display: block;
  z-index: 1;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	opacity: 0.75;
	mix-blend-mode: soft-light;
}


.divisionteaser-item:nth-child(2)::before {
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.7959384437368697) 3%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.7959384437368697) 3%, rgba(0,0,0,0) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.7959384437368697) 3%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	opacity: 0.9;
	mix-blend-mode: normal;
	height:1.75vh;
}


.divisionteaser-item:nth-child(3)::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2.5vh;
  display: block;
  z-index: 1;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(80,80,80,0.2) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(80,80,80,0.2) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(80,80,80,0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	opacity: 0.4;
}


.divisionteaser-item .divisionteaser-content {
  position: relative;
  width: 767px;
	z-index:21;
	text-align:center;
	display: flex;
	flex-direction:column;
	justify-content: center;
}

.divisionteaser-item .divisionteaser-content p {
	font-size: 21px;
	font-weight: 500;
	margin-top: -6px;
}

.divisionteaser-item .divisionteaser-content .btn {
  margin-top: 14px;
}

.divisionteaser-item .divisionteaser-content * { color: inherit; }

.divisionteaser.focus0 .divisionteaser-item:nth-child(1) { height: 50%; transition: height 0.3s, top 0.3s;}
.divisionteaser.focus0 .divisionteaser-item:nth-child(2) { height: 25%; top: 50%; transition: height 0.3s, top 0.3s;}
.divisionteaser.focus0 .divisionteaser-item:nth-child(3) { height: 25%; top: 75%; transition: height 0.3s, top 0.3s;}

.divisionteaser.focus1 .divisionteaser-item:nth-child(1) { height: 25%; transition: height 0.3s, top 0.3s;}
.divisionteaser.focus1 .divisionteaser-item:nth-child(2) { height: 50%; top: 25%; transition: height 0.3s, top 0.3s;}
.divisionteaser.focus1 .divisionteaser-item:nth-child(3) { height: 25%; top: 75%; transition: height 0.3s, top 0.3s;}

.divisionteaser.focus2 .divisionteaser-item:nth-child(1) { height: 25%; transition: height 0.3s, top 0.3s;}
.divisionteaser.focus2 .divisionteaser-item:nth-child(2) { height: 25%; top: 25%; transition: height 0.3s, top 0.3s;}
.divisionteaser.focus2 .divisionteaser-item:nth-child(3) { height: 50%; top: 50%; transition: height 0.3s, top 0.3s;}


.divisionteaser-item .divisionteaser-content {
	opacity: 0;
}

/*.heroswitch-left  .heroswitch-handle {*/
/*	position: absolute;*/
/*	display: block;*/
/*	top:50%;*/
/*	right:-20px;*/
/*	width: 40px;*/
/*	height:40px;*/
/*	margin-top: -20px;*/
/*	text-align: center;*/
/*	z-index:22;*/
/*}*/

/*.heroswitch-left  .heroswitch-handle:after {*/
/*	content: "\e927";*/
/*	font-family: 'icomoon';*/
/*	color: #ffffff;*/
/*	line-height:40px;*/
/*	font-size: 40px;*/
/*	display: block;*/
/*	position:absolute;*/
/*	text-shadow: 0px 0px 10px rgba(0,0,0,0.75);*/
/*	left: 0.5px;*/
/*}*/

@media(max-width: 991px){
	.divisionteaser-item .divisionteaser-content h2 {
		font-size: 38px;
		line-height: 43px;
	}
	
	.divisionteaser-item .divisionteaser-content p {
		font-size: 18px;
	}
	
	.divisionteaser-inner {
		height: auto;	
	}
	
	.divisionteaser-item {
		position: relative;
		height: 50vh;
	}
	
}

@media (min-width: 992px){
	
	.t2 .divisionteaser-inner {
	  height: auto; 
	  min-height: 100vh;
	  display: block;
	}
	
	.t2 .divisionteaser-item {
	  position: relative;
	  height: 50vh;
	  display: block;
	  
	}
	
	@keyframes anim {
	  0%   {height: 0px; opacity: 0;}
	  100% {height: 132px; opacity: 1;}
	}
	
	@keyframes anim2 {
	  0% {height: 132px; opacity: 1;}
	  100%   {height: 0px; opacity: 0;}
	}
	
	.t2 .divisionteaser-item .visible{
		position:relative;
		/*height: 0;*/
		/*opacity: 0;*/
		/*animation-name: anim2;*/
		/*animation-duration: .75s;*/
		/*animation-timing-function: ease-in-out;*/
	}
	
	/*.t2 .divisionteaser-item:hover .visible{*/
	/*	height: auto;*/
	/*	opacity: 1;*/
	/*	animation-name: anim;*/
	/*	animation-duration: .75s;*/
	/*	animation-timing-function: ease-in-out;*/
	/*}*/
}


/*.heroswitch.left .heroswitch-left { width:70%; }*/
/*.heroswitch.left .heroswitch-right { width: 30%; }*/

	
	
/*.heroswitch.right .heroswitch-left { width:30%; }*/
/*.heroswitch.right .heroswitch-right { width: 70%; }*/



/* Bewertungssterne */

.bewertungen.align-0{ text-align: left;}
.bewertungen.align-1{ text-align: center;}
.bewertungen.align-2{ text-align: right;}


/* Swiper Impression */

.swiper-impression{
	overflow: visible;
}

.swiper-impression .swiper-slide{
	opacity: 0 !important;
}

.swiper-impression .swiper-slide-active{
	opacity: 1 !important;
}

.swiper-impression img{
	width: 100%;
	height: auto;
	object-fit: cover;
}

.swiper-impression .impression-label{
	position: absolute;
	font-family: 'Barlow Semi Condensed';
	font-size: 130px;
	line-height: 100px;
	font-weight: 800;
	font-style: italic;
	transform-origin: 0 0;
	transform: rotate(-90deg) translateX(-50%);
	top: 50%;
	left: -50px;
	z-index: 10;
}


@media (max-width: 991px){
	.swiper-impression .impression-label{
		font-size: 100px;
		line-height: 80px;
	}
}


/* */

.positioned { position:relative;}
.positioned > span {
	position:relative;
	display: block;
}



/* abs content */

.abscontent { position:absolute; height:100%; width:100%; }
.abscontent .abs-el  { position:absolute; height:auto; }

.abscontent figure{
	margin: 0 !important;
}

/* Bild Text Slider */

.swiper-image-text{
	padding: 0 60px;
}

.swiper-image-text img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 26px;
}


/**Teammember**/
.teammember{
	position: relative;
	overflow: hidden;
	margin-bottom: 2rem;
}

.teammember img{
	position: relative;
	width: 100%;
	height: auto;
	mix-blend-mode: luminosity;
}

.teammember .overlay{
	position: absolute;
	opacity: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 30px;
	z-index: 10;
	color: #ffffff;
	transition: 0.6s;
 transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	
}

.teammember .name {
	display: block;
	position: absolute;
	font-style: italic;
	font-size: 18px;
	top: 12px;
	left: 8px;
	text-transform: uppercase;
	text-align: center;
	writing-mode: vertical-lr;
	transform: rotate(180deg);
	font-weight: 500;
}

.teammember:hover .name {
	opacity: 0;
}



.teammember .overlay > *{
	color: #ffffff;
}


@media(max-width: 991px){
	
	.team .team-wrapper > div {
  	width: calc( 100% / 2 - 2px);
	}
	
	.teammember{
		margin-bottom: 4px;
	}
  
	.teammember .overlay.active{
		width: 100%;
	}
	
	.teammember .name {
		font-size: 14px;
		top: 7px;
		left: 0px;
		font-weight: 400;
		text-transform: none;
	}
	
	
	.teammember .overlay .image{
		height: 100%;
	}
	
	.teammember .overlay .image img{
		height: 100%;
		width: 100%;
		object-fit: cover;
    filter: blur(4px);
	}
	
	.teammember .overlay .content {
	    height: 100%;
	    position: absolute;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    text-align: center;
	    background: rgba(41,41,41,0.8);
	}
}

.teammember .content {
  padding: 15px  15px 0;
  background: rgba(41,41,41,0.6);
}

.teammember .subheader{
	font-family: 'Barlow Semi Condensed';
  font-style: italic;
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
}
.teammember .phone, .teammember .email{
	font-family: 'Barlow';
  font-weight: 800;
  font-size: 23px;
  line-height: 23px;
  margin-bottom: 5px;
}

.teammember::before{
	position: absolute;
	opacity: 0;
	content: "";
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(41,41,41,0.6);
}

.teammember .close {
	position:absolute;
	top: 25px;
	right: 6px;
	z-index:103;
	width:46px;
	height:46px;
	color:#000000;
	opacity:1;
	text-shadow:none;
}

.teammember .close::before{
	font-family: 'icomoon';
  content: "\78";
  position: relative;
  width: 46px;
  height: 46px;
  font-size: 46px;
}

.teammember .overlay h3 {
	font-family: 'Barlow Semi Condensed';
  font-style: italic;
 	font-weight: 800;
 	font-size: 78px;
 	line-height: 78px;
 	text-transform: uppercase;
 	word-spacing: 900px;
}

.teammember .overlay h3,.teammember .overlay .email,.teammember .overlay .phone{
	color: #FFE2E3 !important;	
}

.teammember .overlay p{
		color: #ffffff !important;	
}

.overlay.active {
    opacity: 1;
    position: fixed;
    top: 0;
    background: rgba(41,41,41, 0.9);
    height: 100%;
    left: 0;
    transform: none;
    z-indeX:102;
    padding: 0;
    display: flex;
    flex-direction:column;
    transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.overlay .content {
    height:100%;
}


@media (min-width: 992px) {
	.teammember:hover .overlay, 
	.teammember:hover::before{
		opacity: 1;
	}
	
	.teammember  .content{
		background: none;
		padding:0;
	}
	
	.teammember:hover img{
		filter: blur(8px);
	}
	
	.teammember .close {
		display: none;
	}	
	
	.teammember .overlay .image { display: none; }
	
}

@media (min-width: 1400px) and (max-width: 1680px) {
	
	.teammember .overlay h3 {
	  font-size: 48px;
	  line-height: 48px;
	}
	
	.teammember .subheader {
	  font-size: 25px;
	  line-height: 25px;
	}
	
}

@media (min-width: 1440px) {
	
}


/* Keynote Slider */

.keynote-slider{
	padding: 0 60px;
}

.keynote-slider .swiper-slide{
	background-color: #fff;
}

.keynote-slider .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.keynote-slider .picture, .keynote-slider .content {
    max-width: 48%;
}

.keynote-slider img {
    width: 100%;
    height: auto;
}

.keynote-slider .swiper-pagination{
	padding: 30px 0;
  position: relative;
}

.keynote-slider .swiper-pagination-bullet{
	background-color: transparent;
	border: 2px solid #000000;
	opacity: 1;
}

.keynote-slider .swiper-pagination-bullet-active{
	background-color: #000000;
}

.keynote-slider .swiper-slide{
	opacity: 0 !important;
}

.keynote-slider .swiper-slide-active{
	opacity: 1 !important;
}

@media(max-width: 991px){
	.keynote-slider .wrap {
		flex-direction: column;
    align-items: center;
    justify-content: center;
	}
	
	.keynote-slider .picture, .keynote-slider .content {
    max-width: 100%;
	}
}

/* Video Element */

.videoplayer video {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0px 0px 12px 3px rgba(100,100,100,1);
		-moz-box-shadow: 0px 0px 12px 3px rgba(100,100,100,1);
		box-shadow: 0px 0px 12px 3px rgba(100,100,100,1);
}

.videoplayer{
	cursor: pointer;
}

.videoplayer::after {
		display: block;
    position: absolute;
    content: "\ea20";
    font: normal normal normal 1em/1 'Nucleo';
    width: 50px;
    height: 50px;
    font-size: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.videoplayer.playbutton-ff::after {
    content: "";
    width: 80px;
    height: 80px;
		background: url(../img/ff-play.png) center center no-repeat;
		background-size: contain;
		transform: translate(-50%, -50%) scale(1);
		transition: transform 0.25 ease-in-out;
}
.videoplayer.playbutton-ff:hover::after {
		transform: translate(-50%, -50%) scale(1.2);
    transform-origin: center center;
    transition: transform 0.25 ease-in-out;
}

.videoplayer.playbutton-llab::after {
    content: "";
    width: 80px;
    height: 80px;
		background: url(../img/llab-play.png) center center no-repeat;
		background-size: contain;
		transform: translate(-50%, -50%) scale(1);
		transition: transform 0.25 ease-in-out;
}
.videoplayer.playbutton-llab:hover::after {
		transform: translate(-50%, -50%) scale(1.2);
    transform-origin: center center;
    transition: transform 0.25 ease-in-out;
}

.videoplayer.hideafter::after {
	display: none;	
}



/* Pain Slider */

.pain-slider{
	position: relative;
	overflow: visible;
	margin:0 10vw;	
}

.pain-slider .swiper-wrapper{
	margin-bottom: -3px;
	transition: linear;
}


/*.pain-slider .swiper-slide {*/
/*	opacity:0;*/
/*	transition: opacity 0.5s ease-in-out;*/
/*}*/

/*.pain-slider .swiper-slide.swiper-slide-next,*/
/*.pain-slider .swiper-slide.swiper-slide-prev,*/
/*.pain-slider .swiper-slide.swiper-slide-active {*/
/*	opacity:1;*/
/*	transition: opacity 0.5s ease-in-out;	*/
/*}*/

/*.pain-slider .swiper-slide img {*/
/*	transform: scale(0.5);*/
/*	transform-origin: center bottom;*/
/*	transition: transform 0.5s ease-in-out;*/
/*}*/
/*.pain-slider .swiper-slide.swiper-slide-next img,*/
/*.pain-slider .swiper-slide.swiper-slide-prev img,*/
/*.pain-slider .swiper-slide.swiper-slide-active img {*/
/*	transform: scale(1);*/
/*}*/

.pain-slider .swiper-button-prev{
	bottom: -25px;
    top: auto;
}
.pain-slider .swiper-button-next{
	bottom: -25px;
    top: auto;
}

.pain-slider .swiper-button-next:after, .pain-slider .swiper-button-prev:after {
    font-size: 22px;
    line-height: 22px;
    color: inherit;
    	    display: none;
}

.pain-slider img {
    width: 100%;
    height: auto;
}

.pain-slider .swiper-pagination{
	bottom: -10px;
}

.pain-slider .swiper-pagination-bullet{
	background-color: transparent;
	border: 2px solid;
	border-color: inherit;
	opacity: 1;
}

.pain-slider .swiper-pagination-bullet-active{
	border: 4px solid;
} 

@media(max-width: 767px){
	
	.pain-slider{
		margin: 0 15px;	
	}

}

@media(min-width: 420px){
	
	.pain-slider .swiper-wrapper{
		margin-bottom: -3px;
	}
}


@media(min-width: 480px){
	
	.pain-slider .swiper-wrapper{
		margin-bottom: -4px;
	}
}

@media(min-width: 768px){
	
	.pain-slider .swiper-wrapper{
		margin-bottom: -2px;
	}
}

@media(min-width: 1024px){
	
	.pain-slider .swiper-wrapper{
		margin-bottom: -3px;
	}
}

@media(min-width: 1200px){
	
	.pain-slider .swiper-wrapper{
		margin-bottom: -4px;
	}
}

@media(min-width: 1680px){
	
	.pain-slider{
		margin: 0 10vw;	
		overflow: visible;
	}
	
	.pain-slider .swiper-wrapper{
		margin-bottom: -5px;
	}

	.pain-slider .swiper-button-next:after, .pain-slider .swiper-button-prev:after {
	    display: none;
	}

}

.logoslider.inverted img,
.logoslider-hero.inverted img {
	-webkit-filter: invert(1);
  filter: invert(1);
}

/** Testimonialslider **/

.testimonialsimpleslider{
	position: relative;
	padding: 0 60px;
}

.testimonialsimpleslider .slider-element .left{
	width: 30%;
	margin-left: 50px;
}

.testimonialsimpleslider .slider-element .right{
	width: 45%;
}

/* Timeline */

#timeline .timeline-item:after, #timeline .timeline-item:before {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

#timeline {
  width: 100%;
  margin: 30px auto;
  position: relative;
  padding: 0 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#timeline:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #000000;
  left: 50%;
  top: 0;
  position: absolute;
}
#timeline:after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}
#timeline .timeline-item {
  margin-bottom: 50px;
  position: relative;
}
#timeline .timeline-item .timeline-icon {
  background: #ffffff;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  transform: translateX(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#timeline .timeline-item .timeline-icon img {
  position: relative;
  top: 14px;
  left: 14px;
  width:100%;
  height:auto;
}

#timeline .timeline-item .timeline-icon::before {
  content: "1";
  position: absolute;
  width: 50px;
  top: -5px;
  left: -5px;
  line-height: 48px;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  height: 50px;
  display: block;
  color: #000000;
  z-index: 5;
}

#timeline .timeline-item:nth-child(2) .timeline-icon::before { content: "2"; }
#timeline .timeline-item:nth-child(3) .timeline-icon::before {  content: "3"; }
#timeline .timeline-item:nth-child(4) .timeline-icon::before { content: "4"; }
#timeline .timeline-item:nth-child(5) .timeline-icon::before {  content: "5"; }

#timeline .timeline-item .timeline-content {
  width: 45%;
  padding: 25px;
  /*-webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);*/
  /*-moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);*/
  /*-ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);*/
  /*box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);*/
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position:relative;
}

#timeline .timeline-item .timeline-content::before {
    content: "";
    position: absolute;
    left: 100%;
    top: 25px;
    width: calc(11.11% - 25px);
    height: 3px;
    background: #000000;
}
#timeline .timeline-item .timeline-content.right {
  float: right;
}
#timeline .timeline-item .timeline-content.right:before {
    right: 100%;
    left: auto;
}

@media screen and (max-width: 768px) {
  #timeline {
    margin: 30px;
    padding: 0px;
    width: 90%;
  }
  #timeline:before {
    left: 0;
  }
  #timeline .timeline-item .timeline-content {
    width: 90%;
    float: right;
  }
  #timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before {
	  width: calc(11.11% - 25px);
	  left: auto;
	  right: 100%;
  }
  #timeline .timeline-item .timeline-icon {
    left: 0;
  }
}

/* contactblock */
.contactblock a { font-weight: 500; }
.contactblock a:hover { text-decoration:underline; }

/* Searchbar */
 
.frame-type-mask_searchbar #tx_indexedsearch {
	position:relative;
	display: flex;
	flex-direction:row;
	margin-bottom: 10px;
}

.frame-type-mask_searchbar #tx_indexedsearch div:first-child {
	display: none;
}
 
.frame-type-mask_searchbar .form-group {
	width:100%;
}

.frame-type-mask_searchbar .tx-indexedsearch-hidden-fields {
	dsiplay: none;
}

.frame-type-mask_searchbar #tx-indexedsearch-searchbox-sword {
	border-radius: 0;
	border:1px solid #0c6db4;
	background:#f2f2f2;
}

.frame-type-mask_searchbar #tx-indexedsearch-searchbox-sword:focus {
	background:#ffffff;
	outline: none;
	box-shadow: none;
}

.frame-type-mask_searchbar #tx_indexedsearch button {
	background:#0c6db4;
	width: 54px;
	display: block;
	border: none;
	color:#ffffff;
}

/* Shortlinks */

ul.shortlinks {
	margin:0 0 30px;
	padding:0;
	list-style: none;
}
ul.shortlinks li {
	margin:0;
	padding:0;
	line-height:24px;
}