@charset "UTF-8";
/* CSS Document */
.mitarbeitertestimonialSliderWrapper h2{display:block;width:100%;margin:0 auto;text-align:center;margin-bottom:30px;color:#FFFFFF;font-family:TradeGothicLTStd-BdCn20;font-size:40px;line-height:50px;}

.mitarbeitertestimonialInfo{display:block;width:100%;height:auto;margin-top:30px;}
.mitarbeitertestimonialPerson{display:block;width:100%;height:auto;font-size: 18px;line-height: 24px;color: #FFF;font-family: TradeGothicLTStd-Bd2;}
.mitarbeitertestimonialText{display:block;width:100%;height:auto;font-size: 18px;line-height: 24px;font-family: Roboto-Regular;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}

.mitarbeitertestimonialYtContainer{display:block;width:100%;max-width:729px;height:auto;margin:0 auto;position:relative;}
.mitarbeitertestimonialYtImage{display:block;width:100%;max-width:729px;height:auto;max-height:411px;}
.mitarbeitertestimonialYtIcon{display:block;width:729px;height:430px;margin:0 auto;position:relative;}

.mitarbeitertestimonialYtClick:hover .mitarbeitertestimonialYtPlayButton{background-image:url(img/play_button.svg);-webkit-transition: opacity .25s cubic-bezier(0,0,0.2,1);transition: opacity .25s cubic-bezier(0,0,0.2,1);}

.mitarbeitertestimonialYtPlayButton {position: absolute;left: 50%;top: 50%;width: 68px;height: 48px;-webkit-transition: opacity .25s cubic-bezier(0,0,0.2,1);transition: opacity .25s cubic-bezier(0,0,0.2,1);background-image:url(img/play_button_.svg);background-repeat:no-repeat;background-size:68px 48px;margin-left: -34px;margin-top: -24px;}
.mitarbeitertestimonialYtVideo{position: absolute;display:block;width:729px;height:410px;left:0;top:0;}
.mitarbeitertestimonialYtClick{position: absolute;display:block;width:729px;height:410px;left:0;top:0;cursor: pointer;}

.mitarbeitertestimonialSliderWrapper{display:block;position:relative;height:900px;width:100%;max-width:100%;margin:0 auto;background:white;overflow: hidden;background-color: #F28F00;padding-top:120px;}
.mitarbeitertestimonialSliderContainer{display:block;position:relative;height:653px;width:100%;margin:0 auto;}
.mitarbeitertestimonialSliderOuterContainer{display:inline-block;vertical-align:top;width:100%;height: auto;position:absolute;top:0;left:0;}
.mitarbeitertestimonialSliderInnerContainer{display:block;width:100%;max-width:729px;height:auto;margin:0 auto;position:relative;}

.mitarbeitertestimonialPersonWrapper{display:block;width:auto;height:auto;}

.mitarbeitertestimonialLeftArrow{display:block;position: absolute;top:50%;bottom:0;left: 0;-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);width:33px;height:64px;background-image:url(img/left_Arrow.svg);background-repeat:no-repeat;margin-top:20px;cursor: pointer;}
.mitarbeitertestimonialLeftArrow:hover{background-image:url(img/left_Arrow_.svg);}
.mitarbeitertestimonialRightArrow{display:block;position: absolute;top:50%;bottom:0;right: 0;-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);width:33px;height:64px;background-image:url(img/right_Arrow.svg);background-repeat:no-repeat;margin-top:20px;cursor: pointer;}
.mitarbeitertestimonialRightArrow:hover{background-image:url(img/right_Arrow_.svg);}

.mitarbeitertestimonialdynamicNav{display:block;width:auto;height:5px;margin:0 auto;text-align:center;position: absolute;bottom: 100px;left: 0;right: 0;}
.mitarbeitertestimonialdynamicNavBtn,.mitarbeitertestimonialdynamicNavBtnSel{display:inline-block;width:20px;height:5px;margin-left:2px;margin-right:2px;position:relative;top:-10px}
.mitarbeitertestimonialdynamicNavBtn{background:rgba(255,255,255,.26);cursor:pointer}
.mitarbeitertestimonialdynamicNavBtn:hover,.mitarbeitertestimonialdynamicNavBtnSel{background:#FFFFFF}

@media (max-width:749px){
	.mitarbeitertestimonialSliderWrapper h2{font-size: 30px;line-height: 36px;}
	.mitarbeitertestimonialSliderWrapper{height:860px;}
	.mitarbeitertestimonialSliderInnerContainer{padding:60px 25px 0px 25px;}
	.mitarbeitertestimonialSliderContainer{height:auto;}
  .mitarbeitertestimonialLeftArrow{display:none;}
  .mitarbeitertestimonialRightArrow{display:none;}
	.mitarbeitertestimonialdynamicNav{bottom: 80px;}
	.mitarbeitertestimonialYtClick{max-width:100%;}
	.mitarbeitertestimonialPersonName,.mitarbeitertestimonialPersonTitle,.mitarbeitertestimonialPersonLink{font-size:12px;line-height:16px;}
	.mitarbeitertestimonialYtPlayButton{display:none;}
}
@media (max-width:376px){
	.mitarbeitertestimonialYtClick{max-height:210px;}
}