/*
Theme Name: ArnhemProeft!
Theme URI: https://arnhemproeft.nl/
Author: Pixel Creation
Author URI: https://www.pixelcreation.nl/
Description: This is a theme specially developed for ArnhemProeft!
Version: 1.0
Text Domain: arnhemproeft
*/
/* TODO: Fill in the correct information above */
/* TODO: Vervang de screenshot.png */
/* This file is made for all your variables, think of colors you will use, basic spacing etc. */
/* Typography */
/* Colors */
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Chelsea+Market&display=swap");
body {
  font-size: 1rem;
  color: #333;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #F9F3E2;
  margin: 0;
  padding: 0;
  width: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

/* ACCESSIBILITY */
.skip-links a {
  position: absolute;
  top: -100vh;
  left: -100vw;
  z-index: 9999;
  padding: 1.2rem 2rem;
  color: white;
  border-top: 2px solid white;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  background-color: #1d1d1d;
}
.skip-links a:focus {
  top: 8rem;
  left: 0;
}

a:focus-visible, button:focus-visible {
  outline: 2px dotted black;
  z-index: 9999;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 2px white;
  box-shadow: 0 0 0 2px white;
}

.accessibility {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 9px;
  font-size: 16px;
}
.accessibility .set-font-size {
  padding: 0 0 3px 0;
  display: inline-flex;
}
.accessibility .set-font-size .font-size {
  padding: 0 8px 2px 8px;
  display: flex;
  align-items: end;
  line-height: 1;
  border: 0;
  background-color: unset;
}
.accessibility .set-font-size .font-size.font-small {
  font-size: 15px;
}
.accessibility .set-font-size .font-size.font-medium {
  font-size: 18px;
}
.accessibility .set-font-size .font-size.font-large {
  font-size: 21px;
}
.accessibility .set-font-size .font-size:hover {
  text-decoration: underline;
}
.accessibility .set-font-size .font-size.active {
  font-weight: 700;
  cursor: default;
}
.accessibility .set-font-size .font-size.active:hover {
  text-decoration: none;
}
.accessibility .contrast {
  border: 0;
  background-color: unset;
}

/* ------------ TYPOGRAPHY & CONTAINERS ------------ */
h1, h2, h3, h4, h5, h6 {
  font-family: "Chelsea Market";
}

p {
  font-family: "Merriweather" !important;
}

.p-xl {
  font-size: 20px;
}

.container-xxl {
  width: 75%;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 992px) {
  .container-xxl {
    width: 100%;
  }
}

.entry-content-page p {
  padding-bottom: 2rem;
}

.heading-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 4rem 2rem;
}
.heading-container.container-tight {
  margin-left: 9%;
  margin-right: 9%;
}
.heading-container h1 {
  font-size: 50px;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .heading-container h1 {
    font-size: 32px;
  }
}
.heading-container h2 {
  font-size: 32px;
  margin-bottom: 1.5rem;
}
.heading-container p {
  margin: 0;
}
.heading-container .heading-paragraph {
  max-width: 75%;
  font-size: 18px;
}
@media only screen and (max-width: 992px) {
  .heading-container .heading-paragraph {
    max-width: 100%;
  }
}
.heading-container .heading-paragraph a {
  color: #DE583B;
}
.heading-container .heading-paragraph p {
  padding: 1rem 0;
}
.heading-container .news-date {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  margin-bottom: 15px;
  background-color: #DE583B;
  padding: 4px 10px;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  font-family: "Merriweather";
  font-weight: 600;
}
.heading-container .heading-column {
  padding-bottom: 2rem;
  columns: 50px 2;
  column-gap: 2rem;
}
@media only screen and (max-width: 992px) {
  .heading-container .heading-column {
    columns: 50px 1;
  }
}
.heading-container .share-icons {
  position: relative;
}
.heading-container .share-icons a {
  background-color: #DE583B;
  color: white;
  bottom: 0;
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex !important;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.23, 0.01, 0.08, 0.97);
}
.heading-container .share-icons a:hover {
  color: white;
  background-color: #118EA3;
  scale: 1.1;
}

a {
  color: inherit;
  font-weight: 500;
}

.hero-stat {
  font-family: "Chelsea Market";
  color: #DE583B;
  font-size: 60px;
  margin-bottom: 0;
}

.font-unique {
  font-family: "Chelsea Market";
}

.font-standard {
  font-family: "Merriweather";
}

.font-primary {
  color: #118EA3;
}

.font-secondary {
  color: #DE583B;
}

.primary-button {
  background-color: #DE583B;
  padding: 15px 30px;
  border-radius: 30px;
  color: white;
  border: none;
  transition-property: all;
  transition-duration: 200ms;
  width: auto;
  align-self: center;
  font-weight: 600;
  font-size: 18px;
  white-space: nowrap;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .primary-button {
    font-size: 14px;
  }
}
.primary-button:disabled {
  background-color: #777777;
}

.primary-button:hover {
  background-color: #29275C;
  transform: scale(0.95);
}

.secondary-button {
  background-color: #e7e7e7;
  padding: 15px 50px;
  border-radius: 30px;
  color: #5e5e5e;
  border: none;
  transition-property: all;
  transition-duration: 200ms;
  width: auto;
  align-self: center;
  font-weight: 600;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .secondary-button {
    font-size: 14px;
  }
}

.secondary-button:hover {
  background-color: #777777;
  color: white;
  transform: scale(0.95);
}

.highlight-image {
  padding: 0;
  object-fit: cover;
  height: 35rem;
  width: 100%;
}

.highlight-container {
  position: relative;
  margin: 0;
  padding: 0;
}
.highlight-container a {
  text-decoration: none;
}
.highlight-container h1 {
  color: #118EA3;
  font-family: "Chelsea Market";
  margin-bottom: 2rem;
}
.highlight-container p {
  font-family: "Merriweather";
  margin-bottom: 2rem;
}
.highlight-container button {
  align-self: flex-start;
}
.highlight-container .highlight-content {
  margin: 6rem 0;
}
.highlight-container::after {
  background: url("./images/rand-oranje.svg");
  content: "";
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 5rem;
  left: 0;
  right: 0;
  position: absolute;
  bottom: -10px;
  padding: 0;
}

.blog-container {
  width: 100%;
}
.blog-container a {
  text-decoration: none;
}
.blog-container h1 {
  color: #118EA3;
  font-size: 30px;
  margin-bottom: 2rem;
}
.blog-container .blog-wrap {
  overflow: hidden;
  max-height: 8rem;
  mask: linear-gradient(black, black, transparent);
  backdrop-filter: blur(8px);
}
.blog-container p {
  margin-top: 0;
  padding-top: 0;
  font-family: "Merriweather";
  margin-bottom: 2rem;
  color: #23527C;
}
.blog-container button {
  align-self: flex-start;
}
.blog-container img {
  max-height: 18rem;
  object-fit: cover;
}

.promo-container {
  margin-bottom: 3rem;
}
.promo-container img {
  height: 200px;
  width: auto;
  object-fit: scale-down;
}

.sponsor-image {
  padding: 1rem;
}
.sponsor-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  margin-bottom: 2rem;
  padding: 2rem 0;
}

.cta-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.cta-container h2 {
  margin-bottom: 2rem;
}
.cta-container p {
  color: #fff;
  font-family: "Merriweather";
  font-size: 18px;
}
.cta-container a {
  display: block;
  margin-bottom: 4rem;
}
.cta-container .social-icons {
  color: white;
  bottom: 0;
}
.cta-container .social-icons a {
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.cta-container .social-icons a:hover {
  color: #DE583B;
  transition: all 500ms cubic-bezier(0.23, 0.01, 0.08, 0.97);
}

/* -------------- FOOTER STYING ------------- */
footer {
  padding-top: 5rem;
  background-color: #118EA3;
  width: 100%;
}
footer h1 {
  color: #118EA3;
  font-family: "Chelsea Market";
  font-size: 50px;
  margin-bottom: 4rem;
}
footer p {
  color: #fff;
  font-family: "Merriweather";
  font-size: 18px;
  margin-bottom: 4rem;
}
footer button {
  margin-bottom: 2rem;
}
footer .head-sponsor {
  height: 6rem;
  object-fit: contain;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
footer .footer-container {
  padding: 0;
}
footer .footer-container .footer-text {
  font-size: 14px;
  color: #333;
  margin: 0;
}
footer .footer-container a {
  font-size: 14px;
}
footer .footer-container .watermark {
  text-decoration: none;
  color: #868686;
  font-size: 16px;
}

/* -------------- SECTIONS ------------- */
section {
  padding: 4rem 0;
}
section.section-sm {
  padding: 2rem 0;
}
section.section-dark {
  color: #fff;
  background-color: #333;
}
section.section-grey {
  background-color: #e7e7e7;
}

footer .font-unique {
  padding: 4rem 0;
}

/* -------------- BACKGROUND COLORS ------------- */
.bg-gray {
  background-color: #777777;
}

.bg-light-gray {
  background-color: #e7e7e7;
}

.bg-light-blue {
  background-color: #E7F0F1;
}

.bg-white {
  background-color: #fff;
}

.bg-custom-primary {
  background-color: #118EA3;
}

.bg-custom-secondary {
  background-color: #DE583B;
}

.bg-background {
  background-color: #F9F3E2;
}
.bg-background::after {
  background: url("./images/rand-wit.svg");
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  width: 100%;
  height: 80px;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 2;
}

/* ---------------- IMAGE ELEMENTS ---------------- */
.pointerOrange {
  background: url("./images/gebied_pointer_oranje.svg") no-repeat center;
  padding: 70px 25px;
  height: 60px;
  width: 60px;
  color: #fff;
  font-family: "Merriweather";
  background-size: 120px 120px;
  background-position: center center !important;
  overflow: hidden;
}

.pointerBlue {
  background: url("./images/gebied_pointer_blauw.svg") no-repeat center;
  padding: 70px 25px;
  height: 60px;
  width: 60px;
  color: #fff;
  font-family: "Merriweather";
  background-size: 120px 120px;
  background-position: center center !important;
  overflow: hidden;
}

.pointerNumber {
  font-size: 30px;
  padding-top: 35px;
}

.scribbleOrange {
  background: url("./images/swoos_oranje.svg") no-repeat center;
  padding: 30px 30px;
  height: 60px;
}

.scribbleBlue {
  background: url("./images/swoos_blauw.svg") no-repeat center;
  padding: 30px 30px;
  height: 60px;
}

/* BLOCKS */
.block {
  padding: 2rem;
}
.block.block-grey {
  background-color: #777777;
}

/* HEADER */
.topbar {
  font-weight: 400;
  padding: 0.5rem 0.5rem;
  background-color: #fff;
}

.bottom-bar {
  position: fixed;
  bottom: 5rem;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 50rem;
  height: 5.5rem;
  padding: 1rem 1rem;
  background-color: #fff;
  z-index: 99;
  border-radius: 45px;
  box-shadow: 0 5px 15px 2px #111;
}
@media only screen and (max-width: 768px) {
  .bottom-bar {
    width: 20rem;
    height: 5.2rem;
  }
  .bottom-bar p span {
    display: none;
  }
  .bottom-bar .count {
    font-size: 18px;
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .bottom-bar .count {
    display: none;
  }
}
.bottom-bar p {
  font-size: 20px;
}

.customer-navbar {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  font-family: "Merriweather";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.customer-navbar li {
  padding: 0.5rem;
}
.customer-navbar li.active {
  background-color: #118EA3;
  color: #fff;
}
.customer-navbar li a {
  text-decoration: none;
}

.woocommerce-info {
  padding: 2rem;
  background-color: #118EA3;
  color: #fff;
  border-radius: 1rem;
}

.password-input .show-password-input {
  display: none;
}

.custom-min-h {
  min-height: 50vh;
}

.navbar {
  background-color: #fff;
  width: 100%;
  z-index: 999;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  min-height: 6rem;
  transition: all 1s cubic-bezier(0.23, 0.01, 0.08, 0.97);
}
.navbar .navbar-nav {
  gap: 0.5rem;
}
.navbar:has(a[aria-expanded=true]) {
  background-color: #F9F3E2;
}
.navbar .navbar-brand {
  transition: all 0.6s cubic-bezier(0.23, 0.01, 0.08, 0.97);
}
.navbar .navbar-brand img {
  width: 5rem;
}
.navbar .navbar-brand:hover {
  scale: 1.1;
}
.navbar .bar1, .navbar .bar2, .navbar .bar3 {
  width: 30px;
  height: 2px;
  margin: 6px 0;
  transition: 0.3s;
  border: none;
  border-radius: 30px;
  background-color: #DE583B;
}
.navbar .change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 3px);
  transform: rotate(-45deg) translate(-3px, 3px);
}
.navbar .change .bar2 {
  opacity: 0;
}
.navbar .change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
.navbar .close-button {
  position: relative;
  top: 1.5rem;
}
.navbar .close-button .navbar-toggler {
  border: unset;
  padding: 0;
}
.navbar .close-button .navbar-toggler:focus {
  box-shadow: unset;
}
.navbar li {
  margin: 0 !important;
  display: inline-block !important;
  position: relative;
}
.navbar li:not(:last-child) {
  margin: 0;
}
.navbar li .link-dropdown {
  background-image: url(images/arrow_down.svg);
  background-repeat: no-repeat !important;
  background-size: 20px 20px;
  background-position: bottom 50% left 100%;
}
.navbar li a {
  font-family: "Merriweather";
  padding: 0.7rem 0.8rem;
  display: block;
  transition: text-decoration-color 500ms;
  text-decoration: none;
}
.navbar li a:focus, .navbar li a input:focus {
  outline: none;
  border: none;
}
.navbar li a.nav-link {
  color: black;
  border-radius: 0.2rem;
  font-size: 18px;
}
.navbar li a.nav-item-button {
  background-color: #118EA3;
  border-radius: 30px;
  color: white;
  border: none;
  transition-property: all;
  transition-duration: 200ms;
  width: auto;
  align-self: center;
  font-weight: 600;
  font-size: 18px;
  white-space: nowrap;
  text-decoration: none;
  margin: 0 0.5rem;
}
.navbar li a.nav-item-button span {
  padding: 0 0.5rem;
}
@media only screen and (max-width: 768px) {
  .navbar li a.nav-item-button {
    font-size: 16px;
  }
}
.navbar li a[aria-expanded=true] {
  position: relative;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-color: #DE583B;
  width: 100%;
}
.navbar li.dropdown:has(.nav-item-button) {
  background-image: none;
  padding-right: 0;
}
.navbar li.dropdown {
  position: unset; /* very important */
  width: 100%;
  font-family: "Chelsea Market";
}
.navbar li.dropdown .nav-link {
  background-image: url(images/arrow_down.svg);
  background-repeat: no-repeat !important;
  background-size: 20px 20px;
  background-position: right center;
  padding-right: 25px;
}
.navbar li.dropdown .dropdown-menu {
  position: absolute;
  top: 5rem;
  z-index: 0;
  width: 100%;
  margin-top: 0;
  left: 0;
  padding: 0 0 1.8rem 0;
  font-size: 1rem;
  line-height: 1.7;
  border: 0;
  box-shadow: 0 25px 40px -40px #111;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 40px 40px;
  border-bottom-right-radius: 40px 40px;
  border-bottom: 1px solid #e5e7eb;
  background-color: #F9F3E2;
  background-image: url(images/arnhemproeft-iconen-menu.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  animation: slidedown 0.6s cubic-bezier(0.23, 0.01, 0.08, 0.97) forwards;
}
@keyframes slidedown {
  0% {
    opacity: 0;
    transform: translateY(-2.2rem);
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.navbar li.dropdown .dropdown-menu-inner {
  min-width: 100%;
  padding: 2rem 2rem;
  animation: slidein 0.25s ease forwards;
}
@keyframes slidein {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.navbar li.dropdown .dropdown-menu-inner .social-icons {
  position: absolute;
  bottom: 0;
  display: flex;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: fit-content;
}
.navbar li.dropdown .dropdown-menu-inner .social-icons a {
  background-color: #DE583B;
  color: white;
  bottom: 0;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 100%;
  justify-content: center;
}
.navbar li.dropdown .dropdown-menu-inner .social-icons a:hover {
  color: white;
  background-color: #118EA3;
  scale: 1.1;
}
.navbar li.dropdown .dropdown-menu-inner a {
  display: flex;
  align-items: center;
  padding: 0.55rem 0;
  position: relative;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.23, 0.01, 0.08, 0.97);
  font-weight: 500;
  font-size: 18px;
}
.navbar li.dropdown .dropdown-menu-inner a:hover {
  color: #DE583B;
  scale: 1.02;
}
.navbar li.dropdown-mobile {
  top: 0;
  position: unset; /* very important */
}
.navbar li.dropdown-mobile .dropdown-menu {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-top: 0;
  left: 0;
  font-size: 1rem;
  line-height: 1.6;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  animation: slidedown 0.6s cubic-bezier(0.23, 0.01, 0.08, 0.97) forwards;
}
@keyframes slidedown {
  0% {
    opacity: 0;
    transform: translateY(-2.2rem);
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.navbar li.active {
  font-weight: bold;
}
.navbar li.active:after {
  background-image: url(images/swoos_oranje.svg);
  background-repeat: no-repeat !important;
  background-size: 50px 20px;
  display: flex;
  height: 20px;
  bottom: -5px;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  content: "";
}
.navbar li .alert-cart {
  user-select: none;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #DE583B;
  color: #fff;
  padding: 0.15rem 0.5rem;
  border-radius: 75%;
  font-size: 12px;
  font-family: "Merriweather";
}
.navbar li .alert-cart-mobile {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #DE583B;
  color: #fff;
  padding: 0.3rem 0.8rem;
  border-radius: 90%;
  font-size: 16px;
  font-family: "Merriweather";
}

[aria-expanded=false] ~ ul {
  display: none;
}

[aria-expanded=true] ~ ul {
  display: block;
}

/* HERO */
.hero {
  position: relative;
  overflow: hidden;
  height: auto;
  max-height: 75rem;
}
@media screen and (max-width: 300px) {
  .hero {
    height: 30rem;
  }
}
.hero .hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .hero-logo {
  height: 300px;
  width: 300px;
  margin-bottom: 4rem;
}
@media screen and (max-width: 300px) {
  .hero .hero-logo {
    height: 200px;
    width: 100%;
  }
}
.hero #parallax-wrap {
  z-index: 2;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 20%;
  background: url("./images/iconen_arnhemproeft.svg") no-repeat bottom;
  object-fit: cover;
  overflow: auto;
}
.hero .hero-content {
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
}
.hero .hero-overlay {
  background: linear-gradient(0deg, rgb(255, 235, 179) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: no-repeat !important;
  width: 100%;
  background-size: 100% 100%;
  height: 700px;
  z-index: 1;
}
.hero::after {
  background: url("./images/rand-geel.svg");
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  width: 100%;
  height: 80px;
  left: 0;
  right: 0;
  position: absolute;
  bottom: -20px;
  z-index: 2;
}

/* BLOG */
.blog {
  display: block;
  color: #333;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
}
.blog img {
  width: 100%;
  min-height: 22rem;
  max-height: 22rem;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s ease;
  border-radius: 15px;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .blog img {
    min-height: 15rem;
    max-height: 15rem;
  }
}
.blog .blog-content {
  padding: 2rem;
}
.blog:hover {
  text-decoration: none;
  color: #333;
}

/* CONTACT PAGE */
#map_canvas {
  height: 30rem;
}

/* FOOTER */
footer {
  padding: 4rem 0;
  background-color: #777777;
}

.socials {
  margin: 0;
  display: flex;
  gap: 0.8rem;
}

/* SCREEN READER */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.auth-container tfoot td {
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
}
.auth-container tfoot td a {
  background-color: #DE583B;
  padding: 8px 15px;
  border-radius: 30px;
  color: white;
  border: none;
  transition-property: all;
  transition-duration: 200ms;
  width: auto;
  align-self: center;
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
}
.auth-container .woocommerce-message {
  display: none;
}
.auth-container h2 {
  margin-bottom: 2rem;
}
.auth-container .woocommerce-form-row, .auth-container .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.auth-container .woocommerce-form-row label, .auth-container .form-group label {
  margin-bottom: 0.25rem;
}
.auth-container .woocommerce-form-row input, .auth-container .form-group input {
  border: none;
  height: 3rem;
  background-color: #F9F3E2;
  display: inline-block;
  position: relative;
  padding: 0 1rem;
  font-family: "Merriweather";
  width: 100%;
}
.auth-container .woocommerce-form-row textarea, .auth-container .form-group textarea {
  padding: 0.75rem 1rem;
  border: none;
  height: 3rem;
  background-color: #F9F3E2;
  display: inline-block;
  position: relative;
  font-family: "Merriweather";
  width: 100%;
}

.shop-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
.shop-container .price-tag {
  border-radius: 100%;
  background-color: #118EA3;
  color: white;
  padding: 0.5rem;
  font-weight: 600;
  position: relative;
  height: 8rem;
  width: 8rem;
  text-align: center;
  line-height: 10px;
}
.shop-container .price-tag p {
  font-family: "Merriweather";
}
.shop-container .price-tag .price {
  font-size: 25px;
}
.shop-container h2 {
  color: #118EA3;
  font-family: "Chelsea Market";
  font-weight: 600;
  margin-bottom: 1rem;
}
.shop-container h3 {
  color: #118EA3;
  font-family: "Chelsea Market";
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.shop-container p {
  font-family: "Merriweather";
}
.shop-container .shop-form label {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.shop-container .shop-form select, .shop-container .shop-form input {
  height: 3rem;
  background-color: #F9F3E2;
  padding: 0 1rem;
  border: none;
  border-radius: 10px;
  color: #333;
}
.shop-container .shop-form .qty {
  width: 100%;
}
.shop-container .shop-form .woocommerce-message {
  padding: 1rem 2rem;
  background-color: #FFF3CD;
  color: #856405;
  user-focus: none;
  border-radius: 20px;
  font-weight: 600;
  border: none;
  list-style: none;
}
.shop-container .shop-form .woocommerce-error {
  padding: 1rem 2rem;
  background-color: #F8D7DA;
  color: #721C24;
  user-focus: none;
  border-radius: 20px;
  font-weight: 600;
  border: none;
  list-style: none;
}

.loading-bar .progress-bar-labels {
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  .loading-bar .progress-bar-labels {
    font-size: 12px;
  }
}
.loading-bar .bg-green {
  background-color: #5DB85B;
}

.cart-container {
  text-decoration: none;
  min-height: 50vh;
}
.cart-container .progress-bar-labels {
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  .cart-container .progress-bar-labels {
    font-size: 12px;
  }
}
.cart-container .bg-green {
  background-color: #5DB85B;
}
.cart-container .product-image {
  height: 6rem;
  width: 6rem;
  border-radius: 10px;
  overflow: hidden;
}
.cart-container .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cart-container tbody {
  border-style: none;
  border-collapse: collapse;
}
.cart-container .product-title {
  font-weight: 600;
}

.text-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
.text-container h2, .text-container h3 {
  color: #118EA3;
  font-family: "Chelsea Market";
  margin-bottom: 1rem;
}
.text-container h3 {
  font-size: 28px;
}
.text-container p {
  font-family: "Merriweather";
  margin-bottom: 0;
  font-size: 16px;
}

.gallery img {
  transition: all 0.5s cubic-bezier(0, 0.44, 0.05, 0.94);
}
.gallery img:hover {
  filter: brightness(0.6);
}
.gallery p {
  font-family: "Merriweather";
  margin-bottom: 0;
  font-size: 16px;
}

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

/* ---------------- EVENT / PROGRAMMA PAGE --------- */
.event-buttons {
  padding-bottom: 4rem;
}
.event-buttons .primary-button {
  font-family: "Merriweather";
  background-color: #e7e7e7;
  color: #777777;
  font-weight: 500;
}
.event-buttons .primary-button.active {
  background-color: #DE583B;
  color: #fff;
}
.event-buttons .primary-button:hover {
  background-color: #777777;
  color: #fff;
}

.event-card {
  width: 100%;
  align-self: center;
  display: flex;
  flex-direction: row;
  margin-bottom: 2rem;
}
.event-card h2 {
  font-family: "Chelsea Market";
  font-size: 22px;
}
.event-card h3 {
  font-family: "Merriweather";
  font-size: 16px;
  color: #118EA3;
}
.event-card .event-card-wrap {
  overflow: hidden;
  max-height: 7rem;
  mask: linear-gradient(black, black, transparent);
  backdrop-filter: blur(8px);
}
.event-card .image-snippet {
  margin-left: 10px;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: scale-down;
}
.event-card p {
  font-family: "Merriweather";
  font-size: 16px;
}
.event-card .vertical_dotted_line {
  border-left: 2px dotted #F1EBE7;
  height: auto;
}
.event-card .event-link {
  text-align: start;
  color: #DE583B;
  text-decoration: none;
  font-family: "Merriweather";
  margin-bottom: 2rem;
}
.event-card img {
  height: 250px;
  width: auto;
}

/* ----------------- LIGHTBOX LOGIC ---------------- */
.lightbox {
  /* Default to hidden */
  display: none;
  /* Overlay entire screen */
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 4em;
  /* Translucent background */
  background: rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 768px) {
  .lightbox {
    padding: 0.5em;
  }
}

.lightbox:target {
  display: block;
}

.lightbox:target span {
  animation: fadeInScale 0.5s cubic-bezier(0.21, 0, 0.05, 0.94);
}

.lightbox span {
  /* Full width and height */
  display: block;
  width: 100%;
  height: 100%;
  /* Size and position background image */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@keyframes fadeInScale {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* -------------- CONTACT PAGE ------------------ */
.ninja-form {
  color: #fff;
}
.ninja-form h3 {
  font-family: "Chelsea Market";
  font-size: 36px;
}
.ninja-form input:not([type=submit]), .ninja-form textarea {
  border: none;
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: #F9F3E2;
  font-family: "Merriweather";
}

.contact-container {
  margin: 2rem 0;
  font-family: "Merriweather";
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.participant-container .participant-backdrop {
  background-color: white;
  min-height: 15rem;
  max-height: 15rem;
  width: 100%;
  padding: 4rem;
  margin-bottom: 3rem;
}
.participant-container .participant-description {
  min-height: 50%;
  max-height: 50%;
}

/* ------------ WOOCOMMERCE STYLING OVERRIDES --------*/
.woocommerce-orders-table {
  margin-bottom: 1rem;
}
.woocommerce-orders-table td, .woocommerce-orders-table tr, .woocommerce-orders-table th {
  border: 1px solid #ddd;
  text-align: left;
  padding: 0 5px;
}
.woocommerce-orders-table .woocommerce-orders-table__cell-order-number, .woocommerce-orders-table .woocommerce-orders-table__header-order-number {
  display: block;
}
@media only screen and (max-width: 768px) {
  .woocommerce-orders-table .woocommerce-orders-table__cell-order-number, .woocommerce-orders-table .woocommerce-orders-table__header-order-number {
    display: none;
  }
}
.woocommerce-orders-table .woocommerce-orders-table__row--status-completed .woocommerce-orders-table__cell-order-status {
  color: #0ad20a;
  font-weight: bold;
}
.woocommerce-orders-table .woocommerce-orders-table__row--status-processing .woocommerce-orders-table__cell-order-status {
  color: #118EA3;
  font-weight: bold;
}
.woocommerce-orders-table .woocommerce-orders-table__row--status-failed .woocommerce-orders-table__cell-order-status {
  color: red;
  font-weight: bold;
}
.woocommerce-orders-table .woocommerce-orders-table__row--status-cancelled .woocommerce-orders-table__cell-order-status {
  color: red;
  font-weight: bold;
}
.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.woocommerce-error {
  background-color: #F8D7DA;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
}

.pay-for-order-container .shop_table {
  width: 100%;
}

.woocommerce-notices-wrapper {
  margin-bottom: 2rem;
}

.woocommerce-address-fields input {
  border: 1px solid #e5e5e5;
  height: 3rem;
  display: inline-block;
  position: relative;
  padding: 0 1rem;
  font-family: "Merriweather";
  width: 100%;
}

.woo--container h1, .woo--container h2, .woo--container h3 {
  font-family: "Chelsea Market";
  color: #118EA3;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.woo--container label {
  font-family: "Merriweather";
}
.woo--container label .required {
  color: red;
  text-decoration: none;
}
.woo--container input {
  border: none;
  height: 3rem;
  background-color: #F9F3E2;
  display: inline-block;
  position: relative;
  padding: 0 1rem;
  font-family: "Merriweather";
  width: 100%;
}
.woo--container textarea {
  border: none;
  min-height: 6rem;
  background-color: #F9F3E2;
  display: inline-block;
  position: relative;
  padding: 1rem 1rem;
  font-family: "Merriweather";
  width: 100%;
}
.woo--container .select2-container .select2-selection--single {
  border: none;
  height: 3rem;
  background-color: #F9F3E2;
  display: inline-block;
  position: relative;
  padding: 0.3rem 0.5rem;
  font-family: "Merriweather";
  width: 100%;
}
.woo--container .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px !important;
}
.woo--container .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px !important;
}

.woocommerce-EditAccountForm input {
  border: 1px solid #e5e5e5;
  height: 3rem;
  display: inline-block;
  position: relative;
  padding: 0 1rem;
  font-family: "Merriweather";
  width: 100%;
}

.woocommerce h2, .woocommerce legend {
  font-family: "Chelsea Market";
  color: #118EA3;
}

.shop-notice {
  background-color: #fff;
  border-radius: 20px;
  padding: 2rem;
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
}
.shop-notice h2 {
  margin-bottom: 1rem;
}

.activity-calendar {
  font-family: "Merriweather";
  font-size: 20px;
  margin: 3rem 0;
  border-bottom: dotted 1.5px rgba(0, 0, 0, 0.2);
}
.activity-calendar p {
  font-family: "Chelsea Market";
  font-weight: 800;
}

.speaker-container {
  padding: 3rem 0;
}
.speaker-container .speaker-img {
  width: 100%;
  height: 20rem;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s ease;
  margin-bottom: 2rem;
}
.speaker-container .scribbleOrange {
  width: 1.5rem;
  margin-bottom: 0.5rem;
}

@media only screen and (max-width: 768px) {
  .hero {
    height: 40rem;
  }
  .hero-overlay {
    height: 900px;
  }
}
/* ------------------- MISC ------------------- */
.confetti {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.confetti-piece {
  position: absolute;
  width: 8px;
  height: 16px;
  background: #ffd300;
  top: 0;
  opacity: 0;
}
.confetti-piece:nth-child(1) {
  left: 7%;
  transform: rotate(14deg);
  animation: makeItRain 800ms infinite ease-out;
  animation-delay: 395ms;
  animation-duration: 776ms;
}
.confetti-piece:nth-child(2) {
  left: 14%;
  transform: rotate(-7deg);
  animation: makeItRain 800ms infinite ease-out;
  animation-delay: 59ms;
  animation-duration: 802ms;
}
.confetti-piece:nth-child(3) {
  left: 21%;
  transform: rotate(65deg);
  animation: makeItRain 800ms infinite ease-out;
  animation-delay: 146ms;
  animation-duration: 575ms;
}
.confetti-piece:nth-child(4) {
  left: 28%;
  transform: rotate(-70deg);
  animation: makeItRain 800ms infinite ease-out;
  animation-delay: 281ms;
  animation-duration: 607ms;
}
.confetti-piece:nth-child(5) {
  left: 35%;
  transform: rotate(-56deg);
  animation: makeItRain 800ms infinite ease-out;
  animation-delay: 217ms;
  animation-duration: 563ms;
}
.confetti-piece:nth-child(6) {
  left: 42%;
  transform: rotate(19deg);
  animation: makeItRain 800ms infinite ease-out;
  animation-delay: 97ms;
  animation-duration: 740ms;
}
.confetti-piece:nth-child(7) {
  left: 49%;
  transform: rotate(69deg);
  animation: makeItRain 800ms infinite ease-out;
  animation-delay: 11ms;
  animation-duration: 721ms;
}
.confetti-piece:nth-child(8) {
  left: 56%;
  transform: rotate(-13deg);
  animation: makeItRain 800ms infinite ease-out;
  animation-delay: 240ms;
  animation-duration: 854ms;
}
.confetti-piece:nth-child(9) {
  left: 63%;
  transform: rotate(63deg);
  animation: makeItRain 800ms infinite ease-out;
  animation-delay: 99ms;
  animation-duration: 582ms;
}
.confetti-piece:nth-child(10) {
  left: 70%;
  transform: rotate(66deg);
  animation: makeItRain 800ms infinite ease-out;
  animation-delay: 298ms;
  animation-duration: 613ms;
}
.confetti-piece:nth-child(11) {
  left: 77%;
  transform: rotate(16deg);
  animation: makeItRain 800ms infinite ease-out;
  animation-delay: 393ms;
  animation-duration: 902ms;
}
.confetti-piece:nth-child(12) {
  left: 84%;
  transform: rotate(-41deg);
  animation: makeItRain 800ms infinite ease-out;
  animation-delay: 398ms;
  animation-duration: 889ms;
}
.confetti-piece:nth-child(13) {
  left: 91%;
  transform: rotate(-12deg);
  animation: makeItRain 800ms infinite ease-out;
  animation-delay: 285ms;
  animation-duration: 610ms;
}
.confetti-piece:nth-child(odd) {
  background: #009ad5;
}
.confetti-piece:nth-child(even) {
  z-index: 1;
}
.confetti-piece:nth-child(4n) {
  width: 5px;
  height: 12px;
  animation-duration: 1600ms;
}
.confetti-piece:nth-child(3n) {
  width: 3px;
  height: 10px;
  animation-duration: 2000ms;
  animation-delay: 800ms;
}
.confetti-piece:nth-child(4n-7) {
  background: #f4306d;
}

@keyframes makeItRain {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    transform: translateY(200px);
  }
}
/* ---------------- CAROUSEL STYLING ------------- */
.owl-carousel {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.owl-carousel .owl-stage-outer {
  direction: ltr;
}
.owl-carousel .owl-stage {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.owl-carousel .item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 2rem;
}
.owl-carousel .item img {
  display: block;
  max-width: 600px;
  height: auto;
  max-height: 100px;
  margin: 0 auto; /* Add this to center the image */
  object-fit: scale-down;
}

.vh-50 {
  min-height: 50vh;
}

.map-image {
  height: auto;
  width: 100%;
  object-fit: cover;
}

.optreden-img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  object-position: top;
}

.social-icons {
  color: white;
  bottom: 0;
}
.social-icons a {
  margin-top: 1.5rem;
  margin-bottom: 0;
  background-color: #DE583B;
  padding: 1rem;
  border-radius: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 4rem;
  height: 4rem;
}
.social-icons a:hover {
  color: gray;
  transition: all 500ms cubic-bezier(0.23, 0.01, 0.08, 0.97);
}

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