/* Vendor Prefixing */
/* extra */
/* Youtube Lazy Loader */
.lazy-yt {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}
.lazy-yt .play-button {
  position: absolute;
  width: 90px;
  height: 60px;
  background-color: #333;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
  cursor: pointer;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.lazy-yt .play-button:before {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.lazy-yt img {
  position: absolute;
  width: 100%;
  top: -16.82%;
  left: 0;
  opacity: 0.7;
  cursor: pointer;
}
.lazy-yt iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

/* custom */
.spacer-y-1 {
  display: block;
  height: 1em;
}

/* variables */
/* mixins */
body {
  color: #ffffff;
  background-image: url(../img/bg-cropped.jpg);
  background-position: 40% 50%;
  background-attachment: fixed;
  background-size: cover;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  overflow-x: hidden;
  /* ACCESSIBILITY */
  /* KLASSEN */
  /* ID */
}
body img {
  margin: 0;
  width: 100%;
  height: 100%;
}
body header {
  height: 70vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2rem;
}
body .sr-only-focusable:focus {
  overflow: visible;
  clip: auto;
  position: fixed !important;
  top: 100px;
  left: 40px;
  width: auto;
  height: auto;
  margin: 0;
  z-index: 3000;
  padding: 10px;
  opacity: 0.75;
  background-color: #ffffff;
}
body .sr-only {
  color: #000000 !important;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
body .goodbye-text {
  background: rgba(0, 0, 0, 0.8);
}
body .goodbye-text img {
  height: auto;
}
body #tourdates {
  text-transform: uppercase;
  display: block;
}
body #tourdates .events-header, body #tourdates .events-row {
  background-color: transparent;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1em 0;
  font-size: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid white;
  text-align: center;
}
body .events-row .cta-btn {
  font-weight: bold;
  padding: 0.5em;
  background-color: transparent;
  border: 1px solid white;
}
body .events-row .cta-btn:hover {
  background-color: rgba(0, 0, 0, 0.4);
  color: #000000;
  outline: 1px solid white;
}
body .events-row .cta-btn:link, body .events-row .cta-btn:active, body .events-row .cta-btn:visited {
  text-decoration: none;
  color: #ffffff;
  outline: none;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
body .cta-btn {
  padding: 0.5em;
  background-color: transparent;
  border: 1px solid white;
}
body .cta-btn:hover {
  background-color: rgba(0, 0, 0, 0.4);
  color: #000000;
  outline: 1px solid white;
}
body .cta-btn:link, body .cta-btn:active, body .cta-btn:visited {
  text-decoration: none;
  color: #ffffff;
  outline: none;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
body .cta-btn2 {
  text-transform: uppercase;
  top: 20px;
  left: 20px;
  font-size: 1.5em;
  padding: 0.5em;
  background-color: transparent;
  border: 1.3px solid white;
}
body .cta-btn2:hover {
  background-color: rgba(0, 0, 0, 0.4);
  color: #000000;
  outline: 1px solid white;
}
body .cta-btn2:link, body .cta-btn2:active, body .cta-btn2:visited {
  text-decoration: none;
  color: #ffffff;
  outline: none;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
@media (max-width: 768px) {
  body .cta-btn2 {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-bottom: 5rem;
  }
}
body .tp-placeholder {
  padding-bottom: 56.25% !important;
}
body .tp-placeholder div {
  position: absolute;
  padding: 0 0 !important;
  height: 100% !important;
  top: 0 !important;
  margin-top: 0 !important;
  -webkit-transform: translateY(0) !important;
      -ms-transform: translateY(0) !important;
          transform: translateY(0) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: normal !important;
}
body .video-container {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}
body .video-container iframe,
body .video-container object,
body .video-container embed {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
body .swiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  max-height: 300px;
}
body #main-content {
  top: 5rem;
}
body #main-content .row {
  height: 55vh;
}
body #main-content .row h4 {
  text-transform: uppercase;
  padding: 0.25em;
  line-height: 1;
}
@media (max-width: 768px) {
  body #main-content {
    margin-top: 6rem !important;
  }
}
body .justify-self-center {
  -ms-grid-column-align: center;
      justify-self: center;
}
body .logo {
  min-width: 135px;
  min-height: 142px;
  max-width: 210px;
  max-height: 221px;
}
body #carousel {
  min-width: 100px;
  max-width: 400px;
}
body .cover {
  min-width: 100px;
  min-height: 100px;
  max-width: 400px;
  max-height: 430px;
}
body .section-tour .tour-link {
  text-decoration: none;
  color: #ffffff;
  font-size: 1.5em;
}
body .section-tour .tour-link:hover {
  text-decoration: underline;
  color: #3c7b78;
}
body .section-social-contact .row-social a {
  text-decoration: none;
  margin: 1em;
}
body .section-social-contact .row-social a .fa-brands {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #ffffff;
  font-size: 2.5em;
}
body .section-social-contact .row-social a:hover .fa-brands {
  color: #3c7b78;
  font-size: 2em;
}
@media (max-width: 768px) {
  body .section-social-contact .row-contact a {
    font-size: smaller;
  }
}
body .section-social-contact .row-contact a {
  color: #ffffff;
}
body .section-social-contact .row-contact a:hover {
  color: #3c7b78;
}
body footer {
  background-color: #000000;
  width: 100%;
  padding: 1em;
}
body #copyright {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
body #copyright a:hover {
  color: #ffffff;
}

/* Media Queries
xs = Extra small devices (phones, less than 33.9em)
sm = Small devices (tablets, 34em and up to 47.9em)
md = Medium devices (desktops, 48em and up to 61.9em)
lg = Large devices (large desktops, 62em and up)
*/
/* XS */
@media (max-width: 34em) {
  body .tp-placeholder div p {
    font-size: 0.85em;
    margin-bottom: 0.25em;
  }
  body .tp-placeholder div h3 {
    font-size: 1em;
    margin-bottom: 0.25em;
  }
  body .tp-placeholder div button {
    padding: 0.25em !important;
  }
  body #main-content h4 {
    font-size: 0.75em;
  }
  body #main-content .row {
    max-height: 90vh;
  }
  body .section-social-contact {
    font-size: 0.85em;
  }
  body footer {
    font-size: 0.75em;
  }
}
/* SM */
@media (min-width: 34em) and (max-width: 48em) {
  body #main-content h4 {
    font-size: 1em;
  }
  body #main-content .row {
    height: 90vh;
  }
  body .section-social-contact {
    font-size: 1em;
  }
  body footer {
    font-size: 1em;
  }
}
/* MD */
@media (min-width: 48em) and (max-width: 62em) {
  body #main-content h4 {
    font-size: 1.15em;
  }
  body .section-social-contact {
    font-size: 0.85em;
  }
}
/* LG */
@media (max-width: 62em) {
  body::before {
    content: "";
    z-index: -1;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    inset: 0;
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: initial;
    background-repeat: no-repeat;
  }
}
/* Device Media Queries
iOS portrait bg - approx. 768x1150 px
iOS landscape bg - approx. 1024x953 px
*/
/*# sourceMappingURL=main-style.css.map */