@charset "UTF-8";
/* ---------------------------------- Color --------------------------------- */
/* --------------------------------- General -------------------------------- */
body {
  color: #212529;
  background-color: #fff;
  font-size: 1.15rem;
  font-weight: 200;
  line-height: 1.5;
  letter-spacing: 2px;
  font-family: "Poppins"; }

li {
  margin-bottom: 1rem; }

a {
  color: #4f7918;
  transition: 0.3s; }
  a:hover {
    opacity: 0.8;
    color: #4f7918;
    text-decoration: none;
    transition: 0.3s; }

nav a:hover {
  color: #ffbb58; }
nav li:last-child a:hover {
  color: #ffbb58; }

footer a:hover {
  color: #ffbb58;
  text-decoration: none;
  transition: 0.3s; }

h1 span, h2 span, p span {
  color: #4f7918; }

.simpleParallax {
  height: 33vw; }
  .simpleParallax img {
    width: 100%; }

.overflow-scroll {
  overflow: auto; }

/* --------------------------------- Buttons -------------------------------- */
.btn {
  border-radius: 20px;
  padding: 10px 40px;
  font-weight: 200;
  margin-right: 1rem;
  text-decoration: none !important;
  border: 0; }
  .btn.btn-default {
    background: #000;
    color: #fff; }
  .btn.btn-link {
    border: 1px solid #000;
    color: #000; }
    .btn.btn-link:hover {
      background: #000;
      color: #fff; }
  .btn.btn-primary {
    background: #b65c1e;
    color: #fff;
    border: 1px solid #b65c1e; }
    .btn.btn-primary:hover {
      background: transparent;
      color: #b65c1e; }

/* ---------------------------- Thuele Slick Dots --------------------------- */
.thuele-slick-dots .slick-dots {
  position: absolute;
  bottom: 5%;
  width: 100%;
  display: flex;
  justify-content: center;
  list-style: none; }
  .thuele-slick-dots .slick-dots li.slick-active button, .thuele-slick-dots .slick-dots li:hover button {
    background: #ffffff;
    width: 100px; }
  .thuele-slick-dots .slick-dots li button {
    width: 35px;
    height: 12px;
    margin: 5px 7px;
    box-shadow: 2px 2px 10px #000;
    background: rgba(204, 204, 204, 0.66);
    display: block;
    transition: 0.4s all;
    height: 10px;
    border-radius: 20px;
    border: 0;
    font-size: 0; }

/* ------------------------------- Startseite ------------------------------- */
#header .header-slider .item {
  height: 80vh; }
  #header .header-slider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.info-outer {
  display: flex; }
  .info-outer .infos {
    margin-bottom: 2rem; }
    .info-outer .infos p.h4 {
      color: #b65c1e;
      margin: 0;
      font-weight: 600;
      font-size: 35px; }
  .info-outer .info-item {
    flex: 0 0 50%; }
    .info-outer .info-item.line {
      position: relative;
      margin-right: 30px; }
      .info-outer .info-item.line::after {
        position: absolute;
        content: "";
        width: 2px;
        height: 100%;
        background-color: #999;
        top: 0;
        right: 0; }

/* ------------------------------- Box-slider ------------------------------- */
.box-slider-section:after, .box-slider-section:before {
  content: "";
  position: absolute;
  background: url(/template/images/images/tierpark/shadow.png);
  height: 100%;
  width: 265px;
  top: 0;
  z-index: 10;
  pointer-events: none; }
.box-slider-section:after {
  right: 0; }
.box-slider-section:before {
  left: 0;
  transform: rotate(180deg); }

.box-slider .slick-list {
  overflow: visible; }
.box-slider .slick-arrow {
  position: absolute;
  top: 50%;
  border: 0;
  z-index: 9;
  height: 75px;
  width: 75px;
  padding: 20px;
  border-radius: 50%;
  background-color: #b65c1e;
  padding: 20px;
  transition: 0.3s; }
  .box-slider .slick-arrow:hover {
    background-color: #000;
    transform: scale(1.1);
    transition: 0.3s; }
  .box-slider .slick-arrow:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    top: 0;
    bottom: 0;
    background-position: center; }
  .box-slider .slick-arrow.slick-next {
    right: -75px; }
    .box-slider .slick-arrow.slick-next:after {
      background: url(/template/images/images/tierpark/arrow-right.png); }
  .box-slider .slick-arrow.slick-prev {
    left: -75px; }
    .box-slider .slick-arrow.slick-prev:after {
      background: url(/template/images/images/tierpark/arrow-left.png); }
.box-slider .box-outer {
  width: 300px;
  margin: 20px;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: -1px -1px 10px rgba(90, 116, 148, 0.3); }
  .box-slider .box-outer img {
    width: 100%;
    object-fit: cover;
    height: 100%; }
  .box-slider .box-outer .content {
    padding: 20px;
    background: #fff;
    height: 400px; }
    .box-slider .box-outer .content a {
      color: #000;
      position: absolute;
      bottom: 30px; }
      .box-slider .box-outer .content a:after {
        content: "";
        background: url(/template/images/images/linkpfeil.png);
        position: absolute;
        right: -60%;
        width: 52px;
        height: 85%;
        background-repeat: no-repeat;
        top: 22%; }
    .box-slider .box-outer .content .h6 {
      font-weight: 600;
      text-transform: uppercase;
      font-size: 17px; }
  .box-slider .box-outer .top {
    height: 210px;
    overflow: hidden;
    position: relative; }
    .box-slider .box-outer .top::before {
      content: "";
      bottom: 0;
      background: url(/template/images/images/tierpark/stripetiere.png);
      width: 120%;
      z-index: 9;
      height: 20px;
      left: -30px;
      position: absolute; }

/* ------------------------- Starsteite Link Collage ------------------------ */
#entdecke .link-collage-item {
  border-radius: 15px;
  margin-bottom: 30px;
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  padding: 30px;
  /* Price */
  /* Standard */
  /* Gastro */
  /* News */
  /* Besuchen */ }
  #entdecke .link-collage-item:before {
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    /*    opacity: 0.85; */ }
    #entdecke .link-collage-item:hover .bg {
      transform: scale(1.1);
      transition: 0.3s; }
  #entdecke .link-collage-item * {
    position: relative; }
  #entdecke .link-collage-item .headline {
    font-size: 1.7em;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    display: block;
    line-height: 1em; }
  #entdecke .link-collage-item p {
    color: #fff;
    margin: 0;
    font-size: 0.8em; }
  #entdecke .link-collage-item .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.3s; }
    #entdecke .link-collage-item.price .icon {
      height: 120px;
      margin-bottom: 50px; }
    #entdecke .link-collage-item.price span {
      margin-bottom: 15px; }
    #entdecke .link-collage-item.price:before {
      background-color: #207ca3; }
  #entdecke .link-collage-item.standard {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    #entdecke .link-collage-item.standard p {
      font-size: 1.1em;
      text-transform: uppercase;
      font-weight: 500;
      text-align: center; }
    #entdecke .link-collage-item.standard .icon {
      height: 120px;
      margin-bottom: 30px;
      object-fit: contain; }
  #entdecke .link-collage-item.gastro:before {
    background-color: #4f7918; }
  #entdecke .link-collage-item.news:before {
    background-color: #333; }
  #entdecke .link-collage-item.visit {
    min-height: 600px; }
    #entdecke .link-collage-item.visit .flag {
      position: absolute;
      right: 30px;
      top: 0;
      padding: 0; }
      #entdecke .link-collage-item.visit .flag img {
        width: 100px; }
      #entdecke .link-collage-item.visit .flag .content {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding-bottom: 20px; }
        #entdecke .link-collage-item.visit .flag .content p:first-child {
          font-weight: 600;
          font-size: 1.2em;
          text-transform: uppercase; }
        #entdecke .link-collage-item.visit .flag .content p:last-child {
          font-size: 1em;
          text-transform: uppercase;
          text-align: center;
          line-height: 1.1em; }
    #entdecke .link-collage-item.visit:before {
      background-color: #b65c1e; }
    #entdecke .link-collage-item.visit .content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      #entdecke .link-collage-item.visit .content span {
        font-size: 1.2em;
        font-weight: 600;
        text-transform: uppercase;
        color: #fff;
        line-height: 1em;
        text-align: center; }
      #entdecke .link-collage-item.visit .content p {
        font-size: 1em; }
      #entdecke .link-collage-item.visit .content img {
        height: 150px;
        margin: 30px 0; }

/* ---------------------- Textbaustein - Mehr entdecken --------------------- */
#entdecken {
  margin-top: 100px;
  margin-bottom: 100px; }
  #entdecken .entdecken-outer .xtra-info {
    position: absolute;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3em;
    width: 200px; }
    #entdecken .entdecken-outer .xtra-info:before {
      content: "";
      width: 81px;
      height: 73px;
      position: absolute;
      background-image: url("/template/images/images/pfei_2.png"); }
  #entdecken .entdecken-outer:nth-child(1) {
    /*   .box-wrapper {
        &:before {
          background-color: $green;
        }
      } */ }
    #entdecken .entdecken-outer:nth-child(1) .xtra-info {
      top: -90px;
      left: -90px; }
      #entdecken .entdecken-outer:nth-child(1) .xtra-info:before {
        transform: scaleX(-1) rotate(120deg) scale(0.7);
        bottom: -35px;
        left: 170px; }
  #entdecken .entdecken-outer:nth-child(2) {
    /*   .box-wrapper {
        &:before {
          background-color: $blue;
        }
      } */ }
    #entdecken .entdecken-outer:nth-child(2) .xtra-info {
      bottom: -90px;
      right: 130px;
      text-align: right; }
      #entdecken .entdecken-outer:nth-child(2) .xtra-info:before {
        transform: rotate(-90deg) scale(0.7);
        bottom: 13px;
        right: -70px; }
  #entdecken .entdecken-outer:nth-child(3) {
    /*     .box-wrapper {
        &:before {
          background-color: $orange;
        }
      } */ }
    #entdecken .entdecken-outer:nth-child(3) .xtra-info {
      top: -90px;
      right: -200px; }
      #entdecken .entdecken-outer:nth-child(3) .xtra-info:before {
        transform: rotate(105deg) scale(0.7);
        bottom: -35px;
        left: -90px; }

/* Auflistungsboxen */
.auflistung-box {
  overflow: hidden;
  border-radius: 30px;
  box-shadow: -1px -1px 10px rgba(90, 116, 148, 0.3);
  height: 100%; }
  .auflistung-box .auflistung-img-wrapper {
    height: 210px;
    overflow: hidden;
    position: relative; }
    .auflistung-box .auflistung-img-wrapper img {
      width: 100%;
      object-fit: cover;
      height: 100%; }
    .auflistung-box .auflistung-img-wrapper:after {
      position: absolute;
      content: "";
      left: -10px;
      bottom: 0;
      height: 12px;
      width: 110%;
      background: url(/template/images/images/underline_freizeitgeraete.png);
      background-repeat: no-repeat; }
  .auflistung-box .auflistung-content {
    padding: 15px;
    background: #fff;
    height: calc(100% - 210px);
    display: flex;
    flex-direction: column; }
    .auflistung-box .auflistung-content strong {
      font-weight: 600;
      text-transform: uppercase;
      font-size: 1.1rem;
      padding-bottom: 0.75rem;
      display: block; }
    .auflistung-box .auflistung-content p {
      line-height: 1.5rem;
      font-size: 0.85rem;
      font-weight: 300; }
    .auflistung-box .auflistung-content a {
      color: #000;
      position: relative;
      font-size: 15px;
      text-decoration: none !important;
      margin-top: auto; }
      .auflistung-box .auflistung-content a:after {
        content: "";
        background: url(/template/images/images/linkpfeil.png);
        position: absolute;
        right: 48px;
        width: 52px;
        height: 85%;
        background-repeat: no-repeat;
        top: 18%;
        transition: all 0.3s;
        z-index: 55; }
      .auflistung-box .auflistung-content a:hover:after {
        right: 30px; }

/* Box Wrapper */
.box-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
  background-size: 100%;
  transition: 1s all;
  display: flex;
  border-radius: 15px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  /* Freizeitpark */
  /* Tierpark */
  /* Njordland */
  /* News */ }
  .box-wrapper:hover {
    background-size: 120% !important; }
  .box-wrapper:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%; }
  .box-wrapper.freizeitpark {
    background-color: #b65c1e;
    background-image: url("/template/images/images/dein_abenteuer/bg-freizeitpark.jpg"); }
    .box-wrapper.freizeitpark:before {
      background-color: #b65c1e; }
  .box-wrapper.tierpark {
    background-color: #4f7918;
    background-image: url("/template/images/images/dein_abenteuer/bg-tierpark.jpg"); }
    .box-wrapper.tierpark:before {
      background-color: #4f7918; }
  .box-wrapper.njordland {
    background-color: #207ca3;
    background-image: url("/template/images/images/dein_abenteuer/bg-njordland.jpg"); }
    .box-wrapper.njordland:before {
      background-color: #207ca3; }
  .box-wrapper.news {
    background-color: #333;
    background-image: url("/template/images/images/dein_abenteuer/bg-njordland.jpg");
    /*   &:before {
      background-color: $orange;
    } */ }

/* Tierpark */
.tierpark_detail .tiertart {
  background-color: #b65c1e;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 25px;
  margin-bottom: 2rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9rem; }
  .tierpark_detail .tiertart img {
    width: 20px;
    margin-right: 5px; }
.tierpark_detail .tierpark_galerie {
  padding: 6rem 0; }
  .tierpark_detail .tierpark_galerie .h2 {
    text-transform: uppercase;
    margin-bottom: 30px; }
.tierpark_detail .tier_wechsel {
  padding: 3rem 0; }
  .tierpark_detail .tier_wechsel .tier_wechsel_btn {
    position: relative; }
    .tierpark_detail .tier_wechsel .tier_wechsel_btn.bpreview a {
      justify-content: flex-start; }
      .tierpark_detail .tier_wechsel .tier_wechsel_btn.bpreview a span {
        background-image: url(/template/images/images/tierpark/arrow-left.png);
        margin-right: 15px; }
  .tierpark_detail .tier_wechsel .tier_wechsel_btn.bnext a {
    justify-content: flex-end; }
    .tierpark_detail .tier_wechsel .tier_wechsel_btn.bnext a span {
      background-image: url(/template/images/images/tierpark/arrow-right.png);
      margin-left: 15px; }
  .tierpark_detail .tier_wechsel .tier_wechsel_btn a {
    display: flex;
    align-items: center; }
    .tierpark_detail .tier_wechsel .tier_wechsel_btn a:hover {
      color: #000; }
      .tierpark_detail .tier_wechsel .tier_wechsel_btn a:hover span {
        background-color: #000; }
    .tierpark_detail .tier_wechsel .tier_wechsel_btn a span {
      display: inline-block;
      position: relative;
      border: 0;
      z-index: 9;
      height: 80px;
      width: 80px;
      border-radius: 50%;
      background-color: #b65c1e;
      transition: 0.3s;
      cursor: pointer;
      transition: all 0.3s;
      background-position: center;
      flex-shrink: 0; }

.auflistung-box .tierart, .tier-box .tierart {
  position: absolute;
  width: 40px;
  top: 15px;
  right: 15px;
  background-color: #b65c1e;
  border-radius: 40px;
  padding: 6px; }

/* ------------------------------ Detail Modal ------------------------------ */
.detail-modal .modal-content {
  border-radius: 15px;
  border: 0;
  overflow: hidden; }
  .detail-modal .modal-content .modal-body {
    padding: 0; }
    .detail-modal .modal-content .modal-body .njordland-detail-slider img {
      height: 350px;
      object-fit: cover; }
    .detail-modal .modal-content .modal-body .detail-content {
      padding: 30px 40px; }
      .detail-modal .modal-content .modal-body .detail-content .h4 {
        text-transform: uppercase;
        font-size: 1.1em;
        font-weight: 600; }
      .detail-modal .modal-content .modal-body .detail-content p {
        font-weight: 300;
        font-size: 0.8em; }
        .detail-modal .modal-content .modal-body .detail-content p:last-child {
          margin: 0; }
.detail-modal .slick-arrow {
  position: absolute;
  width: 80px;
  height: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  background-color: transparent;
  border: 0;
  color: transparent; }
  .detail-modal .slick-arrow:after {
    height: 70px;
    width: 70px;
    content: "";
    z-index: 99;
    position: absolute;
    background-size: contain; }
    .detail-modal .slick-arrow.slick-prev:after {
      background-image: url(/template/images/images/tierpark/arrow-left.png); }
  .detail-modal .slick-arrow.slick-next {
    right: 0;
    top: 0; }
    .detail-modal .slick-arrow.slick-next:after {
      background-image: url(/template/images/images/tierpark/arrow-right.png); }

/* --------------------------- Preise und Buchung --------------------------- */
.preise-stripe {
  display: flex;
  justify-content: center; }

.preise .h4 {
  text-transform: uppercase;
  font-size: 1.3rem; }
.preise p {
  font-size: 1.6rem; }

.ticket-btn {
  position: absolute;
  bottom: 0; }
  .ticket-btn a {
    margin-bottom: 15px; }

.preis-info {
  margin: 100px 0;
  display: flex;
  justify-content: center; }
  .preis-info p {
    text-align: center;
    text-transform: uppercase; }
    .preis-info p:after {
      content: "";
      position: relative; }
  .preis-info img:first-child {
    transform: scaleX(-1) rotate(-90deg) translateX(30px); }
  .preis-info img:last-child {
    transform: rotate(-90deg) translateX(30px); }

/* -------------------------------- Über uns -------------------------------- */
.ueber-uns-center {
  display: flex;
  align-items: center;
  justify-content: center; }
  .ueber-uns-center .ueber-uns-img {
    max-width: 100%; }

/******************************Barrierefreiheit******************************/
.btn.btn-primary {
  background: #4f7918;
  color: #fff;
  font-weight: 400;
  border: 1px solid #4f7918;
  text-decoration: none; }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #4f7918;
  background-color: #fff;
  border-color: #4f7918; }

.btn.btn-primary:hover {
  background: transparent;
  color: #4f7918;
  border-color: #4f7918; }

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(79, 121, 23, 0.25); }

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(79, 121, 23, 0.25); }

.info-outer .infos p.number, .infos span.number {
  color: #4f7918 !important;
  margin: 0;
  font-weight: 600;
  font-size: 35px; }

section#norden p span {
  color: #4f7918 !important; }

.box-wrapper.freizeitpark::before {
  background-color: unset; }

.box-wrapper.tierpark::before {
  background-color: unset; }

.box-wrapper.njordland::before {
  background-color: unset; }

.box-wrapper.freizeitpark .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(178, 97, 0, 0.93);
  z-index: 1; }

.box-wrapper.tierpark .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(73, 116, 18, 0.93);
  z-index: 1; }

.box-wrapper.njordland .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 124, 163, 0.93);
  z-index: 1; }

.box-wrapper.news .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.93);
  z-index: 1; }

.leistungen-content .text-box h2 {
  margin-bottom: 5px !important;
  font-weight: 600;
  font-size: 22px;
  z-index: 10;
  position: relative; }

.leistungen-content .text-box h3 {
  font-size: 35px;
  z-index: 10;
  position: relative;
  margin-bottom: 0 !important;
  font-weight: 600; }

#entdecke .link-collage-item.price {
  position: relative;
  background-color: #207ca3;
  z-index: 0; }
  #entdecke .link-collage-item.price::before {
    background-color: rgba(32, 124, 163, 0.93); }
  #entdecke .link-collage-item.price img.bg {
    background-color: #207ca3; }

#entdecke .link-collage-item.visit {
  position: relative;
  background-color: #b26100;
  z-index: 0; }
  #entdecke .link-collage-item.visit::before {
    background-color: rgba(178, 97, 0, 0.93); }
  #entdecke .link-collage-item.visit img.bg {
    background-color: #b26100; }

#entdecke .link-collage-item.gastro {
  position: relative;
  background-color: #497412;
  z-index: 0; }
  #entdecke .link-collage-item.gastro::before {
    background-color: rgba(73, 116, 18, 0.93); }
  #entdecke .link-collage-item.gastro img.bg {
    background-color: #497412; }

#entdecke .link-collage-item.news {
  position: relative;
  background-color: #333;
  z-index: 0; }
  #entdecke .link-collage-item.news::before {
    background-color: rgba(51, 51, 51, 0.93); }
  #entdecke .link-collage-item.news img.bg {
    background-color: #333; }

#entdecke .link-collage-item .headline, #entdecke .link-collage-item p, #entdecke .link-collage-item.price .icon {
  z-index: 10; }

section.tickets .box-wrapper h4 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.15rem;
  line-height: 1.5;
  letter-spacing: 2px;
  font-family: "Poppins"; }

section.tickets .ticket-1 {
  background-color: rgba(164, 90, 0, 0.93); }

.box-wrapper.ticket-1 .btn {
  color: rgba(164, 90, 0, 0.93) !important; }

section.tickets .ticket-2 {
  background-color: rgba(73, 116, 18, 0.93); }

section.tickets .ticket-2 .text-box a {
  text-decoration: underline;
  transition: 0.3s ease-in-out; }
  section.tickets .ticket-2 .text-box a:hover {
    text-decoration: none; }

section.tickets .box-wrapper.ticket-1 .btn, section.tickets .box-wrapper.ticket-2 .btn {
  font-weight: 400; }

section.tickets .box-wrapper .prices h5 {
  font-size: 25px;
  font-weight: 200; }

.prices .btn-secondary:not(:disabled):not(.disabled).active, .prices .btn-secondary:not(:disabled):not(.disabled):active, .prices .show > .btn-secondary.dropdown-toggle {
  color: inherit;
  background-color: #ffffff;
  border-color: #ffffff; }

section#intro h2 {
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 500;
  line-height: 1.2; }

section#pelican .tiere-count span {
  color: #4f7918; }

.preise h3 {
  text-transform: uppercase;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }
.preise h4 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  font-weight: 200;
  line-height: 1.5;
  letter-spacing: 2px; }

footer h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

a.zero {
  max-height: 205px; }

.pdf-svg {
  width: 45px;
  height: auto;
  object-fit: contain;
  position: relative;
  left: 10px;
  top: -2px; }

.transkript-btn {
  background-color: #fff;
  color: #4f7918;
  border-bottom: 1px solid #4f7918; }

#trailer {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1.7777777778; }

#trailer video.video-full {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block; }

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto !important;
  border: 0; }

section#offnungszeiten h2 {
  font-size: 1.15rem;
  margin-top: 20px; }
