/* Wimmelbild Szenen Block Styles */
:root {
  --brand-primary: #cd0a1e;
  --brand-primary-dark: #cc0a1e;
  --brand-primary-overlay: rgba(181, 9, 0, 0.4);
  --brand-secondary: #595959;
  --blue: #2b94ae;
  --blue-overlay: rgba(43, 148, 174, 0.4);
  --white: #fff;
  --black: #101516;
  --black-overlay: rgba(29, 29, 29, 0.4);
  --grey-bg: #F8F8F8;
  --grey-light-light: #ECECEC;
  --grey-light: #F3F3F3;
  --grey-dark: #262626;
  --grey: #959595;
  --grey-light-font: #AFAFAF;
  --grey-font: #474747;
  --xing-color: #cd0a1e;
  --export-color: #A8230A;
}
@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(208, 10, 0, 0.35);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(208, 10, 0, 0);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.section-margin {
  margin: 80px 0;
}
@media (max-width: 767px) {
  .section-margin {
    margin: 30px 0;
  }
}
.section-padding-xl {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .section-padding-xl {
    padding: 60px 0;
  }
}
.section-padding-lg {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .section-padding-lg {
    padding: 50px 0;
  }
}
.section-padding {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .section-padding {
    padding: 30px 0;
  }
}
.section-padding-sm {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .section-padding-sm {
    padding: 30px 0;
  }
}
.section-padding-xs {
  padding: 45px 0;
}
@media (max-width: 767px) {
  .section-padding-xs {
    padding: 20px 0;
  }
}
.headline-normal {
  font-family: 'Apercu', sans-serif;
  font-weight: 400;
}
.headline-medium {
  font-family: 'Apercu-Bold', sans-serif;
  font-weight: 500;
}
.text-normal {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.text-italic {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.text-medium {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.text-bold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
}
.text-subheading {
  font-size: 12px;
  line-height: 1.55;
  font-weight: bold;
  color: #595959;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.fs-h1 {
  font-size: 40px;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .fs-h1 {
    font-size: 20px;
    line-height: 1.4;
  }
}
.fs-h1-intro {
  font-size: 40px;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .fs-h1-intro {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .fs-h1-intro {
    font-size: 30px;
    line-height: 1.25;
  }
}
.fs-h2 {
  font-size: 30px;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .fs-h2 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 7px;
  }
}
.fs-h3 {
  font-size: 30px;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .fs-h3 {
    font-size: 18px;
    line-height: 1.4;
  }
}
.fs-small {
  font-size: 12px;
  line-height: 1.55;
}
.fs-small-normal {
  font-size: 14px;
  line-height: 1.55;
}
.fs-normal {
  font-size: 16px;
  line-height: 1.55;
}
@media (max-width: 767px) {
  .fs-normal {
    font-size: 14px;
  }
}
.fs-medium {
  font-size: 18px;
  line-height: 1.55;
}
@media (max-width: 767px) {
  .fs-medium {
    font-size: 16px;
  }
}
.fs-medium-large {
  font-size: 20px;
  line-height: 1.55;
}
@media (max-width: 767px) {
  .fs-medium-large {
    font-size: 16px;
  }
}
.fs-large {
  font-size: 24px;
  line-height: 1.55;
}
@media (max-width: 767px) {
  .fs-large {
    font-size: 18px;
  }
}
.link-arrow {
  margin-right: 10px;
  color: #cd0a1e;
}
.link-arrow:after {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 17px;
  height: 14px;
  transition: transform .1s ease;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2214%22%20height%3D%2212%22%20viewBox%3D%220%200%2014%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.24157%200.146447C7.43684%20-0.0488155%207.75342%20-0.0488155%207.94868%200.146447L13.4011%205.59888C13.5964%205.79415%2013.5964%206.11073%2013.4011%206.30599L7.85355%2011.8536C7.65829%2012.0488%207.34171%2012.0488%207.14645%2011.8536C6.95118%2011.6583%206.95118%2011.3417%207.14645%2011.1464L11.7929%206.5H0.5C0.223858%206.5%200%206.27614%200%206C0%205.72386%200.223858%205.5%200.5%205.5H11.888L7.24157%200.853553C7.04631%200.658291%207.04631%200.341709%207.24157%200.146447Z%22%20fill%3D%22%23CD0A1E%22%2F%3E%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: left;
}
.link-arrow.link-arrow-animate:hover:after {
  transform: translateX(3px);
}
@media (max-width: 767px) {
  .link-arrow:after {
    top: 1px;
    margin-left: 8px;
    width: 13px;
    height: 13px;
  }
}
.link-arrow-lg {
  margin-right: 10px;
  color: #cd0a1e;
}
.link-arrow-lg:after {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 17px;
  height: 14px;
  transition: transform .1s ease;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2214%22%20height%3D%2212%22%20viewBox%3D%220%200%2014%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.24157%200.146447C7.43684%20-0.0488155%207.75342%20-0.0488155%207.94868%200.146447L13.4011%205.59888C13.5964%205.79415%2013.5964%206.11073%2013.4011%206.30599L7.85355%2011.8536C7.65829%2012.0488%207.34171%2012.0488%207.14645%2011.8536C6.95118%2011.6583%206.95118%2011.3417%207.14645%2011.1464L11.7929%206.5H0.5C0.223858%206.5%200%206.27614%200%206C0%205.72386%200.223858%205.5%200.5%205.5H11.888L7.24157%200.853553C7.04631%200.658291%207.04631%200.341709%207.24157%200.146447Z%22%20fill%3D%22%23CD0A1E%22%2F%3E%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: left;
}
.link-arrow-lg.link-arrow-animate:hover:after {
  transform: translateX(3px);
}
@media (max-width: 767px) {
  .link-arrow-lg:after {
    top: 1px;
    margin-left: 8px;
    width: 13px;
    height: 13px;
  }
}
.link-arrow-lg:after {
  height: 17px;
}
@media (max-width: 767px) {
  .link-arrow-lg:after {
    width: 15px;
    height: 15px;
  }
}
.link-arrow-sm {
  margin-right: 10px;
  color: #cd0a1e;
}
.link-arrow-sm:after {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 17px;
  height: 14px;
  transition: transform .1s ease;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2214%22%20height%3D%2212%22%20viewBox%3D%220%200%2014%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.24157%200.146447C7.43684%20-0.0488155%207.75342%20-0.0488155%207.94868%200.146447L13.4011%205.59888C13.5964%205.79415%2013.5964%206.11073%2013.4011%206.30599L7.85355%2011.8536C7.65829%2012.0488%207.34171%2012.0488%207.14645%2011.8536C6.95118%2011.6583%206.95118%2011.3417%207.14645%2011.1464L11.7929%206.5H0.5C0.223858%206.5%200%206.27614%200%206C0%205.72386%200.223858%205.5%200.5%205.5H11.888L7.24157%200.853553C7.04631%200.658291%207.04631%200.341709%207.24157%200.146447Z%22%20fill%3D%22%23CD0A1E%22%2F%3E%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: left;
}
.link-arrow-sm.link-arrow-animate:hover:after {
  transform: translateX(3px);
}
@media (max-width: 767px) {
  .link-arrow-sm:after {
    top: 1px;
    margin-left: 8px;
    width: 13px;
    height: 13px;
  }
}
.link-arrow-sm:after {
  top: 1px;
  margin-left: 8px;
  width: 13px;
  height: 13px;
}
.link-no-arrow {
  margin-right: 0 !important;
}
.link-no-arrow:after {
  content: none !important;
}
.icon-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  background-color: #cd0a1e;
  border-radius: 16px;
  border-top-right-radius: 0;
}
.icon-primary img {
  display: block;
  width: auto;
  max-width: 66%;
  max-height: 64%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .icon-primary {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }
}
.icon-text {
  margin: 20px auto 0;
  max-width: 200px;
  text-align: center;
  font-family: 'Apercu-Bold', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.55;
  line-height: 1.4 !important;
  color: #262626;
  word-break: break-word;
}
@media (max-width: 767px) {
  .icon-text {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .icon-text {
    margin-top: 15px;
  }
}
.bg-color {
  background-color: rgba(208, 10, 0, 0.65);
}
.box-shadow-red {
  box-shadow: 6px -6px #cd0a1e;
}
.box-shadow-box {
  box-shadow: 0px 0px 20px rgba(38, 38, 38, 0.15);
}
.box-shadow-box-hover {
  box-shadow: 0px 10px 20px rgba(38, 38, 38, 0.15);
}
.transition {
  transition: all .3s ease;
}
.transition-fast {
  transition: all .2s ease;
}
.transition-slow {
  transition: all 0.5s ease-in-out;
}
.btn:not(.close) {
  display: inline-flex;
  align-items: center;
  padding: 1px 40px 0;
  height: 50px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  font-family: 'Apercu-Bold', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.55;
  line-height: 46px;
  color: #fff;
}
@media (max-width: 767px) {
  .btn:not(.close) {
    font-size: 16px;
  }
}
.btn:not(.close):hover:not([disabled]):not(.disabled),
.btn:not(.close):active:not([disabled]):not(.disabled),
.btn:not(.close):focus:not([disabled]):not(.disabled) {
  background-color: transparent;
  box-shadow: none !important;
  outline: none;
  text-decoration: none;
}
@media (min-width: 768px) {
  .btn:not(.close):hover:not(.navbar-toggler):not(.close):not(.maps-button) {
    padding-left: 39px;
    padding-right: 39px;
    border-width: 3px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .btn:not(.close) {
    padding-left: 32px;
    padding-right: 32px;
    height: 40px;
    font-size: 14px;
    line-height: 36px;
  }
}
.btn:not(.close).btn-primary {
  border-color: #cd0a1e;
  color: #cd0a1e;
}
.btn:not(.close).btn-primary.btn-highlight {
  background-color: #cd0a1e;
  color: #fff;
}
.btn:not(.close).btn-primary:hover:not([disabled]):not(.disabled),
.btn:not(.close).btn-primary:active:not([disabled]):not(.disabled),
.btn:not(.close).btn-primary:focus:not([disabled]):not(.disabled) {
  border-color: #cd0a1e;
  color: #cd0a1e;
}
.btn:not(.close).btn-primary:hover:not([disabled]):not(.disabled).btn-highlight,
.btn:not(.close).btn-primary:active:not([disabled]):not(.disabled).btn-highlight,
.btn:not(.close).btn-primary:focus:not([disabled]):not(.disabled).btn-highlight {
  background-color: #b5091a;
  border-color: #b5091a;
  color: #fff;
}
.btn:not(.close).btn-secondary {
  border-color: #262626;
  color: #262626;
}
@media (max-width: 767px) {
  .btn:not(.close).btn-submit {
    display: inline-block;
    padding: 0 !important;
    width: 40px;
    height: 40px;
    content: '';
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2214%22%20height%3D%2212%22%20viewBox%3D%220%200%2014%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.24157%200.146447C7.43684%20-0.0488155%207.75342%20-0.0488155%207.94868%200.146447L13.4011%205.59888C13.5964%205.79415%2013.5964%206.11073%2013.4011%206.30599L7.85355%2011.8536C7.65829%2012.0488%207.34171%2012.0488%207.14645%2011.8536C6.95118%2011.6583%206.95118%2011.3417%207.14645%2011.1464L11.7929%206.5H0.5C0.223858%206.5%200%206.27614%200%206C0%205.72386%200.223858%205.5%200.5%205.5H11.888L7.24157%200.853553C7.04631%200.658291%207.04631%200.341709%207.24157%200.146447Z%22%20fill%3D%22%23CD0A1E%22%2F%3E%3C%2Fsvg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
  }
  .btn:not(.close).btn-submit .text {
    display: none;
  }
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}
input.form-control {
  display: block;
  width: 100%;
  padding: 0 7px 0 20px;
  height: 50px;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-size: 1rem;
  font-weight: 400;
  line-height: 50px;
  color: #262626;
}
@media (max-width: 767px) {
  input.form-control {
    padding-left: 16px;
    height: 40px;
    line-height: 40px;
  }
}
input.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #AFAFAF;
}
input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #AFAFAF;
}
input.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #AFAFAF;
}
input.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #AFAFAF;
}
.block-hidden-object {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
@media (max-width: 767px) {
  .block-hidden-object {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.block-hidden-object .hidden-object-image {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.block-hidden-object .hidden-object-image .hidden-object-image-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.block-hidden-object .hidden-object-image .hidden-object-image-wrapper .hidden-object-badge-image {
  position: relative;
  top: 0;
  display: block;
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.block-hidden-object .hidden-object-image .hidden-object-image-wrapper .hidden-object-badge-image:not(.hidden-object-badge-image-overlay) {
  transform: translateY(-10%);
  opacity: 0;
}
.block-hidden-object .hidden-object-image .hidden-object-image-wrapper .hidden-object-badge-image:not(.hidden-object-badge-image-overlay).hidden-object-badge-image-loaded {
  transform: translateY(0);
  opacity: 1;
}
.block-hidden-object .hidden-object-image .hidden-object-image-wrapper .hidden-object-badge-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.35s ease 0.1s;
  pointer-events: none;
  opacity: 0;
}
.block-hidden-object .hidden-object-image.hidden-object-image-active .hidden-object-badge-image-overlay {
  opacity: 1;
}
.block-hidden-object .hidden-object-image .hidden-object-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
  text-decoration: none;
  background: transparent;
}
.block-hidden-object .hidden-object-image .hidden-object-link:hover {
  background: transparent;
}
@media (max-width: 767px) {
  .block-hidden-object .hidden-object-image .focus-topics .hidden-object-badge-image {
    left: 20px;
    width: calc(100% - 20px);
  }
}
.block-hidden-object .hidden-object-image .projects .hidden-object-badge-image {
  width: 125%;
  object-position: 50px bottom;
}
@media (max-width: 767px) {
  .block-hidden-object .hidden-object-image .projects .hidden-object-badge-image {
    left: 10px;
    width: calc(100% - 20px);
    object-position: center top;
  }
}
.block-hidden-object .hidden-object-image .m40-mobile .hidden-object-badge-image,
.block-hidden-object .hidden-object-image .e-learning .hidden-object-badge-image {
  width: 90%;
  object-fit: contain;
  object-position: left center;
}
@media (max-width: 767px) {
  .block-hidden-object .hidden-object-image .m40-mobile .hidden-object-badge-image,
  .block-hidden-object .hidden-object-image .e-learning .hidden-object-badge-image {
    left: 20px;
    width: calc(100% - 40px);
    object-position: center top;
  }
}
.block-hidden-object .hidden-object-image .contact .hidden-object-badge-image,
.block-hidden-object .hidden-object-image .downloads .hidden-object-badge-image {
  left: calc(70% - 200px);
  width: 200px;
  object-fit: contain;
  object-position: right center;
}
@media (max-width: 767px) {
  .block-hidden-object .hidden-object-image .contact .hidden-object-badge-image,
  .block-hidden-object .hidden-object-image .downloads .hidden-object-badge-image {
    left: 0;
    width: 100%;
    height: 250px;
    object-position: center top;
  }
}
.block-hidden-object .hidden-object-image .contact .hidden-object-badge-image {
  left: calc(70% - 250px);
  width: 250px;
}
@media (max-width: 767px) {
  .block-hidden-object .hidden-object-image .contact .hidden-object-badge-image {
    left: 0;
    width: 100%;
    height: 200px;
  }
}
.block-hidden-object.alignwide {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.block-hidden-object.alignfull {
  max-width: none;
  margin-left: calc(0vw);
  margin-right: calc(0vw);
  width: 100vw;
}
.block-hidden-object.alignleft {
  float: left;
  margin-right: 2em;
  max-width: 50%;
}
@media (max-width: 767px) {
  .block-hidden-object.alignleft {
    float: none;
    margin-right: 0;
    max-width: 100%;
  }
}
.block-hidden-object.alignright {
  float: right;
  margin-left: 2em;
  max-width: 50%;
}
@media (max-width: 767px) {
  .block-hidden-object.alignright {
    float: none;
    margin-left: 0;
    max-width: 100%;
  }
}
.block-hidden-object.aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-acf-wimmelbild-szenen .block-hidden-object .hidden-object-image .hidden-object-image-wrapper .hidden-object-badge-image:not(.hidden-object-badge-image-overlay) {
  transform: translateY(0);
  opacity: 1;
}
.wp-block-acf-wimmelbild-szenen .block-hidden-object .hidden-object-image .hidden-object-image-wrapper .hidden-object-badge-image.hidden-object-badge-image-overlay {
  opacity: 0.3;
}
