@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --indian-red: #b45454;
  --black-transparant: #00000080;
  --black: black;
  --white: white;
  --groen: #00a19a;
  --red: red;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #fff;
  letter-spacing: .5px;
  background-image: linear-gradient(#00000080, #00000080), url('../images/©Ariane-van-Ginneke--Bianca-en-Wim-5_edit2.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-size: 20px;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

a:hover {
  color: var(--indian-red);
}

img {
  flex: none;
}

.splashsubtitle {
  text-align: center;
  letter-spacing: 3px;
  margin-top: 3px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  position: sticky;
}

.menucontainer {
  z-index: 102;
  background-color: #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 40px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.spacer {
  flex: 1;
  display: none;
}

.menulink {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-left: 54px;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.menulink:hover {
  color: var(--indian-red);
}

.menulink.social {
  border: 1px solid #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 13px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 14px;
  line-height: 13px;
  display: flex;
}

.menulink.social:hover {
  border-color: var(--indian-red);
  color: var(--indian-red);
}

.menulink.social.spotify {
  border-width: 0;
  font-size: 24px;
  display: none;
}

.menulink.social.music {
  background-image: linear-gradient(to bottom, var(--black-transparant), var(--black-transparant));
  border-width: 1px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 12px;
  display: none;
}

.headerfotocontainer {
  z-index: -1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
}

.headerfotocontainer.contruction {
  margin-top: 0;
}

.logocontainer {
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  padding-bottom: 20px;
  display: flex;
}

.logocontainer.landing {
  height: 100vh;
}

.logocontainer.sub {
  width: 100%;
  margin-top: -211px;
}

.logocontainer.landing-copy {
  height: 100vh;
}

.logocontainer.homelogo {
  justify-content: center;
  height: 100vh;
}

.contentblock {
  background-color: var(--black);
  width: 70vw;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 30px 63px;
  display: block;
}

.gigs-item {
  border-left: 1px solid #fff;
  flex: none;
  width: 25%;
  margin-bottom: 20px;
}

.text-block {
  margin-bottom: 11px;
  font-size: 18px;
  font-weight: 700;
}

.gigdata {
  margin-right: 13px;
  display: inline;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  width: 100%;
  display: flex;
}

.pagetitle {
  border-bottom: 1px solid var(--white);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 42px;
  padding-bottom: 14px;
  font-size: 33px;
  line-height: 35px;
}

.collection-item-2 {
  flex: .2 23%;
  margin-bottom: 20px;
  margin-right: 20px;
}

.collection-list-2 {
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  padding-top: 53px;
  display: flex;
}

.rich-text-block {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.cover {
  flex: none;
  width: 190px;
  height: 160px;
  margin-right: 22px;
  transform: rotate(-3deg);
}

.logo {
  width: 360px;
  margin-bottom: 15px;
}

.aankondiging-heading {
  min-width: 200px;
  margin-bottom: 3px;
  font-size: 19px;
  line-height: 22px;
}

.splashcontainer {
  background-color: #0000;
  background-image: url('../images/Henk-Hulshof-fotografie-HR-028_0.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  height: 75vh;
  min-height: 330px;
  display: flex;
}

.heading-4 {
  font-size: 20px;
  line-height: 24px;
}

.aankondiging {
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 50px;
  display: flex;
}

.aankondiging.landing {
  flex-direction: column;
  align-items: flex-start;
  position: fixed;
  inset: auto auto 50px 0%;
}

.buttoncontainer {
  align-items: center;
  display: block;
}

.socialcontainer {
  align-items: center;
  display: flex;
}

.socialcontainer.contact {
  border-top: 1px solid #fff;
  margin-top: 23px;
  padding-top: 15px;
  display: flex;
}

.modallogo {
  max-width: 500px;
  margin-bottom: 20px;
  display: none;
}

.burgercontainer {
  z-index: 104;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 30px;
  display: none;
  position: fixed;
  inset: 0% 0% auto auto;
}

.dash {
  background-color: #fff;
  width: 30px;
  height: 2px;
}

.menu {
  height: 40px;
  position: fixed;
  inset: 0% 0% auto;
}

.shopcontainer {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: -20px;
  display: flex;
}

.productcontainer {
  flex-direction: column;
  flex: 0 0 25%;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.productfoto {
  width: 100%;
}

.heading-5 {
  text-align: center;
}

.toppagenote {
  margin-bottom: 59px;
  font-size: 18px;
  display: block;
}

.toppagenotecontainer {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 22px;
}

.textcollumn {
  flex-direction: column;
  align-items: flex-start;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contentspacer {
  background-color: #fff;
  flex: none;
  width: 100%;
  height: 1px;
  margin-top: 28px;
  margin-bottom: 28px;
}

.button {
  background-color: #0000;
  border-bottom: 1px solid #fff;
  margin-top: 7px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  line-height: 14px;
  transition-duration: .2s;
  transition-timing-function: ease-in;
}

.productname {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
}

.body {
  background-image: linear-gradient(to bottom, null, null), url('../images/©Ariane-van-Ginneke--Bianca-en-Wim-5_edit2.jpg');
}

.body-2 {
  background-image: linear-gradient(#0000, #0000), url('../images/©Ariane-van-Ginneke--Bianca-en-Wim-5_edit3.jpg');
}

.gigs {
  background-image: linear-gradient(#0000, #0000), url('../images/pexels-pixabay-326333.jpg');
  background-position: 0 0, 50% 27%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.bio {
  background-image: linear-gradient(#0000, #0000), url('../images/pexels-pixabay-326333.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.music {
  background-image: url('../images/pexels-pixabay-326333.jpg'), linear-gradient(to bottom, var(--black-transparant), var(--black-transparant));
  background-position: 50% 27%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
}

.merchandise {
  background-image: linear-gradient(#0000, #0000), url('../images/pexels-pixabay-326333.jpg');
  background-position: 0 0, 50% 27%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.contact {
  background-image: linear-gradient(to bottom, var(--black-transparant), var(--black-transparant)), url('../images/CAriane-van-Ginneke--Bianca-en-Wim-70kopie_edit.jpg');
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.productprice {
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.body-4 {
  background-image: linear-gradient(to bottom, null, null), url('../images/Main.jpg');
  background-repeat: repeat, no-repeat;
}

.logoblock {
  background-color: #f006;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 26px;
  display: flex;
}

.home {
  background-image: linear-gradient(to top, #000 11%, #0000 52%), url('../images/Henk-Hulshof-fotografie-HR-028_0.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: space-between;
  display: flex;
}

.body-5 {
  background-image: linear-gradient(#0000, #0000), url('../images/pexels-pixabay-326333.jpg');
  background-position: 0 0, 50% 27%;
}

.aankondiging-block {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.footerblock {
  text-align: center;
  background-color: #272727;
  width: 70vw;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 30px;
}

.footertext {
  color: #a1a1a1;
  text-align: center;
  font-size: 12px;
  line-height: 13px;
  display: inline;
}

.product-spacer {
  flex: 1;
}

.youtube {
  margin-bottom: 40px;
}

.langbuttonscontainer {
  z-index: 20;
  background-color: var(--black);
  border-radius: 2px 0 0 2px;
  flex-direction: column;
  align-items: flex-end;
  padding: 8px 8px 0;
  display: flex;
  position: fixed;
  inset: auto 0 100px auto;
}

.langbutton {
  border-radius: 2px;
  width: 25px;
  height: 25px;
}

.langbutton.nl {
  opacity: .5;
  background-image: url('../images/Schermafbeelding-2020-02-27-om-11.36.40.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.langbutton.nl.w--current {
  opacity: 1;
}

.langbutton.en {
  opacity: .5;
  background-color: #0000;
  background-image: url('../images/800px-Flag_of_the_United_Kingdom.svg.png');
  background-position: 50%;
  background-size: cover;
}

.langbutton.en.w--current {
  opacity: 1;
}

.dokscredits {
  background-color: #000;
  width: 100vw;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}

.text-block-4 {
  color: #969696;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 11px;
  font-weight: 500;
}

.doks {
  color: #eef7ff;
  cursor: pointer;
  font-size: 10px;
  font-weight: 500;
}

.doks:hover {
  color: #2f76bb;
}

.div-block {
  flex-direction: column;
  display: flex;
}

.video {
  padding-bottom: 30px;
}

.empty-state, .empty-state-2 {
  display: none;
}

.movie-item {
  flex: none;
  width: 50%;
  padding-bottom: 30px;
  padding-right: 30px;
}

.moviecontainer {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.heading-6 {
  height: 50px;
}

.issa {
  flex: none;
  width: 140px;
  margin-right: 22px;
  transform: rotate(0);
}

.flex-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  display: flex;
}

.gigs-list {
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: auto;
}

.div-block-2 {
  min-height: 520px;
}

.empty {
  background-color: #0000;
}

.image-4 {
  text-align: left;
  margin-bottom: 50px;
}

.div-block-4 {
  margin-left: 0;
}

.rich-text-block-3, .rich-text-block-4 {
  display: none;
}

.image5 {
  width: 100%;
  margin-bottom: 50px;
}

.image-5 {
  margin-bottom: 50px;
}

.image-6 {
  width: 100%;
  margin-bottom: 50px;
}

.image-7 {
  margin-bottom: 50px;
}

.image-8, .image-9 {
  width: 100%;
  margin-bottom: 50px;
}

.body-6 {
  cursor: cell;
  background-image: none;
}

.image-10 {
  z-index: 9999;
  width: 70vh;
  max-height: 999px;
  margin-left: 3px;
  position: fixed;
}

.image-11 {
  perspective: none;
  text-align: right;
  transform-style: preserve-3d;
  width: 60vw;
  margin-top: 100px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.section {
  height: auto;
}

.section.footer {
  background-color: var(--groen);
  height: 300px;
  margin-top: 100px;
}

.lottie-animation {
  z-index: 1;
  width: 49.5vw;
  margin-top: -47px;
  display: inline-block;
  position: fixed;
}

.heading-7 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 100px;
  margin-bottom: 50px;
  font-family: Poppins, sans-serif;
  font-size: 60px;
}

.paragraph {
  color: var(--black);
  margin-top: 50px;
  padding-right: 35vw;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.paragraph.show-hide {
  margin-top: 110px;
}

.container {
  background-color: #fff;
  margin-left: 25.4vw;
  margin-right: 12.7vw;
}

.navbar {
  background-color: #fff;
  border-bottom: 2px solid #000;
  border-radius: 2px;
  width: 100vw;
  position: fixed;
}

.nav-link {
  color: var(--black);
  text-align: left;
  font-family: Poppins, sans-serif;
}

.nav-link:hover {
  color: var(--groen);
}

.nav-link:active {
  color: var(--black);
}

.nav-link:focus {
  color: var(--groen);
}

.nav-link.w--current {
  color: #000;
}

.nav-link.w--current:hover, .nav-link.w--current:focus {
  color: var(--groen);
}

.nav-link.boekonshier {
  outline-color: var(--black);
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: solid;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-right: 2rem;
  padding: 12px 10px 10px;
  display: flex;
}

.nav-link-2 {
  color: #000;
  font-family: Poppins, sans-serif;
}

.nav-link-2:hover {
  color: var(--groen);
}

.nav-link-2.w--current {
  color: #000;
}

.nav-link-2.w--current:hover, .nav-link-2.w--current:focus {
  color: var(--groen);
}

.nav-link-3 {
  font-family: Poppins, sans-serif;
}

.nav-link-3:hover {
  color: var(--groen);
}

.nav-link-3:focus, .nav-link-3:visited {
  color: #000;
}

.nav-link-3.w--current:focus {
  color: var(--groen);
}

.nav-link-4 {
  font-family: Poppins, sans-serif;
  display: none;
}

.nav-link-4:hover {
  color: var(--groen);
}

.brand {
  margin-top: 21px;
}

.lottie-animation-2 {
  z-index: 1;
  max-height: 0;
  margin-top: 94px;
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  overflow: hidden;
}

.button-2 {
  z-index: 999;
  color: var(--black);
  background-color: #3898ec00;
  border: 2px solid #000;
  border-radius: 0;
  margin-top: 50px;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Poppins, sans-serif;
  position: absolute;
}

.button-2:hover {
  color: var(--groen);
}

.button-2.boek {
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  line-height: 25px;
  display: flex;
  position: static;
}

.image-12 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  margin-left: 6.3vw;
}

.image-12.engels {
  margin-left: 2.3vw;
}

.nav-menu {
  align-items: center;
  margin-right: 12.9vw;
  display: flex;
}

.paragraph-2 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.column {
  margin-bottom: 100px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.background-video {
  background-image: url('../images/Grid_5.png');
  background-position: 0 0;
  background-size: 3px 3px;
  height: 55vh;
  margin-top: -31px;
  padding-top: 0;
}

.section-2 {
  position: static;
}

.column-2 {
  padding-left: 11px;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.heading-8 {
  color: var(--groen);
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.column-3 {
  padding-right: 6vw;
}

.slide {
  opacity: 0;
  outline-offset: 0px;
  border: 2px #000;
  outline: 0 #fff;
  margin-top: 0;
  position: relative;
}

.slider {
  background-color: #fff;
  margin-top: 33px;
  padding-right: 0;
}

.column-4 {
  padding-right: 25vw;
}

.columns {
  background-color: var(--groen);
  margin-top: 100px;
}

.slide-2 {
  outline-offset: 0px;
  outline: 3px #fff;
}

.slide-3 {
  background-image: url('../images/Review_test.png');
  background-position: 50% 0;
  background-size: contain;
}

.icon, .icon-2 {
  color: var(--groen);
  display: none;
}

.slide-nav {
  color: #000;
  display: block;
}

.heading-9 {
  color: #000;
  display: none;
}

.heading-9.geweest {
  color: #0000005c;
}

.heading-10 {
  color: #000;
  margin-right: 0;
  font-size: 30px;
  line-height: 35px;
}

.heading-10.geweest {
  color: #00000040;
  margin-right: 0;
  padding-right: 0;
  font-size: 20px;
  line-height: 22px;
}

.heading-11 {
  color: #000;
  margin-right: 0;
}

.heading-11.geweest {
  color: #0006;
}

.collection-item-3 {
  margin-right: 78px;
  padding-bottom: 58px;
}

.heading-12 {
  color: #000;
  margin-right: 0;
}

.heading-12.geweest {
  color: #0003;
  margin-right: -41px;
  font-size: 15px;
}

.heading-13 {
  color: #000;
}

.heading-13.geweest {
  color: #0003;
}

.button-3 {
  outline-offset: 0px;
  color: #000;
  background-color: #fff;
  outline: 2px solid #000;
  justify-content: center;
  align-items: flex-end;
  margin-top: 37px;
  font-family: Poppins, sans-serif;
  display: none;
}

.button-3:hover {
  outline-offset: 0px;
  color: var(--groen);
  outline: 2px solid #000;
}

.optredens-toekomst {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  margin-top: 100px;
  display: grid;
  position: relative;
}

.optredens-geweest {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area"
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  align-items: center;
  margin-top: 124px;
  display: grid;
}

.columns-2 {
  display: inline-block;
}

.column-5 {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.column-6 {
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.column-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.heading-14 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.heading-15 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 84px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.paragraph-3 {
  color: #000;
  text-align: center;
  margin-left: 2vw;
  margin-right: 2vw;
  font-family: Poppins, sans-serif;
}

.heading-16 {
  color: #000;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.bold-text {
  margin-left: 2vw;
  margin-right: 2vw;
}

.mask {
  outline-offset: 0px;
  border: 2px solid #000;
  outline: 0 #000;
}

.next {
  color: #000;
  background-color: #fff;
  border-width: 2px;
  border-color: #000;
  border-radius: 0;
  font-family: Poppins, sans-serif;
}

.next:hover {
  color: var(--groen);
}

.previous {
  color: #000;
  border-width: 2px;
  border-color: #000;
  font-family: Poppins, sans-serif;
}

.previous:hover {
  color: var(--groen);
}

.footer-subscribe {
  background-color: var(--groen);
  border-bottom: 1px solid #e4ebf3;
  margin-top: -2px;
  padding: 50px 30px 40px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  color: #000;
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  margin-top: 73px;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 57px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #000;
  border: 1px solid #000;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #000;
  text-align: left;
  font-family: Poppins, sans-serif;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.link {
  color: #000;
  font-size: 14px;
}

.link:hover {
  color: #1a1b1f;
}

.link-2 {
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.link-2:hover {
  color: #b3fffc;
}

.paragraph-4 {
  font-family: Poppins, sans-serif;
}

.paragraph-4:hover {
  color: #b3fffc;
}

.image-13 {
  width: 40px;
  display: block;
}

.image-14 {
  width: 40px;
}

.heading-15-copy {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 50px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.slide-4, .slide-5 {
  outline-offset: 0px;
  outline: 3px #fff;
}

.right-arrow {
  outline-offset: 0px;
  color: #000;
  border-radius: 0;
  outline: 3px #000;
  overflow: visible;
}

.container-4, .container-5 {
  align-items: flex-start;
  margin-bottom: 50px;
  display: flex;
}

.youtube-2 {
  width: 80%;
}

.container-6 {
  align-items: flex-start;
  margin-bottom: 50px;
  display: flex;
}

.image-20, .video-3 {
  width: 80%;
  margin-bottom: 20px;
}

.paragraph-5 {
  color: #000;
  padding-right: 35vw;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.link-3 {
  color: var(--groen);
}

.link-3:hover {
  color: #07c7bf;
}

.link-4 {
  color: var(--groen);
}

.link-4:hover {
  color: #07c7bf;
}

.paragraph-6 {
  color: #000;
  padding-right: 35vw;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.link-5 {
  color: var(--groen);
}

.link-5:hover {
  color: var(--black);
}

.link-6 {
  color: var(--groen);
}

.link-6:hover {
  color: var(--black);
}

.video-5 {
  width: 80%;
  margin-bottom: 20px;
}

.container-7 {
  display: none;
}

.image-22, .image-23, .image-24, .image-25 {
  width: 40px;
}

.image-20-copy {
  width: 80%;
  margin-bottom: 20px;
}

@media screen and (min-width: 1280px) {
  .paragraph.show-hide {
    margin-top: 110px;
  }

  .nav-link.boekonshier {
    outline-offset: 0px;
    outline: 2px solid #000;
    margin-top: 11px;
    margin-bottom: 10px;
    margin-right: 3rem;
    padding: 10px;
  }

  .lottie-animation-2 {
    display: none;
  }

  .button-2.boek {
    margin-top: 0;
    margin-left: auto;
    position: static;
  }

  .column {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .background-video {
    margin-top: 69px;
  }

  .column-6, .column-8 {
    justify-content: center;
    align-items: center;
  }

  .image-13, .image-14 {
    width: 40px;
  }

  .container-4 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-5 {
    flex-direction: row;
    align-items: flex-start;
  }

  .paragraph-5 {
    z-index: 5;
    position: relative;
  }

  .container-7 {
    display: none;
  }

  .image-22, .image-23, .image-24, .image-25, .image-26, .image-27 {
    width: 40px;
  }
}

@media screen and (max-width: 991px) {
  body {
    background-image: linear-gradient(#00000080, #00000080), url('../images/©Ariane-van-Ginneke--Bianca-en-Wim-5_edit.jpg');
  }

  a {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 16px;
  }

  .splashsubtitle {
    font-size: 17px;
  }

  .menucontainer {
    z-index: 101;
    flex-direction: column-reverse;
    justify-content: space-around;
    align-items: center;
    height: 100vh;
    padding-top: 60px;
    padding-bottom: 100px;
    display: none;
  }

  .spacer {
    flex: none;
    height: 100px;
  }

  .menulink {
    margin-bottom: 15px;
    margin-left: 0;
  }

  .menulink.social {
    margin-right: 15px;
  }

  .contentblock {
    width: 100vw;
    max-width: none;
    padding-top: 16px;
    padding-bottom: 42px;
  }

  .gigs-item {
    border-bottom: 1px solid #000;
    border-left-width: 0;
    flex-direction: column;
    flex: 0 0 50%;
    margin-bottom: 0;
    padding-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .collection-list-wrapper {
    margin-right: -20px;
  }

  .collection-list {
    justify-content: flex-start;
    display: flex;
  }

  .pagetitle {
    margin-top: 12px;
    margin-bottom: 25px;
    margin-right: 0;
    font-size: 33px;
    line-height: 28px;
  }

  .collection-item-2 {
    flex: 0 48%;
    margin-right: 0;
  }

  .collection-list-2 {
    justify-content: space-between;
  }

  .cover {
    width: 140px;
    height: 140px;
  }

  .logo {
    width: 260px;
  }

  .splashcontainer {
    height: 84vh;
    min-height: auto;
  }

  .aankondiging.landing {
    flex-direction: column;
    align-items: flex-start;
  }

  .eventsubcontainer {
    border-bottom: 1px solid #fff;
    margin-right: 20px;
    padding-bottom: 24px;
  }

  .buttoncontainer {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .socialcontainer {
    display: flex;
  }

  .modallogo {
    width: 40vw;
    display: block;
  }

  .burgercontainer {
    z-index: 102;
    cursor: pointer;
    justify-content: space-between;
    height: 20px;
    display: flex;
    top: 30px;
    right: 30px;
  }

  .menu {
    z-index: 101;
  }

  .shopcontainer {
    flex-wrap: wrap;
  }

  .productcontainer {
    flex: 0 50%;
  }

  .toppagenote {
    margin-left: 0;
  }

  .textcollumn {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .logoblock {
    padding: 20px 32px 14px;
  }

  .aankondiging-block {
    padding-right: 20%;
  }

  .footerblock {
    width: 100vw;
    max-width: none;
  }

  .lottie-animation {
    margin-top: -30px;
  }

  .nav-link, .nav-link-2, .nav-link-3, .nav-link-4 {
    background-color: var(--white);
    margin-bottom: 2px;
  }

  .button-2.boek {
    margin-top: -419px;
    margin-left: auto;
    position: static;
  }

  .nav-menu {
    background-color: #000;
  }

  .container-2 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .optredens-toekomst {
    grid-template-columns: .75fr .75fr;
    grid-auto-flow: row;
  }

  .paragraph-3 {
    font-size: 12px;
  }

  .bold-text {
    font-size: 25px;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .menu-button {
    color: #020202;
  }

  .bold-text-2, .bold-text-3, .bold-text-4 {
    font-size: 25px;
  }

  .container-7 {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }

  .splashsubtitle {
    margin-bottom: 0;
    font-size: 11px;
    line-height: 15px;
  }

  .menucontainer {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .spacer {
    display: none;
  }

  .menulink {
    margin-bottom: 5px;
  }

  .logocontainer {
    justify-content: flex-end;
    padding-bottom: 19px;
    top: 26.1vh;
  }

  .contentblock {
    padding: 20px;
  }

  .gigs-item {
    flex-basis: 100%;
    padding-right: 0;
  }

  .pagetitle {
    margin-top: 0;
    margin-bottom: 14px;
    padding-bottom: 0;
    font-size: 23px;
    line-height: 30px;
  }

  .cover {
    flex: none;
    width: 110px;
    height: 110px;
    margin-right: 12px;
  }

  .logo {
    width: 170px;
    max-width: 230px;
    margin-bottom: 5px;
  }

  .aankondiging-heading {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 15px;
  }

  .aankondiging-link {
    font-size: 14px;
    line-height: 15px;
  }

  .splashcontainer {
    height: 84vh;
  }

  .heading-4 {
    margin-bottom: 4px;
  }

  .aankondiging {
    justify-content: space-between;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 10px;
  }

  .aankondiging.landing {
    margin-left: 0;
    position: fixed;
    bottom: 20px;
    left: 20px;
  }

  .eventsubcontainer {
    margin-right: 0;
  }

  .buttoncontainer {
    align-items: flex-start;
    margin-left: 42px;
  }

  .socialcontainer {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 49px;
  }

  .socialcontainer.contact, .socialcontainer.horizontal {
    flex-direction: row;
    margin-left: 0;
  }

  .modallogo {
    max-width: 45vw;
    margin-bottom: 0;
  }

  .toppagenotecontainer {
    flex-direction: column;
  }

  .logoblock {
    padding: 14px 19px 11px;
  }

  .aankondiging-block {
    margin-left: 20px;
    margin-right: 20px;
  }

  .issa {
    flex: none;
    width: 70px;
    height: 70px;
    margin-right: 12px;
  }

  .flex-wrapper {
    padding-bottom: 20px;
  }

  .lottie-animation {
    display: none;
  }

  .nav-link, .nav-link-2, .nav-link-3, .nav-link-4 {
    background-color: var(--white);
    margin-bottom: 2px;
  }

  .lottie-animation-2, .button-2.boek {
    display: none;
  }

  .nav-menu {
    background-color: #000;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .optredens-toekomst {
    grid-template-columns: 1fr;
  }

  .optredens-geweest {
    grid-template-columns: .5fr;
  }

  .paragraph-3 {
    font-size: 10px;
  }

  .bold-text {
    font-size: 20px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .menu-button {
    background-color: var(--white);
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .icon-3 {
    color: #000;
  }

  .bold-text-2, .bold-text-3, .bold-text-4 {
    font-size: 20px;
  }

  .image-20, .video-3, .video-5 {
    width: 100%;
  }

  .container-7 {
    display: block;
  }

  .image-20-copy {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  img {
    margin-top: -98px;
  }

  .menucontainer {
    flex-direction: column-reverse;
    justify-content: space-around;
    padding-bottom: 123px;
    display: none;
  }

  .spacer {
    flex: 1;
    display: block;
  }

  .menulink.social {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .logocontainer {
    flex: none;
    justify-content: flex-end;
    height: 59vh;
    top: 32vh;
  }

  .pagetitle {
    padding-bottom: 10px;
    font-size: 23px;
    line-height: 20px;
  }

  .collection-item-2 {
    flex-basis: 100%;
  }

  .logo {
    width: 200px;
  }

  .aankondiging-heading {
    min-width: auto;
  }

  .splashcontainer {
    height: 72vh;
    padding-bottom: 0;
  }

  .aankondiging {
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 23px;
  }

  .aankondiging.landing {
    align-items: flex-start;
    padding-left: 0;
  }

  .aankondiging-text {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .buttoncontainer {
    align-items: center;
    margin-left: 0;
  }

  .socialcontainer {
    flex-direction: row;
    margin-top: 21px;
    margin-left: 0;
  }

  .socialcontainer.horizontal {
    margin-top: 0;
  }

  .modallogo {
    flex: none;
    width: 60vw;
    max-width: 80vw;
    margin-bottom: 42px;
  }

  .productcontainer {
    flex: none;
    width: 100%;
  }

  .toppagenotecontainer {
    text-align: center;
    display: block;
  }

  .gigs {
    background-image: linear-gradient(#0000, #0000), url('../images/Voorhoutaangesneden.jpg');
    background-position: 0 0, 50% 27%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .bio, .merchandise {
    background-image: linear-gradient(#0000, #0000), url('../images/Voorhoutaangesneden.jpg');
  }

  .home {
    background-color: #000;
    background-image: linear-gradient(#0000, #0000), url('../images/Henk-Hulshof-fotografie-HR-047-Crop_Tekengebied-1_Tekengebied-1.jpg');
    background-position: 0 0, 65%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .aankondiging-block {
    margin-top: 20px;
    padding-right: 5%;
  }

  .footerblock {
    text-align: center;
  }

  .footertext {
    text-align: center;
    display: inline;
  }

  .movie-item {
    width: 100%;
    padding-right: 0;
  }

  .flex-wrapper {
    background-color: #0000;
    flex: none;
  }

  .lottie-animation {
    display: none;
  }

  .heading-7 {
    margin-left: 0;
    font-size: 40px;
  }

  .paragraph {
    padding-right: 0;
  }

  .nav-link {
    background-color: var(--white);
    margin-bottom: 2px;
  }

  .nav-link.boekonshier {
    margin-top: 0;
    margin-right: 0;
    padding: 20px;
  }

  .nav-link-2, .nav-link-3, .nav-link-4 {
    background-color: var(--white);
    margin-bottom: 2px;
  }

  .lottie-animation-2 {
    width: 100vw;
    display: none;
  }

  .button-2.boek {
    display: none;
  }

  .nav-menu {
    background-color: var(--black);
  }

  .background-video {
    margin-top: 60px;
  }

  .container-2 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .optredens-toekomst {
    grid-template-columns: .25fr;
  }

  .optredens-geweest {
    grid-template-columns: .75fr;
  }

  .columns-2 {
    margin-left: 2.1rem;
  }

  .heading-15 {
    margin-top: 37px;
    margin-bottom: 25px;
    line-height: 20px;
  }

  .paragraph-3 {
    font-size: 10px;
    line-height: 16px;
  }

  .bold-text {
    font-size: 20px;
    line-height: 10px;
  }

  .container-3 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-13 {
    margin-top: -58px;
  }

  .heading-15-copy {
    margin-top: 0;
  }

  .bold-text-2, .bold-text-3 {
    font-size: 20px;
  }

  .image-20, .video-3 {
    width: 100%;
  }

  .paragraph-5 {
    padding-right: 14vw;
  }

  .link-3, .link-4 {
    font-size: 20px;
  }

  .paragraph-6 {
    padding-right: 0;
  }

  .link-5, .link-6 {
    font-size: 20px;
  }

  .image-21 {
    margin-top: 0;
  }

  .container-7 {
    margin-top: 0;
    display: block;
  }

  .image-20-copy {
    width: 100%;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}