:root {
  --bg-color: 255, 255, 255;
  --bg-color-1: 235, 235, 235;
  --bg-color-2: 247, 166, 0;
  --text-color: 36, 36, 36;
  --cp-color-1: 106, 155, 159;
  --cp-color-2: 199, 165, 78;
  --cp-color-3: 226, 203, 157;
  --cp-color-4: 13, 103, 156;
  --cp-color-5: 207, 37, 48;
  --cp-color-6: 240, 226, 197;
  --cp-color-7: 113, 35, 85;
  --cp-color-8: 48, 147, 204;
  --cp-color-8a: 48, 147, 204, 0.8;
  --cp-color-8d: 38, 122, 177;
  --cp-color-9: 186, 0, 17;
  --cp-color-9a: 186, 0, 17, 0.8;
}
.icon-arrow_down:before,
.icon-arrow_down_small:before,
.icon-arrow_left:before,
.icon-arrow_right:before,
.icon-arrow_up:before,
.icon-arrow_up_small:before,
.icon-close:before,
.icon-closeXXX:before,
.icon-document:before,
.icon-extern:before,
.icon-external:before,
.icon-facebook:before,
.icon-facebook2:before,
.icon-gebaerdensprache:before,
.icon-google:before,
.icon-ical:before,
.icon-instagram:before,
.icon-instagram_outline:before,
.icon-leichte_sprache:before,
.icon-lesezeit:before,
.icon-link:before,
.icon-linkedin:before,
.icon-links:before,
.icon-loading:before,
.icon-lupe:before,
.icon-mail:before,
.icon-navi:before,
.icon-phone:before,
.icon-print:before,
.icon-quotes:before,
.icon-rss:before,
.icon-spinner:before,
.icon-suche:before,
.icon-tick:before,
.icon-twitter:before,
.icon-typo3-message-error:before,
.icon-typo3-message-info:before,
.icon-typo3-message-ok:before,
.icon-vcard:before,
.icon-view:before,
.icon-xing:before,
.icon-youtube:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.icon-arrow_down:before {
  content: '\f101';
}
.icon-arrow_down_small:before {
  content: '\f102';
}
.icon-arrow_left:before {
  content: '\f103';
}
.icon-arrow_right:before {
  content: '\f104';
}
.icon-arrow_up:before {
  content: '\f105';
}
.icon-arrow_up_small:before {
  content: '\f106';
}
.icon-close:before {
  content: '\f107';
}
.icon-closeXXX:before {
  content: '\f108';
}
.icon-document:before {
  content: '\f109';
}
.icon-extern:before {
  content: '\f10a';
}
.icon-external:before {
  content: '\f10b';
}
.icon-facebook:before {
  content: '\f10c';
}
.icon-facebook2:before {
  content: '\f10d';
}
.icon-gebaerdensprache:before {
  content: '\f10e';
}
.icon-google:before {
  content: '\f10f';
}
.icon-ical:before {
  content: '\f110';
}
.icon-instagram:before {
  content: '\f111';
}
.icon-instagram_outline:before {
  content: '\f112';
}
.icon-leichte_sprache:before {
  content: '\f113';
}
.icon-lesezeit:before {
  content: '\f114';
}
.icon-link:before {
  content: '\f115';
}
.icon-linkedin:before {
  content: '\f116';
}
.icon-links:before {
  content: '\f117';
}
.icon-loading:before {
  content: '\f118';
}
.icon-lupe:before {
  content: '\f119';
}
.icon-mail:before {
  content: '\f11a';
}
.icon-navi:before {
  content: '\f11b';
}
.icon-phone:before {
  content: '\f11c';
}
.icon-print:before {
  content: '\f11d';
}
.icon-quotes:before {
  content: '\f11e';
}
.icon-rss:before {
  content: '\f11f';
}
.icon-spinner:before {
  content: '\f120';
}
.icon-suche:before {
  content: '\f121';
}
.icon-tick:before {
  content: '\f122';
}
.icon-twitter:before {
  content: '\f123';
}
.icon-typo3-message-error:before {
  content: '\f124';
}
.icon-typo3-message-info:before {
  content: '\f125';
}
.icon-typo3-message-ok:before {
  content: '\f126';
}
.icon-vcard:before {
  content: '\f127';
}
.icon-view:before {
  content: '\f128';
}
.icon-xing:before {
  content: '\f129';
}
.icon-youtube:before {
  content: '\f12a';
}
.stage {
  background: rgb(var(--bg-color-1));
  padding-bottom: 80px;
  height: 430px;
  padding-top: 51px !important;
}
.stage .slick-track {
  height: 100%;
}
.stage .stage-slides {
  position: absolute;
  left: 0;
  right: 0;
  height: 430px;
  overflow: hidden;
}
.stage .stage-slides .slick-list {
  height: 100%;
}
.stage .stage-slides .slide {
  height: 100%;
}
.stage .stage-slides .slide .slide-background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  transition: 1000ms all linear;
  -webkit-transition: 1000ms all linear;
  z-index: -1;
  overflow: hidden;
}
.stage .stage-slides .slide:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}
.stage .stage-slides .slide.patrol:before {
  background-color: rgba(var(--cp-color-1), 0.8);
}
.stage .stage-slides .slide.blue:before {
  background-color: rgba(var(--cp-color-4), 0.8);
}
.stage .stage-slides .slide.gold:before {
  background-color: rgba(var(--cp-color-2), 0.8);
}
.stage .stage-slides .slide.red:before {
  background-color: rgba(var(--cp-color-5), 0.8);
}
.stage .wrap {
  position: relative;
  height: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.stage .slide-text {
  display: block;
  width: 780px;
  position: absolute;
  top: 50%;
  left: 15px;
  margin: 0 !important;
  box-sizing: border-box;
  -moz-transform: translateY(-50%);
  /* Firefox 3.6 Firefox 4 */
  -webkit-transform: translateY(-50%);
  /* Safari */
  -o-transform: translateY(-50%);
  /* Opera */
  -ms-transform: translateY(-50%);
  /* IE9 */
  transform: translateY(-50%);
  /* W3C */
}
.stage .slide-text.wide {
  width: auto;
  margin: 0 10% !important;
}
.stage .slide-text p,
.stage .slide-text quote {
  font: 400 34px/42px "CeraPro", Arial, sans-serif;
  color: #fff;
  padding-bottom: 20px;
  display: block;
}
.stage .slide-text small {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 50px;
}
.stage .slide-text .button {
  margin: 0;
  text-transform: uppercase;
}
.stage .slide-text.right {
  right: 15px;
  left: auto;
  text-align: right;
}
.stage .slide-text.right p {
  text-align: left;
}
.stage .previous,
.stage .next {
  width: 48px;
  height: 48px;
  position: absolute;
  right: 48px;
  top: 50%;
  opacity: 0.5;
}
.stage .previous i:before,
.stage .next i:before {
  font-size: 48px;
  color: rgb(var(--bg-color));
}
.stage .previous:hover,
.stage .next:hover {
  opacity: 0.8;
}
.stage .previous {
  left: 48px;
  right: auto;
}
.stage .slick-dots {
  list-style: none;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
.stage .slick-dots li {
  display: inline-block;
  line-height: 60px;
  vertical-align: middle;
}
.stage .slick-dots li.slick-active button {
  background: #B4B4B5;
}
.stage .slick-dots button {
  line-height: 10px;
  margin: 0 5px;
  padding: 0;
  width: 12px;
  height: 12px;
  text-indent: -9999em;
  background: #DBDCDC;
  border-color: transparent;
  border-width: 0;
}
body.tdaf .stage {
  background: white;
}
body.tdaf .stage .stage-slides .slide:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -435px;
  width: 2000px;
  height: 600px;
  -webkit-transform: translateX(-200px) translateY(0) rotate(-9.25deg);
  -ms-transform: translateX(-200px) translateY(0) rotate(-9.25deg);
  transform: translateX(-200px) translateY(0) rotate(-9.25deg);
  z-index: 0;
}
body.tdaf .stage .stage-slides .slide:before {
  content: '';
  position: absolute;
  right: 50%;
  bottom: -388px;
  width: 2000px;
  height: 750px;
  -webkit-transform: translateX(435px) translateY(0) rotate(22.75deg);
  -ms-transform: translateX(435px) translateY(0) rotate(22.75deg);
  transform: translateX(435px) translateY(0) rotate(22.75deg);
  z-index: 0;
}
body.tdaf .stage .stage-slides .slide.patrol:after {
  background-color: rgb(var(--cp-color-1));
}
body.tdaf .stage .stage-slides .slide.patrol:before {
  background-color: rgb(var(--cp-color-1));
}
body.tdaf .stage .stage-slides .slide.blue:after {
  background-color: rgb(var(--cp-color-4));
}
body.tdaf .stage .stage-slides .slide.blue:before {
  background-color: rgb(var(--cp-color-4));
}
body.tdaf .stage .stage-slides .slide.gold:after {
  background-color: rgb(var(--cp-color-2));
}
body.tdaf .stage .stage-slides .slide.gold:before {
  background-color: rgb(var(--cp-color-2));
}
body.tdaf .stage .stage-slides .slide.red:after {
  background-color: rgb(var(--cp-color-5));
}
body.tdaf .stage .stage-slides .slide.red:before {
  background-color: rgb(var(--cp-color-5));
}
body.tdaf .stage .stage-slides .slide.purple:after {
  background-color: rgb(var(--cp-color-7));
}
body.tdaf .stage .stage-slides .slide.purple:before {
  background-color: rgb(var(--cp-color-7));
}
body.tdaf .stage .stage-slides .slide.pale:after {
  background-color: #e1ebec;
}
body.tdaf .stage .stage-slides .slide.pale:before {
  background-color: #e1ebec;
}
@media screen and (min-width: 480px) {
  body.tdaf .stage .slide-text {
    top: auto !important;
    left: 15px !important;
    right: auto !important;
    bottom: 25px !important;
    text-align: left !important;
    -moz-transform: translateY(0);
    /* Firefox 3.6 Firefox 4 */
    -webkit-transform: translateY(0);
    /* Safari */
    -o-transform: translateY(0);
    /* Opera */
    -ms-transform: translateY(0);
    /* IE9 */
    transform: translateY(0);
    /* W3C */
    width: auto !important;
    max-width: 450px;
    margin: 0 !important;
  }
}
@media screen and (min-width: 1280px) {
  body.tdaf .stage .slide-text {
    max-width: 550px;
  }
}
body.tdaf .stage .slide-text h1,
body.tdaf .stage .slide-text h2 {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 10px;
  font: 700 32px/38px "CeraPro", Arial, sans-serif;
}
@media screen and (min-width: 1280px) {
  body.tdaf .stage .slide-text h1,
  body.tdaf .stage .slide-text h2 {
    font: 700 44px/52px "CeraPro", Arial, sans-serif;
    padding-bottom: 20px;
  }
}
body.tdaf .stage .slide-text p {
  font: 400 17px/30px "CeraPro", Arial, sans-serif;
  color: #fff;
  padding-bottom: 0;
}
@media screen and (min-width: 1280px) {
  body.tdaf .stage .slide-text p {
    padding-bottom: 20px;
  }
}
body.tdaf .stage .slide-text a.read-more {
  color: #fff;
  font: 600 17px/30px "CeraPro", Arial, sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 1360px) and (min-width: 980px) {
  .stage .slide-text {
    margin: 0 60px !important;
    left: 0;
  }
}
@media screen and (max-width: 979px) {
  .stage .slide-text {
    width: auto;
  }
  body.tdaf .stage .stage-slides .slide:after {
    height: 200px;
    bottom: 45px;
    z-index: -1;
  }
  body.tdaf .stage .stage-slides .slide:before {
    bottom: -308px;
  }
}
@media screen and (max-width: 639px) {
  section.stage {
    height: 330px;
    padding-top: 20px !important;
  }
  section.stage .stage-slides {
    height: 330px;
  }
  section.stage .slide-text {
    width: auto;
    right: 15px;
  }
  section.stage .slide-text p {
    font: 400 24px/32px "CeraPro", Arial, sans-serif;
  }
  section.stage .slide-text small {
    margin-bottom: 30px;
  }
  section.stage .slide-text .button {
    padding: 2px 20px;
    font-size: 15px;
  }
  /*
	body.tdaf .stage {
		.stage-slides {
			.slide {
				&:after {
					bottom: 265px;
					z-index: -1;
				}
				&:before {
					bottom: -148px;
				}
			}
		}
	}
	*/
  body.tdaf .stage .stage-slides .slide {
    background-color: rgb(var(--cp-color-7));
  }
  body.tdaf .stage .stage-slides .slide:after {
    bottom: 45px;
    z-index: -1;
  }
  body.tdaf .stage .stage-slides .slide:before {
    bottom: -328px;
  }
  body.tdaf .stage .slide-text {
    right: auto;
  }
}
@media screen and (max-width: 479px) {
  section.stage {
    height: 460px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  section.stage .stage-slides {
    height: 520px;
  }
  section.stage .stage-slides .slide {
    background: rgba(106, 155, 159, 0.8);
  }
  section.stage .stage-slides .slide:before {
    margin-top: 180px;
  }
  section.stage .stage-slides .slide .slide-background-image {
    position: relative;
    height: 180px;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  section.stage .wrap {
    padding: 15px;
  }
  section.stage .slide-text {
    text-align: center;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  section.stage .slide-text p {
    font: 400 18px/24px "CeraPro", Arial, sans-serif;
    padding-bottom: 10px;
  }
  section.stage .slide-text small {
    font-size: 13px;
    margin-bottom: 8px;
  }
  section.stage .slide-text .button {
    padding: 6px 20px;
    white-space: normal;
    line-height: 22px;
  }
  section.stage .slide-text.wide {
    margin: 0 !important;
  }
  section.stage .slick-dots {
    position: absolute;
    top: 140px;
  }
  section.stage .slick-dots li {
    line-height: 40px;
  }
  section.stage .slick-dots button {
    background: rgba(255, 255, 255, 0.4);
  }
  section.stage .slick-dots li.slick-active button {
    background: white;
  }
  body.tdaf .stage {
    height: 450px;
  }
  body.tdaf .stage .stage-slides {
    height: 450px;
  }
  body.tdaf .stage .stage-slides .slide:after {
    bottom: 175px;
    z-index: -1;
    -webkit-transform: translateX(-200px) translateY(-10px) rotate(-9.25deg);
    -ms-transform: translateX(-200px) translateY(-10px) rotate(-9.25deg);
    transform: translateX(-200px) translateY(-10px) rotate(-9.25deg);
  }
  body.tdaf .stage .stage-slides .slide:before {
    bottom: -198px;
    -webkit-transform: translateX(435px) translateY(30px) rotate(22.75deg);
    -ms-transform: translateX(435px) translateY(30px) rotate(22.75deg);
    transform: translateX(425px) translateY(30px) rotate(22.75deg);
  }
  body.tdaf .stage .wrap {
    padding-top: 45px;
  }
  body.tdaf .stage .slick-dots {
    top: 170px;
  }
}
/* Botschafter */
body.botschafter .stage {
  background: white;
}
body.botschafter .stage .stage-slides .slide:after {
  content: '';
  position: absolute;
  left: 0%;
  bottom: -498px;
  width: 5000px;
  height: 562px;
  -webkit-transform: translateX(-300px) translateY(0) rotate(-1.4deg);
  -ms-transform: translateX(-300px) translateY(0) rotate(-1.4deg);
  transform: translateX(-300px) translateY(0) rotate(-1.4deg);
  z-index: 1;
}
body.botschafter .stage .stage-slides .slide:before {
  content: '';
  position: absolute;
  right: 0%;
  bottom: -314px;
  width: 5000px;
  height: 616px;
  -webkit-transform: translateX(657px) translateY(0) rotate(2deg);
  -ms-transform: translateX(657px) translateY(0) rotate(2deg);
  transform: translateX(657px) translateY(0) rotate(2deg);
  z-index: 1;
}
body.botschafter .stage .stage-slides .slide.blue:after {
  background-color: white;
}
body.botschafter .stage .stage-slides .slide.blue:before {
  background-color: rgb(var(--cp-color-8a), 0.8);
}
body.botschafter .stage .stage-slides .slide.red:after {
  background-color: white;
}
body.botschafter .stage .stage-slides .slide.red:before {
  background-color: rgba(var(--cp-color-9a), 0.8);
}
body.botschafter .stage .stage-slides .slide .slide-background-image {
  z-index: 0;
}
body.botschafter .stage .slide-text {
  max-width: 100%;
  bottom: 45px !important;
  z-index: 1;
}
body.botschafter .stage .slick-dots {
  margin-top: -20px;
}
@media screen and (min-width: 640px) and (max-width: 860px) {
  body.botschafter .stage h1,
  body.botschafter .stage .hl1 {
    font: 700 39px/52px "CeraPro", Arial, sans-serif;
  }
}
@media screen and (max-width: 479px) {
  body.botschafter .stage .stage-slides .slide.blue {
    background: rgb(var(--cp-color-8));
  }
  body.botschafter .stage .stage-slides .slide.red {
    background: rgb(var(--cp-color-9));
  }
  body.botschafter .stage .slide-text {
    bottom: 20px !important;
  }
  body.botschafter .stage .wrap {
    height: auto;
  }
}
@media screen and (max-width: 1360px) and (min-width: 980px) {
  .stage .slide-text {
    margin: 0 60px !important;
    left: 0;
  }
}
@media screen and (max-width: 979px) {
  .stage .slide-text {
    width: auto;
  }
  body.tdaf .stage .stage-slides .slide:after {
    height: 200px;
    bottom: 45px;
    z-index: -1;
  }
  body.tdaf .stage .stage-slides .slide:before {
    bottom: -308px;
  }
  body.botschafter .stage .slide:after {
    left: 0%;
    bottom: -509px;
    width: 5000px;
    height: 562px;
    z-index: -2;
  }
  body.botschafter .stage .slide:before {
    content: '';
    position: absolute;
    right: 0%;
    bottom: -364px;
    width: 5000px;
    height: 616px;
    -webkit-transform: translateX(657px) translateY(0) rotate(2deg);
    -ms-transform: translateX(657px) translateY(0) rotate(2deg);
    transform: translateX(657px) translateY(0) rotate(2deg);
    z-index: 0;
  }
}
@media screen and (max-width: 979px) and screen and (max-width: 639px) {
  .stage {
    height: 330px;
    padding-top: 20px !important;
  }
  .stage .stage-slides {
    height: 330px;
  }
  .stage .slide-text {
    width: auto;
    right: 15px;
  }
  .stage .slide-text p {
    font: 400 24px/32px "CeraPro", Arial, sans-serif;
  }
  .stage .slide-text small {
    margin-bottom: 30px;
  }
  .stage .slide-text .button {
    padding: 2px 20px;
    font-size: 15px;
  }
  body.tdaf .stage .stage-slides .slide:after {
    bottom: 45px;
    z-index: -1;
  }
  body.tdaf .stage .stage-slides .slide:before {
    bottom: -328px;
  }
}
@media screen and (max-width: 979px) and screen and (max-width: 479px) {
  .stage {
    height: 520px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .stage .stage-slides {
    height: 520px;
  }
  .stage .stage-slides .slide {
    background: rgba(106, 155, 159, 0.8);
  }
  .stage .stage-slides .slide:before {
    margin-top: 180px;
  }
  .stage .stage-slides .slide .slide-background-image {
    position: relative;
    height: 180px;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .stage .wrap {
    padding: 15px;
  }
  .stage .slide-text {
    text-align: center;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .stage .slide-text p {
    font: 400 20px/26px "CeraPro", Arial, sans-serif;
    padding-bottom: 10px;
  }
  .stage .slide-text small {
    font-size: 13px;
    margin-bottom: 25px;
  }
  .stage .slide-text .button {
    padding: 6px 20px;
    white-space: normal;
    line-height: 22px;
  }
  .stage .slide-text.wide {
    margin: 0 !important;
  }
  .stage .slick-dots {
    position: absolute;
    top: 140px;
  }
  .stage .slick-dots li {
    line-height: 40px;
  }
  .stage .slick-dots button {
    background: rgba(255, 255, 255, 0.4);
  }
  .stage .slick-dots li.slick-active button {
    background: white;
  }
  body.tdaf .stage {
    height: 450px;
  }
  body.tdaf .stage .stage-slides {
    height: 450px;
  }
  body.tdaf .stage .stage-slides .slide:after {
    bottom: 175px;
    z-index: -1;
    -webkit-transform: translateX(-200px) translateY(-10px) rotate(-9.25deg);
    -ms-transform: translateX(-200px) translateY(-10px) rotate(-9.25deg);
    transform: translateX(-200px) translateY(-10px) rotate(-9.25deg);
  }
  body.tdaf .stage .stage-slides .slide:before {
    bottom: -198px;
    -webkit-transform: translateX(435px) translateY(30px) rotate(22.75deg);
    -ms-transform: translateX(435px) translateY(30px) rotate(22.75deg);
    transform: translateX(425px) translateY(30px) rotate(22.75deg);
  }
  body.tdaf .stage .wrap {
    padding-top: 45px;
  }
  body.tdaf .stage .slick-dots {
    top: 170px;
  }
}
/*# sourceMappingURL=build/assets/scripts/stage/style.css.map */