[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-asse_icon:before {
  content: "";
}

.icon-konrad_icon:before {
  content: "";
}

.icon-morsleben_icon:before {
  content: "";
}

.icon-gorleben_icon:before {
  content: "";
}


.icon-standort_auswahl-icon:before {
  content: "";
}

.icon-burger-menu_icon:before {
  content: "";
}

.icon-calendar_icon:before {
  content: "";
}

.icon-collapse-circle_icon:before {
  content: "";
}

.icon-download_icon:before {
  content: "";
}

.icon-expand-circle_icon:before {
  content: "";
}

.icon-fb_icon:before {
  content: "";
}

.icon-file_pdf_icon:before {
  content: "";
}

.icon-info_icon:before {
  content: "";
}

.icon-inhaltselement_icon:before {
  content: "";
}

.icon-insta_icon:before {
  content: "";
}

.icon-separator_icon:before {
  content: "";
}

.icon-tag_icon:before {
  content: "";
}

.icon-top-arrow_icon:before {
  content: "";
}

.icon-twitter_icon:before {
  content: "";
}

.icon-user_icon:before {
  content: "";
}

.icon-wa_icon:before {
  content: "";
}

.icon-website_icon:before {
  content: "";
}

.icon-cross:before {
  content: "";
}

.icon-readtime:before {
  content: "";
}


.c-header__cta {
  position: absolute;
  top: 115px;
  right: -20px;
  width: 230px;
  height: 70px;
  overflow: hidden;
  display: block;
}

@media (min-width: 64.0625em) {
  .c-header__cta.u-mobile--hidden {
    display: block;
  }
}

header .c-header__cta .c-header__cta-link:focus {
  border-radius: 50px;
  border: #18384E dashed 3px !important;
}

.c-header__cta .c-header__cta-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 55px;
  background: transparent;
  -webkit-transition: background 700ms, height 380ms 320ms;
  transition: background 700ms, height 380ms 320ms;
  z-index: 1;
  text-decoration: none;
  color: #10496c;
}

.c-header__cta--minimize .c-header__cta-link {
  -webkit-transition: background 700ms, height 700ms;
  transition: background 700ms, height 700ms;
  background: #bfbb00;
  height: 100%;
}

.c-header__cta--minimize .c-header__cta-icon {
  opacity: 1;
}
.icon-standort_auswahl-icon:before {
  content: "";
}
.c-header__cta .c-header__cta-icon {
  -webkit-transition: opacity 300ms 250ms;
  transition: opacity 300ms 250ms;
  opacity: 0;
  width: 20px;
  position: absolute;
}

.c-header__cta .c-header__cta-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 230px;
  height: 70px;
  /* z-index: -1; */
}

.c-header__cta .c-header__cta-text {
  z-index: 1;
}

@media (min-width: 80em) {
  .c-header__cta {
    right: -20px;
  }
}

@keyframes c-header__cta-minimize {
  0% {
    top: 115px;
    right: -20px;
    width: 230px;
    height: 70px;
    border-radius: 0;
    overflow: show;
  }
  8% {
    top: 115px;
    right: -20px;
    width: 230px;
    height: 70px;
    border-radius: 0;
    overflow: hidden;
  }
  50% {
    width: 40px;
    height: 40px;
    top: 115px;
    right: var(--c-header__cta-minimize--right);
    border-radius: 99px;
    overflow: hidden;
  }
  100% {
    width: 40px;
    height: 40px;
    top: 20px;
    right: var(--c-header__cta-minimize--right);
    border-radius: 99px;
    overflow: hidden;
  }
}


@keyframes c-header__cta {
  0% {
    width: 40px;
    height: 40px;
    top: 20px;
    right: var(--c-header__cta-minimize--right);
    border-radius: 99px;
    overflow: hidden;
  }
  50% {
    width: 40px;
    height: 40px;
    top: 115px;
    right: var(--c-header__cta-minimize--right);
    border-radius: 99px;
    overflow: hidden;
  }
  92% {
    top: 115px;
    right: -20px;
    width: 230px;
    height: 70px;
    border-radius: 0;
    overflow: hidden;
  }
  100% {
    top: 115px;
    right: -20px;
    width: 230px;
    height: 70px;
    border-radius: 0;
    overflow: show;
  }
}

.c-section__layout {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;

}

.c-section__header {
  text-align: center;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media (min-width: 45em) {
  .c-section__header {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
  }
}


@media (min-width: 1400px){
  .c-section__header{
    padding: 0 20%;
    hyphens: auto;
  }
}

@media (min-width: 1024px) and (max-width: 1399px){
  .c-section__header{
    padding: 0 10%;
  }
}

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

.c-dispenser__head {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 0;
}
@media (min-width: 64.0625em) {
  .c-dispenser__head {
    -ms-flex-preferred-size: 66.666667%;
    flex-basis: 66.666667%;
    max-width: 600px;
  }
}

.c-dispenser__list {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 1200px;
}
@media (min-width: 64.0625em) {
  .c-dispenser__list {
    padding: 0;
  }
}

.c-dispenser__list p {
  margin-bottom: 24px;
}

.c-dispenser__list-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -20px;
}
@media (min-width: 80em) {
  .c-dispenser__list-layout {
    margin: 0 10px;
  }
}

.c-dispenser__itemwrap {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
@media (min-width: 45em) {
  .c-dispenser__itemwrap {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media (min-width: 64.0625em) {
  .c-dispenser__itemwrap {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}

.c-dispenser__item {
  display: block;
  text-decoration: none;
  background: #f2f6f8;
  padding: 20px;
  padding: 20px;
  position: relative;
  height: 100%;
  margin: 0 20px 10px 20px;
}
@media (min-width: 320px) {
  .c-dispenser__item {
    padding: calc(17.7931px + 0.68966vw);
  }
}
@media (min-width: 1770px) {
  .c-dispenser__item {
    padding: 30px;
  }
}
.c-dispenser__item:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}
@media (min-width: 64.0625em) {
  .c-dispenser__item {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
@media (min-width: 80em) {
  .c-dispenser__item {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
.c-dispenser__item h3 {
  width: calc(100% - 80px);
}
@media (min-width: 64.0625em) {
  .c-dispenser__item h3 {
    width: 66.666667%;
  }
}
@media (min-width: 80em) {
  .c-dispenser__item h3 {
    width: 75%;
  }
}
.c-dispenser__item img,
.c-dispenser__item i {
  color: #ffffff;
  background: #18384e;
  border-radius: 100px;
  float: right;
  width: 80px;
  height: 80px;
  text-align: center;
  -webkit-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
}
.c-dispenser__item img:before,
.c-dispenser__item i:before {
  font-size: 55px;
  font-size: 3.05556rem;
  line-height: 80px;
}
@media (min-width: 64.0625em) {
  .c-dispenser__item img,
  .c-dispenser__item i {
    float: none;
    position: absolute;
    bottom: -10px;
    right: 10px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.c-section__layout.has-bg--paper {
  background: url("../images/bg/paper_bg.jpg") top center;
  background-size: cover;
  padding: 3rem 1rem;
}

.c-section__layout.has-bg--light {
  background: #f2f6f8;
}

/* Teaser Box hover effects */
.c-teaserbox__item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.c-teaserbox__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.c-newsbox__head {
  flex-basis: 100%;
  padding: 0;
}

.c-newsbox__list {
  flex-basis: 100%;
  max-width: 1200px;
  padding: 0;
}

@media (min-width: 45em) {
  .c-newsbox__list {
    padding: 0 0 25px 0;
  }
}

@media (min-width: 64.0625em) {
  .c-newsbox__list {
    padding: 0 0 70px 0;
  }
}

.c-newsbox__list-layout {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -20px;
}

@media (min-width: 80em) {
  .c-newsbox__list-layout {
    margin: 0 10px;
  }
}

.c-newsbox__itemwrap {
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}

@media (min-width: 45em) {
  .c-newsbox__itemwrap {
    flex-basis: 50%;
  }

  .c-newsbox__itemwrap:nth-child(2n) {
    transform: translateY(25px);
  }
}

@media (min-width: 64.0625em) {
  .c-newsbox__itemwrap {
    flex-basis: 25%;
  }

  .c-newsbox__itemwrap:nth-child(2n) {
    transform: translateY(70px);
  }
}

.c-newsbox__item {
  padding: 0 5%;
  text-decoration: none;
  display: inline-block;
}

.c-newsbox__item h3 {
  font-weight: 600;
}

.c-newsbox__item figure {
  margin-bottom: 12px;
}

.c-newsbox__item img {
  width: 100%;
}

.einblicke-mediabox {

  .c-mediabox {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 1200px;
  }

  .c-mediabox__title {
    position: absolute;
    top: -5px;
    left: 2.5%;
    font-size: 150px;
    font-size: 8.33333rem;
    line-height: 140px;
    font-weight: bold;
    text-align: center;
    color: rgba(12, 35, 51, 0.1);
    z-index: 0;
  }

  .c-mediabox__layout {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(12, 1fr);
    grid-template-columns: repeat(12, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    justify-items: start;
    grid-gap: 0 20px;
    margin: 0;
    position: relative;
    padding: 0;
  }


  @media (min-width: 64.0625em) {
    .c-mediabox__layout {
      grid-gap: 0 40px;
    }
  }

  @media (min-width: 80em) {
    .c-mediabox__layout {
      margin: 0 30px;
    }
  }

  .c-mediabox__head {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }

  @media (min-width: 45em) {
    .c-mediabox__head {
      -ms-grid-column: 5;
      -ms-grid-column-span: 8;
      grid-column: 5 / 13;
    }

    .c-mediabox__head.c-mediabox__container--full-two-third {
      -ms-grid-column: 3;
      -ms-grid-column-span: 8;
      grid-column: 3 / 11;
    }
  }

  .c-mediabox__head.c-mediabox__container--full {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }

  .c-mediabox__image {
    -ms-grid-column-span: 12;
    grid-column: span 12;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  .c-mediabox__image figure {
    margin-bottom: 12px;
  }

  @media (min-width: 45em) {
    .c-mediabox__image {
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
      grid-column: 1 / 5;
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      grid-row: 1 / 3;
    }

    .c-mediabox__image.c-mediabox__container--half {
      -ms-grid-column-span: 6;
      grid-column: span 6;
      grid-row: auto;
    }
  }

  .c-mediabox__image.c-mediabox__container--full {
    -ms-grid-column-span: 12;
    grid-column: span 12;
    grid-row: auto;
  }

  .c-mediabox__content {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }

  @media (min-width: 45em) {
    .c-mediabox__content {
      -ms-grid-column: 5;
      -ms-grid-column-span: 8;
      -ms-grid-row: 2;
      grid-column: 5 / 13;
    }

    .c-mediabox__content.c-mediabox__container--half {
      -ms-grid-column-span: 6;
      grid-column: span 6;
      grid-row: auto;
    }
  }

  .c-mediabox__content.c-mediabox__container--full {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }

}


.c-section__layout {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;

}

@media (min-width: 45em) and (max-width: 1024px) {
  .c-section__layout.has-articles {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1025px) {
  .c-section__layout.has-articles {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.c-section__layout.padding--none {
  padding: 0;
}

.c-section__layout.flx-space-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

@media (min-width: 45em) {
  .c-section__layout {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 64.0625em) {
  .c-section__layout {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 80em) {
  .c-section__layout {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.einblicke-infolocation {

  .c-location {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    overflow: hidden;
  }

  .c-location__layout {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    position: relative;
  }

  .c-location__icon {
    display: none;
  }

  @media (min-width: 64.0625em) {
    .c-location__icon {
      position: absolute;
      bottom: 0;
      left: -10%;
      z-index: 0;
      display: block;
    }

    .c-location__icon:before {
      font-family: icomoon;
      font-size: 50vh;
      line-height: 1;
      color: rgba(160, 162, 119, 0.35);
    }
  }

  .c-location__icon--asse:before {
    content: "";
  }

  .c-location__icon--konrad:before {
    content: "";
  }

  .c-location__icon--morsleben:before {
    content: "";
  }

  .c-location__content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 1;
  }

  @media (min-width: 320px) {
    .c-location__content {
      padding-top: calc(15.58621px + 1.37931vw);
    }
  }

  @media (min-width: 1770px) {
    .c-location__content {
      padding-top: 40px;
    }
  }

  @media (min-width: 320px) {
    .c-location__content {
      padding-bottom: calc(15.58621px + 1.37931vw);
    }
  }

  @media (min-width: 1770px) {
    .c-location__content {
      padding-bottom: 40px;
    }
  }

  @media (min-width: 45em) {
    .c-location__content {
      padding-left: 40px;
      padding-right: 40px;
    }
  }

  @media (min-width: 64.0625em) {
    .c-location__content {
      padding-left: 0;
      -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
    }
  }

  .c-location__map {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  @media (min-width: 64.0625em) {
    .c-location__map {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
    }
  }

  .c-location__mapembed {
    position: relative;
    padding-bottom: 0;
    height: 100vw;
    overflow: hidden;
    max-width: 100%;
  }

  @media (min-width: 45em) {
    .c-location__mapembed {
      padding-bottom: 0;
      height: 60vw;
    }
  }

  @media (min-width: 768px) and (max-width: 1024px) {
    .c-location__mapembed {
      height: 45vw;
    }
  }

  @media (min-width: 450px) and (max-width: 767px) {
    .c-location__mapembed {
      height: 75vw;
    }
  }

  @media (min-width: 64.0625em) {
    .c-location__mapembed {
      padding-bottom: 0;
      height: 100%;
    }
  }

  .c-location__mapiframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: none;
  }

  .c-location__mapiframe--scroll-enable {
    pointer-events: auto;
  }

  .iframe-loaded .c-location__mapiframe {
    display: block;
  }

  .c-location__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #10496c;
  }

  .c-location__privacy {
    position: absolute;
    padding-bottom: 0;
    height: 100%;
    overflow: hidden;
    width: 100%;
    background: #10496c;
  }

  .iframe-loaded .c-location__privacy {
    display: none;
  }

  .c-location__privacy-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }

}

.einblicke-infocontent {
    p + p {
        margin-top: 0;
    }
    p {
        margin-bottom: 0;
    }
}

.einblicke-additionalarticles {
  .c-teaserbox {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 1200px;
  }

  h5 {
    font-size: 20px;
    line-height: 24px;
    margin-top: 0;
  }

  a {
    h5 {
      text-decoration: underline;
    }
  }

  .c-section__layout {
    padding: 0;
  }

  .c-teaserbox__layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
  }

  @media (min-width: 1025px) {
    .c-teaserbox__layout {
      -ms-flex-wrap: unset;
      flex-wrap: unset;
    }
  }
  @media (min-width: 80em) {
    .c-teaserbox__layout {
      margin: 0 10px;
    }
  }

  .c-teaserbox__head {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .c-teaserbox__head > * {
    padding: 0 20px;
  }
  @media (min-width: 64.0625em) {
    .c-teaserbox__head {
      -ms-flex-preferred-size: 33.333333%;
      flex-basis: 33.333333%;
    }
  }

  .c-teaserbox__list {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  @media (min-width: 64.0625em) {
    .c-teaserbox__list {
      -ms-flex-preferred-size: 66.666667%;
      flex-basis: 66.666667%;
    }
  }

  .c-teaserbox__list-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0 20px;
    margin: 0 -5px;
  }

  .c-teaserbox__itemwrap {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  @media (min-width: 45em) {
    .c-teaserbox__itemwrap {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
    }
    .c-teaserbox__itemwrap:nth-child(2n) {
      -webkit-transform: translateY(20px);
      transform: translateY(20px);
    }
  }
  @media (min-width: 64.0625em) {
    .c-teaserbox__itemwrap {
      -ms-flex-preferred-size: 33.333333%;
      flex-basis: 33.333333%;
    }
    .c-teaserbox__itemwrap:nth-child(2n) {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    .c-teaserbox__itemwrap:nth-child(3n + 1) {
      -webkit-transform: translateY(10px);
      transform: translateY(10px);
    }
    .c-teaserbox__itemwrap:nth-child(3n + 2) {
      -webkit-transform: translateY(30px);
      transform: translateY(30px);
    }
  }

  .c-teaserbox__item {
    display: block;
    width: calc(100% - 10px);
    padding: 20px;
    background: rgba(191, 187, 0, 0.5);
    height: calc(100% - 10px);
    text-decoration: none;
    margin: 0 5px 10px 5px;
  }
  .c-teaserbox__itemwrap:nth-child(6n + 2) .c-teaserbox__item {
    background: rgba(160, 162, 119, 0.35);
  }
  .c-teaserbox__itemwrap:nth-child(6n + 3) .c-teaserbox__item {
    background: rgba(165, 197, 185, 0.3);
  }
  .c-teaserbox__itemwrap:nth-child(6n + 4) .c-teaserbox__item {
    background: rgba(226, 233, 237, 0.6);
  }
  .c-teaserbox__itemwrap:nth-child(6n + 5) .c-teaserbox__item {
    background: rgba(12, 35, 51, 0.19);
  }
  .c-teaserbox__itemwrap:nth-child(6n + 6) .c-teaserbox__item {
    background: rgba(85, 120, 110, 0.3);
  }
  .c-teaserbox__item p {
    line-height: 1.15;
    margin-bottom: 0;
  }
}


.c-info {
  background: #f2f6f8;
  width: calc(100% + 40px);
  margin: 0 -20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 320px) {
  .c-info {
    padding-top: calc(17.7931px + 0.68966vw);
  }
}
@media (min-width: 1770px) {
  .c-info {
    padding-top: 30px;
  }
}
@media (min-width: 320px) {
  .c-info {
    padding-bottom: calc(17.7931px + 0.68966vw);
  }
}
@media (min-width: 1770px) {
  .c-info {
    padding-bottom: 30px;
  }
}
@media (min-width: 320px) {
  .c-info {
    padding-left: calc(13.37931px + 2.06897vw);
  }
}
@media (min-width: 1770px) {
  .c-info {
    padding-left: 50px;
  }
}
@media (min-width: 320px) {
  .c-info {
    padding-right: calc(13.37931px + 2.06897vw);
  }
}
@media (min-width: 1770px) {
  .c-info {
    padding-right: 50px;
  }
}
.c-info--straight,
.c-info .straight {
  padding: 20px;
}
@media (min-width: 320px) {
  .c-info--straight,
  .c-info .straight {
    padding: calc(17.7931px + 0.68966vw);
  }
}
@media (min-width: 1770px) {
  .c-info--straight,
  .c-info .straight {
    padding: 30px;
  }
}
@media (min-width: 45em) {
  .c-info {
    width: 100%;
    margin: 0;
    -webkit-transform: skewX(-2deg);
    transform: skewX(-2deg);
  }
  .c-info--straight,
  .c-info.straight {
    -webkit-transform: none;
    transform: none;
  }
}
@media (min-width: 64.0625em) {
  .c-info {
    -webkit-transform: skewX(-4deg);
    transform: skewX(-4deg);
  }
  .c-info--straight,
  .c-info.straight {
    -webkit-transform: none;
    transform: none;
  }
}



.c-slider__top .cropped-img {
  height: 490px;
  object-fit: cover;
}
.c-slider__bottom .cropped-img {
  height: 180px;
  object-fit: cover;
}

.c-slider__topitem > figure {
  width: 100%;
  height: auto;
}

.c-slider,
.c-slider--small {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 100%;
  /* width: 0; */
}
/* Keep slider images responsive, but do not affect the mobile menu slider */
.c-slider:not([data-slider="mobile-menu"]) .cropped-img,
.c-slider--small .c-slider__item img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.c-slider__top {
  margin: 0;
  padding: 0;
  width: calc(100% + 40px);
  margin: 0 -20px;
}
.c-slider__top .media__caption {
  margin-top: 10px;
  padding: 0 20px;
}
@media (min-width: 45em) {
  .c-slider__top {
    margin: 0 0 24px 0;
    width: 100%;
  }
  .c-slider__top .media__caption {
    padding: 0;
  }
}

@media (min-width: 45em) {
  .c-slider__bottom {
    display: block;
  }
}

.c-slider__bottomitem {
  padding: 0 20px;
}

.h2--big,
.beta--big {
  font-size: 42px;
  line-height: 44px;
}
@media (min-width: 320px) {
  .h2--big,
  .beta--big {
    font-size: calc(31.84828px + 3.17241vw);
  }
}
@media (min-width: 1770px) {
  .h2--big,
  .beta--big {
    font-size: 88px;
  }
}
@media (min-width: 320px) {
  .h2--big,
  .beta--big {
    line-height: calc(35.61379px + 2.62069vw);
  }
}
@media (min-width: 1770px) {
  .h2--big,
  .beta--big {
    line-height: 82px;
  }
}


.h3--medium,
.gamma--medium {
  font-size: 32px;
  line-height: 34px;
  font-weight: 600;
  line-height: 0.90909091;
}
@media (min-width: 320px) {
  .h3--medium,
  .gamma--medium {
    font-size: calc(29.35172px + 0.82759vw);
  }
}
@media (min-width: 1770px) {
  .h3--medium,
  .gamma--medium {
    font-size: 40px;
  }
}
@media (min-width: 320px) {
  .h3--medium,
  .gamma--medium {
    line-height: calc(32.67586px + 0.41379vw);
  }
}
@media (min-width: 1770px) {
  .h3--medium,
  .gamma--medium {
    line-height: 40px;
  }
}

blockquote {
  font-size: 28px !important;
  font-weight: 600 !important;
  line-height: 34px !important;
  font-style: italic;
  position: relative;
  padding: 0 0 12px 0 !important;
  border-left: 0 !important;
}

@media (min-width: 320px) {
  blockquote {
      font-size: calc(27.11724px + 0.27586vw);
  }
}

@media (min-width: 1770px) {
  blockquote {
      font-size: 32px;
  }
}

@media (min-width: 320px) {
  blockquote {
      line-height: calc(31.7931px + 0.68966vw);
  }
}

@media (min-width: 1770px) {
  blockquote {
      line-height: 44px;
  }
}

blockquote:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 2px;
  content: "";
  background: #bfbb00;
}
.e-blockquote--author {
    text-align: right;
}
blockquote.e-blockquote--right {
    text-align: right;
}
blockquote.e-blockquote--right:after {
    left: auto;
    right: 0;
}

figure {
  margin: 0;
  position: relative;
  display: inline-block;
}

figure img,
figure video {
  max-width: 100%;
  height: auto;
}

figure.video {
  display: block;
  width: 100%;
}

figure.video video {
  display: block;
  width: 100%;
  height: auto;
}

figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(12, 35, 51, 0.65);
  color: #ffffff;
  font-size: 12px !important;
  line-height: 20px !important;
  padding: 0 5px;
}

.media__caption p {
  margin-top: 20px;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  width: 100%;
}

/* .einblicke-mediabox */
.einblicke-mediabox {
  .c-mediabox {
    .c-mediabox__layout {
      a.c-link-design--intern {
        display: inline-block;
        margin-right: 20px;
      }

      a.c-btn--secondary {
        padding: 10px;
      }
    }

    p {
      margin-bottom: 24px;
    }
  }
}

/* .einblicke-infolocation */

.einblicke-infolocation {
  .c-location {
    .c-location__layout {
      .c-location__map {
        .u-text--white {
          color: #fff;
          margin-bottom: 24px;
        }
      }
    }
  }
}

/* slick slider */
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "icomoon";
  font-size: 20px;
  line-height: 1;
  color: #18384e;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
  transform: rotate(-90deg);
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "";
}
[dir="rtl"] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
  transform: rotate(90deg);
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "";
}
[dir="rtl"] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
@media (max-width: 1590px){

.slick-dotted.slick-slider {
  margin-bottom: 75px;
}
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "icomoon";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #122e41;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #18384e;
  opacity: 0.75;
}


.slick-dots li {
  width: 16px;
  height: 16px;
}
.slick-dots li button {
  width: 16px;
  height: 16px;
  border: 2px solid #18384e;
  border-radius: 10px;
}
.slick-dots li button:before {
  display: none;
}

.slick-dots li.slick-active button {
  border-color: #bfbb00;
  background: #bfbb00;
}


/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.c-slider__bottom {
  margin: 0;
  padding: 0;
  width: 100%;
  display: none;
}
@media (min-width: 45em) {
  .c-slider__bottom {
    display: block;
  }
}

.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media (min-width: 64.0625em) {
  .slick-next::before,
  .slick-prev::before {
    font-size: 40px;
  }
}

.c-heroslider {
  padding: 0;
}
@media (min-width: 45em) {
  .c-heroslider {
    padding: 0 10px;
  }
}
.c-heroslider .slick-prev {
  background: rgba(255, 255, 255, 0.7);
  padding: 5px;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  border: 1px solid #18384e;
  text-align: left;
  top: 50%;
  margin-top: -17px;
  left: -20px;
}
.c-heroslider .slick-prev:before {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 20px;
  font-size: 1.11111rem;
  line-height: 25px;
}
.c-heroslider .slick-next {
  background: rgba(255, 255, 255, 0.7);
  padding: 5px;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  border: 1px solid #18384e;
  text-align: right;
  top: 50%;
  margin-top: -17px;
  right: 5px;
}
.c-heroslider .slick-next:before {
  display: inline-block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 20px;
  font-size: 1.11111rem;
  line-height: 25px;
}

.c-heroslider__item {
  padding: 0 10px;
}
@media (min-width: 45em) {
  .c-heroslider__item {
    padding: 0 20px;
  }
}

.c-hero--slider .c-hero__slide {
  position: relative;
  width: 100vw !important;
  margin: 0;
  padding: 0;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  min-height: 67.1875vw;
}
@media (min-width: 45em) {
  .c-hero--slider .c-hero__slide {
    width: 100% !important;
    min-height: 44.921875vw;
  }
}
@media (min-width: 64.0625em) {
  .c-hero--slider .c-hero__slide {
    min-height: 31.355932vw;
  }
  .c-hero--slider .c-hero__slide--big {
    min-height: 43.559322vw;
  }
}

.c-hero--slider h2,
.c-hero--slider .beta {
  margin-bottom: 0;
}

@media (max-width: 44.99em) {
  .c-hero--slider .u-schnoerkel::after {
    display: none;
  }
}

.c-hero--slider.slick-initialized .c-hero__slide {
  visibility: visible;
}

.c-hero--slider .slick-dots {
  bottom: 25px;
}

.c-hero--slider .slick-dots li button {
  border: 2px solid #ffffff;
}

.c-hero--slider .slick-dots li.slick-active button {
  border-color: #ffffff;
  background: #ffffff;
}

@media (min-width: 45em) {
  .c-hero--slider .slick-prev,
  .c-hero--slider .slick-next {
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    z-index: 1;
    border: 2px solid #ffffff;
    border-radius: 99px;
  }
  .c-hero--slider .slick-prev::before,
  .c-hero--slider .slick-next::before {
    font-size: 20px;
    opacity: 1;
    color: #ffffff;
  }
  .c-hero--slider .slick-prev {
    left: 40px;
  }
  .c-hero--slider .slick-next {
    right: 40px;
  }
}

@media (min-width: 80em) {
  .c-hero--slider .slick-prev {
    left: 50px;
  }
  .c-hero--slider .slick-next {
    right: 50px;
  }
}

.c-hero--slider .slick-prev,
.c-hero--slider .slick-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-hero--slider .slick-prev {
  /* right: -25px; */
}
.c-hero--slider .slick-prev::before {
  margin-left: -4px;
}

.c-hero--slider .slick-next {
  /* right: -25px; */
}
.c-hero--slider .slick-next::before {
  margin-right: -4px;
}

.c-hero--slider .c-hero__slide-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
}

.slick-list .slick-track {
  overflow: unset !important;
}

.c-article__item,
.c-article__item.wide {
  width: 100%;
}

.c-article__item .c-slider {
  overflow: unset !important;
}

@media (min-width:45em) {
  .c-article__item--wide,
  .c-article__item.wide {
    -ms-flex-preferred-size:100%;
    flex-basis:100%;
    max-width:1020px;
  }
}

@media (min-width: 64.0625em) {
  .slick-prev {
    left: -40px;
    width: 40px;
    height: 40px;
    top: 47.5%;
  }
  .slick-next {
    right: -40px;
    width: 40px;
    height: 40px;
    top: 47.5%;
  }
}

@media (min-width: 80em) {
  .slick-prev {
    left: -70px;
  }
  .slick-next {
    right: -70px;
  }
}


.c-textbox {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 0;
  max-width: 100%;
}
.c-textbox h2,
.c-textbox h3 {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media (min-width: 45em) {
  .c-textbox h2,
  .c-textbox h3 {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
  }
}
@media (min-width: 64.0625em) {
  .c-textbox {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 700px;
  }
  .c-textbox > * {
    /*margin-left: 20px;*/
    /*margin-right: 20px;*/
  }
}



.c-magazines {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 980px;
}

.c-magazines__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.c-magazines__item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 20px;
  padding-bottom: 20px;
  text-decoration: none;
}
@media (min-width: 320px) {
  .c-magazines__item {
    padding-bottom: calc(15.58621px + 1.37931vw);
  }
}
@media (min-width: 1770px) {
  .c-magazines__item {
    padding-bottom: 40px;
  }
}
@media (min-width: 45em) {
  .c-magazines__item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media (min-width: 64.0625em) {
  .c-magazines__item {
    -ms-flex-preferred-size: 33.333333%;
    flex-basis: 33.333333%;
  }
}
.c-magazines__item *:last-child {
  margin-bottom: 0;
}

.c-magazines__issue {
  margin: 20px 0 0 0;
}

.c-magazine-content {
  width: 100%;
  max-width: 980px;
  padding-top: 16px;
}
@media (min-width: 320px) {
  .c-magazine-content {
    padding-top: calc(9.37931px + 2.06897vw);
  }
}
@media (min-width: 1770px) {
  .c-magazine-content {
    padding-top: 46px;
  }
}

.c-magazine-content__layout {
  margin: 0 -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (min-width: 45em) {
  .c-magazine-content__layout {
    padding-bottom: 60px;
  }
}

.c-magazine-content__item {
  -ms-flex-preferred-size: calc(100% - 40px);
  flex-basis: calc(100% - 40px);
  margin: 0 20px;
  text-decoration: none;
}
.c-magazine-content__item:last-child hr {
  display: none;
}
@media (min-width: 45em) {
  .c-magazine-content__item {
    -ms-flex-preferred-size: calc(50% - 40px);
    flex-basis: calc(50% - 40px);
  }
  .c-magazine-content__item:nth-last-child(2) hr {
    display: none;
  }
  .c-magazine-content__item:nth-child(2n) {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
}

.c-magazine-content__number {
  font-size: 56px;
  line-height: 0.8;
  font-family: "PT Serif", Times, serif;
  display: inline-block;
  margin: 0 15px 0 0;
  width: 20%;
  vertical-align: top;
  text-align: right;
}
@media (min-width: 320px) {
  .c-magazine-content__number {
    font-size: calc(48.05517px + 2.48276vw);
  }
}
@media (min-width: 1770px) {
  .c-magazine-content__number {
    font-size: 92px;
  }
}
@media (min-width: 45em) {
  .c-magazine-content__number {
    width: 25%;
  }
}

.c-magazine-content__body {
  display: inline-block;
  width: calc(80% - 20px);
  vertical-align: top;
}
@media (min-width: 45em) {
  .c-magazine-content__body {
    width: calc(75% - 20px);
  }
}


.c-author .c-author__text h4 {
    font-size: 28px !important;
}
.c-author .c-author__text h5,
.c-author .c-author__text p {
    font-size: 17px !important;
}

/* Project Teaser Hover Effect */
.c-dispenser__item {
  transition: all 0.3s ease;
}

.c-dispenser__item:hover {
  border: 2px dashed #18384e;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(24, 56, 78, 0.15);
}
