/* == SIZES == */
/* == FONTS == */
/* == KLEUREN == */
.container {
  width: 100%;
  max-width: 430px;
  background-color: rgba(185, 229, 255, 0.14);
  min-height: 100vh;
  min-height: 100svh;
  overflow-x: hidden;
  overflow-y: visible;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 920px) {
  .container {
    min-height: 900px !important;
    max-width: 700px !important;
    overflow-y: hidden;
  }
}

.boom {
  position: absolute;
  bottom: 50px;
  left: -75px;
  z-index: 5;
}
.boom img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 920px) {
  .boom img {
    max-height: 220px;
  }
}
@media only screen and (max-width: 920px) {
  .boom {
    bottom: 40px;
    left: -50px !important;
  }
}

.blauwebalk {
  position: relative;
  margin-top: auto;
  background: #1117A8;
  height: 73px;
  width: 100%;
  color: white;
  font-weight: bold;
  font-size: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 3;
}
@media only screen and (max-width: 920px) {
  .blauwebalk {
    font-size: 23px;
  }
}

.inhoud {
  position: relative;
  z-index: 6;
  flex-grow: 1;
  padding-bottom: 40px;
}

/* 6. Belangrijk: Op mobiel wil je GEEN kaart-effect */
@media (max-width: 500px) {
  body {
    align-items: flex-start;
    background-color: white;
  }
}
/* ==============  VOORPAGINA ============== */
.page-template-voorpagina .container {
  background-image: url(../images/bg-front.jpg);
  background-size: cover;
}
.page-template-voorpagina .container .blauwebalk {
  margin-top: inherit;
}
.page-template-voorpagina .container .boom {
  left: -90px;
  bottom: 50px;
}
.page-template-voorpagina .container h1 {
  margin: 0px 0 0px 0;
  padding: 0px;
  color: #1117A8;
  font-size: 148px;
  transform: rotate(-5deg);
  font-weight: normal !important;
  line-height: 155px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 920px) {
  .page-template-voorpagina .container h1 {
    font-size: 110px;
    width: 100%;
    text-align: center;
  }
}
.page-template-voorpagina .container .logo {
  padding-left: 20px;
  display: flex;
  position: relative;
  margin-bottom: 0px;
  justify-content: center;
}
@media only screen and (min-width: 920px) {
  .page-template-voorpagina .container .logo {
    margin-top: 30px;
  }
}
.page-template-voorpagina .container .logo .icoon {
  margin-right: 10px;
}
.page-template-voorpagina .container .logo .icoon img {
  max-width: 55px;
}
.page-template-voorpagina .container .logo .naam {
  color: white;
  font-size: 41px;
  line-height: 50px;
}
@media only screen and (max-width: 920px) {
  .page-template-voorpagina .container .logo .naam {
    font-size: 30px;
  }
}
.page-template-voorpagina .container .logo .naam span {
  display: block;
  font-weight: bold;
  font-size: 57px;
}
@media only screen and (max-width: 920px) {
  .page-template-voorpagina .container .logo .naam span {
    font-size: 45px;
  }
}
.page-template-voorpagina .container .aanmelden {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  right: 0;
  bottom: 0;
  margin: auto 0px 20px auto;
  text-align: right;
  z-index: 8;
}
.page-template-voorpagina .container .aanmelden img.pijl {
  margin-right: 40px;
  height: 100px;
}
.page-template-voorpagina .container .aanmelden p {
  color: #79A807;
  font-size: 42px;
  font-family: "Leckerli One Regular", sans-serif;
  transform: rotate(-10deg);
  text-align: center;
  margin: 0px;
  padding: 0px;
  line-height: 55px;
}

.jaartalveld {
  display: none !important;
}

/* ==============  FORMULIER ============== */
/* Styling van de invoervelden (Naam, Email, Telefoon) */
#gform_1 input[type=text],
#gform_1 input[type=email],
#gform_1 input[type=tel] {
  width: 100%;
  padding: 15px 25px;
  margin-bottom: 15px;
  border: none;
  border-radius: 50px; /* Zorgt voor de pilvorm */
  background-color: #fff;
  font-size: 16px;
  color: #888; /* Grijze tekstkleur */
  font-weight: 600;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3); /* De zachte schaduw */
  box-sizing: border-box;
  transition: all 0.3s ease;
}

/* Placeholder styling */
#gform_1 input::-moz-placeholder {
  color: #aaa;
  font-weight: 600;
}
#gform_1 input::placeholder {
  color: #aaa;
  font-weight: 600;
}

/* Focus effect voor invoervelden */
#gform_1 input:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(-1px);
}

/* Footer container voor de knop */
#gform_1 .gform_footer {
  display: flex;
  justify-content: flex-end; /* Knop rechts uitlijnen */
  padding: 20px 0;
  margin-top: 10px;
}

/* Hover effect voor de knop */
#gform_submit_button_1 {
  transition: 0.4s;
}

/* Hover effect voor de knop */
#gform_submit_button_1:hover {
  transform: rotate(5deg); /* Rechtzetten en iets vergroten bij hover */
}

/* ==============  VERVOLGPAGINA ============== */
.page-template-default .header,
.page-template-aanmeldformulier .header,
.page-template-bedankt .header {
  background: url(../images/groepsfoto.jpg);
  height: 240px;
  background-size: cover;
  background-position: 0 -20px;
  padding: 20px;
}
.page-template-default .header.bedankt,
.page-template-aanmeldformulier .header.bedankt,
.page-template-bedankt .header.bedankt {
  background: url(../images/groepsfoto-oud.jpg) !important;
}
@media only screen and (max-width: 920px) {
  .page-template-default .header,
  .page-template-aanmeldformulier .header,
  .page-template-bedankt .header {
    height: 200px;
  }
}
.page-template-default h2.kop,
.page-template-aanmeldformulier h2.kop,
.page-template-bedankt h2.kop {
  margin: 20px 0 0 0;
  padding: 0px;
  color: #1117A8;
  font-size: 90px;
  transform: rotate(-5deg);
  font-weight: normal !important;
  line-height: 90px;
  margin-left: -10px;
  margin-top: -55px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 920px) {
  .page-template-default h2.kop,
  .page-template-aanmeldformulier h2.kop,
  .page-template-bedankt h2.kop {
    font-size: 70px;
    line-height: 70px;
  }
}
.page-template-default h2.kop.bedankt,
.page-template-aanmeldformulier h2.kop.bedankt,
.page-template-bedankt h2.kop.bedankt {
  font-size: 74px;
  line-height: 63px;
  text-align: Center;
}
@media only screen and (max-width: 920px) {
  .page-template-default h2.kop.bedankt,
  .page-template-aanmeldformulier h2.kop.bedankt,
  .page-template-bedankt h2.kop.bedankt {
    font-size: 50px;
    line-height: 50px;
  }
}
.page-template-default .logo,
.page-template-aanmeldformulier .logo,
.page-template-bedankt .logo {
  display: flex;
}
.page-template-default .logo .icoon,
.page-template-aanmeldformulier .logo .icoon,
.page-template-bedankt .logo .icoon {
  margin-right: 10px;
}
.page-template-default .logo .icoon img,
.page-template-aanmeldformulier .logo .icoon img,
.page-template-bedankt .logo .icoon img {
  max-width: 75px;
  height: auto;
}
.page-template-default .logo .naam,
.page-template-aanmeldformulier .logo .naam,
.page-template-bedankt .logo .naam {
  color: white;
  font-size: 23px;
  line-height: 30px;
}
.page-template-default .logo .naam span,
.page-template-aanmeldformulier .logo .naam span,
.page-template-bedankt .logo .naam span {
  display: block;
  font-weight: bold;
  font-size: 32px;
}
.page-template-default .inhoud,
.page-template-aanmeldformulier .inhoud,
.page-template-bedankt .inhoud {
  color: #707070;
  padding: 0 20px;
}

/* ==============  BEDANKPAINA ============== */
.page-template-bedankt .container {
  background: rgba(121, 168, 7, 0.14);
  height: auto !important;
  max-height: inherit !important;
}
.page-template-bedankt .boom {
  z-index: 0;
}
.page-template-bedankt .socials {
  position: absolute;
  right: 30px;
  bottom: 50px;
  z-index: 10;
}
.page-template-bedankt .inhoud {
  padding-top: 30px;
}

@font-face {
  font-family: "Leckerli One Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Leckerli One Regular"), url("../font/LeckerliOne-Regular.woff") format("woff");
}
html {
  height: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

html, body {
  max-width: 100%;
  padding: 0px;
  margin: 0px;
}

body {
  font-family: "din-2014", sans-serif;
  color: #707070;
  font-size: 20px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: auto;
  margin: 0 auto;
}
@media only screen and (min-width: 920px) {
  body {
    align-items: center;
    min-height: 100vh;
  }
}
body section, body p {
  line-height: 25px;
}
body section a, body p a {
  color: #550F0F;
}
body section a:hover, body p a:hover {
  font-weight: bold;
  text-decoration: none;
}

h1, h2, h3 {
  font-family: "Leckerli One Regular", sans-serif;
  color: #707070;
}

h2 {
  font-size: 64px;
}

:root {
  --scrollbar-width: 0px; /* Default waarde */
}

.alignfull {
  width: calc(100vw - var(--scrollbar-width));
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: calc(-50vw + var(--scrollbar-width) / 2);
  margin-right: calc(-50vw + var(--scrollbar-width) / 2);
  box-sizing: border-box;
}

.alignfull .wp-block-columns {
  max-width: 1280px;
  margin: auto;
}

@media screen and (min-width: 1280px) {
  .pagewidth {
    max-width: 1280px;
    margin: auto;
  }
}
@media screen and (max-width: 1280px) {
  .pagewidth {
    max-width: 90%;
    margin: auto;
  }
}
/* AANMELD DROPDOWN */
/* Verwijdert de blauwe/grijze rand en schaduw bij klikken */
.gform_footer input[type=image]:focus,
.gform_footer input[type=image]:active {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

.gform_wrapper img.gform_ajax_spinner {
  /* Zorgt dat de spinner de knop-styling niet in de war schopt */
  border: none !important;
}

/* Container */
.custom-gf-dropdown {
  position: relative;
  width: 100%;
  max-width: 100%;
  font-family: sans-serif;
}

/* De knop */
.gf-dropdown-trigger {
  width: 100%;
  padding: 15px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 25px;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.5);
  font-size: 16px;
  color: #888;
  transition: border-color 0.2s;
}

.gf-dropdown-trigger:hover {
  border-color: #aaa;
}

.gf-dropdown-arrow {
  font-size: 12px;
}

/* De uitklap lijst */
.gf-dropdown-content {
  display: none; /* Standaard verborgen */
  position: absolute;
  top: 110%;
  left: 0;
  width: 90%;
  max-height: 150px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 999;
  padding: 20px;
}

/* Class die door JS wordt toegevoegd */
.gf-dropdown-content.is-open {
  display: block;
}

/* Items in de lijst */
.gf-dropdown-item {
  display: flex;
  justify-content: space-between;
  padding: 5px 0px;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #000;
  transition: background 0.2s;
}

.gf-dropdown-item:last-child {
  border-bottom: none;
}

.gf-dropdown-item:hover {
  background-color: #f9f9f9;
}

/* Tekst stijlen binnen de items */
.gf-dropdown-label {
  font-weight: bold;
  color: #aaaaaa;
  font-size: 20px;
}

.gf-dropdown-count {
  font-size: 15px;
  color: #aaaaaa;
}
/*# sourceMappingURL=styles.css.map */
