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

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: #1779ba;
  color: #fefefe; }
  [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: #14679e;
    color: #fefefe; }

/*********************
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: #0D0D0D;
	color: #E9E9E9;
    font-family: 'Helvetica Neue';
    font-weight: bold;
    font-style: normal;
    cursor: none;
}
body, div, span, form, input, button, p, a {
  color: #E9E9E9;
    font-family: 'Helvetica Neue';
}
h1, h2, h3, h4, h5, h6 {
  color: #E9E9E9;
    font-family: 'Helvetica Neue';
}
h1 {
	
}
h2 {
	
}
h3 {
	
}
h4 {
	
}
h5 {
	
}
h6 {
	
}
a {
  color: #E9E9E9;
  -webkit-transition: .07s cubic-bezier(.17,.67,.83,.67);
  -moz-transition: .07s cubic-bezier(.17,.67,.83,.67);
  -o-transition: .07s cubic-bezier(.17,.67,.83,.67);
  transition: .07s cubic-bezier(.17,.67,.83,.67);
}
a:hover,
a:focus {
  color: #E9E9E9;
}
::-moz-selection {
    background: rgba(171, 255, 0, 0.79);
    /* color: #0D0D0D; */
}
::selection {
    background: rgba(171, 255, 0, 0.79);
    /* color: #0D0D0D; */
}
header.header {
	position: absolute;
  width: 100%;
  padding: 0.52rem 1.24rem;
  z-index: 1150000;
}
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;
  display: inline-block;
}
header.header div.top-bar ul.menu li {
	display: inline-block;
}
header.header div.top-bar ul.menu li a {
  text-transform: uppercase;
  font-size: 1.15rem;
  line-height: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-right: 4.3vw;
  /* font-weight: 500; */
}
header.header div.top-bar ul.menu li a:hover,
header.header div.top-bar ul.menu li a:focus {
	transform: scale(1.03);
  color: #FFFFFF;
}
header.header div.top-bar ul.menu li.active a,
header.header div.top-bar ul.menu li.current-menu-item a {
  color: #FFFFFF;
  background: transparent;
  /* font-weight: bold; */
}
header.header div.top-bar a.webshopLink {
  text-transform: uppercase;
  font-size: 1.15rem;
  line-height: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-left: 2.8rem;
  font-style: italic;
  padding: 0.79rem 1.6rem;
  border: 2px solid #FFFFFF;
  border-radius: 25rem;
  background: #FFFFFF;
  color: #0D0D0D;
  /* font-weight: 500; */
}
header.header div.top-bar a.webshopLink:hover,
header.header div.top-bar a.webshopLink:focus {
  letter-spacing: 0.04rem;
  background: transparent;
  color: #E9E9E9;
  /* font-weight: bold; */
}
header.header div.top-bar a.webshopLink img {
  display: inline-block;
  max-width: 19px;
  margin-right: 0.28rem;
}
header.header div.top-bar a.webshopLink:hover img,
header.header div.top-bar a.webshopLink:focus img {
  filter: invert(1);
}
body.home footer.footer {
  display: none;
}
footer.footer {
  text-transform: uppercase;
  font-size: 0.73rem;
  line-height: 100%;
  margin-top: 5.5rem;
  margin-bottom: 1.15rem;
}
.grid-container {
  max-width: 100rem;
}
div.content {
  min-height: 100vh;
  padding-top: 8.2rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
body.home div.content {
  padding-top: 0;
}
body.home main.main {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer.footer a,
footer.footer p,
footer.footer span,
footer.footer ul.menu,
footer.footer ul.menu li,
footer.footer ul.menu li a {
  text-transform: uppercase;
  font-size: 0.73rem;
  line-height: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
}
footer.footer span::after,
footer.footer ul.menu li::after {
  content: '   |   ';
  width: 1px;
  height: 100%;
  background: #E9E9E9;
  display: inline-block;
  margin: 0 1.0rem;
}
footer.footer ul.menu li:last-child::after {
  display: none;
}
h1.header-title {
  font-family: 'AG ACID';
  font-weight: normal;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  font-size: 7.3rem;
  line-height: 82%;
  margin-top: 5.2rem;
}
img.header-typo {
  pointer-events: none;
  max-width: 100%;
  max-height: 17vh;
  width: auto;
  height: auto;
  margin: 8.2vh auto 0;
  display: block;
}
body.home img.header-typo {
  max-width: 94%;
  max-height: 46vh;
  margin: 13.3vh auto 2.8vh;
}
img.header-text {
  pointer-events: none;
  max-width: 94%;
  max-height: 31vh;
  width: auto;
  height: auto;
  margin: 2.8vh auto 0;
  display: block;
}
div.homeWrap {
  display: block;
}
header.header a.logo {
  width: 100%;
  max-width: 166px;
  display: inline-block;
}
div.menuWrap {
  display: inline-block;
  /* display: none; */
}
span.menuToggle {
  /* cursor: pointer; */
  display: inline-block;
  font-size: 1.15rem;
  /* font-weight: 500; */
  /* margin-left: 2.8rem; */
}
span.menuToggle img {
  display: inline-block;
  max-width: 22px;
  margin-top: -3px;
  margin-right: 0.52rem;
}
#cursor {
  background-color: #000;
  border-radius: 17px;
  height: 34px;
  width: 34px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%) translateY(-50%);
  filter: invert(1);
  mix-blend-mode: difference;
  z-index: 9999999999999991;
  pointer-events: none;
}
div.leftCol {
  left: 0;
  top: 0;
  position: fixed;
  z-index: 11200;
  height: 100vh;
  width: 2.8rem;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
div.leftCol ul.socials {
  display: block;
}
div.leftCol ul.socials li {
  display: block;
}
div.leftCol ul.socials li a {
  display: block;
  font-size: 1.3rem;
  margin: 0.73rem 0;
}
div.leftCol ul.socials li a:hover,
div.leftCol ul.socials li a:focus {
  transform: scale(1.3);
}
div.contrastWrap {
  display: inline-block;
  position: fixed;
  left: 1.0rem;
  width: 2.8rem;
  bottom: 3.4rem;
  z-index: 112000;
  text-align: center;
  /* display: none; */
}
div.contrastWrap img {
  display: inline-block;
  max-width: 22px;
}
div.contactWrap {
  display: inline-block;
  position: fixed;
  right: 0;
  width: 2.8rem;
  bottom: 3.4rem;
}
div.contactWrap a {
  display: inline-block;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  white-space: nowrap;
  transform: rotate(180deg);
  text-transform: uppercase;
}

div.releaseWrap {
  margin-top: 4.3rem;
}
div.releaseWrap div.release {
  padding: 0.73rem;
  -webkit-transition: .07s cubic-bezier(.17,.67,.83,.67);
  -moz-transition: .07s cubic-bezier(.17,.67,.83,.67);
  -o-transition: .07s cubic-bezier(.17,.67,.83,.67);
  transition: .07s cubic-bezier(.17,.67,.83,.67);
}
div.releaseWrap div.release:hover,
div.releaseWrap div.release:focus {
  transform: scale(1.03);
}
div.introtext {
  max-width: 64rem;
  margin: 0.0rem auto 8.2rem;
  pointer-events: none;
}
div.introtext span {
  text-transform: uppercase;
  max-width: 82%;
  /* font-size: 1.15rem; */
  line-height: 130%;
  display: block;
}
div.introtext span:last-child {
  margin-left: 18%;
}
body.home div.introtext {
  max-width: 88rem;
}
body.home div.introtext div.lijn01 {
  max-width: 64rem;
  margin-bottom: 1.15rem;
}
body.home div.introtext div.lijn01 span,
body.home div.introtext div.lijn01 span:last-child {
  /* margin-left: 0; */
}
body.home div.introtext div.lijn02 {
  margin-bottom: 1.15rem;
  padding-left: 40%;
  padding-right: 0%;
}
body.home div.introtext div.lijn02 span,
body.home div.introtext div.lijn02 span:last-child {
  margin-left: 0;
}
body.home div.introtext div.lijn03 {
  /* margin-bottom: 1.15rem; */
  padding-left: 31%;
  padding-right: 0%;
}
body.home div.introtext div.lijn03 span,
body.home div.introtext div.lijn03 span:last-child {
  margin-left: 0;
}
div.tourdiariesWrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(430px,1fr));
}
div.tourdiaries {
  padding: 0.52rem;
}
div.tourdiaries img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
div.tourdiaries:nth-child(7n+1) {
    grid-column: span 2;
    grid-row: span 1;
    /* border: 2px solid red; */
    aspect-ratio: 16/9;
}
div.tourdiaries:nth-child(7n+2) {
    grid-column: span 1;
    grid-row: span 1;
    /* border: 2px solid red; */
    aspect-ratio: 16/9;
}
div.tourdiaries:nth-child(7n+3) {
    grid-column: span 1;
    grid-row: span 1;
    /* border: 2px solid red; */
    aspect-ratio: 16/9;
}
div.tourdiaries:nth-child(7n+4) {
    grid-column: span 1;
    grid-row: span 1;
    /* border: 2px solid red; */
    aspect-ratio: 16/9;
}
div.tourdiaries:nth-child(7n+5) {
    grid-column: span 1;
    grid-row: span 1;
    /* border: 2px solid red; */
    aspect-ratio: 16/9;
}
span.tourdiariesBlok {
  position: relative;
  display: block;
  height: 100%;
}
span.tourdiariesBlok div.tourdiariesOverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  color: #0D0D0D;
  padding: 1.9rem 1.6rem;
  display: block;
  display: none;
  opacity: 0.91;
  -webkit-transition: .07s cubic-bezier(.17,.67,.83,.67);
  -moz-transition: .07s cubic-bezier(.17,.67,.83,.67);
  -o-transition: .07s cubic-bezier(.17,.67,.83,.67);
  transition: .07s cubic-bezier(.17,.67,.83,.67);
}
span.tourdiariesBlok:hover div.tourdiariesOverlay,
span.tourdiariesBlok:focus div.tourdiariesOverlay {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
span.tourdiariesBlok div.tourdiariesOverlay div.tourdiariesOverlayBlok {
  display: block;
  width: 100%;
  text-align: left;
}
span.tourdiariesBlok div.tourdiariesOverlay h3 {
  color: #0D0D0D;
  font-family: 'AG ACID';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  font-size: 4.0rem;
  line-height: 100%;
  display: block;
  margin: 0 0 0.43rem;
}
span.tourdiariesBlok div.tourdiariesOverlay span.subtitle {
  color: #0D0D0D;
  /* font-family: 'AG ACID';
  font-weight: normal;
  font-style: normal; */
  /* font-weight: bold; */
  text-transform: uppercase;
  font-size: 2.0rem;
  line-height: 100%;
  display: block;
  margin: 0 0 0.43rem;
}
span.tourdiariesBlok div.tourdiariesOverlay span.description {
  color: #0D0D0D;
  font-size: 1.39rem;
  line-height: 124%;
  display: block;
}
div.release-wrap {
  margin-bottom: 4.9rem;
}
div.release-info {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  align-items: flex-end;
}
div.release-info div.release-info-inner {
  display: block;
  width: 100%;
  text-align: right;
}
div.release-info h1 {
  font-size: 4.3rem;
  text-transform: uppercase;
  line-height: 82%;
  letter-spacing: -0.2rem;
  /* font-weight: normal; */
  margin-bottom: 4.3rem;
}
div.release-info h1 span {
  /* font-weight: 500; */
  display: block;
}
div.release-info a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.24rem;
  line-height: 100%;
  margin-left: 0.7rem;
  letter-spacing: 0.01rem;
  border: 1px solid #E9E9E9;
  padding: 1.0rem 1.42rem;
  border-radius: 0.43rem;
}
div.release-info a:hover,
div.release-info a:focus {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #0D0D0D;
  /* font-weight: 500; */
  padding: 1.0rem 1.6rem;
}
div.release-cover {
  
}
div.release-cover img {
  width: 100%;
}
div.release-description {
  
}
div.release-description div.description {
  
}
div.release-description div.tracklist {
  
}
div.release-streaming {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  align-items: flex-end;
}
div.release-streaming div {
  display: block;
  width: 100%;
  text-align: right;
}
div.release-streaming div p {
  text-transform: uppercase;
  font-size: 1.24rem;
  margin: 0;
}
div.release-streaming a {
  display: inline-block;
  font-size: 2.8rem;
  margin-left: 1.24rem;
}
div.release-streaming a:hover,
div.release-streaming a:focus {
  transform: scale(1.1);
  color: #FFFFFF;
}
div.release-description {
  position: relative;
}
div.release-description::before {
  content: '';
  display: block;
  width: 91%;
  height: 1px;
  background: #E9E9E9;
  margin-bottom: 4.3rem;
}
div.release-description p {
  font-size: 1.3rem;
  line-height: 130%;
  margin-bottom: 4.3rem;
}
div.release-description p.tracklist {
  margin-bottom: 1.9rem;
}
div.uptodate {
  margin: 12.4rem auto 1.0rem;
}
div.uptodate span {
  text-transform: uppercase;
  display: inline-block;
  margin-right: 1.42rem;
  font-weight: bold;
  font-size: 0.88rem;
}
div.uptodate form {
  display: inline-block;
  position: relative;
}
div.uptodate form input {
  display: inline-block;
  position: relative;
  height: 2.2rem;
  line-height: 2.2rem;
  border-radius: 2.8rem;
  border: none;
  outline: none;
  padding: 0 1.27rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #0D0D0D;
  font-size: 0.88rem;
  min-width: 250px;
}
div.uptodate form button {
  display: inline-block;
  position: absolute;
  right: 0.43rem;
  width: 1.9rem;
  height: 2.2rem;
  text-align: center;
  font-size: 1.42rem;
  line-height: 2.2rem;
  z-index: 1150;
  top: 0;
  color: #0D0D0D;
  font-family: 'AG ACID';
  font-weight: normal;
  font-style: normal;
}
body.home div.uptodate {
  display: none;
}
div.wp-block-columns h2 {
  font-family: 'AG ACID';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
  font-size: 2.8rem;
  line-height: 100%;
  display: block;
  margin-top: 2.8rem;
}
div.wp-block-columns p {
  /* font-size: 1.27rem; */
  /* line-height: 142%; */
  margin-bottom: 1.6rem;
}
.col-right {
  text-align: right;
}
div.wp-block-columns img {
  max-width: 82%;
  /* float: right; */
}
div.nf-form-cont {
  margin: 0 2.8rem 0;
  max-width: 34rem;
}
div.nf-form-cont div.nf-before-form-content div.nf-form-fields-required {
  display: none;
}
div.nf-form-cont .nf-form-content .list-select-wrap .nf-field-element>div,
div.nf-form-cont .nf-form-content input:not([type=button]),
div.nf-form-cont .nf-form-content textarea {
  background: transparent;
  border: 1px solid #E9E9E9;
  border-radius: 0.52rem;
  font-weight: bold;
  /* font-size: 1.15rem; */
  /* line-height: 142%; */
  color: #E9E9E9;
}
div.nf-form-cont #ninja_forms_required_items,
div.nf-form-cont .nf-field-container {
  margin-bottom: 0.82rem;
}
div.nf-form-cont .nf-form-content button,
div.nf-form-cont .nf-form-content input[type=button],
div.nf-form-cont .nf-form-content input[type=submit] {
  display: inline-block;
  text-transform: uppercase;
  /* font-size: 1.24rem; */
  font-weight: bold;
  line-height: 100%;
  /* margin-left: 0.7rem; */
  letter-spacing: 0.01rem;
  border: 1px solid #E9E9E9;
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #0D0D0D;
  padding: 1.0rem 2.8rem;
  width: 100%;
  border-radius: 0.43rem;
}
div.nf-form-cont .nf-form-content button:hover,
div.nf-form-cont .nf-form-content input[type=button]:hover,
div.nf-form-cont .nf-form-content input[type=submit]:hover,
div.nf-form-cont .nf-form-content button:focus,
div.nf-form-cont .nf-form-content input[type=button]:focus,
div.nf-form-cont .nf-form-content input[type=submit]:focus {
  background: transparent;
  border-color: #FFFFFF;
  color: #E9E9E9;
  /* font-weight: bold; */
  padding: 1.0rem 1.6rem;
  letter-spacing: 0.1rem;
}

div.overlayMenu {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: fixed;
  width: 100vw;
  padding: 16vh 1.0rem 1.9rem;
  left: 0;
  top: 0;
  min-height: 100vh;
  z-index: 115000;
  background: #E9E9E9;
}
div.overlayMenu div.overlayMenuInner {
  display: block;
  text-align: left;
  width: 100%;
}
div.overlayMenu ul.menu {
  display: block;
  margin: 0 0 2.8rem;
}
div.overlayMenu ul.menu li {
  display: block;
  margin: 0 0 0.82rem;
}
div.overlayMenu ul.menu li a {
  color: #0D0D0D;
  font-family: 'AG ACID';
  /* font-weight: normal; */
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 115%;
  margin: 0;
  padding: 0.28rem 0;
  display: inline-block;
  border-bottom: 3px solid transparent;
}
div.overlayMenu ul.menu li.current-menu-item a,
div.overlayMenu ul.menu li a:hover,
div.overlayMenu ul.menu li a:focus {
  letter-spacing: 0.07rem;
  border-color: #FFFFFF;
}
div.overlayMenu ul.socials {
  display: block;
  margin-left: 0;
}
div.overlayMenu ul.socials li {
  display: inline-block;
  margin-right: 1.42rem;
}
div.overlayMenu ul.socials li a {
  display: inline-block;
  font-size: 1.9rem;
  margin: 0.97rem 0;
  color: #0D0D0D;
}
div.overlayMenu ul.socials li a:hover,
div.overlayMenu ul.socials li a:focus {
  transform: scale(1.3);
}





















@media only screen and (max-width: 64rem) {
  
  body {
    cursor: inherit;
  }
  #cursor {
    display: none;
  }
  header.header {
    padding: 0.22rem 0.43rem;
  }
  header.header div.top-bar a.webshopLink {
    padding: 0.73rem;
    margin-left: 0.28rem;
  }
  header.header div.top-bar a.webshopLink img {
    margin: 0;
    max-width: 22px;
  }
  div.leftCol {
    display: none;
  }
  div.contactWrap {
    display: none;
  }
  div.content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5.2rem;
  }
  div.introtext {
    display: none;
    padding: 0 0.28rem;
    margin: 0 0 5.2vh;
  }
  body.home div.introtext {
    display: block;
  }
  div.releaseWrap {
    margin-top: 1.0rem;
  }
  div.releaseWrap div.release {
    padding: 0.28rem;
  }
  body.home img.header-typo {
    max-width: 100%;
  }
  img.header-text {
    max-width: 100%;
  }
  div.introtext span,
  div.introtext div {
    font-size: 0.82rem;
    line-height: 139%;
    max-width: 100% !important;
    margin: 0 !important;
    padding-left: 0 !important;
  }
  div.introtext span {
    margin-bottom: 1.0rem !important;
    text-align: justify;
  }
  span.menuToggleMobile {
    font-size: 0.91rem;
    cursor: pointer;
    /* font-weight: 500; */
    margin-right: 0.28rem;
    border: 2px solid #E9E9E9;
    border-radius: 2.8rem;
    padding: 0.73rem;
    line-height: 100%;
    display: inline-block;
    transform: translateY(1px);
  }
  span.menuToggleMobile img {
    display: inline-block;
    max-width: 16px;
    margin-top: -2px;
    margin-right: 0.28rem;
  }
  body.overlayActief span.menuToggleMobile {
    border-color: #0D0D0D;
    color: #0D0D0D;
  }
  body.overlayActief span.menuToggleMobile img {
    filter: invert(1);
  }
  body.overlayActief a.logo img {
    filter: invert(1);
  }
  body.overlayActief header.header div.top-bar a.webshopLink:hover img,
  body.overlayActief header.header div.top-bar a.webshopLink:focus img {
    filter: invert(0);
  }
  div.release-info h1 {
    font-size: 2.8rem;
    margin-top: 2.8rem;
    line-height: 91%;
    margin-bottom: 2.2rem;
  }
  div.release-cover {
    margin-top: 2.8rem;
  }
  div.release-streaming {
    text-align: left;
    display: block;
    margin-top: 5.2rem;
  }
  div.release-streaming div {
    text-align: left;
  }
  div.release-info div.release-info-inner {
    text-align: left;
  }
  div.release-info a {
    margin-left: 0;
    margin-right: 0.82rem;
  }
  body.home img.header-typo {
    max-width: 100% !important;
  }
  
}















body.body-invert {
  background: #FAFAFA;
}
body.body-invert .logo img,
body.body-invert .menuToggle img,
body.body-invert img.header-typo {
  filter: invert(1);
}
body.body-invert a,
body.body-invert div,
body.body-invert span,
body.body-invert form,
body.body-invert input,
body.body-invert button,
body.body-invert p,
body.body-invert h1,
body.body-invert h2,
body.body-invert h3,
body.body-invert h4,
body.body-invert h5,
body.body-invert h6,
body.body-invert i.fa {
  color: #0D0D0D;
}














