@font-face {
  font-family: Duke;
  src: url("/style/font/Duke Fill.otf") format("opentype");
}
body {
  font-family: Jost, Roboto, sans-serif;
  background: url("/style/img/section/disk-compressor.png") no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #FFF;
  padding: 0 0 4em;
}

.desktop-only {
  display: none;
}

a {
  color: #FFE0B8;
}
a:hover {
  color: white;
}

li p {
  margin: 0;
}

.blogentry img.alignright {
  float: right;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 700px) {
  section {
    display: table;
    padding: 2em 7%;
  }
  section#newsletter {
    height: auto;
  }
  .release .release-cover {
    width: 400px;
    margin-right: 2em;
  }
}
section {
  box-sizing: border-box;
  width: 100%;
  padding: 1em 5px;
  margin: 0;
  max-width: none;
  background-color: rgba(25, 74, 72, 0.6);
}
section.social {
  background-color: rgba(10, 16, 13, 0.6);
}
section.instagram {
  background-color: rgba(176, 176, 121, 0.3);
}
section.band {
  background-color: rgba(66, 66, 66, 0.6);
}
section.band .images {
  margin-bottom: 1em;
}
section.band .images .band-crop {
  height: 315px;
  overflow: hidden;
}
section.band .images img {
  max-width: 100%;
  height: auto;
}
section.bookingpress {
  background: url("/style/img/section/booking_opt.jpg") #0A100D no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section#newsletter {
  margin-top: 4rem;
}

.navbar {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.5) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.5) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.navbar .navbar-toggler {
  color: #FFE0B8;
}
.navbar:has(.show) {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

@media (min-width: 700px) {
  .card .crop {
    float: left;
  }
  .card--social-media .title {
    padding-left: 40px;
  }
  .card--social-media:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: #D9D0B8 transparent;
  }
  .card--social-media:after {
    font-family: FontAwesome, sans-serif;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    padding: 2px 0 0 5px;
  }
  .card--social-media__noImage {
    padding-left: 350px;
  }
  .card--social-media__facebook:after {
    content: "\f09a";
  }
  .card--social-media__twitter:after {
    content: "\f099";
  }
  .card--social-media__instagram:after {
    content: "\f16d";
  }
}
.blogpost {
  padding: 5px;
}
.blogpost a {
  color: #FFFFFF;
}
.blogpost--author {
  font-size: 12px;
}

.right-column .card--social-media {
  padding-left: 0;
}
.right-column .card--social-media:before {
  display: none !important;
}
.right-column .card--social-media__noImage:after {
  display: none !important;
}

.card {
  border-radius: 0;
  margin-bottom: 1em;
  background-color: #0a1d1c;
}
.card .crop {
  max-height: 350px;
  overflow: hidden;
}
.card .crop img {
  max-width: 350px;
  height: auto;
}
.card--social-media {
  width: 100%;
  min-height: 85px;
  position: relative;
}
.card--social-media .inner, .card--social-media a.inner {
  color: white !important;
  text-decoration: none !important;
  background-color: black;
}
.card--social-media .title {
  font-size: 12px;
}
.card--social-media .message {
  padding: 5px;
  overflow-x: hidden;
}
.card--social-media__noImage:after {
  left: 155px;
  top: 0.5em;
  font-size: 24px;
  color: #2E3A41;
}
.card--date {
  display: block;
  overflow: auto;
  padding: 0;
  color: white;
}
.card--date:hover {
  color: white;
}
.card--date .card-date {
  font-family: Jost, Oswald, sans-serif;
  float: left;
  width: 60px;
  height: 80px;
  background-color: #194A48;
  text-align: center;
  box-sizing: border-box;
  padding-top: 0px;
  margin-right: 5px;
}
.card--date .card-date .card-date-month {
  display: block;
  color: #D9D0B8;
  padding: 2px 0 2px;
  margin-bottom: 4px;
}
.card--date .card-date .card-date-day {
  font-size: 25px;
  line-height: 0.8;
  font-weight: bold;
  display: block;
  color: #D9D0B8;
  margin-bottom: 12px;
}
.card--date .card-date .card-date-year {
  font-size: 11px;
  line-height: 0.8;
  font-weight: bold;
  display: block;
  color: #D9D0B8;
}
.card--date .card-block {
  padding: 0;
  font-size: 14px;
  float: right;
  width: 280px;
}
.card--date .card-block h3, .card--date .card-block h4 {
  font-size: 16px;
}
.card--date .card-date-block {
  padding: 5px;
  font-size: 14px;
}
.card--date .card-date-block h3, .card--date .card-date-block h4 {
  font-size: 16px;
}

.logo {
  text-align: center;
  padding-bottom: 2em;
  padding-top: 4em;
  margin: -15px 0 2em;
  background-size: cover;
  position: relative;
}
.logo .title {
  display: block;
  font-family: Jost, Oswald, sans-serif;
  font-size: 50px;
  font-weight: 300;
  text-transform: uppercase;
}
.logo .subtitle {
  color: #DDDDDD;
  text-shadow: -1px 0 #666, 0 1px #666, 1px 0 #666, 0 -1px #666;
}
.logo:after {
  content: " ";
  height: 2em;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
}

h1 {
  font-family: Jost, Oswald, sans-serif;
  font-weight: 300;
}

h2, h3, h4, h5 {
  font-family: Jost, Oswald, sans-serif;
  font-weight: 300;
}
h2.centered, h3.centered, h4.centered, h5.centered {
  text-align: center;
}

footer {
  background-color: black;
  padding: 1em 0 1em;
  text-align: center;
}
footer a {
  font-size: 1.75em;
}
footer #cookiebanner {
  margin-bottom: 2em;
}
footer #cookiebanner a.button {
  display: inline-block;
  padding: 0.5em;
  font-size: 1em;
  margin: 0.7em 0.4em;
}
footer #cookiebanner a.button.button__accept {
  background-color: #276603;
  border-radius: 0.3em;
  color: #FFF;
}
footer .footer-contact a {
  font-size: 15px;
}

.band-crop {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0;
  margin: 0;
  text-align: center;
}
.band-crop .band-member-name {
  width: 100%;
  max-width: 387px;
  position: absolute;
  bottom: 0;
}
.band-crop .band-member-name span {
  font-size: 24px;
  font-family: Jost, Duke, Oswald, sans-serif;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  padding: 5px 10px 0;
  text-align: center;
}
.band-crop .band-member-name span.sub {
  font-size: 18px;
  padding: 1px 10px 10px;
}

#date table {
  width: 100%;
}
#date table td {
  vertical-align: top;
}
#date table .single-date td {
  padding: 0.3em;
}
#date table .single-date:nth-child(even) td {
  background-color: #525252;
}
#date table .single-date:nth-child(odd) td {
  background-color: #424242;
}
#date table .year-divider {
  text-align: center;
  background-color: #10302F;
  padding: 0.5em;
}
#date .date {
  display: grid;
  column-gap: 1em;
  row-gap: 1em;
  grid-auto-flow: row dense;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
#date .date .infos .infos-compact {
  margin-bottom: 2em;
}
#date .date .infos .infos-image img {
  max-width: 100%;
}

@media (min-width: 768px) {
  .desktop-only {
    display: block;
  }
  td.desktop-only {
    display: table-cell;
  }
}
.image-row .image-col img {
  max-width: 100%;
  width: 100%;
}

.orderbox {
  text-align: right;
}
.orderbox .orderprice {
  font-size: 25px;
  font-weight: bold;
}
.orderbox .orderbtn {
  display: inline-block;
  margin-bottom: 15px;
}

#plain table {
  width: 100%;
}

#mc_embed_signup {
  width: 100%;
}
#mc_embed_signup .helper_text {
  background-color: transparent;
}
#mc_embed_signup form {
  margin: 0 0 2em 0;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  background-color: transparent;
  font-size: 1em;
  font-weight: normal;
  color: #b40000;
}
#mc_embed_signup .asterisk {
  color: #b40000;
}
#mc_embed_signup .button {
  background-color: #b0b079;
  color: #194A48;
}

.review .review-quote {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  font-style: italic;
  border-left: 5px solid #FFE0B8;
}

.releases {
  display: grid;
  column-gap: 1em;
  row-gap: 1em;
  grid-auto-flow: row dense;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
}
.releases .release-item {
  position: relative;
  display: flex;
  padding: 1em;
  background-color: #194A48;
  text-decoration: none;
}
.releases .release-item .release-item-cover {
  width: 200px;
  margin-right: 1em;
}
.releases .release-item .release-item-cover img {
  width: 100%;
  border: 1px solid #10302F;
}
.releases .release-item .release-item-streaming {
  position: absolute;
  bottom: 1em;
}
.releases .release-item .release-item-streaming ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.releases .release-item .release-item-streaming ul .release-list-streaming-link {
  font-size: 2em;
  list-style: none;
  margin-right: 0.2em;
}
.releases .release-item .release-item-streaming ul .release-list-streaming-link span {
  display: none;
}

.latest-release {
  background-color: #10302F;
  padding: 1em;
}
.latest-release img {
  max-width: 100%;
}

.news-card-container {
  display: grid;
  column-gap: 1em;
  row-gap: 1em;
  grid-auto-flow: row dense;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.news-card-container .news-card {
  color: #FFF;
  padding: 1em 1em 2em 1em;
  background-color: #194A48;
  position: relative;
  text-decoration: none;
}
.news-card-container .news-card .news-card-date {
  font-size: 0.8em;
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.responsive-video img {
  width: 100%;
}
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#footericons a {
  margin: 0.3em;
}

/*# sourceMappingURL=style.css.map */
