:root {
  --dropShadow: drop-shadow(0px 1px 3px black);
  --IKGL-rounded-30: 30px;
  --textBlauw: #199cd3;
  --donkerBlauw: #0f9cd3;
  --textLigt: #fffff;
  --bgLigtBlauw: #e6f5fb;
  --headerbgGradient: linear-gradient(
    120deg,
   rgba(15, 156, 211, 1) 0%,
   RGBA(149, 214, 182, 1.00) 100%
  );
  --headerGradient: linear-gradient(
    120deg,
    rgba(15, 156, 211, 1) 0%,
    rgba(37, 171, 109, 1) 100%
  
  );
  --footerGradient: linear-gradient(
    208deg,
    RGBA(141, 206, 232, 1.00) 0%,
    RGBA(149, 214, 182, 1.00) 100%
  );

  --groenGradient: linear-gradient(
    180deg,
    rgba(37, 171, 109, 0) 50%,
    rgba(37, 171, 109, 0.8) 100%
  );
  --blauwGradient: linear-gradient(
    180deg,
    rgba(15, 156, 211, 0) 50%,
    rgba(15, 156, 211, 0.8) 100%
  );
  --zwartGradient: linear-gradient(
    180deg,
    rgba(20, 20, 18, 0) 50%,
    rgba(20, 20, 18, 0.8) 100%
  );
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

h1 {
  font-size: 60px;
  line-height: 60px;
  color: white;
  font-family: aptly-rust, sans-serif;
  text-transform: uppercase;
}
h2 {
  font-size: 50px;
  line-height: 50px;
  color: var(--textBlauw);
  font-weight: bold;
  font-family: aptly-rust, sans-serif;
  
}

h3 {
  font-size: 40px;
  line-height: 45px;
  color: var(--textBlauw);
  font-weight: bold;
  font-family: aptly, sans-serif;
}
h4 {
  font-size: 30px;
  line-height: 35px;
  color: var(--textBlauw);
  font-weight: bold;
  font-family: aptly, sans-serif;
}

h5 {
  font-size: 25px;
  line-height: 30px;
  color: var(--textBlauw);
  font-weight: bold;
  font-family: aptly, sans-serif;
}

h6 {
  font-size: 20px;
  line-height: 25px;
  color: var(--textBlauw);
  font-weight: bold;
  font-family: aptly, sans-serif;
}

strong{
  font-weight: 600;
}

p {
  font-size: 18px;
  line-height: 32px;
  font-family: "titillium-web", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.contentText li{
  font-size: 18px;
  line-height: 32px;
  font-family: "titillium-web", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.contentText ul{
 list-style: square;
 margin-left: 20px;
}

.contentText li::marker {
  color: #1A9BD1;
}

li {
  font-size: 18px;
  font-weight: 300;
  font-family: aptly, sans-serif;
  margin-bottom: 5px;
}

.user {
  display: none;
}

nav {
  background: white;
  height: 80px;
  border-radius: 50px;
  position: fixed;
  top: 50px;
  width: 100%;
  z-index: 999999999;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

nav a{
  color: #199CD3;
}
nav ul {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
}
nav ul li a {
  margin: 0px 20px;
  font-weight: bold;
  text-transform: uppercase;
  transition: 0.5s;
}

nav ul li a:hover {
  color: #25ab6d;
  transition: 0.5s;
}

nav ul img {
  width: 45px;
  height: 44px;
  margin-left: 20px;
  margin-right: 20px;
}

nav ul img {
  transition: transform 0.7s ease-in-out;
}
nav ul img:hover {
  transform: rotate(360deg);
}

li.isactive a {
  color: #00af67 !important;
}


img {
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}
.buttonwit {
  background: white;
  font-family: aptly, sans-serif !important;
  color: #199DD3;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: var(--IKGL-rounded-30);
  padding: 14px 18px;
  transition: all 0.3s ease-in;
}
.buttonwit:hover {
  background: var(--textBlauw);
  color: white;
}
.buttonblauw,
input[type="submit"] {
  font-family: aptly, sans-serif;
  background: var(--textBlauw);
  text-transform: uppercase;
  font-weight: bold;
  border-radius: var(--IKGL-rounded-30);
  padding: 14px 18px;
  color: white;
  transition: all 0.3s ease-in;
  margin-top: 20px;
  display: inline-block;
}
.buttonblauw:hover,
input[type="submit"]:hover {
  background: white;
  color: var(--textBlauw);
}

.zoeken {
  position: absolute;
  right: 80px;
  top: 20px;
  background: #f2f2f2;
  border-radius: 30px;
  padding: 10px 20px;
  font-family: aptly, sans-serif;
  color: black;
}

.zoeken input:focus {
  outline-width: 0;
}

.inloggen {
  position: absolute;
  right: 30px;
  top: 30px;
  color: #199dd3;
  font-size: 20px;
  cursor: hand;
}

.inloggen:hover {
  color: #00af67;
}

input {
  color: black;
}

.first{
  padding-top: 200px !important;
}

#headerHome {
  /* 
  position: relative;
  overflow: hidden; */
}

#headerPage {
  background: url("/img/ikgl_icon_white_bg.svg"), var(--headerGradient);
  background-size: 1000px, cover;
  background-position: right -200px top -150px, center;
  background-repeat: no-repeat;
  min-height: 50vh;
  padding-top: 250px;
  padding-bottom: 200px;
  width: 100%;
  position: relative;
  overflow: hidden;
  color: white;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
select {
  display: block;
  background: white;
  border-radius: 50px;
  padding: 12px 15px;
  margin-bottom: 10px;
  color: black;
  font-family: aptly, sans-serif;
  width: 100%;
}

textarea {
  display: block;
  background: white;
  border-radius: 20px;
  padding: 14px 18px;
  color: black;
  font-family: aptly, sans-serif;
  width: 100%;
  min-height: 200px;
  margin-bottom: 20px;
}

input[type="submit"] {
  width: 100%;
}

.headerAchtergrondImg {
  position: absolute;
  right: -10%;
  bottom: -20%;
  opacity: 0.2;
  height: 150%;
}

.headerContent {
  border-radius: var(--IKGL-rounded-30);
  margin-top: 10rem;
  right: 0% !important;
  min-height: auto;
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.headerContent video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.headerContent a {
  margin-right: 10px;
}
#headerContentPage {
  background: url('img/ikgl_icon_white_bg.svg'), var(--headerbgGradient);
  background-size: 1000px, cover;
  background-position: right -200px top -150px, center;
  background-repeat: no-repeat;
  min-height: 547px;
  width: 100%;
  color: white;
}

#headerContentPage h2{color: white;}
#headerContentPage a {
  font-weight: bold;
}

#headerContentPage h4{
  color: white !important;
}

.carouselHeader img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.carouselHeader .owl-dots {
  position: absolute;
  bottom: 50px;
  right: 50px;
  padding: 15px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(5px);
}

.carouselHeader .owl-item {
  min-height: 100% !important;
}

.owl-theme .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.5) !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: white !important;
}

.owl-item img {
  border-radius: var(--IKGL-rounded-30);
}

.owl-nav {
  margin-top: 20px !important;
  width: auto;
  display: inline-block;
  font-size: 30px;
  float: right;
  margin-right: 25px;
}

.owl-nav button {
  background: black !important;
  color: white !important;
  width: 55px;
  height: 55px;
  border-radius: 50px !important;
  margin: 0px 5px 0px 5px !important;
}

.owl-nav button:hover {
  background: #199cd3 !important;
}

.headerContentLinks {
  padding: 50px 50px 60px 60px;
  background: var(--headerGradient);
  color: white;
}

.archivegrid {
  margin-top: -100px;
}
.error {
  background: rgb(224, 84, 84);
  padding: 10px 20px;
  border-radius: 30px;
  width: fit-content;
  height: fit-content;
}
.blauweDiv {
  margin-top: 0px;
  background: var(--bgLigtBlauw);
  border-radius: var(--IKGL-rounded-30);
  position: relative;
  padding: 50px;
  /* max-width: 710px; */
  /* min-height: 578px; */
  color: black;
}
.blauweDiv p {
  color: black;
}
.AbsoluteImg {
  position: absolute;
  left: -65%;
  top: 10%;
  width: 560px;
  height: 418px;
  border-radius: var(--IKGL-rounded-30);
}

.AbsoluteImg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: var(--IKGL-rounded-30);
}

.home-carousel-agenda {
  margin-top: 10px;
}
.home-carousel-agenda .owl-stage {
  margin-top: 40px;
}

.agenda-item {
  position: relative;
  border-radius: var(--IKGL-rounded-30);
  width: auto;
  height: 538px;
}
.agenda-item img {
  border-radius: var(--IKGL-rounded-30);
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
  background: #25AB70;
}

.layoutgradient.nothumbnail{
  background: url('img/ikgl_icon_white_bg.svg'), var(--footerGradient) !important;
  background-position: right -200px top -150px, center !important;
  background-repeat: no-repeat !important;
}

.layoutgradient {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--blauwGradient);
  border-radius: var(--IKGL-rounded-30);
  z-index: 2;
  pointer-events: none;
}

.home-carousel-agenda .owl-item:nth-child(3n + 1) .layoutgradient {
  background: var(--groenGradient);
}

.home-carousel-agenda .owl-item:nth-child(3n + 2) .layoutgradient {
  background: var(--blauwGradient);
}

.home-carousel-agenda .owl-item:nth-child(3n + 3) .layoutgradient {
  background: var(--zwartGradient);
}

.noimage{
  min-height: 530px;
}

.AgendaTitel {
  font-weight: bold;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  font-family: aptly, sans-serif !important;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  top: -25;
  background: rgb(255, 255, 255);
  padding: 14px 20px;
  border-radius: var(--IKGL-rounded-30);
  z-index: 3;
  position: absolute;
}

.AgendaTitel a {
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.AgendaTitel i {
  color: var(--textBlauw);
}

.contentKaart {
  position: absolute;
  bottom: 30;
  left: 30;
  z-index: 4;
  color: white;
}

.contentKaart h3,
.contentKaart h2 {
  color: white !important;
  padding-right: 80px;
  width: 100%;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
}

.Contentarrow {
  position: absolute;
  bottom: 30;
  right: 30;
  background: white;
  padding: 15px;
  border-radius: 9999px;
  color: var(--textBlauw);
  transition: all 0.3s ease-in-out;
  z-index: 5;
}
.Contentarrow:hover {
  background: var(--textBlauw);
  color: white;
}

#belangrijknieuws {
  margin-top: 100px;
}

.nieuwsContent {
  margin-top: 40px;
  position: relative;
  height: 583px;
  border-radius: var(--IKGL-rounded-30);
  background: var(--blauwGradient);
}
.nieuwsContent:nth-child(odd) {
  background: var(--groenGradient);
}
.nieuwsContent img {
  height: 100%;
  width: 100%;
  z-index: -1;
  object-fit: cover;
  border-radius: var(--IKGL-rounded-30);
  position: relative;
}

#leden {
  margin-top: 100px;
}

.lid {
  text-align: center !important;
  height: 200px;
  border-radius: var(--IKGL-rounded-30);
  background-size: 70% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

footer {
  border-radius: var(--IKGL-rounded-30);
  overflow: hidden;
  position: relative;
  margin-top: 10rem;
  min-height: auto;
  z-index: 90;
  background: var(--footerGradient);
  padding: 50px 50px 60px 50px;
  color: white !important;
}

footer h2{
  position: relative;
  z-index: 2;  
}

.footerContentXL img {
  position: absolute;
  right: -20%;
  bottom: -40%;
  width: 959px;
  height: 879px;
  opacity: 0.2;
}
.footerContentXL {
  width: 100%;
  color: white;
}
.footerContentXL h1 {
  color: white;
  width: 70%;
  padding-top: 20px;
}
.footerContentXL p {
  color: white;
  width: 50%;
  padding: 20px 0px;
}
.footerlinks {
  margin-top: 30px;
  text-align: center;
}
.bottomIcon {
  display: flex;
  justify-content: center;
  height: 45px;
  margin-bottom: 50px;
  margin-top: 20px;
}

#socket p {
  color: #199dd3;
}

#socket a {
  font-weight: bold;
}

#socket a:hover{
  color: #24AB6F;
}

/* Nieuws pagina  */

.categoryDiv {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
  column-gap: 8px;
  margin-bottom: 20px;
}
.categoryLink {
  font-size: 14px;
  font-weight: bold;
  font-family: aptly, sans-serif !important;
  color: white;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 8px 12px;
  backdrop-filter: blur(30px);
  transition: all 0.3s ease-in-out;
}
.categoryLink:hover {
  background: white;
  color: var(--textBlauw);
}

/* Acitiveiten */

#headerAfbeelding {
  position: relative;
  height: 450px;
  z-index: 2;
  background: var(--blauwGradient);
  border-radius: var(--IKGL-rounded-30);
}
#headerAfbeelding img {
  position: absolute;
  background: #25AB70;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: var(--IKGL-rounded-30);
}
#headerAfbeelding .layoutgradient {
  background: var(--blauwGradient);
}

#contenttekst {
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
}

.contentText p {
  margin-bottom: 30px;
  color: black;
}
.contentText img {
  border-radius: var(--IKGL-rounded-30);
  object-fit: cover;
}

.bericht img{
  border-radius: 0px !important;
}

#tekstcontent {
  padding: 50px;
}

.meer{
  margin-top: 100px;
}

/* Over ons Pagina */

.openingskaart {
  background: var(--bgLigtBlauw);
  border-radius: var(--IKGL-rounded-30);
  padding: 40px 40px 40px 40px;
  min-height: auto;
  margin: 50px 0px;
  color: black;
}


.overzichtLeden {
  row-gap: 30px;
  column-gap: 40px;
}

.visitekaartAfbeelding.bestuur{
  min-height: 400px;
  background-size: cover !important;
}

.visitekaartContent.bestuur{
  padding-left: 0px;
}

.visitekaart {
  background: var(--bgLigtBlauw);
  border-radius: var(--IKGL-rounded-30);
  min-height: 250px;
  padding: 40px;
  position: relative;
}

.visitekaart a {
  font-weight: bold;
  color: #199CD3 !important;
}

.visitekaart li{
  font-size: 16px;
}

.visitekaartAfbeelding {
    background: white;
     border-radius: var(--IKGL-rounded-30);
     display: flex;
     justify-content: center;
     align-items: center;
     background-size: 45% !important;
     background-position: center !important;
     background-repeat: no-repeat !important;
     min-height: 200px;
}

.visitekaartContent h3 {
  color: var(--donkerBlauw);
}

.visitekaartContent{
  padding-left: 30px;
}

#content {
  padding-top: 100px;
  padding-bottom: 50px;
}

.onderneming {
  column-gap: 20px;
}
.ondernemingTitel {
  height: 500px;
  position: relative;
  width: 100%;
}

.ondernemingTekst {
  padding-right: 50px;
}

.ondernemingTitel .layoutgradient {
  background: var(--blauwGradient);
}
.ondernemingTitel img {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: var(--IKGL-rounded-30);
  z-index: 1;
}
.ondernemingTitel h3 {
  position: absolute;
  left: 30;
  bottom: 30;
  color: white;
  z-index: 2;
}
.ondernemingLogo {
  height: auto;
  background-size: 60% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border-radius: var(--IKGL-rounded-30);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.ondernemingContact {
  row-gap: 30px;
}
.contactpersoon {
  background: var(--bgLigtBlauw);
  border-radius: var(--IKGL-rounded-30);
  color: var(--donkerBlauw);
  padding: 30px;
  max-width: 560px;
  height: 207px;
  margin: 20px 0px;
  column-gap: 30px;
}

form span {
  display: ruby;
}
.wpcf7-form-control-wrap textarea {
  height: 100px;
}
.keuze {
  display: flex;
  gap: 10px;
}
.wpcf7-list-item {
  margin: 0;
}
.aanwezig,
.afwezig {
  padding: 5px 10px;
  border-radius: 40px;
}
.aanmeldGegevens {
  padding-bottom: 20px;
}
.aanmelden form select {
  margin-top: 30px;
  padding: 5px 10px;
}
.aanmelden form {
  display: grid;
  justify-content: start;
}
.aanmelden form input[type="submit"] {
  margin-top: 0px;
}
.aanmeldenTekst {
  width: 20rem;
}

.ondernemingAfbeeldingen {
  height: 422px;
  width: auto;
  object-fit: cover;
  object-position: center;
  background: orange;
  border-radius: var(--IKGL-rounded-30);
}

.ondernemingAfbeeldingen img {
  height: 100%;
  border-radius: var(--IKGL-rounded-30);
}


.owl-carousel .owl-item img {
object-fit: cover;
}

.carouselHeader .owl-item{
  background-size: cover !important;
  background-position: center !important;
  border-radius: 25px;
}

.carousel-single-lid {
  margin-top: 100px;
  margin-bottom: 150px;
  
}
/* .carousel-single-lid .owl-stage .owl-item:nth-child(even) {
  margin-top: 50px;
} */

#activiteit {
  margin-bottom: 20px;
  background: #e6f5fb;
  min-height: 100px;
  border-radius: 25px;
  color: black !important;
  padding: 20px;
  padding: 10px 25px;
}

#activiteit h6 {
  color: black !important;
}

#specs{
  min-height: auto;
  background: rgba(37, 171, 112, 0.2);
  border-radius: 30px;
  margin-top: 50px;
  padding: 30px;
}

#specs i{
  margin-bottom: 10px;
  font-size: 30px;
}



#date {
  background: url('img/date.svg');
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 80px;
  position: relative;
  padding-top: 20px;
}

#date p {
  color: #1A9BD1;
  font-size: 15px !important;
  margin-top: 15px;
}

.contactHeader > #headerContentPage {
  position: relative !important;
  top: 0;
  left: 0;
  margin-top: -30rem;
}

.wpcf7-response-output{
    font-family: aptly, sans-serif;
    border-radius: 25px;
    padding: 10px !important;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 45px;
    line-height: 50px;
    font-weight: 500;
  }

  h2 {
    font-size: 35px;
    line-height: 40px;
  }

  h3 {
    font-size: 30px;
    line-height: 35px;
    color: var(--textBlauw);
  }

  h4 {
    font-size: 20px;
    line-height: 35px;
    color: var(--textBlauw);
  }

  p {
    font-size: 17px;
  }
  
  .first{
    padding-top: 50px !important;
  }
  
  #headerslider{
    display: none;
  }

  #headerPage {
    background-size: 437px, cover;
    padding-top: 80px;
    padding-bottom: 100px;
    min-height: 30vh;
    background-position: right -164px top -160px, center;
  }
  #headerContentPage {
    min-height: 400px !important;
  }

  #headerAfbeelding {
    height: 300px;
  }

  .lid {
    height: 120px;
    background-size: 60% !important;
  }

  #tekstcontent {
    padding: 0px;
  }

  #content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ondernemingTekst {
    padding-right: 0px;
  }

  .ondernemingTitel {
    height: 300px;
  }

  .archivegrid {
    margin-top: -50px;
  }

  .headerContent {
    padding: 30px;
  }
  
  #contenttekst {
   padding: 10px;
  }
  
  .openingskaart{
    padding: 20px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contentKaart {
    left: 20px;
    bottom: 20px;
  }

  .home-carousel-agenda .owl-stage {
    margin-top: 10px;
  }

  .Contentarrow {
    bottom: 20px;
    right: 20px;
  }

  .nieuwsContent,
  .agenda-item {
    height: 400px;
    margin-top: 10px;
  }

 #headerAfbeelding .contentKaart h3,
 #headerAfbeelding .contentKaart h2 {
    width: 100%;
    padding-right: 20px;
  }

  .inloggen {
    display: none;
  }

  .user {
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 3%;
    right: 6%;
    height: 60px;
    width: 60px;
    border-radius: 999px;
    background: white;
    z-index: 999;
    color: var(--textBlauw);
  }

  #headerHome img {
    z-index: -1;
    height: 400px;
    width: 400px;
    top: -5%;
    right: 0%;
  }

  .blauweDiv p {
    color: black;
  }



  nav {
    height: 80px;
    border-radius: 0px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    top: inherit;
    box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
  }

  nav ul li a {
    display: grid;
    justify-items: center;
    row-gap: 5px;
    font-size: 13px;
    font-weight: bold;
    margin: 0px 17px;
  }

  nav ul li i {
    font-size: 26px;
  }

  nav ul {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  nav ul img {
    display: none;
  }

  .zoeken {
    display: none;
  }

  .AbsoluteImg {
    position: static;
    left: 0%;
    top: 0%;
    margin-bottom: 20px;
    width: auto;
    max-height: 388px;
    border-radius: var(--IKGL-rounded-30);
  }

  .blauweDiv {
    margin-top: 100px;
    padding: 50px 20px 50px 20px;
    color: black;
  }
  
  .gegevens{
    margin-bottom: 20px;
  }
  
  .gegevens h5{font-size: 20px;}

  .visitekaart {
    padding: 20px;
  }

  .visitekaartAfbeelding {
    min-height: 250px;
    margin-bottom: 20px;
  }

  .visitekaartContent ul {
    margin-bottom: 20px;
  }

  .visitekaartContent{
    padding-left: 10px;
  }
  
  .ondernemingContact {
    margin-top: 50px;
  }

  footer {
    padding: 40px 30px;
    border-radius: 0px;
    margin-top: 0px;
  }
  
  main{
    margin-bottom: 100px;
  }

  .foooterContentSmall {
    justify-items: center;
    align-items: center;
    width: 100%;
    text-align: center;
  }
  .foooterContentSmall img {
    max-widht: 300px;
    max-height: 300px;
  }

  .footerContentXL h1, .footerContentXL p{
    width: 100%;
  }

  .contactHeader {
    position: relative !important;
    margin-top: -40rem;
    top: 13rem !important;
    left: 0rem !important;
  }

  .aanwezig p,
  .afwezig p {
    padding: 0px 0px !important;
  }
  .aanwezig,
  .afwezig {
    padding: 8px 20px !important;
  }

  .aanmelden form select {
    margin-top: 10px;
  }
  
  
  .bottomIcon {
      margin-bottom: 120px;
}

@media only screen and (min-width: 426px) and (max-width: 768px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .inloggen {
    display: none;
  }

  .ondernemingContact {
    margin-top: 80px;
  }

  .contactpersoon {
    padding: 20;
  }

  .user {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 3%;
    right: 5%;
    height: 60px;
    width: 60px;
    border-radius: 999px;
    background: white;
    z-index: 999;
    color: var(--textBlauw);
  }

  nav {
    height: 80px;
    border-radius: 0px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    top: inherit;
    box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
  }

  nav ul li a {
    display: grid;
    justify-items: center;
    row-gap: 5px;
    font-size: 15px;
    font-weight: bold;
  }

  nav ul li i {
    font-size: 20px;
  }
  nav ul {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  nav ul img {
    display: none;
  }
  .zoeken {
    display: none;
  }

  #headerHome img {
    z-index: -1;
    height: 400px;
    width: 400px;
    top: -5%;
    right: 0%;
  }

  .AbsoluteImg {
    position: static;
    left: 0%;
    top: 0%;
    margin-bottom: 20px;
    width: auto;
    max-height: 388px;
    border-radius: var(--IKGL-rounded-30);
  }

  .blauweDiv {
    margin-top: 200px;
    padding: 50px 20px 50px 20px;
    color: black;
  }
  .foooterContentSmall {
    justify-items: center;
    align-items: center;
    width: 100%;
    text-align: center;
  }
  .foooterContentSmall img {
    widht: 300px;
    height: 300px;
  }

  footer {
    border-radius: 0px;
    margin-top: 10rem;
    background: linear-gradient(
      0deg,
      rgba(37, 171, 109, 0.5) 0%,
      rgba(15, 156, 210, 0.5) 100%
    );
    padding: 40px;
  }
}

/* Laptop formaat */
@media only screen and (min-width: 769px) and (max-width: 1324px) {
  .contactHeader {
    top: 13rem !important;
    left: 0rem !important;
  }
}
