@charset "UTF-8";
@font-face {
  font-family: "Passion One";
  font-style: normal;
  font-weight: 400;
  src: url("https://relaunch.zaw-nuernberg.de/fileadmin/ecc/fonts/Passion_One/passion-one-v11-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("https://www.zaw-nuernberg.de/fileadmin/ecc/fonts/Passion_One/passion-one-v11-latin-regular.eot?#iefix") format("embedded-opentype"), url("https://www.zaw-nuernberg.de/fileadmin/ecc/fonts/Passion_One/passion-one-v11-latin-regular.woff2") format("woff2"), url("https://www.zaw-nuernberg.de/fileadmin/ecc/fonts/Passion_One/passion-one-v11-latin-regular.woff") format("woff"), url("https://www.zaw-nuernberg.de/fileadmin/ecc/fonts/Passion_One/passion-one-v11-latin-regular.ttf") format("truetype"), url("https://www.zaw-nuernberg.de/fileadmin/ecc/fonts/Passion_One/passion-one-v11-latin-regular.svg#PassionOne") format("svg"); /* Legacy iOS */
}
*,
*::after,
*::before {
  box-sizing: border-box;
}

:root {
  --bp-sm: 576px;
  --bp-md: 768px;
  --bp-lg: 992px;
  --bp-xl: 1200px;
  --width-container: 98vw;
  --width-container-md: 90vw;
  --width-container-lg: 80vw;
  --width-container-xl: 1200px;
  --col-padding: 1rem*$fontsize 1rem*$fontsize;
}

section {
  margin: 0 0 2.5rem 0;
}
@media (max-width: 992px) {
  section {
    margin: 0 0 1.25rem 0;
  }
}
section:last-child {
  margin: 0;
}

.container {
  width: 98vw;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .container {
    width: 90vw;
  }
}
@media screen and (min-width: 992px) {
  .container {
    width: 80vw;
  }
}
@media screen and (min-width: 1376px) {
  .container {
    width: 1248px;
  }
}
.container.header_container {
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .container.header_container {
    width: calc(3.75rem + 90vw);
  }
}
@media screen and (min-width: 992px) {
  .container.header_container {
    width: calc(3.75rem + 80vw);
  }
}
@media screen and (min-width: 1376px) {
  .container.header_container {
    width: calc(3.75rem + 1248px);
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0.625rem;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-right {
  justify-content: flex-end;
}

.flex-end {
  align-content: flex-end;
}

/* columns start */
[class*=col-] {
  padding: 0.625rem 0.625rem;
  flex: 1 0;
  width: auto;
  /* background-color: #efefef; */
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (max-width: 576px) {
  .col-xs-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xs-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xs-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xs-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xs-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1376px) {
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* columns end */
img.w-100 {
  height: auto;
}

.w-25 {
  width: 25%;
}

.w-50 {
  width: 50%;
}

.w-70 {
  width: 70%;
}

.w-75 {
  width: 75%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

.w-auto {
  width: auto;
}

@media (max-width: 575px) {
  .w-xs-25 {
    width: 25%;
  }
  .w-xs-50 {
    width: 50%;
  }
  .w-xs-70 {
    width: 70%;
  }
  .w-xs-75 {
    width: 75%;
  }
  .w-xs-80 {
    width: 80%;
  }
  .w-xs-90 {
    width: 90%;
  }
  .w-xs-100 {
    width: 100%;
  }
  .w-xs-auto {
    width: auto;
  }
}
@media (min-width: 576px) {
  .w-sm-25 {
    width: 25%;
  }
  .w-sm-50 {
    width: 50%;
  }
  .w-sm-70 {
    width: 70%;
  }
  .w-sm-75 {
    width: 75%;
  }
  .w-sm-80 {
    width: 80%;
  }
  .w-sm-90 {
    width: 90%;
  }
  .w-sm-100 {
    width: 100%;
  }
  .w-sm-auto {
    width: auto;
  }
}
@media (min-width: 768px) {
  .w-md-25 {
    width: 25%;
  }
  .w-md-50 {
    width: 50%;
  }
  .w-md-70 {
    width: 70%;
  }
  .w-md-75 {
    width: 75%;
  }
  .w-md-80 {
    width: 80%;
  }
  .w-md-90 {
    width: 90%;
  }
  .w-md-100 {
    width: 100%;
  }
  .w-md-auto {
    width: auto;
  }
}
@media (min-width: 992px) {
  .w-lg-25 {
    width: 25%;
  }
  .w-lg-50 {
    width: 50%;
  }
  .w-lg-70 {
    width: 70%;
  }
  .w-lg-75 {
    width: 75%;
  }
  .w-lg-80 {
    width: 80%;
  }
  .w-lg-90 {
    width: 90%;
  }
  .w-lg-100 {
    width: 100%;
  }
  .w-lg-auto {
    width: auto;
  }
}
@media (min-width: 1376px) {
  .w-xl-25 {
    width: 25%;
  }
  .w-xl-50 {
    width: 50%;
  }
  .w-xl-70 {
    width: 70%;
  }
  .w-xl-75 {
    width: 75%;
  }
  .w-xl-80 {
    width: 80%;
  }
  .w-xl-90 {
    width: 90%;
  }
  .w-xl-100 {
    width: 100%;
  }
  .w-xl-auto {
    width: auto;
  }
}
.btn {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  border: 1px solid #fff;
  padding: 1.25rem 2.1875rem;
  margin: 0.3125rem;
  cursor: pointer;
}
.btn:hover {
  background: #fff;
  color: #444;
}

.btn-primary {
  color: #444;
  border-color: #444;
}
.btn-primary:hover {
  background: #444;
  color: #fff;
}

.btn-secondary {
  color: #d30000;
  border-color: #d30000;
}
.btn-secondary:hover {
  background: #d30000;
  color: #fff;
}

.btn-warning {
  color: rgb(234, 146, 31);
  border-color: rgb(234, 146, 31);
}
.btn-warning:hover {
  background: rgb(234, 146, 31);
  color: #fff;
}

.btn-light {
  color: #dbdbdb;
  border-color: #dbdbdb;
}
.btn-light:hover {
  background: #dbdbdb;
  color: #fff;
}

.btn-grey {
  color: #888;
  border-color: #888;
}
.btn-grey:hover {
  background: #888;
  color: #fff;
}

.btn-dark {
  color: #444;
  border-color: #444;
}
.btn-dark:hover {
  background: #444;
  color: #fff;
}

@media (prefers-color-scheme: dark) {
  .btn-darkmode-white {
    color: white;
    border-color: white;
  }
  .btn-darkmode-white:hover {
    background: white;
    color: #444;
  }
}
.btn-fill {
  color: white;
  background-color: #444;
}
.btn-fill:hover, .btn-fill:focus-visible {
  background: white;
  color: #444;
  border-color: #444;
}
.btn-fill.btn-secondary {
  background-color: #d30000;
  border-color: #d30000;
}
.btn-fill.btn-secondary:hover, .btn-fill.btn-secondary:focus-visible {
  background: white;
  color: #d30000;
  border-color: #d30000;
}
.btn-fill.btn-warning {
  background-color: rgb(234, 146, 31);
  border-color: rgb(234, 146, 31);
}
.btn-fill.btn-warning:hover, .btn-fill.btn-warning:focus-visible {
  background: white;
  color: rgb(234, 146, 31);
  border-color: rgb(234, 146, 31);
}
.btn-fill.btn-white {
  background-color: white;
  border-color: #444;
  color: #444;
}
.btn-fill.btn-white:hover, .btn-fill.btn-white:focus-visible {
  background-color: #444;
  color: white;
  border-color: white;
}
.btn-fill.btn-light {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
}
.btn-fill.btn-light:hover, .btn-fill.btn-light:focus-visible {
  background: white;
  color: #dbdbdb;
  border-color: #dbdbdb;
}
.btn-fill.btn-grey {
  background-color: #888;
  border-color: #888;
}
.btn-fill.btn-grey:hover, .btn-fill.btn-grey:focus-visible {
  background: white;
  color: #888;
  border-color: #888;
}
.btn-fill.btn-dark {
  background-color: #444;
  border-color: #444;
}
.btn-fill.btn-dark:hover, .btn-fill.btn-dark:focus-visible {
  background: white;
  color: #444;
  border-color: #444;
}

hr {
  border: 2px solid #444;
}

.horizontal-break {
  background-color: #dbdbdb;
  width: 48px;
  height: 3px;
  margin-top: 0.78125rem;
  margin-bottom: 0.9375rem;
}
.horizontal-break.horizontal-break_w50 {
  width: 50%;
}
.horizontal-break.horizontal-break_center {
  margin-left: auto;
  margin-right: auto;
}
.horizontal-break.horizontal-break_grey {
  background-color: #888;
}
.horizontal-break.horizontal-break_primary {
  background-color: #444;
}
.horizontal-break.horizontal-break_white {
  background-color: white;
}

.willkommen {
  background-color: #888;
  padding-top: 5em;
  padding-bottom: 5em;
}
@media screen and (min-width: 768px) {
  .willkommen {
    background-image: url("../../../img/ON_ES_HP_CE_Header_Startseite.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 7em;
    padding-bottom: 7em;
  }
}
@-moz-document url-prefix() {
  @media screen and (min-width: 768px) {
    .willkommen {
      min-height: 600px;
    }
  }
}
.willkommen .stretch {
  flex-grow: 1;
}
@media screen and (min-width: 992px) {
  .willkommen .stretch {
    flex-grow: 0;
  }
}
.willkommen .willkommen__content {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .willkommen .willkommen__content {
    width: 90%;
  }
}
@media screen and (min-width: 992px) {
  .willkommen .willkommen__content {
    width: 80%;
  }
}
@media screen and (min-width: 1376px) {
  .willkommen .willkommen__content {
    width: 60%;
  }
}
.willkommen h1 {
  font-size: 4.21875rem;
  text-transform: uppercase;
}
.willkommen .h4 {
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .willkommen h1 {
    font-size: 5.625rem;
  }
  .willkommen .h4 {
    font-size: 2.8125rem;
  }
}
.willkommen #suche_wrapper {
  display: inline-block;
  position: relative;
}
.willkommen #suche_wrapper::after {
  font-family: "FontAwesome";
  content: "\f002";
  position: absolute;
  left: 0.78125rem;
  top: 50%;
  transform: translateY(-55%);
  font-size: 1.25rem;
}

.esojobs {
  height: 2100px;
}
@media (min-width: 576px) {
  .esojobs {
    height: 1600px;
  }
}
@media (min-width: 768px) {
  .esojobs {
    height: 1550px;
  }
}
@media (min-width: 992px) {
  .esojobs {
    height: 1500px;
  }
}
@media (min-width: 1376px) {
  .esojobs {
    height: 1150px;
  }
}

@media screen and (min-width: 768px) {
  aside.seitenspalte {
    border-left: solid 1px;
    border-color: #dbdbdb;
  }
}
aside.seitenspalte .more_slider {
  font-weight: bold;
}
aside.seitenspalte .more_slider .zu, aside.seitenspalte .more .zu {
  display: inline;
}
aside.seitenspalte .more_slider .auf, aside.seitenspalte .more .auf {
  display: none;
}
aside.seitenspalte .more_slider.active .zu, aside.seitenspalte .more.active .zu {
  display: none;
}
aside.seitenspalte .more_slider.active .auf, aside.seitenspalte .more.active .auf {
  display: inline;
}

.block-center {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}

.div-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Overlay */
.hover-overlay {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all ease-in-out 200ms;
}
.hover-overlay .content {
  opacity: 0;
  transition: all ease-in-out 200ms;
}
.hover-overlay:hover {
  background-color: rgba(0, 0, 0, 0.4);
  transition: all ease-in-out 200ms;
}
.hover-overlay:hover .content {
  opacity: 1;
  transition: all ease-in-out 200ms;
}

.bulletpoint {
  position: relative;
}
.bulletpoint::before {
  content: "";
  background-color: #444;
  padding: 0.3125rem;
  border-radius: 50%;
  position: absolute;
  left: 0.3125rem;
  top: 1.5625rem;
}

.accordion .segment {
  color: white;
  border-radius: 8px;
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: #444;
}
.accordion .segment.success {
  background-color: rgb(149, 193, 31);
}
.accordion .segment.danger {
  background-color: rgb(232, 50, 120);
}
.accordion .segment.warning {
  background-color: rgb(234, 146, 31);
}
@media (prefers-color-scheme: dark) {
  .accordion .segment {
    background-color: #444;
    color: white;
  }
}
.accordion .segment .titel {
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  padding: 0.625rem 3.125rem 0.625rem 1.25rem;
  position: relative;
}
.accordion .segment .titel .chevron {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 150ms;
}
.accordion .segment.active .titel .chevron {
  transform: rotate(180deg) translateY(50%);
  transition: all 150ms;
}
.accordion .segment .details {
  display: none;
  padding: 0.625rem 1.25rem 1.25rem;
  background-color: white;
  color: #444;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border: 1px solid #dbdbdb;
}
@media (prefers-color-scheme: dark) {
  .accordion .segment .details {
    background-color: #333;
    color: #dbdbdb;
    border-color: #444;
  }
}

/* animierte Headline start */
.headline-animation > span {
  position: relative;
  display: inline-block;
  width: auto;
}

.headline-animation > span > span {
  position: absolute;
  top: 0;
  left: calc(100% + 0.75ch);
  display: inline-block;
  width: 0px;
  overflow: hidden;
}

.headline-animation > span > span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: var(--clr-darkgrey);
}

/* animierte Headline end */
/* sections start */
section {
  display: block;
}

.section--potential-arrow {
  margin-bottom: 3.125rem;
}

.section--arrow-down + .section--potential-arrow {
  margin-bottom: 0;
}

.section--arrow-down {
  clip-path: polygon(0% 0%, 45% 0%, 50% 3%, 55% 0%, 101% 0%, 101% 97%, 45% 97%, 50% 100%, 55% 97%, 0% 97%);
  padding: 1.875rem 0 2.5rem 0;
  z-index: -1;
  /*
  @media screen and (min-width: $bp-md) {
      clip-path: polygon(
          0% 0%,
          45% 0%,
          50% 5%,
          55% 0%,
          100% 0%,
          100% 95%,
          45% 95%,
          50% 100%,
          55% 95%,
          0% 95%
      );
      margin-top: -5% !important;
  }


  @media screen and (min-width: $bp-lg) {
      clip-path: polygon(
          0% 0%,
          48% 0%,
          50% 5%,
          52% 0%,
          100% 0%,
          100% 95%,
          48% 95%,
          50% 100%,
          52% 95%,
          0% 95%
      );
      margin-top: -3% !important;
  }
  */
  clip-path: polygon(0% 0%, 48% 0%, 50% 15px, 52% 0%, 101% 0%, 101% 100%, 0% 100%) !important;
  margin-top: -25px !important;
}

.section--parallax {
  /* The image used */
  background-image: url("images/parallax-test.png");
  /* Full height */
  height: 100%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: 25% center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 576px) {
  .section--parallax {
    background-position: 5% center;
  }
}
@media (min-width: 768px) {
  .section--parallax {
    background-position: center;
  }
}

/* Modals start */
.modal-popUp {
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  background: white;
  z-index: 150;
  transition: transform 500ms ease-in-out;
  pointer-events: none;
}
.modal-popUp.on {
  transform: scale(1);
  transition: transform 500ms ease-in-out;
  pointer-events: unset;
}
@media screen and (min-width: 768px) {
  .modal-popUp {
    left: auto;
    right: 0;
    width: 40%;
    max-width: 512px;
    transform: translateX(150%) scale(1);
    box-shadow: 0 -8px 8px #444;
  }
  .modal-popUp.on {
    transform: translateX(0);
    transition: transform 500ms ease-in-out;
  }
  .modal-popUp.modal-wide {
    width: 66%;
    max-width: 1024px;
    transition: transform 1000ms ease-in-out;
  }
}
.modal-popUp.on__content {
  position: relative;
}
.modal-popUp .modal-popUp__schliessen {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.625rem;
  width: 30px;
  height: 30px;
  border: 2px solid #444;
  color: #444;
  border-radius: 50%;
  display: grid;
  align-items: center;
  text-align: center;
  cursor: pointer;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  z-index: 95;
  font-weight: bold;
}

.modal-header {
  position: sticky;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #dbdbdb;
  font-size: 0.78125rem;
  z-index: 95;
}

.modal-wide .modal-popUp__content {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.modal-wide .modal-titel {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.modal-wide .modal-header {
  height: 2.5rem;
  flex-grow: 0;
}
.modal-wide .modal-content {
  flex-grow: 1;
}

/* Modals end */
/* Owl-Gallerie */
.carousel-wrap .owl-next, .carousel-wrap .owl-prev {
  font-size: 24px !important;
  border-radius: 50% !important;
  width: 30px;
  height: 30px;
  background: white !important;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.owl-theme .owl-nav [class*=owl-]:hover {
  color: #444;
  text-decoration: none;
}

.carousel-wrap .owl-prev {
  left: -20px;
}

.carousel-wrap .owl-next {
  right: -20px;
}

.carousel-wrap.nav-outside .owl-prev {
  left: -64px;
}

.carousel-wrap.nav-outside .owl-next {
  right: -64px;
}

.gallerie-outer {
  margin: 0 auto;
  max-width: 800px;
}

.gallerie-gross .item {
  margin: 2px;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
}

.gallerie-thumbs .item {
  padding: 0px;
  margin: 2px;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}

.gallerie-thumbs .current .item {
  background: #FF5722;
}

.owl-theme .owl-nav [class*=owl-] {
  transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*=owl-].disabled:hover {
  background-color: #D6D6D6;
}

.gallerie-gross.owl-theme {
  position: relative;
}
@media (max-width: 992px) {
  .gallerie-gross.owl-theme .owl-nav button {
    display: none;
  }
}

.gallerie-thumbs.owl-theme .owl-next, .gallerie-thumbs.owl-theme .owl-prev {
  transform: translateY(-60%);
}

.testimonial .quote {
  font-size: 1.5625rem;
  line-height: 1.71875rem;
}

@media only screen and (max-width: 576px) {
  .youtube .hinweis {
    font-size: 0.625rem;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 320px;
    height: 200px;
    background-color: rgba(255, 255, 255, 0.7);
    box-sizing: border-box;
    padding: 20px;
    transform: translate(-50%, -50%);
    /* margin: -50% 0px 0px -50%; */
    cursor: pointer;
    box-sizing: border-box;
  }
}
/* Seitenspalte */
.seitenspalte .klapper .zu, .seitenspalte .liste .more .zu {
  display: inline;
}
.seitenspalte .klapper .auf, .seitenspalte .liste .more .auf {
  display: none;
}
.seitenspalte .klapper.active .zu, .seitenspalte .liste .more.active .zu {
  display: none;
}
.seitenspalte .klapper.active .auf, .seitenspalte .liste .more.active .auf {
  display: inline;
}
.seitenspalte .more {
  display: none;
}
.seitenspalte .klapper {
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
  font-weight: bold;
  display: block;
}
.seitenspalte ul {
  list-style: none;
  padding: 0;
}

.orte_header {
  display: block;
  background: hsl(350, 85%, 42%);
  color: #fff;
  padding: 0.15625rem 0.3125rem;
  margin: 0 0 0.625rem 0;
  font-weight: bold;
}

#mobil_homepageselect {
  display: none;
  width: 100%;
}

.desktop_homepageselect ul {
  list-style-type: none;
  padding: 0;
}

@media (max-width: 1376px) {
  .orte_header {
    margin: 0;
  }
  #mobil_homepageselect {
    display: block;
    width: 100%;
  }
  .desktop_homepageselect {
    display: none;
  }
}
#mapcontainer {
  overflow: hidden;
  position: relative;
}

#mapcontainer #map {
  width: 100%;
  cursor: zoom-in;
}

#mapcontainer .bundesland {
  fill: #666;
}

#mapcontainer .city {
  cursor: pointer;
}

#mapcontainer .city.active {
  fill: #d30000 !important;
}

.tooltip {
  position: absolute;
  z-index: 99;
  top: 300px;
  left: 200px;
  padding: 0.3125rem 0.625rem;
  background-color: #fff;
  border: 1px solid #666;
  opacity: 1;
}

.standortliste {
  margin: 20px 0 0 0;
  height: 100%;
  max-height: 600px;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2% 2%;
}

.standorteintrag {
  width: 48%;
  background-color: #efefef;
  padding: 0.625rem;
  padding-left: 0.9375rem;
  margin: 0.625rem 0 0 0;
}
.standorteintrag a {
  color: #444;
}
.standorteintrag a:hover {
  background: none;
  color: #444;
}
.standorteintrag .homepageort {
  font-size: 1.125rem;
  font-weight: bold;
  display: block;
}

.standorteintrag:hover {
  background-color: #444;
  color: #fff;
}

.standorteintrag:hover a {
  color: #fff;
}

li.standort {
  display: block;
  border-bottom: 1px solid #efefef;
}

.standorteintrag a:hover {
  text-decoration: underline !important;
}

.standorteintrag .action {
  margin: 5px 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.standorteintrag .kontaktform, .standorteintrag .kontaktform:hover {
  background-color: #d30000;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}

.yourlocation .select2-container .select2-selection--single {
  max-width: 100%;
  height: 100%;
  border-color: #ccc;
  background-color: #efefef;
  border-radius: 0px;
  padding: 9px 14px 9px 15px;
}

.datenschutz h2 {
  margin-top: 2.5rem;
}

img.imgresponsive {
  height: auto;
}
img.imgresponsive.img-100 {
  width: 100%;
}
img.imgresponsive.img-75 {
  width: 75%;
}
img.imgresponsive.img-50 {
  width: 50%;
}
@media (max-width: 1376px) {
  img.imgresponsive.img-75 {
    width: 100%;
  }
  img.imgresponsive.img-50 {
    width: 75%;
  }
}
@media (max-width: 992px) {
  img.imgresponsive.img-50 {
    width: 100%;
  }
}

/* cards angebote/themen start */
.card-angebot {
  display: block;
  text-decoration: none;
  color: #444;
  /* box-shadow: 5px 5px 5px var(--clr-shadow); */
  height: 100%;
  background: #444;
}

.card-angebot__image {
  overflow: hidden;
}

.card-angebot img {
  display: block;
  width: 100%;
  transition: transform 250ms ease-in-out;
}

.card-angebot__titel {
  position: relative;
  display: block;
  padding: 0.75em 1em;
  color: white;
  text-align: center;
  font-weight: bold;
  z-index: 1;
  border-top: white solid 5px;
}
.card-angebot__titel h3 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.9375rem;
  font-weight: bold;
  margin-bottom: 0;
  display: inline;
}

.card-angebot:hover {
  background: #d30000;
}

.card-angebot:hover img {
  transform: scale(1.5);
}

/* cards angebote/themen ende */
/* Card Flip start */
.card-flip {
  position: relative;
  background: #dbdbdb;
  color: #444;
  text-align: center;
}
.card-flip ul {
  text-align: left;
}
.card-flip .card-flip__title {
  margin: auto;
}
@media (max-width: 992px) {
  .card-flip .card-flip__title {
    display: none;
  }
}
.card-flip .faux-img {
  opacity: 0;
  display: none;
}
@media (max-width: 992px) {
  .card-flip .card-flip__btn {
    margin: 0 !important;
    width: 100% !important;
  }
}

@media screen and (min-width: 576px) {
  .card-flip {
    background: inherit;
    height: 360px;
  }
  .card-flip .faux-img {
    opacity: 0;
    display: block;
  }
  .card-flip__front,
  .card-flip__back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition: ease-in-out 1100ms;
  }
  .card-flip__front {
    color: white;
    font-family: Passion One;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .card-flip__back {
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #dbdbdb;
    position: relative;
  }
  .card-flip:hover .card-flip__front {
    transform: rotateY(-180deg);
  }
  .card-flip:hover .card-flip__back {
    transform: rotateY(0deg);
  }
  .card-flip__content {
    backface-visibility: hidden;
    transform-style: preserve-3d;
    text-align: left;
    background: #dbdbdb;
    width: 100%;
    position: absolute;
    top: 0;
  }
  .card-flip__content .card-flip__content__text {
    padding: 1.25rem 2.5rem;
  }
  .card-flip__bottom {
    background: #444;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-grow: 1;
  }
  .card-flip__title {
    margin: auto;
  }
}
@media screen and (min-width: 576px) and (max-width: 992px) {
  .card-flip__title {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .card-flip__btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    border: 2px solid white;
    background: none;
    text-transform: none;
    backface-visibility: hidden;
    padding: 0.46875rem 0.9375rem;
  }
  .card-flip__btn.btn-secondary {
    background: #d30000;
  }
}
/* Card Flip end */
/* Story start*/
.story {
  position: relative;
  overflow: hidden;
}

.story__button {
  background-color: #444;
  color: white;
  font-weight: bold;
  padding: 0.9375rem 1.5625rem;
}

.story__image {
  max-width: 600px;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 992px) {
  .story__beschreibung {
    padding: 6.25rem 0 0 0;
    transform: translateX(-175%);
    transition: transform 1000ms ease-in-out;
  }
  .onScreen .story__beschreibung {
    transform: translateX(0);
  }
  .story__headline {
    display: block;
    margin: 0 0 1em 0;
    font-family: "Passion One";
  }
}
/* Story end */
.feature-box-text-inner p {
  margin: 0;
  hyphens: auto;
}

.border {
  border: solid 1px;
}

.border-left {
  border-left: solid 1px;
}

.border-3 {
  border: solid 3px;
}

.border-round {
  border-radius: 8px;
}

.border-light {
  border-color: #dbdbdb;
}

.border-dark {
  border-color: #444;
}

.border-primary {
  border-color: #444;
}

.border-secondary {
  border-color: #d30000;
}

.border-danger {
  border-color: rgb(232, 50, 120);
}

.border-success {
  border-color: rgb(149, 193, 31);
}

.border-warning {
  border-color: rgb(234, 146, 31);
}

.border-info {
  border-color: rgb(11, 187, 239);
}

.text-white {
  color: white;
}

.text-light {
  color: #dbdbdb;
}

.text-dark {
  color: #444;
}

.text-grey {
  color: #888;
}

.text-primary {
  color: #444;
}

.text-primary-light {
  color: #2a94ff;
}

.text-secondary {
  color: #d30000;
}

.text-warning {
  color: rgb(234, 146, 31);
}

.text-danger {
  color: rgb(232, 50, 120);
}

.text-hover-white:hover {
  color: white;
}

.text-hover-light:hover {
  color: #dbdbdb;
}

.text-hover-dark:hover {
  color: #444;
}

.text-hover-grey:hover {
  color: #888;
}

.text-hover-primary:hover {
  color: #444;
}

.text-hover-primary-light:hover {
  color: #2a94ff;
}

.text-hover-secondary:hover {
  color: #d30000;
}

.text-hover-warning:hover {
  color: rgb(234, 146, 31);
}

.text-hover-danger:hover {
  color: rgb(232, 50, 120);
}

@media (prefers-color-scheme: dark) {
  .text-darkmode-white {
    color: white;
  }
  .text-darkmode-light {
    color: #dbdbdb;
  }
}
a {
  color: #444;
}
@media (prefers-color-scheme: dark) {
  a {
    color: white;
  }
}

.link-white a {
  color: white;
}

.link-primary a {
  color: #444;
}

.link-primary-light a {
  color: #2a94ff;
}

@media (prefers-color-scheme: dark) {
  .link-darkmode-white a {
    color: #444;
  }
  .link-darkmode-light a {
    color: #dbdbdb;
  }
}
.font-passion {
  font-family: Passion One, Arial, Helvetica, sans-serif;
  letter-spacing: 0.046875rem;
}

h1, h2, h3, h4, h5, h6 {
  all: unset;
  display: block;
}

h1, .h1, h2, .h2, h3, .h3 {
  font-family: Passion One, Arial, Helvetica, sans-serif;
  letter-spacing: 0.025em;
}

.content-text h1, .content-text .h1 {
  margin-top: 2.5rem;
}
.content-text h2, .content-text .h2 {
  margin-top: 2.1875rem;
}
.content-text h3, .content-text .h3 {
  margin-top: 1.875rem;
}
.content-text h4, .content-text .h4 {
  margin-top: 1.5625rem;
}
.content-text h5, .content-text .h5 {
  margin-top: 1.25rem;
}
.content-text h6, .content-text .h6 {
  margin-top: 0.9375rem;
}
.content-text .element-header {
  margin-top: 0;
}
.content-text {
  margin-bottom: 1.875rem;
}

.header-list {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  list-style-position: inside;
  padding-left: 0;
}
.header-list li::before {
  content: "• ";
  color: #444;
}

a {
  text-decoration: none;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-italic {
  font-style: italic;
}

.font-weight-bold {
  font-weight: bold;
}

.text-vcenter {
  display: table-cell;
  vertical-align: middle;
}

.text-hyphens {
  hyphens: auto;
}

.text-nowrap {
  white-space: nowrap;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-end {
  text-align: end;
}

@media (min-width: 576px) {
  .text-sm-center {
    text-align: center;
  }
  .text-sm-left {
    text-align: left;
  }
  .text-sm-end {
    text-align: end;
  }
}
@media (min-width: 768px) {
  .text-md-center {
    text-align: center;
  }
  .text-md-left {
    text-align: left;
  }
  .text-md-end {
    text-align: end;
  }
}
@media (min-width: 992px) {
  .text-lg-center {
    text-align: center;
  }
  .text-lg-left {
    text-align: left;
  }
  .text-lg-end {
    text-align: end;
  }
}
@media (min-width: 1376px) {
  .text-xl-center {
    text-align: center;
  }
  .text-xl-left {
    text-align: left;
  }
  .text-xl-end {
    text-align: end;
  }
}
html {
  font-size: 100%;
  --typography-size: 1.5rem*$fontsize !important;
}

#usercentrics-cmp-ui .cmp {
  --typography-size: 1.5rem*$fontsize !important;
  font-size: 100%;
}

body {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.text-small {
  font-size: 0.75rem;
  line-height: 1.0625rem;
}

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

h1, .h1 {
  font-size: 4rem;
  line-height: 4.375rem;
  margin-bottom: 1.875rem;
}

h2, .h2 {
  font-size: 2.625rem;
  line-height: 3rem;
  margin-bottom: 1.5625rem;
}

h3, .h3 {
  font-size: 2rem;
  line-height: 2.25rem;
  margin-bottom: 0.9375rem;
}

h4, .h4 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 0.78125rem;
}

h5, .h5 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 0.625rem;
}

h6, .h6 {
  font-size: 1.125rem;
  line-height: 1.375rem;
  margin-bottom: 0.46875rem;
}

@media (max-width: 575px) {
  h1, .h1 {
    font-size: 2.625rem;
    line-height: 3.1875rem;
  }
  h2, .h2, .xs-h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.5rem;
    line-height: 2.375rem;
  }
  .sm-h3 {
    font-size: 1.75rem;
    line-height: 2rem;
    margin-bottom: 0.9375rem;
  }
}
select, input {
  padding: 0.78125rem 1.5625rem;
  margin: 0.625rem 0;
  font-size: 1rem;
  border: solid 1px #dbdbdb;
  border-radius: 4px;
  color: #444;
}

select {
  cursor: pointer;
}

input[type=search] {
  padding-left: 2.34375rem;
}

input[type=submit] {
  cursor: pointer;
  font-weight: 600;
  border-color: #fff;
  color: #fff;
  background-color: #444;
}

iframe.form {
  border-width: 0px;
}
iframe.form.okumaformular {
  height: 100%;
}
iframe.form.softgarden {
  background-color: white;
  min-height: 120vh;
}
@media (max-width: 992px) {
  iframe.form.softgarden {
    min-height: 118.75rem;
  }
}
iframe.form.youtube {
  padding-bottom: unset;
  margin: 0 auto;
  width: 960px;
  height: 540px;
}
@media (max-width: 768px) {
  iframe.form.youtube {
    width: 300px;
    height: 200px;
  }
}

.bg-none {
  background: none;
  background-image: unset;
}

.bg-primary {
  background-color: #444;
}

.bg-secondary {
  background-color: #d30000;
}

.bg-grey {
  background-color: #888;
}

.bg-white {
  background-color: white;
}

.bg-light {
  background-color: #dbdbdb;
}

.bg-dark {
  background-color: #444;
}

.bg-danger {
  background-color: rgb(232, 50, 120);
}

.bg-success {
  background-color: rgb(149, 193, 31);
}

.bg-warning {
  background-color: rgb(234, 146, 31);
}

.bg-info {
  background-color: rgb(11, 187, 239);
}

@media (max-width: 992px) {
  .bg-mobile-primary {
    background-color: #444;
  }
  .bg-mobile-secondary {
    background-color: #d30000;
  }
  .bg-mobile-grey {
    background-color: #888;
  }
  .bg-mobile-white {
    background-color: white;
  }
  .bg-mobile-light {
    background-color: #dbdbdb;
  }
  .bg-mobile-dark {
    background-color: #444;
  }
  .bg-mobile-danger {
    background-color: rgb(232, 50, 120);
  }
  .bg-mobile-success {
    background-color: rgb(149, 193, 31);
  }
  .bg-mobile-warning {
    background-color: rgb(234, 146, 31);
  }
  .bg-mobile-info {
    background-color: rgb(11, 187, 239);
  }
}
.bg-hover-primary:hover {
  background-color: #444;
}

.bg-hover-secondary:hover {
  background-color: #d30000;
}

.bg-hover-grey:hover {
  background-color: #888;
}

.bg-hover-white:hover {
  background-color: white;
}

.bg-hover-light:hover {
  background-color: #dbdbdb;
}

.bg-hover-dark:hover {
  background-color: #444;
}

.bg-hover-danger:hover {
  background-color: rgb(232, 50, 120);
}

.bg-hover-success:hover {
  background-color: rgb(149, 193, 31);
}

.bg-hover-warning:hover {
  background-color: rgb(234, 146, 31);
}

.bg-hover-info:hover {
  background-color: rgb(11, 187, 239);
}

@media (prefers-color-scheme: dark) {
  .bg-darkmode-dark {
    background-color: #232323;
  }
  .bg-darkmode-darkbackdrop {
    background-color: #333;
  }
}
.bg-fix {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 14px;
  grid-gap: 14px;
}
.grid .grid__content {
  color: #444;
  background-color: #dbdbdb;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  width: 100%;
  position: relative;
  opacity: 0;
}
@media (prefers-color-scheme: dark) {
  .grid .grid__content {
    color: white;
    background-color: #333;
  }
}
.grid .grid__content .grid__content__image {
  width: 100%;
  height: auto;
}
.grid .grid__content.featured {
  grid-column: span 2;
}
.grid .grid__content .grid__content__text {
  hyphens: auto;
}
.grid .grid__content .grid__content__button {
  color: #444;
  border-color: #444;
}
.grid .grid__content .grid__content__button:hover {
  background-color: #444;
  color: white;
}
@media (prefers-color-scheme: dark) {
  .grid .grid__content .grid__content__button {
    color: white;
    border-color: white;
  }
  .grid .grid__content .grid__content__button:hover {
    background-color: white;
    color: #444;
  }
}
.grid .grid__content.listlink {
  color: white;
  background-color: #444;
  padding: 1.875rem;
}
@media (max-width: 992px) {
  .grid .grid__content.listlink {
    padding: 1.875rem 0;
  }
}
.grid .grid__content.listlink .inner_text {
  font-size: 1.25rem;
  margin-bottom: 2.5rem;
}
.grid .grid__content.listlink a {
  color: white;
  font-family: Passion One, Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
}
@media (max-width: 992px) {
  .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 576px) {
  .grid {
    display: block;
  }
  .grid .grid__content {
    margin-bottom: 0.625rem;
    opacity: 1;
  }
  .grid .grid__content .grid__content__button {
    position: initial;
    margin-bottom: 1.25rem;
    color: #444;
    border-color: #444;
  }
}
@media (max-width: 576px) and (prefers-color-scheme: dark) {
  .grid .grid__content .grid__content__button {
    color: white;
    border-color: white;
  }
}

.produktgallerie__design_corner {
  position: absolute;
  width: 102%;
  border-top: solid #444 8px;
  border-right: solid #444 8px;
  left: 0.625rem;
  top: 0;
  height: 256px;
  z-index: -2;
}
.produktgallerie__design_corner.corner_left {
  border-right: none;
  border-left: solid #444 8px;
  left: unset;
  right: 0.625rem;
}

.produktgallerie .grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.produktgallerie .grid .grid__content .grid__content__image {
  height: auto;
  flex: 1;
}
.produktgallerie .grid .grid__content .grid__content__text {
  flex: 1;
  padding-bottom: 0.0625rem;
}
.produktgallerie .grid .grid__content .grid__content__button {
  border-radius: 0;
  padding: 0.9375rem 2.8125rem;
  font-size: 1.25rem;
}

.testimonial {
  height: 100%;
}
.testimonial .owl-carousel {
  height: 100%;
  min-height: 5rem;
}
.testimonial .owl-carousel .owl-stage-outer {
  height: 100%;
}
.testimonial .owl-carousel .owl-stage {
  height: 100%;
  min-height: 5rem;
}
.testimonial .owl-item, .testimonial .item {
  height: 100%;
  width: 100%;
  min-height: 12.5rem;
}
.testimonial .item__left, .testimonial .item__right {
  width: 80px;
}
.testimonial .item__left img, .testimonial .item__right img {
  width: 80px;
  height: auto;
}
.testimonial .item__left {
  display: flex;
  flex-direction: column;
}
.testimonial .item__left .line {
  margin-top: 0.625rem;
  flex: 1;
  border-right: #444 solid 0.46875rem;
}
.testimonial .item__right {
  position: relative;
  margin-left: 0.625rem;
}
.testimonial .item__right img {
  transform: rotate(180deg);
  position: absolute;
  bottom: 0;
}
.testimonial .item__content {
  border-bottom: #444 solid 0.46875rem;
  flex: 1;
  width: 100px;
}
.testimonial .owl-dot span {
  background-color: #444 !important;
}
.testimonial .owl-dot.active span {
  background-color: #444 !important;
}
.testimonial .zitat_klein .item__left, .testimonial .zitat_klein .item__right {
  margin: 0;
  position: absolute;
  z-index: -1;
  opacity: 0.33;
  width: 64px;
}
.testimonial .zitat_klein .item__left img, .testimonial .zitat_klein .item__right img {
  width: 64px;
  height: auto;
}
.testimonial .zitat_klein .item__left {
  top: 0.9375rem;
  left: 4px;
}
.testimonial .zitat_klein .item__right {
  bottom: -1.25rem;
  right: 4px;
}

.persosingle .randkringel {
  background-image: url("../../../img/kringel.png");
}
.persosingle .randkringel.kita-waldraeuber, .persosingle .randkringel.kita-adlerkueken, .persosingle .randkringel.kita-traumzauberbaum {
  background-image: url("../../../img/kringel_orange.png");
}
.persosingle .randkringel.zaw {
  background-image: url("../../../img/kringel_gruen.png");
}
.persosingle .randkringel {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.persosingle .randkringel .img-circle {
  border-radius: 50%;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}
.persosingle .randkringel__neu {
  z-index: 10;
  isolation: isolate;
  position: absolute;
  top: -50px;
  left: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d30000;
  width: 350px;
  aspect-ratio: 1;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .persosingle .randkringel__neu {
    position: relative;
    top: 0;
    left: 0;
  }
}
.persosingle .randkringel__neu img {
  width: 100%;
  border-radius: 50%;
}
.persosingle .randkringel__neu::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 50%;
  height: 50%;
  bottom: 0;
  right: 0;
  background-color: #d30000;
  border-radius: 4%;
  clip-path: polygon(20% 80%, 80% 20%, 102% 102%);
}
.persosingle .zitat {
  color: white;
}
.persosingle .name {
  color: white;
}
.persosingle .daten {
  color: white;
}

.filtertiles__navi {
  padding: 0;
}
.filtertiles__navi .filtertiles__navi__button {
  background-color: #dbdbdb;
  display: block;
  border-radius: 4px;
  padding: 0.3125rem 0.9375rem;
  margin: 4px;
  color: #888;
  cursor: pointer;
  font-weight: bold;
}
.filtertiles__navi .filtertiles__navi__button .cat-name {
  color: #444;
}
.filtertiles__navi .filtertiles__navi__button.active {
  background-color: #444;
}
.filtertiles__navi .filtertiles__navi__button:hover {
  background-color: #444;
}
.filtertiles__navi .filtertiles__navi__button:hover, .filtertiles__navi .filtertiles__navi__button.active {
  color: #dbdbdb;
}
.filtertiles__navi .filtertiles__navi__button:hover .cat-name, .filtertiles__navi .filtertiles__navi__button.active .cat-name {
  color: white;
}
.filtertiles__navi .filtertiles__navi__button.d-none {
  display: none;
}

.produktgallerie .filtertiles__navi {
  padding: 0;
}
.produktgallerie .filtertiles__navi .filtertiles__navi__button {
  display: block;
  border-radius: 0;
  padding: 0;
  margin-left: 0px;
  margin-right: 8px;
  margin-bottom: 1.25rem;
  color: #888;
  cursor: pointer;
  font-weight: bold;
  height: 100%;
  background: none;
}
.produktgallerie .filtertiles__navi .filtertiles__navi__button .cat-name {
  background-color: #dbdbdb;
  color: #444;
  padding: 0.78125rem 1.40625rem;
  height: 100%;
  margin: 0;
}
.produktgallerie .filtertiles__navi .filtertiles__navi__button .cat-count {
  background-color: #d30000;
  padding: 0.78125rem 0.78125rem;
  color: white;
  height: 100%;
  margin: 0;
}
.produktgallerie .filtertiles__navi .filtertiles__navi__button.active .cat-name {
  background-color: #444;
}
.produktgallerie .filtertiles__navi .filtertiles__navi__button:hover .cat-name {
  background-color: #444;
}
.produktgallerie .filtertiles__navi .filtertiles__navi__button:hover, .produktgallerie .filtertiles__navi .filtertiles__navi__button.active {
  color: #dbdbdb;
}
.produktgallerie .filtertiles__navi .filtertiles__navi__button:hover .cat-name, .produktgallerie .filtertiles__navi .filtertiles__navi__button.active .cat-name {
  color: white;
}
.produktgallerie .filtertiles__navi .filtertiles__navi__button.d-none {
  display: none;
}

.eccfeedback .grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.eccfeedback .filtertiles__item {
  padding: 1.875rem;
  padding-bottom: 1.875rem;
}
.eccfeedback .filtertiles__item .lead {
  font-weight: bold;
}
.eccfeedback .filtertiles__item.p-0 {
  padding: 0;
  background: none;
}
.eccfeedback .filter {
  min-height: 200px;
  background-position: center;
  background-size: cover;
  padding-top: 12.5rem;
  padding-bottom: 1.875rem;
}
.eccfeedback .filter h2 {
  font-size: 3.125rem;
}
@media (max-width: 992px) {
  .eccfeedback .filter h2 {
    font-size: 2.5rem;
  }
}
.eccfeedback .filter .eccfeedback__navi {
  width: 100%;
}
@media (min-width: 768px) {
  .eccfeedback .filter .eccfeedback__navi {
    width: 75%;
  }
}
@media (min-width: 992px) {
  .eccfeedback .filter .eccfeedback__navi {
    width: 60%;
  }
}
@media (min-width: 1376px) {
  .eccfeedback .filter .eccfeedback__navi {
    width: 100%;
  }
}
.eccfeedback .filtertiles__navi__button {
  background-color: white;
  color: #444;
  border: 1px solid #444;
  padding: 1.25rem 1.5625rem;
  margin-right: 0.9375rem;
  margin-bottom: 0.9375rem;
  font-size: 1.25rem;
  text-align: center;
  flex-grow: 1;
  flex-basis: 0;
  cursor: pointer;
}
.eccfeedback .filtertiles__navi__button.active {
  background-color: #444;
  color: white;
  border-color: white;
}
@media (min-width: 1376px) {
  .eccfeedback .filtertiles__navi__button {
    flex-grow: unset;
  }
}
.eccfeedback .eccfeedback__mainpanel {
  border-top: 0.3125rem solid #888;
  position: relative;
}
.eccfeedback .eccfeedback__mainpanel::before {
  content: "";
  border-left: 0.3125rem solid #888;
  position: absolute;
  pointer-events: none;
  height: 12.5rem;
  left: 0;
  top: 0;
}

.okuma_dropdown {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media (max-width: 992px) {
  .okuma_dropdown {
    padding-top: 0;
    padding-bottom: 0;
  }
  .okuma_dropdown .container {
    margin: 0;
    padding: 0;
  }
  .okuma_dropdown .container .row, .okuma_dropdown .container .okuma_dropdown_menu_wrap {
    padding: 0;
    /*@include max-sm {
        padding-top: 2rem;
    }*/
  }
}
@media (max-width: 992px) {
  .okuma_dropdown .container_okuma_dropdown {
    width: 100%;
  }
}
.okuma_dropdown .produkt_wrap {
  display: none;
  height: 17.5rem;
}
@media (max-width: 1376px) {
  .okuma_dropdown .produkt_wrap {
    height: auto;
  }
}
@media (max-width: 768px) {
  .okuma_dropdown .produkt_wrap {
    min-height: unset;
    height: auto;
    padding: 0;
  }
}
.okuma_dropdown .produkt_wrap.active {
  display: flex;
}
.okuma_dropdown .produkt {
  min-height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.okuma_dropdown .produkt.fachbereich {
  color: #444;
  background-color: white;
  padding: 1.25rem;
}
@media (max-width: 1376px) {
  .okuma_dropdown .produkt.fachbereich {
    flex-direction: row;
  }
  .okuma_dropdown .produkt.fachbereich .header {
    flex: 1;
  }
  .okuma_dropdown .produkt.fachbereich .more {
    flex: 0;
  }
}
@media (max-width: 768px) {
  .okuma_dropdown .produkt.fachbereich {
    width: 100%;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    flex-direction: row;
    padding: 0.625rem 0;
    background: none !important;
    border-bottom: 0.09375rem solid white;
  }
  .okuma_dropdown .produkt.fachbereich a {
    color: white;
  }
}
.okuma_dropdown .produkt.fachbereich .more {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .okuma_dropdown .produkt.fachbereich .more {
    display: flex;
    flex-direction: column;
    justify-content: unset;
    align-items: center;
  }
}
.okuma_dropdown .produkt.fachbereich .link {
  width: auto;
  margin-left: auto;
  display: block;
  color: #444;
}
@media (max-width: 768px) {
  .okuma_dropdown .produkt.fachbereich .link {
    color: white;
  }
  .okuma_dropdown .produkt.fachbereich .link::before {
    text-transform: none;
    font-size: 2.5rem;
  }
}
.okuma_dropdown .produkt.fachbereich.GesundheitPflege {
  color: white;
  background-color: rgb(149, 193, 31);
}
.okuma_dropdown .produkt.fachbereich.GesundheitPflege .link, .okuma_dropdown .produkt.fachbereich.GesundheitPflege a {
  color: white;
}
.okuma_dropdown .produkt.fachbereich.PdagogikSoziales {
  color: white;
  background-color: rgb(234, 146, 31);
}
.okuma_dropdown .produkt.fachbereich.PdagogikSoziales .link, .okuma_dropdown .produkt.fachbereich.PdagogikSoziales a {
  color: white;
}
.okuma_dropdown .produkt.fachbereich.WirtschaftManagement {
  color: white;
  background-color: rgb(11, 187, 239);
}
.okuma_dropdown .produkt.fachbereich.WirtschaftManagement .link, .okuma_dropdown .produkt.fachbereich.WirtschaftManagement a {
  color: white;
}
.okuma_dropdown .produkt.fachbereich.FremdsprachenInternationales {
  color: white;
  background-color: rgb(232, 50, 120);
}
.okuma_dropdown .produkt.fachbereich.FremdsprachenInternationales .link, .okuma_dropdown .produkt.fachbereich.FremdsprachenInternationales a {
  color: white;
}
.okuma_dropdown .teaser {
  flex-grow: 1;
}
@media (max-width: 1376px) {
  .okuma_dropdown .teaser {
    display: none;
  }
}
.okuma_dropdown .teaser .teaser_inhalt {
  max-height: 100%;
  line-height: 1.40625rem;
}
.okuma_dropdown .teaser p {
  margin: 0;
}
.okuma_dropdown .header {
  font-size: 1.09375rem;
  font-weight: bold;
  line-height: 1.25rem;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .okuma_dropdown .header {
    margin-bottom: 0;
    flex-shrink: unset;
    flex-grow: 1;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 0.9375rem;
    line-height: 1.40625rem;
    padding-right: 0.625rem;
    display: flex;
    align-items: center;
  }
  .okuma_dropdown .header > span {
    display: block;
  }
  .okuma_dropdown .header > span span {
    display: inline;
  }
  .okuma_dropdown .header {
    cursor: default;
  }
}
.okuma_dropdown .header a.multiple_debugoff {
  color: cyan !important;
}
.okuma_dropdown .more {
  text-align: end;
  width: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 1.25rem;
  padding-bottom: 0.625rem;
}
@media (max-width: 768px) {
  .okuma_dropdown .more {
    width: auto;
  }
}
.okuma_dropdown .more .link {
  font-family: Passion One, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 3.75rem;
  font-weight: unset;
}
.okuma_dropdown .okuma_dropdown_select_wrap {
  position: relative;
}
.okuma_dropdown .okuma_dropdown_select_wrap::before {
  content: ">";
  font-family: Passion One, Arial, Helvetica, sans-serif;
  background-color: #888;
  color: white;
  font-size: 5rem;
  padding: 1.71875rem 1.71875rem;
  padding-right: 1.5625rem;
  transform: rotate(90deg);
  position: absolute;
  left: 0;
  cursor: pointer;
  pointer-events: none;
}
.okuma_dropdown select {
  font-family: Passion One, Arial, Helvetica, sans-serif;
  min-width: 40%;
  border-radius: 0;
  font-size: 3.125rem;
  color: #444;
  font-weight: unset;
  text-transform: uppercase;
  padding-left: 6.25rem;
  margin: 0;
  padding: 0.5;
  border: none;
  background-color: #dbdbdb;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.okuma_dropdown select::-ms-expand {
  display: none;
}
.okuma_dropdown .select_arrow {
  display: block;
  font-family: Passion One, Arial, Helvetica, sans-serif;
  background-color: #888;
  color: white;
  font-size: 3.75rem;
  padding: 1.25rem 1.25rem;
  padding-right: 1.09375rem;
  cursor: pointer;
}
.okuma_dropdown .select_arrow:focus-visible {
  outline: none;
  background-color: #d30000;
}
@media (max-width: 992px) {
  .okuma_dropdown .select_arrow {
    padding: 1.09375rem 1.09375rem;
    padding-right: 0.9375rem;
  }
}
.okuma_dropdown .select_arrow p {
  margin: 0;
  transform: rotate(90deg);
}
@media (max-width: 992px) {
  .okuma_dropdown .select_arrow p {
    font-size: 3.75rem;
    text-transform: none;
  }
}
.okuma_dropdown .select_arrow.dummy {
  color: #dbdbdb;
  background-color: #dbdbdb;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
  opacity: 0;
}
.okuma_dropdown .okuma_dropdown_menu {
  position: relative;
  display: flex;
  width: 55%;
}
@media (max-width: 1376px) {
  .okuma_dropdown .okuma_dropdown_menu {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .okuma_dropdown .okuma_dropdown_menu {
    width: 100%;
  }
}
.okuma_dropdown .okuma_dropdown_menu .menupoints {
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
}
.okuma_dropdown .okuma_dropdown_menu .menupoints.open {
  display: block;
}
.okuma_dropdown .okuma_dropdown_menu .menupoints .menupoint_wrap.current {
  display: none;
}
.okuma_dropdown .okuma_dropdown_selected, .okuma_dropdown .menupoint {
  background-color: #dbdbdb;
  flex-grow: 1;
  font-family: Passion One, Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
  color: #444;
  font-weight: unset;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 0 1.25rem;
}
@media (max-width: 1376px) {
  .okuma_dropdown .okuma_dropdown_selected, .okuma_dropdown .menupoint {
    font-size: 2.1875rem;
  }
}
@media (max-width: 992px) {
  .okuma_dropdown .okuma_dropdown_selected, .okuma_dropdown .menupoint {
    font-size: 1.71875rem;
    text-transform: none;
  }
}
.okuma_dropdown .okuma_dropdown_selected:hover, .okuma_dropdown .okuma_dropdown_selected:focus-visible, .okuma_dropdown .menupoint:hover, .okuma_dropdown .menupoint:focus-visible {
  outline: none;
  background-color: #d30000;
  color: white;
}
.okuma_dropdown .okuma_dropdown_dots {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .okuma_dropdown .okuma_dropdown_dots {
    margin-top: 1.25rem;
  }
}
.okuma_dropdown .okuma_dropdown_dots .dot {
  padding: 0.46875rem;
  margin: 0.3125rem;
  border: 0.125rem solid white;
  border-radius: 50%;
}
.okuma_dropdown .okuma_dropdown_dots .dot.active {
  background-color: white;
}

.bg-fb {
  background-color: #444;
}
.bg-fb.GesundheitPflege {
  background-color: rgb(149, 193, 31);
}
.bg-fb.PdagogikSoziales {
  background-color: rgb(234, 146, 31);
}
.bg-fb.WirtschaftManagement {
  background-color: rgb(11, 187, 239);
}
.bg-fb.FremdsprachenInternationales {
  background-color: rgb(232, 50, 120);
}

.bg-fb-40 {
  background-color: #aaaaaa;
}
.bg-fb-40.GesundheitPflege {
  background-color: rgb(227.5446428571, 243.6517857143, 184.3482142857);
}
.bg-fb-40.PdagogikSoziales {
  background-color: rgb(251.4857142857, 236.7591836735, 217.5142857143);
}
.bg-fb-40.WirtschaftManagement {
  background-color: rgb(201.464, 240.888, 252.536);
}
.bg-fb-40.FremdsprachenInternationales {
  background-color: rgb(252.5789473684, 233.4210526316, 240.7894736842);
}

.font-fb {
  color: #444;
}
.font-fb.GesundheitPflege {
  color: rgb(149, 193, 31);
}
.font-fb.PdagogikSoziales {
  color: rgb(234, 146, 31);
}
.font-fb.WirtschaftManagement {
  color: rgb(11, 187, 239);
}
.font-fb.FremdsprachenInternationales {
  color: rgb(232, 50, 120);
}

.ea_header.produkt .titel {
  background-color: white;
  padding-bottom: 1.25rem;
  padding-top: 5rem;
  padding-left: 4.53125rem;
  padding-right: 3.125rem;
}
.ea_header.produkt .titel h1 {
  margin: 0;
  color: #444;
  hyphens: auto;
}
@media (max-width: 768px) {
  .ea_header.produkt .titel {
    padding: 1.875rem;
  }
}
@media (prefers-color-scheme: dark) {
  .ea_header.produkt .titel {
    background-color: #232323;
  }
  .ea_header.produkt .titel h1 {
    color: white;
  }
}
.ea_header.produkt .wrap .box_links, .ea_header.produkt .wrap .box_rechts {
  z-index: 1;
  width: 1.875rem;
  position: absolute;
}
@media (max-width: 992px) {
  .ea_header.produkt .wrap .box_links, .ea_header.produkt .wrap .box_rechts {
    display: none;
  }
}
.ea_header.produkt .wrap .box_links.box_links, .ea_header.produkt .wrap .box_rechts.box_links {
  height: 60%;
  left: 0;
  top: 0;
  transform: translateY(-5rem);
}
@media (max-width: 768px) {
  .ea_header.produkt .wrap .box_links.box_links, .ea_header.produkt .wrap .box_rechts.box_links {
    transform: unset;
  }
}
.ea_header.produkt .wrap .box_links.box_rechts, .ea_header.produkt .wrap .box_rechts.box_rechts {
  height: 100%;
  right: 0;
  top: 0;
  transform: translate(100%, -11.25rem);
}
.ea_header.produkt .wrap .news {
  position: relative;
}
.ea_header.produkt .wrap .news .btn.bg-fb:hover {
  color: white;
  background-color: #444;
}
.ea_header.produkt .wrap .news .btn-anfrage:hover {
  color: #444;
}
.ea_header.produkt .wrap .spacer {
  padding-top: 1.875rem;
}
.ea_header.produkt .wrap .box {
  margin-bottom: 0.625rem;
}
.ea_header.produkt .wrap .produkttyp {
  margin-top: 1.875rem;
  font-family: Passion One, Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  line-height: 2.8125rem;
}

.produktdetails {
  margin-bottom: 0;
}
.produktdetails .eso-titel {
  display: flex;
}
.produktdetails .eso-titel .typ {
  padding: 0.3125rem 0.625rem;
  background: #444;
  color: white;
}
.produktdetails .eso-titel .titel {
  padding: 0.3125rem 0.625rem;
  background: #dbdbdb;
}
@media (max-width: 992px) {
  .produktdetails .eso-titel .titel h1 {
    font-size: 2rem;
    line-height: 2.125rem;
  }
}
@media (prefers-color-scheme: dark) {
  .produktdetails .eso-titel .titel {
    background: #888;
  }
}
@media (max-width: 992px) {
  .produktdetails .eso-titel {
    flex-direction: column;
    margin-bottom: 0.625rem;
  }
}
.produktdetails h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: #444;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .produktdetails h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
@media (prefers-color-scheme: dark) {
  .produktdetails h2 {
    color: white;
  }
}
.produktdetails .locations {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin: 0.625rem 0;
  color: #444;
}
@media (prefers-color-scheme: dark) {
  .produktdetails .locations {
    color: white;
  }
}
.produktdetails .facts {
  display: flex;
  gap: 2.5rem;
}
@media (max-width: 992px) {
  .produktdetails .locations, .produktdetails .facts {
    display: none;
  }
}
.produktdetails .preisbuchen .col-12 {
  padding-left: 12.5rem;
  padding-right: 12.5rem;
}
.produktdetails .preisbuchen .col-12 .block {
  align-items: end;
}
.produktdetails .preisbuchen .preis {
  font-weight: bold;
  color: #444;
  font-size: 1.71875rem;
  line-height: 1.8125rem;
  margin-right: 1.25rem;
  white-space: nowrap;
}
.produktdetails .preisbuchen .preis .mwst {
  font-size: 1.09375rem;
}
.produktdetails .preisbuchen a.cta.anfrage {
  background-color: #444;
  color: white;
}
.produktdetails .termintabelle {
  padding: 6.25rem;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.produktdetails .termintabelle table {
  width: 100%;
  display: block;
}
.produktdetails .termintabelle table thead {
  display: block;
  background-color: #444;
}
.produktdetails .termintabelle table thead tr th {
  color: white;
  font-family: Passion One, Arial, Helvetica, sans-serif;
  font-size: 2.1875rem;
  font-weight: normal;
  padding: 1.25rem;
  text-align: start;
}
.produktdetails .termintabelle table thead .mobil {
  display: none;
}
@media (max-width: 992px) {
  .produktdetails .termintabelle table thead th {
    display: none;
  }
  .produktdetails .termintabelle table thead .mobil {
    display: block;
  }
}
.produktdetails .termintabelle table tbody {
  display: grid;
  width: 100%;
}
@media (min-width: 768px) {
  .produktdetails .termintabelle table tbody {
    height: 400px;
    overflow-y: auto;
  }
}
.produktdetails .termintabelle table tbody tr {
  display: flex;
}
.produktdetails .termintabelle table tbody tr .info {
  flex: 1;
}
.produktdetails .termintabelle table tbody td {
  padding: 0.625rem 1.25rem;
}
@media (max-width: 992px) {
  .produktdetails .termintabelle table tbody tr {
    flex-wrap: wrap;
    border-bottom: #888 solid 0.0625rem;
  }
  .produktdetails .termintabelle table tbody tr .ort, .produktdetails .termintabelle table tbody tr .zeit {
    width: 50%;
  }
  .produktdetails .termintabelle table tbody tr .info {
    width: 100%;
  }
  .produktdetails .termintabelle table tbody tr td {
    border-bottom: none;
  }
}
.produktdetails .termintabelle table .ort {
  width: 11.25rem;
}
.produktdetails .termintabelle table .zeit {
  width: 11.25rem;
}
.produktdetails .termintabelle .tabelle {
  background-color: white;
  padding: 0;
}
@media (prefers-color-scheme: dark) {
  .produktdetails .termintabelle .tabelle {
    background-color: #232323;
  }
}
@media (max-width: 768px) {
  .produktdetails .termintabelle {
    padding: 0rem;
  }
}
.produktdetails .termintabelle .hinweis_alle {
  padding: 0.625rem 1.25rem;
  align-items: center;
}
.produktdetails .termintabelle .hinweis_alle a {
  flex: 1;
}
.produktdetails .termintabelle .hinweis_alle .spacer {
  flex: 1;
}
@media (max-width: 992px) {
  .produktdetails .termintabelle .hinweis_alle .spacer {
    display: none;
  }
}
.produktdetails .termintabelle .hinweis_alle .pfeil {
  font-family: Passion One, Arial, Helvetica, sans-serif;
  font-size: 4.375rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 1.25rem;
}
.produktdetails .termintabelle .hinweis_alle .pfeil div {
  height: 100%;
  flex: 1;
  transform: translateY(-0.3125rem);
}
.produktdetails .cta {
  padding: 1.25rem;
  flex-grow: 1;
  border: solid 0.0625rem white;
  font-size: 1.40625rem;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  text-align: center;
}
.produktdetails .cta.info {
  margin-left: 0;
  margin-right: 1.25rem;
}
.produktdetails .cta.anfrage {
  color: #444;
  border-color: #444;
}
.produktdetails h3 {
  font-size: 2.8125rem;
  line-height: 3.125rem;
}
.produktdetails h3.standorte {
  font-size: 1.25rem;
  line-height: 1.5625rem;
}
.produktdetails .produktdaten {
  padding-top: 31.25rem;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .produktdetails .produktdaten {
    background: none;
    padding-top: 0;
  }
}
.produktdetails .produktdaten.pt-0 {
  padding-top: 0;
}
.produktdetails .produktdaten .daten_container {
  background-color: white;
  position: relative;
}
@media (prefers-color-scheme: dark) {
  .produktdetails .produktdaten .daten_container {
    background-color: #232323;
  }
}
.produktdetails .produktdaten .daten_container .box_links {
  z-index: 1;
  width: 1.875rem;
  position: absolute;
  height: 130%;
  left: 0;
  top: 0;
  transform: translateX(-100%);
}
@media (max-width: 992px) {
  .produktdetails .produktdaten .daten_container .box_links {
    display: none;
  }
}
.produktdetails .produktdaten .daten_wrap {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.produktdetails .produktdaten .daten_wrap .block {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  margin-bottom: 1.875rem;
}
@media (max-width: 992px) {
  .produktdetails .produktdaten .daten_wrap {
    -moz-column-count: unset;
         column-count: unset;
  }
}
.produktdetails .produktdaten .ctas {
  padding-top: 3.75rem;
  padding-bottom: 4.375rem;
}
.produktdetails .produktdaten .ctas .typ {
  color: white;
}
.produktdetails .produktdaten .ctas h3 {
  color: white;
}
.produktdetails .produktdaten .ctas .tags {
  margin-top: 1.25rem;
  color: white;
  display: flex;
}
.produktdetails .produktdaten .ctas .tags .box {
  margin-right: 1.5625rem;
  display: flex;
}
.produktdetails .produktdaten .ctas .tags .box .icon {
  margin-right: 0.625rem;
}
@media (max-width: 992px) {
  .produktdetails .produktdaten .ctas .tags {
    display: block;
  }
}
.produktdetails .produktdaten .ctas .cta {
  display: block;
  border: none;
  width: 100%;
  margin-bottom: 1.25rem;
}
.produktdetails .produktdaten .ctas .cta.info {
  border: white solid 0.0625rem;
}
.produktdetails .produktdaten .ctas .cta.anfrage {
  background-color: white;
  color: #444;
}

.produktdetails .flex-grow-1.youtube {
  min-height: 450px;
}

.okuma_datatable.ce {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.okuma_datatable.ce .row .table_wrap {
  background: white;
  padding: 0;
}
@media (max-width: 992px) {
  .okuma_datatable.ce {
    background: #888 !important;
  }
}

.termintabelle .cta {
  display: block;
}
@media (max-width: 992px) {
  .termintabelle .cta {
    margin-right: 0;
    margin-top: 0.625rem;
    width: 100%;
  }
  .termintabelle .cta.anfrage {
    border-color: white;
    color: white;
    background-color: #444;
  }
}

.okuma_datatable .dt-container {
  display: flex;
  flex-direction: column;
}
.okuma_datatable .dt-container .dt-layout-row:has(.dt-layout-cell):has(.dt-search) {
  background-color: #dbdbdb;
  order: 2;
  display: flex;
  justify-content: start;
  padding-left: 1.25rem;
}
@media (prefers-color-scheme: dark) {
  .okuma_datatable .dt-container .dt-layout-row:has(.dt-layout-cell):has(.dt-search) {
    background-color: #232323;
  }
}
.okuma_datatable .dt-container .dt-layout-row:has(.dt-layout-cell):has(.dt-search) label {
  margin-right: 0.625rem;
  font-weight: bold;
}
.okuma_datatable .dt-container .dt-layout-row:has(.dt-layout-cell):has(.dt-search) input {
  background-color: white;
  color: #444;
}
@media (prefers-color-scheme: dark) {
  .okuma_datatable .dt-container table.dataTable > tbody > tr {
    background-color: #333;
  }
}
.okuma_datatable .dt-container .dt-layout-cell {
  padding: 0;
}
@media (prefers-color-scheme: dark) {
  .okuma_datatable .dt-container .dt-layout-cell .dt-scroll {
    background-color: #333;
  }
}
.okuma_datatable .dt-scroll-head {
  background: #444;
}
.okuma_datatable .dt-scroll-head table thead tr th:focus-visible {
  outline: none;
  background: #d30000;
}
.okuma_datatable .dt-scroll-body {
  overflow-y: scroll !important;
}
.okuma_datatable .dt-scroll-body thead {
  display: none !important;
}

.okuma_datatable table.dataTable > thead > tr > th, .okuma_datatable table.dataTable > thead > tr > td {
  border: none;
  padding: 1.25rem;
}
.okuma_datatable table.dataTable tbody th, .okuma_datatable table.dataTable tbody td {
  padding: 0.625rem 1.25rem;
}
.okuma_datatable table.dataTable thead th {
  font-family: Passion One, Arial, Helvetica, sans-serif;
  color: white;
  font-weight: normal;
  font-size: 2.1875rem;
  letter-spacing: 0.125rem;
  min-width: 8.75rem;
}
.okuma_datatable table.dataTable thead th .dt-column-title {
  padding-left: 1.875rem;
}
.okuma_datatable table.dataTable thead th .dt-column-order {
  position: absolute;
  left: 0.9375rem;
  padding-left: 3.75rem;
  padding-right: 0.3125rem;
}
.okuma_datatable table.dataTable thead th .dt-column-order::before, .okuma_datatable table.dataTable thead th .dt-column-order::after {
  left: 1.25rem;
  right: unset;
  transform: unset;
  bottom: unset;
}
.okuma_datatable table.dataTable thead th .dt-column-order::before {
  transform: scale(150%, 70%) translateY(-40%);
}
.okuma_datatable table.dataTable thead th .dt-column-order::after {
  transform: scale(150%, 70%) translateY(95%);
}
.okuma_datatable td b {
  margin-right: 0.625rem;
}
.okuma_datatable table {
  border-collapse: collapse;
}
.okuma_datatable td {
  border-bottom: #888 solid 0.0625rem;
  vertical-align: top;
}
.okuma_datatable .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: top;
}
.okuma_datatable .dataTables_wrapper.no-footer .dataTables_scrollBody {
  border: unset;
}
.okuma_datatable ::-webkit-scrollbar {
  width: 1.40625rem;
  height: 1.40625rem;
}
@media (min-width: 992px) {
  .okuma_datatable ::-webkit-scrollbar {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.okuma_datatable ::-webkit-scrollbar-thumb { /* Foreground */
  background: #dbdbdb;
  border-radius: 0.625rem;
  border: #444 0.25rem solid;
}
.okuma_datatable ::-webkit-scrollbar-track { /* Background */
  background: #444;
}
.okuma_datatable ::-webkit-scrollbar-corner {
  background: #444;
}
.okuma_datatable table.dataTable thead th.sorting::after, .okuma_datatable table.dataTable thead th.sorting::before {
  opacity: 1;
}
.okuma_datatable table.dataTable thead th.sorting_desc::after, .okuma_datatable table.dataTable thead th.sorting_asc::before {
  color: #dddddd;
}
.okuma_datatable.GesundheitPflege table.dataTable thead th.sorting_desc::after, .okuma_datatable.GesundheitPflege table.dataTable thead th.sorting_asc::before {
  color: rgb(149, 193, 31);
}
.okuma_datatable.GesundheitPflege ::-webkit-scrollbar-track {
  background: rgb(149, 193, 31);
}
.okuma_datatable.GesundheitPflege ::-webkit-scrollbar-thumb {
  border-color: rgb(149, 193, 31);
}
.okuma_datatable.PdagogikSoziales table.dataTable thead th.sorting_desc::after, .okuma_datatable.PdagogikSoziales table.dataTable thead th.sorting_asc::before {
  color: rgb(234, 146, 31);
}
.okuma_datatable.PdagogikSoziales ::-webkit-scrollbar-track { /* Foreground */
  background: rgb(234, 146, 31);
}
.okuma_datatable.PdagogikSoziales ::-webkit-scrollbar-thumb {
  border-color: rgb(234, 146, 31);
}
.okuma_datatable.WirtschaftManagement table.dataTable thead th.sorting_desc::after, .okuma_datatable.WirtschaftManagement table.dataTable thead th.sorting_asc::before {
  color: rgb(11, 187, 239);
}
.okuma_datatable.WirtschaftManagement ::-webkit-scrollbar-track { /* Foreground */
  background: rgb(11, 187, 239);
}
.okuma_datatable.WirtschaftManagement ::-webkit-scrollbar-thumb {
  border-color: rgb(11, 187, 239);
}
.okuma_datatable.FremdsprachenInternationales table.dataTable thead th.sorting_desc::after, .okuma_datatable.FremdsprachenInternationales table.dataTable thead th.sorting_asc::before {
  color: rgb(232, 50, 120);
}
.okuma_datatable.FremdsprachenInternationales ::-webkit-scrollbar-track { /* Foreground */
  background: rgb(232, 50, 120);
}
.okuma_datatable.FremdsprachenInternationales ::-webkit-scrollbar-thumb {
  border-color: rgb(232, 50, 120);
}
.okuma_datatable .highlight {
  background-color: #dddddd;
}
.okuma_datatable .highlight.GesundheitPflege {
  background-color: rgb(193.3928571429, 229.5357142857, 96.4642857143);
}
.okuma_datatable .highlight.PdagogikSoziales {
  background-color: rgb(242.7428571429, 191.3795918367, 124.2571428571);
}
.okuma_datatable .highlight.WirtschaftManagement {
  background-color: rgb(103.952, 215.184, 248.048);
}
.okuma_datatable .highlight.FremdsprachenInternationales {
  background-color: rgb(242.2894736842, 141.7105263158, 180.3947368421);
}

.eccokuma_karte .orte_header {
  margin: 0;
  padding: 0.625rem 0.9375rem;
  background-color: #444;
}
.eccokuma_karte #mapcontainer .city {
  fill: #d30000 !important;
}
.eccokuma_karte #mapcontainer .city:hover {
  fill: rgb(149, 193, 31) !important;
}
.eccokuma_karte #mapcontainer #map a:focus-visible .city {
  fill: rgb(149, 193, 31) !important;
}
@media (max-width: 992px) {
  .eccokuma_karte #mapcontainer circle {
    r: 15;
    border: solid white 0.3125rem;
  }
}
.eccokuma_karte #mapcontainer #map {
  cursor: unset;
}
.eccokuma_karte #karte_standortliste {
  background-color: #dbdbdb;
  gap: 0;
  height: 100%;
  margin-top: 0;
}
@media (prefers-color-scheme: dark) {
  .eccokuma_karte #karte_standortliste {
    background-color: #333;
  }
}
.eccokuma_karte #karte_standortliste::-webkit-scrollbar {
  width: 1.875rem; /* Mostly for vertical scrollbars */
}
.eccokuma_karte #karte_standortliste::-webkit-scrollbar-thumb { /* Foreground */
  background: #dbdbdb;
  border-radius: 0.625rem;
  border: #444 0.25rem solid;
}
.eccokuma_karte #karte_standortliste::-webkit-scrollbar-track { /* Background */
  background: #444;
}
.eccokuma_karte #karte_standortliste .standorteintrag {
  background: none;
  margin: 0;
  width: 50%;
  hyphens: auto;
}
.eccokuma_karte #karte_standortliste .standorteintrag:hover {
  background-color: #444;
}
@media (max-width: 992px) {
  .eccokuma_karte #karte_standortliste .standorteintrag {
    width: 100%;
    padding-top: 0.46875rem;
    padding-bottom: 0.46875rem;
    font-weight: bold;
  }
}

.standortkarte.tooltip {
  background-color: white;
}
@media (prefers-color-scheme: dark) {
  .standortkarte.tooltip {
    background-color: #232323;
  }
}

.startetbald {
  font-size: 0.875rem;
}
.startetbald a:not(.btn) {
  display: block;
  text-decoration: none;
  color: #444;
}
@media (prefers-color-scheme: dark) {
  .startetbald a:not(.btn) {
    color: white;
    font-weight: bold;
  }
}
.startetbald .startetbald__termin {
  border: solid 0px #dbdbdb;
}
.startetbald .startetbald__termin ~ .startetbald__termin {
  border-top-width: 1px;
}
.startetbald .startetbald__datum {
  color: #888;
  font-size: 0.8125rem;
}
@media (prefers-color-scheme: dark) {
  .startetbald .startetbald__datum {
    color: #dbdbdb;
  }
}

.produktliste .ortpopup, .okuma_dropdown .ortpopup {
  position: fixed;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.25);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
  backdrop-filter: blur(5px);
}
.produktliste .ortpopup.active, .okuma_dropdown .ortpopup.active {
  display: flex;
  justify-content: center;
}
.produktliste .ortpopup .inner, .okuma_dropdown .ortpopup .inner {
  display: block;
  width: 50%;
  background: white;
  margin: auto;
  border: 0.2rem #444 solid;
}
@media (prefers-color-scheme: dark) {
  .produktliste .ortpopup .inner, .okuma_dropdown .ortpopup .inner {
    background: #232323;
  }
}
@media (max-width: 992px) {
  .produktliste .ortpopup .inner, .okuma_dropdown .ortpopup .inner {
    width: 100%;
  }
}
.produktliste .ortpopup .inner .headline, .okuma_dropdown .ortpopup .inner .headline {
  background-color: #444;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
}
.produktliste .ortpopup .inner .headline .title, .okuma_dropdown .ortpopup .inner .headline .title {
  flex: 1;
  margin: 1rem;
  color: white;
}
.produktliste .ortpopup .inner .headline .close, .okuma_dropdown .ortpopup .inner .headline .close {
  color: white;
  background-color: #444;
  border: 0.2rem white solid;
  font-weight: bold;
  margin: 1rem;
  padding: 0.5rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  position: relative;
}
.produktliste .ortpopup .inner .headline .close::before, .produktliste .ortpopup .inner .headline .close::after, .okuma_dropdown .ortpopup .inner .headline .close::before, .okuma_dropdown .ortpopup .inner .headline .close::after {
  content: "";
  position: absolute;
  display: block;
  background-color: white;
  height: 0.4rem;
  width: 90%;
  left: 5%;
  border-radius: 0.4rem;
  top: 50%;
}
.produktliste .ortpopup .inner .headline .close::before, .okuma_dropdown .ortpopup .inner .headline .close::before {
  transform: translateY(-50%) rotate(45deg);
}
.produktliste .ortpopup .inner .headline .close::after, .okuma_dropdown .ortpopup .inner .headline .close::after {
  transform: translateY(-50%) rotate(-45deg);
}
.produktliste .ortpopup .inner .disclaimer, .produktliste .ortpopup .inner .links, .okuma_dropdown .ortpopup .inner .disclaimer, .okuma_dropdown .ortpopup .inner .links {
  padding: 2rem;
}
.produktliste .ortpopup .inner .links, .okuma_dropdown .ortpopup .inner .links {
  display: flex;
  flex-flow: row wrap;
}
.produktliste .ortpopup .inner .links a, .okuma_dropdown .ortpopup .inner .links a {
  display: block;
  font-weight: bold;
  margin: 3rem;
}
@media (max-width: 992px) {
  .produktliste .ortpopup .inner .links a, .okuma_dropdown .ortpopup .inner .links a {
    margin-left: 0;
    margin-bottom: 1;
    margin-top: 1;
  }
}

.news .newstext p {
  margin-bottom: 1.875rem;
}
.news .newsbild {
  min-width: 30%;
  max-width: 100%;
  height: auto;
}
.news .news-gallery {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 992px) {
  .news .news-gallery {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.news .news-gallery img {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 0.625rem;
}
.news .fake-masonry {
  width: 100%;
  list-style: none;
  margin: 0;
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 0;
  display: grid;
  display: none;
  grid-template-columns: repeat(auto-fill, minmax(15.625rem, 1fr));
  grid-auto-rows: minmax(15.625rem, auto);
  grid-gap: 0.625rem;
  grid-auto-flow: dense;
}
@media (max-width: 992px) {
  .news .fake-masonry .gallery > li:first-child {
    grid-area: 1/1/span 2/span 2;
  }
  .news .fake-masonry .gallery > li:nth-child(3n) {
    grid-column: span 2;
  }
}
.news .fake-masonry img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.eccinfo_timeline .r-title {
  margin-top: var(--rTitleMarginTop, 0) !important;
  margin-bottom: var(--rTitleMarginBottom, 0) !important;
}
.eccinfo_timeline p:not([class]) {
  line-height: var(--cssTypographyLineHeight, 1.78);
  margin-top: var(--cssTypographyBasicMargin, 1em);
  margin-bottom: 0;
}
.eccinfo_timeline p:not([class]):first-child {
  margin-top: 0;
}
.eccinfo_timeline {
  /*
  text component
  */
}
.eccinfo_timeline .text {
  display: var(--textDisplay, inline-flex);
  font-size: var(--textFontSize, 0.625rem);
}
.eccinfo_timeline {
  /*
  time component
  */
  /*
  extensions
  */
}
.eccinfo_timeline .time__month {
  margin-left: var(--timelineMounthMarginLeft, 0.25em);
}
.eccinfo_timeline .time__day {
  background-color: #dbdbdb;
  color: #444;
  margin-bottom: 1.25rem;
}
.eccinfo_timeline {
  /*
  skin
  */
}
.eccinfo_timeline .time {
  display: inline-flex;
  padding: 0.15625rem 0.78125rem 0.15625rem;
  font-size: 0.9375rem;
  font-variant: small-caps;
  font-weight: 200;
}
.eccinfo_timeline {
  /*
  card component
  */
  /*
  core styles
  */
}
.eccinfo_timeline .card {
  padding: var(--timelineCardPadding, 0.9375rem 0.9375rem 0.78125rem);
}
.eccinfo_timeline .card__content {
  margin-top: var(--cardContentMarginTop, 0.3125rem);
}
.eccinfo_timeline {
  /*
  skin
  */
}
.eccinfo_timeline .card {
  border-radius: var(--timelineCardBorderRadius, 2px);
  border-left: var(--timelineCardBorderLeftWidth, 3px) solid var(--timelineCardBorderLeftColor, var(--uiTimelineMainColor));
  box-shadow: var(--timelineCardBoxShadow, 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24));
  background-color: var(--timelineCardBackgroundColor, #fff);
}
.eccinfo_timeline {
  /*
  extensions
  */
}
.eccinfo_timeline .card__title {
  --rTitleMarginTop: var(--cardTitleMarginTop, 1rem*$fontsize);
  font-size: var(--cardTitleFontSize, 0.78125rem);
}
.eccinfo_timeline {
  /*
  =====
  CORE STYLES
  =====
  */
}
.eccinfo_timeline .timeline {
  display: var(--timelineDisplay, grid);
  grid-row-gap: var(--timelineGroupsGap, 1.25rem);
}
.eccinfo_timeline {
  /*
  1. If timeline__year isn't displaed the gap between it and timeline__cards isn't displayed too
  */
}
.eccinfo_timeline .timeline__year {
  margin-bottom: 0.78125rem; /* 1 */
  background-color: #444;
  color: white;
}
.eccinfo_timeline .timeline__cards {
  display: var(--timeloneCardsDisplay, grid);
  grid-row-gap: var(--timeloneCardsGap, 0.9375rem);
}
.eccinfo_timeline {
  /*
  =====
  SKIN
  =====
  */
}
.eccinfo_timeline .timeline {
  border-left: 3px solid #444;
  padding-top: 0.625rem;
  padding-bottom: 0.9375rem;
}
.eccinfo_timeline .timeline__card {
  position: relative;
  margin-left: var(--timelineCardLineGap, 0.625rem);
}
.eccinfo_timeline {
  /*
  1. Stoping cut box shadow
  */
}
.eccinfo_timeline .timeline__cards {
  overflow: hidden;
  padding-top: 0.15625rem; /* 1 */
  padding-bottom: 0.15625rem; /* 1 */
}
.eccinfo_timeline .timeline__card::before {
  content: "";
  width: 100%;
  height: var(--timelineCardLineWidth, 2px);
  background-color: var(--timelineCardLineBackgroundColor, var(--uiTimelineMainColor));
  position: absolute;
  top: var(--timelineCardLineTop, 0.625rem);
  left: -50%;
  z-index: -1;
}
.eccinfo_timeline {
  /*
  =====
  SETTINGS
  =====
  */
  /**/
}
.eccinfo_timeline .timeline {
  --timelineMainColor: #4557bb;
}
.eccinfo_timeline {
  /*
  =====
  DEMO
  =====
  */
}
.eccinfo_timeline body {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Open Sans, Ubuntu, Fira Sans, Helvetica Neue, sans-serif;
  color: #222;
  background-color: #f0f0f0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.eccinfo_timeline p {
  margin-top: 0;
  margin-bottom: 0.625rem;
  line-height: 1.5;
}
.eccinfo_timeline p:last-child {
  margin-bottom: 0;
}
.eccinfo_timeline .substack {
  border: 1px solid #EEE;
  background-color: #fff;
  width: 100%;
  max-width: 480px;
  height: 280px;
  margin: 0.625rem auto;
}
.eccinfo_timeline .linktr {
  display: flex;
  justify-content: flex-end;
  padding: 1.25rem;
  text-align: center;
}
.eccinfo_timeline .linktr__goal {
  background-color: rgb(209, 246, 255);
  color: rgb(8, 49, 112);
  box-shadow: rgba(8, 49, 112, 0.24) 0px 2px 8px 0px;
  border-radius: 1.25rem;
  padding: 0.46875rem 0.9375rem;
}
.eccinfo_timeline .r-link {
  --uirLinkDisplay: var(--rLinkDisplay, inline-flex);
  --uirLinkTextColor: var(--rLinkTextColor);
  --uirLinkTextDecoration: var(--rLinkTextDecoration, none);
  display: var(--uirLinkDisplay) !important;
  color: var(--uirLinkTextColor) !important;
  -webkit-text-decoration: var(--uirLinkTextDecoration) !important;
          text-decoration: var(--uirLinkTextDecoration) !important;
}

/* CTA am Ende start */
footer {
  background-color: #888;
  color: white;
}
@media (prefers-color-scheme: dark) {
  footer {
    background-color: #333;
  }
}
footer a {
  color: white;
}
footer .end {
  color: white;
  background-color: #444;
}
@media (prefers-color-scheme: dark) {
  footer .end {
    background-color: #232323;
  }
}

.cta-end {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.cta-end::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #444;
  opacity: 0;
}
.cta-end::before.onScreen {
  opacity: 1;
  transition: opacity 2000ms ease-in-out;
}
.cta-end .btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #444;
}
.cta-end .btn::before, .cta-end .btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100vw;
  transform: scale(0);
}
.cta-end .btn::before.onScreen, .cta-end .btn::after.onScreen {
  transform: scale(40);
  transition: transform 1000ms ease-in-out;
}
.cta-end .btn::before:hover, .cta-end .btn::after:hover {
  transform: scale(0);
  transition: transform 1000ms ease-in-out;
}
.cta-end .btn::before {
  background: #d30000;
}
.cta-end .btn::after {
  background: #444;
}

.cta-end__inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.cta-bottom {
  position: relative;
  z-index: 2;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .cta-bottom {
    height: 40vh;
    min-height: 400px;
  }
}
.cta-bottom::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #444;
  opacity: 0;
}
.cta-bottom.onScreen::after {
  opacity: 1;
  transition: opacity 500ms ease-in-out;
}
.cta-bottom > .container {
  position: relative;
  height: 100%;
}
.cta-bottom .cta-bottom__main-cta {
  transform: scaleY(0);
  transform-origin: top;
}
@media screen and (min-width: 992px) {
  .cta-bottom .cta-bottom__main-cta::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -1.25rem;
    left: -1.25rem;
    width: 260px;
    height: 160px;
    border-top: 5px solid white;
    border-left: 5px solid white;
  }
}
.cta-bottom.onScreen .cta-bottom__main-cta {
  transform: scaleY(1);
  transition: transform 250ms cubic-bezier(0.68, -0.55, 0.27, 1.55) 1000ms;
}
.cta-bottom .cta-bottom__headline {
  display: block;
  color: white;
  font-family: "Passion One";
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 0 0 0.625rem 0;
}
.cta-bottom .cta-bottom__miniheadline {
  display: block;
  color: #444;
  font-family: "Passion One";
  font-size: 23px;
  line-height: 23px;
  margin: 0 0 0.625rem 0;
}
.cta-bottom .btn {
  max-width: 300px;
  margin: 1.25rem 0 0 0;
  font-size: 1.375rem;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: 0 0 0.625rem #444;
}
.cta-bottom .btn:hover, .cta-bottom .btn:focus {
  color: #d30000;
  background: white;
}
.cta-bottom .cta-bottom__logo {
  display: none;
}
@media screen and (min-width: 576px) {
  .cta-bottom .cta-bottom__logo {
    display: block;
    position: absolute;
    bottom: -70px;
  }
}
.cta-bottom .cta-bottom__content-wrap {
  width: 300px;
  height: 300px;
  margin-top: 1.25rem;
  transform: scale(0);
}
@media screen and (min-width: 768px) {
  .cta-bottom .cta-bottom__content-wrap {
    position: absolute;
    bottom: -80px;
    right: 0;
  }
  .cta-bottom .cta-bottom__content-wrap::after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 220px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 90px solid #d30000;
    transform: rotate(210deg);
    border-radius: 10px;
  }
}
.cta-bottom .cta-bottom__content-wrap .cta-bottom__content {
  width: 300px;
  height: 300px;
  padding: 45px 45px;
  border-radius: 50%;
  border: 0.5em solid #d30000;
  background: white;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}
@media screen and (min-width: 576px) {
  .cta-bottom .cta-bottom__content-wrap .cta-bottom__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 15;
  }
}
.cta-bottom .cta-bottom__content-wrap .cta-bottom__content .btn {
  display: block;
  font-size: 1rem;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #d30000;
  text-align: center;
  margin: 0.9375rem auto 0 auto;
  max-width: 144px;
  padding: 0.5em;
}
.cta-bottom.onScreen .cta-bottom__content-wrap {
  transform: scale(1);
  transition: transform 250ms cubic-bezier(0.68, -0.55, 0.27, 1.55) 1500ms;
}

/* CTA am Ende end */
/* footer start */
.footer {
  padding: 2.5rem 0;
}
.footer .footer__contentbox {
  margin: 0 0 1.25rem;
}
.footer .footer__contentbox a {
  word-wrap: break-word;
}
.footer .footer__headline {
  position: relative;
  display: block;
  font-weight: bold;
  margin: 0 0 0.625rem 0;
}
.footer .footer__headline::after {
  content: "";
  position: absolute;
  bottom: -0.5em;
  left: 0;
  width: 40%;
  height: 1px;
  border-bottom: 0.2em solid white;
}
.footer .footer__sociallink {
  color: white;
  text-decoration: none;
  display: inline-block;
  font-size: 1.25rem;
}
.footer .footer__partner {
  display: block;
  width: 48%;
  margin: 0 1% 0 0;
}
.footer .footer__link {
  display: block;
  color: white;
  text-decoration: none;
}
.footer .footer__link:hover, .footer .footer__link:focus {
  text-decoration: underline;
}
.footer .footer__mailphone {
  display: inline;
  color: white;
  text-decoration: none;
}
.footer .footer__mailphone:hover span, .footer .footer__mailphone:focus span {
  text-decoration: underline;
}
.footer .footer__sitemap {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .startetbald__termin {
  margin: 0 0 0.625rem 0;
  border: solid 0px #dbdbdb;
}
.footer .startetbald__termin a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.footer .startetbald__termin a span {
  text-decoration: none;
}
.footer .startetbald__termin a:hover, .footer .startetbald__termin a:focus {
  text-decoration: underline;
}
.footer .startetbald__termin a:hover span, .footer .startetbald__termin a:focus span {
  text-decoration: underline;
}
.footer .startetbald__termin ~ .startetbald__termin {
  border-top-width: 1px;
}
.footer .startetbald__datum {
  font-size: 0.8125rem;
  color: #dbdbdb;
}
.footer .footer__cta-btn {
  min-width: unset;
  width: unset;
  display: block;
  padding: 0.5em 1em;
  margin-bottom: 0.5rem;
  text-align: center;
  background: white;
  color: #888;
  text-decoration: none;
  font-weight: bold;
  flex: 1;
}
.footer .footer__cta-btn:hover, .footer .footer__cta-btn:focus {
  background: #d30000;
  color: white;
}
@media (prefers-color-scheme: dark) {
  .footer .footer__cta-btn {
    color: #444;
  }
}

/* Footer end */
/* last Footer start */
.end_nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.end_nav li {
  display: inline-block;
  margin: 0 0.625rem 0 0;
}

.end_nav a {
  color: #fff;
  text-decoration: none;
}

.end_nav a:hover,
.end_nav a:focus {
  text-decoration: underline;
}

/* last Footer end */
.p-0, .py-0, .pt-0 {
  padding-top: 0;
}

.p-0, .py-0, .pb-0 {
  padding-bottom: 0;
}

.p-0, .px-0, .pl-0 {
  padding-left: 0;
}

.p-0, .px-0, .pr-0 {
  padding-right: 0;
}

.p-1, .py-1, .pt-1 {
  padding-top: 0.3125rem;
}

.p-1, .py-1, .pb-1 {
  padding-bottom: 0.3125rem;
}

.p-1, .px-1, .pl-1 {
  padding-left: 0.3125rem;
}

.p-1, .px-1, .pr-1 {
  padding-right: 0.3125rem;
}

.p-2, .py-2, .pt-2 {
  padding-top: 0.625rem;
}

.p-2, .py-2, .pb-2 {
  padding-bottom: 0.625rem;
}

.p-2, .px-2, .pl-2 {
  padding-left: 0.625rem;
}

.p-2, .px-2, .pr-2 {
  padding-right: 0.625rem;
}

.p-3, .py-3, .pt-3 {
  padding-top: 0.9375rem;
}

.p-3, .py-3, .pb-3 {
  padding-bottom: 0.9375rem;
}

.p-3, .px-3, .pl-3 {
  padding-left: 0.9375rem;
}

.p-3, .px-3, .pr-3 {
  padding-right: 0.9375rem;
}

.p-4, .py-4, .pt-4 {
  padding-top: 1.25rem;
}

.p-4, .py-4, .pb-4 {
  padding-bottom: 1.25rem;
}

.p-4, .px-4, .pl-4 {
  padding-left: 1.25rem;
}

.p-4, .px-4, .pr-4 {
  padding-right: 1.25rem;
}

.p-5, .py-5, .pt-5 {
  padding-top: 1.5625rem;
}

.p-5, .py-5, .pb-5 {
  padding-bottom: 1.5625rem;
}

.p-5, .px-5, .pl-5 {
  padding-left: 1.5625rem;
}

.p-5, .px-5, .pr-5 {
  padding-right: 1.5625rem;
}

.p-6, .py-6, .pt-6 {
  padding-top: 1.875rem;
}

.p-6, .py-6, .pb-6 {
  padding-bottom: 1.875rem;
}

.p-6, .px-6, .pl-6 {
  padding-left: 1.875rem;
}

.p-6, .px-6, .pr-6 {
  padding-right: 1.875rem;
}

.p-7, .py-7, .pt-7 {
  padding-top: 2.1875rem;
}

.p-7, .py-7, .pb-7 {
  padding-bottom: 2.1875rem;
}

.p-7, .px-7, .pl-7 {
  padding-left: 2.1875rem;
}

.p-7, .px-7, .pr-7 {
  padding-right: 2.1875rem;
}

.p-8, .py-8, .pt-8 {
  padding-top: 2.5rem;
}

.p-8, .py-8, .pb-8 {
  padding-bottom: 2.5rem;
}

.p-8, .px-8, .pl-8 {
  padding-left: 2.5rem;
}

.p-8, .px-8, .pr-8 {
  padding-right: 2.5rem;
}

.p-9, .py-9, .pt-9 {
  padding-top: 2.8125rem;
}

.p-9, .py-9, .pb-9 {
  padding-bottom: 2.8125rem;
}

.p-9, .px-9, .pl-9 {
  padding-left: 2.8125rem;
}

.p-9, .px-9, .pr-9 {
  padding-right: 2.8125rem;
}

.p-10, .py-10, .pt-10 {
  padding-top: 3.125rem;
}

.p-10, .py-10, .pb-10 {
  padding-bottom: 3.125rem;
}

.p-10, .px-10, .pl-10 {
  padding-left: 3.125rem;
}

.p-10, .px-10, .pr-10 {
  padding-right: 3.125rem;
}

.p-11, .py-11, .pt-11 {
  padding-top: 3.4375rem;
}

.p-11, .py-11, .pb-11 {
  padding-bottom: 3.4375rem;
}

.p-11, .px-11, .pl-11 {
  padding-left: 3.4375rem;
}

.p-11, .px-11, .pr-11 {
  padding-right: 3.4375rem;
}

.p-12, .py-12, .pt-12 {
  padding-top: 3.75rem;
}

.p-12, .py-12, .pb-12 {
  padding-bottom: 3.75rem;
}

.p-12, .px-12, .pl-12 {
  padding-left: 3.75rem;
}

.p-12, .px-12, .pr-12 {
  padding-right: 3.75rem;
}

@media (min-width: 576px) {
  .p-sm-0, .py-sm-0, .pt-sm-0 {
    padding-top: 0;
  }
  .p-sm-0, .py-sm-0, .pb-sm-0 {
    padding-bottom: 0;
  }
  .p-sm-0, .px-sm-0, .pl-sm-0 {
    padding-left: 0;
  }
  .p-sm-0, .px-sm-0, .pr-sm-0 {
    padding-right: 0;
  }
  .p-sm-1, .py-sm-1, .pt-sm-1 {
    padding-top: 0.3125rem;
  }
  .p-sm-1, .py-sm-1, .pb-sm-1 {
    padding-bottom: 0.3125rem;
  }
  .p-sm-1, .px-sm-1, .pl-sm-1 {
    padding-left: 0.3125rem;
  }
  .p-sm-1, .px-sm-1, .pr-sm-1 {
    padding-right: 0.3125rem;
  }
  .p-sm-2, .py-sm-2, .pt-sm-2 {
    padding-top: 0.625rem;
  }
  .p-sm-2, .py-sm-2, .pb-sm-2 {
    padding-bottom: 0.625rem;
  }
  .p-sm-2, .px-sm-2, .pl-sm-2 {
    padding-left: 0.625rem;
  }
  .p-sm-2, .px-sm-2, .pr-sm-2 {
    padding-right: 0.625rem;
  }
  .p-sm-3, .py-sm-3, .pt-sm-3 {
    padding-top: 0.9375rem;
  }
  .p-sm-3, .py-sm-3, .pb-sm-3 {
    padding-bottom: 0.9375rem;
  }
  .p-sm-3, .px-sm-3, .pl-sm-3 {
    padding-left: 0.9375rem;
  }
  .p-sm-3, .px-sm-3, .pr-sm-3 {
    padding-right: 0.9375rem;
  }
  .p-sm-4, .py-sm-4, .pt-sm-4 {
    padding-top: 1.25rem;
  }
  .p-sm-4, .py-sm-4, .pb-sm-4 {
    padding-bottom: 1.25rem;
  }
  .p-sm-4, .px-sm-4, .pl-sm-4 {
    padding-left: 1.25rem;
  }
  .p-sm-4, .px-sm-4, .pr-sm-4 {
    padding-right: 1.25rem;
  }
  .p-sm-5, .py-sm-5, .pt-sm-5 {
    padding-top: 1.5625rem;
  }
  .p-sm-5, .py-sm-5, .pb-sm-5 {
    padding-bottom: 1.5625rem;
  }
  .p-sm-5, .px-sm-5, .pl-sm-5 {
    padding-left: 1.5625rem;
  }
  .p-sm-5, .px-sm-5, .pr-sm-5 {
    padding-right: 1.5625rem;
  }
  .p-sm-6, .py-sm-6, .pt-sm-6 {
    padding-top: 1.875rem;
  }
  .p-sm-6, .py-sm-6, .pb-sm-6 {
    padding-bottom: 1.875rem;
  }
  .p-sm-6, .px-sm-6, .pl-sm-6 {
    padding-left: 1.875rem;
  }
  .p-sm-6, .px-sm-6, .pr-sm-6 {
    padding-right: 1.875rem;
  }
  .p-sm-7, .py-sm-7, .pt-sm-7 {
    padding-top: 2.1875rem;
  }
  .p-sm-7, .py-sm-7, .pb-sm-7 {
    padding-bottom: 2.1875rem;
  }
  .p-sm-7, .px-sm-7, .pl-sm-7 {
    padding-left: 2.1875rem;
  }
  .p-sm-7, .px-sm-7, .pr-sm-7 {
    padding-right: 2.1875rem;
  }
  .p-sm-8, .py-sm-8, .pt-sm-8 {
    padding-top: 2.5rem;
  }
  .p-sm-8, .py-sm-8, .pb-sm-8 {
    padding-bottom: 2.5rem;
  }
  .p-sm-8, .px-sm-8, .pl-sm-8 {
    padding-left: 2.5rem;
  }
  .p-sm-8, .px-sm-8, .pr-sm-8 {
    padding-right: 2.5rem;
  }
  .p-sm-9, .py-sm-9, .pt-sm-9 {
    padding-top: 2.8125rem;
  }
  .p-sm-9, .py-sm-9, .pb-sm-9 {
    padding-bottom: 2.8125rem;
  }
  .p-sm-9, .px-sm-9, .pl-sm-9 {
    padding-left: 2.8125rem;
  }
  .p-sm-9, .px-sm-9, .pr-sm-9 {
    padding-right: 2.8125rem;
  }
  .p-sm-10, .py-sm-10, .pt-sm-10 {
    padding-top: 3.125rem;
  }
  .p-sm-10, .py-sm-10, .pb-sm-10 {
    padding-bottom: 3.125rem;
  }
  .p-sm-10, .px-sm-10, .pl-sm-10 {
    padding-left: 3.125rem;
  }
  .p-sm-10, .px-sm-10, .pr-sm-10 {
    padding-right: 3.125rem;
  }
}
@media (min-width: 768px) {
  .p-md-0, .py-md-0, .pt-md-0 {
    padding-top: 0;
  }
  .p-md-0, .py-md-0, .pb-md-0 {
    padding-bottom: 0;
  }
  .p-md-0, .px-md-0, .pl-md-0 {
    padding-left: 0;
  }
  .p-md-0, .px-md-0, .pr-md-0 {
    padding-right: 0;
  }
  .p-md-1, .py-md-1, .pt-md-1 {
    padding-top: 0.3125rem;
  }
  .p-md-1, .py-md-1, .pb-md-1 {
    padding-bottom: 0.3125rem;
  }
  .p-md-1, .px-md-1, .pl-md-1 {
    padding-left: 0.3125rem;
  }
  .p-md-1, .px-md-1, .pr-md-1 {
    padding-right: 0.3125rem;
  }
  .p-md-2, .py-md-2, .pt-md-2 {
    padding-top: 0.625rem;
  }
  .p-md-2, .py-md-2, .pb-md-2 {
    padding-bottom: 0.625rem;
  }
  .p-md-2, .px-md-2, .pl-md-2 {
    padding-left: 0.625rem;
  }
  .p-md-2, .px-md-2, .pr-md-2 {
    padding-right: 0.625rem;
  }
  .p-md-3, .py-md-3, .pt-md-3 {
    padding-top: 0.9375rem;
  }
  .p-md-3, .py-md-3, .pb-md-3 {
    padding-bottom: 0.9375rem;
  }
  .p-md-3, .px-md-3, .pl-md-3 {
    padding-left: 0.9375rem;
  }
  .p-md-3, .px-md-3, .pr-md-3 {
    padding-right: 0.9375rem;
  }
  .p-md-4, .py-md-4, .pt-md-4 {
    padding-top: 1.25rem;
  }
  .p-md-4, .py-md-4, .pb-md-4 {
    padding-bottom: 1.25rem;
  }
  .p-md-4, .px-md-4, .pl-md-4 {
    padding-left: 1.25rem;
  }
  .p-md-4, .px-md-4, .pr-md-4 {
    padding-right: 1.25rem;
  }
  .p-md-5, .py-md-5, .pt-md-5 {
    padding-top: 1.5625rem;
  }
  .p-md-5, .py-md-5, .pb-md-5 {
    padding-bottom: 1.5625rem;
  }
  .p-md-5, .px-md-5, .pl-md-5 {
    padding-left: 1.5625rem;
  }
  .p-md-5, .px-md-5, .pr-md-5 {
    padding-right: 1.5625rem;
  }
  .p-md-6, .py-md-6, .pt-md-6 {
    padding-top: 1.875rem;
  }
  .p-md-6, .py-md-6, .pb-md-6 {
    padding-bottom: 1.875rem;
  }
  .p-md-6, .px-md-6, .pl-md-6 {
    padding-left: 1.875rem;
  }
  .p-md-6, .px-md-6, .pr-md-6 {
    padding-right: 1.875rem;
  }
  .p-md-7, .py-md-7, .pt-md-7 {
    padding-top: 2.1875rem;
  }
  .p-md-7, .py-md-7, .pb-md-7 {
    padding-bottom: 2.1875rem;
  }
  .p-md-7, .px-md-7, .pl-md-7 {
    padding-left: 2.1875rem;
  }
  .p-md-7, .px-md-7, .pr-md-7 {
    padding-right: 2.1875rem;
  }
  .p-md-8, .py-md-8, .pt-md-8 {
    padding-top: 2.5rem;
  }
  .p-md-8, .py-md-8, .pb-md-8 {
    padding-bottom: 2.5rem;
  }
  .p-md-8, .px-md-8, .pl-md-8 {
    padding-left: 2.5rem;
  }
  .p-md-8, .px-md-8, .pr-md-8 {
    padding-right: 2.5rem;
  }
  .p-md-9, .py-md-9, .pt-md-9 {
    padding-top: 2.8125rem;
  }
  .p-md-9, .py-md-9, .pb-md-9 {
    padding-bottom: 2.8125rem;
  }
  .p-md-9, .px-md-9, .pl-md-9 {
    padding-left: 2.8125rem;
  }
  .p-md-9, .px-md-9, .pr-md-9 {
    padding-right: 2.8125rem;
  }
  .p-md-10, .py-md-10, .pt-md-10 {
    padding-top: 3.125rem;
  }
  .p-md-10, .py-md-10, .pb-md-10 {
    padding-bottom: 3.125rem;
  }
  .p-md-10, .px-md-10, .pl-md-10 {
    padding-left: 3.125rem;
  }
  .p-md-10, .px-md-10, .pr-md-10 {
    padding-right: 3.125rem;
  }
}
@media (min-width: 992px) {
  .p-lg-0, .py-lg-0, .pt-lg-0 {
    padding-top: 0;
  }
  .p-lg-0, .py-lg-0, .pb-lg-0 {
    padding-bottom: 0;
  }
  .p-lg-0, .px-lg-0, .pl-lg-0 {
    padding-left: 0;
  }
  .p-lg-0, .px-lg-0, .pr-lg-0 {
    padding-right: 0;
  }
  .p-lg-1, .py-lg-1, .pt-lg-1 {
    padding-top: 0.3125rem;
  }
  .p-lg-1, .py-lg-1, .pb-lg-1 {
    padding-bottom: 0.3125rem;
  }
  .p-lg-1, .px-lg-1, .pl-lg-1 {
    padding-left: 0.3125rem;
  }
  .p-lg-1, .px-lg-1, .pr-lg-1 {
    padding-right: 0.3125rem;
  }
  .p-lg-2, .py-lg-2, .pt-lg-2 {
    padding-top: 0.625rem;
  }
  .p-lg-2, .py-lg-2, .pb-lg-2 {
    padding-bottom: 0.625rem;
  }
  .p-lg-2, .px-lg-2, .pl-lg-2 {
    padding-left: 0.625rem;
  }
  .p-lg-2, .px-lg-2, .pr-lg-2 {
    padding-right: 0.625rem;
  }
  .p-lg-3, .py-lg-3, .pt-lg-3 {
    padding-top: 0.9375rem;
  }
  .p-lg-3, .py-lg-3, .pb-lg-3 {
    padding-bottom: 0.9375rem;
  }
  .p-lg-3, .px-lg-3, .pl-lg-3 {
    padding-left: 0.9375rem;
  }
  .p-lg-3, .px-lg-3, .pr-lg-3 {
    padding-right: 0.9375rem;
  }
  .p-lg-4, .py-lg-4, .pt-lg-4 {
    padding-top: 1.25rem;
  }
  .p-lg-4, .py-lg-4, .pb-lg-4 {
    padding-bottom: 1.25rem;
  }
  .p-lg-4, .px-lg-4, .pl-lg-4 {
    padding-left: 1.25rem;
  }
  .p-lg-4, .px-lg-4, .pr-lg-4 {
    padding-right: 1.25rem;
  }
  .p-lg-5, .py-lg-5, .pt-lg-5 {
    padding-top: 1.5625rem;
  }
  .p-lg-5, .py-lg-5, .pb-lg-5 {
    padding-bottom: 1.5625rem;
  }
  .p-lg-5, .px-lg-5, .pl-lg-5 {
    padding-left: 1.5625rem;
  }
  .p-lg-5, .px-lg-5, .pr-lg-5 {
    padding-right: 1.5625rem;
  }
  .p-lg-6, .py-lg-6, .pt-lg-6 {
    padding-top: 1.875rem;
  }
  .p-lg-6, .py-lg-6, .pb-lg-6 {
    padding-bottom: 1.875rem;
  }
  .p-lg-6, .px-lg-6, .pl-lg-6 {
    padding-left: 1.875rem;
  }
  .p-lg-6, .px-lg-6, .pr-lg-6 {
    padding-right: 1.875rem;
  }
  .p-lg-7, .py-lg-7, .pt-lg-7 {
    padding-top: 2.1875rem;
  }
  .p-lg-7, .py-lg-7, .pb-lg-7 {
    padding-bottom: 2.1875rem;
  }
  .p-lg-7, .px-lg-7, .pl-lg-7 {
    padding-left: 2.1875rem;
  }
  .p-lg-7, .px-lg-7, .pr-lg-7 {
    padding-right: 2.1875rem;
  }
  .p-lg-8, .py-lg-8, .pt-lg-8 {
    padding-top: 2.5rem;
  }
  .p-lg-8, .py-lg-8, .pb-lg-8 {
    padding-bottom: 2.5rem;
  }
  .p-lg-8, .px-lg-8, .pl-lg-8 {
    padding-left: 2.5rem;
  }
  .p-lg-8, .px-lg-8, .pr-lg-8 {
    padding-right: 2.5rem;
  }
  .p-lg-9, .py-lg-9, .pt-lg-9 {
    padding-top: 2.8125rem;
  }
  .p-lg-9, .py-lg-9, .pb-lg-9 {
    padding-bottom: 2.8125rem;
  }
  .p-lg-9, .px-lg-9, .pl-lg-9 {
    padding-left: 2.8125rem;
  }
  .p-lg-9, .px-lg-9, .pr-lg-9 {
    padding-right: 2.8125rem;
  }
  .p-lg-10, .py-lg-10, .pt-lg-10 {
    padding-top: 3.125rem;
  }
  .p-lg-10, .py-lg-10, .pb-lg-10 {
    padding-bottom: 3.125rem;
  }
  .p-lg-10, .px-lg-10, .pl-lg-10 {
    padding-left: 3.125rem;
  }
  .p-lg-10, .px-lg-10, .pr-lg-10 {
    padding-right: 3.125rem;
  }
}
@media (min-width: 1376px) {
  .p-xl-0, .py-xl-0, .pt-xl-0 {
    padding-top: 0;
  }
  .p-xl-0, .py-xl-0, .pb-xl-0 {
    padding-bottom: 0;
  }
  .p-xl-0, .px-xl-0, .pl-xl-0 {
    padding-left: 0;
  }
  .p-xl-0, .px-xl-0, .pr-xl-0 {
    padding-right: 0;
  }
  .p-xl-1, .py-xl-1, .pt-xl-1 {
    padding-top: 0.3125rem;
  }
  .p-xl-1, .py-xl-1, .pb-xl-1 {
    padding-bottom: 0.3125rem;
  }
  .p-xl-1, .px-xl-1, .pl-xl-1 {
    padding-left: 0.3125rem;
  }
  .p-xl-1, .px-xl-1, .pr-xl-1 {
    padding-right: 0.3125rem;
  }
  .p-xl-2, .py-xl-2, .pt-xl-2 {
    padding-top: 0.625rem;
  }
  .p-xl-2, .py-xl-2, .pb-xl-2 {
    padding-bottom: 0.625rem;
  }
  .p-xl-2, .px-xl-2, .pl-xl-2 {
    padding-left: 0.625rem;
  }
  .p-xl-2, .px-xl-2, .pr-xl-2 {
    padding-right: 0.625rem;
  }
  .p-xl-3, .py-xl-3, .pt-xl-3 {
    padding-top: 0.9375rem;
  }
  .p-xl-3, .py-xl-3, .pb-xl-3 {
    padding-bottom: 0.9375rem;
  }
  .p-xl-3, .px-xl-3, .pl-xl-3 {
    padding-left: 0.9375rem;
  }
  .p-xl-3, .px-xl-3, .pr-xl-3 {
    padding-right: 0.9375rem;
  }
  .p-xl-4, .py-xl-4, .pt-xl-4 {
    padding-top: 1.25rem;
  }
  .p-xl-4, .py-xl-4, .pb-xl-4 {
    padding-bottom: 1.25rem;
  }
  .p-xl-4, .px-xl-4, .pl-xl-4 {
    padding-left: 1.25rem;
  }
  .p-xl-4, .px-xl-4, .pr-xl-4 {
    padding-right: 1.25rem;
  }
  .p-xl-5, .py-xl-5, .pt-xl-5 {
    padding-top: 1.5625rem;
  }
  .p-xl-5, .py-xl-5, .pb-xl-5 {
    padding-bottom: 1.5625rem;
  }
  .p-xl-5, .px-xl-5, .pl-xl-5 {
    padding-left: 1.5625rem;
  }
  .p-xl-5, .px-xl-5, .pr-xl-5 {
    padding-right: 1.5625rem;
  }
  .p-xl-6, .py-xl-6, .pt-xl-6 {
    padding-top: 1.875rem;
  }
  .p-xl-6, .py-xl-6, .pb-xl-6 {
    padding-bottom: 1.875rem;
  }
  .p-xl-6, .px-xl-6, .pl-xl-6 {
    padding-left: 1.875rem;
  }
  .p-xl-6, .px-xl-6, .pr-xl-6 {
    padding-right: 1.875rem;
  }
  .p-xl-7, .py-xl-7, .pt-xl-7 {
    padding-top: 2.1875rem;
  }
  .p-xl-7, .py-xl-7, .pb-xl-7 {
    padding-bottom: 2.1875rem;
  }
  .p-xl-7, .px-xl-7, .pl-xl-7 {
    padding-left: 2.1875rem;
  }
  .p-xl-7, .px-xl-7, .pr-xl-7 {
    padding-right: 2.1875rem;
  }
  .p-xl-8, .py-xl-8, .pt-xl-8 {
    padding-top: 2.5rem;
  }
  .p-xl-8, .py-xl-8, .pb-xl-8 {
    padding-bottom: 2.5rem;
  }
  .p-xl-8, .px-xl-8, .pl-xl-8 {
    padding-left: 2.5rem;
  }
  .p-xl-8, .px-xl-8, .pr-xl-8 {
    padding-right: 2.5rem;
  }
  .p-xl-9, .py-xl-9, .pt-xl-9 {
    padding-top: 2.8125rem;
  }
  .p-xl-9, .py-xl-9, .pb-xl-9 {
    padding-bottom: 2.8125rem;
  }
  .p-xl-9, .px-xl-9, .pl-xl-9 {
    padding-left: 2.8125rem;
  }
  .p-xl-9, .px-xl-9, .pr-xl-9 {
    padding-right: 2.8125rem;
  }
  .p-xl-10, .py-xl-10, .pt-xl-10 {
    padding-top: 3.125rem;
  }
  .p-xl-10, .py-xl-10, .pb-xl-10 {
    padding-bottom: 3.125rem;
  }
  .p-xl-10, .px-xl-10, .pl-xl-10 {
    padding-left: 3.125rem;
  }
  .p-xl-10, .px-xl-10, .pr-xl-10 {
    padding-right: 3.125rem;
  }
}
.m-auto, .my-auto, .mt-auto {
  margin-top: auto;
}

.m-auto, .my-auto, .mb-auto {
  margin-bottom: auto;
}

.m-auto, .mx-auto, .ml-auto {
  margin-left: auto;
}

.m-auto, .mx-auto, .mr-auto {
  margin-right: auto;
}

.m-0, .my-0, .mt-0 {
  margin-top: 0;
}

.m-0, .my-0, .mb-0 {
  margin-bottom: 0;
}

.m-0, .mx-0, .ml-0 {
  margin-left: 0;
}

.m-0, .mx-0, .mr-0 {
  margin-right: 0;
}

.m-1, .my-1, .mt-1 {
  margin-top: 0.3125rem;
}

.m-1, .my-1, .mb-1 {
  margin-bottom: 0.3125rem;
}

.m-1, .mx-1, .ml-1 {
  margin-left: 0.3125rem;
}

.m-1, .mx-1, .mr-1 {
  margin-right: 0.3125rem;
}

.m-2, .my-2, .mt-2 {
  margin-top: 0.625rem;
}

.m-2, .my-2, .mb-2 {
  margin-bottom: 0.625rem;
}

.m-2, .mx-2, .ml-2 {
  margin-left: 0.625rem;
}

.m-2, .mx-2, .mr-2 {
  margin-right: 0.625rem;
}

.m-3, .my-3, .mt-3 {
  margin-top: 0.9375rem;
}

.m-3, .my-3, .mb-3 {
  margin-bottom: 0.9375rem;
}

.m-3, .mx-3, .ml-3 {
  margin-left: 0.9375rem;
}

.m-3, .mx-3, .mr-3 {
  margin-right: 0.9375rem;
}

.m-4, .my-4, .mt-4 {
  margin-top: 1.25rem;
}

.m-4, .my-4, .mb-4 {
  margin-bottom: 1.25rem;
}

.m-4, .mx-4, .ml-4 {
  margin-left: 1.25rem;
}

.m-4, .mx-4, .mr-4 {
  margin-right: 1.25rem;
}

.m-5, .my-5, .mt-5 {
  margin-top: 1.5625rem;
}

.m-5, .my-5, .mb-5 {
  margin-bottom: 1.5625rem;
}

.m-5, .mx-5, .ml-5 {
  margin-left: 1.5625rem;
}

.m-5, .mx-5, .mr-5 {
  margin-right: 1.5625rem;
}

.m-6, .my-6, .mt-6 {
  margin-top: 1.875rem;
}

.m-6, .my-6, .mb-6 {
  margin-bottom: 1.875rem;
}

.m-6, .mx-6, .ml-6 {
  margin-left: 1.875rem;
}

.m-6, .mx-6, .mr-6 {
  margin-right: 1.875rem;
}

.m-7, .my-7, .mt-7 {
  margin-top: 2.1875rem;
}

.m-7, .my-7, .mb-7 {
  margin-bottom: 2.1875rem;
}

.m-7, .mx-7, .ml-7 {
  margin-left: 2.1875rem;
}

.m-7, .mx-7, .mr-7 {
  margin-right: 2.1875rem;
}

.m-8, .my-8, .mt-8 {
  margin-top: 2.5rem;
}

.m-8, .my-8, .mb-8 {
  margin-bottom: 2.5rem;
}

.m-8, .mx-8, .ml-8 {
  margin-left: 2.5rem;
}

.m-8, .mx-8, .mr-8 {
  margin-right: 2.5rem;
}

.m-9, .my-9, .mt-9 {
  margin-top: 2.8125rem;
}

.m-9, .my-9, .mb-9 {
  margin-bottom: 2.8125rem;
}

.m-9, .mx-9, .ml-9 {
  margin-left: 2.8125rem;
}

.m-9, .mx-9, .mr-9 {
  margin-right: 2.8125rem;
}

.m-10, .my-10, .mt-10 {
  margin-top: 3.125rem;
}

.m-10, .my-10, .mb-10 {
  margin-bottom: 3.125rem;
}

.m-10, .mx-10, .ml-10 {
  margin-left: 3.125rem;
}

.m-10, .mx-10, .mr-10 {
  margin-right: 3.125rem;
}

.m-11, .my-11, .mt-11 {
  margin-top: 3.4375rem;
}

.m-11, .my-11, .mb-11 {
  margin-bottom: 3.4375rem;
}

.m-11, .mx-11, .ml-11 {
  margin-left: 3.4375rem;
}

.m-11, .mx-11, .mr-11 {
  margin-right: 3.4375rem;
}

.m-12, .my-12, .mt-12 {
  margin-top: 3.75rem;
}

.m-12, .my-12, .mb-12 {
  margin-bottom: 3.75rem;
}

.m-12, .mx-12, .ml-12 {
  margin-left: 3.75rem;
}

.m-12, .mx-12, .mr-12 {
  margin-right: 3.75rem;
}

.m-13, .my-13, .mt-13 {
  margin-top: 4.0625rem;
}

.m-13, .my-13, .mb-13 {
  margin-bottom: 4.0625rem;
}

.m-13, .mx-13, .ml-13 {
  margin-left: 4.0625rem;
}

.m-13, .mx-13, .mr-13 {
  margin-right: 4.0625rem;
}

.m-14, .my-14, .mt-14 {
  margin-top: 4.375rem;
}

.m-14, .my-14, .mb-14 {
  margin-bottom: 4.375rem;
}

.m-14, .mx-14, .ml-14 {
  margin-left: 4.375rem;
}

.m-14, .mx-14, .mr-14 {
  margin-right: 4.375rem;
}

.m-15, .my-15, .mt-15 {
  margin-top: 4.6875rem;
}

.m-15, .my-15, .mb-15 {
  margin-bottom: 4.6875rem;
}

.m-15, .mx-15, .ml-15 {
  margin-left: 4.6875rem;
}

.m-15, .mx-15, .mr-15 {
  margin-right: 4.6875rem;
}

.m-20, .my-20, .mt-20 {
  margin-top: 6.25rem;
}

.m-20, .my-20, .mb-20 {
  margin-bottom: 6.25rem;
}

.m-20, .mx-20, .ml-20 {
  margin-left: 6.25rem;
}

.m-20, .mx-20, .mr-20 {
  margin-right: 6.25rem;
}

.m-25, .my-25, .mt-25 {
  margin-top: 7.8125rem;
}

.m-25, .my-25, .mb-25 {
  margin-bottom: 7.8125rem;
}

.m-25, .mx-25, .ml-25 {
  margin-left: 7.8125rem;
}

.m-25, .mx-25, .mr-25 {
  margin-right: 7.8125rem;
}

.m-50, .my-50, .mt-50 {
  margin-top: 15.625rem;
}

.m-50, .my-50, .mb-50 {
  margin-bottom: 15.625rem;
}

.m-50, .mx-50, .ml-50 {
  margin-left: 15.625rem;
}

.m-50, .mx-50, .mr-50 {
  margin-right: 15.625rem;
}

@media (min-width: 576px) {
  .m-sm-auto, .my-sm-auto, .mt-sm-auto {
    margin-top: auto;
  }
  .m-sm-auto, .my-sm-auto, .mb-sm-auto {
    margin-bottom: auto;
  }
  .m-sm-auto, .mx-sm-auto, .ml-sm-auto {
    margin-left: auto;
  }
  .m-sm-auto, .mx-sm-auto, .mr-sm-auto {
    margin-right: auto;
  }
  .m-sm-0, .my-sm-0, .mt-sm-0 {
    margin-top: 0;
  }
  .m-sm-0, .my-sm-0, .mb-sm-0 {
    margin-bottom: 0;
  }
  .m-sm-0, .mx-sm-0, .ml-sm-0 {
    margin-left: 0;
  }
  .m-sm-0, .mx-sm-0, .mr-sm-0 {
    margin-right: 0;
  }
  .m-sm-1, .my-sm-1, .mt-sm-1 {
    margin-top: 0.3125rem;
  }
  .m-sm-1, .my-sm-1, .mb-sm-1 {
    margin-bottom: 0.3125rem;
  }
  .m-sm-1, .mx-sm-1, .ml-sm-1 {
    margin-left: 0.3125rem;
  }
  .m-sm-1, .mx-sm-1, .mr-sm-1 {
    margin-right: 0.3125rem;
  }
  .m-sm-2, .my-sm-2, .mt-sm-2 {
    margin-top: 0.625rem;
  }
  .m-sm-2, .my-sm-2, .mb-sm-2 {
    margin-bottom: 0.625rem;
  }
  .m-sm-2, .mx-sm-2, .ml-sm-2 {
    margin-left: 0.625rem;
  }
  .m-sm-2, .mx-sm-2, .mr-sm-2 {
    margin-right: 0.625rem;
  }
  .m-sm-3, .my-sm-3, .mt-sm-3 {
    margin-top: 0.9375rem;
  }
  .m-sm-3, .my-sm-3, .mb-sm-3 {
    margin-bottom: 0.9375rem;
  }
  .m-sm-3, .mx-sm-3, .ml-sm-3 {
    margin-left: 0.9375rem;
  }
  .m-sm-3, .mx-sm-3, .mr-sm-3 {
    margin-right: 0.9375rem;
  }
  .m-sm-4, .my-sm-4, .mt-sm-4 {
    margin-top: 1.25rem;
  }
  .m-sm-4, .my-sm-4, .mb-sm-4 {
    margin-bottom: 1.25rem;
  }
  .m-sm-4, .mx-sm-4, .ml-sm-4 {
    margin-left: 1.25rem;
  }
  .m-sm-4, .mx-sm-4, .mr-sm-4 {
    margin-right: 1.25rem;
  }
  .m-sm-5, .my-sm-5, .mt-sm-5 {
    margin-top: 1.5625rem;
  }
  .m-sm-5, .my-sm-5, .mb-sm-5 {
    margin-bottom: 1.5625rem;
  }
  .m-sm-5, .mx-sm-5, .ml-sm-5 {
    margin-left: 1.5625rem;
  }
  .m-sm-5, .mx-sm-5, .mr-sm-5 {
    margin-right: 1.5625rem;
  }
  .m-sm-6, .my-sm-6, .mt-sm-6 {
    margin-top: 1.875rem;
  }
  .m-sm-6, .my-sm-6, .mb-sm-6 {
    margin-bottom: 1.875rem;
  }
  .m-sm-6, .mx-sm-6, .ml-sm-6 {
    margin-left: 1.875rem;
  }
  .m-sm-6, .mx-sm-6, .mr-sm-6 {
    margin-right: 1.875rem;
  }
  .m-sm-7, .my-sm-7, .mt-sm-7 {
    margin-top: 2.1875rem;
  }
  .m-sm-7, .my-sm-7, .mb-sm-7 {
    margin-bottom: 2.1875rem;
  }
  .m-sm-7, .mx-sm-7, .ml-sm-7 {
    margin-left: 2.1875rem;
  }
  .m-sm-7, .mx-sm-7, .mr-sm-7 {
    margin-right: 2.1875rem;
  }
  .m-sm-8, .my-sm-8, .mt-sm-8 {
    margin-top: 2.5rem;
  }
  .m-sm-8, .my-sm-8, .mb-sm-8 {
    margin-bottom: 2.5rem;
  }
  .m-sm-8, .mx-sm-8, .ml-sm-8 {
    margin-left: 2.5rem;
  }
  .m-sm-8, .mx-sm-8, .mr-sm-8 {
    margin-right: 2.5rem;
  }
  .m-sm-9, .my-sm-9, .mt-sm-9 {
    margin-top: 2.8125rem;
  }
  .m-sm-9, .my-sm-9, .mb-sm-9 {
    margin-bottom: 2.8125rem;
  }
  .m-sm-9, .mx-sm-9, .ml-sm-9 {
    margin-left: 2.8125rem;
  }
  .m-sm-9, .mx-sm-9, .mr-sm-9 {
    margin-right: 2.8125rem;
  }
  .m-sm-10, .my-sm-10, .mt-sm-10 {
    margin-top: 3.125rem;
  }
  .m-sm-10, .my-sm-10, .mb-sm-10 {
    margin-bottom: 3.125rem;
  }
  .m-sm-10, .mx-sm-10, .ml-sm-10 {
    margin-left: 3.125rem;
  }
  .m-sm-10, .mx-sm-10, .mr-sm-10 {
    margin-right: 3.125rem;
  }
  .m-sm-11, .my-sm-11, .mt-sm-11 {
    margin-top: 3.4375rem;
  }
  .m-sm-11, .my-sm-11, .mb-sm-11 {
    margin-bottom: 3.4375rem;
  }
  .m-sm-11, .mx-sm-11, .ml-sm-11 {
    margin-left: 3.4375rem;
  }
  .m-sm-11, .mx-sm-11, .mr-sm-11 {
    margin-right: 3.4375rem;
  }
  .m-sm-12, .my-sm-12, .mt-sm-12 {
    margin-top: 3.75rem;
  }
  .m-sm-12, .my-sm-12, .mb-sm-12 {
    margin-bottom: 3.75rem;
  }
  .m-sm-12, .mx-sm-12, .ml-sm-12 {
    margin-left: 3.75rem;
  }
  .m-sm-12, .mx-sm-12, .mr-sm-12 {
    margin-right: 3.75rem;
  }
  .m-sm-13, .my-sm-13, .mt-sm-13 {
    margin-top: 4.0625rem;
  }
  .m-sm-13, .my-sm-13, .mb-sm-13 {
    margin-bottom: 4.0625rem;
  }
  .m-sm-13, .mx-sm-13, .ml-sm-13 {
    margin-left: 4.0625rem;
  }
  .m-sm-13, .mx-sm-13, .mr-sm-13 {
    margin-right: 4.0625rem;
  }
  .m-sm-14, .my-sm-14, .mt-sm-14 {
    margin-top: 4.375rem;
  }
  .m-sm-14, .my-sm-14, .mb-sm-14 {
    margin-bottom: 4.375rem;
  }
  .m-sm-14, .mx-sm-14, .ml-sm-14 {
    margin-left: 4.375rem;
  }
  .m-sm-14, .mx-sm-14, .mr-sm-14 {
    margin-right: 4.375rem;
  }
  .m-sm-15, .my-sm-15, .mt-sm-15 {
    margin-top: 4.6875rem;
  }
  .m-sm-15, .my-sm-15, .mb-sm-15 {
    margin-bottom: 4.6875rem;
  }
  .m-sm-15, .mx-sm-15, .ml-sm-15 {
    margin-left: 4.6875rem;
  }
  .m-sm-15, .mx-sm-15, .mr-sm-15 {
    margin-right: 4.6875rem;
  }
  .m-sm-20, .my-sm-20, .mt-sm-20 {
    margin-top: 6.25rem;
  }
  .m-sm-20, .my-sm-20, .mb-sm-20 {
    margin-bottom: 6.25rem;
  }
  .m-sm-20, .mx-sm-20, .ml-sm-20 {
    margin-left: 6.25rem;
  }
  .m-sm-20, .mx-sm-20, .mr-sm-20 {
    margin-right: 6.25rem;
  }
  .m-sm-25, .my-sm-25, .mt-sm-25 {
    margin-top: 7.8125rem;
  }
  .m-sm-25, .my-sm-25, .mb-sm-25 {
    margin-bottom: 7.8125rem;
  }
  .m-sm-25, .mx-sm-25, .ml-sm-25 {
    margin-left: 7.8125rem;
  }
  .m-sm-25, .mx-sm-25, .mr-sm-25 {
    margin-right: 7.8125rem;
  }
  .m-sm-50, .my-sm-50, .mt-sm-50 {
    margin-top: 15.625rem;
  }
  .m-sm-50, .my-sm-50, .mb-sm-50 {
    margin-bottom: 15.625rem;
  }
  .m-sm-50, .mx-sm-50, .ml-sm-50 {
    margin-left: 15.625rem;
  }
  .m-sm-50, .mx-sm-50, .mr-sm-50 {
    margin-right: 15.625rem;
  }
}
@media (min-width: 768px) {
  .m-md-auto, .my-md-auto, .mt-md-auto {
    margin-top: auto;
  }
  .m-md-auto, .my-md-auto, .mb-md-auto {
    margin-bottom: auto;
  }
  .m-md-auto, .mx-md-auto, .ml-md-auto {
    margin-left: auto;
  }
  .m-md-auto, .mx-md-auto, .mr-md-auto {
    margin-right: auto;
  }
  .m-md-0, .my-md-0, .mt-md-0 {
    margin-top: 0;
  }
  .m-md-0, .my-md-0, .mb-md-0 {
    margin-bottom: 0;
  }
  .m-md-0, .mx-md-0, .ml-md-0 {
    margin-left: 0;
  }
  .m-md-0, .mx-md-0, .mr-md-0 {
    margin-right: 0;
  }
  .m-md-1, .my-md-1, .mt-md-1 {
    margin-top: 0.3125rem;
  }
  .m-md-1, .my-md-1, .mb-md-1 {
    margin-bottom: 0.3125rem;
  }
  .m-md-1, .mx-md-1, .ml-md-1 {
    margin-left: 0.3125rem;
  }
  .m-md-1, .mx-md-1, .mr-md-1 {
    margin-right: 0.3125rem;
  }
  .m-md-2, .my-md-2, .mt-md-2 {
    margin-top: 0.625rem;
  }
  .m-md-2, .my-md-2, .mb-md-2 {
    margin-bottom: 0.625rem;
  }
  .m-md-2, .mx-md-2, .ml-md-2 {
    margin-left: 0.625rem;
  }
  .m-md-2, .mx-md-2, .mr-md-2 {
    margin-right: 0.625rem;
  }
  .m-md-3, .my-md-3, .mt-md-3 {
    margin-top: 0.9375rem;
  }
  .m-md-3, .my-md-3, .mb-md-3 {
    margin-bottom: 0.9375rem;
  }
  .m-md-3, .mx-md-3, .ml-md-3 {
    margin-left: 0.9375rem;
  }
  .m-md-3, .mx-md-3, .mr-md-3 {
    margin-right: 0.9375rem;
  }
  .m-md-4, .my-md-4, .mt-md-4 {
    margin-top: 1.25rem;
  }
  .m-md-4, .my-md-4, .mb-md-4 {
    margin-bottom: 1.25rem;
  }
  .m-md-4, .mx-md-4, .ml-md-4 {
    margin-left: 1.25rem;
  }
  .m-md-4, .mx-md-4, .mr-md-4 {
    margin-right: 1.25rem;
  }
  .m-md-5, .my-md-5, .mt-md-5 {
    margin-top: 1.5625rem;
  }
  .m-md-5, .my-md-5, .mb-md-5 {
    margin-bottom: 1.5625rem;
  }
  .m-md-5, .mx-md-5, .ml-md-5 {
    margin-left: 1.5625rem;
  }
  .m-md-5, .mx-md-5, .mr-md-5 {
    margin-right: 1.5625rem;
  }
  .m-md-6, .my-md-6, .mt-md-6 {
    margin-top: 1.875rem;
  }
  .m-md-6, .my-md-6, .mb-md-6 {
    margin-bottom: 1.875rem;
  }
  .m-md-6, .mx-md-6, .ml-md-6 {
    margin-left: 1.875rem;
  }
  .m-md-6, .mx-md-6, .mr-md-6 {
    margin-right: 1.875rem;
  }
  .m-md-7, .my-md-7, .mt-md-7 {
    margin-top: 2.1875rem;
  }
  .m-md-7, .my-md-7, .mb-md-7 {
    margin-bottom: 2.1875rem;
  }
  .m-md-7, .mx-md-7, .ml-md-7 {
    margin-left: 2.1875rem;
  }
  .m-md-7, .mx-md-7, .mr-md-7 {
    margin-right: 2.1875rem;
  }
  .m-md-8, .my-md-8, .mt-md-8 {
    margin-top: 2.5rem;
  }
  .m-md-8, .my-md-8, .mb-md-8 {
    margin-bottom: 2.5rem;
  }
  .m-md-8, .mx-md-8, .ml-md-8 {
    margin-left: 2.5rem;
  }
  .m-md-8, .mx-md-8, .mr-md-8 {
    margin-right: 2.5rem;
  }
  .m-md-9, .my-md-9, .mt-md-9 {
    margin-top: 2.8125rem;
  }
  .m-md-9, .my-md-9, .mb-md-9 {
    margin-bottom: 2.8125rem;
  }
  .m-md-9, .mx-md-9, .ml-md-9 {
    margin-left: 2.8125rem;
  }
  .m-md-9, .mx-md-9, .mr-md-9 {
    margin-right: 2.8125rem;
  }
  .m-md-10, .my-md-10, .mt-md-10 {
    margin-top: 3.125rem;
  }
  .m-md-10, .my-md-10, .mb-md-10 {
    margin-bottom: 3.125rem;
  }
  .m-md-10, .mx-md-10, .ml-md-10 {
    margin-left: 3.125rem;
  }
  .m-md-10, .mx-md-10, .mr-md-10 {
    margin-right: 3.125rem;
  }
  .m-md-11, .my-md-11, .mt-md-11 {
    margin-top: 3.4375rem;
  }
  .m-md-11, .my-md-11, .mb-md-11 {
    margin-bottom: 3.4375rem;
  }
  .m-md-11, .mx-md-11, .ml-md-11 {
    margin-left: 3.4375rem;
  }
  .m-md-11, .mx-md-11, .mr-md-11 {
    margin-right: 3.4375rem;
  }
  .m-md-12, .my-md-12, .mt-md-12 {
    margin-top: 3.75rem;
  }
  .m-md-12, .my-md-12, .mb-md-12 {
    margin-bottom: 3.75rem;
  }
  .m-md-12, .mx-md-12, .ml-md-12 {
    margin-left: 3.75rem;
  }
  .m-md-12, .mx-md-12, .mr-md-12 {
    margin-right: 3.75rem;
  }
  .m-md-13, .my-md-13, .mt-md-13 {
    margin-top: 4.0625rem;
  }
  .m-md-13, .my-md-13, .mb-md-13 {
    margin-bottom: 4.0625rem;
  }
  .m-md-13, .mx-md-13, .ml-md-13 {
    margin-left: 4.0625rem;
  }
  .m-md-13, .mx-md-13, .mr-md-13 {
    margin-right: 4.0625rem;
  }
  .m-md-14, .my-md-14, .mt-md-14 {
    margin-top: 4.375rem;
  }
  .m-md-14, .my-md-14, .mb-md-14 {
    margin-bottom: 4.375rem;
  }
  .m-md-14, .mx-md-14, .ml-md-14 {
    margin-left: 4.375rem;
  }
  .m-md-14, .mx-md-14, .mr-md-14 {
    margin-right: 4.375rem;
  }
  .m-md-15, .my-md-15, .mt-md-15 {
    margin-top: 4.6875rem;
  }
  .m-md-15, .my-md-15, .mb-md-15 {
    margin-bottom: 4.6875rem;
  }
  .m-md-15, .mx-md-15, .ml-md-15 {
    margin-left: 4.6875rem;
  }
  .m-md-15, .mx-md-15, .mr-md-15 {
    margin-right: 4.6875rem;
  }
  .m-md-20, .my-md-20, .mt-md-20 {
    margin-top: 6.25rem;
  }
  .m-md-20, .my-md-20, .mb-md-20 {
    margin-bottom: 6.25rem;
  }
  .m-md-20, .mx-md-20, .ml-md-20 {
    margin-left: 6.25rem;
  }
  .m-md-20, .mx-md-20, .mr-md-20 {
    margin-right: 6.25rem;
  }
  .m-md-25, .my-md-25, .mt-md-25 {
    margin-top: 7.8125rem;
  }
  .m-md-25, .my-md-25, .mb-md-25 {
    margin-bottom: 7.8125rem;
  }
  .m-md-25, .mx-md-25, .ml-md-25 {
    margin-left: 7.8125rem;
  }
  .m-md-25, .mx-md-25, .mr-md-25 {
    margin-right: 7.8125rem;
  }
  .m-md-50, .my-md-50, .mt-md-50 {
    margin-top: 15.625rem;
  }
  .m-md-50, .my-md-50, .mb-md-50 {
    margin-bottom: 15.625rem;
  }
  .m-md-50, .mx-md-50, .ml-md-50 {
    margin-left: 15.625rem;
  }
  .m-md-50, .mx-md-50, .mr-md-50 {
    margin-right: 15.625rem;
  }
}
@media (min-width: 992px) {
  .m-lg-auto, .my-lg-auto, .mt-lg-auto {
    margin-top: auto;
  }
  .m-lg-auto, .my-lg-auto, .mb-lg-auto {
    margin-bottom: auto;
  }
  .m-lg-auto, .mx-lg-auto, .ml-lg-auto {
    margin-left: auto;
  }
  .m-lg-auto, .mx-lg-auto, .mr-lg-auto {
    margin-right: auto;
  }
  .m-lg-0, .my-lg-0, .mt-lg-0 {
    margin-top: 0;
  }
  .m-lg-0, .my-lg-0, .mb-lg-0 {
    margin-bottom: 0;
  }
  .m-lg-0, .mx-lg-0, .ml-lg-0 {
    margin-left: 0;
  }
  .m-lg-0, .mx-lg-0, .mr-lg-0 {
    margin-right: 0;
  }
  .m-lg-1, .my-lg-1, .mt-lg-1 {
    margin-top: 0.3125rem;
  }
  .m-lg-1, .my-lg-1, .mb-lg-1 {
    margin-bottom: 0.3125rem;
  }
  .m-lg-1, .mx-lg-1, .ml-lg-1 {
    margin-left: 0.3125rem;
  }
  .m-lg-1, .mx-lg-1, .mr-lg-1 {
    margin-right: 0.3125rem;
  }
  .m-lg-2, .my-lg-2, .mt-lg-2 {
    margin-top: 0.625rem;
  }
  .m-lg-2, .my-lg-2, .mb-lg-2 {
    margin-bottom: 0.625rem;
  }
  .m-lg-2, .mx-lg-2, .ml-lg-2 {
    margin-left: 0.625rem;
  }
  .m-lg-2, .mx-lg-2, .mr-lg-2 {
    margin-right: 0.625rem;
  }
  .m-lg-3, .my-lg-3, .mt-lg-3 {
    margin-top: 0.9375rem;
  }
  .m-lg-3, .my-lg-3, .mb-lg-3 {
    margin-bottom: 0.9375rem;
  }
  .m-lg-3, .mx-lg-3, .ml-lg-3 {
    margin-left: 0.9375rem;
  }
  .m-lg-3, .mx-lg-3, .mr-lg-3 {
    margin-right: 0.9375rem;
  }
  .m-lg-4, .my-lg-4, .mt-lg-4 {
    margin-top: 1.25rem;
  }
  .m-lg-4, .my-lg-4, .mb-lg-4 {
    margin-bottom: 1.25rem;
  }
  .m-lg-4, .mx-lg-4, .ml-lg-4 {
    margin-left: 1.25rem;
  }
  .m-lg-4, .mx-lg-4, .mr-lg-4 {
    margin-right: 1.25rem;
  }
  .m-lg-5, .my-lg-5, .mt-lg-5 {
    margin-top: 1.5625rem;
  }
  .m-lg-5, .my-lg-5, .mb-lg-5 {
    margin-bottom: 1.5625rem;
  }
  .m-lg-5, .mx-lg-5, .ml-lg-5 {
    margin-left: 1.5625rem;
  }
  .m-lg-5, .mx-lg-5, .mr-lg-5 {
    margin-right: 1.5625rem;
  }
  .m-lg-6, .my-lg-6, .mt-lg-6 {
    margin-top: 1.875rem;
  }
  .m-lg-6, .my-lg-6, .mb-lg-6 {
    margin-bottom: 1.875rem;
  }
  .m-lg-6, .mx-lg-6, .ml-lg-6 {
    margin-left: 1.875rem;
  }
  .m-lg-6, .mx-lg-6, .mr-lg-6 {
    margin-right: 1.875rem;
  }
  .m-lg-7, .my-lg-7, .mt-lg-7 {
    margin-top: 2.1875rem;
  }
  .m-lg-7, .my-lg-7, .mb-lg-7 {
    margin-bottom: 2.1875rem;
  }
  .m-lg-7, .mx-lg-7, .ml-lg-7 {
    margin-left: 2.1875rem;
  }
  .m-lg-7, .mx-lg-7, .mr-lg-7 {
    margin-right: 2.1875rem;
  }
  .m-lg-8, .my-lg-8, .mt-lg-8 {
    margin-top: 2.5rem;
  }
  .m-lg-8, .my-lg-8, .mb-lg-8 {
    margin-bottom: 2.5rem;
  }
  .m-lg-8, .mx-lg-8, .ml-lg-8 {
    margin-left: 2.5rem;
  }
  .m-lg-8, .mx-lg-8, .mr-lg-8 {
    margin-right: 2.5rem;
  }
  .m-lg-9, .my-lg-9, .mt-lg-9 {
    margin-top: 2.8125rem;
  }
  .m-lg-9, .my-lg-9, .mb-lg-9 {
    margin-bottom: 2.8125rem;
  }
  .m-lg-9, .mx-lg-9, .ml-lg-9 {
    margin-left: 2.8125rem;
  }
  .m-lg-9, .mx-lg-9, .mr-lg-9 {
    margin-right: 2.8125rem;
  }
  .m-lg-10, .my-lg-10, .mt-lg-10 {
    margin-top: 3.125rem;
  }
  .m-lg-10, .my-lg-10, .mb-lg-10 {
    margin-bottom: 3.125rem;
  }
  .m-lg-10, .mx-lg-10, .ml-lg-10 {
    margin-left: 3.125rem;
  }
  .m-lg-10, .mx-lg-10, .mr-lg-10 {
    margin-right: 3.125rem;
  }
  .m-lg-11, .my-lg-11, .mt-lg-11 {
    margin-top: 3.4375rem;
  }
  .m-lg-11, .my-lg-11, .mb-lg-11 {
    margin-bottom: 3.4375rem;
  }
  .m-lg-11, .mx-lg-11, .ml-lg-11 {
    margin-left: 3.4375rem;
  }
  .m-lg-11, .mx-lg-11, .mr-lg-11 {
    margin-right: 3.4375rem;
  }
  .m-lg-12, .my-lg-12, .mt-lg-12 {
    margin-top: 3.75rem;
  }
  .m-lg-12, .my-lg-12, .mb-lg-12 {
    margin-bottom: 3.75rem;
  }
  .m-lg-12, .mx-lg-12, .ml-lg-12 {
    margin-left: 3.75rem;
  }
  .m-lg-12, .mx-lg-12, .mr-lg-12 {
    margin-right: 3.75rem;
  }
  .m-lg-13, .my-lg-13, .mt-lg-13 {
    margin-top: 4.0625rem;
  }
  .m-lg-13, .my-lg-13, .mb-lg-13 {
    margin-bottom: 4.0625rem;
  }
  .m-lg-13, .mx-lg-13, .ml-lg-13 {
    margin-left: 4.0625rem;
  }
  .m-lg-13, .mx-lg-13, .mr-lg-13 {
    margin-right: 4.0625rem;
  }
  .m-lg-14, .my-lg-14, .mt-lg-14 {
    margin-top: 4.375rem;
  }
  .m-lg-14, .my-lg-14, .mb-lg-14 {
    margin-bottom: 4.375rem;
  }
  .m-lg-14, .mx-lg-14, .ml-lg-14 {
    margin-left: 4.375rem;
  }
  .m-lg-14, .mx-lg-14, .mr-lg-14 {
    margin-right: 4.375rem;
  }
  .m-lg-15, .my-lg-15, .mt-lg-15 {
    margin-top: 4.6875rem;
  }
  .m-lg-15, .my-lg-15, .mb-lg-15 {
    margin-bottom: 4.6875rem;
  }
  .m-lg-15, .mx-lg-15, .ml-lg-15 {
    margin-left: 4.6875rem;
  }
  .m-lg-15, .mx-lg-15, .mr-lg-15 {
    margin-right: 4.6875rem;
  }
  .m-lg-20, .my-lg-20, .mt-lg-20 {
    margin-top: 6.25rem;
  }
  .m-lg-20, .my-lg-20, .mb-lg-20 {
    margin-bottom: 6.25rem;
  }
  .m-lg-20, .mx-lg-20, .ml-lg-20 {
    margin-left: 6.25rem;
  }
  .m-lg-20, .mx-lg-20, .mr-lg-20 {
    margin-right: 6.25rem;
  }
  .m-lg-25, .my-lg-25, .mt-lg-25 {
    margin-top: 7.8125rem;
  }
  .m-lg-25, .my-lg-25, .mb-lg-25 {
    margin-bottom: 7.8125rem;
  }
  .m-lg-25, .mx-lg-25, .ml-lg-25 {
    margin-left: 7.8125rem;
  }
  .m-lg-25, .mx-lg-25, .mr-lg-25 {
    margin-right: 7.8125rem;
  }
  .m-lg-50, .my-lg-50, .mt-lg-50 {
    margin-top: 15.625rem;
  }
  .m-lg-50, .my-lg-50, .mb-lg-50 {
    margin-bottom: 15.625rem;
  }
  .m-lg-50, .mx-lg-50, .ml-lg-50 {
    margin-left: 15.625rem;
  }
  .m-lg-50, .mx-lg-50, .mr-lg-50 {
    margin-right: 15.625rem;
  }
}
@media (min-width: 1376px) {
  .m-xl-auto, .my-xl-auto, .mt-xl-auto {
    margin-top: auto;
  }
  .m-xl-auto, .my-xl-auto, .mb-xl-auto {
    margin-bottom: auto;
  }
  .m-xl-auto, .mx-xl-auto, .ml-xl-auto {
    margin-left: auto;
  }
  .m-xl-auto, .mx-xl-auto, .mr-xl-auto {
    margin-right: auto;
  }
  .m-xl-0, .my-xl-0, .mt-xl-0 {
    margin-top: 0;
  }
  .m-xl-0, .my-xl-0, .mb-xl-0 {
    margin-bottom: 0;
  }
  .m-xl-0, .mx-xl-0, .ml-xl-0 {
    margin-left: 0;
  }
  .m-xl-0, .mx-xl-0, .mr-xl-0 {
    margin-right: 0;
  }
  .m-xl-1, .my-xl-1, .mt-xl-1 {
    margin-top: 0.3125rem;
  }
  .m-xl-1, .my-xl-1, .mb-xl-1 {
    margin-bottom: 0.3125rem;
  }
  .m-xl-1, .mx-xl-1, .ml-xl-1 {
    margin-left: 0.3125rem;
  }
  .m-xl-1, .mx-xl-1, .mr-xl-1 {
    margin-right: 0.3125rem;
  }
  .m-xl-2, .my-xl-2, .mt-xl-2 {
    margin-top: 0.625rem;
  }
  .m-xl-2, .my-xl-2, .mb-xl-2 {
    margin-bottom: 0.625rem;
  }
  .m-xl-2, .mx-xl-2, .ml-xl-2 {
    margin-left: 0.625rem;
  }
  .m-xl-2, .mx-xl-2, .mr-xl-2 {
    margin-right: 0.625rem;
  }
  .m-xl-3, .my-xl-3, .mt-xl-3 {
    margin-top: 0.9375rem;
  }
  .m-xl-3, .my-xl-3, .mb-xl-3 {
    margin-bottom: 0.9375rem;
  }
  .m-xl-3, .mx-xl-3, .ml-xl-3 {
    margin-left: 0.9375rem;
  }
  .m-xl-3, .mx-xl-3, .mr-xl-3 {
    margin-right: 0.9375rem;
  }
  .m-xl-4, .my-xl-4, .mt-xl-4 {
    margin-top: 1.25rem;
  }
  .m-xl-4, .my-xl-4, .mb-xl-4 {
    margin-bottom: 1.25rem;
  }
  .m-xl-4, .mx-xl-4, .ml-xl-4 {
    margin-left: 1.25rem;
  }
  .m-xl-4, .mx-xl-4, .mr-xl-4 {
    margin-right: 1.25rem;
  }
  .m-xl-5, .my-xl-5, .mt-xl-5 {
    margin-top: 1.5625rem;
  }
  .m-xl-5, .my-xl-5, .mb-xl-5 {
    margin-bottom: 1.5625rem;
  }
  .m-xl-5, .mx-xl-5, .ml-xl-5 {
    margin-left: 1.5625rem;
  }
  .m-xl-5, .mx-xl-5, .mr-xl-5 {
    margin-right: 1.5625rem;
  }
  .m-xl-6, .my-xl-6, .mt-xl-6 {
    margin-top: 1.875rem;
  }
  .m-xl-6, .my-xl-6, .mb-xl-6 {
    margin-bottom: 1.875rem;
  }
  .m-xl-6, .mx-xl-6, .ml-xl-6 {
    margin-left: 1.875rem;
  }
  .m-xl-6, .mx-xl-6, .mr-xl-6 {
    margin-right: 1.875rem;
  }
  .m-xl-7, .my-xl-7, .mt-xl-7 {
    margin-top: 2.1875rem;
  }
  .m-xl-7, .my-xl-7, .mb-xl-7 {
    margin-bottom: 2.1875rem;
  }
  .m-xl-7, .mx-xl-7, .ml-xl-7 {
    margin-left: 2.1875rem;
  }
  .m-xl-7, .mx-xl-7, .mr-xl-7 {
    margin-right: 2.1875rem;
  }
  .m-xl-8, .my-xl-8, .mt-xl-8 {
    margin-top: 2.5rem;
  }
  .m-xl-8, .my-xl-8, .mb-xl-8 {
    margin-bottom: 2.5rem;
  }
  .m-xl-8, .mx-xl-8, .ml-xl-8 {
    margin-left: 2.5rem;
  }
  .m-xl-8, .mx-xl-8, .mr-xl-8 {
    margin-right: 2.5rem;
  }
  .m-xl-9, .my-xl-9, .mt-xl-9 {
    margin-top: 2.8125rem;
  }
  .m-xl-9, .my-xl-9, .mb-xl-9 {
    margin-bottom: 2.8125rem;
  }
  .m-xl-9, .mx-xl-9, .ml-xl-9 {
    margin-left: 2.8125rem;
  }
  .m-xl-9, .mx-xl-9, .mr-xl-9 {
    margin-right: 2.8125rem;
  }
  .m-xl-10, .my-xl-10, .mt-xl-10 {
    margin-top: 3.125rem;
  }
  .m-xl-10, .my-xl-10, .mb-xl-10 {
    margin-bottom: 3.125rem;
  }
  .m-xl-10, .mx-xl-10, .ml-xl-10 {
    margin-left: 3.125rem;
  }
  .m-xl-10, .mx-xl-10, .mr-xl-10 {
    margin-right: 3.125rem;
  }
  .m-xl-11, .my-xl-11, .mt-xl-11 {
    margin-top: 3.4375rem;
  }
  .m-xl-11, .my-xl-11, .mb-xl-11 {
    margin-bottom: 3.4375rem;
  }
  .m-xl-11, .mx-xl-11, .ml-xl-11 {
    margin-left: 3.4375rem;
  }
  .m-xl-11, .mx-xl-11, .mr-xl-11 {
    margin-right: 3.4375rem;
  }
  .m-xl-12, .my-xl-12, .mt-xl-12 {
    margin-top: 3.75rem;
  }
  .m-xl-12, .my-xl-12, .mb-xl-12 {
    margin-bottom: 3.75rem;
  }
  .m-xl-12, .mx-xl-12, .ml-xl-12 {
    margin-left: 3.75rem;
  }
  .m-xl-12, .mx-xl-12, .mr-xl-12 {
    margin-right: 3.75rem;
  }
  .m-xl-13, .my-xl-13, .mt-xl-13 {
    margin-top: 4.0625rem;
  }
  .m-xl-13, .my-xl-13, .mb-xl-13 {
    margin-bottom: 4.0625rem;
  }
  .m-xl-13, .mx-xl-13, .ml-xl-13 {
    margin-left: 4.0625rem;
  }
  .m-xl-13, .mx-xl-13, .mr-xl-13 {
    margin-right: 4.0625rem;
  }
  .m-xl-14, .my-xl-14, .mt-xl-14 {
    margin-top: 4.375rem;
  }
  .m-xl-14, .my-xl-14, .mb-xl-14 {
    margin-bottom: 4.375rem;
  }
  .m-xl-14, .mx-xl-14, .ml-xl-14 {
    margin-left: 4.375rem;
  }
  .m-xl-14, .mx-xl-14, .mr-xl-14 {
    margin-right: 4.375rem;
  }
  .m-xl-15, .my-xl-15, .mt-xl-15 {
    margin-top: 4.6875rem;
  }
  .m-xl-15, .my-xl-15, .mb-xl-15 {
    margin-bottom: 4.6875rem;
  }
  .m-xl-15, .mx-xl-15, .ml-xl-15 {
    margin-left: 4.6875rem;
  }
  .m-xl-15, .mx-xl-15, .mr-xl-15 {
    margin-right: 4.6875rem;
  }
  .m-xl-20, .my-xl-20, .mt-xl-20 {
    margin-top: 6.25rem;
  }
  .m-xl-20, .my-xl-20, .mb-xl-20 {
    margin-bottom: 6.25rem;
  }
  .m-xl-20, .mx-xl-20, .ml-xl-20 {
    margin-left: 6.25rem;
  }
  .m-xl-20, .mx-xl-20, .mr-xl-20 {
    margin-right: 6.25rem;
  }
  .m-xl-25, .my-xl-25, .mt-xl-25 {
    margin-top: 7.8125rem;
  }
  .m-xl-25, .my-xl-25, .mb-xl-25 {
    margin-bottom: 7.8125rem;
  }
  .m-xl-25, .mx-xl-25, .ml-xl-25 {
    margin-left: 7.8125rem;
  }
  .m-xl-25, .mx-xl-25, .mr-xl-25 {
    margin-right: 7.8125rem;
  }
  .m-xl-50, .my-xl-50, .mt-xl-50 {
    margin-top: 15.625rem;
  }
  .m-xl-50, .my-xl-50, .mb-xl-50 {
    margin-bottom: 15.625rem;
  }
  .m-xl-50, .mx-xl-50, .ml-xl-50 {
    margin-left: 15.625rem;
  }
  .m-xl-50, .mx-xl-50, .mr-xl-50 {
    margin-right: 15.625rem;
  }
}
.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

@media (min-width: 576px) {
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
}
@media (min-width: 768px) {
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
}
@media (min-width: 992px) {
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
}
@media (min-width: 1376px) {
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
}
.story__text.text-white a {
  color: #2a94ff;
}

.card-flip .card-flip__content a {
  color: #444;
}
.card-flip .card-flip__content a:hover {
  color: #444;
}

.produktdetails .termintabelle .hinweis_alle {
  color: white;
}
.produktdetails table .highlight {
  background-color: #dbdbdb !important;
}
@media (prefers-color-scheme: dark) {
  .produktdetails table .highlight {
    background-color: #444 !important;
  }
}
.produktdetails .font-fb {
  color: #444;
}
.produktdetails .bg-fb {
  background-color: #444;
}
.produktdetails .btn.bg-fb {
  background-color: #d30000;
}
.produktdetails .btn.bg-fb:hover {
  background-color: #444;
}

.produktgallerie.filtertiles .grid__content .farbcode {
  display: block;
  background-color: #444;
}
.produktgallerie.filtertiles .grid__content .h3.text-primary {
  color: white;
}

/*

nav.standort {
    display: block;
}

nav.standort {
    a.standortmenu {
        background-color: white;
        color: $primary;
        &::after{
            display: none !important;
        }
        border-color: $primary;
        border-top: .1rem solid;
        border-bottom: .1rem solid;
        &:hover{
            background-color: $secondary;
            color: white;
            border-color: $secondary;
        }
    }
}

*/
.submenu {
  display: none;
}
.submenu.active {
  display: flex;
}
.submenu {
  width: 100%;
  background: rgba(68, 68, 68, 0.85);
  backdrop-filter: blur(7px);
  position: absolute;
  top: 100%;
  left: 0;
  padding-left: 4.375rem;
  padding-right: 4.375rem;
  padding-bottom: 1.25rem;
  padding-top: 4.375rem;
  color: white;
}
@media (min-width: 576px) {
  .submenu {
    max-height: 90vh;
    overflow: auto;
  }
}
.submenu a {
  display: block;
  color: white;
  padding-bottom: 0.15625rem;
  padding-top: 0.3125rem;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  margin-bottom: 0.46875rem;
}
@media (max-height: 700px) {
  .submenu a {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.submenu .kategorie {
  font-family: Passion One, Arial, Helvetica, sans-serif;
  padding-top: 0.46875rem;
  font-size: 1.40625rem;
  font-weight: unset;
  letter-spacing: 0.0625rem;
}
@media (max-width: 1376px) {
  .submenu .kategorie {
    padding-top: 0.15625rem;
    font-size: 1.3125rem;
  }
}
@media (max-width: 1376px) and (max-height: 700px) {
  .submenu .kategorie {
    padding-top: 0;
    font-size: 0.9375rem;
    font-family: Verdana, Geneva, sans-serif;
  }
}
.submenu .beschreibung {
  padding-top: 0.3125rem;
  padding-bottom: 0.46875rem;
}
@media (max-width: 1376px) {
  .submenu .beschreibung {
    display: none;
  }
}
.submenu.spezialmenu {
  -moz-column-count: unset;
       column-count: unset;
  -moz-column-gap: unset;
       column-gap: unset;
  justify-content: start;
}
.submenu.normalmenu a {
  font-family: Passion One, Arial, Helvetica, sans-serif;
  padding-top: 0.46875rem;
  font-size: 1.40625rem;
  font-weight: unset;
  letter-spacing: 0.0625rem;
  margin-right: 3.125rem;
}
.submenu .spalte {
  width: 25%;
  padding-right: 0.625rem;
}
.submenu .spalte a {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  color: #dbdbdb;
}
.submenu .spalte a:hover {
  color: white;
}
.submenu .spalte a.active {
  pointer-events: none;
  cursor: default;
  color: #888;
}
.submenu .spalte a.white {
  color: #444;
}
.submenu .spalte a.white:hover {
  color: rgb(106.25, 106.25, 106.25);
}
.submenu .spalte a.cyan, .submenu .spalte a.magenta, .submenu .spalte a.yellow, .submenu .spalte a.green, .submenu .spalte a.dblue {
  color: white;
}
.submenu .spalte a.cyan:hover {
  background-color: rgb(43.007, 199.119, 245.243);
}
.submenu .spalte a.magenta:hover {
  background-color: rgb(235.8585526316, 84.3914473684, 142.6480263158);
}
.submenu .spalte a.yellow:hover {
  background-color: rgb(237.2785714286, 163.0173469388, 65.9714285714);
}
.submenu .spalte a.green:hover {
  background-color: rgb(172.0479910714, 220.7131696429, 41.5368303571);
}
.submenu .spalte a.dblue:hover {
  background-color: rgb(87.125, 87.125, 87.125);
}
.submenu .spalte a.ciblue:hover {
  background-color: rgb(0, 67.7419354839, 131.25);
}
.submenu .spalte a.cired:hover {
  background-color: rgb(231.3632075472, 18.8867924528, 53.1191037736);
}
.submenu.ea_standorte .spalte.rest {
  flex-grow: 1;
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  margin-bottom: 2.5rem;
}
@media (max-height: 700px) {
  .submenu.ea_standorte .spalte.rest {
    max-height: 100%;
    overflow-y: auto;
  }
}
.submenu .farbcode {
  position: absolute;
  display: none;
}
@media (max-width: 992px) {
  .submenu {
    display: none;
    background: #444;
    padding: 1.25rem;
  }
  .submenu.active {
    display: block;
  }
  .submenu .farbcode {
    display: none;
  }
  .submenu {
    /*.mobile_open & {
        .active {
            display: block;
        }
    }*/
  }
  .submenu.ea_standorte .spalte, .submenu.ea_standorte .spalte.rest, .submenu.ea_standorte .spalte.links, .submenu.ea_standorte .spalte.rechts {
    width: 100%;
    -moz-column-count: 1;
         column-count: 1;
  }
  .submenu .spalte, .submenu .spalte.rest, .submenu .spalte.links, .submenu .spalte.rechts {
    width: 100%;
    -moz-column-count: 1;
         column-count: 1;
  }
}
.submenu .cyan {
  background: rgb(11, 187, 239);
}
.submenu .magenta {
  background: rgb(232, 50, 120);
}
.submenu .yellow {
  background: rgb(234, 146, 31);
}
.submenu .green {
  background: rgb(149, 193, 31);
}
.submenu .dblue {
  background: #444;
}
.submenu .ciblue {
  background: #00305d;
}
.submenu .cired {
  background: #C4102D;
}
.submenu .white {
  background: white;
  color: #444;
}

header {
  min-height: 64px;
  padding-bottom: 0;
}
header .body {
  position: fixed;
  z-index: 85;
  width: 100%;
  max-width: 100%;
  /*
  @media screen and (min-width: $bp-md) {
      top: calc($logo-medium*$factor);
  }
  @media screen and (min-width: $bp-lg) {
      top: calc($logo-big*$factor);
  }
  top: calc($logo-small*$factor);
  transition: top .5s;
  &.small {
      top: 0;
  }*/
}
header .hauptmenu {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  justify-content: end;
  display: flex;
  padding-right: 1.5625rem;
  position: relative;
}
header .hauptmenu .ea-logo_wrap {
  flex: 1;
}
@media screen and (min-width: 992px) {
  header .hauptmenu {
    padding-right: 1.5625rem;
  }
}
header .hauptmenu .nav {
  width: 75%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
header .hauptmenu .nav a {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: white;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9375rem;
  text-decoration: none;
  position: relative;
}
header .hauptmenu .nav a.standorte {
  background-color: #dbdbdb;
  color: #444;
  height: 100%;
}
header .hauptmenu .nav a.standorte i {
  margin-right: 0.5rem;
}
header .hauptmenu .nav a.active {
  background-color: #444;
}
header .hauptmenu .nav a:focus, header .hauptmenu .nav a:hover {
  outline: none;
  background-color: #d30000;
}
header .hauptmenu .nav a:focus.standorte, header .hauptmenu .nav a:hover.standorte {
  background-color: rgb(233.75, 233.75, 233.75);
}
@media (max-width: 992px) {
  header .hauptmenu {
    display: block;
    padding-right: 0;
  }
  header .hauptmenu.mobile_sub_open {
    flex-direction: column;
    display: flex;
    max-height: 100vh;
  }
  header .hauptmenu.mobile_sub_open .ea-logo_wrap {
    flex-shrink: 0;
  }
  header .hauptmenu.mobile_sub_open .submenu {
    position: static;
    overflow-y: scroll;
    flex-grow: 1;
  }
  header .hauptmenu.mobile_sub_open .submenu .mobile_back {
    cursor: pointer;
    display: flex;
    justify-content: end;
    margin-bottom: 1.40625rem;
  }
  header .hauptmenu.mobile_sub_open .submenu .mobile_back::before {
    margin-left: 0.3125rem;
    content: "»";
    transform: rotate(180deg);
    color: white;
    font-size: 5rem;
    font-family: Passion One, Arial, Helvetica, sans-serif;
  }
  header .hauptmenu.mobile_sub_open .submenu ::-webkit-scrollbar {
    width: 1.875rem !important; /* Mostly for vertical scrollbars */
  }
  header .hauptmenu.mobile_sub_open .submenu ::-webkit-scrollbar-thumb { /* Foreground */
    background: #dbdbdb;
    border-radius: 0.625rem;
    border: #444 0.15625rem solid;
  }
  header .hauptmenu.mobile_sub_open .submenu ::-webkit-scrollbar-track { /* Background */
    background: #444;
  }
  header .hauptmenu .ea-logo_wrap {
    width: 100%;
    position: relative;
    padding: 0.625rem 1.40625rem;
    display: flex;
  }
  header .hauptmenu .ea-logo_wrap .ea-logo {
    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
    transform: unset;
    flex: unset;
  }
  header .hauptmenu .ea-logo_wrap .zawebw-logo {
    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
    transform: unset;
    flex: unset;
  }
  header .hauptmenu .ea_hauptmenu {
    width: 100%;
    display: none;
  }
  header .hauptmenu .ea_hauptmenu a {
    width: 100%;
  }
  header .hauptmenu .hamburger_wrap .hamburger {
    position: absolute;
    top: 50%;
    right: 1.40625rem;
    transform: translateY(-50%);
    cursor: pointer;
  }
  header .hauptmenu .hamburger_wrap .hamburger, header .hauptmenu .hamburger_wrap .hamburger::before, header .hauptmenu .hamburger_wrap .hamburger::after {
    content: "";
    display: block;
    background-color: white;
    height: 4px;
    width: 2.75em;
    border-radius: 4px;
    transition: all ease-in-out 300ms;
  }
  header .hauptmenu .hamburger_wrap .hamburger::before {
    transform: translateY(-8px);
  }
  header .hauptmenu .hamburger_wrap .hamburger::after {
    transform: translateY(4px);
  }
  header .hauptmenu.mobile_open {
    max-height: 100vh;
    overflow-y: scroll;
  }
  header .hauptmenu.mobile_open .ea_hauptmenu {
    display: block;
  }
  header .hauptmenu.mobile_open .hamburger {
    transform: rotate(45deg);
    background-color: white;
  }
  header .hauptmenu.mobile_open .hamburger::before {
    transform: translateY(0px);
  }
  header .hauptmenu.mobile_open .hamburger::after {
    transform: translateY(-4px) rotate(-90deg);
  }
  header .hauptmenu.mobile_sub_open .ea_hauptmenu {
    display: none;
  }
}

.ea-logo {
  display: block;
  position: absolute;
  left: 1.875rem;
  bottom: 0;
  transform: translateY(49%);
  z-index: 10;
  transition: transform ease-out 125ms, bottom ease-out 125ms, width ease-out 125ms, opacity ease-in 500ms;
}
@media (min-width: 768px) {
  .ea-logo {
    left: 3.125rem;
  }
}
@media (min-width: 992px) {
  .ea-logo {
    left: 4.75rem;
  }
}
.ea-logo img {
  width: auto;
  height: 92px;
  display: block;
  transition: height ease-in-out 125ms;
}
@media (max-width: 1376px) {
  .ea-logo img {
    height: 64px;
  }
}
@media (max-width: 992px) {
  .ea-logo {
    bottom: 50%;
  }
  .ea-logo img {
    height: 48px;
  }
}

.small .ea-logo {
  bottom: 50%;
}
.small .ea-logo img {
  height: 48px;
}

.zawebw-logo {
  display: block;
  position: absolute;
  left: 4.75rem;
  bottom: 50%;
  transform: translateY(49%);
  z-index: 10;
  /*     @media (min-width: $bp-md) {
          left: 5rem*$fontsize;
      }
      @media (min-width: $bp-lg) {
          left: 7.6rem*$fontsize;
      } */
}
.zawebw-logo img {
  width: auto;
  height: 48px;
  display: block;
  transition: height ease-in-out 125ms;
  bottom: 50%;
  margin-right: 0.25rem;
}

.window-crop.bigheader.ticker {
  height: auto;
  display: flex;
  padding-top: 1rem;
}
.window-crop.bigheader.ticker .box {
  flex: 1;
  background: #dbdbdb;
  color: #444;
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  padding: 0.9375rem 1.25rem;
}
.window-crop.bigheader.ticker .box:first-child {
  margin-left: 0;
}
.window-crop.bigheader.ticker .box:last-child {
  margin-right: 0;
}
.window-crop.bigheader.ticker .box.active {
  background-color: #d30000;
  color: white;
}

.ea_header {
  margin: 0;
  margin-bottom: 3.125rem;
  display: flex;
  justify-content: center;
  max-width: 100%;
}
.ea_header .backdrop {
  width: 100%;
  height: 25rem;
  background-color: #888;
  position: absolute;
}
@media (prefers-color-scheme: dark) {
  .ea_header .backdrop {
    background-color: #333;
  }
}
.ea_header .wrap {
  padding-top: 0;
  z-index: 1;
  position: relative;
}
.ea_header .wrap .row {
  padding: 0;
}
.ea_header .wrap .row .img_wrap {
  padding: 0;
  position: relative;
}
.ea_header .wrap .row .img_wrap img, .ea_header .wrap .row .img_wrap picture {
  display: block;
  width: 100%;
  height: auto;
}
.ea_header .wrap .row .img_wrap .headerbox {
  position: absolute;
  left: 3.75rem;
  bottom: 1.25rem;
  font-family: Passion One, Arial, Helvetica, sans-serif;
}
.ea_header .wrap .row .img_wrap .headerbox h1, .ea_header .wrap .row .img_wrap .headerbox .h3 {
  font-size: 4.0625rem;
  line-height: 4.0625rem;
  text-transform: uppercase;
  color: white;
  margin-bottom: 1.09375rem;
}
@media (max-width: 768px) {
  .ea_header .wrap .row .img_wrap .headerbox h1, .ea_header .wrap .row .img_wrap .headerbox .h3 {
    font-size: 3.125rem;
  }
}
.ea_header .wrap .row .img_wrap .headerbox .h3 {
  font-size: 2.8125rem;
  margin-bottom: 0.78125rem;
}
.ea_header .wrap .row .img_wrap .blaue_box {
  z-index: 1;
  width: 1.875rem;
  height: 80%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
  background-color: #444;
}
.ea_header .wrap .row .news {
  background-color: #dbdbdb;
  padding: 1.875rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media (prefers-color-scheme: dark) {
  .ea_header .wrap .row .news {
    background-color: #444;
  }
}
@media (min-width: 768px) {
  .ea_header .wrap .row .news {
    padding: 3.125rem;
  }
}
.ea_header .wrap .row .news .block {
  flex-shrink: 0;
}
.ea_header .wrap .row .news .block .box {
  display: flex;
  margin-bottom: 0.9375rem;
}
.ea_header .wrap .row .news .block .box .icon {
  color: #444;
  flex-shrink: 0;
  font-size: 1.25rem;
  margin-right: 0.46875rem;
}
@media (prefers-color-scheme: dark) {
  .ea_header .wrap .row .news .block .box .icon {
    color: white;
  }
}
.ea_header .wrap .row .news .block .box .headline {
  flex-grow: 1;
  display: block;
  font-weight: bold;
}
.ea_header .wrap .row .news .block .box .headline div {
  color: #444;
}
.ea_header .wrap .row .news .block .box .headline div.newstitle {
  text-decoration: underline;
}
@media (prefers-color-scheme: dark) {
  .ea_header .wrap .row .news .block .box .headline div {
    color: white;
  }
}
.ea_header .wrap .row .news .spacer {
  flex-grow: 1;
}
.ea_header .wrap .row .news .btn {
  display: block;
  width: 100%;
  padding: 0.625rem 1.875rem;
  font-family: Passion One, Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  font-weight: unset;
  text-transform: unset;
  margin: 0;
  border: none;
}
.ea_header .wrap .row .news .btn:not(:first-of-type) {
  margin-top: 0.625rem;
}
.ea_header .wrap .row .news .btn-info {
  color: white;
  background-color: #d30000;
}
.ea_header .wrap .row .news .btn-anfrage {
  color: #444;
  background-color: white;
}
.ea_header .wrap .row .news .btn-bewerbung {
  color: white;
  background-color: #444;
}
.ea_header .wrap .row .news .preisbuchen {
  margin-top: 0.625rem;
}
.ea_header .wrap .row .news .preisbuchen .preis {
  font-weight: bold;
  color: #444;
  font-size: 1.25rem;
  line-height: 1.40625rem;
  margin-right: 1.25rem;
  white-space: nowrap;
}
.ea_header .wrap .row .news .preisbuchen .preis .mwst {
  font-size: 0.78125rem;
}
.ea_header .wrap .farbcode {
  display: none;
  position: absolute;
  flex-shrink: 0;
  width: 1.875rem;
  right: -1.875rem;
}
.ea_header .wrap .farbcode div {
  width: 100;
}
@media (max-width: 768px) {
  .ea_header .wrap .farbcode {
    display: none;
  }
}
@media (max-width: 992px) {
  .ea_header {
    display: block;
    justify-content: unset;
    margin-bottom: 0;
  }
  .ea_header .wrap {
    width: 100%;
    display: block;
  }
  .ea_header .wrap .row .img_wrap {
    width: 100%;
  }
  .ea_header .wrap .row .img_wrap img, .ea_header .wrap .row .img_wrap picture {
    width: 100%;
  }
  .ea_header .wrap .row .img_wrap .headerbox {
    width: 85%;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .ea_header .wrap .row .img_wrap .headerbox .h3 {
    font-size: 2.1875rem;
  }
  .ea_header .backdrop, .ea_header .blaue_box {
    display: none;
  }
}

.farbcode {
  display: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  width: 1.875rem;
  right: 0;
  top: 0;
}
.farbcode div {
  height: 25%;
  width: 100%;
}
.farbcode .cyan {
  background: rgb(11, 187, 239);
}
.farbcode .magenta {
  background: rgb(232, 50, 120);
}
.farbcode .yellow {
  background: rgb(234, 146, 31);
}
.farbcode .green {
  background: rgb(149, 193, 31);
}
.farbcode .dblue {
  background: #444;
}
.farbcode .white {
  background: white;
  color: #444;
}

.farbslider {
  position: absolute;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  width: auto;
  right: 0;
  top: 0;
  color: white;
  display: none;
}
@keyframes fbslider {
  0% {
    width: 0;
  }
  100% {
    width: 21.875rem;
  }
}
@media (max-width: 1376px) {
  .farbslider {
    display: none;
  }
}
.farbslider .fb {
  display: flex;
  height: 25%;
  width: auto;
  overflow: hidden;
  justify-content: right;
}
.farbslider .fb.h-100 {
  height: 100%;
}
.farbslider .fb .box {
  width: 1.875rem;
  height: 100%;
}
.farbslider .fb .text {
  width: 0;
  animation-name: fbslider;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  overflow: hidden;
  position: relative;
}
.farbslider .fb .text .text_inner {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  width: 21.875rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
}
.farbslider .fb .text .lead {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.09375rem;
  color: white;
}
.farbslider .fb .text .h3 {
  position: relative;
  font-size: 2.1875rem;
  color: white;
}
.farbslider .fb .text .h3 .arrow {
  font-size: 4.6875rem;
  position: absolute;
  right: 0;
  bottom: 0.625rem;
  color: white;
}
.farbslider .cyan .box {
  background-color: rgb(11, 187, 239);
}
.farbslider .cyan .text {
  background: rgb(55.196, 202.332, 245.804);
  animation-delay: 0.75s;
}
.farbslider .cyan .text:focus-visible {
  border: 0.1875rem solid rgb(11, 187, 239);
  background-color: white;
  outline: none;
}
.farbslider .cyan .text:focus-visible .h3, .farbslider .cyan .text:focus-visible .lead, .farbslider .cyan .text:focus-visible span, .farbslider .cyan .text:focus-visible .arrow {
  color: rgb(11, 187, 239);
}
.farbslider .magenta .box {
  background-color: rgb(232, 50, 120);
}
.farbslider .magenta .text {
  background: rgb(237.1447368421, 95.8552631579, 150.1973684211);
  animation-delay: 1.5s;
}
.farbslider .magenta .text:focus-visible {
  border: 0.1875rem solid rgb(232, 50, 120);
  background-color: white;
  outline: none;
}
.farbslider .magenta .text:focus-visible .h3, .farbslider .magenta .text:focus-visible .lead, .farbslider .magenta .text:focus-visible span, .farbslider .magenta .text:focus-visible .arrow {
  color: rgb(232, 50, 120);
}
.farbslider .yellow .box {
  background-color: rgb(234, 146, 31);
}
.farbslider .yellow .text {
  background: rgb(238.3714285714, 168.6897959184, 77.6285714286);
  animation-delay: 2.25s;
}
.farbslider .yellow .text:focus-visible {
  border: 0.1875rem solid rgb(234, 146, 31);
  background-color: white;
  outline: none;
}
.farbslider .yellow .text:focus-visible .h3, .farbslider .yellow .text:focus-visible .lead, .farbslider .yellow .text:focus-visible span, .farbslider .yellow .text:focus-visible .arrow {
  color: rgb(234, 146, 31);
}
.farbslider .green .box {
  background-color: rgb(149, 193, 31);
}
.farbslider .green .text {
  background: rgb(176.3169642857, 222.4776785714, 52.5223214286);
  animation-delay: 3s;
}
.farbslider .green .text:focus-visible {
  border: 0.1875rem solid rgb(149, 193, 31);
  background-color: white;
  outline: none;
}
.farbslider .green .text:focus-visible .h3, .farbslider .green .text:focus-visible .lead, .farbslider .green .text:focus-visible span, .farbslider .green .text:focus-visible .arrow {
  color: rgb(149, 193, 31);
}

.header_bild_fehlt {
  color: red;
  font-size: 6.25rem;
  margin-bottom: 15.625rem;
  margin-top: 8.75rem;
  line-height: 6.875rem;
  font-weight: bolder;
  max-width: 800px;
}
@media (max-width: 992px) {
  .header_bild_fehlt {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }
}

.ecccontent_ctavoll {
  /*background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;*/
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.ecccontent_ctavoll .btn {
  background-color: #444;
  border: none;
}
.ecccontent_ctavoll .btn:hover, .ecccontent_ctavoll .btn:focus-visible {
  background-color: white;
  color: #444;
}

.card-counter__number {
  text-align: center;
}

.ecccontent_parallax {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.ecccontent_kacheln_bg .card-feature a {
  color: white;
  font-weight: bold;
  text-decoration: underline;
}
.ecccontent_kacheln_bg .horizontal-break_primary {
  background-color: white;
}
.ecccontent_kacheln_bg i {
  color: white;
}
@media (max-width: 992px) {
  .ecccontent_kacheln_bg h4 {
    font-size: 2;
    font-weight: bold;
  }
}
@media (max-width: 992px) {
  .ecccontent_kacheln_bg {
    background: #444 !important;
  }
}

@media (prefers-color-scheme: dark) {
  .eso-partner .owl-carousel .owl-nav .owl-prev .fas, .eso-partner .owl-carousel .owl-nav .owl-next .fas {
    color: #444;
  }
}
.eso-partner .owl-carousel .owl-stage-outer {
  background-color: white;
}

.testimonial .owl-carousel .owl-item .h3 {
  font-size: 0.9375rem;
  line-height: 1.40625rem;
  font-weight: bold;
  font-family: Verdana, Geneva, sans-serif;
}
.testimonial .owl-carousel .owl-item .h5, .testimonial .owl-carousel .owl-item .h6 {
  font-size: 0.9375rem;
  line-height: 1.40625rem;
  font-family: Verdana, Geneva, sans-serif;
}

@media (prefers-color-scheme: dark) {
  .gallerie-gross.owl-carousel .owl-nav button.owl-next, .gallerie-gross.owl-carousel .owl-nav button.owl-prev {
    color: #444;
  }
}

.hamsamsam {
  margin-top: 100px;
}

.euro-schulen.persosingle, .zaw.persosingle, .et.persosingle {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.euro-schulen.persosingle .single_container, .zaw.persosingle .single_container, .et.persosingle .single_container {
  padding-left: 0;
}
.euro-schulen.persosingle .single_row, .zaw.persosingle .single_row, .et.persosingle .single_row {
  position: relative;
}
.euro-schulen.persosingle .perso_content, .zaw.persosingle .perso_content, .et.persosingle .perso_content {
  background-color: #dbdbdb !important;
  margin-bottom: 0;
}
@media (prefers-color-scheme: dark) {
  .euro-schulen.persosingle .perso_content, .zaw.persosingle .perso_content, .et.persosingle .perso_content {
    background-color: #333 !important;
  }
}
.euro-schulen.persosingle .img-wrap, .zaw.persosingle .img-wrap, .et.persosingle .img-wrap {
  padding: 0;
}
.euro-schulen.persosingle .randkringel, .zaw.persosingle .randkringel, .et.persosingle .randkringel {
  z-index: 10;
  isolation: isolate;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #444;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-image: unset;
}
@media (max-width: 992px) {
  .euro-schulen.persosingle .randkringel, .zaw.persosingle .randkringel, .et.persosingle .randkringel {
    width: min(350px, 100%);
  }
}
@media (max-width: 992px) {
  .euro-schulen.persosingle .randkringel, .zaw.persosingle .randkringel, .et.persosingle .randkringel {
    position: relative;
    top: 0;
    left: 0;
  }
}
.euro-schulen.persosingle .randkringel img, .zaw.persosingle .randkringel img, .et.persosingle .randkringel img {
  width: 100%;
  border-radius: 50%;
}
.euro-schulen.persosingle .randkringel::before, .zaw.persosingle .randkringel::before, .et.persosingle .randkringel::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 50%;
  height: 50%;
  bottom: 0;
  right: 0;
  background-color: #444;
  border-radius: 4%;
  clip-path: polygon(20% 80%, 80% 20%, 102% 102%);
}
@media (prefers-color-scheme: dark) {
  .euro-schulen.persosingle .randkringel::before, .zaw.persosingle .randkringel::before, .et.persosingle .randkringel::before {
    background-color: #888;
  }
}
@media (prefers-color-scheme: dark) {
  .euro-schulen.persosingle .randkringel, .zaw.persosingle .randkringel, .et.persosingle .randkringel {
    background-color: #888;
  }
}
.euro-schulen.persosingle .name, .zaw.persosingle .name, .et.persosingle .name {
  color: #444;
  border-top: 0.09375rem solid #444;
  font-size: 2.5rem;
  width: 100%;
  padding-top: 0.3125rem;
}
@media (prefers-color-scheme: dark) {
  .euro-schulen.persosingle .name, .zaw.persosingle .name, .et.persosingle .name {
    color: white;
    border-top-color: #888;
  }
}
.euro-schulen.persosingle .funktion, .zaw.persosingle .funktion, .et.persosingle .funktion {
  color: #444;
  font-size: 1.125rem;
  font-weight: 400;
}
@media (prefers-color-scheme: dark) {
  .euro-schulen.persosingle .funktion, .zaw.persosingle .funktion, .et.persosingle .funktion {
    color: #dbdbdb;
  }
}
.euro-schulen.persosingle .zitat, .zaw.persosingle .zitat, .et.persosingle .zitat {
  color: #444;
}
@media (prefers-color-scheme: dark) {
  .euro-schulen.persosingle .zitat, .zaw.persosingle .zitat, .et.persosingle .zitat {
    color: #dbdbdb;
  }
}
.euro-schulen.persosingle .kontakt strong, .zaw.persosingle .kontakt strong, .et.persosingle .kontakt strong {
  display: block;
}
.euro-schulen.persosingle .kontakt strong a, .zaw.persosingle .kontakt strong a, .et.persosingle .kontakt strong a {
  color: #444;
}
@media (prefers-color-scheme: dark) {
  .euro-schulen.persosingle .kontakt strong a, .zaw.persosingle .kontakt strong a, .et.persosingle .kontakt strong a {
    color: white;
  }
}
.euro-schulen.persosingle .daten, .zaw.persosingle .daten, .et.persosingle .daten {
  color: #444;
}
.euro-schulen.persosingle .horizontal-break, .zaw.persosingle .horizontal-break, .et.persosingle .horizontal-break {
  display: none;
}
.euro-schulen.persosingle .block_links, .zaw.persosingle .block_links, .et.persosingle .block_links {
  display: none;
}
@media (min-width: 992px) {
  .euro-schulen.persosingle .block_links, .zaw.persosingle .block_links, .et.persosingle .block_links {
    display: block;
    width: 1.875rem;
    background-color: #444;
    height: 200%;
    left: -3.75rem;
    top: -2.5rem;
    position: absolute;
  }
}
.euro-schulen.persosingle .randkringel::before, .zaw.persosingle .randkringel::before, .et.persosingle .randkringel::before {
  display: none;
}

.eso_personal_kacheln h3, .eso_personal_kacheln .perso_name, .eso_personal_kacheln .perso_funktion, .eso_personal_kacheln .perso_kontakt, .eso_personal_kacheln .perso_kontakt a {
  color: white;
}
.eso_personal_kacheln .perso_name {
  border-top: 0.09375rem white solid;
  padding-top: 0.46875rem;
}
.eso_personal_kacheln .perso_funktion {
  font-weight: bold;
}
.eso_personal_kacheln .perso_kontakt strong {
  display: flex;
}
.eso_personal_kacheln .perso_kontakt strong i {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.eso_personal_kacheln .perso_kontakt strong a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-fill {
  font-family: Passion One, Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  font-weight: unset;
}
.btn-fill.text-medium {
  font-size: 1.5rem;
  line-height: 1.75rem;
}
@media (max-width: 992px) {
  .btn-fill {
    font-size: 1.71875rem;
    line-height: 1.875rem;
  }
}

.btn-fb {
  color: white;
}
.btn-fb:hover {
  background-color: white;
  border-color: white;
}

.btn-WirtschaftManagement {
  background-color: rgb(11, 187, 239);
}
.btn-WirtschaftManagement:hover {
  color: rgb(11, 187, 239);
}

.btn-FremdsprachenInternationales {
  background-color: rgb(232, 50, 120);
}
.btn-FremdsprachenInternationales:hover {
  color: rgb(232, 50, 120);
}

.btn-FremdsprachenInternationales {
  background-color: rgb(232, 50, 120);
}
.btn-FremdsprachenInternationales:hover {
  color: rgb(232, 50, 120);
}

.btn-PdagogikSoziales {
  background-color: rgb(234, 146, 31);
}
.btn-PdagogikSoziales:hover {
  color: rgb(234, 146, 31);
}

.btn-GesundheitPflege {
  background-color: rgb(149, 193, 31);
}
.btn-GesundheitPflege:hover {
  color: rgb(149, 193, 31);
}

.eccfeedback .eccfeedback__mainpanel {
  border: unset;
}
.eccfeedback .eccfeedback__mainpanel::before {
  display: none;
}
@media (max-width: 992px) {
  .eccfeedback .eccfeedback__mainpanel h3 {
    font-size: 1.71875rem;
  }
}
.eccfeedback .eccfeedback__mainpanel .btn-fb {
  border: none;
  margin-top: 1.875rem;
}
@media (max-width: 992px) {
  .eccfeedback .eccfeedback__mainpanel .btn-fb {
    width: 100%;
    margin: 0;
  }
}
.eccfeedback .eccfeedback__mainpanel .grid .farbcode {
  display: block;
  background-color: #444;
}

body {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
}

p a {
  font-weight: bold;
  text-decoration: underline;
}

.produktgallerie__design_corner {
  display: none;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-table {
  display: table;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column;
}

.align-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: flex-end;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.top-0 {
  top: 0;
}

.bottom-0 {
  bottom: 0;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-grow-2 {
  flex-grow: 2;
}

.flex-grow-3 {
  flex-grow: 3;
}

.flex-grow-4 {
  flex-grow: 4;
}

.flex-grow-5 {
  flex-grow: 5;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-flex {
    display: flex;
  }
  .d-sm-inline {
    display: inline;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
  .d-md-flex {
    display: flex;
  }
  .d-md-inline {
    display: inline;
  }
  .d-md-inline-block {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-flex {
    display: flex;
  }
  .d-lg-inline {
    display: inline;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
}
@media (min-width: 1376px) {
  .d-xl-none {
    display: none;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-flex {
    display: flex;
  }
  .d-xl-inline {
    display: inline;
  }
  .d-xl-inline-block {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .d-mobile-none {
    display: none !important;
  }
}
section.frame {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  font-family: Verdana, Geneva, sans-serif;
  color: #232323;
  min-height: 100vh;
  width: 100%;
  margin: 0;
  scroll-behavior: smooth !important;
}
@media (prefers-color-scheme: dark) {
  body {
    color: white;
    background-color: #232323;
  }
  body .main-content {
    background-color: #232323;
    padding-bottom: 4rem;
  }
}

.window-crop {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.window-crop.bigheader, .window-crop.smallheader, .window-crop.navbar.standort, .window-crop.logo-container, .window-crop.willkommen {
  max-width: 1400px;
}

.h-100 {
  height: 100%;
}

.eintrag .farbcode {
  display: block;
}
.eintrag .farbcode.EBW {
  background-color: #C4102D;
}
.eintrag .farbcode.ZAW {
  background-color: #00305d;
}/*# sourceMappingURL=zaw.css.map */