/************************************************

Stylesheet: Global Stylesheet

*************************************************/


/* @import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400&display=swap'); */


/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  color: #000000; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: transparent;
    color: #000000; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em; }

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }
















/* Project BANG CSS Code */

html {
	
}
body {
	background: #ad998d;
	color: #000000;
}
body.menuOpen {
  overflow: hidden;
}
body, div, span, form, input, button, p, a {
  color: #000000;
  font-family: 'Inter';
  font-weight: 400;
  font-style: normal;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.52);
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter';
  font-weight: bold;
  font-style: normal;
  color: #000000;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.52);
}
h1 {
	font-size: 7.3rem;
  line-height: 118%;
}
h2 {
  line-height: 94%;
}
h3 {
  line-height: 118%;
}
h4 {
	
}
h5 {
	
}
h6 {
	
}
a {
	color: #000000;
  -webkit-transition: all .16s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all .16s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all .16s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all .16s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
a:hover,
a:focus {
	color: #000000;
  letter-spacing: 0.04rem;
}
p {
  font-size: 0.91rem;
  line-height: 130%;
  margin-bottom: 1.42rem;
}
h1.section-titel {
  position: relative;
  z-index: -1;
}
header.header {
	position: fixed;
    width: 100%;
    top: 2.2rem;
    left: 0;
    z-index: 8800;
}
header.header div.top-bar {
	background: transparent;
}
header.header div.top-bar div.top-bar-left {
	background: transparent;
}
header.header div.top-bar div.top-bar-right {
	background: transparent;
}
header.header div.top-bar ul.menu {
	background: transparent;
}
header.header div.top-bar ul.menu li {
	
}
header.header div.top-bar ul.menu li a {
	color: #000000;
}
header.header div.top-bar ul.menu li a:hover,
header.header div.top-bar ul.menu li a:focus {
	
}
footer.footer {
	
}
.grid-container {
  max-width: 97rem;
}
section.hoofding {
  display: block;
  width: 100%;
  margin: 0;
  position: relative;
  height: auto;
  min-height: 100vh;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 0;
  color: #000000;
  background-image: url('../images/alicia.jpg');
}
.digitsBG {
  background-color: transparent;
  /* background-image: url('../images/digits.png'); */
  /* background-size: 100%;
  background-repeat: no-repeat;
  background-position: left top; */
  /* min-height: 520vh; */
  /* margin-top: 100vh; */
  /* top: 100vh; */
  position: relative;
  z-index: 2200;
  /* margin-bottom: 115vh; */
}
body.home section.hoofding {
  min-height: 100vh;
}
body.home .digitsBG {
  /* top: 100vh; */
}
section.hoofding div.innerHoofding {
  display: block;
  width: 88%;
  max-width: 55rem;
  margin: 0;
  height: auto;
  position: absolute;
  left: 50%;
  top: auto;
  bottom: 7%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 10;
}
section.hoofding img.header-logo {
  display: block;
  width: 100%;
}
section.hoofding span.liveTrigger {
  text-align: center;
  text-wrap: nowrap;
  font-size: 1.3rem;
  margin: 2.2rem auto 0;
  text-transform: uppercase;
  color: #000000;
  display: inline-block;
  position: relative;
  line-height: 100%;
  padding: 0.73rem 1.0rem;
  cursor: pointer;
  -webkit-transition: all .16s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all .16s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all .16s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all .16s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* display: none; */
}
body.home section.hoofding span.liveTrigger {
  display: inline-block;
}
section.hoofding span.liveTrigger::before,
section.hoofding span.liveTrigger::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 17px;
  height: 17px;
  left: 0;
  top: 0;
  background: transparent url('../images/hoek.png') no-repeat center center;
  background-size: contain;
  filter: invert(1) blur(0.5px);
  /* background: 100% 100%; */
  z-index: 100;
  -webkit-transition: all .16s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all .16s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all .16s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all .16s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
section.hoofding span.liveTrigger::after {
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}
section.hoofding span.liveTrigger:hover,
section.hoofding span.liveTrigger:focus {
  letter-spacing: 0.04rem;
  text-shadow: 0px 0px 28px rgba(0, 0, 0, 0.28);
}
section.hoofding span.liveTrigger:hover::before,
section.hoofding span.liveTrigger:focus::before {
  left: -1.0rem;
  top: 0;
}
section.hoofding span.liveTrigger:hover::after,
section.hoofding span.liveTrigger:focus::after {
  right: -1.0rem;
  bottom: 0;
}
section.hoofding svg.downArrow {
  display: block;
  position: relative;
  width: 13px;
  height: auto;
  margin: 1.9rem auto 0;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.52));
}
section.home-section {
  display: block;
  width: 100%;
  min-height: 73vh;
  padding: 4rem 0;
  margin: 0 auto;
}
body.home section.home-section {
  padding: 10rem 0;
}
section.home-section h1.section-titel {
  display: block;
  text-align: center;
}
.align_rechts {
  text-align: right !important;
  justify-content: right !important;
}
a.knop {
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid #000000;
  border-radius: 0.28rem;
  /* letter-spacing: 0.13rem; */
  padding: 0.34rem 0.43rem;
  line-height: 100%;
  display: inline-block;
  font-size: 1.24rem;
  background: transparent;
  color: #000000;
}
a.knop:hover,
a.knop:focus {
  /* letter-spacing: 0.16rem; */
  padding: 0.34rem 0.52rem;
  background: transparent;
  color: #0D1117;
}
div.tourdates_wrap {
  display: block;
  max-width: 76rem;
  margin: 5.2rem auto 2.8rem;
}
div.bit-event-lists {
  display: block;
  /* max-width: 88rem; */
  /* margin: 5.2rem auto 2.8rem; */
  margin: 0px auto 2.8rem;
}
div.tourdates_wrap div.tourdate,
.bit-widget .bit-event {
  border-bottom: 1px solid #000000;
  border-top: none !important;
  padding: 2.2rem 0 1.0rem !important;
}
div.tourdates_wrap div.tourdate span.date,
.bit-widget .bit-vertical-date div {
  font-weight: 900;
  text-transform: uppercase;
  line-height: 100%;
  font-size: 1.21rem;
}
.bit-widget .bit-upcoming-events, bit-past-events {
  border-bottom: none !important;
}
.bit-widget .bit-vertical-date div {
  display: inline-block !important;
  font-size: 1.0rem !important;
  line-height: 100% !important;
  margin-right: 5px;
}
.bit-widget .bit-vertical-date {
  display: inline-block !important;
  text-wrap: nowrap;
  width: auto !important;
  margin: 0 !important;
  margin-right: 2.8rem !important;
  padding-left: 0 !important;
  min-width: 10% !important;
}
.bit-widget .bit-details-inner-wrapper-vertical-date {
  display: inline-block !important;
  text-wrap: nowrap;
  width: auto !important;
  margin: 0 !important;
}
.bit-widget .bit-details {
  display: inline-block !important;
  text-wrap: nowrap;
  width: 100% !important;
  margin: 0 !important;
}
.bit-widget .bit-details.bit-event-buttons {
  text-align: right;
}
.bit-widget .bit-details div.bit-venue-vertical {
  display: inline-block !important;
  text-wrap: nowrap;
  padding-left: 0;
  min-width: 0;
  width: auto;
  overflow: auto;
  max-width: none;
  font-weight: 500;
  font-size: 1.51rem;
  line-height: 100%;
}
.bit-widget .bit-details div.bit-venue-vertical::after {
  content: ', ';
}
.bit-widget .bit-details div.bit-location {
  display: inline-block !important;
  text-wrap: nowrap;
  padding-left: 0;
  min-width: 0;
  width: auto;
  overflow: auto;
  max-width: none;
  font-weight: 400;
  font-size: 0.82rem;
  margin-left: 0.52rem;
  line-height: 100%;
  /* display: none !important; */
}
.bit-widget.bit-layout-desktop .bit-rsvp-container {
  display: inline-block;
  width: auto !important;
}
.bit-widget .bit-offers-inner-wrapper {
  display: inline-block;
  width: auto !important;
}
div.tourdates_wrap div.tourdate h3 {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 100%;
  margin-bottom: -0.46rem;
}
div.tourdates_wrap div.tourdate h3 span {
  display: inline-block;
  font-size: 43%;
  margin-left: 0.43rem;
  transform: translateY(-50%);
  font-weight: 500;
}
div.tourdates_wrap div.tourdate a.rsvp {
  /* margin-left: 1.0rem; */
  display: inline-block;
  border-bottom: 1px solid #000000;
  margin-bottom: 0.1rem;
  font-size: 1.03rem;
}
div.tourdates_wrap div.tourdate a.knop-ticket {
  margin-left: 3.1rem;
  letter-spacing: 0.13rem;
}
.bit-widget .bit-offers {
  text-transform: uppercase !important;
  font-weight: bold !important;
  border: 1px solid #000000 !important;
  border-radius: 0.28rem !important;
  /* letter-spacing: 0.13rem; */
  padding: 0.34rem 0.43rem !important;
  line-height: 100% !important;
  display: inline-block !important;
  font-size: 1.18rem !important;
  background: transparent !important;
  color: #000000 !important;
  margin-left: 2.8rem !important;
  letter-spacing: 0.13rem !important;
  width: auto !important;
}
.bit-widget .bit-offers-inner-wrapper {
  margin-right: 0 !important;
}
.bit-widget .bit-offers span {
  font-weight: 700 !important;
}
.bit-widget .bit-offers:hover,
.bit-widget .bit-offers:focus {
  padding: 0.34rem 0.52rem !important;
  background: #000000 !important;
  color: #0D1117 !important;
}
.bit-widget .bit-offers:hover span,
.bit-widget .bit-offers:focus span {
  color: #0D1117 !important;
}
.bit-widget .bit-rsvp {
  width: auto !important;
}
.bit-widget .bit-event .bit-rsvp-text {
  display: inline-block;
  border-bottom: 1px solid #000000;
  margin-bottom: 0.1rem;
  font-size: 1.03rem;
}
.bit-upcoming-events-show-all-button {
  display: none !important;
}
div.tourdates_wrap div.tourdate div.cell {
  display: flex;
  justify-content: left;
  align-items: flex-end;
}
div.knop_centraal_wrap {
  margin: 2.8rem auto 1.0rem;
  text-align: center;
  display: block;
  width: 100%;
}
div.knop_centraal_wrap a.knop.knop_centraal {
  display: inline-block;
}
header.header img.logo {
  max-width: 82px;
}
section.home-section.home-section-about div.about_wrap img {
  aspect-ratio: 1/1;
  display: block;
  width: 91%;
  height: auto;
  object-fit: cover;
  border-radius: 1rem;
  box-shadow: 6px 6px 8px 0 rgba(0,1,23,0.38);
}
section.home-section.home-section-about div.about_wrap div.cell:first-child {
  text-align: right;
  justify-content: center;
  align-items: center;
  display: flex;
}
section.home-section.home-section-about div.about_wrap div.cell div.innerFlex {
  display: block;
  text-align: right;
}
section.home-section.home-section-about h1.section-titel {
  margin-bottom: 1.0rem;
}
section.home-section.home-section-about div.about_wrap h2 {
  margin-bottom: 1.42rem;
}
section.home-section.home-section-about div.about_wrap p {
  text-align: center;
  width: 70%;
  margin: 33px auto 50px auto;
}

width: 95%;
header.header span.mobileTrigger {
  display: inline-block;
  text-align: right;
  cursor: pointer;
  /* filter: invert(1); */
  /* filter: drop-shadow(0 0 7px rgba(0,0,0,0.52)); */
  padding: 2px;
  overflow: visible;
  /* box-shadow: 0 0 7px 0 rgba(0,0,0,0.50); */
}
header.header span.mobileTrigger svg {
  filter: drop-shadow(0 0 7px rgba(0,0,0,0.52));
}
header.header span.mobileTrigger span {
  text-transform: uppercase;
  display: inline-block;
  margin-right: 0.52rem;
  transform: translateY(-2px);
}
header.header div.farewell {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #000000;
  text-wrap: nowrap;
}
section.overlayMenu {
  display: flex;
  width: 100vw;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  height: auto;
  min-height: 100vh;
  background: #FFBC7F;
  z-index: 9970;
  display: none;
  padding: 0;
}
section.overlayMenu div.innerOverlay {
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
section.overlayMenu header.header {
  margin-top: -4px;
}
section.overlayMenu header.header span.mobileTrigger {
  margin-right: -6px;
}
section.overlayMenu div.innerOverlay div.innerOverlayBreaker {
  display: block;
}
section.overlayMenu div.innerOverlay div.innerOverlayBreaker ul.menu {
  display: block;
  list-style: none;
  list-style-type: none;
  margin: 0;
}
section.overlayMenu div.innerOverlay div.innerOverlayBreaker ul.menu li {
  display: block;
  text-align: center;
  margin: 0;
}
section.overlayMenu div.innerOverlay div.innerOverlayBreaker ul.menu li a {
  display: inline-block;
  background: transparent;
  color: #000000;
  text-transform: uppercase;
  font-size: 2.8rem;
  font-weight: bold;
  filter: drop-shadow(0 0 8px rgba(0,0,0,0.5)) blur(0.5px);
  /* filter: blur(2px); */
}
section.overlayMenu div.innerOverlay div.innerOverlayBreaker ul.menu li a:hover,
section.overlayMenu div.innerOverlay div.innerOverlayBreaker ul.menu li a:focus {
  background: transparent;
  color: #000000;
  letter-spacing: 0.22rem;
  transform: scale(1.01);
}
section.overlayMenu img.overlayBG {
  display: block;
  width: 88%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  z-index: -1;
  max-width: 88rem;
}
section.home-section.home-section-subscribe div.subscribe_wrap div.cell:last-child {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}
section.home-section.home-section-subscribe div.subscribe_wrap div.cell div.innerFlex {
  display: block;
  text-align: left;
}
section.home-section.home-section-subscribe div.subscribe_wrap h2 {
  margin-bottom: 1.42rem;
  line-height: 85%;
}
section.home-section.home-section-subscribe div.subscribe_wrap img {
  aspect-ratio: 1/1;
  float: right;
  display: block;
  width: 91%;
  height: auto;
  object-fit: cover;
  border-radius: 1rem;
  box-shadow: 6px 6px 8px 0 rgba(0,1,23,0.38);
}
section.home-section.home-section-subscribe div.subscribe_wrap span.subscribeUpper {
  text-transform: uppercase;
  font-size: 0.73rem;
  margin-bottom: 0.52rem;
  display: block;
}
section.home-section.home-section-subscribe div.subscribe_wrap form {
  display: block;
  position: relative;
}
section.home-section.home-section-subscribe div.subscribe_wrap form input[type="email"] {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid #000000;
  font-size: 0.82rem;
  text-transform: uppercase;
  color: #000000;
  box-shadow: none;
  padding: 2.2rem 0;
}
section.home-section.home-section-subscribe div.subscribe_wrap form input[type="email"]::placeholder {
  color: #000000;
}
section.home-section.home-section-subscribe div.subscribe_wrap form button,
section.home-section.home-section-subscribe div.subscribe_wrap form input[type="submit"] {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.7rem;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid #000000;
  border-radius: 0.28rem;
  /* letter-spacing: 0.13rem; */
  padding: 0.34rem 0.43rem;
  line-height: 100%;
  display: inline-block;
  font-size: 1.24rem;
  background: transparent;
  color: #000000;
  z-index: 28;
  cursor: pointer;
}
section.home-section.home-section-subscribe div.subscribe_wrap form button:hover,
section.home-section.home-section-subscribe div.subscribe_wrap form button:focus,
section.home-section.home-section-subscribe div.subscribe_wrap form input[type="submit"]:hover,
section.home-section.home-section-subscribe div.subscribe_wrap form input[type="submit"]:focus {
  padding: 0.34rem 0.52rem;
  background: #000000;
  color: #0D1117;
}
section.home-section.home-section-releases div.releases_wrap {
  margin-top: 45px;
}
section.home-section.home-section-releases div.releases_wrap div.cell iframe {
  margin-bottom: 1.42rem;
}
section.home-section.home-section-videos {
  
}
section.home-section.home-section-videos div.videos_wrap {
  
}
section.home-section.home-section-videos div.videos_wrap div.video-slider {
  
}
section.home-section.home-section-videos div.videos_wrap div.video-slider div.video-slide {
  
}
section.home-section.home-section-videos div.videos_wrap div.video-slider div.video-slide div.video-innerSlide {
  position: relative;
  width: 82%;
  display: block;
  margin: 0 auto;
  box-shadow: 6px 6px 12px 0 rgba(0,1,23,0.64);
  border-radius: 12px;
  overflow: hidden;
}
section.home-section.home-section-videos div.videos_wrap div.video-slider div.video-innerSlide::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  background-image: radial-gradient(circle at 50% 36%, rgba(16,50,91,0.14) 0%, rgba(0,3,39,0.39) 74%);
  width: 100%;
  height: 100%;
  -webkit-transition: all .82s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all .82s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all .82s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all .82s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
section.home-section.home-section-videos div.videos_wrap div.video-slider div.video-slide div.video-innerSlide:hover::before,
section.home-section.home-section-videos div.videos_wrap div.video-slider div.video-slide div.video-innerSlide:focus::before {
  opacity: 0;
}
section.home-section.home-section-videos div.videos_wrap div.video-slider div.video-innerSlide a.playKnop {
  display: block;
  position: absolute;
  z-index: 1150;
  width: 43px;
  height: 13px;
  background: transparent url('../images/play.png') no-repeat center center;
  background-size: contain;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
}
section.home-section.home-section-videos div.videos_wrap div.video-slider div.video-innerSlide a.playKnop:hover,
section.home-section.home-section-videos div.videos_wrap div.video-slider div.video-innerSlide a.playKnop:focus {
  transform: translateX(-50%) translateY(-50%) scale(1.18);
}
section.home-section.home-section-videos div.videos_wrap div.video-slider div.video-slide img {
  aspect-ratio: 16/9;
  width: 100%;
  z-index: 0;
  display: block;
  object-fit: cover;
  margin: 0 auto;
  /* background-image: radial-gradient(circle at 50% 36%, rgba(16,50,91,0.14) 0%, rgba(0,3,39,0.39) 74%); */
  position: relative;
}
section.home-section.home-section-videos div.videos_wrap div.video-slider div.video-innerSlide h2 {
  position: absolute;
  bottom: 2.8rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1120;
  font-size: 1.6rem;
  font-weight: 400;
  text-wrap: nowrap;
  text-align: center;
  display: block;
  width: 100%;
}
section.home-section.home-section-videos div.videos_wrap div.video-slider div.video-innerSlide h2 strong {
  font-weight: 900;
}
section.home-section.home-section-videos h1.section-titel {
  margin-bottom: -4.0rem;
  z-index: 1180;
}
img.knop_prev {
  display: block;
  max-width: 82px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1120;
  filter: invert(1);
}
img.knop_next {
  display: block;
  max-width: 82px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1120;
  filter: invert(1);
}
img.knop_prev.slick-disabled,
img.knop_next.slick-disabled {
  cursor: auto;
  opacity: 0.28;
  pointer-events: none;
  display: none !important;
}
section.pageOverlayIntro {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 999999970;
  background: #0D1117;
}
section.home-section.page-section-about {
  max-width: 52rem;
  margin: 5.2rem auto;
}
section.home-section.page-section-about h1.section-titel {
  margin-bottom: 2.8rem;
}
section.home-section.page-section-about p {
  line-height: 170%;
  text-align: justify;
  font-size: 1.06rem;
}

.wp-block-image img {
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 1rem;
  box-shadow: 6px 6px 8px 0 rgba(0,1,23,0.38);
}

/* a.bit-event * {
  font-weight: bold;
} */

.footerfooter ul li,
.hoofdingFooter ul li {
  line-height: 118%;
}
.footerfooter ul li a,
.hoofdingFooter ul li a {
  font-size: 0.82rem;
}
.footerfooter a.knop,
.hoofdingFooter a.knop {
  margin-bottom: 0.82rem;
}






@media only screen and (max-width: 64rem) {
  
  header.header {
    top: 0.7rem;
  }
  .top-bar {
    padding: 0;
  }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    max-width: 50%;
  }
  .top-bar .top-bar-right {
    text-align: right;
  }
  header.header div.top-bar ul.menu li a {
    padding-left: 0;
  }
  h1.section-titel {
    font-size: 2.8rem;
    /* margin-bottom: 2.2rem !important; */
  }
  section.home-section h1.section-titel {
    text-align: left;
  }
  section.home-section.home-section-videos div.videos_wrap div.video-slider div.video-slide img {
    aspect-ratio: 4/5;
  }
  section.home-section.home-section-videos div.videos_wrap div.video-slider div.video-innerSlide {
    width: 100%;
  }
  section.home-section.home-section-about div.about_wrap p {
    text-align: center;
    width: 95%;
    margin: 33px auto 50px auto;
  }
  section.home-section.home-section-about div.about_wrap img,
  section.home-section.home-section-subscribe div.subscribe_wrap img {
    width: 100%;
  }
  body.home section.home-section {
    padding: 4.3rem 0;
  }
  div.tourdates_wrap,
  div.tourdates_wrap {
    margin: 1.0rem auto 2.8rem;
  }
  section.home-section.home-section-about div.about_wrap div.cell div.innerFlex {
    text-align: left;
    margin-bottom: 2.2rem;
  }
  section.home-section.home-section-subscribe div.subscribe_wrap div.cell div.innerFlex {
    width: 100%;
    margin-top: 1.9rem;
  }
  section.home-section.home-section-releases div.releases_wrap div.cell.large-6 iframe {
    height: 520px;
  }
  section.home-section.home-section-releases div.releases_wrap div.cell.large-3 iframe {
    height: 250px;
    margin-bottom: 0.28rem;
  }
  div.tourdates_wrap div.tourdate span.date {
    font-size: 1.0rem;
    margin-bottom: 0.28rem;
  }
  div.tourdates_wrap div.tourdate h3 {
    font-size: 1.42rem;
    margin-bottom: 0.28rem;
  }
  .align_rechts {
    text-align: left !important;
    justify-content: normal !important;
  }
  section.home-section.home-section-videos div.videos_wrap div.video-slider div.video-slide div.video-innerSlide {
    width: 100%;
  }
  section.overlayMenu div.innerOverlay div.innerOverlayBreaker ul.menu li a {
    font-size: 2.2rem;
  }
  section.overlayMenu img.overlayBG {
    width: 109vh;
    max-width: none;
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  }
  section.hoofding span.liveTrigger {
    font-size: 0.82rem;
  }
  section.hoofding span.liveTrigger::before {
    left: 0;
    width: 14px;
    height: 14px;
  }
  section.hoofding span.liveTrigger::after {
    right: 0;
    width: 14px;
    height: 14px;
  }
  div.bit-widget a.bit-event,
  .bit-widget .bit-details-inner-wrapper-vertical-date {
    display: block !important;
    text-align: left;
  }
  a.bit-location-under-mobile {
    display: block;
    text-align: left !important;
  }
  .bit-widget .bit-details div.bit-venue-vertical::after,
  .bit-widget .bit-vertical-date {
    display: none !important;
  }
  .bit-widget .bit-event .bit-event-buttons {
    
  }
  .bit-widget .bit-details div.bit-venue-vertical {
    font-size: 1.6rem;
  }
  
}





















