@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: #ffaa28;
  transition: 0.3s; }
  a:hover {
    opacity: 0.6;
    color: #ffaa28;
    text-decoration: none;
    transition: 0.3s; }

h1 span, h2 span, p span {
  color: #ffaa28; }

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

/* --------------------------------- 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: #ffaa28;
    color: #fff;
    border: 1px solid #ffaa28; }
    .btn.btn-primary:hover {
      background: transparent;
      color: #ffaa28; }

/* ---------------------------- 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: #ffaa28;
      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: #ffaa28;
  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: #75b324; }
  #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: #ffaa28; }
    #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: #75b324; }
  #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: #207ca3; }
#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: #ffaa28; }
#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%;
    opacity: 0.9; }
  .box-wrapper.freizeitpark {
    background-image: url("/template/images/images/dein_abenteuer/bg-freizeitpark.jpg"); }
    .box-wrapper.freizeitpark:before {
      background-color: #ffaa28; }
  .box-wrapper.tierpark {
    background-image: url("/template/images/images/dein_abenteuer/bg-tierpark.jpg"); }
    .box-wrapper.tierpark:before {
      background-color: #75b324; }
  .box-wrapper.njordland {
    background-image: url("/template/images/images/dein_abenteuer/bg-njordland.jpg"); }
    .box-wrapper.njordland:before {
      background-color: #207ca3; }
  .box-wrapper.news {
    background-image: url("/template/images/images/dein_abenteuer/bg-njordland.jpg"); }
    .box-wrapper.news:before {
      background-color: #ffaa28; }

/* Tierpark */
.tierpark_detail .tiertart {
  background-color: #ffaa28;
  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: #ffaa28;
      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: #ffaa28;
  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%; }
