:root {
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #000;
  letter-spacing: -.025em;
  font-family: Neuehaasdisplay, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

p {
  letter-spacing: -.03em;
  margin-bottom: 10px;
  font-family: Abcdiatypemono, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 22px;
}

a {
  color: blue;
  text-decoration: none;
}

.header {
  z-index: 90;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.footer {
  z-index: 90;
  width: 30%;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.index-main {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.main-img-div {
  width: 75%;
  justify-content: center;
  align-items: center;
  transition: width 1s cubic-bezier(.421, .001, 0, 1.001);
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.main-img-div.mainimgleft {
  z-index: 2;
  width: 75vw;
  left: 0;
}

.main-img-div.mainimgright {
  z-index: 1;
  width: 75vw;
  right: 0;
}

.main-img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
}

.main-logo-div {
  z-index: 80;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.main-logo-txt {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .25);
  padding-bottom: 10px;
  font-size: 32px;
}

.header-extramenu-div {
  opacity: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  flex-direction: column;
  align-items: flex-start;
  padding: 63px 32px 10px;
  transition: transform .4s, opacity .4s cubic-bezier(.25, .1, .596, 1.007);
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(0, -2px);
}

.header-extramenu-div:hover {
  opacity: 1;
  transform: translate(0);
}

.header-extramenu-div.extramenuright {
  text-align: right;
  align-items: flex-end;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.header-menu-txt {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .25);
  margin-bottom: 10px;
  font-size: 20px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.body {
  background-color: #fff;
}

.body.bodyagenda {
  background-color: #000;
}

.body.bodycontact {
  background-color: #000000;
}

.body.bodyagenda {
  background-color: #000;
}

.cursor {
  z-index: 9999;
  pointer-events: none;
  display: block;
  position: fixed;
}

.main-sectionhover-div {
  z-index: 91;
  justify-content: space-between;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.main-sectionhover {
  width: 25%;
  height: 100%;
  position: relative;
}

.header-menu-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 23px;
  padding-left: 32px;
  padding-right: 32px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.header-menu-div.right {
  text-align: right;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.header-menu-dividerdiv {
  z-index: 90;
  position: relative;
}

.header-extramenu-txt {
  opacity: .4;
  color: #fff;
  white-space: nowrap;
  margin-bottom: 20px;
  font-size: 20px;
  transition: opacity .11s cubic-bezier(.77, 0, .175, 1);
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.header-extramenu-txt:hover {
  opacity: 1;
}

.main-home-div {
  width: 100vw;
  height: 100vh;
  flex: 0 auto;
  justify-content: space-around;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.loading {
  z-index: 99;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  transition: opacity 1.8s cubic-bezier(.25, .46, .222, .995);
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.loading-bar {
  width: 0%;
  height: 5px;
  background-color: #3fa3db;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.loading-container {
  display: flex; /* Enable flexbox for centring */
  justify-content: center; /* Centre horizontally */
  align-items: center; /* Centre vertically */
}

.loading-container-img {
  max-width: 30vw; /* Constrain width to 30vw */
  max-height: 50vh; /* Constrain height to 50vh */
  width: auto; /* Maintain natural width scaling */
  height: auto; /* Maintain natural height scaling */
  object-fit: contain; /* Prevents warping */
}


.main-img-coverdiv {
  z-index: 2;
  width: 50%;
  height: 100%;
  object-fit: fill;
  justify-content: center;
  transition: width 1s cubic-bezier(.421, .001, 0, 1.001);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.header-piecidarker {
  z-index: 85;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, .78);
  transition: opacity 1.7s cubic-bezier(.421, .001, 0, 1.001);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-extramenu-div {
  padding: 17px 32px 23px;
}

.m-main-home-div {
  width: 100vw;
  height: 100%;
  flex: 0 auto;
  justify-content: space-around;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.m-main-img-div {
  width: 75%;
  justify-content: center;
  align-items: center;
  transition: width 1s cubic-bezier(.421, .001, 0, 1.001);
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.m-main-img-div.mainimgleft {
  z-index: 2;
  width: 75vw;
  left: 0;
}

.m-main-img-div.mainimgright {
  z-index: 1;
  width: 75vw;
  right: 0;
}

.mobilemenu-wrapper, .mobilemenu.left, .mobilemenu.right {
  display: none;
}

.mobilemenu-close-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 23px;
  padding-left: 32px;
  padding-right: 32px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.mobilemenu-close-div.right {
  text-align: right;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.agenda-main {
  width: 100%;
  color: #fff;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.about-main-landingimg-div {
  width: 100%;
  height: 100vh;
  position: relative;
}

.over-main-landingimg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-main-content-div {
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

.arrowdown-div {
  justify-content: center;
  align-items: center;
  padding-top: 22px;
  padding-bottom: 22px;
  transition: opacity .4s;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.arrowdown-div:hover {
  opacity: .4;
}

.about-main-arrow-svg {
  width: 40px;
}

.html-embed {
  width: 100px;
  mix-blend-mode: exclusion;
  display: none;
}

.arrowdown-img {
  width: 35px;
  opacity: 1;
  mix-blend-mode: exclusion;
}

.header-logo-div {
  z-index: 90;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.header-menu-txt-copy {
  color: #fff;
  margin-bottom: 10px;
  font-size: 18px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.header-logo-txt {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .25);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 30px;
}

.over-main {
  z-index: 20;
  width: 100vw;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.wrapper {
  width: 100%;
  max-width: 1300px;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.wrapper.wrapperagenda {
  justify-content: space-between;
}

.wrapper.agendawrapper {
  width: 100%;
}

.over-main-back-div {
  z-index: 5;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.over-main-content-div {
  z-index: 30;
  width: 100%;
  min-height: 100vh;
  justify-content: flex-start;
  align-items: center;
  padding-top: 111px;
  padding-bottom: 111px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.over-main-overtxt-txt {
  color: #fff;
  margin-bottom: 17px;
  white-space: pre-wrap;
}

.over-main-gradient {
  width: 20vw;
  background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.agenda-main-content-column {
  width: 50%;
  padding: 10px 10px 39px;
}

.over-main-back-img-wrapper {
  width: 60vw;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.agenda-main-button-div {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 45px;
  margin-bottom: 45px;
  display: flex;
}

.over-button-link {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  margin-left: 3px;
  margin-right: 3px;
  padding: 6px 24px;
  font-family: Abcdiatypemono, sans-serif;
  font-size: 16px;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94);
}

.over-button-link:hover {
  background-color: #3aa3dc;
}

.text-block {
  text-align: center;
  white-space: nowrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.album-main {
  width: 100%;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.album-list {
  width: 100%;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.album-list-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 134px;
  margin-left: 39px;
  margin-right: 39px;
  display: flex;
}

.album-list-img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.album-list-item-link {
  width: 100%;
  align-items: center;
  display: flex;
}

.album-img-div {
  position: relative;
  width: 100%; 
  max-height: 70vh;
  display: flex; /* Enable flexbox for centring */
  justify-content: center; /* Centre horizontally */
  align-items: center; /* Centre vertically */
  overflow: hidden;
}

.album-text-div {
  width: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.album-button-link {
  color: #000;
  letter-spacing: -.01em;
  border: 1px solid #000;
  border-radius: 100px;
  margin-top: 8px;
  margin-left: 3px;
  margin-right: 3px;
  padding: 6px 24px;
  font-family: Abcdiatypemono, sans-serif;
  font-size: 16px;
  transition: border-color .2s, color .2s, background-color .4s cubic-bezier(.25, .46, .45, .94);
}

.album-button-link:hover {
  background-color: #3aa3dc;
}

.loading-bar-page {
  z-index: 99;
  width: 0%;
  height: 5px;
  background-color: #3fa3db;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

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

._404-main {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

._404-img {
  width: 200px;
}

._404-button-div {
  color: #000;
  letter-spacing: -.01em;
  border: 1px solid #000;
  border-radius: 100px;
  margin-top: 14px;
  margin-left: 3px;
  margin-right: 3px;
  padding: 6px 24px;
  font-family: Abcdiatypemono, sans-serif;
  font-size: 16px;
  transition: border-color .2s, color .2s, background-color .4s cubic-bezier(.25, .46, .45, .94);
}

._404-button-div:hover {
  background-color: #3aa3dc;
}

._404-button-div.w--current {
  text-align: center;
  margin-left: 21px;
  margin-right: 21px;
}

._404-button-txt {
  text-align: center;
}

.heading-2 {
  margin-left: 23px;
  margin-right: 23px;
}

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

.submit-button, .text-field {
  border-radius: 100px;
}

.album-grid {
  width: 100%;
  margin-top: 40px;
}

.album-img-img {
  width: auto; /* Maintain the natural aspect ratio */
  height: auto;
  max-width: 100%; /* Scale down for responsiveness */
  max-height: 100%; /* Scale down for responsiveness */
  object-fit: contain; /* Ensure the image doesn’t get cropped */
}

.album-listitem-img {
  width: 100%;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.agenda-main-landingimg-div {
  width: 100%;
  height: 70vh;
  position: relative;
}

.agenda-main-landingimg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.about-main-content-div-copy {
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

.agenda-main-content-div {
  z-index: 30;
  width: 100%;
  min-height: 100vh;
  background-color: #000;
  justify-content: center;
  align-items: flex-start;
  padding-top: 53px;
  padding-bottom: 111px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contact-main {
  z-index: 20;
  width: 100vw;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.contact-main-back-div {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contact-main-content-div {
  z-index: 30;
  width: 50%;
  min-height: 100vh;
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 111px 24px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contact-main-content-div.rechts {
  justify-content: flex-end;
  align-items: flex-end;
}

.contact-main-content-column {
  width: 50%;
  padding: 10px 10px 39px;
}

.contact-back-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-h2 {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 17px;
}

.contact-para {
  margin-top: 22px;
  font-style: normal;
}

.contact-info {
  width: 100%;
  margin-bottom: 2px;
  padding-top: 6px;
  font-size: 17px;
}

.contact-info.mail {
  color: #fff;
  font-family: Abcdiatypemono, sans-serif;
  text-decoration: underline;
  transition: color .45s;
}

.contact-info.mail:hover {
  color: #3aa3dc;
}

.contact-info.adres {
  font-family: Abcdiatypemono, sans-serif;
}

.contact-button-link {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  flex: 1;
  align-self: flex-start;
  margin: 10px 3px 13px -5px;
  padding: 6px 32px;
  font-family: Abcdiatypemono, sans-serif;
  font-size: 16px;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94);
}

.contact-button-link:hover {
  background-color: #3aa3dc;
}

.contactitem {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 55px;
  display: flex;
}

.contactitem.rechts {
  text-align: right;
}

.italic-text {
  font-style: italic;
}

.bloemgif {
  height: 200px;
  margin-bottom: 32px;
}

.mobilemenu-imgwrapper {
  pointer-events: none;
}

.pagina-main {
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.pagina-main-landingimg-div {
  width: 100%;
  height: 100vh;
  position: relative;
}

.pagina-main-arrow-div {
  justify-content: center;
  align-items: center;
  padding-top: 22px;
  padding-bottom: 22px;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pagina-main-arrow-div:hover {
  opacity: .4;
}

.pagina-arrowdown-img {
  width: 30px;
  opacity: 1;
  mix-blend-mode: exclusion;
}

.pagina-main-content-div {
  z-index: 30;
  width: 100%;
  min-height: 100vh;
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: flex-start;
  padding-top: 111px;
  padding-bottom: 111px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pagina-column {
  width: 50%;
}

.pagina-title-h1 {
  margin-top: 0;
  font-size: 60px;
}

.pagina-undertitle-txt {
  margin-bottom: 29px;
  margin-top:20px;
  font-family: Abcdiatypemono, sans-serif;
  font-size: 16px;
  font-style: normal;
}

.agenda-main-gradient {
  z-index: 10;
  height: 45vh;
  background-image: linear-gradient(to top, #000 7%, rgba(0, 0, 0, 0));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.agendacolumn.agendacolumnleft {
  padding-right: 31px;
}

.agendacolumn.agendacolumnright {
  width: 100%;
}

.agendaitem {
  height: 60px;
  border-top: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  padding-top: 11px;
  padding-bottom: 11px;
  display: flex;
}

.agendaitem-txt {
  align-items: center;
  padding-right: 0;
  font-size: 15px;
  font-style: normal;
  display: flex;
}

.agendaitem-txt.date {
  flex: 0 auto;
  justify-content: flex-end;
  padding-right: 17px;
  font-family: Abcdiatypemono, sans-serif;
}

.agendaitem-txt.city {
  width: 120px;
  text-align: right;
  justify-content: flex-end;
  padding-right: 23px;
}

.agendaitem-txt.venue {
  text-align: center;
  flex: 0 auto;
  justify-content: flex-end;
  font-family: Abcdiatypemono, sans-serif;
}

.agendaitem-section {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.agendaitem-section.right {
  justify-content: flex-end;
  align-items: center;
}

.agenda-button-link {
  width: 150px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 3px;
  margin-right: 3px;
  padding: 4px 17px;
  font-family: Abcdiatypemono, sans-serif;
  font-size: 16px;
  font-style: normal;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.agenda-button-link:hover {
  background-color: #3aa3dc;
}

.agenda-button-link.uitverkocht:hover {
  background-color: #d62121;
}

.agenda-button-txt {
  text-align: center;
  white-space: nowrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.agenda-title-h1 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 60px;
  line-height: 50px;
}

.agenda-legenda-txt {
  font-family: Abcdiatypemono, sans-serif;
  font-style: normal;
}

.agendalegenda {
  flex-direction: row;
  display: flex;
}

.legendaitem {
  justify-content: flex-start;
  align-items: center;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-right: 42px;
  display: flex;
}

.legendacolor {
  width: 10px;
  height: 10px;
  background-color: #3fa3db;
  border-radius: 100px;
  flex: none;
  margin-left: 6px;
  margin-right: 6px;
}

.legendacolor.l2 {
  background-color: #db783f;
}

.legendacolor.lother {
  background-color: #000;
}

.legendatxt {
  margin-left: 5px;
  font-family: Abcdiatypemono, sans-serif;
  font-style: normal;
}

.agenda-item-venuediv {
  justify-content: center;
  align-items: center;
  display: flex;
}

.white-x {
  width: 17px;
  height: 17px;
  background-image: url('../images/Vector-2-Stroke.svg');
  background-position: 0 0;
  background-size: auto;
  margin-top: 8px;
  margin-right: 8px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.no-margin {
  margin-bottom: 0;
}

.no-margin.white-text {
  color: #fff;
}

.no-margin.white-text.max-700 {
  padding-right: 29px;
}

.popup-content {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  padding: 0px 60px;
}

.cookie-button-bottom {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 5px;
  margin-right: 35px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 500;
}

.cookie-button-bottom:hover {
  border-bottom-style: solid;
  border-bottom-color: #203492;
}

.cookie-span {
  color: #b5e3f4;
  border-bottom-style: none;
  font-weight: 600;
}

.popup-wrapper {
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, .12);
  border: 1px solid #fff;
  border-radius: 13px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 16px;
  padding: 21px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-container {
  z-index: 80;
  width: 50%;
  justify-content: flex-end;
  align-items: center;
  padding: 10px;
  font-size: 12px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: visible;
  transition: all 1s; /*speed of animation*/
}

.popuphidden {
opacity: 0%;
pointer-events: none;
}

.popup-h2 {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 6px;
  padding-left: 48px;
  padding-right: 48px;
  font-family: Abcdiatypemono, sans-serif;
  font-size: 17px;
}

.pop-up-text {
  width: 100%;
  color: #fff;
  text-align: center;
  margin-bottom: 2px;
  padding-top: 6px;
  font-size: 17px;
}

.pop-up-text.mail {
  color: #fff;
  font-family: Abcdiatypemono, sans-serif;
  text-decoration: underline;
  transition: color .45s;
}

.pop-up-text.mail:hover {
  color: #3aa3dc;
}

.pop-up-text.adres {
  font-family: Abcdiatypemono, sans-serif;
}

.pop-up-text.venue {
  padding-top: 31px;
  font-size: 30px;
}

.popup-button-link {
  width: 100%;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  flex: 1;
  align-self: center;
  margin: 4px 3px 10px -5px;
  padding: 6px 32px;
  font-family: Abcdiatypemono, sans-serif;
  font-size: 16px;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94);
}

.popup-button-link:hover {
  background-color: #3aa3dc;
}

.popup-button-txt {
  text-align: center;
  white-space: nowrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .wrapper {
    padding-left: 26px;
    padding-right: 26px;
  }

  .album-list-item {
    margin-bottom: 100px;
    margin-left: 22px;
    margin-right: 22px;
  }

  .album-button-link {
    margin-left: 19px;
    margin-right: 19px;
    padding: 6px 23px;
  }

  .album-grid {
    align-content: space-between;
    align-items: stretch;
  }

  .contact-main-content-div.rechts {
    padding-bottom: 36px;
  }

  .agendaitem-txt.venue {
    white-space: nowrap;
  }

  .agenda-title-h1 {
    font-size: 40px;
  }

  .agendalegenda {
    flex-direction: column;
  }

  .legendacolor.lother {
    background-color: #000;
  }

  .popup-wrapper {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    z-index: 80;
  }

  .main-img-div.mainimgleft {
    width: 100%;
    height: auto;
    flex: 0 auto;
    position: relative;
  }

  .main-img-div.mainimgright {
    flex: 0 auto;
  }

  .main-logo-txt {
    font-size: 25px;
  }

  .header-extramenu-div {
    display: none;
  }

  .header-extramenu-div.mobile {
    opacity: 1;
    padding-top: 62px;
    display: flex;
    transform: none;
  }

  .header-extramenu-div.mobile.right {
    align-items: flex-end;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .header-menu-txt {
    padding-right: 0;
    font-size: 18px;
  }

  .header-menu-txt.mobilemenuheader {
    color: #3fa3db;
  }

  .cursor {
    display: none;
  }

  .header-menu-div {
    z-index: 96;
  }

  .header-extramenu-txt.mobile {
    opacity: 1;
    margin-bottom: 21px;
    font-size: 18px;
  }

  .main-home-div {
    flex-direction: column;
    display: none;
  }

  .loading-container {
    width: 50vw;
  }

  .header-piecidarker {
    pointer-events: none;
  }

  .footer-extramenu-div {
    position: relative;
  }

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

  .m-main-img-div {
    width: 100%;
    height: 50%;
    position: relative;
    top: auto;
    bottom: auto;
    overflow: hidden;
  }

  .m-main-img-div.mainimgleft {
    width: 100%;
    height: auto;
    flex: 0 auto;
    position: relative;
  }

  .m-main-img-div.mainimgright {
    flex: 0 auto;
  }

  .mobilemenu-wrapper {
    z-index: 93;
    display: block;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .mobilemenu {
    z-index: 98;
    background-color: rgba(0, 0, 0, .9);
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .mobilemenu.left, .mobilemenu.right {
    display: none;
  }

  .mobilemenu-close-div {
    align-items: center;
    padding-bottom: 15px;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .arrowdown-img {
    width: 30px;
  }

  .header-menu-txt-copy {
    padding-right: 0;
    font-size: 18px;
  }

  .header-menu-txt-copy.mobilemenuheader {
    color: #3fa3db;
  }

  .header-logo-txt {
    font-size: 25px;
  }

  .wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .wrapper.wrapperagenda, .wrapper.contactpagewrapper {
    flex-direction: column;
  }

  .wrapper.paginawrapper {
    flex-direction: column;
    padding-left: 43px;
    padding-right: 43px;
  }

  .wrapper.agendawrapper {
    width: 1%;
    flex-direction: column;
  }

  .over-main-content-div {
    align-items: flex-start;
    padding-top: 403px;
  }

  .over-main-gradient {
    z-index: 6;
    width: 100%;
    height: 30vh;
    background-image: linear-gradient(360deg, #000 41%, rgba(0, 0, 0, 0));
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .agenda-main-content-column {
    width: 100%;
  }

  .over-main-back-img-wrapper {
    width: 100%;
    height: 50vh;
  }

  .album-list-item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 53px;
  }

  .album-text-div {
    width: 100%;
    margin-left: 0;
  }

  .album-text-h1 {
    margin-top: 0;
  }

  .album-grid {
    grid-template-columns: 1fr;
  }



  .agenda-main-content-div {
    align-items: flex-start;
    padding-top: 24px;
  }

  .contact-main-content-div {
    width: 100%;
    min-height: auto;
    align-items: flex-start;
    padding: 127px 0 0;
  }

  .contact-main-content-div.rechts {
    margin-bottom: 119px;
    padding-top: 116px;
  }

  .contact-main-content-column {
    width: 100%;
  }

  .mobilemenu-imgwrapper {
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 75px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .mobilemenu-img {
    width: 40vw;
  }

  .pagina-main-content-div {
    align-items: flex-start;
    padding-top: 80px;
    padding-bottom: 125px;
  }

  .pagina-column {
    width: 100%;
  }

  .pagina-undertitle-txt {
    margin-bottom: 74px;
  }

  .agendacolumn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .agendacolumn.agendacolumnleft {
    margin-bottom: 69px;
  }

  .agendacolumn.agendacolumnright {
    width: 100%;
  }

  .agendaitem-txt.date {
    padding-right: 12px;
  }

  .agendaitem-txt.city {
    padding-right: 8px;
  }

  .agendaitem-txt.venue {
    white-space: normal;
    display: block;
  }

  .agenda-button-link {
    width: 110px;
    font-size: 12px;
  }

  .no-margin.white-text.max-700 {
    line-height: 25px;
  }

  .popup-content {
    margin-bottom: 20px;
    padding: 0px 0px;
  }

  .popup-content.bottom-banner-content {
    align-items: center;
  }

  .popup-wrapper {
    width: 100%;
    padding: 17px;
  }

  .popup-container {
    width: 100%;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}

@media screen and (max-width: 479px) {
  .main-img-div {
    width: 100%;
    position: relative;
  }

  .main-logo-div {
    pointer-events: none;
  }

  .header-extramenu-div {
    align-items: flex-start;
    padding-top: 42px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-extramenu-div.extramenuright {
    align-items: flex-end;
  }

  .header-extramenu-div.mobile {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-menu-div {
    padding: 20px 20px 0;
  }

  .main-home-div {
    flex-direction: column;
  }

  .loading-container {
    width: 75vw;
  }

  .footer-extramenu-div {
    padding: 15px;
  }

  .m-main-home-div {
    flex-direction: column;
  }

  .m-main-img-div {
    width: 100%;
    position: relative;
  }

  .mobilemenu.left {
    display: none;
  }

  .mobilemenu-close-div {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .arrowdown-div {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .arrowdown-img {
    width: 25px;
  }

  .over-main {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 15px;
    padding-right: 15px;
  }

  .wrapper.paginawrapper, .wrapper.agendawrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .over-main-content-div {
    padding-bottom: 68px;
  }

  .agenda-main-content-column {
    padding-bottom: 10px;
  }

  .agenda-main-button-div {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 42px;
  }

  .over-button-link {
    margin-bottom: 19px;
  }

  .album-list-item {
    margin-left: 10px;
    margin-right: 10px;
  }

  .album-button-link {
    margin-bottom: 19px;
  }

  .album-text-h1 {
    margin-bottom: 2px;
  }

  ._404-button-div {
    margin-bottom: 19px;
  }

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


  .agenda-main-content-div {
    padding-bottom: 90px;
  }

  .contact-main {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .contact-main-content-div {
    padding-bottom: 15px;
  }

  .contact-main-content-column {
    padding-bottom: 10px;
  }

  .contact-button-link {
    margin-bottom: 19px;
  }

  .mobilemenu-img {
    width: 60vw;
  }

  .pagina-main-arrow-div {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pagina-arrowdown-img {
    width: 25px;
  }

  .pagina-main-content-div {
    padding-bottom: 68px;
  }

  .agendaitem {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .agendaitem-txt {
    font-size: 13px;
  }

  .agendaitem-txt.city {
    justify-content: flex-start;
  }

  .agendaitem-section {
    flex-direction: column;
    align-items: flex-start;
  }

  .popup-content.bottom-banner-content {
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .cookie-button-bottom {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .popup-wrapper {
    pointer-events: auto;
    flex-direction: column-reverse;
    margin: 10px;
    padding: 17px 17px 0;
  }

  .popup-container {
    z-index: 80;
    pointer-events: none;
  }

  .popup-h2 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .popup-button-link {
    margin-bottom: 19px;
  }
}

#w-node-_618f6f81-223a-cfe8-b4e7-670a580bc5e2-aaefed0a, #w-node-b9c92d7e-75a8-fcf3-0fde-48fe07020ecf-aaefed0a, #w-node-_53877972-10d8-18c7-7d2d-639ccaae4587-aaefed0a, #w-node-_58cefbcc-6e43-1df4-485c-77ea5cb53cb5-aaefed0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.album-list-item.sold-out .album-button-link.uitverkocht {
  /* color: #db3832;  Red color */
  border-color: #db3832;
}

.album-list-item.sold-out .album-list-img {
  opacity: 0.5;  /* Dimmed effect for sold-out images */
}

.album-button-link.uitverkocht {
  color: #db3832;
  border-color: #db3832;
}

.album-button-link.uitverkocht:hover {
  background-color: #db3832;
  color: #fff;
}


@font-face {
  font-family: 'Neuehaasdisplay';
  src: url('/assets/fonts/NeueHaasDisplay-Mediu.woff2') format('woff2'), url('/assets/fonts/NeueHaasDisplay-Mediu.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abcdiatypemono';
  src: url('/assets/fonts/ABCDiatypeMono-Regular.woff2') format('woff2'), url('/assets/fonts/ABCDiatypeMono-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}