

::selection {
    background: #36538e;
    color: #fff;
    -webkit-text-stroke-color: #fff;
}

::-moz-selection {
    background: #36538e;
    color: #fff;
}

.hyphenate {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.highlight {
    color: #d5b47a;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}
body { 
	position: relative; 	
	font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
	font-size: 10px;
	color: #474f58;
}


a {
    color: #474f58;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
	text-decoration: none;
}

p > a {
    color: #474f58;
}

a:hover,
a:focus {
    color: #282c31;
    outline: none;
    text-decoration: none;
}

hr { border: none; border-top: 1px solid #eee; height: 0; margin: 0 0 20px 0; }

h1, h2, h3 {
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

.small, small {
    font-size: 75%;
}

ul, ol, p {
    /*padding: 0;*/
    margin: 0;
}

#overallContainer { position: relative; }
#it_header { display: block; height: 90px; }
#it_navbar { height: 90px; z-index: 1030; background: #ffffff; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2); }
#logoBox { display: block; position: relative; width: 312px; top: 12px; }
#logoBox img { display: block; position: relative; width: 100%; height: auto; padding: 6px 0; }

.navbar-fixed-top { position: fixed; left: 0; top: 0; width: 100%; }
.navbar-trigger { position: absolute; top: 6px; right: 20px; width: 74px; height: 74px; cursor: pointer; opacity: 0.8; }
.navbar-trigger:hover, .navbar-trigger:focus { opacity: 1; outline: none; }
.navbar-trigger div.li { position: absolute; left: 16px; height: 7px; font-size: 1px; background-color: #3c424a;  }
div.eins { top: 21px; width: 40px; }
div.zwei { top: 35px; width: 52px; }
div.drei { top: 49px; width: 28px; }
div.po { position: absolute; left: 5px; height: 7px; width: 7px; font-size: 1px; background-color: #3c424a; }
div.p1 { top: 21px }
div.p2 { top: 35px }
div.p3 { top: 49px }



.sidebar { background: #f5f6f6; width: 300px; }
.sidebar .close { width: 40px; height: 40px; top: 26px; left: 30px; position: absolute; padding: 10px; }
.sidebar .logo { padding-top: 70px; padding-bottom: 40px; text-align: center; }
.sidebar .logo img { max-width: 100px; }

.sidebar { position: fixed!important; top: 0; right: 0; max-height: 100vh!important; height: 100vh; max-width: 80vw; min-width: 45px!important; outline: none; overflow-x: hidden!important; overflow-y: auto!important; z-index: 2147483647; -webkit-overflow-scrolling: touch; transform: translateX(100%); transition: transform 0.2s; }
.sidebar-opened .sidebar { transform: translateX(0); }
.abdecker { position: fixed; top: 0; left: 0; width: 100vw; height: 0; z-index: 2147483646; background-color: rgba(0,0,0,0.5); transition: opacity 0.2s; opacity: 0; }
.sidebar-opened .abdecker { opacity: 1; height: 100vh; }
html.sidebar-opened { overflow-x: hidden; overflow-y: hidden; }

ul.nav { padding: 0; margin: 0; list-style: none;}
ul.nav li { display: block; list-style: none; font-family: 'Open Sans Condensed', Arial, serif; font-weight: bold; text-align: center; }
ul.nav li a { display: inline-block; position: relative; font-size: 3em; line-height: 1.7em; }
.current-menu-item a { color: #e13366; }
.current-menu-item a:hover { color: #b72953; }

.sidebar .socials { padding-top: 60px; }
.sidebar .socials h6 { text-align: center; text-transform: uppercase; font-size: 1.4em; }
.srow { text-align: center; padding-top: 20px; }
.srow a { display: inline-block; color: #e03366; margin: 0 7px; }

amp-lightbox { z-index: 1040; }

@media screen and (max-width: 620px) {
	#logoBox { width: 300px; top: 19px; }
}
@media screen and (max-width: 450px) {
	#logoBox { width: 200px; top: 12px; }
	#it_navbar, #it_header { height: 58px; }
	.navbar-trigger { position: absolute; top: 0; right: 14px; width: 60px; height: 58px; cursor: pointer; opacity: 0.8; }
	.navbar-trigger div.li { position: absolute; left: 14px; height: 5px; font-size: 1px; background-color: #3c424a;  }
	div.eins { top: 17px; width: 28px; }
	div.zwei { top: 27px; width: 37px; }
	div.drei { top: 37px; width: 20px; }
	div.po { position: absolute; left: 5px; height: 5px; width: 5px; font-size: 1px; background-color: #3c424a; }
	div.p1 { top: 17px }
	div.p2 { top: 27px }
	div.p3 { top: 37px }
	
	.sidebar .close { top: 14px; left: 20px; }
	.sidebar .logo { padding-top: 20px; padding-bottom: 24px; }
	.sidebar .logo img { max-width: 94px; }
	.sidebar .socials { padding-top: 30px; }
	
	ul.nav li a { font-size: 2em; }
}
@media screen and (max-width: 350px) {
	.sidebar .logo { padding-top: 14px; padding-bottom: 20px; }
	.sidebar .logo img { max-width: 80px; }
	ul.nav li a { font-size: 1.8em; }
	.srow { padding-top: 14px; }
}



.content { position: relative; max-width: 924px; width: 100%; box-sizing: border-box; }
.centered { position: relative; margin: 0 auto; }

#footer_pe { padding: 0; width: 100%; padding-top: 20px; padding-bottom: 20px; }
#pe_wrap { padding: 0; border-left: 1px solid #d3d3d3; border-right: 1px solid #d3d3d3; }
#footer_second { background-color: #edf6f7; border-bottom: 3px solid #888b8d; }
#footer_second .content { padding-top: 40px; padding-bottom: 50px; }
.footer-adress { text-align: center; }
.footer-adress ul { padding: 0; }
.footer-adress li {
    display: inline;
}
.footer-adress a { color: #6b6e75; }
.footer-adress h3 { font-weight: bold; font-size: 1.8em; line-height: 1.3em; color: #6b6e75; }
.footer-adress h3 span { font-weight: 500; }
.footer-adress li, .footer-adress p {
    font-size: 1.6em;
	font-weight: 400;
    line-height: 1.3em;
	color: #6b6e75;
}
.footer-adress p { margin-bottom: 35px; }
.footer-adress li:after { display: inline; content: " / "; }
.footer-adress li:last-child:after { display: none; }
@media screen and (max-width: 890px) {
	.footer-adress li { display: block; }
	.footer-adress li:after { display: none; }
}

#footer_second .socials { text-align: center; }
#footer_second .socials a {
	position: relative;
	display: inline-block;
	height: 60px;
	width: 60px;
	margin: 0 10px;
	padding-top: 15px;
}
#footer_second .man { text-align: center; }



#bottom  { background-color: #2b2f32; color: #edf6f7; }
#bottom a { color: #edf6f7; }
#bottom .content { padding: 20px 40px; text-align: center; font-size: 1.4em; }

@media screen and (max-width: 600px) {
	#footer_second .socials a { width: 46px; height:46px; padding-top: 8px; }
	#bottom .content { font-size: 1.4em; }
}


@media screen and (max-width: 964px) {
	.content { padding-left: 20px; padding-right: 20px; }
	#pe_wrap { border-left: none; border-right: none; }
}


.button { display: inline-block; text-transform: uppercase; padding: 10px 20px; min-width: 190px; font-family: 'Open Sans Condensed', Arial, serif; font-weight: bold; font-size: 1.3em; letter-spacing: 0.1em; }
.button { background: #e13366; border: 1px solid #e13366; border-radius: 4px; color: #ffffff; }
.button:hover, .button:focus { background: #fff; border: 1px solid #e13366; color: #e13366; }
@media screen and (max-width: 767px) {
	.button { font-size: 1.0em; padding: 12px 20px; }
}


.clearer { width: 100%; height: 0; font-size: 0; visibility: hidden; clear: both; }
.eisprung { position: absolute; height: 0px; line-height: 0px; visibility: hidden; top: -90px; }




/* typo */
.pc2 h1, .pc2 h2 { color: #e13366; font-weight: 300; font-size: 3.6rem; line-height: 1.2em; margin-bottom: 0.1em; }
.ceWrapper.pc2 .edtxt { font-size: 1.8em; line-height: 1.4em; }
.ceWrapper.pc2.teaserbox .edtxt { font-size: 2.2em; line-height: 1.8em; }
.ceWrapper.pc2.teaserbox.col-md-6 h1, .ceWrapper.pc2.teaserbox.col-md-6 h2 { font-size: 3em; }
.ceWrapper.pc2.teaserbox.col-md-6 .edtxt { font-size: 1.8em; line-height: 1.7em; }
.ceWrapper.pc2.teaserbox.col-md-4 h1, .ceWrapper.pc2.teaserbox.col-md-4 h2 { font-size: 2.4em; }
.ceWrapper.pc2.teaserbox.col-md-4 .edtxt { font-size: 1.6em; line-height: 1.7em; }
.ceWrapper.pc2.teaserbox.col-md-3 h1, .ceWrapper.pc2.teaserbox.col-md-3 h2 { font-size: 2.2em; }
.ceWrapper.pc2.teaserbox.col-md-3 .edtxt { font-size: 1.4em; line-height: 1.7em; }

.ceWrapper.pc2.teaserbox .pcImage { width: 100%; }
.ceWrapper.pc2.teaserbox:not(.forcesize) img { width: 100%; height: auto; }

.ceWrapper.pc2.teaserbox .morelink { text-align: center; clear: both; }
.ceWrapper.pc2.teaserbox.portrait .morelink { padding-top: 20px; clear: both; }
.ceWrapper.pc2.teaserbox .button {  }

.ceWrapper.pc2.teaserbox .imgwrap { text-align: center; }
.ceWrapper.pc2.teaserbox .pcImage { display: inline-block; }

.pc2.teaserbox.col-md-12 .txtwrap { padding-top: 20px; }
.pc2.teaserbox.col-md-12.boxpadding .txtwrap { padding: 20px; padding-top: 20px; }
.pc2.teaserbox.boxpadding .txtwrap { padding: 20px; padding-top: 10px; }

#pc2 { min-height: 550px; }
.section { padding-top: 60px; padding-bottom: 20px; }
.section.line { border-top: 1px solid #c0c2c5; }
.section.fullwidth .content { max-width: 100%; padding-left: 60px; padding-right: 60px; }

#pc2 .section.line.first { border-top: none; }

.morelink, .pcLink { font-size: 1.6em; }
.pc2 .morelink { margin-top: 40px; margin-bottom: 20px; text-align: center; }

@media screen and (max-width: 767px) {
	.pc2 h1, .pc2 h2 { font-size: 2.8em; margin-bottom: 0.2em; }
	.ceWrapper.pc2.teaserbox .edtxt { font-size: 1.8em; line-height: 1.7em; }
}
@media screen and (max-width: 500px) {
	.pc2 h1, .pc2 h2 { font-size: 2.2em;  font-weight: 400; }
	.ceWrapper.pc2.teaserbox .edtxt { font-size: 1.6em; line-height: 1.6em; }
	
	.ceWrapper.pc2.teaserbox.col-md-6 h1, .ceWrapper.pc2.teaserbox.col-md-6 h2 { font-size: 2.2em; }
	.ceWrapper.pc2.teaserbox.col-md-6 .edtxt { font-size: 1.6em; line-height: 1.6em; }
	
	.ceWrapper.pc2.teaserbox.col-md-4 h1, .ceWrapper.pc2.teaserbox.col-md-4 h2 { font-size: 2.2em; }
	.ceWrapper.pc2.teaserbox.col-md-4 .edtxt { font-size: 1.6em; line-height: 1.6em; }
	
	.ceWrapper.pc2.teaserbox.col-md-3 h1, .ceWrapper.pc2.teaserbox.col-md-3 h2 { font-size: 2.2em; }
	.ceWrapper.pc2.teaserbox.col-md-3 .edtxt { font-size: 1.6em; line-height: 1.6em; }
	
	.pc2.teaserbox.col-md-12 .txtwrap { padding-top: 0; }
	
	.section { padding-top: 40px; }
}

/* slider */
.fixed-height-container {
	position: relative;
	width: 100%;
	height: 500px;
}

.pc1-slider { display: none; margin-bottom: 30px; }
.pc1-slider .slide { display: none; }
.pc1-slider .slide:first-child { display: block; }
.pc1-slider.slick-initialized .slide { display: block; }
.slick-next { right: 20px; }
.slick-prev { left: 20px; z-index: 1; }

@media screen and (min-width: 650px) {
	#pc1 .pc1-slider { display: block; }
}
@media screen and (max-width: 649px) {
	#pc3 .pc1-slider { display: block; }
}

.slide { position: relative; margin-bottom: 20px; }
.slide img { width: 100%; height: auto; }
.gp_badge { position: absolute; bottom: -20px; left: 50%; transform: translateX(-50%); width: 10vw;  z-index: 9; }
.gp_badge_mobil { position: absolute; bottom: -20px; left: 50%; transform: translateX(-50%); width: 18vw; min-width: 80px; z-index: 9; }
#pc2 .section:first-child { padding-top: 20px; }
.amp-carousel-button { top: calc(50% - 20px); }

/* logo slider */
.section.lslider { background-color: #cacccd; padding-top: 100px; padding-bottom: 100px; position: relative; }
.lslider h3 { margin: 0; position: absolute; top: 0; left: 50%; transform: translateX(-50%); white-space: nowrap; color: #fff; background-color: #707479; padding: 4px 5px; line-height: 1em; text-transform: uppercase; font-weight: 700; font-size: 12px; }
.logo-slider { max-width: 1200px; width: calc(100% - 120px); margin: 0 auto; }
.logo-slider .slide { height: 70px; margin-left: 40px; margin-right: 40px; text-align: center; margin-bottom: 0; text-align: center; line-height: 70px; vertical-align: middle; opacity: .7; }
.logo-slider .slide img { max-height: 70px; width: auto; display: inline-block; }
.logo-slider .slick-next { right: -50px; }
.logo-slider .slick-prev { left: -50px; z-index: 1; }
@media screen and (max-width: 550px) {
	.section.lslider { padding-top: 70px; padding-bottom: 70px; }
}

.slick-prev, .slick-next { width: 44px; height: 44px; }
.slick-prev:before, .slick-next:before { content: ""; background-image: url(/files/sysimages/slider-pfeil-rechts.svg); width: 44px; height: 44px; display: inline-block; }
.slick-prev:before { transform: rotate(180deg); }


.ceWrapper.pc2 { padding-bottom: 40px; }
.ceWrapper.pc2.nopad { padding-left: 0; padding-right: 0; } /* wenn der Artikel selbst zweispaltig ist, sonst addiert sich das padding */

.ceWrapper ul, ol { padding-left: 20px; padding-bottom: 10px; }
.ceWrapper ol ol { padding-left: 40px; }
.ceWrapper ul ul { padding-left: 40px; }


.ceWrapper p { margin: 0; margin-bottom: 20px; }
.ceWrapper strong { font-weight: 700; }

.ceWrapper h2.no-bm { margin-bottom: 0; }
.ceWrapper h3 { margin-bottom: 20px; }
.ceWrapper h4 { font-size: 0.75em; line-height: 1.9em; font-weight: 300; }
.ceWrapper.pc2.headline h1 { margin-bottom: 0; }

.ceWrapper.pc2 .subhead { margin-bottom: 20px; }

.pcImage { width: 100%; padding-bottom: 20px; }
.pcImage img, .ceWrapper.bild img { max-width: 100%; display: block; height: auto; }
.pcBildtext { font-size: 75%; font-style: italic; line-height: 1.3em; padding-top: 4px; }

.ceWrapper.pc2.force_centered { text-align: center; }
.ceWrapper.pc2.force_centered .pcImage img { margin-right: auto; margin-left: auto; }
.ceWrapper.pc2.force_centered .pcBildtext { margin-right: auto; margin-left: auto; }

.pcImage.left2 { float: left; width: 126px; margin-right: 40px; padding-bottom: 0; }
.pcImage.left2 img { border-radius: 50%; }
.ceWrapper.left2 .edtxt.main { float: left; width: calc(100% - 166px); }
.ceWrapper.left2 .edtxt.main::after { content: ""; clear: both; display: table; }

.ceWrapper.pc2.teaserbox.portrait .pcImage { float: left; width: 134px; margin-right: 36px; padding-bottom: 0; }
.portrait .pcImage img { border-radius: 50%; }
.ceWrapper.pc2.teaserbox.portrait .txtwrap { float: left; width: calc(100% - 170px); padding-top: 0; }
.ceWrapper.portrait .txtwrap::after { content: ""; clear: both; display: table; }
.ceWrapper.portrait .edtxt.subhead { font-size: 32px; font-weight: 300; line-height: 1.2em; color: #e13366; }
.ceWrapper.portrait .pcBildtext { font-size: 10px; font-style: normal; padding-top: 20px; font-weight: 400; }
.ceWrapper.portrait .pcBildtext b { font-size: 16px; font-weight: bold; line-height: 1.3em; }
.portrait .imgwrap.mobile { display: none; }

@media screen and (max-width: 550px) {
	.portrait .imgwrap.dt { display: none; }
	.portrait .imgwrap.mobile { display: block; }
	.ceWrapper.left2 .pcImage { float: none; width: 100%; margin-right: 0; margin-bottom: 50px; text-align: center; }
	.ceWrapper.left2 .pcImage img { max-width: 200px; display: inline-block; }
	.ceWrapper.left2 .edtxt.main { float: none; width: 100%; }

	.ceWrapper.pc2.teaserbox.portrait .pcImage { float: none; width: 100%; margin-right: 0; margin-bottom: 30px; text-align: center; }
	.ceWrapper.pc2.teaserbox.portrait .pcImage img { max-width: 150px; display: inline-block; }
	.ceWrapper.pc2.teaserbox.portrait .txtwrap { float: none; width: 100%; }
	.ceWrapper.portrait .edtxt.subhead { font-size: 22px; }


}

/* Portfolio */
.pc2.bild { margin-bottom: 40px; padding-bottom: 0; }
.wrp { display: block; position: relative; }
.pc2.bild img { width: 100%; height: auto; }
.pc2.bild .pcBildtext { width: 100%; padding: 15px; background: #F6F6F6; font-size: 1.8em; font-weight: 300; font-style: normal; box-sizing: border-box; }
.pc2.bild .pcBildtext .title { float: left; }
.pc2.bild .pcBildtext .sub { float: right; color: #ababab; font-size: 0.8em; }
.pc2.bild .pcBildtext:after { content: " "; display: block; height: 0px; font-size: 0px; visibility: hidden; clear: both; }

.pc2.bild .backside {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; padding: 20px; background-color: #313A44; position: absolute; height: 100%; width: 100%; top: 0; left: 0; color: #fff; text-align: center; }
.pc2.bild .backside-inside {display: table-cell; vertical-align: middle; box-sizing: border-box;}
.pc2.bild .backside-wrapper {display: table; width: 100%; height: 100%; box-sizing: border-box;}
.pc2.bild .back_divider {width: 100px; background: #fff; height: 1px; display: inline-block; box-sizing: border-box;}
.pc2.bild .backside a {color: #fff;}
.pc2.bild .backside .back_title { font-size: 1.8em; font-weight: 300; margin-bottom: 5px; box-sizing: border-box;}
.pc2.bild .backside .back_subline { font-size: 1.4em; margin-bottom: 15px; font-style: italic;}
.pc2.bild .backside {-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; box-sizing: border-box;}

.pc2.bild.col-md-3 .backside { font-size: 1em; }
.pc2.bild.col-md-6 .backside { font-size: 1.6em; }

/* case studies */
.section.casestudies.grey { background-color: #eff1f2; }
.casestudies .content { max-width: 1100px; }
.pc2.casestudies { display: flex; position: relative; }
.pc2.casestudies .topper { display: none; text-align: center; color: #b9bcbf; margin-bottom: 20px; }
.pc2.casestudies .topper span { position: relative; text-align: center; color: #b9bcbf; text-transform: uppercase; font-size: 14px; font-weight: 700; letter-spacing: 0.2em; }
.pc2.casestudies .topper span::before { content: ""; display: block; position: absolute; border-bottom: 1px solid #b9bcbf; width: 30px; top: 0.6em; left: -40px; }
.pc2.casestudies .topper span::after { content: ""; display: block; position: absolute; border-bottom: 1px solid #b9bcbf; width: 30px; top: 0.6em; right: -40px; }
.pc2.casestudies .txtcol .topper { display: block; }
.pc2.casestudies .txtcol { width: calc(67% - 40px); margin-left: 40px; position: relative; }
.pc2.casestudies .imgcol { width: 33%; position: relative; }
.pc2.casestudies .imgcol img { width: 100%; height: auto; }
.pc2.casestudies .imgcol .landscape { display: none; width: 100%; }
.pc2.casestudies h2 { margin-bottom: 6px; }
.pc2.casestudies .edtxt.subhead { font-size: 16px; line-height: 1.6em; font-weight: 500; margin-bottom: 10px; }
.pc2.casestudies .edtxt.main { font-size: 16px; line-height: 1.7em; margin-bottom: 60px; }
.pc2.casestudies .logobar { position: absolute; display: flex; flex-wrap: nowrap; left: 0; bottom: 0; height: 60px; width: 100%; border-top: 1px solid #c9c9c9; }
.pc2.casestudies .logo { max-height: 30px; height: 30px; padding-top: 20px; box-sizing: border-box; margin-left: 40px; opacity: .85; }
.pc2.casestudies .logo:first-child { margin-left: 0; }
.pc2.casestudies .logo img { max-height: 30px; height: 50px; max-width: 100%; }
.pc2.casestudies .more { display: none; z-index: 2; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); color: #e13366; cursor: pointer; }
.pc2.casestudies .more { text-transform: uppercase; font-family: 'Open Sans Condensed', Arial, serif; font-weight: bold; letter-spacing: 0.1em; font-size: 12px; line-height: 1em; padding: 10px; }
@media screen and (min-width: 965px) {
	.pc2.casestudies { margin-left: 20px; margin-right: 20px; }
}
@media screen and (max-width: 1250px) {
	.pc2.casestudies .edtxt.subhead { line-height: 1.5em; }
	.pc2.casestudies .edtxt.main { line-height: 1.5em; }
}
@media screen and (max-width: 1050px) {
	.pc2.casestudies .imgcol .portrait { display: none; }
	.pc2.casestudies .imgcol .landscape { display: inline-block; }
	.pc2.casestudies { display: block; }
	.pc2.casestudies .imgcol { width: 100%; margin-bottom: 20px; }
	.pc2.casestudies .txtcol { width: 100%; margin-left: 0; }
	.pc2.casestudies .topper { display: block; }
	.pc2.casestudies .txtcol .topper { display: none; }
	.pc2.casestudies .edtxt.main { margin-bottom: 10px; }
	.pc2.casestudies .logobar { position: relative; left: auto; bottom: auto; }

	.pc2.casestudies .edtxt.subhead { line-height: 1.4em; }
	.pc2.casestudies .edtxt.main { line-height: 1.6em; }
}
@media screen and (max-width: 750px) {
	.pc2.casestudies .logo { margin-left: 30px; }
}
@media screen and (max-width: 550px) {
	.pc2.casestudies .txtcol { height: 280px; overflow: hidden; position: relative; }
	.pc2.casestudies .txtcol::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 100px; background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%); z-index: 1; }
	.section.grey .pc2.casestudies .txtcol::after { background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(239, 241, 242,1) 80%); }
	.pc2.casestudies .more { display: block; }
	.pc2.casestudies.opened .txtcol { height: auto; }
	.pc2.casestudies.opened .more { display: none; }
	.pc2.casestudies.opened .txtcol::after { content: none; }
}
@media screen and (max-width: 480px) {
	.pc2.casestudies .logo { margin-left: 20px; }
}
@media screen and (max-width: 420px) {
	.pc2.casestudies .logo { margin-left: 10px; }
}

/* overlay */
.pc2.bild:hover .backside, .mfp-zoom-out-cur .pc2.bild .backside_DISABLED {display: block; transform: scale(1); opacity: 1; }
.pc2.bild .backside { transform: scale(0); opacity: 0; }

.mfp-bg { background: rgba(0,0,0, 0.7); }


.elastic-video { position: relative; padding-bottom: 57%; height: 0; overflow: hidden; }
.elastic-video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


@keyframes fadeInRight{
	0% {opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px) }
	100% {opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0) }
}
.cc-window { top: 0; bottom: auto !important; }
@media screen and (min-width: 500px)
{
	.cc-window { left: 50%; top: 50%; bottom: auto; margin-left: -150px; margin-top: -150px; width: 300px; }
}
.cc-window.cc-floating { padding: 10px 15px 20px; animation-duration: 0.8s; animation-fill-mode: both; animation-name: fadeInRight; }
.cc-floating .cc-message { line-height: 1.42857143; font-size: 17px; font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 300; margin-bottom: 0; }
.cc-message a.cc-link, .cc-message a.cc-link:active, .cc-message a.cc-link:visited  { display: inline; color: #e13366; text-decoration: none; font-weight: 400; padding: 0; opacity: 1; }
.cc-window.cc-floating .cc-compliance { flex-direction: row; flex-wrap: wrap; }
.cc-btn+.cc-btn { margin-left: 0; }
.cc-btn { width: 100%; margin-top: 15px; padding: 12px 16px; display: block; position: relative; text-align: center; font-size: 17px; line-height: 1em; font-family: 'Open Sans', sans-serif; background: #e13366;
	 min-width: 260px; border: none; box-sizing: border-box; border-radius: 6px; font-weight: 700; order: 0; }
.cc-btn.cc-deny { color: #474f58 !important; background: #fff !important; font-weight: 300 !important; order: 1; }
.cc-revoke { display: none !important; }
.cc-abdecker { display: none; z-index: 9001; position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: rgba(255,255,255,0.5); }
.cc-is-open .cc-abdecker { display: block; }

/* pe */
.pe_container { display: none; text-align: center; }
#pe2, #pe3 { margin-top: 40px; margin-bottom: 40px; }
@media(min-width:951px) {
	#pe1 { display:block; }
}
@media (max-width: 950px) and (min-width: 466px) {
	#pe2 { display:block; }
}
@media (max-width: 465px) {
	#pe3 { display:block; }
}

/* insta */
.pc2.bild.insta { margin: 0; }
.pc2.bild.insta .wrp { padding: 14px; width: 33.33%; box-sizing: border-box; float: left; }
.pc2.bild.insta img:hover:after { content:" "; display: block; width: 100%; position: absolute; top: 0; bottom: 0; background: rgba(0,0,0, 0.4); }
@media screen and (max-width: 740px) {
	.pc2.bild.insta { margin: 0 -1.5px; }
	.pc2.bild.insta .wrp { padding: 1.5px; }
}

.tweet .placeholder, .facebook_post .placeholder { border: 1px solid #eeeeee; border-radius: 4px; width: 100%; padding: 20px; box-sizing: border-box; font-size: 1.4em; }
.tweet .placeholder a, .facebook_post .placeholder a { color: rgb(43, 123, 185); }

/* BV Form */
#bv_form { max-width: 700px; padding-top: 30px; }
.pc2.formular h2 {  }
.pc2.formular .txt { font-size: 1.6em; }
.formline { margin-bottom: 20px; width: 100%; box-sizing: border-box; }
.formline.half { width: 50%; float: left; }
.formline.half:nth-child(even) { padding-right: 6%; }
.formline input, .formline textarea { width: 100%; height: 50px; font-size: 1.8em; font-weight: 400; color: #000000; padding: 4px 10px; border: none; font-family: "Open Sans", Arial, Helvetica, sans-serif; }
.formline input, .formline textarea, .formline button { -moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; border-radius: 6px; }
.formline textarea { height: 80px; }
.formline.buttonwrap { font-size: 1.6em; }
.formline button {  }
.ret { font-size: 1.8em; padding-bottom: 280px }
@media screen and (max-width: 500px) {
	.formline.half, .formline { width: 100%; padding-right: 0; }
	.formline.half:nth-child(even) { padding-right: 0; }
}
.eojk3oks {display: none;}
.form-error { display: none; padding-top: 20px; font-size: 2em; }
.form-error.visible { display: block; }
.amp-form-submit-success #bv_form { display: none; }
.ret { font-size: 1.8em; padding-bottom: 200px; }

/* referenzen  */
#ref_wrapper { margin-top: 20px; margin: 0 -0.5%; }
.ritem { float: left; height: 80px; width: 32.33%; padding: 0 3%; margin: 0 0.5%; margin-bottom: 1%; text-align: center; font-size: 1.8em; line-height: 1.1em; background-color: #7b7575; color: #ffffff;  }
.ritem {
	display: -webkit-box; display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	box-sizing: border-box;
	
	-webkit-box-align: center; -moz-box-align: center;
	-ms-flex-align: center;
	-webkit-justify-content: center;
	justify-content: center;
	
	-webkit-box-pack: center; -moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	align-items: center; }
.ritem.head { clear: left; font-weight: 400; letter-spacing: 0px; }

@media screen and (max-width: 500px) {
	#ref_wrapper {margin: 0 -1%; }
	.ritem { font-size: 4vw; height: 14vw; width: 48%; padding: 0 3%; margin: 0 1%; margin-bottom: 2%; }
}

/* FAQ */
.accordion { margin-bottom: 40px; }
.ceWrapper.pc2.faq { padding-bottom: 0; }
h4.faq_question { position: relative; font-size: 2.4em; line-height: 1.1em; border: none; border-top: 1px solid #ccc; padding: 25px 50px 25px 0; background: transparent; outline: none; cursor: pointer; }
.faq .answer { font-size: 1.6em; display: none; }
.faq.opened .answer { display: block; }

.chevron::before { border-style: solid; border-width: 0.10em 0.10em 0 0; content: ''; display: inline-block; height: 0.45em; left: 0.15em; position: relative; top: 0.15em;
	transform: rotate( 135deg);	vertical-align: top; width: 0.45em; transition: transform .2s; }
.opened .chevron::before { transform: rotate(-45deg); }




/* consent */
.popupOverlay { display: block; z-index:9001; position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: rgba(255,255,255,0.5); }
.consentPopup { position: fixed; overflow: hidden; left: 0; width: 100%; top: 0; padding: 10px 15px 20px; background: #303030; color: #fff; font-size: 17px; }
.consentPopup a { color:  #e13366; font-weight: 400; }
.cc_btn { width: 100%; margin-top: 15px; padding: 12px 16px; display: block; position: relative; text-align: center; font-size: 1em; line-height: 1em; background: #e13366; min-width: 260px; border: none; box-sizing: border-box; border-radius: 6px; font-weight: 700; }
.cc_btn.no { background: #e13366; color: #474f58; background: #fff; font-weight: 300; }
.cc_btn:hover, .cc_btn:active { background: #fff; color: #e13366; }
@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}
@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}
.consentPopup {-webkit-animation-duration:0.6s;animation-duration:0.6s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:0.8s;-moz-animation-duration:0.8s;-o-animation-duration:0.8s;animation-duration:0.8s;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:fadeInRight;animation-name:fadeInRight}
span.link { cursor: pointer; }

@media screen and (min-width: 500px) {
	.consentPopup { left: 50%; top: 50%; margin-left: -150px; margin-top: -150px; width: 300px; }
}


section .chevron { position: absolute; margin-top: -10px; top: 50%; right: 20px; }
section[expanded] .chevron.bottom:before { transform: rotate(-45deg); }

/* funnel */
.funnel { max-width: 420px; width: 100%; margin: 0 auto; position: relative; }
.progressbar { width: 100%; position: absolute; left: 0; top: 0; }
.progressbar .segment { float: left; width: 0; height: 4px; background: #fff; box-sizing: border-box; transition: width .4s cubic-bezier(.83,.2,.54,.94); }
.progressbar .segment.on { background: #e33366; border-right: 1px solid #fff; }
.progressbar.c2 .segment.on { width: 50%; }
.progressbar.c3 .segment.on { width: 33.333%; }
.progressbar.c4 .segment.on { width: 25%; }
.progressbar.c5 .segment.on { width: 20%; }

.headroom { height: 140px; position: relative; }
.headlines h4 { font-size: 13px; color: #e33366; text-align: center;  }
.headlines h3 { font-size: 18px; color: #474f58; text-align: center; font-weight: 700; line-height: 1.2em; }
.headlines { position: relative; top: 50px; transition: top .5s ease-in-out; }

.card { position: relative; width: 100%; transition: opacity .5s cubic-bezier(.83,.2,.54,.94); }
.card::after { content: ""; display: table; table-layout: fixed; clear: both; }
.option { position: relative; float: left; width: 46%; height: 120px; margin: 2%; background-color: #ffffff; border: 4px solid #eee;  border-radius: 10px; cursor: pointer; transition: all .5s cubic-bezier(.83,.2,.54,.94); }
.option .i { text-align: center; position: absolute; width: 100%; bottom: 44px; vertical-align: bottom;  }
.option .i img, .option .i svg { display: inline-block; width: 50px; height: auto; fill: #4e4e50; transition: fill .5s cubic-bezier(.83,.2,.54,.94); vertical-align: bottom; }
.option .c { position: absolute; bottom: 6px; text-align: center; left: 0; width: 100%; font-size: 12px; font-weight: 700; color: #8a8a8a; }
.option.active { border: 4px solid #e33366; background-color: #e33366; color: #ffffff; }
.option.active .i svg { fill: #ffffff; }

.clicked .option { transform: scale(0, 0); }
.clicked .option.active { transform: none; }
.hid .headlines { top: 80px; }

.card { min-height: 800px; }
.card.visible { opacity: 1; }
.card.hid { opacity: 0; }

.card.prestate { opacity: 0; }
.prestate .headlines { top: 20px; }
.prestate .option { transform: scale(0, 0); }

.funnel form { margin-left: 3.5px; margin-right: 3.5px; }
.funnel_form .fline { position: relative; width: 100%; padding-left: 4px; padding-right: 4px; margin-bottom: 8px; float: left; }
.funnel_form .fline.half { position: relative; width: 50%;  }
.funnel_form .fline.bline { margin-top: 10px; text-align: center; }
.funnel_form .fline input { width: 100%; border: 4px solid #eee; border-radius: 10px; font-size: 16px; font-weight: 400; padding: 10px 8px; -webkit-appearance: none; -moz-appearance: none; appearance: none; display: block; outline: none; }
.funnel_form .fline input:focus { border-color: #c5c5c5; }
.funnel_form .cta_button { display: inline-block; position: relative; top: 0; opacity: 1; font-size: 20px; background-color: #e33366; border-color: #e33366; }
.funnel_form .cta_button:hover { background-color: #fff; color: #e33366; }
.funnel_form .cta_button.pre { top: -40px; opacity: 0; }

.funnel_form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #9e9e9e;
}
.funnel_form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #9e9e9e;
   opacity:  1;
}
.funnel_form ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #9e9e9e;
   opacity:  1;
}
.funnel_form :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #9e9e9e;
}
.funnel_form ::-ms-input-placeholder { /* Microsoft Edge */
   color:    #9e9e9e;
}
.funnel_form ::placeholder { /**/
	color:    #9e9e9e;
 }

.feedback { height: calc(100vh - 60px); max-height: 700px; background-color: #fff; overflow: hidden; }
.feedback .fond { position: absolute; top: 0; width: 100%; bottom: 0; transition: all .5s cubic-bezier(0.18, 1.01, 0.6, 1.03);/* background-image: url(/files/sysimages/bmw-funnel-end.jpg); background-repeat: no-repeat; background-position: bottom; background-size: contain;*/ }
.prestate .feedback .fond { transform: scale(1.3, 1.3); }
.feedback .txt { position: absolute; top: 40%; width: 100%; text-align: center; }
.feedback .txt h3 { font-size: 3em; }
.feedback .txt p { color: #e33366; }
.feedback .headlines { top: 0; }
.feedback p { margin-top: 4px; text-align: center; font-size: 18px; font-weight: 600; color: #9e9e9e; }
.check { position: absolute; top: 26%; left: 50%; margin-left: -30px; width: 60px; height: 60px; border-radius: 50%; border: 6px solid #dcdcdc; transition: all .5s cubic-bezier(0.83, 0.2, 0.55, 1.24); transform: none; }
.prestate .check { transform: scale(0, 0); }
.mark { position: absolute; left: 7px; top: 26px; transform: rotate( -45deg ); }
.line1 { opacity: 0; position: absolute; left: 0; top: 0; height: 4px; width: 4px; background: #e33366; border-radius: 2px; transition: height .4s cubic-bezier(0.4, 0.24, 0.57, 0.87); }
.line1.activated { opacity: 1; height: 16px; }
.line2 { opacity: 0; position: absolute; top: 12px; left: 0; height: 4px; width: 4px; background: #e33366; border-radius: 2px; transition: width .2s cubic-bezier(0.63, 0.39, 0.85, 0.65); }
.line2.activated { opacity: 1; width: 32px; }