* {
  box-sizing: border-box;
}

/********** MAIN CSS **********/
:root {
  --primary: #4EAE32;
  --secondary: #E88F2A;
  --primary2: #ACC653;
  --light: #cccccc;
  --dark: #2B2825;
  --red: #D81A1F;
  --darkgreen: #135428;
}

html {
  scroll-behavior: smooth;
}

.bg-primary {
  background-color: #4EAE32 !important;
}

.bg-darkgreen {
  background: #135428;
}

.notification-semi-trans-green {
  background-color: rgba(78, 174, 50, 0.3333333333);
}

@font-face {
  font-family: "VerdanaPro";
  src: url("/font/verdana/VerdanaPro-Regular.eot");
  src: url("/font/verdana/VerdanaPro-Regular.woff2") format("woff2");
  src: url("/font/verdana/VerdanaPro-Regular.woff") format("woff");
  src: url("/font/verdana/VerdanaPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: VerdanaProCondRegular;
  src: url("/font/verdana/VerdanaPro-CondRegular.ttf") format("truetype");
  font-weight: normal;
}
body {
  font-family: "VerdanaProCondRegular", sans-serif;
  display: flex;
  flex-direction: column;
}

h1, h2 {
  font-family: "VerdanaProCondRegular", sans-serif;
  text-align: start;
}

.hidden {
  display: none;
}

/* Font effects and sizes */
.text-small {
  font-size: smaller;
}

.text-gradient-green {
  background: -webkit-linear-gradient(right, #4EAE32 40%, #135428 60%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Widths */
.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  min-width: 30%;
  max-width: 30%;
}

.w-40 {
  width: 40%;
}

.w-45 {
  width: 45%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95%;
}

/* Heights */
.h-20 {
  height: 20%;
}

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

h1,
h2,
.font-weight-bold {
  font-family: "VerdanaProCondRegular", sans-serif;
  font-weight: 700;
}

h3,
h4,
.font-weight-semi-bold {
  font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
  font-weight: 500 !important;
}

.bg-primary {
  background-color: #4EAE32;
}

a:hover {
  color: #E88F2A;
}

.btn {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  transition: 0.5s;
}

.text-bold {
  font-weight: bold;
  font-size: larger;
}

.btn-primary {
  color: #FFFFFF;
}

.border-inner {
  position: relative;
}
.border-inner * {
  position: relative;
  z-index: 1;
}
.border-inner::before {
  position: absolute;
  content: "";
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background: none;
  border: 1px solid var(--light);
  z-index: 0;
}

.btn-square {
  width: 40px;
  height: 40px;
}

.btn-sm-square {
  width: 30px;
  height: 30px;
}

.btn-lg-square {
  width: 50px;
  height: 50px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 0;
  border-radius: 0;
  z-index: 99;
  box-shadow: gray 0px 0px 5px;
}

.navbar-dark .navbar-nav .nav-link {
  font-family: "Oswald", sans-serif;
  padding: 30px 15px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--light);
  outline: none;
  transition: 0.5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
  padding: 20px 15px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: var(--primary);
}

.navbar-brand {
  padding-top: 1em;
  padding-bottom: 1em;
  margin-right: 1em;
  font-size: 1em;
  white-space: normal;
}
.navbar-brand h1 {
  color: #FAF3EB;
}

.dropdown-menu.show {
  position: inherit;
}

@media (max-width: 991.98px) {
  .navbar-dark .navbar-nav .nav-link {
    padding: 10px 0;
    background: none;
  }
}
aside {
  display: none;
  width: 15%;
}
aside ul li {
  display: flex;
  flex-direction: row;
  padding: 1em;
}
aside a {
  width: 100%;
  height: 100%;
  padding: 1em;
}

.hero-header {
  background-size: cover;
  min-height: 10vh;
  font-size: 1.5em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero-header .container {
  min-height: 100vh;
}
.hero-header p, .hero-header h1, .hero-header h2, .hero-header h3, .hero-header h4 {
  font-family: "VerdanaProCondRegular", sans-serif;
  text-align: center;
}
.hero-header .heroText {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  text-align: center;
  min-height: 100vh;
}
.hero-header .heroText h1, .hero-header .heroText h2 {
  font-family: "VerdanaProCondRegular", sans-serif;
  font-size: 2.5rem;
  color: #4EAE32;
}
.hero-header .heroButton h2 {
  font-size: 1rem;
  display: inline;
  margin-top: 2em;
}
.homepageImg {
  width: 100%;
}

.btn-play {
  position: relative;
  display: block;
  box-sizing: content-box;
  width: 16px;
  height: 26px;
  border-radius: 100%;
  border: none;
  outline: none !important;
  padding: 18px 20px 20px 28px;
  background: #FFFFFF;
}

.btn-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 100%;
  animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 100%;
  transition: all 200ms;
}

.btn-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  left: -1px;
  border-left: 16px solid var(--primary);
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    opacity: 0;
  }
}
#videoModal .modal-dialog {
  position: relative;
  max-width: 800px;
  margin: 60px auto 0 auto;
}

#videoModal .modal-body {
  position: relative;
  padding: 0;
}

#videoModal .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  top: -30px;
  z-index: 999;
  font-size: 30px;
  font-weight: normal;
  color: #FFFFFF;
  background: #000000;
  opacity: 1;
}

/* END HERO */
.section-title::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 10px;
  left: 50%;
  bottom: 0;
  margin-left: -30px;
  background: var(--primary);
}

.section-title::after {
  position: absolute;
  content: "";
  width: 180px;
  height: 2px;
  left: 50%;
  bottom: 4px;
  margin-left: -90px;
  background: var(--primary);
}

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

.ruilsysteem .cloversAndText {
  width: 90%;
  justify-content: space-between;
}
.ruilsysteem .cloversAndText .clovers {
  width: 50%;
}
.ruilsysteem .cloversAndText p {
  width: 50%;
}
.ruilsysteem p {
  width: 100%;
  text-align: start;
  font-size: larger;
}

.bg-offer {
  background: linear-gradient(rgba(43, 40, 37, 0.9), rgba(43, 40, 37, 0.9)), url(/img/bg5.jpg) center center no-repeat;
  background-size: cover;
}

.team-item img {
  transition: 0.5s;
}

.team-item:hover img {
  transform: scale(1.1);
  filter: blur(5px);
}

.team-item .team-overlay {
  transition: 0.5s;
  opacity: 0;
}

.team-item:hover .team-overlay {
  opacity: 1;
}

.testimonial-carousel .owl-dots {
  height: 45px;
  margin-top: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 2px;
  width: 10px;
  height: 25px;
  background: #DDDDDD;
  transition: 0.5s;
}

.testimonial-carousel .owl-dot.active {
  height: 45px;
  background: var(--primary);
}

.testimonial-carousel .owl-item .testimonial-item {
  opacity: 0.1;
  transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
  opacity: 1;
}

.bg-img {
  background: linear-gradient(rgba(43, 40, 37, 0.5), rgba(43, 40, 37, 0.5)), url(/img/bg1.jpg) center center no-repeat;
  background-size: cover;
}

.bg-green-gradient {
  background: linear-gradient(rgb(181, 220, 176), rgb(255, 255, 255)), url(/img/bg1.jpg) center center no-repeat;
}

.rounded-top-2 {
  font-weight: bold;
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
}

.rounded-2 {
  border-radius: 2em;
}

.bg-secondary {
  background-color: #E88F2A;
}

.gsm-outline {
  width: 100%;
  height: 600px;
  background-color: #000;
  border: 1em solid black;
  border-left: 0.5em solid black;
  border-right: 0.5em solid black;
  position: relative;
  border-radius: 20px;
  padding-bottom: 1.2em;
}
.gsm-outline .screen {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: #69AB47;
}
.gsm-outline #map {
  width: 100%;
  height: 100%;
  margin-bottom: 1em;
}
.gsm-outline #map .loading-overlay-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(125, 108, 108);
  min-width: 100%;
  height: 100%;
}
.gsm-outline #map .loading-overlay p {
  margin-top: 10px;
}
.gsm-outline #map div {
  margin-bottom: 1.1em;
}
.gsm-outline .suggestions {
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  max-height: 150px;
  overflow-y: auto;
  z-index: 1000;
  margin: 0;
}
.gsm-outline .suggestion {
  cursor: pointer;
  position: relative;
}
.gsm-outline .suggestion a {
  color: #395037;
  text-decoration: none;
}
.gsm-outline .suggestion:hover {
  background-color: #f5f5f5;
}
.gsm-outline #capture {
  width: 100%;
  height: auto;
  margin: auto;
  padding: 1em;
  border-radius: 5px;
  z-index: 999;
}
.gsm-outline #capture div {
  font-family: "VerdanaPro", sans-serif;
}
.gsm-outline #capture table {
  display: flex;
  flex-direction: column;
  margin: auto;
  border: none;
}
.gsm-outline #capture table tbody {
  display: flex;
  flex-direction: column;
}
.gsm-outline #capture table tbody tr {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-align: left;
}
.gsm-outline #capture table tbody tr td {
  padding: 0.5em;
  font-weight: normal;
}
.gsm-outline #capture table tbody tr td:nth-child(1) {
  width: 50%;
  font-weight: 600;
}

.full-map-outline {
  width: 100vw;
  height: 100vh;
  background-color: white;
  border: 1em solid white;
  border-left: 0.5em solid white;
  border-right: 0.5em solid white;
  position: relative;
  border-radius: 20px;
  padding-bottom: 1.2em;
}
.full-map-outline .screen {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.full-map-outline #map {
  width: 100%;
  height: 100%;
  margin-bottom: 1em;
}
.full-map-outline #map .loading-overlay-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(125, 108, 108);
  min-width: 100%;
  height: 100%;
}
.full-map-outline #map .loading-overlay p {
  margin-top: 10px;
}
.mapSidebar.show .full-map-outline #map {
  width: 90%;
}
.full-map-outline #topbar {
  background: #0b2e13;
  color: white;
  padding: 1em;
}
.full-map-outline .mapSidebar {
  display: block;
  width: 0px; /* Standaard Hoogte van de sidebar */
  transition: width 0.3s; /* Overgangseffect voor soepele animatie */
}
@media screen and (min-width: 1000px) {
  .full-map-outline .mapSidebar {
    display: block;
    width: 25%;
  }
}
.full-map-outline .mapSidebar.show {
  width: 10%; /* Height van de sidebar wanneer deze is ingeklapt */
}
.full-map-outline #toggleSidebarBtn {
  margin: 0;
  padding: 2em;
  height: auto;
  display: none;
}
@media screen and (min-width: 800px) {
  .full-map-outline #toggleSidebarBtn {
    display: block;
  }
}
.full-map-outline .suggestion {
  cursor: pointer;
  position: relative;
  background: #4EAE32;
}
.full-map-outline .suggestion a {
  color: white;
  text-decoration: none;
}

/*======================================================= Voor ruilkasthouders ====================================================*/
.ruilkastHouders {
  display: flex;
  flex-direction: column;
}
.ruilkastHouders .wrapper {
  background: white;
  padding: 50px;
  text-align: start;
}
.ruilkastHouders .wrapper i.edit-btn {
  color: #E88F2A;
}
.ruilkastHouders .wrapper .icon {
  position: relative;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  display: inline-block;
  align-items: start;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1) inset;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  color: #333;
  text-decoration: none;
  border: 1px solid;
}
.ruilkastHouders .wrapper .icon:hover {
  cursor: pointer;
}
.ruilkastHouders .wrapper .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  color: #0b2e13;
}
.ruilkastHouders .wrapper .icon:hover span, .ruilkastHouders .wrapper .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}
.ruilkastHouders .wrapper .icon:hover .tooltip::before {
  background-color: white;
  color: #ffffff;
}
.ruilkastHouders .wrapper .icon.facebook:hover {
  background-color: #3b5999;
  color: #ffffff;
}
.ruilkastHouders .wrapper .icon.twitter:hover {
  background-color: #46c1f6;
  color: #ffffff;
}
.ruilkastHouders .wrapper .icon.instagram:hover {
  background: linear-gradient(140deg, #405de6, #5851db, #833ab4, #c13584, #e1306c);
  color: #ffffff;
}
.ruilkastHouders .wrapper .icon.linkedin:hover {
  background-color: #0A66C2;
  color: #ffffff;
}
.ruilkastHouders .wrapper .icon.pinterest:hover {
  background-color: #de463b;
  color: #ffffff;
}
.ruilkastHouders .wrapper .icon.tiktok:hover {
  background-color: black;
  color: #ffffff;
}
.ruilkastHouders .wrapper .icon.tiktok:hover path {
  fill: #ffffff;
}
.ruilkastHouders .wrapper .icon .tooltip {
  display: none;
  position: absolute;
  top: 0;
  line-height: 1.5;
  font-size: 14px;
  background-color: #ffffff;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
@media screen and (min-width: 768px) {
  .ruilkastHouders .wrapper .icon .tooltip {
    display: block;
  }
}
.ruilkastHouders .wrapper .icon .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background-color: #ffffff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/*------------------------------------------------END-Voor ruilkasthouders --------------------------*/
/* ------------------------------------------------Ruilkasten ---------------------------------------*/
.eigen_kastpagina .bericht {
  width: 100%;
}
@media screen and (min-width: 800px) {
  .eigen_kastpagina .bericht {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .eigen_kastpagina .bericht {
    width: 30%;
  }
}
.eigen_kastpagina .text-block-container {
  border-radius: 2em;
  background: #4EAE32;
  padding: 2em;
}
.eigen_kastpagina .image-container {
  border: 1px solid rgba(128, 128, 128, 0.47);
  border-radius: 2em;
  filter: drop-shadow(10px 0 10px #373737);
  min-height: 250px;
  width: 100%;
}

.loggedinBestLocations h2 {
  color: #4EAE32;
  text-align: center;
}
.loggedinBestLocations .bestLocations {
  min-width: 100%;
  display: flex;
  flex-direction: row;
  color: black;
}
.loggedinBestLocations .bestLocations .locationCard {
  width: 100%;
  border: 1px inset white;
  border-radius: 2em;
  padding: 1em;
  margin: 1em;
}
.loggedinBestLocations .bestLocations .locationCard .lc-card-title {
  color: white;
  text-align: start;
}
.loggedinBestLocations .bestLocations .locationCard .card-text {
  text-align: start;
  color: #4EAE32;
}
.loggedinBestLocations .bestLocations .locationCard .btn-primary {
  border-radius: 2em;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .loggedinBestLocations .bestLocations .locationCard {
    width: 30%;
  }
}

/* Social feed */
.social-feed-box {
  /*padding: 15px;*/
  border: 1px solid #e7eaec;
  background: #fff;
  margin-bottom: 15px;
}

.article .social-feed-box {
  margin-bottom: 0;
  border-bottom: none;
}

.article .social-feed-box:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid #e7eaec;
}

.article .social-feed-box p {
  font-size: 13px;
  line-height: 18px;
}

.social-action {
  margin: 15px;
}

.social-avatar {
  padding: 15px 15px 0 15px;
}

.social-comment .social-comment {
  margin-left: 45px;
}

.social-avatar img {
  height: 40px;
  width: 40px;
  margin-right: 10px;
}

.social-avatar .media-body a {
  font-size: 14px;
  display: block;
}

.social-body {
  padding: 15px;
}

.social-body img {
  margin-bottom: 10px;
}

.social-footer {
  border-top: 1px solid #e7eaec;
  padding: 10px 15px;
  background: #f9f9f9;
}

.social-footer .social-comment img {
  width: 32px;
  margin-right: 10px;
}

.social-comment:first-child {
  margin-top: 0;
}

.social-comment {
  margin-top: 15px;
}

.social-comment textarea {
  font-size: 12px;
}

.form-control, .single-line {
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #e5e6e7;
  border-radius: 1px;
  color: inherit;
  display: block;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  font-size: 14px;
}

/* Move reCAPTCHA v3 badge to the left */
.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}

/* ----------------------------------------END Ruilkasten---------------------------------------------------------*/
/* ----------------------------------------GASTENBOEK ---------------------------------------------------------*/
.guestbook {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  gap: 1em;
  text-align: start;
}
.guestbook .container-fluid #messageForm {
  border: 1px solid red;
  padding: 1em;
  width: 100%;
}
.guestbook .container-fluid .guestbook-entries .entry {
  background: #4EAE32;
}

.guestbook-message {
  color: white;
  margin: 1.25rem 1em;
  justify-content: center;
  max-width: 100%;
  min-width: 33%;
  border-radius: 2em;
  border: 1px solid #4EAE32;
  padding: 1em;
  box-shadow: 0 0 20px #4EAE32;
}

/* ----------------------------------------END GASTENBOEK---------------------------------------------------------*/
/* ----------------------------------------REGISTRATIE---------------------------------------------------------*/
.registration-form-container {
  width: 100%;
}
.registration-form-container .registration-form {
  width: 100%;
  padding: 1em;
}
.registration-form-container .registration-form .form-title {
  font-family: "VerdanaProCondRegular", sans-serif;
  font-size: 1em;
  text-align: center;
}
.registration-form-container .registration-form h5 {
  text-align: center;
}
.registration-form-container .registration-form .form-group {
  padding: 0.5em;
}
.registration-form-container .registration-form label {
  font-weight: 600;
}
.registration-form-container .registration-form input, .registration-form-container .registration-form select {
  border: none;
  border-bottom: 1px solid darkgreen;
  margin-bottom: 1em;
  width: auto;
}
.registration-form-container .registration-form .sb-title {
  position: relative;
  top: -12px;
  font-family: VerdanaProCondRegular, sans-serif;
  font-weight: 500;
}
.registration-form-container .registration-form .sb-title-icon {
  position: relative;
  top: -5px;
}
.registration-form-container .registration-form gmpx-split-layout {
  height: auto;
  width: auto;
}
.registration-form-container .registration-form .gmp-map {
  display: none;
}
.registration-form-container .registration-form h1, .registration-form-container .registration-form h2, .registration-form-container .registration-form h3 {
  margin: 0;
  font-family: VerdanaProCondRegular, sans-serif;
  color: white;
  padding: 1em;
}
.registration-form-container .registration-form input {
  height: 30px;
  margin-right: 0.5em;
}
.registration-form-container .registration-form input {
  border: 0;
  border-bottom: 1px solid black;
  font-size: 14px;
  font-family: VerdanaProCondRegular, sans-serif;
  font-style: normal;
  font-weight: normal;
}
.registration-form-container .registration-form input:focus::placeholder {
  color: white;
}

@media screen and (min-width: 800px) {
  .registration-form-container {
    width: 100%;
  }
  .registration-form-container .registration-form {
    width: 75%;
    display: flex;
    flex-direction: column;
    margin: auto;
    justify-content: center;
    padding: 1em;
  }
  .registration-form-container .registration-form .fixed-container {
    width: 50%;
  }
  .registration-form-container .registration-form .main-container {
    width: 50%;
    border-radius: 1em;
  }
  .registration-form-container .registration-form .layout.row {
    flex-direction: row;
    margin: auto;
    justify-content: space-evenly;
  }
  .registration-form-container .registration-form .layout {
    display: flex;
    height: 100%;
    width: 50%;
  }
  .registration-form-container .registration-form .form-title {
    font-family: "VerdanaPro", sans-serif;
    font-size: 2em;
    width: 100%;
  }
  .registration-form-container .registration-form .form-group {
    padding: 1em;
  }
  .registration-form-container .registration-form label {
    font-weight: 600;
  }
  .registration-form-container .registration-form input, .registration-form-container .registration-form select {
    border: none;
    border-bottom: 1px solid darkgreen;
    margin-bottom: 2em;
    width: 100%;
  }
  .registration-form-container .registration-form .sb-title {
    position: relative;
    top: -12px;
    font-weight: 500;
  }
  .registration-form-container .registration-form .sb-title-icon {
    position: relative;
    top: -5px;
  }
  .registration-form-container .registration-form gmpx-split-layout {
    height: auto;
    min-height: 600px;
    width: 100%;
    max-width: 100%;
    margin: inherit;
    display: flex;
    flex-direction: column;
  }
  .registration-form-container .registration-form gmpx-split-layout:not(:defined) {
    visibility: hidden;
  }
  .registration-form-container .registration-form .panel {
    background: white;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .registration-form-container .registration-form gmp-map {
    display: block;
  }
  .registration-form-container .registration-form h2 {
    margin: 0;
    font-family: "VerdanaProCondRegular", sans-serif;
  }
  .registration-form-container .registration-form input {
    height: 30px;
  }
  .registration-form-container .registration-form input {
    border: 0;
    border-bottom: 1px solid black;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
  }
  .registration-form-container .registration-form input:focus::placeholder {
    color: white;
  }
}
/* ----------------------------------------END REGISTRATIE---------------------------------------------------------*/
.contactPage .contactForm {
  color: black;
  text-align: center;
}
.contactPage .contactForm form label {
  color: black;
}
.contactPage .contactForm form input, .contactPage .contactForm form textarea {
  border-radius: 1em;
}

#openDagDetails {
  display: none;
}

.labels {
  font-family: "VerdanaProCondRegular", sans-serif;
  font-weight: bold;
}

.profileConfirmed {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 30vh;
}

footer {
  width: 100%;
  z-index: 0;
}

/* ============================ MEDIAQUERIES ===========================*/
@media screen and (min-width: 800px) {
  .homepageImg {
    width: 100%;
  }
  .text-gradient-green {
    background: -webkit-linear-gradient(right, #4EAE32 40%, #135428 60%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .hero-header {
    min-height: 10vh;
    padding: 6rem 5rem;
    flex-direction: column;
  }
  .hero-header .container {
    min-width: 100%;
    display: flex;
    min-height: unset;
  }
  .hero-header .row {
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: end;
  }
  .hero-header .row .heroText {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: start;
    min-height: 10vh;
    width: 90%;
  }
  .hero-header .row .heroText h1 {
    max-width: 90%;
  }
  .hero-header .row .heroText h2 {
    font-size: 2.5em;
    max-width: 90%;
    margin: 0;
  }
  .hero-header .row .heroText p, .hero-header .row .heroText h1, .hero-header .row .heroText h2 {
    text-align: end;
    font-family: "VerdanaPro", sans-serif;
  }
  .hero-header p, .hero-header h1, .hero-header h2, .hero-header h3, .hero-header h4 {
    font-family: "VerdanaProCondRegular", sans-serif;
  }
  .hero-header h1, .hero-header h2 {
    margin-bottom: 1em;
  }
  .hero-header .heroText {
    font-family: "VerdanaProCondRegular", sans-serif;
  }
  .hero-header .heroText h1, .hero-header .heroText h2 {
    padding-top: 1em;
    font-size: 3rem;
    text-align: start;
    color: white;
  }
  .hero-header .heroText .heroButton {
    flex-direction: row;
    align-items: center;
    justify-content: start;
    width: 100%;
  }
  .hero-header .heroText .heroButton h2 {
    display: block;
    width: 100%;
    font-size: 1em;
  }
  aside {
    display: block;
  }
  .contactForm {
    text-align: start;
  }
  .guestbook-message {
    color: white;
    max-width: 100%;
    min-width: 33%;
    border-radius: 2em;
    border: 1px solid #4EAE32;
    padding: 1em;
    filter: glow(#4EAE32);
  }
}
@media screen and (min-width: 1200px) {
  .homepageImg {
    width: 500px;
  }
}
p {
  font-size: larger;
}

/* News */
.nieuwsMain .news-item {
  width: 100%;
  height: 100%;
  padding: 1em;
  background-color: #f9f9f9;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 2em;
}
.nieuwsMain .news-item img {
  width: 100%;
  min-height: 300px;
  height: 300px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
  .nieuwsMain .news-item {
    min-width: 33.3%;
  }
}

.single-news-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .single-news-item {
    flex-direction: column;
  }
}
.single-news-item img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.single-news-item h2 {
  margin-top: 20px;
}
.single-news-item h3 {
  margin-top: 10px;
}
.single-news-item p {
  margin-bottom: 10px;
}
.single-news-item .text-small {
  font-size: 0.8rem;
  color: #666;
}

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