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

/* variables */
/* custom colors */
/* mixins */
#copyright {
  color: #ffffff !important;
}

.mail-container {
  cursor: pointer !important;
}
.mail-container:hover {
  opacity: 1 !important;
  font-size: larger;
}

.gold-border {
  border: 0.5rem solid;
  border-image-source: linear-gradient(to right, #bf953f, #fcf6ba, #b38728, #fbf5b7, #aa771c);
  border-image-slice: 1;
  -webkit-box-shadow: 0 0 10px #bf953f;
          box-shadow: 0 0 10px #bf953f;
}

.gold-divider {
  margin-top: 2rem;
  margin-bottom: 2rem;
  height: 1rem;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#bf953f), color-stop(#fcf6ba), color-stop(#b38728), color-stop(#fbf5b7), to(#aa771c));
  background: linear-gradient(to right, #bf953f, #fcf6ba, #b38728, #fbf5b7, #aa771c);
  -webkit-box-shadow: 0 0 10px #bf953f;
          box-shadow: 0 0 10px #bf953f;
}

.no-margin {
  margin: 0;
}

.section {
  background-color: #581952;
  border: 0.5rem solid;
  border-image-source: linear-gradient(to right, #bf953f, #fcf6ba, #b38728, #fbf5b7, #aa771c);
  border-image-slice: 1;
  background-color: #581952;
  color: #ffffff;
  margin-bottom: 4rem;
  padding: 1rem;
}
.section a {
  color: #ffffff !important;
  text-decoration: underline !important;
}
.section img.willkommen {
  width: 25rem;
  max-width: 100%;
}

@media (max-width: 768px) {
  .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.slider-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}
.slider-wrapper .swiper-container {
  width: 90%;
}
.slider-wrapper .arrow {
  width: 5%;
  font-size: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.slider-wrapper .arrow.left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.slider-wrapper .arrow.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.slider-wrapper .swiper-container {
  width: 90%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
}
.slider-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  border-radius: 10px;
  /* Center slide text vertically */
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.slider-wrapper .swiper-slide .cover {
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
  margin-top: 1rem;
  margin-bottom: 1rem;
  max-width: 12rem;
}
.slider-wrapper .swiper-slide .release-year {
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0;
  margin-top: 1rem;
  color: white;
}
.slider-wrapper .swiper-slide .gold,
.slider-wrapper .swiper-slide .platin {
  width: 3.5rem;
  height: 3.5rem;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  margin-bottom: 1rem;
}
.slider-wrapper .swiper-slide .gold {
  -webkit-filter: drop-shadow(0 0 0.5rem gold);
          filter: drop-shadow(0 0 0.5rem gold);
}
.slider-wrapper .swiper-slide .platin {
  -webkit-filter: drop-shadow(0 0 0.5rem silver);
          filter: drop-shadow(0 0 0.5rem silver);
}

/* Utilities */
.d-block {
  display: block !important;
}

@media (max-width: 34em) {
  .navbar-brand img {
    width: 60vw;
  }
  .navbar hr {
    display: none;
  }
}
.navbar {
  background-color: #581952;
}

.container {
  font-family: "Lora", sans-serif;
}

.iframe-container {
  position: relative;
  border: none;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.responsive-iframe {
  position: absolute;
  border: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 48em) {
  body .iframe-container {
    position: relative;
    border: none;
    overflow: hidden;
    width: 100%;
    padding-top: 100%;
  }
}
/* aside */
.aside-title {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #581952;
}

.nl-cover {
  padding: 6px;
}

.nav-item a {
  color: #ffffff;
}

.music .cta-album {
  margin-top: 0.5rem;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
}

.mt-2 {
  margin-top: 2em;
}

.mt-3 {
  margin-top: 3em;
}

.timeline .entry {
  margin-bottom: 0.5rem;
}
.timeline .entry h3 {
  font-weight: 800;
  background: -webkit-gradient(linear, left top, right top, from(#bf953f), color-stop(#fcf6ba), color-stop(#b38728), color-stop(#fbf5b7), to(#aa771c));
  background: linear-gradient(to right, #bf953f, #fcf6ba, #b38728, #fbf5b7, #aa771c);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.timeline .entry .history-year {
  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;
}
.timeline .entry .history-year:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 0.3rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#bf953f), color-stop(#fcf6ba), color-stop(#b38728), color-stop(#fbf5b7), to(#aa771c));
  background: linear-gradient(to bottom, #bf953f, #fcf6ba, #b38728, #fbf5b7, #aa771c);
}

.geschichte-wrapper,
.willkommen-wrapper {
  background-color: #581952;
  color: #ffffff;
}
.geschichte-wrapper h1,
.willkommen-wrapper h1 {
  margin-top: 2rem;
  color: #ffffff;
}
.geschichte-wrapper h2,
.willkommen-wrapper h2 {
  margin-top: 2rem;
  color: #ffffff;
}
.geschichte-wrapper .text,
.willkommen-wrapper .text {
  padding: 1rem;
  text-align: justify;
}
.geschichte-wrapper a,
.willkommen-wrapper a {
  color: #ffffff !important;
  text-decoration: underline !important;
}
.geschichte-wrapper img.willkommen,
.willkommen-wrapper img.willkommen {
  width: 25rem;
  max-width: 100%;
}

.diskographie-wrapper h2 {
  margin-top: 2rem;
}

/* Slider */
.slider-wrapper {
  background-color: #581952;
}
.slider-wrapper .owl-carousel {
  width: 100%;
  height: 100%;
}
.slider-wrapper .owl-carousel .owl-prev,
.slider-wrapper .owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  margin-top: 0;
  background: transparent;
}
.slider-wrapper .owl-carousel .owl-prev {
  left: 0;
}
.slider-wrapper .owl-carousel .owl-next {
  right: 0;
}
.slider-wrapper .owl-carousel .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 1em;
  z-index: 99;
}
.slider-wrapper .owl-carousel .owl-dots .owl-dot.active span {
  background: #581952;
}
.slider-wrapper .owl-carousel .owl-dots .owl-dot:hover span {
  background: #581952;
}
.slider-wrapper .owl-carousel .owl-item img {
  height: auto;
  width: 100%;
  display: block;
}
.slider-wrapper .owl-carousel .item {
  margin: 0;
}
.slider-wrapper .owl-carousel .item a:hover:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
  opacity: 0.6;
}

/* content */
.news-block-container .news-element .cta-more {
  text-transform: uppercase;
}
.news-block-container .news-container img {
  margin-bottom: 1em;
}

/* news feed */
#feedor .card .card-img {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 0;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  max-height: 600px;
  max-width: 600px;
}
#feedor .card .card-img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 75%;
}
#feedor .card .card-block .feedor-element a {
  color: #581952;
}
#feedor .card .card-block .feedor-element .content {
  padding: 0;
}

.news-title {
  margin-top: 1rem;
  font-family: "Montserrat", sans-serif;
  color: #581952;
}

.title {
  margin-bottom: 2rem;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #581952;
}

.cta-btn {
  display: inline-block;
}
.cta-btn.back {
  border: 1px solid;
  padding: 0.3rem 0.6rem;
  border-radius: 0.8rem;
  background-color: #581952;
  color: #ffffff !important;
}

/* Music section */
.product-img {
  margin-bottom: 2rem;
}

.description h5 {
  color: #1db954;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

/* Video section */
.video-wrapper {
  background-color: #581952;
  color: #ffffff;
  padding: 2rem 0;
}
.video-wrapper h1 {
  color: #ffffff;
}
.video-wrapper h2 {
  color: #ffffff;
}
.video-wrapper .current-video-title {
  color: #ffffff;
}
.video-wrapper .yt-video {
  border: 1px solid #ffffff;
}
.video-wrapper .video-caption {
  background-color: #ffffff;
  min-height: 3.5rem;
  padding: 0.3rem 0.5rem;
}
.video-wrapper .videos-block {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* XS */
/* SM */
/* MD */
/* LG */
.navbar .navbar-collapse a {
  padding: 0.75rem;
  font-size: 1.25rem;
}
.navbar .navbar-toggler {
  color: white;
}

/* OWL */
/* HTML TAGS */
@font-face {
  font-family: "Gotham-Light";
  src: url("../fonts/Gotham-Light.eot");
  src: url("../fonts/Gotham-Light.woff2") format("woff2"), url("../fonts/Gotham-Light.woff") format("woff"), url("../fonts/Gotham-Light.ttf") format("truetype"), url("../fonts/Gotham-Light.svg#Gotham-Light") format("svg"), url("../fonts/Gotham-Light.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GothamBlack";
  src: url("../fonts/GothamBlack.eot");
  src: url("../fonts/GothamBlack.woff2") format("woff2"), url("../fonts/GothamBlack.woff") format("woff"), url("../fonts/GothamBlack.ttf") format("truetype"), url("../fonts/GothamBlack.svg#GothamBlack") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CooperBlackStd";
  src: url("../fonts/CooperBlackStd.eot");
  src: url("../fonts/CooperBlackStd.woff2") format("woff2"), url("../fonts/CooperBlackStd.woff") format("woff"), url("../fonts/CooperBlackStd.ttf") format("truetype"), url("../fonts/CooperBlackStd.svg#CooperBlackStd") format("svg"), url("../fonts/CooperBlackStd.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
/* lora-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lora";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lora-v35-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Lora", sans-serif;
  overflow-x: hidden;
}
body h1,
body h2,
body h3,
body h4,
body h5 {
  font-family: Lora, serif;
}
body .bg {
  z-index: -999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/hero.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
body header {
  z-index: 999;
  margin-bottom: 100vh;
  position: sticky;
  top: 0;
}
body a:link, body a:active, body a:visited {
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
body a:hover {
  text-decoration: none;
}
body .heading-gold {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, right top, from(#bf953f), color-stop(#fcf6ba), color-stop(#b38728), color-stop(#fbf5b7), to(#aa771c));
  background: linear-gradient(to right, #bf953f, #fcf6ba, #b38728, #fbf5b7, #aa771c);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tp-placeholder {
  margin-top: -33% !important;
  margin-bottom: -21% !important;
}

/* 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: 33.9em) {
  body .continue-wrapper .continue {
    position: relative;
  }
  body .events .event-row {
    margin-bottom: 1em;
  }
}
/* XS */
@media (max-width: 34em) {
  body .bg {
    background-image: url("../img/hero-portrait.jpg");
  }
}
/* SM */
/* MD */
@media (min-width: 48em) and (max-width: 61.9em) {
  body .bg {
    background-size: 150%;
  }
}
/* LG */
/* Device Media Queries
iOS portrait bg - approx. 768x1150 px
iOS landscape bg - approx. 1024x953 px
*/