: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';
}
.accordeon {
  margin: 0 15px 40px;
}
.accordeon .text {
  margin-left: 0;
  margin-right: 0;
}
.accordeon .item {
  padding: 15px 0;
  border-bottom: 1px dashed black;
  margin: 0;
}
.accordeon .item:first-child {
  border-top: 1px dashed black;
}
.accordeon .item .hl4 {
  display: block;
  padding: 0 80px 0 0;
  cursor: pointer;
  margin: 0;
  position: relative;
  text-transform: none;
  font: 700 18px/26px 'CeraPro', sans-serif;
}
.accordeon .item .hl4:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.accordeon .item .hl4:before {
  content: '\f102';
}
.accordeon .item .hl4:hover {
  color: rgb(var(--cp-color-1));
}
.accordeon .item .hl4:before {
  color: rgb(var(--text-color));
  position: absolute;
  right: 0;
  font-size: 7px;
}
.accordeon .item .hl4:hover:before {
  color: rgb(var(--cp-color-1));
}
.accordeon .item.open .hl4:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.accordeon .item.open .hl4:before {
  content: '\f106';
}
.accordeon .item .text {
  padding: 0;
}
.accordeon .item .text p,
.accordeon .item .text li {
  font: 400 15px/24px 'CeraPro', sans-serif;
}
.accordeon .item a.intern,
.accordeon .item a.extern,
.accordeon .item a.mail,
.accordeon .item a.download {
  font-size: 16px;
  line-height: 24px;
}
.accordeon .item a.intern:before,
.accordeon .item a.extern:before,
.accordeon .item a.mail:before,
.accordeon .item a.download:before {
  top: -2px;
}
.accordeon .item .inner {
  display: none;
}
.accordeon .open .inner {
  display: block;
  padding: 15px 0 0 0;
}
.accordeon .media {
  margin: 0 !important;
}
@media screen and (min-width: 980px) {
  .accordeon {
    margin-left: 10%;
    margin-right: 10%;
  }
  .accordeon .text {
    margin: 0 !important;
  }
}
/*
.tdaf .accordeon .item {

	.hl4 {

		&:hover {
			color: @cp-color-2;


			&:before {
				color: @cp-color-2;
			}
		}
	}
}
*/
.botschafter .accordeon .item .hl4:hover {
  color: rgb(var(--cp-color-9));
}
.botschafter .accordeon .item .hl4:hover:before {
  color: rgb(var(--cp-color-9));
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
.additional .additionalContent {
  display: none;
}
.additional .show-more {
  margin: 0 auto 60px;
  font: 700 13px/30px 'CeraPro', sans-serif;
  display: inline-block;
  background: rgb(var(--cp-color-2));
  text-transform: uppercase;
  text-indent: -10000em;
  color: white;
  position: relative;
  left: 50%;
  margin-left: -24px;
}
.additional .show-more:before {
  background: rgb(var(--cp-color-2));
  content: "...";
  width: 48px;
  height: 48px;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0;
  text-align: center;
  font-size: 38px;
  line-height: 25px;
  font-weight: 600;
}
.additional .show-more:hover:before {
  background: rgb(var(--text-color));
  color: white;
}
.additional.open .additionalContent {
  display: block;
}
.additional.open .show-more:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.additional.open .show-more:before {
  content: '\f105';
}
.additional.open .show-more:before {
  font-size: 7px;
  line-height: 48px;
}
.botschafter .additional .show-more {
  background-color: rgb(var(--cp-color-8));
}
.botschafter .additional .show-more:before {
  background-color: rgb(var(--cp-color-8));
}
.botschafter .additional .show-more:hover:before {
  background: rgb(var(--cp-color-9));
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
/* Sweep To Top */
.top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.top:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(var(--cp-color-2));
  background: rgb(var(--text-color)) !important;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.top:hover:after,
.top:focus:after,
.top:active:after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.top {
  margin: 0 15px 40px;
  position: relative;
  padding: 0 30px 0 45px;
  border: 0;
  border-radius: 0;
  background: #efefef;
  min-width: 160px;
  text-transform: lowercase;
  font-size: 15px;
  line-height: 36px;
  display: none !important;
}
.top:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.top:before {
  content: '\f105';
}
.top:before {
  font-size: 6px;
  position: absolute;
  left: 15px;
}
.top:hover {
  color: #fff;
  background: #efefef;
}
@media screen and (min-width: 980px) {
  .top {
    margin-left: 10%;
    margin-right: 10%;
  }
}
.top-last-child {
  top: -22px;
  margin-bottom: 18px;
}
.anchors ul {
  list-style: none;
  margin: 0 10px 40px;
}
.anchors ul li {
  margin: 0 0 3px !important;
}
@media screen and (min-width: 980px) {
  .anchors ul {
    margin: 0 10% 40px;
  }
}
.anchor {
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
  color: rgb(var(--cp-color-1));
  color: rgb(var(--text-color));
}
.anchor:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.anchor:before {
  content: '\f101';
}
.anchor:before {
  font-size: 5px;
  position: absolute;
  left: 1px;
  top: 1px;
}
.anchor:hover,
.anchor:focus {
  color: rgb(var(--cp-color-2));
  color: rgb(var(--cp-color-1));
}
@media screen and (max-width: 639px) {
  .top-last-child {
    top: 0;
  }
}
.botschafter .anchor:hover,
.botschafter .anchor:focus {
  color: rgb(var(--cp-color-9));
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
.button.back {
  padding: 8px 30px 8px 45px !important;
  margin: 0 15px 40px;
  border: 0;
  border-radius: 0;
  background: #ebebeb;
  min-width: 160px;
  font-size: 15px;
  line-height: 20px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.button.back:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1 !important;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.button.back:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.button.back:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.button.back:before {
  content: '\f103';
}
.button.back:before {
  font-size: 15px;
  position: absolute;
  left: 22px;
}
.button.back:after {
  background: #8f9aa3 !important;
  background: rgb(var(--text-color)) !important;
}
.button.back:hover {
  color: white;
}
.section-grey .button.back {
  background: #ffffff;
}
@media screen and (min-width: 980px) {
  .button.back {
    margin-left: 10%;
    margin-right: 10%;
  }
}
/*

.back {
	margin: 0 15px 40px;
	}

.back a {
	border: 1px solid @cp-color-2;
	position: relative;
	padding: 0 15px 0 40px;
	color: @cp-color-2;
	margin: 0;

	.icon-arrow_left;

	&:before {
		font-size: 14px;
		position: absolute;
		left: 20px;
	}

	&:hover {
		color: white;
		background: @cp-color-2;
	}

}

span.back {
	top: -22px;
	position: relative;
	margin: 0 0 0 10px;
}

.backBottom {
	padding: 5px 0 0;
	border-top: 1px solid #d3d2d3;
	}

.backTop {
	padding: 0 0 5px;
	border-bottom: 1px solid #d3d2d3;
	}

.back-last-child {
	top: -22px;
	margin-bottom: 18px !important;
	float: left;
}

@media screen and ( max-width: 639px )  {

	.back {
		margin-top: 15px;
		margin-bottom: 20px;
	}

	span.back {
		position: static;
	}
}
*/
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
.breadcrumb {
  box-sizing: border-box;
  max-width: 1280px;
  margin: 0 auto 20px;
  z-index: 1;
  position: relative;
}
.breadcrumb ol {
  list-style: none;
  margin: 0 15px;
  padding: 15px 160px 15px 0;
}
.breadcrumb li {
  list-style: none;
  margin: 0;
  float: left;
  font: 400 12px/16px 'CeraPro', sans-serif;
}
.breadcrumb li:after {
  content: "·";
  width: 10px;
  text-align: center;
  display: inline-block;
  padding: 0 5px;
}
.breadcrumb li:last-child:after {
  display: none;
}
.breadcrumb li a {
  display: inline-block;
  color: rgb(var(--text-color));
  font: 400 12px/16px 'CeraPro', sans-serif;
}
.breadcrumb li a:hover {
  color: rgb(var(--cp-color-1));
}
@media screen and (min-width: 980px) {
  .breadcrumb ol {
    margin: 0 10%;
  }
}
.tdaf .breadcrumb li a:hover {
  color: rgb(var(--cp-color-2));
}
.botschafter .breadcrumb li a:hover {
  color: rgb(var(--cp-color-9));
}
/*
@media screen and ( max-width: 959px )  {

	.breadcrumb {
		display: none;
	}

}
*/
@media screen and (max-width: 640px) {
  .breadcrumb {
    display: none;
  }
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  white-space: nowrap;
  background: white;
  border: none;
  zoom: 1;
  cursor: pointer;
  font: 400 1em/2em 'CeraPro', sans-serif;
  overflow: visible;
  /* removes extra side spacing in IE */
  text-decoration: none;
  text-shadow: none;
}
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  zoom: 1;
  text-shadow: none;
}
.button:active,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  zoom: 1;
  /*
	position: relative;
	top: 1px;
	*/
}
.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: 0;
}
/* removes extra inner spacing in Firefox */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* If line-height can't be modified, then fix Firefox spacing with padding */
input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
  padding: 0.4em;
}
/* The disabled styles */
button[disabled],
button[disabled]:hover,
input[type=button][disabled],
input[type=button][disabled]:hover,
input[type=reset][disabled],
input[type=reset][disabled]:hover,
input[type=submit][disabled],
input[type=submit][disabled]:hover,
.button-disabled,
.button-disabled:hover {
  background: #eee;
  color: #aaa;
  border-color: #aaa;
  cursor: default;
  text-shadow: none;
  position: static;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/**
 * Styling
 */
button,
.button {
  margin: 0 15px 40px;
  border: 1px solid rgb(var(--text-color));
  color: rgb(var(--text-color));
  border-radius: 7px;
  display: inline-block;
  padding: 10px 60px;
  font: 600 17px/20px 'CeraPro', sans-serif;
  text-transform: uppercase;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
button.xl,
.button.xl {
  padding: 15px 60px;
}
button.xs,
.button.xs {
  padding: 5px 20px;
  font: 600 14px/20px 'CeraPro', sans-serif;
  border-radius: 5px;
}
button:hover,
.button:hover {
  color: #fff;
  background: #242424;
}
button:after,
.button:after {
  background: #fff;
}
button.orange,
.button.orange {
  background: rgb(var(--cp-color-1));
  color: white;
}
button.orange:after,
.button.orange:after {
  background: #fff;
}
button.orange:hover,
.button.orange:hover {
  color: rgb(var(--cp-color-1)) !important;
  background: transparent;
}
button.black,
.button.black {
  background: rgb(var(--text-color));
  color: white;
}
button.black:after,
.button.black:after {
  background: #fff;
}
button.black:hover,
.button.black:hover {
  color: rgb(var(--text-color)) !important;
  background: white;
}
button.gray,
.button.gray {
  color: #ccc;
  border: 1px solid #ccc;
}
button.gray:after,
.button.gray:after {
  background: #fff;
}
button.gray:hover,
.button.gray:hover {
  color: white !important;
  background: rgb(var(--text-color));
}
button.grey,
.button.grey {
  color: rgb(var(--cp-color-2));
  border: 1px solid rgb(var(--cp-color-2));
}
button.grey:hover,
.button.grey:hover {
  color: white;
  background: transparent;
}
button.grey:after,
.button.grey:after {
  background: rgb(var(--cp-color-2));
}
button.white,
.button.white {
  background: white;
  color: rgb(var(--cp-color-1));
  border: 1px solid white;
}
button.white:hover,
.button.white:hover {
  color: white;
  background: transparent;
}
button.white:after,
.button.white:after {
  background: rgb(var(--cp-color-1));
}
button.white-border,
.button.white-border {
  border: 1px solid white;
}
button.white-border:hover,
.button.white-border:hover {
  color: #242424 !important;
  background: white;
}
button.transparent-white,
.button.transparent-white {
  background: transparent;
  color: #fff;
  border: 1px solid white;
}
button.transparent-white:hover,
.button.transparent-white:hover,
button.transparent-white:focus-visible,
.button.transparent-white:focus-visible {
  color: #242424 !important;
  background: #fff;
}
button.transparent-turquoise,
.button.transparent-turquoise {
  color: rgb(var(--cp-color-1));
  border: 1px solid rgb(var(--cp-color-1));
}
button.transparent-turquoise:hover,
.button.transparent-turquoise:hover,
button.transparent-turquoise:focus-visible,
.button.transparent-turquoise:focus-visible {
  color: #fff;
  background: rgb(var(--cp-color-1));
}
button.blue,
.button.blue {
  color: rgb(var(--cp-color-8)) !important;
  border-color: rgb(var(--cp-color-8));
}
button.blue:after,
.button.blue:after {
  background: #fff;
}
button.blue:hover,
.button.blue:hover {
  background: rgb(var(--cp-color-8));
  color: white !important;
}
@media screen and (min-width: 980px) {
  button,
  .button {
    margin-left: 10%;
    margin-right: 10%;
    padding: 10px 40px;
  }
}
@media screen and (max-width: 640px) {
  button,
  .button {
    padding: 7px 20px;
    font-size: 15px;
    white-space: normal;
  }
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
.carousel {
  margin: 0 15px 60px;
}
.carousel-slick {
  padding: 0;
  margin: 0;
  position: relative;
}
.carousel-slick:before,
.carousel-slick:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #fff;
  z-index: 1;
}
.carousel-slick:after {
  right: 0;
  left: auto;
}
.carousel-slick .item {
  margin: 0px 2px;
}
.carousel-slick .item img {
  width: 100%;
}
.carousel-slick .slick-slide {
  height: auto;
}
.carousel-slick .slick-slider {
  margin: 0;
}
.carousel-slick .slick-prev,
.carousel-slick .slick-next {
  height: 48px;
  width: 48px;
  margin: -24px 0 0;
  position: absolute;
  top: 50%;
  display: block;
  cursor: pointer;
  color: #fff;
  text-align: center;
  line-height: 48px;
  background: rgb(var(--cp-color-2));
}
.carousel-slick .slick-prev i,
.carousel-slick .slick-next i {
  display: block;
  position: relative;
  width: 48px;
  height: 48px;
}
.carousel-slick .slick-prev i:before,
.carousel-slick .slick-next i:before {
  font-size: 20px;
}
.carousel-slick .slick-prev span,
.carousel-slick .slick-next span {
  text-indent: -9999em;
  display: block;
  visibility: hidden;
}
.carousel-slick .slick-prev:hover,
.carousel-slick .slick-next:hover {
  background: rgb(var(--text-color));
}
.carousel-slick .slick-prev:before,
.carousel-slick .slick-next:before {
  display: none;
}
.carousel-slick .slick-prev {
  left: 2px;
}
.carousel-slick .slick-prev i:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.carousel-slick .slick-prev i:before {
  content: '\f103';
}
.carousel-slick .slick-next {
  right: 1px;
}
.carousel-slick .slick-next i:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.carousel-slick .slick-next i:before {
  content: '\f104';
}
.carousel-slick .slick-dots {
  list-style: none;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  position: absolute;
}
.carousel-slick .slick-dots li {
  display: inline-block;
  line-height: 60px;
  vertical-align: middle;
}
.carousel-slick .slick-dots li.slick-active button {
  background: #B4B4B5;
}
.carousel-slick .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;
}
@media screen and (max-width: 980px) {
  .carousel-slick {
    margin: 0;
  }
}
.section-beige .carousel-slick:before,
.section-beige .carousel-slick:after {
  background: transparent;
}
.section-beige .carousel-slick .slick-dots button {
  background: white;
  opacity: 0.8;
}
.section-beige .carousel-slick .slick-dots .slick-active button {
  background: rgb(var(--text-color));
}
.botschafter .carousel-slick .slick-prev,
.botschafter .carousel-slick .slick-next {
  background-color: rgb(var(--cp-color-8));
}
.botschafter .carousel-slick .slick-prev:hover,
.botschafter .carousel-slick .slick-next:hover {
  background: rgb(var(--cp-color-9));
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
.contact {
  color: white;
  background: rgb(var(--cp-color-1));
  padding: 30px 0;
  position: relative;
}
.contact .hl3 {
  text-transform: uppercase;
  color: white;
  padding: 0 0 30px;
}
.contact .person {
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin: 0 15px 30px;
}
.contact .person:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}
.contact:before,
.contact:after {
  position: absolute;
  content: " ";
  top: 0;
  height: 100%;
  width: 100%;
  background: rgb(var(--cp-color-1));
  display: block;
  visibility: visible;
}
.contact:before {
  left: 0;
  margin-left: -100%;
}
.contact:after {
  right: 0;
  margin-right: -100%;
}
.contact .item {
  display: block;
}
.contact .image {
  width: 225px;
  float: left;
  width: 20%;
  padding-bottom: 20px;
  width: 240px;
}
.contact .image img {
  max-width: 125px;
  height: auto;
  max-width: 130px;
}
.contact .text {
  width: 385px;
  float: left;
  width: 30%;
}
.contact .text p,
.contact .text address {
  font: 400 15px/22px 'CeraPro', sans-serif;
  padding-bottom: 20px;
}
.contact .text p a {
  color: white;
}
.contact .text p a:hover {
  color: rgb(var(--text-color));
  text-decoration: none;
}
.contact h4 {
  color: white;
  padding: 0;
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
body {
  font: 400 17px/30px 'CeraPro', sans-serif;
  color: rgb(var(--text-color));
}
address {
  font-style: normal;
}
i,
em {
  font-style: italic;
}
h1,
.hl1 {
  font: 700 44px/52px 'CeraPro', sans-serif;
  margin: 0 15px;
  display: block;
  padding: 0 0 40px;
  text-transform: uppercase;
}
h2,
h3,
h4,
h5,
h6,
.hl2,
.hl3,
.hl4,
.hl5,
.hl6 {
  color: rgb(var(--text-color));
  margin: 0 15px;
  display: block;
}
h2 {
  font: 700 30px/36px 'CeraPro', sans-serif;
  padding: 0 0 30px;
}
h3 {
  font: 700 26px/36px 'CeraPro', sans-serif;
  padding: 0 0 20px;
}
h4 {
  font: 700 24px/30px 'CeraPro', sans-serif;
  padding: 0 0 10px;
}
h5 {
  font: 700 17px/30px 'CeraPro', sans-serif;
  padding: 0;
}
h6 {
  font: 400 17px/30px 'CeraPro', sans-serif;
  padding: 0;
}
.hl2,
.text--rte h2 {
  font: 700 30px/36px 'CeraPro', sans-serif;
  text-transform: uppercase;
  padding: 0 0 30px;
}
.hl3,
.text--rte h3 {
  font: 700 26px/32px 'CeraPro', sans-serif;
  text-transform: uppercase;
  padding: 0 0 20px;
}
.hl4,
.text--rte h4 {
  font: 700 24px/28px 'CeraPro', sans-serif;
  text-transform: uppercase;
  padding: 0 0 10px;
}
.hl5,
.text--rte h5 {
  font: 700 20px/30px 'CeraPro', sans-serif;
  padding: 0 0 5px;
}
.hl6,
.text--rte h6 {
  font: 400 17px/30px 'CeraPro', sans-serif;
  padding: 0;
}
@media screen and (max-width: 639px) {
  body {
    font: 400 15px/26px 'CeraPro', sans-serif;
  }
  h1,
  .hl1 {
    font: 700 30px/36px 'CeraPro', sans-serif;
    padding: 0 0 30px;
  }
  h1,
  h2,
  h3,
  h4,
  .hl1,
  .hl2,
  .hl3,
  .hl4 {
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  .hl2,
  .hl3 {
    text-transform: none;
  }
  h5,
  .hl5 {
    font: 700 16px/24px 'CeraPro', sans-serif;
    padding: 0 0 10px;
  }
}
.hl1 a,
.hl2 a,
.hl3 a,
.hl4 a,
.hl5 a,
.hl6 a,
a .hl1,
a .hl2,
a .hl3,
a .hl4,
a .hl5,
a .hl6 {
  color: rgb(var(--text-color));
}
.hl1 a:hover,
.hl2 a:hover,
.hl3 a:hover,
.hl4 a:hover,
.hl5 a:hover,
.hl6 a:hover,
a .hl1:hover,
a .hl2:hover,
a .hl3:hover,
a .hl4:hover,
a .hl5:hover,
a .hl6:hover {
  color: rgb(var(--cp-color-1));
}
ul {
  margin-left: 16px;
}
ol {
  margin-left: 18px;
}
img {
  display: block;
}
hr {
  display: block;
  margin: 0 15px;
  border-color: #d6eef4;
}
hr.trans {
  border-color: transparent;
}
.spacer20 {
  margin-bottom: 20px;
}
.spacer40 {
  margin-bottom: 40px;
}
.spacer60 {
  margin-bottom: 60px;
}
.spacer80 {
  margin-bottom: 80px;
}
.spacer100 {
  margin-bottom: 100px;
}
.spacer120 {
  margin-bottom: 120px;
}
a {
  color: rgb(var(--cp-color-1));
  text-decoration: none;
}
.text,
.intro {
  margin: 0 15px;
}
.text h2,
.intro h2,
.text h3,
.intro h3,
.text h4,
.intro h4,
.text h5,
.intro h5,
.text h6,
.intro h6,
.text .hl2,
.intro .hl2,
.text .hl3,
.intro .hl3,
.text .hl4,
.intro .hl4,
.text .hl5,
.intro .hl5,
.text .hl6,
.intro .hl6 {
  margin-left: 0;
  margin-right: 0;
}
.text ul,
.intro ul,
.text ol,
.intro ol,
.text p,
.intro p {
  padding-bottom: 30px;
}
.text p a,
.intro p a,
.text li a,
.intro li a {
  color: rgb(var(--text-color));
  border-bottom: 1px dashed rgb(var(--text-color));
}
.text p a:hover,
.intro p a:hover,
.text li a:hover,
.intro li a:hover {
  color: rgb(var(--cp-color-1));
  text-decoration: none;
  border: 0;
}
.text ol,
.intro ol {
  margin: 0;
  overflow: hidden;
}
.text ol li,
.intro ol li {
  list-style-position: inside;
  list-style-type: unset;
}
.text ul,
.intro ul {
  margin: 0;
  overflow: hidden;
}
.text ul li,
.intro ul li {
  list-style: none;
  position: relative;
  margin: 0;
  padding-left: 15px;
}
.text ul li:before,
.intro ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  width: 7px;
  height: 7px;
  background: rgb(var(--cp-color-2));
  left: 0;
}
.text,
.intro {
  margin: 0 15px;
}
.text h2,
.intro h2,
.text h3,
.intro h3,
.text h4,
.intro h4,
.text h5,
.intro h5,
.text h6,
.intro h6,
.text .hl2,
.intro .hl2,
.text .hl3,
.intro .hl3,
.text .hl4,
.intro .hl4,
.text .hl5,
.intro .hl5,
.text .hl6,
.intro .hl6 {
  margin-left: 0;
  margin-right: 0;
}
.text ul,
.intro ul,
.text ol,
.intro ol,
.text p,
.intro p {
  padding-bottom: 30px;
}
.text p a,
.intro p a,
.text li a,
.intro li a {
  color: rgb(var(--text-color));
  border-bottom: 1px dashed rgb(var(--text-color));
}
.text p a:hover,
.intro p a:hover,
.text li a:hover,
.intro li a:hover {
  color: rgb(var(--cp-color-1));
  text-decoration: none;
  border: 0;
}
.text ol,
.intro ol {
  margin: 0;
  overflow: hidden;
}
.text ol li,
.intro ol li {
  list-style-position: inside;
  list-style-type: unset;
}
.text ul,
.intro ul {
  margin: 0;
  overflow: hidden;
}
.text ul li,
.intro ul li {
  list-style: none;
  position: relative;
  margin: 0;
  padding-left: 15px;
}
.text ul li:before,
.intro ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  width: 7px;
  height: 7px;
  background: rgb(var(--cp-color-2));
  left: 0;
}
.text table,
.intro table {
  width: 100% !important;
  margin-bottom: 40px;
}
.text table td,
.intro table td,
.text table th,
.intro table th {
  padding: 10px 15px;
  border: 1px solid #cdcdcd;
  vertical-align: top;
}
/*
.tdaf .text,
.tdaf .intro {

	p,
	li {

		a {

			&:hover {
				color: @cp-color-2;
			}
		}
	}
}
*/
.botschafter .text h2,
.botschafter .intro h2,
.botschafter .text h3,
.botschafter .intro h3,
.botschafter .text h4,
.botschafter .intro h4,
.botschafter .text h5,
.botschafter .intro h5,
.botschafter .text .hl2,
.botschafter .intro .hl2,
.botschafter .text .hl3,
.botschafter .intro .hl3,
.botschafter .text .hl4,
.botschafter .intro .hl4,
.botschafter .text .hl5,
.botschafter .intro .hl5 {
  color: rgb(var(--cp-color-8));
}
.botschafter .text p a,
.botschafter .intro p a,
.botschafter .text li a,
.botschafter .intro li a {
  color: rgb(var(--cp-color-8));
  border-color: rgb(var(--cp-color-8));
}
.botschafter .text p a:hover,
.botschafter .intro p a:hover,
.botschafter .text li a:hover,
.botschafter .intro li a:hover {
  color: rgb(var(--cp-color-9));
}
.botschafter .text ul li:before,
.botschafter .intro ul li:before {
  background: rgb(var(--cp-color-9));
}
.text-center {
  text-align: center;
}
.intro p,
.intro li {
  font: 400 20px/34px 'CeraPro', sans-serif;
}
.intro ul,
.intro ol,
.intro p {
  padding-bottom: 40px;
}
@media screen and (max-width: 639px) {
  .intro p,
  .intro li {
    font: 400 16px/27px 'CeraPro', sans-serif;
  }
}
blockquote p {
  font: 400 24px/32px 'CeraPro', sans-serif;
  padding-bottom: 20px;
  padding-top: 35px;
}
blockquote p:before {
  content: '„ ';
  font: 400 52px/32px 'CeraPro', sans-serif;
}
blockquote p:after {
  content: ' “';
  font: 400 52px/32px 'CeraPro', sans-serif;
  position: absolute;
  margin-top: 10px;
  padding-left: 14px;
}
blockquote cite {
  font: 600 14px/18px 'CeraPro', sans-serif;
  color: rgb(var(--cp-color-1));
}
iframe {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.map-embedded {
  min-height: 600px;
}
.disclaimer {
  margin: 0px 15px;
}
.disclaimer p,
.disclaimer li {
  color: #8f9aa3;
  font: italic 400 13px/19px 'CeraPro', sans-serif !important;
  padding: 0;
}
@media screen and (min-width: 980px) {
  .content section .hl1,
  .content section .hl2,
  .content section .hl3,
  .content section .hl4,
  .content section .hl5,
  .content section .hl6,
  .content section .text,
  .content section .intro {
    margin-left: 10%;
    margin-right: 10%;
    box-sizing: border-box;
  }
  .content section .text .hl1,
  .content section .text .hl2,
  .content section .text .hl3,
  .content section .text .hl4,
  .content section .text .hl5,
  .content section .text .hl6 {
    margin-left: 0;
    margin-right: 0;
  }
}
/* Botschafter */
.botschafter .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}
.botschafter .clear {
  clear: both;
}
.botschafter .share.frontpage {
  position: relative;
  top: -20px;
}
/* Utilities */
.margin-top {
  margin-top: 20px;
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
.cc-revoke {
  display: none !important;
}
.cc-window {
  font-family: CeraPro, Arial, sans-serif !important;
  font-size: 1rem !important;
  transition: 1s;
}
.cc-window.cc-floating {
  padding: 1.5em !important;
  box-shadow: -5px 5px 25px 0 rgba(26, 46, 74, 0.25);
}
.cc-message {
  width: 30rem;
}
.cc-floating .cc-message {
  font-size: 14px;
  line-height: 20px;
}
.dp--cookie-check {
  border-radius: 0 !important;
  border: 0 !important;
  justify-content: flex-start !important;
}
.dp--cookie-check label {
  padding: 10px !important;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-block !important;
  font-weight: bold;
  color: white;
}
.dp--cookie-check label:first-child {
  padding-left: 0 !important;
}
.dp--overlay-header {
  font: 700 24px/28px 'CeraPro', sans-serif;
  text-transform: uppercase;
  color: #fff;
  padding: 0 0 10px;
}
.dp--overlay-description {
  color: #fff;
}
button.db--overlay-submit {
  --dp-cookie-overlay-btn-background: rgb(var(--cp-color-1));
  --dp-cookie-overlay-btn-text: #fff;
  border: 1px solid #fff !important;
  padding: 10px 40px !important;
  text-decoration: underline;
}
button.db--overlay-submit:hover {
  text-decoration: none;
  background: #fff;
  color: rgb(var(--cp-color-1));
}
.cc-compliance {
  flex-direction: column;
}
.cc-link {
  opacity: 1 !important;
  display: inline !important;
  padding: 0 !important;
}
.cc-btn {
  border-width: 2px !important;
  font-size: 1em !important;
}
.cc-btn.cc-allow {
  order: 1 !important;
  font-weight: normal !important;
  margin: 12px auto !important;
}
.cc-btn.cc-dismiss,
.cc-compliance .cc-btn.cc-allow-all {
  padding: 0.75em 1.5em !important;
  background: transparent !important;
  color: #fff !important;
  border: 1px solid white !important;
  padding: 10px 40px !important;
  border-radius: 7px !important;
  text-transform: uppercase;
  font-weight: 600;
  width: unset;
}
.cc-btn.cc-dismiss:hover,
.cc-compliance .cc-btn.cc-allow-all:hover,
.cc-btn.cc-dismiss:focus,
.cc-compliance .cc-btn.cc-allow-all:focus {
  background: white !important;
  border-color: white !important;
  color: #6a9b9f !important;
  text-decoration: none !important;
}
.cc-window.cc-bottom-right {
  max-width: min-content !important;
}
.cc-highlight,
.cc-btn.cc-allow {
  border-color: transparent !important;
  color: #ffffff !important;
  text-decoration: underline;
}
.cc-highlight:hover,
.cc-btn.cc-allow:hover,
.cc-highlight:focus,
.cc-btn.cc-allow:focus {
  text-decoration: none !important;
}
.cc-btn.cc-deny {
  display: none !important;
}
label[for="dp--cookie-require"] {
  pointer-events: none;
}
.revoke-cookieconsent:hover {
  color: #6a9b9f;
  cursor: pointer;
}
.tdaf.botschafter .cc-btn.cc-dismiss:hover,
.tdaf.botschafter .cc-btn.cc-dismiss:focus {
  color: #3093cc !important;
}
.tdaf button.db--overlay-submit {
  --dp-cookie-overlay-btn-background: #c7a54e;
  --dp-cookie-overlay-btn-text: #fff;
  border: 1px solid #fff !important;
  padding: 10px 40px !important;
  text-decoration: underline;
}
.tdaf button.db--overlay-submit:hover {
  text-decoration: none;
  background: #fff;
  color: #a48941;
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
.cta {
  position: relative;
}
.cta .text {
  box-sizing: border-box;
  max-width: 960px;
}
.cta .subline {
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  margin: 0 !important;
}
.cta .hl1 {
  font-size: 48px;
  text-transform: none;
  padding-bottom: 30px;
  margin: 0 !important;
}
.cta span,
.cta strong,
.cta p,
.cta a {
  color: #fff;
  margin: 0 !important;
}
.cta p {
  padding-bottom: 30px;
}
@media screen and (min-width: 1280px) {
  .cta .button {
    margin: 0;
  }
}
@media screen and (min-width: 980px) {
  .tdaf .cta .hl1 {
    /* margin: 0 10% !important; */
  }
  .tdaf .cta .text {
    max-width: 700px;
  }
}
@media screen and (max-width: 980px) {
  .tdaf .cta .hl1 {
    margin: 0 15px !important;
  }
}
@media screen and (max-width: 1280px) {
  /*
	.cta .button {
		padding: 5px 60px;
	}
	*/
}
@media screen and (max-width: 640px) {
  .cta .hl1 {
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 20px;
  }
  .cta .text p {
    font: 400 15px/26px 'CeraPro', Arial, sans-serif;
  }
}
@media screen and (max-width: 480px) {
  .cta .text p {
    /* font: 400 14px/22px "CeraPro", Arial, sans-serif; */
  }
  .cta .subline {
    font-size: 14px;
  }
}
.section-beige .cta span,
.section-beige .cta strong,
.section-beige .cta p,
.section-beige .cta a {
  color: #a48941;
}
.section-beige .cta .button {
  border-color: #a48941;
}
.section-beige .cta .button:hover {
  background: #a48941;
  color: #fff;
}
.cta-image-left,
.cta-image-right {
  margin: 0 15px;
}
.cta-image-left .image,
.cta-image-right .image {
  width: 300px;
  float: left;
  margin: 5px 0;
}
.cta-image-left .text,
.cta-image-right .text {
  margin: 0 !important;
  padding: 0 65px;
  overflow: hidden;
}
.cta-image-right .image {
  float: right;
}
.cta-image-right .text {
  padding-left: 0;
}
.section-grey .cta-image-left a,
.section-grey .cta-image-right a,
.section-grey .cta-image-left span,
.section-grey .cta-image-right span,
.section-grey .cta-image-left strong,
.section-grey .cta-image-right strong,
.section-grey .cta-image-left p,
.section-grey .cta-image-right p,
.section-grey .cta-image-left .button,
.section-grey .cta-image-right .button {
  color: #242424;
}
.section-grey .cta-image-left .button,
.section-grey .cta-image-right .button {
  border-color: #242424;
}
.section-grey .cta-image-left .button:hover,
.section-grey .cta-image-right .button:hover {
  background: #242424;
  color: #fff;
}
.botschafter .cta-donate {
  background-color: rgb(var(--cp-color-8));
  text-align: center;
}
.botschafter .cta-donate .button {
  border-color: rgb(var(--cp-color-9));
  background-color: rgb(var(--cp-color-9));
  color: white;
}
.botschafter .cta-donate .button:hover {
  background: white;
  color: rgb(var(--cp-color-9));
}
@media screen and (min-width: 980px) {
  .botschafter .cta-donate .text {
    margin: 0 auto;
  }
}
@media screen and (max-width: 980px) {
  .cta-image-left .image,
  .cta-image-right .image {
    margin: 5px 30px 5px 0;
  }
  .cta-image-left .hl1,
  .cta-image-right .hl1 {
    font-size: 44px;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  .cta-image-left .text,
  .cta-image-right .text {
    padding: 0;
    overflow: visible;
  }
  .cta-image-right .image {
    margin: 5px 0 5px 30px;
  }
}
@media screen and (max-width: 640px) {
  .cta-image-left .image,
  .cta-image-right .image {
    width: 200px;
    margin: 5px 0 5px 15px;
    float: right;
  }
  .cta-image-left .hl1,
  .cta-image-right .hl1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media screen and (max-width: 480px) {
  .cta-image-left .image,
  .cta-image-right .image {
    width: 300px;
    float: none;
    margin: 0 auto 30px;
  }
}
.cta-engagement {
  min-height: 330px;
}
.cta-engagement .logo-botschafter {
  width: 190px;
  position: absolute;
  right: 15px;
  top: -40px;
}
.cta-engagement .illu-jugendliches-engagement {
  width: 480px;
  position: absolute;
  right: 15px;
  bottom: -40px;
}
.cta-engagement .text {
  max-width: 700px;
  margin: 0 15px !important;
}
.cta-engagement .subline {
  text-transform: uppercase;
  margin: 0 !important;
}
.cta-engagement .hl1 {
  text-transform: none;
  margin: 0 !important;
}
@media screen and (max-width: 1360px) and (min-width: 980px) {
  .cta-engagement .text {
    margin: 0 60px !important;
  }
}
@media screen and (max-width: 1280px) {
  .cta-engagement {
    min-height: 280px;
  }
  .cta-engagement .logo-botschafter {
    width: 160px;
    top: -20px;
  }
  .cta-engagement .illu-jugendliches-engagement {
    width: 400px;
    bottom: -20px;
  }
  .cta-engagement .text {
    margin: 20px 60px !important;
  }
}
@media screen and (max-width: 980px) {
  .cta-engagement .text {
    margin: 40px 15px !important;
    padding-bottom: 30px;
  }
  .cta-engagement .logo-botschafter {
    left: auto;
    top: auto;
    bottom: 20px;
    width: auto;
    right: 280px;
    height: 110px;
  }
  .cta-engagement .illu-jugendliches-engagement {
    left: auto;
    right: 15px;
    top: auto;
    bottom: 35px;
    width: 240px;
  }
}
@media screen and (max-width: 640px) {
  .cta-engagement {
    min-height: 10px;
  }
  .cta-engagement .text {
    margin: 20px 15px !important;
    padding-bottom: 40px;
  }
  .cta-engagement .logo-botschafter {
    right: 210px;
    height: 90px;
    width: auto;
  }
  .cta-engagement .illu-jugendliches-engagement {
    bottom: 30px;
    width: 180px;
  }
}
@media screen and (max-width: 480px) {
  .cta-engagement .text {
    padding-bottom: 110px;
    margin: 20px 15px !important;
    text-align: center;
  }
  .cta-engagement .logo-botschafter {
    left: 15px;
    right: auto;
    left: 50%;
    margin-left: -135px;
  }
  .cta-engagement .illu-jugendliches-engagement {
    left: 125px;
    right: auto;
    left: 50%;
    margin-left: -30px;
  }
}
.cta-map .text {
  overflow: hidden;
}
.cta-map .illu-a-beige {
  position: absolute;
  top: -510px;
  right: 0px;
}
.cta-map .illu-karte {
  height: 500px;
  width: auto;
  float: left;
  margin-right: 30px;
  margin-top: -100px;
  margin-bottom: -100px;
  position: relative;
  z-index: 2;
  transition: all 600ms;
}
@media screen and (min-width: 980px) {
  .cta-map:hover .illu-karte {
    transform: scale(1.05, 1.05);
  }
  .cta-map .text {
    overflow: hidden;
    max-width: 700px;
  }
}
@media screen and (max-width: 980px) {
  .cta-map .illu-karte {
    height: auto;
    width: 200px;
    margin: 0 20px 20px;
  }
  .cta-map .text {
    padding-bottom: 20px;
  }
  .cta-map .text p,
  .cta-map .text li {
    font: 400 17px/30px 'CeraPro', sans-serif;
  }
}
@media screen and (min-width: 640px) and (max-width: 980px) {
  .cta-map .button {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 640px) {
  .cta-map .illu-karte {
    float: right;
  }
  .cta-map .text {
    overflow: visible;
    width: auto;
    float: none;
  }
}
@media screen and (max-width: 480px) {
  .cta-map .illu-karte {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: -40px;
  }
  .cta-map .text {
    text-align: center;
  }
  .cta-map .text p,
  .cta-map .text li {
    font: 400 15px/26px 'CeraPro', sans-serif;
  }
}
.cta-quote .illu-quote {
  width: 220px;
  float: left;
  margin-left: 30px;
  margin-right: 60px;
  margin-top: -100px;
  position: relative;
  z-index: 2;
  transition: all 600ms;
}
.cta-quote .text {
  overflow: hidden;
  max-width: 700px;
}
@media screen and (max-width: 640px) {
  .cta-quote .illu-quote {
    float: none;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
    width: auto;
  }
}
.cta-quote--slider .slick-slider {
  margin: 0;
}
.cta-quote--slider .slick-dots {
  list-style: none;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  position: absolute;
}
@media screen and (min-width: 640px) {
  .cta-quote--slider .slick-dots {
    width: auto;
    text-align: left;
    margin: 0 15px;
    left: 35%;
  }
}
@media screen and (min-width: 1280px) {
  .cta-quote--slider .slick-dots {
    margin: 0 -5px;
    left: 50%;
  }
}
.cta-quote--slider .slick-dots li {
  display: inline-block;
  line-height: 60px;
  vertical-align: middle;
}
.cta-quote--slider .slick-dots li.slick-active button {
  background: rgb(var(--cp-color-7)) !important;
}
.cta-quote--slider .slick-dots button {
  line-height: 10px;
  margin: 0 5px;
  padding: 0;
  width: 12px;
  height: 12px;
  text-indent: -9999em;
  background: #c1a8be;
  border-color: transparent;
  border-width: 0;
}
.botschafter .teaserCTA.red .cta .button:hover {
  color: rgb(var(--cp-color-9));
}
.botschafter .teaserCTA.blue .cta .button:hover {
  color: rgb(var(--cp-color-8));
}
.botschafter .cta-quote--slider {
  padding: 70px 0;
}
.botschafter .cta-quote--slider .intro span {
  text-transform: uppercase;
}
.botschafter .cta-quote--slider .cta-quote--slide-item {
  height: auto;
}
.botschafter .cta-quote--slider .cta-quote .text {
  color: rgb(var(--text-color));
}
.botschafter .cta-quote--slider .cta-quote .text p {
  color: rgb(var(--text-color));
}
.botschafter .cta-quote--slider .cta-quote .text p strong,
.botschafter .cta-quote--slider .cta-quote .text p em {
  color: rgb(var(--cp-color-8));
}
.botschafter .cta-quote--slider .slick-dots {
  margin-top: -20px;
}
.botschafter .cta-quote--slider .slick-dots li.slick-active button {
  background: #b20012 !important;
}
.botschafter .cta-quote--slider .slick-dots .hl2 {
  color: rgb(var(--cp-color-8));
}
.botschafter .cta-quote--slider .slick-dots button {
  background: #e7a9ae;
}
.tdaf .cta-quote--slider .cta-quote .illu-quote {
  width: 180px;
  float: none;
  margin: 0;
  position: absolute;
  left: 60px;
}
.tdaf .cta-quote--slider .cta-quote .image {
  width: 50%;
  float: left;
}
.tdaf .cta-quote--slider .cta-quote .image img {
  margin-left: 160px;
  max-width: 400px;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.tdaf .cta-quote--slider .cta-quote .text {
  width: 50%;
  float: left;
  margin: 60px 0 0;
}
@media screen and (max-width: 1280px) {
  .tdaf .cta-quote--slider .cta-quote .illu-quote {
    width: 100px;
    left: 15px;
  }
  .tdaf .cta-quote--slider .cta-quote .image {
    width: 35%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 15px;
  }
  .tdaf .cta-quote--slider .cta-quote .image img {
    margin: 0 auto;
  }
  .tdaf .cta-quote--slider .cta-quote .text {
    width: 65%;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .tdaf .cta-quote--slider .cta-quote .image {
    float: none;
    width: 80%;
    margin: 0 10% 0;
  }
  .tdaf .cta-quote--slider .cta-quote .image img {
    max-width: 280px;
  }
  .tdaf .cta-quote--slider .cta-quote .text {
    width: 100%;
    float: none;
    margin: 20px 0 0;
  }
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
.facts {
  position: relative;
  margin: 0 15px 40px;
}
.fact {
  padding: 20px 0;
  border-top: 1px dashed black;
}
.fact:last-child {
  border-bottom: 1px dashed black;
}
.fact a.intern,
.fact a.extern,
.fact a.mail,
.fact a.download {
  font-size: 16px;
  line-height: 24px;
}
.fact a.intern:before,
.fact a.extern:before,
.fact a.mail:before,
.fact a.download:before {
  top: -2px;
}
.fact .hl4 {
  font: 700 18px/26px 'CeraPro', sans-serif;
  float: left;
  width: 30%;
  padding: 0;
  margin: 0 !important;
  text-transform: none;
}
.fact .text {
  overflow: hidden;
  padding-bottom: 0;
  padding-left: 20px;
}
.fact p {
  padding: 0;
  font: 400 15px/24px 'CeraPro', sans-serif;
}
.fact p a:last-of-type {
  margin-bottom: 0;
}
.fact ol,
.fact ul {
  padding-bottom: 0 !important;
}
.fact li {
  font: 400 15px/24px 'CeraPro', sans-serif;
  padding-bottom: 10px;
}
.fact li:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 980px) {
  .facts {
    margin-left: 10%;
    margin-right: 10%;
  }
  .facts .hl3,
  .facts .text {
    margin: 0 !important;
  }
}
@media screen and (max-width: 980px) {
  .fact .hl4 {
    width: 100%;
    float: none;
    padding-bottom: 0 !important;
  }
  .fact .text {
    padding-left: 0;
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .fact .hl4 {
    font: 700 16px/24px 'CeraPro', sans-serif;
  }
  .fact p {
    font: 400 14px/22px 'CeraPro', sans-serif;
  }
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
@font-face {
  font-family: 'CeraPro';
  src: url('../../statics/fonts/CeraPro/cerapro-thin-webfont.woff2') format('woff2'), url('../../statics/fonts/CeraPro/cerapro-thin-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'CeraPro';
  src: url('../../statics/fonts/CeraPro/cerapro-thinitalic-webfont.woff2') format('woff2'), url('../../statics/fonts/CeraPro/cerapro-thinitalic-webfont.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'CeraPro';
  src: url('../../statics/fonts/CeraPro/cerapro-light-webfont.woff2') format('woff2'), url('../../statics/fonts/CeraPro/cerapro-light-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'CeraPro';
  src: url('../../statics/fonts/CeraPro/cerapro-lightitalic-webfont.woff2') format('woff2'), url('../../statics/fonts/CeraPro/cerapro-lightitalic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'CeraPro';
  src: url('../../statics/fonts/CeraPro/cerapro-regular-webfont.woff2') format('woff2'), url('../../statics/fonts/CeraPro/cerapro-regular-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'CeraPro';
  src: url('../../statics/fonts/CeraPro/cerapro-regularitalic-webfont.woff2') format('woff2'), url('../../statics/fonts/CeraPro/cerapro-regularitalic-webfont.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'CeraPro';
  src: url('../../statics/fonts/CeraPro/cerapro-medium-webfont.woff2') format('woff2'), url('../../statics/fonts/CeraPro/cerapro-medium-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'CeraPro';
  src: url('../../statics/fonts/CeraPro/cerapro-mediumitalic-webfont.woff2') format('woff2'), url('../../statics/fonts/CeraPro/cerapro-mediumitalic-webfont.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'CeraPro';
  src: url('../../statics/fonts/CeraPro/cerapro-bold-webfont.woff2') format('woff2'), url('../../statics/fonts/CeraPro/cerapro-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'CeraPro';
  src: url('../../statics/fonts/CeraPro/cerapro-bolditalic-webfont.woff2') format('woff2'), url('../../statics/fonts/CeraPro/cerapro-bolditalic-webfont.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
.footer {
  padding: 60px 0;
  background: rgb(var(--bg-color-1));
}
.footer .desc {
  position: relative;
  padding: 35px 0 20px 25%;
  width: 75%;
  background: url("../../images/logo-anne_frank_zentrum.svg") 15px top no-repeat;
  background-size: 15% auto;
}
.footer .desc .hl3 {
  text-transform: lowercase;
  line-height: 26px;
}
.footer .desc p {
  font: 400 14px/24px 'CeraPro', sans-serif;
  padding: 0 0 20px;
}
.footer .contacts {
  position: relative;
  padding: 0 0 40px 25%;
  width: 75%;
}
.footer .address {
  font: 400 13px/24px 'CeraPro', sans-serif;
  width: 33%;
  color: rgb(var(--text-color));
  text-transform: uppercase;
  float: left;
  padding: 0 15px;
  box-sizing: border-box;
}
.footer .address a {
  color: rgb(var(--text-color));
}
.footer .address a:hover {
  color: rgb(var(--cp-color-1));
}
.tdaf .footer {
  background: rgb(var(--bg-color-1));
}
.botschafter .footer {
  background: rgba(var(--cp-color-8), 0.2);
}
.botschafter .footer .legal ul {
  border-color: #aaa !important;
}
.flucht .footer {
  background: #fbf7f0;
}
.flucht .footer .desc {
  display: none;
}
.flucht .footer .contacts {
  padding: 0;
  text-align: center;
  width: 100%;
}
.flucht .footer .footer__logo {
  display: inline-block;
  margin: 0 15px 40px;
}
@media screen and (max-width: 980px) {
  .footer .desc {
    padding: 100px 0 40px;
    width: 100%;
    background: url("../../images/logo-anne_frank_zentrum.svg") 15px top no-repeat;
    background-size: 180px auto;
  }
  .footer .contacts {
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .footer {
    padding: 40px 0 0;
  }
  .footer .desc {
    padding: 80px 0 20px;
  }
  .footer .contacts {
    padding: 0 0 40px;
  }
  .footer .address {
    width: 50%;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .footer .desc .hl3 {
    font-size: 24px;
  }
  .footer .contacts {
    padding: 0 0 20px;
  }
  .footer .address {
    width: 100%;
    float: none;
  }
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
.legal {
  position: relative;
}
.legal ul {
  /*
		padding: 0 0 80px 25% !important;
		width: 75%;
		padding: 0 0 20px !important;
		width: 100%;
		*/
  list-style: none;
  margin: 0 15px 40px;
  border-top: 1px solid #ddd;
  padding: 20px 0 0 !important;
}
.legal ul li {
  float: left;
  font: 400 14px/22px 'CeraPro', sans-serif;
  padding: 0 30px 0 0;
}
.legal ul li button {
  all: unset;
}
.legal ul li a,
.legal ul li button {
  color: rgb(var(--text-color));
}
.legal ul li a:hover,
.legal ul li button:hover {
  color: rgb(var(--cp-color-1));
}
.legal ul li.active a {
  color: rgb(var(--cp-color-1));
}
@media screen and (max-width: 980px) {
  /*
	.legal {		
		ul {
			padding: 0 0 80px !important;
			width: 100%;
		}
	}
	*/
}
@media screen and (max-width: 480px) {
  .legal ul {
    margin-bottom: 20px;
  }
  .legal ul li {
    float: none;
  }
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: white;
  z-index: 9998;
}
.logo {
  text-indent: -10000em;
}
.header .wrap {
  position: relative;
}
.tdaf .header {
  border-top-color: rgb(var(--cp-color-2));
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.botschafter .header {
  border-top-color: rgb(var(--cp-color-8));
}
@media screen and (min-width: 980px) {
  .header {
    transition: all 100ms ease-in-out;
  }
  .header .logo {
    transition: all 100ms ease-in-out;
  }
  .header.fixed .logo {
    width: 160px;
    margin: 0;
  }
  .tdaf .header.fixed .logo {
    height: 50px;
    width: 90px;
    margin: 5px 15px;
  }
  .botschafter .header.fixed .logo {
    height: 100px;
    width: 100px;
    margin: -40px 15px 0;
  }
}
@media screen and (max-width: 979px) {
  .header {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    border-top: 15px solid rgb(var(--cp-color-1));
  }
  .header .logo {
    height: 60px;
    width: 170px;
    margin: 10px 15px;
    background-size: 90% auto;
  }
  .tdaf .header {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    border-top: 15px solid rgb(var(--cp-color-2));
  }
  .tdaf .header .logo {
    height: 62px;
    width: 95px;
    margin: 4px 15px;
    float: left;
  }
  .botschafter .header .logo {
    height: 102px;
    width: 102px;
    margin: -20px 15px 0;
    float: left;
  }
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
.headline {
  height: 430px;
  background-position: center center;
  background-size: cover;
}
.headline .image {
  position: absolute;
  left: 0;
  width: 100%;
  height: 430px;
  background-position: center center;
  background-size: cover;
}
.headline .wrap {
  height: 100%;
  position: relative;
}
.headline .wrap:before,
.headline .wrap:after {
  position: absolute;
  content: " ";
  top: 0;
  height: 100%;
  width: 100%;
}
.headline .wrap:before {
  left: 0;
  margin-left: -100%;
}
.headline .wrap:after {
  right: 0;
  margin-right: -100%;
}
.headline .hl1 {
  padding: 45px 0;
  color: white;
}
.headline.big {
  margin: 0 0 40px;
  height: 510px;
}
.headline.big .image {
  height: 510px;
}
.headline.small {
  height: 280px;
}
.headline.small .image {
  height: 280px;
}
@media screen and (max-width: 979px) {
  .headline {
    height: 320px;
  }
}
@media screen and (max-width: 639px) {
  .headline {
    height: 250px;
  }
}
@media screen and (max-width: 479px) {
  .headline {
    height: 180px;
  }
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
.highlight .wrap {
  background: rgb(var(--bg-color-1));
  margin: 0 15px 40px;
  padding: 25px 15px 30px;
}
.highlight .hl3 {
  color: rgb(var(--cp-color-1));
  text-transform: uppercase;
}
.highlight p {
  font: 700 20px/28px 'CeraPro', sans-serif;
  padding: 0;
}
.highlight.m {
  width: 33.33%;
  float: left;
  position: relative;
}
.highlight.m .wrap {
  margin: 0 15px 20px;
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
@font-face {
  font-family: 'icon';
  src: url('../../statics/icons/icon-83b667d8c6399facb7e0594e25e52b0a.eot');
  src: url('../../statics/icons/icon-83b667d8c6399facb7e0594e25e52b0a.eot?#iefix') format('embedded-opentype'), url('../../statics/icons/icon-83b667d8c6399facb7e0594e25e52b0a.woff') format('woff'), url('../../statics/icons/icon-83b667d8c6399facb7e0594e25e52b0a.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^='icon-']:before,
[class*=' icon-']:before {
  font-family: 'icon';
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
.media {
  margin: 0 15px;
  padding: 0 0 40px;
  position: relative;
}
@media screen and (min-width: 980px) {
  .media {
    margin: 0 10%;
  }
}
.media .image {
  background: white;
}
.image {
  position: relative;
}
.image img {
  display: block;
  height: auto;
  width: 100%;
}
.image .credits {
  position: absolute;
  font: 400 11px/18px 'CeraPro', sans-serif !important;
  color: white;
  bottom: 0;
  right: 0;
  padding: 5px 10px;
  z-index: 3;
  cursor: pointer;
  /* display: none; */
}
.image .credits span {
  display: none;
  font: 400 11px/18px 'CeraPro', sans-serif !important;
  padding: 5px 10px;
  position: absolute;
  top: 0;
  right: 20px;
  width: auto;
  white-space: nowrap;
}
.image a,
.image span {
  position: relative;
  display: block;
}
@media screen and (min-width: 980px) {
  .image .credits:hover span {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  .image .credits span.open {
    display: block;
  }
}
.teaser a {
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  -ms-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
.teaser a:hover .image:before {
  opacity: 1;
}
.teaser a:hover .image span i {
  opacity: 1;
}
.media .text {
  padding: 10px 20px 0 !important;
}
.media .caption {
  font: 400 14px/22px 'CeraPro', sans-serif;
  padding: 5px 0;
  color: rgb(var(--cp-color-2));
  color: #aaa;
}
.media .caption p {
  font: 400 14px/22px 'CeraPro', sans-serif;
  padding: 0;
}
.mediaLeft {
  float: left;
  width: 25%;
  padding: 3px 30px 30px 0;
  margin: 0 0 0 15px;
  min-width: 300px;
}
.mediaRight {
  float: right;
  width: 25%;
  padding: 3px 0 30px 30px;
  margin: 0 15px 0 0;
  min-width: 300px;
}
.mediaLeft .image,
.mediaRight .image {
  padding: 0;
}
.mediaLeft .caption,
.mediaRight .caption {
  padding: 5px 0;
}
.row .mediaLeft,
.row .mediaRight {
  float: none;
  width: auto;
  margin: 0 15px;
  padding: 0 0 10px;
}
@media screen and (max-width: 639px) {
  .media {
    width: auto;
    margin: 0 15px;
  }
  .mediaLeft {
    width: 220px;
    min-width: 220px;
    margin: 0;
    padding: 3px 20px 0 15px;
  }
  .mediaRight {
    width: 220px;
    min-width: 220px;
    margin: 0;
    padding: 3px 15px 0 20px;
  }
}
@media screen and (max-width: 479px) {
  .mediaLeft,
  .mediaRight {
    width: auto;
    min-width: 0;
    margin: 0 15px 20px;
    padding: 0;
    float: none;
  }
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
.tx-indexedsearch {
  margin: 0px 10px 40px;
  display: block;
  position: relative;
}
form#tx_indexedsearch {
  display: none;
}
.tx-indexedsearch-sw {
  font-weight: 700;
}
.tx-indexedsearch-whatis {
  margin: 0;
}
.tx-indexedsearch-whatis p {
  padding-bottom: 12px;
}
.tx-indexedsearch-res .listL {
  padding: 20px 0 8px;
  border-bottom: 1px solid rgb(var(--bg-color-1));
}
.tx-indexedsearch-res .listL .subline {
  padding: 0;
}
.tx-indexedsearch-res .listL .hl3 {
  margin: 0;
}
.tx-indexedsearch-res .listL .text {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
.tx-indexedsearch-res .listL p {
  display: block;
  padding: 0 0 12px;
}
.tx-indexedsearch-res .listL p a {
  padding: 0 0 0 26px;
  position: relative;
  /* font: 700 14px/20px @headline-font; */
}
.tx-indexedsearch-res .listL p a:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.tx-indexedsearch-res .listL p a:before {
  content: '\f115';
}
.tx-indexedsearch-res .listL p a:before {
  position: absolute;
  left: 2px;
  font-size: 12px;
  top: 0px;
}
.tx-indexedsearch-res .listL:first-of-type {
  border-top: 1px solid rgb(var(--bg-color-1));
}
.tx-indexedsearch-browsebox p {
  padding: 20px 0 40px;
}
.tx-indexedsearch-browsebox ul {
  margin: 0;
  list-style: none;
}
.tx-indexedsearch-browsebox ul li {
  margin: 0;
  float: left;
}
.tx-indexedsearch-browsebox ul li a {
  display: block;
  padding: 0 9px;
  text-align: center;
  font: 400 16px/32px 'CeraPro', sans-serif;
}
.tx-indexedsearch-browsebox ul li.tx-indexedsearch-browselist-currentPage a {
  font-weight: 600;
}
.tx-indexedsearch-browsebox ul li.prev a,
.tx-indexedsearch-browsebox ul li.next a {
  font: 400 16px/32px 'CeraPro', sans-serif;
  padding: 0;
  position: relative;
}
.tx-indexedsearch-browsebox ul li.prev a:before,
.tx-indexedsearch-browsebox ul li.next a:before {
  position: absolute;
  top: 0;
}
.tx-indexedsearch-browsebox ul li.prev a {
  padding: 0 9px 0 18px;
}
.tx-indexedsearch-browsebox ul li.prev a:before {
  left: 4px;
}
.tx-indexedsearch-browsebox ul li.next a {
  padding: 0 18px 0 9px;
}
.tx-indexedsearch-browsebox ul li.next a:before {
  right: 4px;
}
.tx-indexedsearch-browsebox:last-of-type {
  padding-top: 20px;
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
.infoboxes-wrap {
  margin: 0 10px;
}
@media screen and (min-width: 640px) {
  .infoboxes-wrap {
    display: flex;
  }
}
.infobox .infobox-wrap {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 1px;
  right: 1px;
  padding: 40px;
  box-sizing: border-box;
}
.infobox.infobox-center {
  float: left;
  text-align: center;
  height: 426px;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
}
.infobox.infobox-center .infobox-wrap {
  background: #fff;
}
.infobox.infobox-center .infobox-background {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
}
.infobox.infobox-center .infobox-background:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.infobox.infobox-center .infobox-background-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  overflow: hidden;
}
.infobox.infobox-center .hl3 {
  color: #000;
  position: relative;
  display: block;
  margin: 0;
}
.infobox.infobox-center .text {
  padding: 0 20px 40px;
  position: relative;
  color: #000;
  /* max-width: 235px; */
  margin: 0 auto;
  box-sizing: border-box;
}
.infobox.infobox-center .text:last-child {
  padding-bottom: 0;
}
.infobox.infobox-center .text h3 {
  padding-bottom: 5px;
}
.infobox.infobox-center .text p,
.infobox.infobox-center .text li {
  font-size: 15px;
  line-height: 26px;
  padding-bottom: 0;
}
.infobox.infobox-center .text strong {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}
.infobox.infobox-center .text a.intern,
.infobox.infobox-center .text a.extern,
.infobox.infobox-center .text a.mail,
.infobox.infobox-center .text a.download,
.infobox.infobox-center .text a.phone {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 22px;
  padding: 0;
}
.infobox.infobox-center .text a.intern:before,
.infobox.infobox-center .text a.extern:before,
.infobox.infobox-center .text a.mail:before,
.infobox.infobox-center .text a.download:before,
.infobox.infobox-center .text a.phone:before {
  position: relative;
  left: auto;
  display: inline-block;
  min-width: 25px;
  padding-left: 1px;
  box-sizing: border-box;
}
.infobox.infobox-center .text a.extern::before {
  font-size: 15px;
}
.infobox.infobox-center .text a.mail:before {
  font-size: 12px;
}
.infobox.infobox-center .text a.download:before {
  font-size: 16px;
}
.infobox.infobox-center .text a.phone:before {
  font-size: 13px;
}
.infobox.infobox-center .button {
  position: absolute;
  bottom: 40px;
  margin: 0;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
}
.infobox.infobox-center img {
  margin: 0 auto;
  max-width: 235px;
  height: auto;
}
.infobox.infobox-center .position-middle {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.infobox.infobox-center div.position-middle {
  width: 100%;
}
.infobox.infobox-blur .infobox-background-image {
  transition: 1000ms all linear;
  -webkit-transition: 1000ms all linear;
}
.infobox.infobox-blur:hover .infobox-background-image {
  filter: blur(2px);
  -webkit-filter: blur(2px);
}
.infobox.infobox-m {
  width: 33.33%;
}
.infobox.infobox-l {
  width: 50%;
}
.infobox.infobox-l.infobox-center {
  /*
			.button {
				left: 50%;
				right: auto;
				transform: translate(-50%, 0);
				margin: 0 auto;
				padding-left: 60px;
		    	padding-right: 60px;
			}
			*/
}
.infobox.infobox-l.infobox-center img {
  max-width: 400px;
}
.infobox.infobox-grey .infobox-wrap {
  background: rgb(var(--bg-color-1));
}
.infobox.infobox-grey .infobox-background:after {
  background-color: rgba(var(--bg-color-1), 0.8);
}
.infobox.infobox-grey .hl3,
.infobox.infobox-grey p,
.infobox.infobox-grey li,
.infobox.infobox-grey strong,
.infobox.infobox-grey button,
.infobox.infobox-grey a,
.infobox.infobox-grey a:before {
  color: #000;
}
.infobox.infobox-orange .infobox-wrap {
  background: rgb(var(--bg-color-2));
}
.infobox.infobox-orange .infobox-background:after {
  background-color: rgba(var(--bg-color-2), 0.8);
}
.infobox.infobox-orange .hl3,
.infobox.infobox-orange p,
.infobox.infobox-orange li,
.infobox.infobox-orange strong,
.infobox.infobox-orange button,
.infobox.infobox-orange a,
.infobox.infobox-orange a:before {
  color: #fff;
}
.infobox.infobox-orange li {
  display: inline-block;
}
.infobox.infobox-orange li:before {
  background: white;
}
.infobox.infobox-turquoise .infobox-wrap {
  background: rgb(var(--cp-color-1));
}
.infobox.infobox-turquoise .infobox-background:after {
  background-color: rgba(var(--cp-color-1), 0.8);
}
.infobox.infobox-turquoise .hl3,
.infobox.infobox-turquoise p,
.infobox.infobox-turquoise li,
.infobox.infobox-turquoise strong,
.infobox.infobox-turquoise button,
.infobox.infobox-turquoise a,
.infobox.infobox-turquoise a:before {
  color: #fff;
}
.infobox.infobox-turquoise li {
  display: inline-block;
}
.infobox.infobox-turquoise li:before {
  background: white;
}
.infobox.infobox-gold .infobox-wrap {
  background: rgb(var(--cp-color-2));
}
.infobox.infobox-gold .infobox-background:after {
  background-color: rgba(var(--cp-color-2), 0.8);
}
.infobox.infobox-gold .hl3,
.infobox.infobox-gold p,
.infobox.infobox-gold li,
.infobox.infobox-gold strong,
.infobox.infobox-gold button,
.infobox.infobox-gold a,
.infobox.infobox-gold a:before {
  color: #fff !important;
}
.infobox.infobox-gold li {
  display: inline-block;
}
.infobox.infobox-gold li:before {
  background: white;
}
.infobox.infobox-gold-light .infobox-wrap {
  background: rgb(var(--cp-color-3));
}
.infobox.infobox-gold-light .infobox-background:after {
  background-color: rgba(var(--cp-color-3), 0.8);
}
.infobox.infobox-gold-light .hl3,
.infobox.infobox-gold-light p,
.infobox.infobox-gold-light li,
.infobox.infobox-gold-light strong,
.infobox.infobox-gold-light button,
.infobox.infobox-gold-light a,
.infobox.infobox-gold-light a:before {
  color: #000;
}
.infobox.infobox-blue .infobox-wrap {
  background: rgb(var(--cp-color-4));
}
.infobox.infobox-blue .infobox-background:after {
  background-color: rgba(var(--cp-color-4), 0.8);
}
.infobox.infobox-blue .hl3,
.infobox.infobox-blue p,
.infobox.infobox-blue li,
.infobox.infobox-blue strong,
.infobox.infobox-blue button,
.infobox.infobox-blue a,
.infobox.infobox-blue a:before {
  color: #fff;
}
.infobox.infobox-blue li {
  display: inline-block;
}
.infobox.infobox-blue li:before {
  background: white;
}
.infobox.infobox-red .infobox-wrap {
  background: rgb(var(--cp-color-5));
}
.infobox.infobox-red .infobox-background:after {
  background-color: rgba(var(--cp-color-5), 0.8);
}
.infobox.infobox-red .hl3,
.infobox.infobox-red p,
.infobox.infobox-red li,
.infobox.infobox-red strong,
.infobox.infobox-red button,
.infobox.infobox-red a,
.infobox.infobox-red a:before {
  color: #fff;
}
.infobox.infobox-red li {
  display: inline-block;
}
.infobox.infobox-red li:before {
  background: white;
}
.infobox.infobox-beige .infobox-wrap {
  background: rgb(var(--cp-color-6));
}
.infobox.infobox-beige .infobox-background:after {
  background-color: rgba(var(--cp-color-6), 0.8);
}
.infobox.infobox-beige .hl3,
.infobox.infobox-beige p,
.infobox.infobox-beige li,
.infobox.infobox-beige strong,
.infobox.infobox-beige button,
.infobox.infobox-beige a,
.infobox.infobox-beige a:before {
  color: #A48941;
}
.section-white .infobox.infobox-center .infobox-wrap {
  background: rgb(var(--bg-color-1));
}
/*
.flucht .infobox .infobox-wrap {
	position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    padding: 0;
}
*/
.flucht .infobox.infobox-center {
  height: 540px;
}
.flucht .infobox.infobox-center .position-middle {
  position: relative;
  left: auto;
  top: auto;
  -webkit-transform: none;
  transform: none;
}
@media screen and (min-width: 640px) and (max-width: 980px) {
  .infobox .infobox-wrap {
    padding: 20px;
  }
  .infobox .infobox-wrap .hl3 {
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  .infobox .infobox-wrap .text {
    padding: 0 !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
  }
  .infobox .infobox-wrap .text p,
  .infobox .infobox-wrap .text li {
    font-size: 14px;
    line-height: 22px;
  }
  .infobox .infobox-wrap button,
  .infobox .infobox-wrap .button {
    bottom: 30px !important;
    margin: 0 !important;
    padding: 2px 20px !important;
    font-size: 15px !important;
  }
  .infobox.infobox-l.infobox-center img {
    max-width: 235px;
  }
}
@media screen and (max-width: 640px) {
  .infobox {
    width: 100% !important;
    margin-bottom: 10px;
    float: none !important;
    height: auto !important;
    padding: 0 !important;
  }
  .infobox .infobox-wrap {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    padding: 30px 30px 10px;
    min-height: 260px;
  }
  .infobox.infobox-center .text {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    -webkit-transform: unset !important;
    transform: unset !important;
    padding: 0 0 20px !important;
  }
  .infobox.infobox-center a.intern,
  .infobox.infobox-center a.extern,
  .infobox.infobox-center a.mail,
  .infobox.infobox-center a.download {
    padding: 0;
  }
  .infobox.infobox-center a.intern:before,
  .infobox.infobox-center a.extern:before,
  .infobox.infobox-center a.mail:before,
  .infobox.infobox-center a.download:before {
    position: relative;
    left: auto;
    display: inline-block;
    min-width: 25px;
    padding-left: 1px;
    box-sizing: border-box;
  }
  .infobox.infobox-center a.download:before {
    top: 0;
  }
  .infobox.infobox-center button,
  .infobox.infobox-center .button {
    position: relative !important;
    bottom: auto !important;
    margin: 0 auto 20px !important;
    -webkit-transform: unset !important;
    transform: unset !important;
  }
  .infobox.infobox-center img {
    margin-bottom: 40px !important;
    max-width: 235px !important;
  }
  .infobox.infobox-center .position-middle {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
  }
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
/* overwriting original fancybox img-paths start */
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../../images/fancybox/fancybox_sprite.png') !important;
}
#fancybox-loading div {
  background-image: url('../../images/fancybox/fancybox_loading.gif') !important;
}
.fancybox-nav {
  background-image: url('../../images/fancybox/blank.gif') !important;
}
.fancybox-overlay {
  background-image: url('../../images/fancybox/fancybox_overlay.png');
}
@media only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../../images/fancybox/fancybox_sprite@2x.png') !important;
  }
  #fancybox-loading div {
    background-image: url('../../images/fancybox/fancybox_loading@2x.gif') !important;
  }
}
/* overwriting original fancybox img-paths end */
.fancybox-wrap {
  z-index: 10000 !important;
}
.fancybox-overlay {
  z-index: 9998;
}
.fancybox-overlay {
  z-index: 9998;
}
.fancybox-skin {
  background-color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.fancybox-title {
  text-align: left;
}
.fancybox-wrap .text {
  max-width: 100%;
}
.fancybox-title .text {
  margin: 0;
}
.fancybox-title-inside-wrap {
  background: #fff;
  color: rgb(var(--text-color));
  font: 400 15px/22px 'CeraPro', sans-serif;
  padding: 0;
}
.fancybox-title-inside-wrap p {
  font: 400 15px/22px 'CeraPro', sans-serif;
  padding: 20px 20px 20px 0;
}
.fancybox-title-inside-wrap p.credits {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
  position: relative;
  top: -20px;
  float: right;
  font: 400 13px/20px 'CeraPro', sans-serif;
  color: white;
  padding: 0 15px;
  z-index: 1;
}
.fancybox-title-inside-wrap p.credits:hover {
  background: #000;
}
.fancybox-title-inside-wrap a.download {
  float: right;
  display: block;
  padding: 0 0 0 32px;
  width: 0;
  height: 32px;
  color: rgb(var(--text-color));
  overflow: hidden;
  position: absolute;
  right: 0px;
  margin: 30px 0px 0px;
}
.fancybox-title-inside-wrap a.download:hover {
  color: rgb(var(--cp-color-2));
}
.fancybox-title-inside-wrap a.download:before {
  position: absolute;
  left: 1px;
  top: 0;
  font-size: 32px;
  line-height: 100%;
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
a.intern,
a.extern,
a.mail,
a.download,
a.phone {
  padding: 0 0 0 30px;
  display: inline-block;
  position: relative;
  font: 700 18px/28px 'CeraPro', sans-serif;
  color: rgb(var(--text-color));
  border: 0 !important;
  text-decoration: none !important;
  margin-bottom: 10px;
}
a.intern:before,
a.extern:before,
a.mail:before,
a.download:before,
a.phone:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
a.intern:before,
a.extern:before,
a.mail:before,
a.download:before,
a.phone:before {
  content: '\f115';
}
a.intern:before,
a.extern:before,
a.mail:before,
a.download:before,
a.phone:before {
  position: absolute;
  left: 1px;
  color: rgb(var(--cp-color-2));
  font-size: 12px;
  text-align: left;
}
a.intern:hover,
a.extern:hover,
a.mail:hover,
a.download:hover,
a.phone:hover {
  color: rgb(var(--cp-color-2)) !important;
}
a.intern:hover span,
a.extern:hover span,
a.mail:hover span,
a.download:hover span,
a.phone:hover span {
  color: rgb(var(--text-color)) !important;
}
a.intern:hover:before,
a.extern:hover:before,
a.mail:hover:before,
a.download:hover:before,
a.phone:hover:before {
  color: rgb(var(--cp-color-2));
}
a.intern:last-child,
a.extern:last-child,
a.mail:last-child,
a.download:last-child,
a.phone:last-child {
  padding-bottom: 0;
}
a.intern strong,
a.extern strong,
a.mail strong,
a.download strong,
a.phone strong,
a.intern span,
a.extern span,
a.mail span,
a.download span,
a.phone span {
  display: block;
}
a.intern span,
a.extern span,
a.mail span,
a.download span,
a.phone span {
  font: 400 15px/22px 'CeraPro', sans-serif;
}
a.download:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
a.download:before {
  content: '\f109';
}
a.download:before {
  left: 1px;
  font-size: 18px;
}
a.download strong,
a.download span {
  display: inline;
}
a.download .desc {
  display: block;
  font-style: normal;
}
a.download .meta {
  position: relative;
  right: auto;
  top: auto;
  padding-left: 7px;
}
a.extern:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
a.extern:before {
  content: '\f10a';
}
a.extern:before {
  font-size: 16px;
}
a.mail:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
a.mail:before {
  content: '\f11a';
}
a.mail:before {
  font-size: 12px;
  left: 0;
}
a.phone:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
a.phone:before {
  content: '\f11c';
}
a.phone:before {
  font-size: 13px;
}
.links {
  margin: 0 15px 40px;
}
.links .hl3,
.links .text {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.links ul {
  list-style: none;
  margin: 0;
}
.links ul li {
  padding-left: 0;
}
.links ul li:before {
  display: none;
}
@media screen and (min-width: 980px) {
  .links {
    margin-left: 10%;
    margin-right: 10%;
  }
}
@media screen and (max-width: 640px) {
  a.intern,
  a.extern,
  a.mail,
  a.download,
  a.phone {
    font: 700 16px/22px 'CeraPro', sans-serif;
    padding: 0 0 0 25px;
  }
  a.intern strong,
  a.extern strong,
  a.mail strong,
  a.download strong,
  a.phone strong {
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  a.intern span,
  a.extern span,
  a.mail span,
  a.download span,
  a.phone span {
    font: 400 14px/22px 'CeraPro', sans-serif;
  }
  a.download:before {
    font-size: 16px;
    top: -1px;
  }
  a.extern::before {
    font-size: 15px;
    top: -2px;
  }
}
@media screen and (min-width: 980px) {
  .links ul {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-left: 15px;
  }
  .links ul:first-of-type {
    padding-left: 0;
  }
  .row .links ul {
    float: none;
    width: auto;
    padding-left: 0;
  }
}
.botschafter a.intern,
.botschafter a.extern,
.botschafter a.mail,
.botschafter a.download,
.botschafter a.phone {
  color: rgb(var(--text-color));
}
.botschafter a.intern:before,
.botschafter a.extern:before,
.botschafter a.mail:before,
.botschafter a.download:before,
.botschafter a.phone:before {
  color: rgb(var(--cp-color-9));
}
.botschafter a.intern span,
.botschafter a.extern span,
.botschafter a.mail span,
.botschafter a.download span,
.botschafter a.phone span {
  color: rgb(var(--text-color)) !important;
}
.botschafter a.intern:hover,
.botschafter a.extern:hover,
.botschafter a.mail:hover,
.botschafter a.download:hover,
.botschafter a.phone:hover {
  color: rgb(var(--cp-color-8)) !important;
}
.botschafter a.intern:hover:before,
.botschafter a.extern:hover:before,
.botschafter a.mail:hover:before,
.botschafter a.download:hover:before,
.botschafter a.phone:hover:before {
  color: rgb(var(--cp-color-8));
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
.logo {
  display: block;
  box-sizing: border-box;
  height: 80%;
  background: url("../../images/logo_anne_frank_zentrum.svg") left top no-repeat;
  background-size: contain;
  background-position: center;
  width: 200px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 980px) {
  .logo {
    z-index: 2;
  }
}
.tdaf .logo {
  background: url("../../images/171011_AnneFrankTag_Logo.svg") center no-repeat;
  background-size: 100% auto;
  width: 215px;
  height: 114px;
  margin: 15px 10px;
}
.botschafter .logo {
  float: right;
  background: url("../../images/logo__anne_frank_botschafterinnen.svg") left top no-repeat;
  background-size: 100% auto;
  width: 204px;
  height: 204px;
  margin: -50px 15px 0;
  position: relative;
  z-index: 3;
}
.flucht .logo {
  background: url("../../images/logo_flucht_im_lebenslauf.svg") left top no-repeat;
  background-size: 100% auto;
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
.matomo-opt-out {
  margin-bottom: 30px;
}
.matomo-opt-out__form {
  position: relative;
}
#matomo-opt-out__toggle {
  margin: 0 !important;
  position: absolute;
  left: -10000em;
  width: auto !important;
}
.matomo-opt-out__label {
  padding: 4px 10px 4px 32px;
  margin: 0 10px 0 0 !important;
  display: inline-block;
  position: relative;
  font: 400 16px/22px "CeraPro", Arial, sans-serif;
}
.matomo-opt-out__label:after {
  width: 22px;
  height: 22px;
  background-color: white;
  border: 1px solid #CDCDCD;
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
}
.matomo-opt-out__label:hover:after {
  box-shadow: 2px 2px 4px #CDCDCD !important;
}
#matomo-opt-out__toggle:checked + .matomo-opt-out__label:before {
  color: white !important;
  content: "\f122";
  display: block;
  top: 3px;
  position: absolute;
  left: 5px;
  z-index: 1;
  background-color: transparent !important;
  font-size: 14px;
  font-family: "icon";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
#matomo-opt-out__toggle:checked + .matomo-opt-out__label:after,
#matomo-opt-out__toggle:checked + .matomo-opt-out__label:hover:after {
  background: #6a9b9f;
  border-color: #6a9b9f;
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
@media screen and (min-width: 980px) {
  .tdaf header .meta {
    position: relative;
    text-align: start;
  }
  .tdaf header .meta ul {
    display: flex;
  }
  .tdaf header .meta ul li {
    display: flex;
    align-items: center;
  }
  .tdaf .meta {
    left: 0;
    right: auto;
  }
  .tdaf .meta::before {
    background: rgb(var(--cp-color-2));
  }
  .tdaf .meta li {
    margin-right: 1px;
  }
  .tdaf .meta a,
  .tdaf .meta span {
    color: rgb(var(--bg-color));
  }
  .tdaf .meta a:not(.fa-icon):hover,
  .tdaf .meta span:not(.fa-icon):hover {
    background: rgba(0, 0, 0, 0.1);
  }
  .tdaf .meta a.back:before {
    font-family: 'icon';
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
  }
  .tdaf .meta a.back:before {
    content: '\f103';
  }
  .tdaf .meta a.back:before {
    padding-right: 10px;
  }
  .botschafter .meta li:first-of-type {
    margin-right: 20px;
  }
  .botschafter .meta::before {
    background: rgb(var(--cp-color-8));
  }
  header .meta {
    position: absolute;
    top: 0;
    z-index: 9999;
    width: 100%;
    text-align: end;
  }
  header .meta + .meta {
    display: none;
  }
  header .meta::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100vw;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(var(--cp-color-1));
    z-index: -1;
  }
  header .meta .navigation-level-2,
  header .meta .subnavigation {
    display: none !important;
  }
  header .meta ul {
    list-style: none;
  }
  header .meta li {
    display: inline-block;
    line-height: 35px;
  }
  header .meta a,
  header .meta span {
    font: 600 12px/35px "Cera PRO Regular", 'CeraPro', sans-serif;
    color: #E1EBEC;
    display: block;
    padding: 0 8px;
    text-transform: uppercase;
  }
  header .meta a:hover,
  header .meta span:hover,
  header .meta a:focus-visible,
  header .meta span:focus-visible {
    color: white;
  }
  header .meta a:focus-visible,
  header .meta span:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: -4px;
  }
  header .meta a.easy_language:before,
  header .meta span.easy_language:before {
    font-family: 'icon';
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
  }
  header .meta a.easy_language:before,
  header .meta span.easy_language:before {
    content: '\f113';
  }
  header .meta a.easy_language:before,
  header .meta span.easy_language:before {
    padding-right: 6px;
  }
  header .meta a.sign_language:before,
  header .meta span.sign_language:before {
    font-family: 'icon';
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
  }
  header .meta a.sign_language:before,
  header .meta span.sign_language:before {
    content: '\f10e';
  }
  header .meta a.sign_language:before,
  header .meta span.sign_language:before {
    padding-right: 6px;
  }
  header .meta a.facebook,
  header .meta span.facebook {
    text-indent: 10000em;
    width: 8px;
    position: relative;
  }
  header .meta a.facebook:before,
  header .meta span.facebook:before {
    font-family: 'icon';
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
  }
  header .meta a.facebook:before,
  header .meta span.facebook:before {
    content: '\f10c';
  }
  header .meta a.facebook:before,
  header .meta span.facebook:before {
    text-indent: 0;
    position: absolute;
    left: 8px;
    top: 0;
    font-size: 14px;
  }
  header .meta a.instagram,
  header .meta span.instagram {
    text-indent: 10000em;
    width: 8px;
    position: relative;
  }
  header .meta a.instagram:before,
  header .meta span.instagram:before {
    font-family: 'icon';
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
  }
  header .meta a.instagram:before,
  header .meta span.instagram:before {
    content: '\f111';
  }
  header .meta a.instagram:before,
  header .meta span.instagram:before {
    text-indent: 0;
    position: absolute;
    left: 4px;
    top: 0;
    font-size: 15px;
  }
  header .meta a.linkedin,
  header .meta span.linkedin {
    text-indent: 10000em;
    width: 8px;
    position: relative;
  }
  header .meta a.linkedin:before,
  header .meta span.linkedin:before {
    font-family: 'icon';
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
  }
  header .meta a.linkedin:before,
  header .meta span.linkedin:before {
    content: '\f116';
  }
  header .meta a.linkedin:before,
  header .meta span.linkedin:before {
    text-indent: 0;
    position: absolute;
    left: 4px;
    top: 0;
    font-size: 15px;
  }
  header .meta a.youtube,
  header .meta span.youtube {
    text-indent: 10000em;
    width: 24px;
    position: relative;
    background: url(../../images/social-youtube-24.svg) center center no-repeat;
    background-size: 22px auto;
    padding: 0 2px;
    opacity: 0.8;
    /*
        &:before{
            text-indent: 0;
            position: absolute;
            left: 4px;
            top: 0;
            font-size: 15px;
        }
        */
  }
  header .meta a.youtube:hover,
  header .meta span.youtube:hover,
  header .meta a.youtube:focus,
  header .meta span.youtube:focus,
  header .meta a.youtube:active,
  header .meta span.youtube:active {
    opacity: 1;
  }
  header .meta .active > a,
  header .meta .is-active > a {
    color: white;
    background: rgba(0, 0, 0, 0.1);
  }
  header .meta .meta-search a {
    position: relative;
    display: inline-block;
    padding-right: 25px;
  }
  header .meta .meta-search a:before {
    font-family: 'icon';
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
  }
  header .meta .meta-search a:before {
    content: '\f119';
  }
  header .meta .meta-search a:before {
    position: absolute;
    right: 8px;
    font-size: 11px;
  }
  header .meta .meta-search input {
    height: 33px;
    line-height: 20px;
    padding: 0;
    margin: 0 0 0 1px;
    font-size: 13px;
    width: 165px;
    box-sizing: border-box;
    padding: 5px;
    display: inline-block;
    border: 1px solid #cfcfd0;
    border: 0;
    border-radius: 0;
    color: #8f9aa3;
    display: none;
    box-shadow: none !important;
  }
  header .meta .meta-search.open {
    background: rgba(0, 0, 0, 0.1);
    margin-left: 8px;
  }
  header .meta .meta-search.open a {
    text-indent: -9999em;
    position: absolute;
    right: 0;
    top: 2px;
    background-color: transparent !important;
    color: #B4B4B5;
  }
  header .meta .meta-search.open a:before {
    font-family: 'icon';
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
  }
  header .meta .meta-search.open a:before {
    content: '\f107';
  }
  header .meta .meta-search.open a:before {
    text-indent: 0em;
    position: absolute;
    right: 11px;
    font-size: 9px;
  }
  header .meta .meta-search.open a:hover {
    color: rgb(var(--text-color));
  }
  header .meta .meta-search.open input {
    display: inline-block;
  }
}
@media screen and (max-width: 979px) {
  .meta {
    display: none;
  }
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
.methodWidget {
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
  margin: 0 15px 20px;
  padding: 20px 0;
}
.methodWidget .button {
  margin: 0 !important;
  float: right;
}
.methodWidget p {
  width: auto !important;
  float: left;
  padding: 5px 0;
  margin: 0 !important;
}
#methodMiniCheckout {
  border-bottom: 0;
}
#methodMiniCheckout p {
  display: none;
}
#methodMiniCheckout .button.back {
  float: left;
  margin-top: 4px !important;
}
#methodMiniCheckout .form {
  margin: 0;
}
#methodFilter {
  margin: -20px 15px 20px;
  padding: 25px 0;
  border-top: 0;
}
#methodFilter .select {
  float: left;
  width: 30%;
  padding-right: 20px;
  box-sizing: border-box;
}
#methodSearch {
  position: relative;
  float: right;
  width: 40%;
}
#methodSearch button {
  position: absolute;
  right: 0;
  bottom: 0;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  height: 44px;
  width: 44px;
  background: rgb(var(--cp-color-2));
  text-indent: -10000em;
  color: white;
}
#methodSearch button:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
#methodSearch button:before {
  content: '\f119';
}
#methodSearch button:before {
  position: absolute;
  right: 13px;
  font-size: 19px;
  text-indent: 0;
}
#methodSearch button:hover {
  background: rgb(var(--text-color));
}
#methodFilter .back {
  text-align: left;
  text-indent: -10000em;
  right: 44px;
  position: absolute;
  color: #aaa;
  top: 1px;
  width: 40px;
  height: 42px;
  display: block;
  overflow: hidden;
}
#methodFilter .back:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
#methodFilter .back:before {
  content: '\f107';
}
#methodFilter .back:before {
  font-size: 9px;
  text-indent: 0;
  width: 40px;
  line-height: 42px;
  display: block;
  text-align: center;
}
#methodFilter .back:hover {
  color: rgb(var(--text-color));
}
.methods__action {
  margin-left: 15px;
  margin-right: 15px;
  border-bottom: 1px dashed #000;
  padding-bottom: 12px;
}
.methods__action--detail {
  margin-bottom: 40px;
}
.methods__action .button {
  margin: 0 !important;
}
.methods__tag-list {
  margin-bottom: 40px;
}
.methods__tag-item {
  background: #ebebeb;
  border-radius: 3px;
  padding: 3px 15px;
  margin: 0 5px 5px 0;
  display: inline-block;
  float: left;
  color: #242424;
}
.mdbCategorySelection {
  padding-bottom: 40px;
}
.mdbCategorySelection .teaser {
  float: none;
}
.methods__list-facts {
  padding-bottom: 20px;
}
.methods__list-fact p {
  display: block !important;
}
@media screen and (min-width: 980px) {
  #methodFilter,
  .methodWidget {
    margin-left: 10%;
    margin-right: 10%;
  }
  .teaser.listM .actions {
    position: relative;
    width: 235px;
    float: right;
    margin: -30px -30px -10px 30px;
    height: 100%;
    padding: 20px;
  }
  .methods__list-fact h5 {
    float: left;
    width: 150px;
    margin: 0;
  }
  .methods__list-fact p {
    padding-bottom: 0 !important;
    overflow: hidden;
  }
  .methods__action {
    margin-left: 10%;
    margin-right: 10%;
  }
  .methods__action .removeFromCart,
  .methods__action .addToCart {
    float: right;
  }
  .methods__action .generatePDF {
    float: right;
    margin-top: -82px !important;
  }
}
@media screen and (max-width: 980px) {
  #methodFilter .select {
    width: 33%;
    padding-right: 20px;
    padding-bottom: 20px;
    z-index: 1;
  }
  #methodSearch {
    float: none;
    width: 100%;
    position: relative;
  }
  .teaser.listM .hl4 {
    padding-bottom: 10px !important;
  }
  .teaser.listM .wrap {
    padding-bottom: 70px !important;
  }
  .teaser.listM .actions {
    position: absolute;
    bottom: 10px;
  }
  .methods__list-fact h5 {
    padding-bottom: 0;
  }
  .methods__list-fact p {
    padding-bottom: 10px !important;
  }
}
@media screen and (max-width: 640px) {
  #methodMiniCart {
    text-align: left;
  }
  #methodMiniCart p {
    float: none;
  }
  #methodMiniCart .button {
    float: none;
  }
}
@media screen and (max-width: 480px) {
  #methodFilter .select {
    width: 100%;
    padding-right: 0;
    float: none;
  }
  #methodSearch {
    float: none;
    width: 100%;
    position: relative;
  }
}
.mdbListSection .pagination {
  float: right;
  margin: 0 7px 20px;
}
.mdbListSection .pagination li {
  line-height: 34px;
  margin: 0 3px 0 2px;
}
.mdbListSection .pagination li a,
.mdbListSection .pagination li span {
  width: 32px;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  line-height: 32px;
  padding: 0;
  color: rgb(var(--text-color));
  border: 0 solid rgb(var(--text-color));
  background: white;
}
.mdbListSection .pagination li a:hover,
.mdbListSection .pagination li span:hover {
  color: white;
  background: rgb(var(--text-color));
}
.mdbListSection .pagination li.active a,
.mdbListSection .pagination li.active span {
  color: white;
  background: rgb(var(--text-color));
}
.mdbListSection .pagination li.first,
.mdbListSection .pagination li.last {
  display: none;
}
.mdbListSection .pagination li.previous,
.mdbListSection .pagination li.next {
  display: none;
}
.mdbListSection .pagination li.previous a,
.mdbListSection .pagination li.next a,
.mdbListSection .pagination li.previous span,
.mdbListSection .pagination li.next span {
  width: auto;
  display: block;
  border: 0;
  text-indent: 0;
  color: rgb(var(--text-color));
  text-transform: uppercase;
  font-size: 13px;
  line-height: 34px;
  background: none;
}
.mdbListSection .pagination li.previous a:hover,
.mdbListSection .pagination li.next a:hover,
.mdbListSection .pagination li.previous span:hover,
.mdbListSection .pagination li.next span:hover {
  color: rgb(var(--text-color));
  background: none;
}
.mdbListSection .pagination li.previous {
  padding-right: 8px;
}
.mdbListSection .pagination li.next {
  padding-left: 7px;
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
.u-scroll-lock {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  scroll-behavior: auto;
  width: 100vw;
  height: 100%;
}
.navigation-mega-mobile {
  z-index: 1;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  height: 60px;
  margin-top: -60px;
  margin-right: 10px;
}
@media all and (min-width: 980px) {
  .navigation-mega-mobile {
    display: none;
  }
}
.navigation-mega-mobile svg {
  pointer-events: none;
}
.navigation-mega-mobile__button,
.navigation-mega-mobile__button:hover,
.navigation-mega-mobile__button:focus {
  z-index: 2;
  margin: 0rem;
  padding: 0;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  color: #fff;
  background-color: #6a9b9f;
  border-color: transparent;
  border-radius: 0;
  text-indent: -9999em;
  transition: transform 0.5s;
  line-height: 40px;
  z-index: 3;
}
.navigation-mega-mobile__button[aria-expanded='true'],
.navigation-mega-mobile__button:hover[aria-expanded='true'],
.navigation-mega-mobile__button:focus[aria-expanded='true'] {
  display: none;
}
.navigation-mega-mobile__button::before {
  content: "\f11b";
  font-family: "icon";
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0;
}
.navigation-mega-mobile__button--close[aria-expanded='true'],
.navigation-mega-mobile__button--close:hover[aria-expanded='true'],
.navigation-mega-mobile__button--close:focus[aria-expanded='true'] {
  display: block;
}
.navigation-mega-mobile__button--close[aria-expanded='false'],
.navigation-mega-mobile__button--close:hover[aria-expanded='false'],
.navigation-mega-mobile__button--close:focus[aria-expanded='false'] {
  display: none;
}
.navigation-mega-mobile__button--close::before {
  content: "\f107";
}
.navigation-mega-mobile__button--close[aria-expanded='false'] + .navigation-mega-mobile__button--search {
  transition: opacity 0.2s ease;
  opacity: 1;
  visibility: visible;
}
.navigation-mega-mobile__button--close[aria-expanded='true'] + .navigation-mega-mobile__button--search {
  transition: none;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
}
.navigation-mega-mobile__overlay {
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  transform: translateX(-100%);
}
[aria-expanded='true'] ~ .navigation-mega-mobile__overlay {
  transform: translateX(0);
}
.navigation-mega-mobile__list {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 280px;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  overflow-y: auto;
  overflow-x: hidden;
  cursor: default;
  z-index: 2;
}
[aria-expanded='false'] ~ .navigation-mega-mobile__list,
[aria-expanded='false'] > .navigation-mega-mobile__item ~ .navigation-mega-mobile__list {
  transform: translateX(100%);
  box-shadow: none;
}
[aria-expanded='true'] ~ .navigation-mega-mobile__list,
[aria-expanded='true'] > .navigation-mega-mobile__item ~ .navigation-mega-mobile__list {
  transform: translateX(0);
  box-shadow: 0 -2px 12px 0 rgba(0, 0, 0, 0.5);
}
.navigation-mega-mobile__list--no-overflow {
  overflow-y: hidden;
  max-height: 100%;
  z-index: 1;
}
.navigation-mega-mobile__list-item {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #242424;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
}
.navigation-mega-mobile__list-item:first-child {
  border-top: 15px solid #6a9b9f;
  height: 60px;
}
@keyframes visibleToInvisible {
  0% {
    visibility: visible;
  }
  99% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}
[aria-expanded='false'] ~ .navigation-mega-mobile__content .navigation-mega-mobile__list-item,
[aria-expanded='false'] .navigation-mega-mobile__list-item {
  visibility: hidden;
  animation: visibleToInvisible 0 0.2s;
}
.navigation-mega-mobile__list-item--is-current {
  color: #cf2730;
}
.navigation-mega-mobile__list-item--social {
  display: inline-block;
  margin: 1rem 0;
}
.navigation-mega-mobile__title {
  padding: 1.5rem 0;
  margin: 0 1.25rem;
  font-weight: 700;
  cursor: text;
  text-transform: uppercase;
}
.navigation-mega-mobile__item {
  display: inline-block;
  padding: 0 1.25rem;
  width: 100%;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 0;
  margin: 0;
  -moz-osx-font-smoothing: auto;
  white-space: normal;
  text-align: left;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
}
.navigation-mega-mobile__item:hover {
  background: transparent;
  color: #cf2730;
}
.navigation-mega-mobile__list-item:nth-child(2) > .navigation-mega-mobile__item::before {
  content: '';
  display: block;
  position: absolute;
  left: -1rem;
  width: calc(100% + 2rem);
  height: 64px;
  clip: rect(0, 100vw, 1rem, 0);
  box-shadow: inset 0 2px 6px 0 rgba(0, 0, 0, 0.17);
}
.navigation-mega-mobile__item--meta {
  font-weight: 700;
}
.navigation-mega-mobile__item--social {
  padding: 0 0.125rem;
  width: auto;
}
.navigation-mega-mobile__item--social:first-child {
  padding-left: 1.25rem;
}
.navigation-mega-mobile__item--heading::after {
  content: '';
  display: block;
  position: absolute;
  width: calc(100% - 2.5rem);
  border-bottom: 5px solid #cf2730;
  margin-top: -5px;
}
.navigation-mega-mobile__item--sub-level {
  font-weight: 500;
}
ul ul .navigation-mega-mobile__item {
  font-weight: normal;
  text-transform: none;
}
ul ul .navigation-mega-mobile__item--heading,
ul ul .navigation-mega-mobile__item-content--back {
  font-weight: 700;
  text-transform: uppercase;
}
.navigation-mega-mobile__item-icon {
  font-size: 1.5rem;
}
.navigation-mega-mobile__item-content {
  padding: 1.25rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #d4e2e2;
  pointer-events: none;
}
.navigation-mega-mobile__list-item:first-child .navigation-mega-mobile__item .navigation-mega-mobile__item-content {
  border: 0;
}
button .navigation-mega-mobile__item-content {
  padding: 1.25rem 20px 1.25rem 0;
  width: calc( 100% - 20px );
}
button .navigation-mega-mobile__item-content svg {
  position: absolute;
  right: 20px;
}
.navigation-mega-mobile__item-content--back {
  justify-content: flex-start;
}
button .navigation-mega-mobile__item-content--back {
  padding-left: 30px;
}
button .navigation-mega-mobile__item-content--back svg {
  right: auto;
  left: 0;
}
.navigation-mega-mobile__item-content-container {
  display: flex;
  align-items: center;
}
.tdaf .navigation-mega-mobile {
  height: 83px;
  margin-top: 0;
}
.tdaf .navigation-mega-mobile__button,
.tdaf .navigation-mega-mobile__button:hover,
.tdaf .navigation-mega-mobile__button:focus {
  background-color: #c7a54e;
}
.tdaf .navigation-mega-mobile__list-item:first-child {
  height: 83px;
  border-top-color: #c7a54e;
}
.tdaf .navigation-mega-mobile__item:hover {
  color: rgb(var(--cp-color-7));
}
.tdaf .navigation-mega-mobile__item--meta {
  color: #c7a54e;
}
.tdaf .navigation-mega-mobile__item--heading::after {
  border-bottom-color: rgb(var(--cp-color-7));
}
.tdaf .navigation-mega-mobile__item--social {
  color: #c7a54e;
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
.navigation-mega {
  position: fixed;
  width: 100%;
  top: 35px;
  left: 0;
  box-sizing: border-box;
  z-index: 1;
  background-color: rgb(var(--bg-color));
  transition: height 100ms ease-in-out;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 979px) {
  .navigation-mega {
    display: none;
  }
}
@media screen and (min-width: 980px) and (max-width: 1119px) {
  .navigation-mega {
    height: 150px;
    padding-top: 80px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 980px) and (max-width: 1119px) {
  .navigation-mega.fixed {
    height: 100px;
    padding-top: 40px;
  }
}
.navigation-mega::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(var(--bg-color));
}
.navigation-mega__container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background: rgb(var(--bg-color));
}
.navigation-mega__list {
  list-style: none;
  margin: 0;
}
.navigation-mega-mobile__list a[title*="spende"],
.navigation-mega__list a[title*="spende"],
.navigation-mega-mobile__list a[title*="donate"],
.navigation-mega__list a[title*="donate"],
.navigation-mega-mobile__list a[title*="Spende"],
.navigation-mega__list a[title*="Spende"],
.navigation-mega-mobile__list a[title*="Donate"],
.navigation-mega__list a[title*="Donate"] {
  color: rgb(var(--cp-color-5));
}
.navigation-mega__list--top {
  padding: 0 15px;
  display: flex;
  width: 100%;
}
.navigation-mega__list--top li.additional-item.last {
  margin-left: auto;
}
.navigation-mega__list--top li.additional-item.first {
  margin-right: auto;
}
.navigation-mega__list--top li.additional-item.first a.logo:focus-visible {
  outline: 2px solid rgb(var(--cp-color-5));
}
.navigation-mega__items-container {
  position: absolute;
  height: auto;
  width: 100vw;
  left: 0;
  top: 100%;
  border-top: 1px solid #DBDCDC;
  -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.3);
  background-color: rgb(var(--bg-color));
  display: block;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-100%);
  z-index: -1;
  visibility: hidden;
  transition: 0.3s;
}
@media screen and (min-width: 980px) and (max-width: 1119px) {
}
@media screen and (min-width: 980px) and (max-width: 1119px) {
}
.navigation-mega__top-title:hover .navigation-mega__items-container,
.navigation-mega__top-title:focus .navigation-mega__items-container {
  max-height: calc(100vh - 105px);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 980px) and (max-width: 1119px) {
  .navigation-mega__top-title:hover .navigation-mega__items-container,
  .navigation-mega__top-title:focus .navigation-mega__items-container {
    max-height: calc(100vh - 175px);
  }
}
.navigation-mega.fixed .navigation-mega__top-title:hover .navigation-mega__items-container,
.navigation-mega.fixed .navigation-mega__top-title:focus .navigation-mega__items-container {
  max-height: calc(100vh - 95px);
}
@media screen and (min-width: 980px) and (max-width: 1119px) {
  .navigation-mega.fixed .navigation-mega__top-title:hover .navigation-mega__items-container,
  .navigation-mega.fixed .navigation-mega__top-title:focus .navigation-mega__items-container {
    max-height: calc(100vh - 135px);
  }
}
.navigation-mega__list--nested {
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1280px;
  display: flex;
  background-image: url("../../images/a-blue.svg");
  background-repeat: no-repeat;
  background-size: 260px;
  background-position: calc(100% - 15px) calc(100% + 1px);
  min-height: 230px;
}
.navigation-mega__top-title,
.navigation-mega__list--top > li {
  font: 700 16px/20px 'CeraPro', sans-serif;
  display: flex;
  align-items: center;
}
.navigation-mega__top-title + .navigation-mega__top-title {
  margin-left: 30px;
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .navigation-mega__top-title + .navigation-mega__top-title {
    margin-left: 18px;
  }
}
.navigation-mega__top-title-link {
  position: relative;
  color: rgb(var(--text-color));
  text-transform: uppercase;
  transition: all 100ms ease-in-out;
  display: block;
  padding: 2.5rem 0;
  outline: none;
}
@media screen and (min-width: 980px) and (max-width: 1119px) {
  .navigation-mega__top-title-link {
    line-height: 70px;
  }
}
.navigation-mega.fixed .navigation-mega__top-title-link {
  padding: 1.25rem 0;
}
.navigation-mega__top-title-link:after {
  content: '';
  display: block;
  position: absolute;
  height: 8px;
  margin-top: -8px;
  background-color: rgb(var(--cp-color-5));
  transition: all 0.2ms ease;
  width: 0;
  bottom: 0;
}
.navigation-mega__top-title-link--is-current:after,
.navigation-mega__top-title:hover .navigation-mega__top-title-link:after,
.navigation-mega__top-title .navigation-mega__top-title-link:focus-visible::after {
  width: 100%;
}
.navigation-mega__sub-title {
  position: relative;
  border-right: 1px solid #DBDCDC;
  flex: 0 0 calc(25% - 41px);
  padding: 0;
  margin: 20px 0;
  transition: all 100ms ease-in-out;
}
.navigation-mega__sub-title:hover {
  background-color: rgba(205, 221, 222, 0.22);
}
.navigation-mega__sub-title::before {
  content: '';
  display: block;
  height: 100%;
  width: 1px;
  top: 0;
  left: -1px;
  position: absolute;
  border-left: 1px solid #DBDCDC;
}
.navigation-mega__sub-title--spacing-25 {
  margin-right: 25%;
}
.navigation-mega__sub-title--spacing-50 {
  margin-right: 50%;
}
.navigation-mega__sub-title-link {
  display: block;
  color: rgb(var(--text-color));
  text-transform: uppercase;
  line-height: 1.25rem;
  padding: 0.875rem 20px;
  transition: all 100ms ease-in-out;
}
.navigation-mega__sub-title-link--is-current {
  position: relative;
}
.navigation-mega__sub-title-link--is-current:after {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  background-color: rgb(var(--cp-color-5));
  transition: all 0.2ms ease;
  height: calc(100% - 1.75rem);
  left: -1px;
  top: 0.875rem;
}
.navigation-mega__sub-item:last-child {
  margin-bottom: 0.5rem;
}
.navigation-mega__sub-item-link {
  color: rgb(var(--text-color));
  line-height: 1.3rem;
  font-weight: normal;
  font-size: 0.875rem;
  transition: all 100ms ease-in-out;
  padding: 0.35rem 20px;
  display: block;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.navigation-mega__sub-item-link--is-current {
  position: relative;
}
.navigation-mega__sub-item-link--is-current:after {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  background-color: rgb(var(--cp-color-5));
  transition: all 0.2ms ease;
  height: calc(100% - 0.7rem);
  left: -1px;
  top: 0.35rem;
}
.navigation-mega__sub-title-link:hover,
.navigation-mega__sub-item-link:hover {
  color: rgb(var(--cp-color-5));
}
@media screen and (min-width: 980px) and (max-width: 1119px) {
  .flucht .navigation-mega {
    height: 100px;
    padding: 0;
  }
  .flucht .navigation-mega.fixed {
    padding: 0;
  }
  .flucht .navigation-mega__items-container {
    top: 100px;
  }
  .flucht .navigation-mega.fixed .navigation-mega__items-container {
    top: 60px;
  }
  .flucht .navigation-mega__top-title:hover .navigation-mega__items-container,
  .flucht .navigation-mega__top-title:focus .navigation-mega__items-container {
    max-height: calc(100vh - 105px);
  }
  .flucht .navigation-mega.fixed .navigation-mega__top-title:hover .navigation-mega__items-container,
  .flucht .navigation-mega.fixed .navigation-mega__top-title:focus .navigation-mega__items-container {
    max-height: calc(100vh - 95px);
  }
  .flucht .navigation-mega__top-title-link {
    line-height: 100px;
  }
}
.tdaf .navigation-mega {
  height: 154px;
  padding-top: 0;
}
.tdaf .navigation-mega__container {
  justify-content: flex-start;
}
.tdaf .navigation-mega__items-container {
  top: 154px;
}
.tdaf .navigation-mega.fixed .navigation-mega__items-container {
  top: 60px;
}
.tdaf .navigation-mega__top-title-link:after {
  background-color: rgb(var(--cp-color-7));
}
.tdaf .navigation-mega__sub-title:hover {
  background-color: rgba(235, 235, 235, 0.22);
}
.tdaf .navigation-mega__sub-title-link--is-current {
  color: rgb(var(--cp-color-7));
}
.tdaf .navigation-mega__sub-title-link:hover,
.tdaf .navigation-mega__sub-item-link:hover {
  color: rgb(var(--cp-color-7));
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
.header .toggle {
  display: none;
}
.navigation {
  position: fixed;
  top: 35px;
  left: 0;
  right: 0;
  box-sizing: border-box;
  z-index: 9997;
}
.navigation .navigation-service,
.navigation .navigation-level-3 {
  display: none !important;
}
.navigation ul {
  list-style: none;
  margin: 0;
}
.navigation ul a,
.navigation ul span,
.navigation ul strong,
.navigation ul button {
  font: 700 16px/20px 'CeraPro', sans-serif;
}
.navigation .toggle {
  display: none;
}
.navigation .navigation-level-1 > li > a,
.navigation .navigation-level-1 > li > button {
  text-transform: uppercase;
  color: #000;
  position: relative;
}
.navigation .navigation-level-1 > li > button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  overflow: initial;
}
.navigation .navigation-level-1 li.active a,
.navigation .navigation-level-1 li.is-active a {
  color: #6a9b9f;
}
.navigation .navigation-level-1 li.active ul li a,
.navigation .navigation-level-1 li.is-active ul li a {
  color: #fff;
}
.navigation .navigation-level-1 li.active ul li a:hover,
.navigation .navigation-level-1 li.is-active ul li a:hover {
  color: rgb(var(--text-color));
}
.navigation .navigation-level-1 li.active ul li.active a,
.navigation .navigation-level-1 li.is-active ul li.active a,
.navigation .navigation-level-1 li.active ul li.is-active a,
.navigation .navigation-level-1 li.is-active ul li.is-active a {
  color: rgb(var(--text-color));
}
.navigation .navigation-level-2 > li > a {
  color: #fff;
  font-weight: 600;
}
.navigation .navigation-level-2 > li > a:hover {
  color: rgb(var(--text-color));
}
.navigation .navigation-level-3 li a {
  color: #fff;
  font: 400 14px/18px 'CeraPro', sans-serif;
  text-transform: none;
  white-space: nowrap;
}
.mobile-search {
  display: none;
}
@media all and (min-width: 980px) {
  .csstransforms3d .navigation .navigation-level-1 > li > a:after,
  .csstransforms3d .navigation .navigation-level-1 > li > button:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 22px;
    width: 100%;
    height: 10px;
    background: #cf2730;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: transform 0.1s;
    transition: transform 0.1s;
    opacity: 0;
  }
  .csstransforms3d .navigation .navigation-level-1 > li > a:hover:after,
  .csstransforms3d .navigation .navigation-level-1 > li > button:hover:after,
  .csstransforms3d .navigation .navigation-level-1 > li > a:focus-visible:after,
  .csstransforms3d .navigation .navigation-level-1 > li > button:focus-visible:after {
    -webkit-transform: scale3d(1, 1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 0.3s;
    transform: scale3d(1, 1, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
    opacity: 1;
  }
  .csstransforms3d .navigation .navigation-level-1 > li > a:focus-visible,
  .csstransforms3d .navigation .navigation-level-1 > li > button:focus-visible {
    outline: none;
  }
  .navigation {
    transition: all 200ms ease-in-out;
  }
  .navigation .navigation-container {
    max-width: 1280px;
    margin: 0px auto;
    position: relative;
  }
  .navigation .navigation-level-1 {
    display: flex;
    right: 0;
    width: auto;
  }
  .navigation .navigation-level-1 > li {
    margin: 0 25px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
  }
  .navigation .navigation-level-1 > li:last-child {
    margin-right: 15px;
  }
  .navigation .navigation-level-1 > li.additional-item a:focus-visible {
    outline: 3px rgb(var(--cp-color-7)) solid;
    outline-offset: 2px;
  }
  .navigation .navigation-level-1 > li.additional-item a::after {
    content: none;
  }
  .navigation .navigation-level-1 > li.additional-item.last {
    margin-left: auto;
  }
  .navigation .navigation-level-1 > li > a,
  .navigation .navigation-level-1 > li > span,
  .navigation .navigation-level-1 > li > strong {
    transition: all 200ms ease-in-out;
    display: inline-block;
    line-height: 100px;
  }
  .navigation .navigation-level-1 > li button[aria-expanded="true"] + .subnavigation .navigation-level-2,
  .navigation .navigation-level-1 > li button[aria-expanded="true"] + .subnavigation .navigation-level-3 {
    display: block;
    opacity: 1;
    top: 100%;
    -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 */
    visibility: visible;
  }
  .navigation .navigation-level-1 > li .facebook {
    text-indent: -10000em;
    width: 9px;
    position: relative;
  }
  .navigation .navigation-level-1 > li .facebook:before {
    font-family: 'icon';
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
  }
  .navigation .navigation-level-1 > li .facebook:before {
    content: '\f10c';
  }
  .navigation .navigation-level-1 > li .facebook:before {
    text-indent: 0;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
  }
  .navigation .navigation-level-1 > li .instagram {
    text-indent: -10000em;
    width: 18px;
    position: relative;
  }
  .navigation .navigation-level-1 > li .instagram:before {
    font-family: 'icon';
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
  }
  .navigation .navigation-level-1 > li .instagram:before {
    content: '\f111';
  }
  .navigation .navigation-level-1 > li .instagram:before {
    text-indent: 0;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
  }
  .navigation .navigation-level-2 {
    position: absolute;
    left: 50%;
    opacity: 0;
    transition: opacity 300ms ease-in-out;
    box-sizing: border-box;
    top: -100px;
    -moz-transform: translateY(-100%);
    /* Firefox 3.6 Firefox 4 */
    -webkit-transform: translateY(-100%);
    /* Safari */
    -o-transform: translateY(-100%);
    /* Opera */
    -ms-transform: translateY(-100%);
    /* IE9 */
    transform: translateY(-100%);
    /* W3C */
    visibility: hidden;
  }
  .navigation .navigation-level-2 > li {
    display: block;
    position: relative;
    left: -50%;
    text-align: center;
    background: rgba(106, 155, 159, 0.95);
    padding: 0 30px;
  }
  .navigation .navigation-level-2 > li:first-of-type {
    padding-top: 20px;
  }
  .navigation .navigation-level-2 > li:last-of-type {
    padding-bottom: 20px;
  }
  .navigation .navigation-level-2 > li > a,
  .navigation .navigation-level-2 > li > span,
  .navigation .navigation-level-2 > li > strong {
    display: inline-block;
    white-space: nowrap;
    line-height: 20px;
    padding: 10px;
  }
  .navigation .navigation-level-2 .navigation-level-3 {
    padding-bottom: 20px;
  }
  .navigation .navigation-level-1 > li:first-of-type {
    justify-content: start;
  }
  .navigation .navigation-level-1 > li:first-of-type .navigation-level-2 {
    left: -20px;
  }
  .navigation .navigation-level-1 > li:first-of-type .navigation-level-2 > li {
    left: 0;
    text-align: left;
    padding-left: 10px;
  }
  .navigation.fixed {
    top: 35px;
  }
  .navigation.fixed .navigation-level-1 > li a:after,
  .navigation.fixed .navigation-level-1 > li button::after {
    height: 5px;
    bottom: -11px !important;
  }
  .tdaf:not(.botschafter) .navigation {
    position: relative;
    background: rgb(var(--bg-color));
    top: 0;
  }
  .tdaf:not(.botschafter) .navigation .navigation-level-1 {
    left: 0;
    width: 100%;
    display: flex;
    align-items: stretch;
  }
  .tdaf:not(.botschafter) .navigation .navigation-level-1 li.active a,
  .tdaf:not(.botschafter) .navigation .navigation-level-1 li.is-active a {
    color: rgb(var(--cp-color-2));
  }
  .tdaf:not(.botschafter) .navigation .navigation-level-1 li.active ul li a,
  .tdaf:not(.botschafter) .navigation .navigation-level-1 li.is-active ul li a {
    color: #fff;
  }
  .tdaf:not(.botschafter) .navigation .navigation-level-1 li.active ul li a:hover,
  .tdaf:not(.botschafter) .navigation .navigation-level-1 li.is-active ul li a:hover {
    color: rgb(var(--text-color));
  }
  .tdaf:not(.botschafter) .navigation .navigation-level-1 li.active ul li.active a,
  .tdaf:not(.botschafter) .navigation .navigation-level-1 li.is-active ul li.active a,
  .tdaf:not(.botschafter) .navigation .navigation-level-1 li.active ul li.is-active a,
  .tdaf:not(.botschafter) .navigation .navigation-level-1 li.is-active ul li.is-active a {
    color: rgb(var(--text-color));
  }
  .tdaf:not(.botschafter) .navigation .navigation-level-1 > li {
    margin: 0 10px 0 20px;
  }
  .tdaf:not(.botschafter) .navigation .navigation-level-1 > li.additional-item.last {
    margin-left: auto;
  }
  .tdaf:not(.botschafter) .navigation .navigation-level-1 > li.additional-item.first {
    margin-right: auto;
  }
  .tdaf:not(.botschafter) .navigation .navigation-level-1 > li > a,
  .tdaf:not(.botschafter) .navigation .navigation-level-1 > li > span,
  .tdaf:not(.botschafter) .navigation .navigation-level-1 > li > strong {
    line-height: 1.3em;
  }
  .tdaf:not(.botschafter) .navigation .navigation-level-1 > li:hover .navigation-level-2,
  .tdaf:not(.botschafter) .navigation .navigation-level-1 > li:hover .navigation-level-3 {
    top: 100%;
  }
  .tdaf:not(.botschafter) .navigation .subnavigation {
    position: absolute;
    top: 100%;
  }
  .tdaf:not(.botschafter) .navigation .navigation-level-2 > li {
    background: rgb(var(--cp-color-7));
  }
  .tdaf:not(.botschafter) .navigation.fixed .logo {
    height: 50px;
    width: 90px;
    margin: 5px 0;
  }
  .csstransforms3d .tdaf .navigation .navigation-level-1 > li a:after,
  .csstransforms3d .tdaf .navigation .navigation-level-1 > li button:after {
    bottom: -24px;
    background: rgb(var(--cp-color-7));
  }
  .tdaf .navigation .navigation-level-1,
  .botschafter .navigation .navigation-level-1 {
    left: 0;
    width: 80%;
  }
  .tdaf .navigation .navigation-level-1 li.active a,
  .botschafter .navigation .navigation-level-1 li.active a,
  .tdaf .navigation .navigation-level-1 li.is-active a,
  .botschafter .navigation .navigation-level-1 li.is-active a {
    color: rgb(var(--cp-color-7));
  }
  .tdaf .navigation .navigation-level-1 li.active a:before,
  .botschafter .navigation .navigation-level-1 li.active a:before,
  .tdaf .navigation .navigation-level-1 li.is-active a:before,
  .botschafter .navigation .navigation-level-1 li.is-active a:before {
    bottom: 42px;
    background: rgb(var(--cp-color-7));
  }
  .tdaf .navigation .navigation-level-1 li ul li a,
  .botschafter .navigation .navigation-level-1 li ul li a {
    color: #fff !important;
  }
  .tdaf .navigation .navigation-level-1 li ul li a:hover,
  .botschafter .navigation .navigation-level-1 li ul li a:hover,
  .tdaf .navigation .navigation-level-1 li ul li a:focus-visible,
  .botschafter .navigation .navigation-level-1 li ul li a:focus-visible {
    color: rgb(var(--cp-color-3)) !important;
  }
  .tdaf .navigation .navigation-level-1 li ul li a:focus-visible,
  .botschafter .navigation .navigation-level-1 li ul li a:focus-visible {
    outline: 1px solid currentColor;
    outline-offset: -1px;
  }
  .tdaf .navigation .navigation-level-1 li ul li.active a,
  .botschafter .navigation .navigation-level-1 li ul li.active a,
  .tdaf .navigation .navigation-level-1 li ul li.is-active a,
  .botschafter .navigation .navigation-level-1 li ul li.is-active a {
    color: rgb(var(--cp-color-3)) !important;
  }
  .tdaf .navigation .navigation-level-1 > li,
  .botschafter .navigation .navigation-level-1 > li {
    margin: 0 10px 0 20px;
  }
  .tdaf .navigation .navigation-level-1 > li > a,
  .botschafter .navigation .navigation-level-1 > li > a,
  .tdaf .navigation .navigation-level-1 > li > span,
  .botschafter .navigation .navigation-level-1 > li > span,
  .tdaf .navigation .navigation-level-1 > li > strong,
  .botschafter .navigation .navigation-level-1 > li > strong {
    line-height: 154px;
  }
  .tdaf .navigation .navigation-level-1 > li:hover .navigation-level-2,
  .botschafter .navigation .navigation-level-1 > li:hover .navigation-level-2,
  .tdaf .navigation .navigation-level-1 > li:hover .navigation-level-3,
  .botschafter .navigation .navigation-level-1 > li:hover .navigation-level-3 {
    top: 100%;
  }
  .tdaf .navigation .navigation-level-2 > li,
  .botschafter .navigation .navigation-level-2 > li {
    background: rgb(var(--cp-color-7));
    text-align: left;
  }
  .botschafter .navigation .navigation-level-1 li.active a,
  .botschafter .navigation .navigation-level-1 li.is-active a {
    color: rgb(var(--cp-color-8));
  }
  .botschafter .navigation .navigation-level-1 li.active a:before,
  .botschafter .navigation .navigation-level-1 li.is-active a:before {
    background: rgb(var(--cp-color-9));
  }
  .botschafter .navigation .navigation-level-1 li ul li a {
    color: #fff !important;
  }
  .botschafter .navigation .navigation-level-1 li ul li a:hover {
    color: rgb(var(--text-color)) !important;
  }
  .botschafter .navigation .navigation-level-1 li ul li.active a,
  .botschafter .navigation .navigation-level-1 li ul li.is-active a {
    color: rgb(var(--text-color)) !important;
  }
  .botschafter .navigation .navigation-level-2 > li {
    background: rgb(var(--cp-color-8));
  }
  .csstransforms3d .botschafter .navigation .navigation-level-1 > li:before {
    bottom: 42px;
    background: rgb(var(--cp-color-9));
  }
}
@media all and (min-width: 980px) and (min-width: 1280px) {
  .tdaf .navigation .navigation-level-1 > li,
  .botschafter .navigation .navigation-level-1 > li {
    margin: 0 20px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1480px) {
  .navigation .navigation-level-1 li.last-child .navigation-level-2 {
    right: -25px;
    left: auto;
  }
  .navigation .navigation-level-1 li.last-child .navigation-level-2 > li {
    left: 0;
    text-align: right;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .navigation {
    margin: 0 0 0 auto;
    -moz-transform: translateX(0%);
    /* Firefox 3.6 Firefox 4 */
    -webkit-transform: translateX(0%);
    /* Safari */
    -o-transform: translateX(0%);
    /* Opera */
    -ms-transform: translateX(0%);
    /* IE9 */
    transform: translateX(0%);
    /* W3C */
  }
}
@media screen and (max-width: 979px) {
  body {
    position: relative;
  }
  body.navigation-open {
    overflow: hidden;
    height: 100%;
    overflow-y: scroll;
    position: fixed;
    width: 100%;
  }
  body.navigation-open .header {
    position: fixed;
  }
  body.navigation-open .navigation {
    right: 0;
  }
  .page {
    padding-top: 75px;
    z-index: 1;
  }
  .header {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    position: absolute;
  }
  .header .toggle {
    padding: 0;
    margin: 0;
    border: 0;
    color: #000;
    display: block;
    background: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    text-align: center;
    vertical-align: middle;
    text-indent: -9999em;
    overflow: hidden;
    width: 40px;
    height: 40px;
    position: relative;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 10px;
    background: #6a9b9f;
    box-sizing: border-box;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    line-height: 40px;
  }
  .header .toggle:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0;
  }
  .header .toggle:before {
    font-family: 'icon';
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
  }
  .header .toggle:before {
    content: '\f11b';
  }
  .header .toggle.opened:before {
    font-family: 'icon';
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
  }
  .header .toggle.opened:before {
    content: '\f107';
  }
  body.tdaf .page {
    padding-top: 85px !important;
  }
  body.tdaf .header .toggle {
    background: rgb(var(--cp-color-7)) !important;
  }
  body.tdaf .header .toggle:focus-visible {
    outline: 3px rgb(var(--cp-color-7)) solid;
    outline-offset: 2px;
  }
  body.tdaf .header .toggle.search {
    display: none !important;
  }
  body.tdaf .navigation,
  body.tdaf .mobile-search {
    top: 85px !important;
    background: rgb(var(--cp-color-7)) !important;
  }
  body.botschafter .page {
    padding-top: 98px;
  }
  body.botschafter .header .toggle {
    top: 20px !important;
    background: rgb(var(--cp-color-8)) !important;
  }
  body.botschafter .header .toggle.search {
    display: none !important;
  }
  body.botschafter .navigation,
  body.botschafter .mobile-search {
    top: 97px !important;
    background: rgb(var(--cp-color-8)) !important;
  }
  .navigation {
    position: fixed;
    background: #6a9b9f;
    width: 300px;
    margin: 0px;
    left: auto;
    overflow: auto;
    top: 75px;
    right: -300px;
    height: auto;
    bottom: 0;
  }
  .navigation .navigation-service {
    display: block !important;
    clear: both;
    overflow: hidden;
  }
  .navigation .toggle {
    padding: 0;
    margin: 0;
    border: 0;
    color: #000;
    display: block;
    background: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    text-align: center;
    vertical-align: middle;
    text-indent: -9999em;
    overflow: hidden;
    width: 40px;
    height: 40px;
    position: relative;
    color: #fff;
  }
  .navigation .toggle:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0;
  }
  .navigation .toggle:before {
    font-family: 'icon';
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
  }
  .navigation .toggle:before {
    content: '\f101';
  }
  .navigation .toggle:before {
    font-size: 8px;
    line-height: 38px;
  }
  .navigation .navigation-open {
    padding-bottom: 20px;
  }
  .navigation .navigation-open > .toggle:before {
    font-family: 'icon';
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
  }
  .navigation .navigation-open > .toggle:before {
    content: '\f105';
  }
  .navigation .navigation-open > .toggle:before {
    font-size: 8px;
  }
  .navigation .navigation-open > ul {
    display: block;
  }
  .navigation li {
    position: relative;
  }
  .navigation li .toggle {
    position: absolute;
    top: 0;
    right: -5px;
  }
  .navigation a,
  .navigation span,
  .navigation strong {
    display: block;
  }
  .navigation li.active a,
  .navigation li.is-active a {
    color: #fff;
  }
  .navigation .navigation-level-1 {
    overflow: auto;
    height: 100%;
    padding: 15px;
    box-sizing: border-box;
  }
  .navigation .navigation-level-1 > li > a,
  .navigation .navigation-level-1 > li > span,
  .navigation .navigation-level-1 > li > strong {
    line-height: 1.5;
    padding: 1.5em 0 0.5em 0;
    color: #fff;
  }
  .navigation .navigation-level-1 > li > a:hover,
  .navigation .navigation-level-1 > li > span:hover,
  .navigation .navigation-level-1 > li > strong:hover {
    color: #000;
  }
  .navigation .navigation-level-1 li.active a,
  .navigation .navigation-level-1 li.is-active a {
    color: #000;
  }
  .navigation .navigation-level-2 > li > a,
  .navigation .navigation-level-2 > li > span,
  .navigation .navigation-level-2 > li > strong {
    box-sizing: border-box;
    line-height: 1.5;
    padding: 0.5em 0;
    color: #fff;
    font-weight: 400;
  }
  .navigation .navigation-level-2 > li > a:hover,
  .navigation .navigation-level-2 > li > span:hover,
  .navigation .navigation-level-2 > li > strong:hover {
    color: #000;
  }
  .navigation .navigation-level-2 li.active a,
  .navigation .navigation-level-2 li.is-active a {
    color: #000;
  }
  .navigation li.first-level__item--icon {
    float: left;
    width: auto;
    margin-right: 30px;
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .navigation .facebook {
    text-indent: -10000em;
    width: 9px;
    position: relative;
  }
  .navigation .facebook:before {
    font-family: 'icon';
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
  }
  .navigation .facebook:before {
    content: '\f10c';
  }
  .navigation .facebook:before {
    text-indent: 0;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
  }
  .navigation instagram {
    text-indent: -10000em;
    width: 18px;
    position: relative;
  }
  .navigation instagram:before {
    font-family: 'icon';
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
  }
  .navigation instagram:before {
    content: '\f111';
  }
  .navigation instagram:before {
    text-indent: 0;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
  }
  .navigation .additional-item {
    display: none;
  }
}
@media screen and (min-width: 980px) and (max-width: 1120px) {
  .botschafter .header .logo {
    width: 154px;
  }
  .botschafter .header.fixed .logo {
    height: 130px;
  }
  .botschafter .navigation .navigation-level-1 {
    padding-top: 84px;
    width: 100%;
  }
  .botschafter .navigation .navigation-level-1 > li {
    margin: 0 14px;
  }
  .botschafter .navigation .navigation-level-1 > li > a {
    line-height: 70px;
  }
  .botschafter .navigation .navigation-level-1:hover .navigation-level-2,
  .botschafter .navigation .navigation-level-1:hover .navigation-level-3 {
    top: 70px;
  }
  .botschafter .navigation .navigation-level-2 {
    top: -300px;
  }
  .botschafter .navigation.fixed .navigation-level-1 {
    padding-top: 30px;
  }
  .csstransforms3d .botschafter .navigation .navigation-level-1 > li::before {
    bottom: 0;
  }
}
@media screen and (max-width: 979px) {
  .toggle.search {
    right: 60px;
  }
  .toggle.search:before {
    font-family: 'icon';
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
  }
  .toggle.search:before {
    content: '\f119';
  }
  .toggle.search.opened:before {
    font-family: 'icon';
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
  }
  .toggle.search.opened:before {
    content: '\f107';
  }
  body.search-open {
    overflow: hidden;
    height: 100%;
    overflow-y: scroll;
    position: fixed;
    width: 100%;
  }
  body.search-open .mobile-search {
    right: 0;
    z-index: 9999;
    overflow-x: hidden;
  }
  .mobile-search {
    position: fixed;
    background: #6a9b9f;
    width: 300px;
    margin: 0px;
    left: auto;
    overflow: auto;
    top: 75px;
    right: -300px;
    height: auto;
    bottom: 0;
    display: block;
  }
  .mobile-search .toggle {
    padding: 0;
    margin: 0;
    border: 0;
    color: #000;
    display: block;
    background: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    text-align: center;
    vertical-align: middle;
    text-indent: -9999em;
    overflow: hidden;
    width: 40px;
    height: 40px;
    position: relative;
    color: #fff;
    position: absolute;
    top: 6px;
    right: 10px;
    background: #6a9b9f;
    box-sizing: border-box;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
  }
  .mobile-search .toggle:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0;
  }
  .mobile-search .toggle:before {
    font-family: 'icon';
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
  }
  .mobile-search .toggle:before {
    content: '\f107';
  }
  .mobile-search .mobile-search-wrap {
    padding: 15px;
    text-align: center;
  }
  .mobile-search .mobile-search-wrap input {
    width: 100%;
    box-sizing: border-box;
    text-align: left;
  }
  .mobile-search .mobile-search-wrap button {
    margin-top: 15px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 979px) {
  .tdaf .navigation .navigation-level-1 li.active ul li.active a,
  .tdaf .navigation .navigation-level-1 li.active ul li a:hover,
  .tdaf .navigation .navigation-level-1 li.active ul li a:focus-visible,
  .tdaf .navigation .navigation-level-1 li > a:hover,
  .tdaf .navigation .navigation-level-1 li > a:focus-visible {
    color: rgb(var(--cp-color-3));
  }
  .tdaf .navigation .navigation-level-1 > li > button {
    color: #fff;
  }
  .tdaf .navigation .navigation-level-2 > li > a:hover,
  .tdaf .navigation .navigation-level-2 > li > a:focus-visible,
  .tdaf .navigation .navigation .navigation-level-2 > li > span:hover,
  .tdaf .navigation .navigation .navigation-level-2 > li > strong:hover {
    color: rgb(var(--cp-color-3));
  }
  .tdaf .navigation .navigation-level-1 li.active ul li a:focus-visible,
  .tdaf .navigation .navigation-level-1 li > a:focus-visible,
  .tdaf .navigation .navigation-level-2 > li > a:focus-visible {
    outline: 2px rgb(var(--cp-color-3)) solid;
    outline-offset: 2px;
  }
  .tdaf .navigation button.toggle.nav {
    display: none;
  }
  .tdaf .mobile-only .logo:focus-visible {
    outline: 2px rgb(var(--cp-color-7)) solid;
    outline-offset: 2px;
  }
}
body.tdaf main a:focus-visible,
body.tdaf footer a:focus-visible,
body.tdaf main button:focus-visible,
body.tdaf footer button:focus-visible {
  outline: 2px currentColor solid;
  outline-offset: 2px;
}
/***** ACCESSIBILITY MENU *****/
header .accessibility-button {
  all: unset;
  height: 100%;
  padding: 0 10px;
  cursor: pointer;
}
header .accessibility-button:hover {
  background: rgba(0, 0, 0, 0.1);
}
header .accessibility-button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -4px;
}
header .accessibility-button span {
  padding: 0;
}
header .accessibility-button span:hover {
  background: none;
}
header .accessibility-button svg {
  width: 24px;
  fill: currentColor;
  display: flex;
}
header .accessibility-button:after {
  all: unset;
}
.screenreader-only {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline-block;
  opacity: 0;
}
.access-container {
  position: relative;
  margin-bottom: 1px;
}
.access-container:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100vw;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgb(var(--cp-color-3));
  box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.5);
  z-index: -1;
}
#accessibility-menu {
  position: relative;
  display: none;
  width: 100% !important;
  padding: 1.3rem 0;
}
#accessibility-menu .accessibility-menu-inner {
  display: flex;
  align-items: center;
  height: 100%;
}
#accessibility-menu ul.menu-wrapper {
  margin-left: 40px;
  margin-right: 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#accessibility-menu ul.menu-wrapper li {
  list-style: none;
  display: flex;
  align-items: center;
}
#accessibility-menu ul.menu-wrapper li button {
  all: unset;
  position: relative;
  display: flex;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.3s;
}
#accessibility-menu ul.menu-wrapper li button:hover,
#accessibility-menu ul.menu-wrapper li button:focus-visible {
  opacity: 1;
}
#accessibility-menu ul.menu-wrapper li button:hover .state,
#accessibility-menu ul.menu-wrapper li button:focus-visible .state,
#accessibility-menu ul.menu-wrapper li button:hover:focus-visible,
#accessibility-menu ul.menu-wrapper li button:focus-visible:focus-visible {
  opacity: 1;
}
#accessibility-menu ul.menu-wrapper li button:focus-visible {
  outline: 2px currentColor solid;
  outline-offset: 1px;
}
#accessibility-menu ul.menu-wrapper li svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
  display: flex;
}
#accessibility-menu ul.menu-wrapper .state {
  position: absolute;
  top: 80%;
  font-size: 0.8rem;
  font-weight: 700;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}
#accessibility-menu .menu-label {
  margin-left: 20px;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0.8;
}
@media screen and (max-width: 979px) {
  .access-container {
    position: absolute;
    top: 100%;
    width: 100%;
    transition: 0.3s;
    border-bottom: 0 solid white;
    box-shadow: none;
    transition-delay: 0.4s;
  }
  .access-container.show {
    border-bottom: 3px solid #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    transition: none;
  }
}
.mobile-only .accessibility-button {
  position: absolute;
  right: 70px;
  top: 50%;
  width: 36px;
  height: 36px;
  transform: translateY(-50%);
  padding: 0;
}
.mobile-only .accessibility-button:hover {
  background: none;
}
.mobile-only .accessibility-button:focus-visible {
  outline: 3px rgb(var(--cp-color-7)) solid;
  outline-offset: 2px;
}
.mobile-only .accessibility-button svg {
  width: 36px;
  fill: rgb(var(--cp-color-7));
}
/***** CONTRAST *****/
:root {
  --contrast-dark: 0, 0, 0;
  --contrast-background: #0009;
  --contrast-light: 255, 255, 255;
}
html.contrast body.tdaf {
  --bg-color: var(--contrast-light);
  --bg-color-1: var(--contrast-light);
  --cp-color-2: var(--contrast-dark);
  --cp-color-3: var(--contrast-light);
  --cp-color-7: var(--contrast-dark);
}
html.contrast body.tdaf header .logo {
  background: url("../../images/171011_AnneFrankTag_Logo-contrast.svg") center no-repeat;
}
html.contrast body.tdaf .cta.cl .hl1 {
  padding-bottom: 0;
  margin-bottom: 30px !important;
  background: var(--contrast-background);
  display: inline-block;
  box-shadow: 12px 0 0 var(--contrast-background), -12px 0 0 var(--contrast-background);
}
html.contrast body.tdaf .cta.cl a.button.transparent-white {
  background: var(--contrast-background);
}
html.contrast body.tdaf .cta.cl a.button.transparent-white:hover {
  color: rgb(var(--contrast-dark));
  background: rgb(var(--contrast-light));
}
html.contrast body.tdaf .breadcrumb li a,
html.contrast body.tdaf footer .desc p,
html.contrast body.tdaf footer .address,
html.contrast body.tdaf footer .legal ul li {
  font-weight: 500;
}
html.contrast body.tdaf footer {
  border-top: 2px solid rgb(var(--contrast-dark));
}
html.contrast body.tdaf footer .legal ul li a:hover,
html.contrast body.tdaf footer .legal ul li button:hover {
  color: currentColor;
}
html.contrast body.tdaf .contrast-mark {
  background: var(--contrast-background);
  box-shadow: 12px 0 0 var(--contrast-background), -12px 0 0 var(--contrast-background);
  box-decoration-break: clone;
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
.offerWrap {
  margin: 0 10px;
}
.offer {
  float: left;
  position: relative;
  transition: all 100ms ease-in-out;
}
.offer.offer-s {
  width: 25%;
}
.offer.offer-m {
  width: 33.33%;
}
.offer.offer-l {
  width: 50%;
}
.offer .text,
.offer .hl3,
.offer .hl4 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.offer .hl3 {
  min-height: 84px;
}
.offer .offer-box {
  margin: 0 1px;
  background: #fff;
  box-sizing: border-box;
  padding: 35px;
  text-align: center;
}
.offer .offer-box.offer-box-brown {
  background: #3E3A39;
}
.offer p {
  font-size: 14px;
  line-height: 26px;
}
.offer .read-more {
  font: 700 13px/30px 'CeraPro', sans-serif;
  display: inline-block;
  padding: 0;
  background: rgb(var(--cp-color-2));
  text-transform: uppercase;
  text-indent: -10000em;
  color: white;
  position: relative;
  width: 30px;
}
.offer .read-more:before {
  text-indent: 0;
  content: "+";
  background: rgb(var(--cp-color-3));
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}
.offer .read-more:hover:before {
  background: rgb(var(--cp-color-2));
  color: white;
}
.offer .offer-recommend {
  background: #C7A54E;
  color: #fff;
  position: relative;
  padding-top: 80px;
}
.offer .offer-recommend p,
.offer .offer-recommend strong {
  color: #fff;
}
.offer .offer-recommend p {
  text-transform: uppercase;
  font-weight: 500;
}
.offer .offer-recommend .button {
  margin: 5px -10px 15px -10px;
}
.offer .offer-recommend:after {
  top: 0%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 40px;
  border-left-width: 50px;
  border-right-width: 50px;
  margin-left: -50px;
  margin-top: -1px;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translateZ(1px);
  transform-style: preserve-3d;
  transform: translateZ(1px);
}
@media screen and (min-width: 980px) {
  .offer:hover {
    transform: scale(1.1, 1.1);
    z-index: 1;
  }
}
@media screen and (max-width: 1280px) {
  /*
	.offer .offer-recommend .button {
		padding-left: 15px;
		padding-right: 15px;
	}
	*/
}
@media screen and (max-width: 640px) {
  .offer {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .offer .offer-box {
    height: auto !important;
    padding: 20px;
    margin: 0;
  }
  .offer .hl3 {
    min-height: 10px;
  }
  .offer .offer-recommend {
    padding-top: 60px;
  }
  .offer .offer-recommend p {
    padding: 0;
  }
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
.partners {
  margin: 20px 10px 20px;
}
.partners ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.partners ul > li {
  width: 25%;
  float: left;
}
.partners ul > li > a {
  width: 100%;
  box-sizing: border-box;
  height: 130px;
  display: block;
  font: 400 14px/24px 'CeraPro', sans-serif;
  color: rgb(var(--text-color));
  text-align: center;
  position: relative;
}
.partners ul > li > a:hover {
  color: rgb(var(--cp-color-1));
}
.partners ul > li > a img {
  max-width: 90%;
  max-height: 70px;
  position: relative;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
}
@media screen and (max-width: 640px) {
  .partners ul > li {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .partners {
    margin-top: 0;
  }
  .partners ul > li a {
    height: 100px;
  }
  .partners ul > li a img {
    max-width: 70%;
    max-height: 50px;
  }
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
.widget.themes {
  height: 100%;
  position: relative;
  margin: 0 0 40px;
}
.widget.themes .wrap {
  height: 100%;
  position: relative;
  background: #f4f4f4;
  padding: 25px 0;
}
.widget.themes .wrap:before,
.widget.themes .wrap:after {
  position: absolute;
  content: " ";
  top: 0;
  height: 100%;
  width: 100%;
  background: #f4f4f4;
}
.widget.themes .wrap:before {
  left: 0;
  margin-left: -100%;
}
.widget.themes .wrap:after {
  right: 0;
  margin-right: -100%;
}
.widget.themes strong.hl3 {
  color: rgb(var(--cp-color-1));
  text-transform: uppercase;
}
.widget.themes .slick-dots {
  padding: 0;
}
.widget.themes .text h4 {
  padding: 0;
}
.widget.themes .text p,
.widget.themes .text li {
  font: 400 15px/26px 'CeraPro', sans-serif;
}
.widget.themes .slider .previous i,
.widget.themes .slider .next i {
  color: rgb(var(--cp-color-1)) !important;
}
.widget.themes .slider .previous i:hover,
.widget.themes .slider .next i:hover {
  color: rgb(var(--cp-color-2)) !important;
}
.widget.themes .read-all {
  position: absolute;
  right: 10px;
  top: 113px;
  z-index: 1;
  font: 600 16px/20px 'CeraPro', sans-serif;
}
.widget.themes .read-all:hover {
  color: rgb(var(--cp-color-2));
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
.quicklinks {
  border-top: 1px solid #ddd;
  padding-top: 40px;
  margin: 0 15px 40px !important;
}
.quicklinks ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
  width: 100%;
}
.quicklinks ul > li {
  display: table-cell;
  line-height: 20px;
  padding-right: 40px;
}
.quicklinks ul > li > a {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.quicklinks ul a,
.quicklinks ul span,
.quicklinks ul strong {
  display: inline-block;
  font: 400 14px/20px 'CeraPro', sans-serif;
  color: rgb(var(--text-color));
}
.quicklinks ul a:hover,
.quicklinks ul span:hover,
.quicklinks ul strong:hover {
  color: rgb(var(--cp-color-1));
}
.quicklinks ul ul {
  display: block;
}
.quicklinks ul ul > li {
  display: block;
  width: 100%;
  margin: 0 !important;
  float: none;
  padding: 0;
}
.quicklinks ul ul > li > a {
  text-transform: none;
  font-weight: 400;
  margin-bottom: 0px;
  padding: 2px 0;
}
.quicklinks ul ul ul {
  display: none;
}
@media screen and (max-width: 980px) {
  .quicklinks {
    margin: 0 0 40px !important;
  }
  .quicklinks ul {
    display: block;
    padding: 0;
  }
  .quicklinks ul li {
    display: block;
    padding: 0 15px 20px;
    float: left;
    width: 33.33%;
    box-sizing: border-box;
  }
  .quicklinks ul li:nth-of-type(4) {
    clear: both;
    overflow: hidden;
  }
}
@media screen and (max-width: 640px) {
  .quicklinks {
    display: none;
  }
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
/* Clearfix */
.cl:before {
  content: '';
  display: table;
}
.cl:after {
  clear: both;
  content: '.';
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
/* Visuell versteckt */
.invis {
  position: absolute;
  top: -32768px;
  left: -32768px;
}
.invis:focus,
.invis:active {
  position: static;
  top: 0;
  left: 0;
}
/* HO: Nicht besser alle Tags aufzählen hier wie bei meyer? */
* {
  margin: 0;
  padding: 0;
}
option {
  padding-left: 0.4em;
}
select {
  padding: 1px;
}
body {
  text-align: left;
  overflow-y: scroll;
}
html {
  height: 100%;
}
body {
  height: 100%;
  overflow-y: auto;
}
div:target,
h1:target,
h2:target,
h3:target,
h4:target,
h5:target,
h6:target {
  outline: 0 none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='radio'] {
  margin-left: 1px;
}
input[type='search'] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
svg:not(:root) {
  overflow: hidden;
}
img,
figure {
  margin: 0;
}
fieldset,
img {
  border: 0 solid;
}
i {
  font-style: normal;
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
.searchForm {
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
  margin: 0 10% 20px;
  padding: 20px 0;
  position: relative;
  /*
	.item70 {
		width: 70%;
		float: left;
		position: relative;
	}
	.item30 {
		width: 30%;
		float: right;
	}

	.reset{
		position: absolute;
		right: 10px;
		top: 7px;
	}

	.button {
		margin: 0 !important;
		float: right;
	}
	*/
}
.searchForm button {
  position: absolute;
  right: 0;
  top: 20px;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  height: 44px;
  width: 44px;
  background: rgb(var(--cp-color-2));
  text-indent: -10000em;
  color: white;
}
.searchForm button:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.searchForm button:before {
  content: '\f119';
}
.searchForm button:before {
  position: absolute;
  right: 13px;
  font-size: 19px;
  text-indent: 0;
}
.searchForm button:hover {
  background: rgb(var(--text-color));
}
.searchForm .reset {
  text-align: left;
  text-indent: -10000em;
  right: 44px;
  position: absolute;
  color: #aaa;
  top: 21px;
  width: 40px;
  height: 42px;
  display: block;
  overflow: hidden;
}
.searchForm .reset:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.searchForm .reset:before {
  content: '\f107';
}
.searchForm .reset:before {
  font-size: 9px;
  text-indent: 0;
  width: 40px;
  line-height: 42px;
  display: block;
  text-align: center;
}
.searchForm .reset:hover {
  color: rgb(var(--text-color));
}
.teaser.search .hl4 {
  padding-top: 0;
}
.teaser.search .read-more,
.teaser.search:nth-child(2n) .read-more {
  left: auto !important;
  right: 0 !important;
}
#kesearch_pagebrowser_bottom p {
  float: left;
}
#kesearch_pagebrowser_bottom .search-pagebrowser {
  float: right;
}
#kesearch_pagebrowser_bottom .search-pagebrowser a {
  color: black;
  min-width: 30px;
  box-sizing: border-box;
  display: inline-block;
  background: white;
  text-align: center;
  float: left;
  margin: 0 0 0 1px;
}
#kesearch_pagebrowser_bottom .search-pagebrowser a.prev,
#kesearch_pagebrowser_bottom .search-pagebrowser a.next {
  background: transparent;
  margin: 0 10px;
}
#kesearch_pagebrowser_bottom .search-pagebrowser a:hover {
  color: rgb(var(--cp-color-1));
}
#kesearch_pagebrowser_bottom .search-pagebrowser .current {
  font-weight: 700;
}
.search404 {
  margin-top: 40px !important;
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
.section {
  background-position: center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  padding: 20px 0;
  position: relative;
}
.section .section-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.section .section-background:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.section .section-background-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  transition: 1000ms all linear;
  -webkit-transition: 1000ms all linear;
  overflow: hidden;
}
.section:hover .section-background-image {
  filter: blur(5px);
  -webkit-filter: blur(5px);
}
section:first-of-type {
  margin-top: -51px;
  padding-top: 71px;
}
body .section-A {
  background-image: url("../../images/a.svg") !important;
  background-repeat: no-repeat !important;
  background-position: bottom 28px right 0 !important;
  -webkit-background-size: auto !important;
  -moz-background-size: auto !important;
  -o-background-size: auto !important;
  background-size: auto !important;
}
body .section-404 {
  background-image: url("../../images/404.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  -webkit-background-size: auto 100% !important;
  -moz-background-size: auto 100% !important;
  -o-background-size: auto 100% !important;
  background-size: auto 100% !important;
}
.section-A.slant-bottom-beige {
  background-image: url("../../images/a-beige.svg") !important;
}
@media screen and (max-width: 639px) {
  section:first-of-type {
    margin-top: -20px !important;
    padding-top: 40px !important;
  }
  body .section-A {
    -webkit-background-size: 90% auto !important;
    -moz-background-size: 90% auto !important;
    -o-background-size: 90% auto !important;
    background-size: 90% auto !important;
  }
}
@media screen and (max-width: 479px) {
  section:first-of-type {
    margin-top: 0 !important;
    padding-top: 20px !important;
  }
}
/**/
.section-white {
  background-position: center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  padding: 20px 0;
  position: relative;
  background: rgb(var(--bg-color));
}
.section-white .section-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.section-white .section-background:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.section-white .section-background-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  transition: 1000ms all linear;
  -webkit-transition: 1000ms all linear;
  overflow: hidden;
}
.section-white:hover .section-background-image {
  filter: blur(5px);
  -webkit-filter: blur(5px);
}
.section-white > .wrap > .section-background:after {
  background-color: rgba(var(--bg-color), 0.5);
}
.section-grey {
  background-position: center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  padding: 20px 0;
  position: relative;
  background: rgb(var(--bg-color-1));
}
.section-grey .section-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.section-grey .section-background:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.section-grey .section-background-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  transition: 1000ms all linear;
  -webkit-transition: 1000ms all linear;
  overflow: hidden;
}
.section-grey:hover .section-background-image {
  filter: blur(5px);
  -webkit-filter: blur(5px);
}
.section-grey > .wrap > .section-background:after {
  background-color: rgba(var(--bg-color-1), 0.5);
}
.section-orange {
  background-position: center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  padding: 20px 0;
  position: relative;
  background: rgb(var(--bg-color-2));
}
.section-orange .section-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.section-orange .section-background:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.section-orange .section-background-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  transition: 1000ms all linear;
  -webkit-transition: 1000ms all linear;
  overflow: hidden;
}
.section-orange:hover .section-background-image {
  filter: blur(5px);
  -webkit-filter: blur(5px);
}
.section-orange > .wrap > .section-background:after {
  background-color: rgba(var(--bg-color-2), 0.5);
}
.section-turquoise {
  background-position: center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  padding: 20px 0;
  position: relative;
  background: rgb(var(--cp-color-1));
}
.section-turquoise .section-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.section-turquoise .section-background:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.section-turquoise .section-background-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  transition: 1000ms all linear;
  -webkit-transition: 1000ms all linear;
  overflow: hidden;
}
.section-turquoise:hover .section-background-image {
  filter: blur(5px);
  -webkit-filter: blur(5px);
}
.section-turquoise > .wrap > .section-background:after {
  background-color: rgba(var(--cp-color-1), 0.5);
}
.section-gold {
  background-position: center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  padding: 20px 0;
  position: relative;
  background: rgb(var(--cp-color-2));
}
.section-gold .section-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.section-gold .section-background:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.section-gold .section-background-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  transition: 1000ms all linear;
  -webkit-transition: 1000ms all linear;
  overflow: hidden;
}
.section-gold:hover .section-background-image {
  filter: blur(5px);
  -webkit-filter: blur(5px);
}
.section-gold > .wrap > .section-background:after {
  background-color: rgba(var(--cp-color-2), 0.5);
}
.section-gold-light {
  background-position: center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  padding: 20px 0;
  position: relative;
  background: rgb(var(--cp-color-3));
}
.section-gold-light .section-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.section-gold-light .section-background:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.section-gold-light .section-background-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  transition: 1000ms all linear;
  -webkit-transition: 1000ms all linear;
  overflow: hidden;
}
.section-gold-light:hover .section-background-image {
  filter: blur(5px);
  -webkit-filter: blur(5px);
}
.section-gold-light > .wrap > .section-background:after {
  background-color: rgba(var(--cp-color-3), 0.5);
}
.section-blue {
  background-position: center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  padding: 20px 0;
  position: relative;
  background: rgb(var(--cp-color-4));
}
.section-blue .section-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.section-blue .section-background:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.section-blue .section-background-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  transition: 1000ms all linear;
  -webkit-transition: 1000ms all linear;
  overflow: hidden;
}
.section-blue:hover .section-background-image {
  filter: blur(5px);
  -webkit-filter: blur(5px);
}
.section-blue > .wrap > .section-background:after {
  background-color: rgba(var(--cp-color-4), 0.8);
}
.section-blue .text {
  color: #fff;
}
.section-blue .breadcrumb li a {
  color: #fff;
}
.section-blue h1,
.section-blue h2,
.section-blue h3,
.section-blue h4,
.section-blue h5,
.section-blue h6 {
  color: #fff;
}
.section-blue span,
.section-blue strong,
.section-blue a {
  color: #fff;
}
.section-blue a.intern:before,
.section-blue a.extern:before,
.section-blue a.mail:before,
.section-blue a.download:before {
  color: #fff;
}
.section-blue .text p a:hover,
.section-blue .intro p a:hover,
.section-blue .text li a:hover,
.section-blue .intro li a:hover {
  color: #c7a54e;
}
.section-blue .text ul li:before,
.section-blue .intro ul li:before {
  background: #fff;
}
.section-blue .fact {
  border-top: 1px dashed #fff;
}
.section-blue .text p a,
.section-blue .intro p a,
.section-blue .text li a,
.section-blue .intro li a {
  color: #fff;
  border-bottom: 1px dashed #fff;
}
.section-blue .media .caption {
  color: #fff;
}
.section-blue .accordeon .item {
  border-bottom: 1px dashed #fff;
}
.section-blue .accordeon .item:first-child {
  border-top: 1px dashed #fff;
}
.section-blue .accordeon .item .hl4:before {
  color: #fff;
}
.section-blue .accordeon .item .hl4:hover {
  color: #c7a54e;
}
.section-blue .accordeon .item .hl4:hover:before {
  color: #c7a54e;
}
.section-blue .additional .show-more {
  background: transparent;
}
.section-blue .additional .show-more:before {
  background: transparent;
}
.section-blue .button.back {
  color: #000;
}
.section-blue a.intern:hover,
.section-blue a.extern:hover,
.section-blue a.mail:hover,
.section-blue a.download:hover {
  color: #c7a54e !important;
}
.section-blue a.intern:hover:before,
.section-blue a.extern:hover:before,
.section-blue a.mail:hover:before,
.section-blue a.download:hover:before {
  color: #c7a54e !important;
}
.section-blue a.intern:hover span,
.section-blue a.extern:hover span,
.section-blue a.mail:hover span,
.section-blue a.download:hover span {
  color: #c7a54e !important;
}
.section-blue .button.top {
  color: #000;
}
.section-blue .additional .show-more:hover:before {
  background: transparent;
}
.section-blue .carousel-slick:before,
.section-blue .carousel-slick:after {
  background: #0d679c;
}
.section-blue .slideshow-slick {
  background: transparent;
}
.section-blue .media .caption {
  color: #fff;
}
.section-blue .fact:last-child {
  border-bottom: 1px dashed #fff;
}
.section-red {
  background-position: center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  padding: 20px 0;
  position: relative;
  background: rgb(var(--cp-color-5));
}
.section-red .section-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.section-red .section-background:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.section-red .section-background-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  transition: 1000ms all linear;
  -webkit-transition: 1000ms all linear;
  overflow: hidden;
}
.section-red:hover .section-background-image {
  filter: blur(5px);
  -webkit-filter: blur(5px);
}
.section-red > .wrap > .section-background:after {
  background-color: rgba(var(--cp-color-5), 0.5);
}
.section-beige {
  background-position: center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  padding: 20px 0;
  position: relative;
  background: rgb(var(--cp-color-6));
}
.section-beige .section-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.section-beige .section-background:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.section-beige .section-background-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  transition: 1000ms all linear;
  -webkit-transition: 1000ms all linear;
  overflow: hidden;
}
.section-beige:hover .section-background-image {
  filter: blur(5px);
  -webkit-filter: blur(5px);
}
.section-beige > .wrap > .section-background:after {
  background-color: rgba(var(--cp-color-6), 0.5);
}
/* TDAF */
.section-purple {
  background-position: center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  padding: 20px 0;
  position: relative;
  background: #760e54;
}
.section-purple .section-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.section-purple .section-background:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.section-purple .section-background-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  transition: 1000ms all linear;
  -webkit-transition: 1000ms all linear;
  overflow: hidden;
}
.section-purple:hover .section-background-image {
  filter: blur(5px);
  -webkit-filter: blur(5px);
}
.section-purple > .wrap > .section-background:after {
  background-color: rgba(118, 14, 84, 0.5);
}
.section-pale {
  background-position: center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  padding: 20px 0;
  position: relative;
  background: #e1ebec;
}
.section-pale .section-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.section-pale .section-background:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.section-pale .section-background-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  transition: 1000ms all linear;
  -webkit-transition: 1000ms all linear;
  overflow: hidden;
}
.section-pale:hover .section-background-image {
  filter: blur(5px);
  -webkit-filter: blur(5px);
}
.section-pale > .wrap > .section-background:after {
  background-color: rgba(225, 235, 236, 0.8);
}
.section-pale h1,
.section-pale h2,
.section-pale h3,
.section-pale h4,
.section-pale h5,
.section-pale h6,
.section-pale p,
.section-pale li,
.section-pale .cta span,
.section-pale .cta strong,
.section-pale .cta p,
.section-pale .cta a {
  color: rgb(var(--cp-color-7));
}
.section-pale button.transparent-white,
.section-pale .button.transparent-white {
  border-color: rgb(var(--cp-color-7));
}
body.tdaf .section {
  padding: 50px 0;
}
body.tdaf .section-blue,
body.tdaf .section-purple,
body.tdaf .section-pale {
  padding: 100px 0;
}
body.tdaf section:first-of-type {
  padding-top: 71px;
}
body.tdaf .section-A {
  background-position: bottom -1px right 0 !important;
}
body.tdaf .section-form-bottom-white {
  position: relative;
  overflow: hidden;
  padding-bottom: 300px !important;
}
body.tdaf .section-form-bottom-white:after {
  content: '';
  background: white;
  position: absolute;
  left: 50%;
  bottom: -35px;
  width: 2000px;
  height: 200px;
  -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 .section-form-bottom-white:before {
  content: '';
  background: white;
  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;
}
/* Botschafter */
body.botschafter section.section-content {
  padding-bottom: 20px;
}
@media screen and (min-width: 979px) {
  body.botschafter section.section-content {
    padding-bottom: 100px;
  }
}
.section-blue {
  background-color: rgb(var(--cp-color-8));
}
.section-blue-light {
  background-color: rgba(var(--cp-color-8), 0.2);
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
.select2-container {
  width: 100%;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.select2-container .select2-choice,
.select2-container-multi .select2-choices {
  font: 400 16px/22px 'CeraPro', sans-serif;
  background: rgb(var(--bg-color));
  border: 1px solid #CDCDCD;
  text-align: left;
  color: rgb(var(--text-color));
  height: 22px;
  padding: 10px 12px;
  margin: 0;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  box-shadow: none !important;
}
.select2-container-multi .select2-choices {
  padding: 4px 4px;
  min-height: 20px;
  height: auto;
}
.select2-container .select2-choice .select2-arrow {
  background: none;
  border: 0;
  border-radius: 0;
  width: 40px;
}
.select2-container .select2-choice .select2-arrow b {
  background-image: none;
  color: #aaa;
}
.select2-container .select2-choice .select2-arrow b:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.select2-container .select2-choice .select2-arrow b:before {
  content: '\f101';
}
.select2-container .select2-choice .select2-arrow b:before {
  font-size: 5px;
  position: absolute;
  left: 13px;
  top: 10px;
}
.select2-container .select2-choice:hover .select2-arrow b {
  background-image: none;
  color: rgb(var(--text-color));
  z-index: 2;
  background-color: white;
}
.select2-container .select2-choice:hover,
.select2-container-multi .select2-choices:hover {
  color: rgb(var(--text-color));
  background: white;
  border: 1px solid #CDCDCD !important;
  box-shadow: 2px 2px 4px #CDCDCD !important;
}
/*
.select2-container .select2-choice:hover .select2-arrow b {
	background: url("@{path}/icon_arrow_down_black.svg") center center no-repeat;
	background-size: 12px 5px;
}
*/
/*
.select2-container-multi .select2-choices .select2-search-choice {
	background: #d7e8bd;
	font: 400 14px/20px @body-font;
	box-shadow: none;
	border: none;
	margin: 3px;
}
*/
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 28px;
}
.select2-container .select2-choice abbr.select2-search-choice-close {
  width: 17px !important;
  height: 17px !important;
  right: 28px !important;
  top: 10px !important;
  background: white;
  width: 40px !important;
  height: 42px !important;
  right: 0 !important;
  top: 0 !important;
  z-index: 1;
  color: #aaa;
}
.select2-container .select2-choice abbr.select2-search-choice-close:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.select2-container .select2-choice abbr.select2-search-choice-close:before {
  content: '\f107';
}
.select2-container .select2-choice abbr.select2-search-choice-close:before {
  width: 40px;
  display: inline-block;
  line-height: 42px;
  font-size: 9px;
  text-align: center;
}
.select2-container .select2-choice abbr.select2-search-choice-close:hover {
  color: rgb(var(--text-color));
}
.select2-dropdown-open .select2-choice {
  border-bottom: 0;
  -webkit-border-radius: 1px 1px 0 0;
  border-radius: 1px 1px 0 0;
}
.select2-dropdown-open .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices,
.select2-container-multi.select2-container-active .select2-choices {
  background: white;
  border: 1px solid #CDCDCD !important;
  box-shadow: 2px 2px 4px #CDCDCD !important;
}
.select2-dropdown-open.select2-drop-above .select2-choices,
.select2-dropdown-open.select2-drop-above .select2-choice {
  border-radius: 0 0 1px 1px;
  border-top: 1px solid #CDCDCD !important;
}
.select2-drop {
  box-shadow: none !important;
  color: rgb(var(--text-color));
  background: white;
  -webkit-border-radius: 0 0 1px 1px;
  border-radius: 0 0 1px 1px;
  border: 1px solid #CDCDCD !important;
  border-top: 0 !important;
  box-shadow: 2px 2px 4px #CDCDCD !important;
  margin-top: -1px;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border: 1px solid #CDCDCD !important;
  border-bottom: 0 !important;
  box-shadow: 2px 2px 4px #CDCDCD !important;
  padding-top: 0;
  -webkit-border-radius: 1px 1px 0 0;
  border-radius: 1px 1px 0 0;
  margin: 0;
}
.select2-results {
  margin: 0;
  padding: 0;
  max-height: 240px;
}
.select2-results li {
  margin: 0;
}
.select2-results .select2-result-label {
  padding: 8px 12px;
  font: 400 16px/22px 'CeraPro', sans-serif;
  color: rgb(var(--text-color));
  border-bottom: 1px solid #efefef;
}
.select2-results li:last-child .select2-result-label {
  border: 0;
}
.select2-results .select2-highlighted {
  background: transparent;
}
.select2-results .select2-highlighted .select2-result-label {
  color: rgb(var(--cp-color-2)) !important;
}
.select2-search {
  padding: 0;
  position: relative;
  display: block;
}
.select2-search:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.select2-search:before {
  content: '\f119';
}
.select2-search:before {
  position: absolute;
  /* HO 150219 
			right: 14px;
			top: 9px;
		*/
  right: 12px;
  top: 5px;
  font-size: 15px;
  z-index: 111;
}
.select2-search input {
  box-shadow: none !important;
  padding: 6px 12px;
  border: 1px solid #CDCDCD;
  border-left: 0;
  border-right: 0;
  margin: 0 !important;
  background: #f4f3f1;
  /* HO 150219 
		font: 400 16px/22px @headline-font; 
	*/
  font: 400 16px/26px 'CeraPro', sans-serif;
}
.select2-search input:active,
.select2-search input:focus {
  box-shadow: none !important;
}
.select2-drop.select2-drop-above .select2-search input {
  border-top: 0;
}
.select2-no-results {
  font: 400 16px/22px 'CeraPro', sans-serif;
  padding: 6px 12px;
  color: white;
  background: rgb(var(--cp-color-2)) !important;
}
.select2-container-multi .select2-choices {
  padding: 4px 32px 4px 4px;
  min-height: 22px;
  height: auto;
}
.select2-container-multi .select2-choices:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.select2-container-multi .select2-choices:before {
  content: '\f101';
}
.select2-container-multi .select2-choices:before {
  color: #999;
  font-size: 6px;
  position: absolute;
  right: 13px;
  top: 10px;
}
.select2-container-multi .select2-choices .select2-search-choice {
  background: #ddd;
  font: 400 13px/22px 'CeraPro', sans-serif;
  box-shadow: none;
  border: none;
  margin: 3px 3px;
  padding: 2px 10px 2px 22px;
}
.select2-container-multi .select2-choices .select2-search-field input {
  font: 400 16px/22px 'CeraPro', sans-serif;
  padding: 4px;
}
.select2-container-multi .select2-search-choice-close {
  border-radius: 10px;
  width: 13px;
  height: 13px;
  background: #fff;
  top: 7px;
  left: 4px;
  line-height: 13px;
  color: #999;
}
.select2-container-multi .select2-search-choice-close:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.select2-container-multi .select2-search-choice-close:before {
  content: '\f107';
}
.select2-container-multi .select2-search-choice-close:before {
  font-size: 6px;
  line-height: 13px;
  position: absolute;
  left: 4px;
  top: 0;
}
.select2-container-multi .select2-search-choice-close:hover {
  color: rgb(var(--cp-color-2));
}
.select2-container-multi .select2-choices .select2-search-field input:hover,
.select2-container-multi .select2-choices .select2-search-field input:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
.share {
  max-width: 1280px;
  margin: 0 auto;
  /*
	float: right;
	margin: 0 15px;
	position: relative;
	z-index: 1;
	top: -37px;
	*/
  /*
	float: left;
	margin: 0 10px 40px;
	*/
  /*
	position: absolute;
	right:0;
	top: 0;
	*/
  /*
	a {
		float: left;
		display: inline-block;
		background: url("@{path}/share.png") left top no-repeat;
		height: 24px;
		width: 24px;
		text-indent: -10000em;
		margin: 0 0 0 8px;
	}
	a.twitter:hover {
		background-position: left -30px;
	}
	a.facebook {
		background-position: -31px top;
	}
	a.facebook:hover {
		background-position: -31px -30px;
	}
	a.gplus {
		background-position: -62px top;
	}
	a.gplus:hover {
		background-position: -62px -30px;
	}
	a.email {
		background-position: -93px top;
		margin-right: 26px;
	}
	a.email:hover {
		background-position: -93px -30px;
	}
	a.print {
		float: right;
		width: auto;
		text-indent: 0;
		padding: 0 30px 0 0;
		margin: 0;
		font: 400 14px/24px @body-font;
		color: @text-color;
		background: transparent;
		position: relative;
		
		&:before {
			content: "";
			background: url("@{path}/share.png") right -30px no-repeat;
			width: 24px;
			height: 24px;
			display: block;
			position: absolute;
			right: 0;
			top: 0;
        }
        
        &:hover {
			color: @cp-color-2;
	        
	        &:before {
				background-position: right -30px;
	        }
        }
	}
	*/
}
.share .share-wrap {
  float: right;
  margin: 0 15px;
}
.share h4 {
  float: left;
  margin: 0 16px 0 0;
  font: 700 16px/24px 'CeraPro', sans-serif;
  color: rgb(var(--cp-color-1));
  text-transform: uppercase;
  display: none;
}
.share a {
  float: left;
  display: inline-block;
  text-indent: -10000em;
  position: relative;
  color: rgb(var(--text-color));
  height: 20px;
  width: 20px;
  margin: 0 0 0 10px;
  top: -37px;
  z-index: 1;
}
.share a:before {
  text-indent: 0;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 20px;
}
.share a:hover {
  color: rgb(var(--cp-color-1));
}
.share .twitter:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.share .twitter:before {
  content: '\f123';
}
.share .twitter:before {
  font-size: 12px;
  left: 3px;
}
.share .facebook:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.share .facebook:before {
  content: '\f10c';
}
.share .facebook:before {
  font-size: 15px;
  left: 6px;
}
.share .gplus {
  width: 28px;
}
.share .gplus:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.share .gplus:before {
  content: '\f10f';
}
.share .gplus:before {
  font-size: 13px;
  left: 3px;
}
.share .linkedin:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.share .linkedin:before {
  content: '\f116';
}
.share .linkedin:before {
  font-size: 13px;
  left: 3px;
}
.share .instagram:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.share .instagram:before {
  content: '\f111';
}
.share .instagram:before {
  font-size: 13px;
  left: 3px;
}
.share .xing:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.share .xing:before {
  content: '\f129';
}
.share .xing:before {
  font-size: 15px;
  left: 3px;
  top: 2px;
}
.share .email:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.share .email:before {
  content: '\f11a';
}
.share .email:before {
  font-size: 11px;
  left: 1px;
}
.share .print:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.share .print:before {
  content: '\f11d';
}
.share .print:before {
  font-size: 13px;
  left: 2px;
}
.share .vcard {
  width: 24px;
  margin-left: 0;
}
.share .vcard:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.share .vcard:before {
  content: '\f127';
}
.share .vcard:before {
  font-size: 19px;
}
.share-last-child {
  margin-bottom: 0;
}
a.rss {
  display: inline-block;
  text-indent: -10000em;
  position: relative;
  color: rgb(var(--cp-color-2));
  height: 38px;
  width: 20px;
  margin: 0 0 0 10px;
}
a.rss:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
a.rss:before {
  content: '\f11f';
}
a.rss:before {
  text-indent: 0;
  position: absolute;
  left: 0;
  top: 3px;
  line-height: 38px;
  font-size: 14px;
}
a.rss:hover {
  color: rgb(var(--cp-color-1));
}
a.ical {
  display: inline-block;
  text-indent: -10000em;
  position: relative;
  color: rgb(var(--cp-color-2));
  height: 30px;
  width: auto;
  margin: 0 0 0 15px;
}
a.ical:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
a.ical:before {
  content: '\f110';
}
a.ical:before {
  text-indent: 0;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 30px;
  font-size: 15px;
}
a.ical:hover {
  color: rgb(var(--cp-color-1));
}
.teaser a.ical {
  height: 22px;
}
.teaser a.ical:before {
  line-height: 22px;
  font-size: 14px;
}
@media screen and (min-width: 980px) {
  .share .share-wrap {
    margin: 0 10%;
  }
}
@media screen and (max-width: 640px) {
  .share {
    display: none;
  }
}
.tdaf .share a:hover {
  color: rgb(var(--cp-color-2));
}
.botschafter .share a:hover {
  color: rgb(var(--cp-color-9));
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
.teaser.sitemap .hl3 {
  padding: 0;
  font: 700 16px/20px 'CeraPro', sans-serif;
  text-transform: uppercase;
}
.teaser.sitemap ul {
  list-style: none;
  margin: 15px 0 15px;
}
.teaser.sitemap ul li {
  font: 600 16px/20px 'CeraPro', sans-serif;
  padding: 10px 0 0;
}
.teaser.sitemap ul li a {
  color: rgb(var(--text-color));
}
.teaser.sitemap ul li a:hover {
  color: rgb(var(--cp-color-1));
}
.teaser.sitemap ul li ul {
  margin: 5px 0 15px 30px;
}
.teaser.sitemap ul li ul li {
  font: 400 16px/20px 'CeraPro', sans-serif;
  padding: 5px 0 0;
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
.slant-top,
.slant-bottom {
  height: 100px;
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  display: none;
}
.slant-top:before,
.slant-bottom:before {
  position: absolute;
  content: '';
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  left: -25%;
  width: 150%;
  height: 1000px;
  background: transparent;
  z-index: 1;
}
.slant-top {
  top: 0;
}
.slant-top:before {
  top: -965px;
  outline: 1px solid transparent;
}
.slant-bottom {
  bottom: 0;
}
.slant-bottom:before {
  bottom: -965px;
  outline: 1px solid transparent;
}
.slant-top-left,
.slant-top-right,
.slant-bottom-left,
.slant-bottom-right {
  position: relative;
}
.slant-top-left,
.slant-top-right {
  padding-top: 100px;
}
.slant-top-left .slant-top,
.slant-top-right .slant-top {
  display: block;
}
.slant-bottom-left,
.slant-bottom-right {
  padding-bottom: 100px;
}
.slant-bottom-left .slant-bottom,
.slant-bottom-right .slant-bottom {
  display: block;
}
@media screen and (max-width: 1279px) {
  .slant-top,
  .slant-bottom {
    height: 75px;
  }
  .slant-top-left,
  .slant-top-right {
    padding-top: 75px;
  }
  .slant-bottom-left,
  .slant-bottom-right {
    padding-bottom: 75px;
  }
}
/*
@media screen and ( max-width: (@mquery-m - 1) ) {
	
	.slant-top, .slant-bottom {
		height: 50px;
	}
	
	.slant-top-left, .slant-top-right {
		padding-top: 50px;
	}
	
	.slant-bottom-left, .slant-bottom-right {
		padding-bottom: 50px;
	}
	
}
*/
.slant-top-left .slant-top:before {
  -webkit-transform: rotate(-1.5deg);
  transform: rotate(-1.5deg);
}
.slant-top-right .slant-top:before {
  -webkit-transform: rotate(1.5deg);
  transform: rotate(1.5deg);
}
.slant-bottom-left .slant-bottom:before {
  -webkit-transform: rotate(1.5deg);
  transform: rotate(1.5deg);
}
.slant-bottom-right .slant-bottom:before {
  -webkit-transform: rotate(-1.5deg);
  transform: rotate(-1.5deg);
}
.tdaf .slant-top-left .slant-top:before,
.botschafter .slant-top-left .slant-top:before,
.tdaf .slant-top-right .slant-top:before,
.botschafter .slant-top-right .slant-top:before,
.tdaf .slant-bottom-left .slant-bottom:before,
.botschafter .slant-bottom-left .slant-bottom:before,
.tdaf .slant-bottom-right .slant-bottom:before,
.botschafter .slant-bottom-right .slant-bottom:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.slant-top-white .slant-top:before {
  background: rgb(var(--bg-color));
}
.slant-bottom-white .slant-bottom:before {
  background: rgb(var(--bg-color));
}
.slant-top-grey .slant-top:before {
  background: rgb(var(--bg-color-1));
}
.slant-bottom-grey .slant-bottom:before {
  background: rgb(var(--bg-color-1));
}
.slant-top-turquoise .slant-top:before {
  background: rgb(var(--cp-color-1));
}
.slant-bottom-turquoise .slant-bottom:before {
  background: rgb(var(--cp-color-1));
}
.slant-top-gold .slant-top:before {
  background: rgb(var(--cp-color-2));
}
.slant-bottom-gold .slant-bottom:before {
  background: rgb(var(--cp-color-2));
}
.slant-top-gold-light .slant-top:before {
  background: rgb(var(--cp-color-3));
}
.slant-bottom-gold-light .slant-bottom:before {
  background: rgb(var(--cp-color-3));
}
.slant-top-blue .slant-top:before {
  background: rgb(var(--cp-color-4));
}
.slant-bottom-blue .slant-bottom:before {
  background: rgb(var(--cp-color-4));
}
.slant-top-red .slant-top:before {
  background: rgb(var(--cp-color-5));
}
.slant-bottom-red .slant-bottom:before {
  background: rgb(var(--cp-color-5));
}
.slant-top-beige .slant-top:before {
  background: rgb(var(--cp-color-6));
}
.slant-bottom-beige .slant-bottom:before {
  background: rgb(var(--cp-color-6));
}
.flucht .slant-top-grey .slant-top:before {
  background: #fbf7f0;
}
.flucht .slant-bottom-grey .slant-bottom:before {
  background: #fbf7f0;
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
.slick-track {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slider-teaser {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
  /*
	&:before, &:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 10px;
		height: 100%;
		background: #F2F2F2;
		z-index: 1;
	}

	&:after {
		right: 0;
		left: auto;
	}
	*/
}
.slider-teaser .teaser,
.slider-teaser .image,
.slider-teaser img,
.slider-teaser .image:before,
.slider-teaser .image:after,
.slider-teaser .credits {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slider-teaser .item {
  margin: 0px 2px;
}
.slider-teaser .item img {
  width: 100%;
}
.slider-teaser .slick-slider {
  margin: 0;
}
.slider-teaser .slick-prev,
.slider-teaser .slick-next {
  height: 30px;
  width: 30px;
  margin: -45px 0 0;
  position: absolute;
  top: 50%;
  display: block;
  cursor: pointer;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background: rgb(var(--cp-color-2));
  opacity: 0.5;
  z-index: 1;
}
.slider-teaser .slick-prev i,
.slider-teaser .slick-next i {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
}
.slider-teaser .slick-prev i:before,
.slider-teaser .slick-next i:before {
  font-size: 20px;
}
.slider-teaser .slick-prev span,
.slider-teaser .slick-next span {
  text-indent: -9999em;
  display: block;
  visibility: hidden;
}
.slider-teaser .slick-prev:hover,
.slider-teaser .slick-next:hover {
  opacity: 1;
}
.slider-teaser .slick-prev:before,
.slider-teaser .slick-next:before {
  display: none;
}
.slider-teaser .slick-prev {
  left: 10px;
}
.slider-teaser .slick-prev i:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.slider-teaser .slick-prev i:before {
  content: '\f103';
}
.slider-teaser .slick-next {
  right: 10px;
}
.slider-teaser .slick-next i:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.slider-teaser .slick-next i:before {
  content: '\f104';
}
.slider-teaser .slick-dots {
  list-style: none;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
.slider-teaser .slick-dots li {
  display: inline-block;
  line-height: 60px;
  vertical-align: middle;
}
.slider-teaser .slick-dots li.slick-active button {
  background: #B4B4B5;
}
.slider-teaser .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;
}
@media screen and (max-width: 980px) {
  .slider-teaser {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .slider-teaser .slick-track,
  .slider-teaser .slick-list {
    transform: none !important;
    width: auto !important;
  }
  .slider-teaser .slick-dots {
    display: none !important;
  }
  .slider-teaser .teaserS {
    width: 100% !important;
  }
  .slider-teaser .teaserS .wrap {
    padding: 15px !important;
    padding: 0 !important;
  }
  .slider-teaser .teaserS .hl4 {
    padding: 0 20px;
    overflow: hidden;
    position: absolute;
    top: 20px;
    width: 100%;
    box-sizing: border-box;
    color: white !important;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  }
  .slider-teaser .teaserS .text p {
    display: none;
  }
  .slider-teaser .teaserS .image {
    /*
				width: 80px !important;
				float: left !important;
				margin: -15px 15px -15px -15px !important;
				*/
    margin: 0 !important;
  }
  .slider-teaser .teaserS .image:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
  }
  .slider-teaser .teaserS.slick-cloned {
    display: none !important;
  }
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
.slideshow {
  padding: 0;
  margin: 0 15px 40px;
  position: relative;
}
@media screen and (min-width: 980px) {
  .slideshow {
    margin: 0 10% 40px;
  }
}
.slideshow .text {
  margin-left: 0;
  margin-right: 0;
}
.slideshow {
  padding: 0;
  background: white;
}
.slideshow .media {
  margin: 0px;
  padding: 0;
}
.slideshow .slick-slider {
  margin: 0;
}
.slideshow .slick-slide {
  height: auto;
}
.slideshow .slick-prev,
.slideshow .slick-next {
  height: 48px;
  width: 48px;
  margin: -24px 0 0;
  position: absolute;
  top: 50%;
  display: block;
  cursor: pointer;
  color: #fff;
  text-align: center;
  line-height: 48px;
  background: rgb(var(--cp-color-2));
}
.slideshow .slick-prev i,
.slideshow .slick-next i {
  display: block;
  position: relative;
  width: 48px;
  height: 48px;
}
.slideshow .slick-prev i:before,
.slideshow .slick-next i:before {
  font-size: 20px;
}
.slideshow .slick-prev span,
.slideshow .slick-next span {
  text-indent: -9999em;
  display: block;
  visibility: hidden;
}
.slideshow .slick-prev:hover,
.slideshow .slick-next:hover {
  background: rgb(var(--text-color));
}
.slideshow .slick-prev:before,
.slideshow .slick-next:before {
  display: none;
}
.slideshow .slick-prev {
  left: 0px;
}
.slideshow .slick-prev i:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.slideshow .slick-prev i:before {
  content: '\f103';
}
.slideshow .slick-next {
  right: 0px;
}
.slideshow .slick-next i:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.slideshow .slick-next i:before {
  content: '\f104';
}
.slideshow .slick-dots {
  list-style: none;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
.slideshow .slick-dots li {
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
}
.slideshow .slick-dots li.slick-active button {
  background: #B4B4B5;
}
.slideshow .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;
}
.slideshow {
  padding: 0;
  background: white;
}
.slideshow .media {
  margin: 0px;
  padding: 0;
}
.slideshow .slick-slider {
  margin: 0;
}
.slideshow .slick-prev,
.slideshow .slick-next {
  height: 48px;
  width: 48px;
  margin: -24px 0 0;
  position: absolute;
  top: 50%;
  display: block;
  cursor: pointer;
  color: #fff;
  text-align: center;
  line-height: 48px;
  background: rgb(var(--cp-color-2));
}
.slideshow .slick-prev i,
.slideshow .slick-next i {
  display: block;
  position: relative;
  width: 48px;
  height: 48px;
}
.slideshow .slick-prev i:before,
.slideshow .slick-next i:before {
  font-size: 20px;
}
.slideshow .slick-prev span,
.slideshow .slick-next span {
  text-indent: -9999em;
  display: block;
  visibility: hidden;
}
.slideshow .slick-prev:hover,
.slideshow .slick-next:hover {
  background: rgb(var(--text-color));
}
.slideshow .slick-prev:before,
.slideshow .slick-next:before {
  display: none;
}
.slideshow .slick-prev {
  left: 0px;
}
.slideshow .slick-prev i:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.slideshow .slick-prev i:before {
  content: '\f103';
}
.slideshow .slick-next {
  right: 0px;
}
.slideshow .slick-next i:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.slideshow .slick-next i:before {
  content: '\f104';
}
.slideshow .slick-dots {
  list-style: none;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
.slideshow .slick-dots li {
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
}
.slideshow .slick-dots li.slick-active button {
  background: #b4b4b5;
}
.slideshow .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;
}
.botschafter .slideshow .slick-prev,
.botschafter .slideshow .slick-next {
  background-color: rgb(var(--cp-color-8));
}
.botschafter .slideshow .slick-prev:hover,
.botschafter .slideshow .slick-next:hover {
  background: rgb(var(--cp-color-9));
}
.slideshow-quote .blockquote__icon {
  width: 100px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.slideshow-quote .blockquote {
  text-align: center;
  max-width: 80%;
  margin: 0 auto 40px;
  position: relative;
  padding-top: 60px;
}
.slideshow-quote .blockquote--answers {
  padding: 0;
}
.slideshow-quote .blockquote__question {
  color: rgb(var(--cp-color-8));
}
.slideshow-quote .blockquote__answer {
  padding: 0 0 20px;
  font: 400 18px/26px 'CeraPro', sans-serif;
}
.slideshow-quote .blockquote__text {
  line-height: 38px;
  color: rgb(var(--cp-color-8));
}
.slideshow-quote p:after,
.slideshow-quote p:before {
  display: none;
}
.slideshow-quote .blockquote__footer .author {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slideshow-quote .blockquote__footer .author img {
  border-radius: 40px;
}
.slideshow-quote .blockquote__footer .author .author__image {
  padding-right: 10px;
}
.slideshow-quote .blockquote__footer .author .author__name {
  color: rgb(var(--cp-color-8));
  font-weight: 700;
}
.slideshow-quote .blockquote--answers .blockquote__content {
  overflow: hidden;
}
.slideshow-quote .blockquote--answers .blockquote__content .blockquote__text {
  text-align: left;
  color: rgb(var(--text-color));
}
.slideshow-quote .blockquote--answers .blockquote__content .blockquote__text ul {
  padding-bottom: 0;
  margin: 0;
}
.slideshow-quote .blockquote--answers .blockquote__content .blockquote__text ul li {
  list-style: none;
  padding: 0 0 20px;
  font: 400 20px/28px 'CeraPro', sans-serif;
}
.slideshow-quote .blockquote--answers .blockquote__content .blockquote__text ul li span {
  display: block;
  text-transform: uppercase;
  font: 700 12px/14px 'CeraPro', sans-serif;
  color: rgb(var(--cp-color-8));
}
.slideshow-quote .blockquote--answers .blockquote__content .blockquote__footer .author {
  justify-content: flex-start;
}
.slideshow-quote .blockquote--answers .blockquote__image {
  float: left;
  padding-right: 40px;
}
.slideshow-quote .blockquote--answers .blockquote__image img {
  border-radius: 50%;
}
.slideshow-quote .slideshow__item:first-of-type:last-of-type .blockquote {
  margin-left: 0 !important;
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
.socials {
  position: absolute;
  bottom: 200px;
  right: 10px;
  display: none;
}
.socials li {
  float: left;
  margin-right: 10px;
}
.socials li:hover i {
  color: #A13124;
}
.socials a {
  display: block;
  height: 58px;
  width: 58px;
  background: white;
  border-radius: 29px;
}
.socials .twitter i {
  height: 100%;
  width: 100%;
  display: table;
  table-layout: fixed;
  font-size: 22px;
}
.socials .twitter i:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.socials .twitter i:before {
  content: '\f123';
}
.socials .twitter i:before {
  width: 100%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 58px;
}
.socials .rss i {
  height: 100%;
  width: 100%;
  display: table;
  table-layout: fixed;
  font-size: 22px;
}
.socials .rss i:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.socials .rss i:before {
  content: '\f11f';
}
.socials .rss i:before {
  width: 100%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 58px;
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
.sponsors {
  margin: 0 0 40px;
}
.sponsors.widget:before,
.sponsors > ul.cl:before {
  content: none;
  display: block;
}
.sponsors .hl3,
.sponsors .text {
  margin: 0px auto !important;
  text-align: center;
  max-width: 780px;
}
.sponsors .text {
  padding-top: 20px;
}
.sponsors .text p {
  padding-bottom: 0;
}
.sponsors ul {
  list-style: none;
  padding: 0;
  margin: 0 10%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 100px;
  justify-items: center;
}
.sponsors ul > li:only-child {
  grid-column: 2;
}
@media screen and (max-width: 980px) {
  .sponsors ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px 50px;
  }
  .sponsors ul > li:only-child {
    grid-column: 1;
  }
}
.sponsors ul > li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}
.sponsors ul > li > a,
.sponsors ul > li > span {
  width: 100%;
  height: 100%;
  font: 400 14px/24px 'CeraPro', sans-serif;
  color: rgb(var(--text-color));
  display: flex;
  align-items: center;
  justify-content: left;
}
.sponsors ul > li > a:hover,
.sponsors ul > li > span:hover {
  color: rgb(var(--cp-color-1));
}
.sponsors ul > li > a img,
.sponsors ul > li > span img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
/* Botschafter */
.botschafter .widget.sponsors {
  padding-top: 30px;
  text-align: center;
}
.botschafter .widget.sponsors .hl3 {
  text-align: center;
  margin: 0 auto 20px auto !important;
  width: 100%;
}
.botschafter .widget.sponsors ul {
  text-align: center;
}
.botschafter .widget.sponsors ul > li {
  display: inline-block;
  float: none;
  border-right: none;
  border-left: 1px solid #ddd;
  overflow: hidden;
  padding: 0;
}
.botschafter .widget.sponsors ul > li:first-child {
  border: none;
}
@media screen and (max-width: 980px) {
  .sponsors ul {
    margin: 0 15px;
  }
  .sponsors ul > li {
    width: 33.33%;
    padding: 0 !important;
  }
  .sponsors ul.logos-2 > li:first-child {
    padding-left: 16.75% !important;
  }
}
@media screen and (max-width: 640px) {
  .sponsors ul > li {
    width: 50%;
  }
  .sponsors ul.logos-2 > li:first-child {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .sponsors {
    margin-top: 0;
  }
  .sponsors ul > li a,
  .sponsors ul > li span {
    height: 100px;
    padding: 15px 10px;
  }
}
.tdaf .sponsors .hl3 {
  text-transform: none;
}
.tdaf .sponsors .hl3,
.tdaf .sponsors .text {
  text-align: left;
  width: auto;
  margin: 0 15px 20px !important;
}
@media screen and (min-width: 980px) {
  .tdaf .sponsors .hl3,
  .tdaf .sponsors .text {
    margin: 0 45px 20px !important;
  }
}
.tdaf .sponsors ul > li {
  border-right: 1px solid #ddd;
  box-sizing: border-box;
  margin-bottom: 40px;
}
@media screen and (min-width: 640px) and (max-width: 980px) {
  .tdaf .sponsors ul > li:nth-child(3n+0) {
    border: 0;
  }
}
@media screen and (max-width: 640px) {
  .tdaf .sponsors ul > li {
    margin-bottom: 20px;
  }
  .tdaf .sponsors ul > li:nth-child(2n+0) {
    border: 0;
  }
}
@media screen and (min-width: 980px) {
  .tdaf .sponsors ul {
    margin: 0 45px;
  }
}
@media screen and (min-width: 480px) {
  .tdaf .sponsors ul > li > a,
  .tdaf .sponsors ul > li > span {
    padding: 5px 30px;
  }
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
.hihihi {
  color: black;
}
.invisible {
  display: none !important;
}
body {
  background: rgb(var(--bg-color));
  margin: 0;
  overflow-x: hidden;
  position: relative;
}
.page {
  padding-top: 135px;
  position: relative;
  overflow: hidden;
}
body.tdaf {
  background: white;
}
body.tdaf .page {
  padding-top: 164px;
}
.wrap {
  max-width: 1280px;
  margin: 0 auto;
}
.portal .wrap {
  position: relative;
}
.rows .row {
  box-sizing: border-box;
}
.rows .row-left {
  float: left;
}
.rows .row-right {
  float: right;
}
.rows .row-1-2 {
  width: 50%;
}
/*
.section {
	padding: 25px 0 55px;
}
*/
@media screen and (max-width: 979px) {
  .rows .row {
    float: none;
    width: auto;
  }
}
@media print {
  body {
    overflow: visible;
  }
  .move-up,
  .mobile-search,
  .navigation-unchor,
  .top-scroll,
  .share {
    display: none !important;
  }
  .teaser {
    position: static !important;
  }
}
/* Botschafter */
.botschafter .column-3 {
  width: 33.3%;
  float: left;
}
.botschafter .column-2 {
  width: 50%;
  float: left;
}
.botschafter .column-4 {
  width: 25%;
  float: left;
}
@media screen and (max-width: 980px) {
  .botschafter .column-3,
  .botschafter .column-2,
  .botschafter .column-4 {
    float: none;
    width: 100%;
  }
}
@media screen and (min-width: 980px) {
  .mobile-only {
    display: none;
  }
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
.subline {
  margin: 0 15px 10px;
  color: rgb(var(--text-color));
}
.subline .date {
  float: left;
  font: 700 17px/30px 'CeraPro', sans-serif;
}
.subline .date:before {
  content: '·';
  padding: 0 10px;
}
.subline .date:first-child:before {
  display: none;
}
.subline .category {
  font: 700 17px/30px 'CeraPro', sans-serif;
  display: block;
  float: left;
}
.subline .category:before {
  content: '·';
  padding: 0 10px;
}
.subline .category:first-child:before {
  display: none;
}
.teaser {
  position: relative;
  float: left;
  display: block;
  z-index: 1;
}
.teaser .wrap {
  background: rgb(var(--bg-color-1));
  padding: 30px 30px 10px;
  margin: 0 10px 20px;
  position: relative;
}
.teaser .subline {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 15px;
  background: rgb(var(--cp-color-2));
  text-transform: uppercase;
  color: white;
  display: inline-block;
}
.teaser .subline .date {
  font: 700 13px/30px 'CeraPro', sans-serif;
}
.teaser .subline .category {
  font: 700 13px/30px 'CeraPro', sans-serif;
}
.teaser .hl3,
.teaser .hl4 {
  margin: 0 !important;
  padding: 0 0 20px 0;
  color: rgb(var(--text-color));
  text-transform: none;
}
.teaser .image {
  margin: -30px -30px 20px;
  position: relative;
}
.teaser .image.s,
.teaser .image.xs {
  width: 40%;
  float: left;
  margin-right: 30px;
}
.teaser .image .play {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgb(var(--cp-color-2));
  opacity: 1 !important;
  z-index: 1111;
}
.teaser .image .play:before {
  left: 18px;
  top: 14px;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #fff;
  border-width: 11px 11px 11px 20px;
}
.teaser .text {
  margin: 0 !important;
  padding: 0;
}
.teaser p,
.teaser li,
.teaser address {
  font: 400 14px/24px 'CeraPro', sans-serif;
  color: rgb(var(--text-color));
}
.teaser li:before {
  background: rgb(var(--text-color));
}
.teaser .read-more {
  font: 700 13px/30px 'CeraPro', sans-serif;
  display: inline-block;
  width: 30px;
  line-height: 30px !important;
  height: 30px;
  background: rgb(var(--cp-color-2));
  text-transform: uppercase;
  text-indent: -10000em;
  color: white;
  position: absolute;
  left: 0;
  bottom: 0;
  /* display: none !important; */
}
.teaser .read-more:before {
  text-indent: 0;
  content: '+';
  background: rgb(var(--cp-color-3));
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}
.teaser .read-more:hover:before {
  background: rgb(var(--cp-color-2));
  color: white;
}
.teaser .external .read-more:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.teaser .external .read-more:before {
  content: '\f10b';
}
.teaser .external .read-more:before {
  font-size: 14px;
}
.teaser .share {
  position: absolute;
  right: 10px;
  bottom: 10px;
  margin: 0;
}
.teaser .share a {
  height: 16px;
  width: 16px;
  margin-right: 5px;
}
.teaser .share a.twitter:before {
  font-size: 11px;
  left: 1px;
  top: 2px;
}
.teaser .share a.facebook:before {
  font-size: 13px;
  left: 5px;
  top: 0;
}
.teaser .wrap {
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.teaser .image {
  overflow: hidden;
}
.teaser .image img {
  transition: all 100ms ease-in-out;
  overflow: hidden;
  display: block;
}
.teaser .image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.teaser.patrol .image:before {
  background-color: rgba(var(--cp-color-1), 0.7);
}
.teaser.blue .image:before {
  background-color: rgba(var(--cp-color-4), 0.7);
}
.teaser.gold .image:before {
  background-color: rgba(var(--cp-color-2), 0.7);
}
.teaser.red .image:before {
  background-color: rgba(var(--cp-color-5), 0.7);
}
.teaser a:hover .image img {
  transform: scale(1.2);
}
.teaser a:hover .hl3:hover,
.teaser a:hover .hl4:hover {
  color: rgb(var(--text-color));
}
.teaser a:hover .text p {
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.teaser a:hover .read-more:before {
  background: rgb(var(--cp-color-2));
  color: white;
}
.section-beige .teaser:not(.patrol) .wrap,
.flucht .teaser:not(.patrol) .wrap,
.section-beige .teaser:not(.blue) .wrap,
.flucht .teaser:not(.blue) .wrap,
.section-beige .teaser:not(.red) .wrap,
.flucht .teaser:not(.red) .wrap,
.section-beige .teaser:not(.gold) .wrap,
.flucht .teaser:not(.gold) .wrap {
  background: #fbf7f0;
}
.section-beige .teaser:not(.patrol).teaserM .wrap .image:after,
.flucht .teaser:not(.patrol).teaserM .wrap .image:after,
.section-beige .teaser:not(.blue).teaserM .wrap .image:after,
.flucht .teaser:not(.blue).teaserM .wrap .image:after,
.section-beige .teaser:not(.red).teaserM .wrap .image:after,
.flucht .teaser:not(.red).teaserM .wrap .image:after,
.section-beige .teaser:not(.gold).teaserM .wrap .image:after,
.flucht .teaser:not(.gold).teaserM .wrap .image:after,
.section-beige .teaser:not(.patrol).teaserL .wrap .image:after,
.flucht .teaser:not(.patrol).teaserL .wrap .image:after,
.section-beige .teaser:not(.blue).teaserL .wrap .image:after,
.flucht .teaser:not(.blue).teaserL .wrap .image:after,
.section-beige .teaser:not(.red).teaserL .wrap .image:after,
.flucht .teaser:not(.red).teaserL .wrap .image:after,
.section-beige .teaser:not(.gold).teaserL .wrap .image:after,
.flucht .teaser:not(.gold).teaserL .wrap .image:after {
  border-bottom-color: #fbf7f0;
}
.section-beige .teaser:not(.patrol).listL .wrap .image:after,
.flucht .teaser:not(.patrol).listL .wrap .image:after,
.section-beige .teaser:not(.blue).listL .wrap .image:after,
.flucht .teaser:not(.blue).listL .wrap .image:after,
.section-beige .teaser:not(.red).listL .wrap .image:after,
.flucht .teaser:not(.red).listL .wrap .image:after,
.section-beige .teaser:not(.gold).listL .wrap .image:after,
.flucht .teaser:not(.gold).listL .wrap .image:after {
  border-left-color: #fbf7f0;
}
.flucht .teaser.teaserM .wrap .image:after,
.flucht .teaser.teaserL .wrap .image:after,
.flucht .teaser.listL .wrap .image:after {
  display: none;
}
.teaser-map {
  background: #f0e2c5;
}
.teaser-map .hl1 {
  color: rgb(var(--cp-color-2));
  color: #a48941;
  text-transform: none;
  margin: 0;
}
.teaser-map .subline {
  background: transparent;
  color: #a48941;
  position: relative;
  padding: 0 0 10px;
}
.teaser-map .text p {
  color: #a48941 !important;
}
.teaser-map .button {
  background: transparent;
  border-color: #a48941 !important;
  color: #a48941 !important;
  margin: 0;
}
.teaserCTA .wrap {
  padding: 30px 30px 10px;
}
.teaserCTA .image {
  position: relative;
}
.teaserCTA .cta {
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 20px 40px 20px;
  top: 0;
  z-index: 2;
}
.teaserCTA .cta .hl3 {
  color: white !important;
  text-transform: uppercase;
  font: 600 24px/30px 'CeraPro', sans-serif;
  min-height: 105px;
}
.teaserCTA .cta .button {
  display: inline-block;
  /* padding: 5px 60px; */
}
.teaserCTA .text .button {
  display: none;
}
.tdaf .teaserHome .read-more {
  display: none;
}
.teaserL {
  width: 50%;
}
.teaserL .text p {
  font: 400 16px/28px 'CeraPro', sans-serif;
}
.teaserM {
  width: 33.33%;
}
.teaserM .hl4 {
  padding-bottom: 10px;
}
.teaserS {
  width: 25%;
}
.teaserS .wrap {
  padding: 20px 20px 10px;
}
.teaserS .hl4 {
  font: 700 18px/24px 'CeraPro', sans-serif;
  padding: 15px 0 10px;
}
.teaserS .image {
  margin: -20px -20px 0;
}
.teaserXS {
  width: 20%;
}
.teaserXS .wrap {
  padding: 20px 20px 0;
  padding-bottom: 15px;
}
.teaserXS .image {
  margin: -20px -20px 0;
}
.teaserXS .hl4 {
  font: 700 18px/24px 'CeraPro', sans-serif;
  padding: 15px 0 10px;
}
.teaserXS .text p {
  padding-bottom: 15px;
}
.teaserL a .wrap,
.teaserM a .wrap,
.teaserS a .wrap {
  padding-bottom: 10px !important;
}
.teaserXS a .wrap {
  padding-bottom: 30px !important;
}
.listL,
.listM {
  width: 100%;
}
.listL .image,
.listM .image {
  width: 235px;
  float: left;
  margin: -30px 30px -10px -30px;
}
.listL .image:after,
.listM .image:after {
  right: 0%;
  top: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: rgb(var(--bg-color-1));
  border-width: 40px;
  border-right-width: 30px;
  margin-top: -40px;
  transition: all 100ms ease-in-out;
}
.listL .text p,
.listM .text p {
  padding: 0 0 30px;
  font: 400 17px/30px 'CeraPro', sans-serif;
}
.listL .subline,
.listM .subline {
  left: 0px;
}
.listL .read-more,
.listM .read-more {
  left: 0;
}
.listL:hover .image:after,
.listM:hover .image:after {
  border-width: 30px;
  margin-top: -30px;
  border-right-width: 20px;
}
.listL:not(.teaser--img-left):nth-of-type(even) .image,
.listM:not(.teaser--img-left):nth-of-type(even) .image {
  float: right;
  margin: -30px -30px -10px 30px;
}
.listL:not(.teaser--img-left):nth-of-type(even) .image:after,
.listM:not(.teaser--img-left):nth-of-type(even) .image:after {
  left: 0%;
  border-right-width: 0;
  border-left-color: rgb(var(--bg-color-1));
  border-left-width: 30px;
}
.listL:not(.teaser--img-left):nth-of-type(even):hover .image:after,
.listM:not(.teaser--img-left):nth-of-type(even):hover .image:after {
  border-width: 30px;
  margin-top: -30px;
  border-right-width: 0;
  border-left-width: 20px;
}
.listL.listL .image,
.listM.listL .image {
  width: 300px;
}
.listL.listL .text p,
.listM.listL .text p {
  font: 400 18px/30px 'CeraPro', sans-serif;
}
.section-grey .teaser .wrap {
  background: white;
}
.section-grey .teaserL .image:after,
.section-grey .teaserM .image:after,
.section-grey .teaserS .image:after,
.section-grey .teaserXS .image:after {
  border-bottom-color: #ffffff;
}
.section-grey .listL .image:after,
.section-grey .listM .image:after {
  border-right-color: #ffffff;
}
.section-grey .listL:not(.teaser--img-left):nth-of-type(even) .image:after,
.section-grey .listM:not(.teaser--img-left):nth-of-type(even) .image:after {
  border-right-color: transparent;
  border-left-color: #ffffff;
}
.widget.related .teaser .wrap {
  border: 0;
  padding: 10px 0 0;
}
.widget.related .teaser .wrap:before {
  border: 0 !important;
}
.widget.related .teaser .wrap .hl3 {
  padding-bottom: 15px;
}
.widget.related .teaser .wrap .image {
  margin-bottom: 15px;
}
.widget.related .teaser .wrap .icon {
  position: absolute;
  left: 30px;
  top: 30px;
  height: 190px;
  width: 190px;
  background: rgb(var(--cp-color-1));
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 60%;
}
.widget.related .teaser .wrap .icon.map {
  background-image: url('../../images/theme_map.svg');
  background-size: auto 80%;
}
.widget.related .teaser .wrap .icon.diagram {
  background-image: url('../../images/theme_diagram.svg');
}
.widget.related .teaser .wrap .icon.comment {
  background-image: url('../../images/theme_comment.svg');
}
.widget.related .teaser .wrap .icon.price {
  background-image: url('../../images/theme_price.svg');
  background-size: 70% auto;
}
.widget.related .teaser .wrap p {
  font: 400 17px/28px 'CeraPro', sans-serif;
}
@media screen and (max-width: 979px) {
  .teaser .wrap {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .teaser .image {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .teaser .hl3,
  .teaser .hl4 {
    font: 700 18px/24px 'CeraPro', sans-serif !important;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  .teaser .text p,
  .teaser .text address {
    font: 400 14px/22px 'CeraPro', sans-serif !important;
  }
  .teaserL,
  .teaserM {
    width: 50%;
  }
  .teaserS {
    width: 50%;
  }
  .teaserS .text p {
    font-size: 14px;
    line-height: 24px;
  }
  .teaserXS {
    width: 33.33%;
  }
  .teaserCTA .image:after {
    display: none;
  }
  .teaserCTA .cta .hl3 {
    font-size: 18px;
    line-height: 24px;
    min-height: 72px;
    padding-bottom: 10px;
  }
  .teaserCTA .hl4 {
    padding-bottom: 10px;
  }
  .teaserCTA .cta .button,
  .teaserCTA .text .button {
    padding: 2px 40px;
    font-size: 15px;
  }
  .listL .wrap,
  .listM .wrap {
    padding: 15px !important;
    margin-bottom: 10px;
  }
  .listL .image,
  .listM .image {
    width: 220px;
    margin: -15px 15px -15px -15px !important;
  }
  .listL:not(.teaser--img-left):nth-of-type(even) .image,
  .listM:not(.teaser--img-left):nth-of-type(even) .image {
    margin: -15px -15px -15px 15px !important;
  }
  .listL .hl4,
  .listM .hl4 {
    padding-bottom: 10px;
  }
  .listL .text p,
  .listM .text p {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .teaserL {
    width: 100%;
  }
  .teaserM,
  .teaserS {
    width: 50%;
    /*
		.text p {
			font-size: 14px;
			line-height: 24px;
		}

		.read-more {
			font-size: 14px;
			line-height: 19px;
		}
		*/
  }
  .teaserXS {
    width: 50%;
  }
  .teaser .image:after {
    display: none;
  }
  .listL,
  .listM {
    /*
		.image {
			width: 160px;
		}
		*/
  }
  .listL .wrap,
  .listM .wrap {
    padding: 15px !important;
  }
  .listL .hl4,
  .listM .hl4 {
    padding: 0;
    overflow: hidden;
  }
  .listL .text .read-more,
  .listM .text .read-more,
  .listL .text p,
  .listM .text p {
    display: none;
  }
  .listL .image,
  .listM .image {
    width: 80px !important;
    float: left !important;
    margin: -15px 15px -15px -15px !important;
  }
  .listL:not(.teaser--img-left):nth-of-type(even) .image,
  .listM:not(.teaser--img-left):nth-of-type(even) .image {
    margin: -15px 15px -15px -15px !important;
  }
  .listL .subline,
  .listM .subline {
    left: 95px;
    top: 5px;
    padding: 0;
    margin: 0;
    background: transparent;
    color: rgb(var(--text-color));
    text-transform: none;
  }
  .listL .subline .date,
  .listM .subline .date {
    font: 400 13px/20px 'CeraPro', sans-serif;
  }
  .listL .subline .category,
  .listM .subline .category {
    display: none;
    font: 400 13px/20px 'CeraPro', sans-serif;
  }
  .listL .subline .category:before,
  .listM .subline .category:before {
    padding: 0 5px;
  }
}
@media screen and (max-width: 480px) {
  .teaser .wrap {
    margin-bottom: 15px;
    height: auto !important;
  }
  .teaser .image:after {
    display: none;
  }
  .teaser .hl3,
  .teaser .hl4 {
    font: 700 18px/24px 'CeraPro', sans-serif !important;
  }
  .teaser .text p,
  .teaser .text address {
    font: 400 14px/22px 'CeraPro', sans-serif !important;
  }
  .teaserM,
  .teaserS,
  .teaserXS {
    width: 100%;
  }
  .teaserM .teaserCTA .cta,
  .teaserS .teaserCTA .cta,
  .teaserXS .teaserCTA .cta {
    padding: 15px;
  }
}
.teaser-donation {
  background-color: #b4cdcf;
  margin: 20px 0;
  background-image: url(../../images/logo-anne_frank_zentrum.svg);
  background-size: 200px auto;
  background-position: left 30px top 40px;
  background-repeat: no-repeat;
  padding: 40px 30px 40px 270px;
  overflow: hidden;
}
.teaser-donation .text {
  float: left;
  max-width: 440px;
}
.teaser-donation .text .hl3 {
  padding-bottom: 20px;
  font: 400 24px/28px 'CeraPro', Arial, sans-serif;
  text-transform: none;
}
.teaser-donation .button {
  display: block;
  float: right;
  margin: 50px 0 0 0;
}
@media screen and (max-width: 1215px) {
  .teaser-donation .button {
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 680px) {
  .teaser-donation {
    padding: 130px 20px 30px 20px;
  }
  .teaser-donation .text {
    float: none;
    max-width: none;
  }
  .teaser-donation .button {
    display: inline-block;
    float: none;
  }
}
.tdaf .teaserCTA .wrap {
  background: white;
}
.tdaf .teaserCTA .image {
  position: relative;
}
.tdaf .teaserCTA .image:after {
  border-bottom-color: white;
}
.tdaf .teaserCTA .cta {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
}
.tdaf .teaserCTA .hl4,
.tdaf .teaserCTA .text {
  text-align: center;
}
/* Botschafter */
body.botschafter .teaser .image {
  margin: -30px 0 20px 0px;
}
body.botschafter .teaser .image .play {
  background-color: rgb(var(--cp-color-8));
}
body.botschafter .teaser .image .play:hover {
  background-color: rgb(var(--cp-color-9));
}
body.botschafter .teaser .image:hover .subline {
  background-color: rgb(var(--cp-color-9));
}
body.botschafter .teaser.blue .image:before {
  background-color: rgba(var(--cp-color-8), 0.8);
}
body.botschafter .teaser.red .image:before {
  background-color: rgba(var(--cp-color-9), 0.8);
}
body.botschafter .teaser .subline {
  background-color: rgb(var(--cp-color-8));
  z-index: 2;
}
body.botschafter .teaser .wrap {
  background: white;
  padding: 30px 0;
}
body.botschafter .teaser .text p {
  padding-bottom: 0;
}
body.botschafter .teaser .read-more {
  background: none;
  display: inline;
  height: auto;
  color: rgb(var(--text-color));
  line-height: normal;
  width: auto;
  text-indent: 0;
  position: relative;
  text-transform: capitalize;
  font: 700 14px/28px 'CeraPro', Arial, sans-serif;
}
body.botschafter .teaser .read-more:hover {
  color: rgb(var(--cp-color-9));
}
body.botschafter .teaser .read-more:after {
  content: '\f115';
  position: relative;
  left: 12px;
  color: #c7a54e;
  font-size: 12px;
  text-align: left;
  display: inline-block;
  color: rgb(var(--cp-color-9));
  font-family: 'icon';
}
body.botschafter .teaser .read-more:before {
  content: none;
}
body.botschafter .teaser:hover .hl3,
body.botschafter .teaser:hover .hl4,
body.botschafter .teaser:hover .text .read-more {
  color: rgb(var(--cp-color-9));
}
body.botschafter .teaser:hover .subline {
  background-color: rgb(var(--cp-color-9));
}
body.botschafter .listL .wrap {
  padding-top: 0;
}
body.botschafter .listL .subline {
  position: relative;
}
body.botschafter .listL .image {
  margin-top: 0;
  margin-right: 20px;
}
body.botschafter .listL:nth-child(even) .image {
  margin-right: 0;
}
body.botschafter .teaserL .read-more,
body.botschafter .listL .read-more {
  font-size: 16px;
}
body.botschafter .teaserL .subline,
body.botschafter .teaserM .subline,
body.botschafter .teaserS .subline,
body.botschafter .teaserXS .subline {
  position: relative;
}
body.botschafter .teaserL .image + .subline,
body.botschafter .teaserM .image + .subline,
body.botschafter .teaserS .image + .subline,
body.botschafter .teaserXS .image + .subline {
  position: absolute;
}
body.botschafter .teaserL .subline {
  margin-bottom: 10px;
}
body.botschafter .teaserXS .image {
  margin: -20px 0px 0px 0px;
}
body.botschafter .teaserXS .image:after {
  border: none;
  content: none;
}
body.botschafter .teaserXS .wrap {
  background: white;
  padding: 20px 0;
}
body.botschafter .teaserXS:hover .image:after {
  border: none;
  content: none;
}
body.botschafter .teaserS .image {
  margin: -30px 0 0px 0px;
}
body.botschafter .teaserS .wrap {
  padding: 30px 20px 10px 0;
}
body.botschafter .teaserCTA .image:after {
  border-bottom: none;
}
body.botschafter .listL .image:after,
body.botschafter .listM .image:after {
  border: none;
}
body.botschafter .teaser-grid .image {
  margin: -30px 0 -10px 0px;
}
body.botschafter .teaser-kontakt-wrapper {
  padding: 20px 0 90px 0;
}
body.botschafter .teaser.teaser-kontakt .wrap {
  padding: 30px 0 !important;
}
body.botschafter .teaser.teaser-kontakt .text {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
body.botschafter .teaser.teaser-kontakt .hl5 {
  color: rgb(var(--text-color)) !important;
}
body.botschafter .teaser.teaser-kontakt .image {
  margin-bottom: 20px;
}
body.botschafter .teaser.teaser-kontakt a {
  color: rgb(var(--cp-color-8));
  font: 700 16px/28px 'CeraPro', Arial, sans-serif;
}
body.botschafter .teaser.teaser-kontakt:hover a {
  color: rgb(var(--cp-color-9));
}
@media screen and (max-width: 480px) {
  body.botschafter .teaser.teaser-kontakt .wrap {
    overflow: hidden;
    clear: both;
    padding: 0;
  }
  body.botschafter .teaser.teaser-kontakt .image {
    float: left;
    width: 40%;
    margin: 0 15px 0 -15px !important;
  }
  body.botschafter .teaser.teaser-kontakt .text {
    float: left;
    text-align: left;
    width: 60%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
.top-scroll {
  position: fixed;
  display: block;
  height: 40px;
  width: 40px;
  background: #fff;
  text-indent: -10000em;
  color: rgb(var(--text-color));
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  z-index: 9999;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 600ms;
}
.top-scroll:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.top-scroll:before {
  content: '\f105';
}
.top-scroll.visible {
  opacity: 1;
}
.top-scroll:before {
  line-height: 30px;
  height: 30px;
  width: 30px;
  display: inline-block;
  text-indent: 0;
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 5px;
  text-align: center;
}
.top-scroll:hover {
  background: #c7a54e;
  background: rgb(var(--text-color));
  color: white;
}
@media screen and (max-width: 980px) {
  .top-scroll {
    display: none !important;
  }
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
.typo3-messages {
  position: relative;
}
.typo3-messages .alert.alert-success:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.typo3-messages .alert.alert-success:before {
  content: '\f126';
}
.typo3-messages .alert.alert-success:before {
  color: #6A9B9F;
}
.typo3-messages .alert.alert-success .alert-title {
  color: #6A9B9F;
}
.typo3-messages .alert.alert-success .alert-message {
  color: #6A9B9F;
}
.typo3-messages .alert.alert-notice:before,
.typo3-messages .alert.alert-info:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.typo3-messages .alert.alert-notice:before,
.typo3-messages .alert.alert-info:before {
  content: '\f125';
}
.typo3-messages .alert.alert-notice:before,
.typo3-messages .alert.alert-info:before {
  color: #6A9B9F;
}
.typo3-messages .alert.alert-notice .alert-title,
.typo3-messages .alert.alert-info .alert-title {
  color: #6A9B9F;
}
.typo3-messages .alert.alert-notice .alert-message,
.typo3-messages .alert.alert-info .alert-message {
  color: #6A9B9F;
}
.typo3-messages .alert.alert-error:before,
.typo3-messages .alert.alert-warning:before,
.typo3-messages .alert.alert-danger:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.typo3-messages .alert.alert-error:before,
.typo3-messages .alert.alert-warning:before,
.typo3-messages .alert.alert-danger:before {
  content: '\f124';
}
.typo3-messages .alert.alert-error:before,
.typo3-messages .alert.alert-warning:before,
.typo3-messages .alert.alert-danger:before {
  color: #CF2730;
}
.typo3-messages .alert.alert-error .alert-title,
.typo3-messages .alert.alert-warning .alert-title,
.typo3-messages .alert.alert-danger .alert-title {
  color: #CF2730;
}
.typo3-messages .alert.alert-error .alert-message,
.typo3-messages .alert.alert-warning .alert-message,
.typo3-messages .alert.alert-danger .alert-message {
  color: #CF2730;
}
.typo3-messages .alert:before {
  position: absolute;
  line-height: 60px;
  width: 60px;
  height: 60px;
  text-align: center;
  left: 1px;
  top: 0;
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
.typo3-messages .alert .media {
  margin: 0;
}
.typo3-messages .alert .media .media-left {
  display: none;
}
.typo3-messages .alert .media .media-body {
  padding-left: 80px;
  box-sizing: border-box;
  height: 60px;
  display: table-cell;
  vertical-align: middle;
}
.typo3-messages .alert .media .media-body .alert-title {
  margin: 0;
  padding: 0;
  text-align: left;
}
.typo3-messages .alert .media .media-body .alert-message {
  text-align: left;
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
.navigation-unchor {
  position: fixed;
  left: 25px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
}
.navigation-unchor ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navigation-unchor li {
  position: relative;
  height: 24px;
}
.navigation-unchor li:before {
  content: '';
  display: block;
  position: absolute;
  left: 4px;
  top: 6px;
  background: #fff !important;
  border: 1px solid rgb(var(--cp-color-2));
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  line-height: 14px;
  padding: 0;
  text-indent: -10000em;
  margin: 0;
}
.navigation-unchor a {
  background: rgb(var(--cp-color-2));
  color: #fff;
  font: 400 14px/24px 'CeraPro', sans-serif;
  padding-left: 24px;
  padding-right: 10px;
  display: inline-block;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  z-index: 1;
  position: relative;
  display: none;
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 0.3;
  }
  60% {
    opacity: 0.5;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 0.3;
  }
  60% {
    opacity: 0.5;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
.navigation-unchor li:hover a {
  display: inline-block;
  opacity: 1;
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 100ms;
  animation-name: fadeIn;
  animation-duration: 100ms;
}
@media screen and (max-width: 1279px) {
  .navigation-unchor {
    left: 10px;
  }
}
@media screen and (max-width: 979px) {
  .navigation-unchor {
    display: none !important;
  }
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
.vcard {
  float: left;
  width: 100%;
}
.vcard .vcard-box {
  background: #fff;
  margin: 0 10px 20px;
  overflow: hidden;
  padding: 20px 20px 10px;
  box-sizing: border-box;
}
.vcard .vcard-data {
  width: 100%;
}
.vcard .image {
  width: 190px;
  height: 190px !important;
  vertical-align: top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  float: left;
  margin: -20px 20px -10px -20px;
}
.vcard .text {
  margin: 0 !important;
  box-sizing: border-box;
  vertical-align: top;
  overflow: hidden;
}
.vcard .text h4 a {
  color: rgb(var(--text-color));
  position: relative;
  display: inline-block;
  padding-right: 25px;
}
.vcard .text h4 a:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.vcard .text h4 a:before {
  content: '\f10a';
}
.vcard .text h4 a:before {
  position: absolute;
  right: 0;
  font-size: 14px;
}
.vcard .text h4 a:hover {
  color: rgb(var(--cp-color-1));
}
.vcard .text p {
  padding-bottom: 10px;
}
.vcard .text span {
  display: block;
}
.vcard .text span,
.vcard .text span a {
  font-size: 14px;
  line-height: 20px;
  border: 0;
}
.vcard .text .position {
  font-weight: 700;
  line-height: 18px;
}
.vcard.vcard_m {
  width: 50%;
}
.vcard.vcard_m .vcard-box {
  background: #fff;
}
.section-white .vcard .vcard-box {
  background: rgb(var(--bg-color-1));
}
@media screen and (max-width: 980px) {
  .vcard {
    float: none;
  }
  .vcard.vcard_m {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .vcard .vcard-box {
    padding: 15px 15px 10px;
    margin: 0 10px 10px;
  }
  .vcard .image {
    width: 140px;
    height: 140px !important;
    margin: -15px 15px 10px -15px;
  }
  .vcard .text h4 {
    font: 700 24px/30px 'CeraPro', sans-serif;
    font: 700 18px/24px 'CeraPro', sans-serif !important;
  }
  .vcard .text .position {
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  .vcard .text .phone a {
    white-space: nowrap;
  }
}
@media screen and (max-width: 480px) {
  .vcard .image {
    width: 100px;
    height: 100px !important;
  }
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
.content .video h3,
.content .audio h3 {
  margin: 0;
}
.content .video .player,
.content .audio .player {
  height: 100%;
  width: 100%;
  background: #fff;
  display: block;
}
.content video,
.content audio {
  display: block;
}
@media screen and (max-width: 639px) {
  .content .video h2,
  .content .audio h2 {
    margin: 0 10px;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive:before {
  display: block;
  content: "";
}
.embed-responsive-21by9:before {
  padding-top: 42.857143%;
}
.embed-responsive-16by9:before {
  padding-top: 56.25%;
}
.embed-responsive-4by3:before {
  padding-top: 75%;
}
.embed-responsive-1by1:before {
  padding-top: 100%;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */
: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';
}
.wall {
  margin: 0 15px 40px;
  box-sizing: border-box;
}
@media screen and (min-width: 980px) {
  .wall {
    margin: 0 20px 60px;
  }
}
.wall__wrap {
  margin: 0 -10px;
}
.wall__item {
  float: left;
  padding: 0 10px 20px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.wall__item--sm,
.wall__item--md {
  width: 100%;
}
@media screen and (min-width: 480px) {
  .wall__item--sm,
  .wall__item--md {
    width: 50%;
  }
}
@media screen and (min-width: 980px) {
  .wall__item--sm,
  .wall__item--md {
    width: 33.333333%;
  }
}
@media screen and (min-width: 1280px) {
  .wall__item--md {
    width: 50%;
  }
  .wall__item--sm {
    width: 25%;
  }
}
.wall__image img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1280px) {
  .wall__item--sm,
  .wall__item--md {
    position: relative;
    overflow: hidden;
    padding: 0;
    box-sizing: border-box;
  }
  .wall__item--sm:before,
  .wall__item--md:before {
    content: '';
    padding-bottom: 75%;
    display: block;
  }
  .wall__item--sm .wall__image,
  .wall__item--md .wall__image {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 0;
    bottom: 20px;
    overflow: hidden;
  }
  .wall__item--sm .wall__image img,
  .wall__item--md .wall__image img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
/*
.wall__item:nth-child(even) .wall__content {
	background: fade( @cp-color-9, 85%);
}
.wall__item:nth-child(odd) .wall__content {
	background: fade( @cp-color-8, 85%);
}
*/
.wall__item--red .wall__content {
  background: rgba(var(--cp-color-9), 0.85);
}
.wall__item--blue .wall__content {
  background: rgba(var(--cp-color-8), 0.85);
}
.wall__content {
  padding: 20px 40px 10px;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 0;
  bottom: 20px;
  transition: all 600ms ease-in;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 1280px) {
}
.wall__heading {
  color: white !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.wall__text p {
  color: white;
  padding-bottom: 10px;
}
.wall__read-more {
  color: white;
  font-weight: 700;
}
.wall__read-more:after {
  content: '\f113';
  position: relative;
  left: 12px;
  color: white;
  font-size: 12px;
  text-align: left;
  display: inline-block;
  font-family: 'icon';
}
@media screen and (max-width: 980px) {
  .wall__item--xl .wall__content {
    padding: 20px;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (min-width: 980px) {
  .wall__item--xl .wall__content {
    left: 50%;
    margin-left: 10px;
  }
}
.wall__item--md .wall__content,
.wall__item--sm .wall__content {
  top: auto;
  padding: 20px 20px 10px;
  text-align: center;
}
.wall__item--md .wall__text,
.wall__item--sm .wall__text {
  display: none;
}
.wall__item--md .wall__heading,
.wall__item--sm .wall__heading {
  text-transform: none;
}
.wall__item--md:hover .wall__content,
.wall__item--sm:hover .wall__content {
  top: 0;
}
.wall__item--md:hover .wall__text,
.wall__item--sm:hover .wall__text {
  display: block;
}
@media screen and (min-width: 1280px) {
  .wall__item--sm .wall__content {
    padding: 20px 15px 10px;
  }
  .wall__item--sm .wall__heading {
    line-height: 24px;
    padding-bottom: 10px;
  }
  .wall__item--sm .wall__text p {
    font-size: 15px;
    line-height: 24px;
  }
}
/*# sourceMappingURL=build/assets/scripts/core/style.css.map */