@import url("https://fonts.googleapis.com/css2?family=Readex+Pro:wght@160..700&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Readex Pro", sans-serif;
}


*::-webkit-scrollbar {
  width: 0;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background: transparent;
  border: none;
}

* {
  -ms-overflow-style: none;
}

html {
  font-size: 16px;
  width: 100%;
  scroll-behavior: smooth;
}

html, body {
  color: var(--primarycolour);
  background:rgba(250,159,17,1);
}

a {
  text-decoration: none;
}


 .no-scroll {
  overflow: hidden !important;
}

body.no-scroll {
  overflow: hidden !important;
}


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

.flex-column {
  display:flex;
  flex-direction: column;
}

.w-100 {
  width:100%;
}

.center {
  align-items: center;
}

img {
  width:100%;
}

 button, .button {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 16px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 100px;
  transition: 0.5s ease;
  cursor:pointer;
}


 header, section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible !important;
  scroll-behavior: smooth;
  height: auto;
  scroll-margin-top: 75px;
}


.pb-note {
    display:none;
}

.header__container {
  display: flex;
  width: 100%;
  max-width: 1600px;
  margin: auto;
  flex-direction: column;
  gap: 120px;
  padding: 60px 20px;
}

.slider__section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  overflow:hidden;
  position: relative;
}

.img__text__slider__container {
  display: flex;
  flex-direction: row;
  overflow-x: scroll; /* verberg scrollbar */
  cursor: grab;
  user-select: none; /* voorkomt tekst selecteren tijdens drag */
  max-width:99%;
scroll-behavior: auto;
    /* Firefox */
  scrollbar-width: none; 
  -ms-overflow-style: none; /* IE 10+ */
  position: relative;
    -webkit-overflow-scrolling: touch; /* Voor betere iOS scrolling */

}

.img__text__slider__container::-webkit-scrollbar {
  display: none;
}

.img__text__slider__container.dragging {
  cursor: grabbing;
  user-select: none;

}

.slider__card {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 40px 20px;
  min-width:600px;
  flex-shrink: 0;
  user-select:none;
    -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.slider__image {
  width: 220px;
  height: 220px;
  border-radius: 24px;
  overflow: clip;
}

.slider__image img {
  width: 100%;
  height: auto;
}

.slider__content {
  color: white;
  display: flex;
  flex-direction: column;
  gap: 10px;
}


.video__container {
  padding: 60px 30px;
}

.video {
  width: 100%;
  height: 575px;
}

.intro__row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 120px;
  max-width:1600px;
}

.intro__col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}


.intro__inner__div {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.intro__icon {
  fill: currentColor;
  width: 40px;
}

.rules__container {
  padding: 60px 30px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.rules__col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.rules__info__title {
  font-size: 6em!important;
  font-weight: 500;
}


.container-footer {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 16px;
    justify-items: center;
    width: 100%;
    justify-content: space-around;
    max-width:1600px;
    padding: 48px 0;
}

.container-footer > * {
    grid-column: auto;
  }

.social-media-icons {
  min-width:30px;
  min-height:30px;
}

.social-media-icons i {
    font-size: 2em;
    padding: 0 6px;
}

 .phone-mail-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  width: 100%;
  gap: 12px;
}

.container-phone, .container-mail{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

 /* navbar*/
  /* Stel het uitklapmenu in om te scrollen als dat nodig is */

  #dynamicButtonContainer {
    display: flex;
    gap: 10px;
    margin-left: auto;
}

  .nav-center ul {
    overflow-y: auto; /* Scroll als de inhoud te groot is voor het scherm */
    -webkit-overflow-scrolling: touch;  /* Smooth scrolling on iOS */
  }

  .stickysticky {
    width:100%;
    position: sticky; 
    top: 0; 
    z-index: 4;
  }

  nav {
  color: var(--primarytextcolour);
  justify-content: space-between;
  z-index: 10;
  transition: background-color 0.3s ease!important;
  width:100%;
  background-color: transparent;
}

nav.scrolled {
  background-color: rgba(111, 122, 102, 1); /* Volledig zwart wanneer gescrold */
  width:100%;
}

nav {
  color: var(--primarytextcolour);
  justify-content: space-between;
  z-index: 10;
  transition: background-color 0.3s ease!important;
  width:100%;
  background-color: transparent;
}

.nav-content {
  display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 1600px;
    margin: 0 auto;
    padding: 16px 0;
    background-color: inherit;
}

/* Logo stijlen */
.logo {
  max-width: 200px;
  max-height: 75px;
  object-fit: contain;
}

.logo img {
  max-width: 200px;
  max-height: 56px;
  width:auto;
}

/* Menu-list styling */
.nav-center {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}

ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul li {
  margin-right: 20px;
  font-weight:600!important;
  .nav-button-mobile {
    display:none;
  }
}

ul li a {
  color: var(--secondarytextcolour);
  text-decoration: none;
  transition: color 0.3s;
  display: inline-block;
  padding: 15px 36px;
  position: relative;
}

ul li a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: currentColor;
  transition: width 0.5s ease 0s, left 0.5s ease 0s;
  width: 0;
}

ul li a:hover:after {
  color: currentColor;
  width: 75%; 
  left: 12.5%; /*punt waar onderlijning begint t.a. link element, dus (100%-width / 2) */
}

/* Hamburger icon */
.checkbtn {
  font-size: 30px;
  color: var(--secondarytextcolour);
  cursor: pointer;
  display: none;
  z-index: 2; 
  margin:0;
}

#check {
  display: none;
}

.nav-button-mobile {
  display: none;
  }

.closebtn {
    position: absolute;
    top: 30px;
    right: 55px;
    font-size: 30px;
    color: var(--secondarytextcolour);
    cursor: pointer;
    display: none;
    z-index: 3;
}
/*einde navbar*/

/*basis onderdelen */
.basis-row {
  display:flex;
  width:100%;
  gap:24px;
  max-width:1600px;
  padding:24px 0!important;
}

.basis-div {
  display:grid!important;
  width:100%;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap:24px;
  max-width:1600px;
  margin:2px;
}

.basis-kolom {
  width:auto;
  height:fit-content;
  padding:12px;
}

.basis-kolom h3, .basis-kolom h4, .basis-kolom h5, .basis-kolom p {
  margin-left: -12px;
}

.contactform-btn {
  margin: 12px 0;
  cursor:pointer;
}

#contactform {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: max-height 0.7s ease, visibility 0.7s ease;
}

#contactform[aria-hidden="false"] {
  max-height: 1000px;
  visibility: visible;
}

button#contactform-submit, .contactform-submit-btn {
  width: 25%;
  border: none;
  background-color: #124559;
  color: #fff;
  }
  
  button#contactform-submit:hover {
    background-color:#8baebd;
  }
/* einde basis onderdelen*/



/* forms */
 .form-container{
  width:100%;
  gap:0;
}

.form-container form {
  width:100%;
}

.upload-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0px solid var(--secondarycolour);
  border-radius: 50px;

}
.upload-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: var(--secondarytextcolour);
  border-radius: 50px;
}

.file-name {
  flex-grow: 1;
  padding-left: 15px;
  color: var(--secondarycolour);
  font-family: var(--font-family-open-sans);
}

.upload-btn {
  background-color: var(--quaternarycolour);
  padding: 10px 20px;
  border-radius: 50px;
  cursor: pointer;
  color: var(--primarycolour);
  text-align: center;
  white-space: nowrap;
  margin-bottom:0px!important;
}

.form-btn {
  background-color: transparent;
  color: var(--accent1-colour);
  transition: 0.5s ease;
  margin-top: 24px;
  border:3px solid var(--accent1-colour);
  width:25%;
  cursor: pointer;
}

.form-btn:hover{
  background-color: var(--accent1-colour);
  border: 3px solid var(--accent1-colour);
  color: var(--quaternarycolour);
}

form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width:75%;
  max-width:1200px;
}

.row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  gap:24px;
}

.col {
  flex: 1;
  margin-right: 10px;
}

.col-3 {
  flex: 1 1 25%;
  margin-right: 10px;
}

.col-6 {
  flex: 1 1 50%;
  margin-right: 0px;
}

.col-9 {
  flex: 1 1 75%;
  margin-right: 10px;
}

.col-12 {
  flex: 1 1 100%;
}

.col:last-child {
  margin-right: 0;
}

label {
  display: block;
  font-weight: bold;
  margin-bottom:10px;
}

.bold {
  font-weight:bold;
}

input[type="text"], input[type="number"], input[type="email"], input[type="date"], textarea, select{
  width: 100%;
  padding: 10px;
  border: 0px solid var(--secondarycolour);
  border-radius: 50px;
  box-sizing: border-box;
  color:var(--secondarycolour);
  background-color: var(--secondarytextcolour);
}

textarea {
  height: 200px;
  overflow:hidden;
  border-radius: 12px!important;
  overflow:auto;
}

label i {
  margin-right: 10px;
} 


/* review slider */
 .reviews {
  justify-content: center;
  margin-bottom:24px;
}
  
.swiper {
    width:100%;
    max-width:1600px;
    overflow:visible!important;
  }

  .reviews .cards-mask {
    overflow: hidden;
    max-width: 1600px;
    margin: 0 auto;
    width:100%;
}
  
  #reviews .slider-wrapper {
    overflow: hidden;
    max-width: 1600px;
    margin: 0 70px 55px;
    padding: 0 0 48px 0;
  }
  
  .card-list .card-item {
    user-select: none;
    padding: 35px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 12px;
    backdrop-filter: blur(30px);
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(143, 143, 143, 0.2);
    box-shadow: 2px 4px 12px rgba(0,0,0,0.1);
    gap:12px;
    height: 340px;
  }
  
  .card-list .card-item .user-image {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    border: 1px solid #fff;
    padding: 4px;
    display:none;
  }
  
  .persona {
    display:flex;
    flex-direction: row;
    gap:24px;
    height:17.5%;
  }
  
  .persona-text {
    display:flex;
    flex-direction: column;
    gap:8px;
  }
  
  .review-score {
    display:flex;
    flex-direction: row;
    gap:8px;
    height:12.5%;
    align-items: center;
  }
  
  .persona-text .disclaimer {
    color:grey;
  
  }
  
  .fa-star, .fa-star-half-stroke {
    color:#FDD663;
  }
  
  .slider-wrapper .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.1);
    height: 13px;
    width: 13px;
    opacity: 0.5;
  }
  
  .slider-wrapper .swiper-pagination-bullet-active {
    opacity: 1;
  }
  
  .slider-wrapper .swiper-slide-button {
    color: #a2dee2;
    margin-top: -55px;
    transition: 0.2s ease;
  }
  
  .slider-wrapper .swiper-slide-button:hover {
    color: var(--accent1-colour);
  }

  .swiper-button-next, .swiper-button-prev {
    color: #c1c1c1!important;
    top: calc( 150px + 340px / 2)!important;
    transform: translateY(-50%)!important;
  }

  .swiper-button-prev {
    left:80px!important;
  }

  .swiper-button-next {
    right:80px!important;
  }
  
  .swiper-pagination-bullet-active {
    background: #c1c1c1!important;
}

.swiper-pagination {
    bottom: 22px;
}

.swiper-wrapper {
  padding:12px 4px;
}

.swiper-button-next:after, .swiper-button-prev:after, .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets-dynamic {
display:none;
}

  @media (max-width: 768px) {
    .slider-wrapper {
      margin: 0 10px 40px;
    }
  
    .slider-wrapper .swiper-slide-button {
      display: none;
    }
  } 
  /*einde reviews*/

/* one-image-carousel  */
@keyframes tonext {
  75% {
    left: 0;
  }
  95% {
    left: 100%;
  }
  98% {
    left: 100%;
  }
  99% {
    left: 0;
  }
}

@keyframes tostart {
  75% {
    left: 0;
  }
  95% {
    left: -300%;
  }
  98% {
    left: -300%;
  }
  99% {
    left: 0;
  }
}

@keyframes snap {
  96% {
    scroll-snap-align: center;
  }
  97% {
    scroll-snap-align: none;
  }
  99% {
    scroll-snap-align: none;
  }
  100% {
    scroll-snap-align: center;
  }
}

.one-img-carousel {
  position: relative;
  aspect-ratio: 1/1;
  filter: drop-shadow(0 0 10px #0003);
  min-width: 200px;
}

.carousel__viewport {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  overflow-x: scroll;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  border-radius: 36px;
    overflow: clip;
    aspect-ratio: 1 / 1;
}

.carousel__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  flex: 0 0 100%;
  opacity: 0;
  transition: opacity 0.5s ease; 
  z-index: 0;
}

.carousel__slide.active {
  opacity: 1;
  z-index: 1; 
}

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

.carousel__next, .carousel__prev {
  z-index:2;
}

@media (hover: hover) {
  .carousel__snapper {
    animation-name: tonext, snap;
    animation-timing-function: ease;
    animation-duration: 4s;
    animation-iteration-count: infinite;
  }

  .carousel__slide:last-child .carousel__snapper {
    animation-name: tostart, snap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .carousel__snapper {
    animation-name: none;
  }
}

.one-img-carousel:hover .carousel__snapper,
.one-img-carousel:focus-within .carousel__snapper {
  animation-name: none;
}

.carousel__navigation {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}

.carousel__navigation-list,
.carousel__navigation-item {
  display: inline-block;
}

.carousel__navigation-button {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #333;
  background-clip: content-box;
  border: 0.25rem solid transparent;
  border-radius: 50%;
  font-size: 0;
  transition: transform 0.1s;
}

.one-img-carousel::before, .one-img-carousel::after, .carousel__prev, .carousel__next {
    position: absolute;
    top: 0;
    margin-top: 50%;
    width: 3rem;
    height: 3rem;
    transform: translateY(-50%);
    border-radius: 50%;
    font-size: 0;
    outline: 0;
    z-index: 2 !important;
}

.one-img-carousel::before,
.carousel__prev {
  left: 1rem;
}

.one-img-carousel::after,
.carousel__next {
  right: 1rem;
}

.one-img-carousel::before, .one-img-carousel::after {
    content: '';
    z-index: 1;
    background-color: #ffffff45;
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    font-size: 2.5rem;
    line-height: 3rem;
    text-align: center;
    pointer-events: none;
}

.one-img-carousel::before {
  font-family: "Font Awesome 6 Free"; 
  content: "\f104"; 
  font-weight: 900; 
  font-size: 24px;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
}

.one-img-carousel::after {
  font-family: "Font Awesome 6 Free"; 
  content: "\f105";
  font-weight: 900; 
  font-size: 24px;
  color: #fff;
  display: inline-block;
  margin-right: 10px;}
/* einde one-img-carousel */

/* contact */

.contact-content {
max-width:1600px;
flex-direction: row;
gap:48px;
}

.image-container {
  display:flex;
  width:50%;
}

.image-wrapper {
  display:flex;
  justify-content: center;
  align-items: center;
  width:100%;
  height:400px;
  position:relative;
  overflow:hidden;
  transition: 0.3s ease;
}

.image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.2;
  z-index: 2;
  pointer-events: none;
}

.image-wrapper img.logo-contact {
  position: absolute;
  max-width: 50%;
  max-height: 50%;
  object-fit: contain;
  z-index: 2;
  pointer-events: none;
}

  .contact-background-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease;
  }

.contact-background-img:hover {
    transform: scale(1.1); 
}

.contactgegevens{
  display:flex;
  flex-direction: column;
  width:60%;
  justify-content: space-evenly;
 h3 {
  text-align: left;
}
}
.btn-contact{
  width:35%;
}


/* contact */
.contact-content {
max-width:1600px;
flex-direction: row;
gap:48px;
}

.image-container {
  display:flex;
  width:50%;
}

.image-wrapper {
  display:flex;
  justify-content: center;
  align-items: center;
  width:100%;
  height:400px;
  position:relative;
  overflow:hidden;
  transition: 0.3s ease;
}

.image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.2;
  z-index: 2;
  pointer-events: none;
}

.image-wrapper img.logo-contact {
  position: absolute;
  max-width: 50%;
  max-height: 50%;
  object-fit: contain;
  z-index: 2;
  pointer-events: none;
}

  .contact-background-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease;
  }

.contact-background-img:hover {
    transform: scale(1.1); 
}

.contactgegevens{
  display:flex;
  flex-direction: column;
  width:60%;
  justify-content: space-evenly;
 h3 {
  text-align: left;
}
}
.btn-contact{
  width:35%;
}

/*usps*/
.actiebuttons {
  display: grid;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 50px 70px;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}
 .actiebutton1 {
  display: flex;
  flex: 0 1 22%;
  padding:12px;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  gap: 24px;
 }

.actiebutton1 i {
  width: 49px;
  height: 40px;
  color:var(--secondarycolour);
}

.actiebutton1 p{
  color:var(--primarytextcolour);
}

.usps .actiebutton1 .fa {
    display: block;
    transition: transform 0.7s ease-in-out, box-shadow 0.5s ease-in-out;
    position: relative;
}

.usps .actiebutton1 .fa:hover {
    transform: translateY(-20px);
}

/*einde usps*/

/* keurmerken */
 .keurmerken-sectie {
  position: relative;
  overflow: hidden!important;
}

.keurmerken {
  flex-direction: row;
  max-width:1600px;
  padding:48px 0;
  white-space: nowrap;

}

.keurmerken .section-title {
  margin-bottom:48px;
}


.keurmerken:hover .logos-slide{
  animation-play-state: paused;
}

.logos-slide {
  animation: 35s slide infinite linear;
  display:inline-block;
}

.logos-slide img{
  height: 60px;
  width:auto;
  margin: 0 40px;
}

@keyframes slide { 
  from{
    transform: translateX(0);

  }
  to {
    transform: translateX(-100%);
  }
} 
/*einde keurmerken*/

 


/* Desktop media query  */
@media (min-width: 1200px) {
  .nav-center ul {
    background-color:transparent!important;
  }

  .nav-content {
    background-color:transparent!important;
  }

    .info__col {
    flex-direction: row;
    justify-content: space-between;
    max-width: 1200px;
  }

  .header__container {
    flex-direction: row;
}

.intro__row {
  flex-direction: row;
 }

 .intro__row > div:first-child {
  width:40%;
 }
}

/* media query mobile*/
@media (max-width: 767px) {

 .header__container, .img__text__slider__container, .reviews, .basis-sectie, .intro__section, .keurmerken-sectie, .slider__section {
     padding: 50px 35px;
   } 



   /*navbar*/
  .nav-content {
    padding: 12px 35px;
   }
   
    .li-btn {
      display:block;
    }
 
    .btn-navbar {
     display:none;
    }
  
    .nav-button-mobile {
      display: flex!important;
      background-color: var (--accent1-colour);
      color:var(--secondarytextcolour);
      padding:16px 24px;
      width:100%;
      margin: 24px 0px;
    }
 
    .nav-button-mobile:hover {
     background-color:transparent;
     border: 2px solid var(--accent1-colour);
     color: var (--accent1-colour);
   }
 
    ul li a:hover:after {
      display:none;
    }
    ul li a:hover, ul li a:active {
     color:var(--accent1-colour);
    }
  
    .checkbtn {
      display: block;
      order: 1;
    }
  
    .nav-center {
     position: fixed;
     top: 80px;
     right: -100%;
     width: 100%;
     height: calc(100vh - 80px);
     background-color: inherit;
     transition: right 0.3s ease-in-out;
     z-index: 3;
 }
  
    .nav-center ul {
     position: fixed;
     top: 85px!important;
     right: -100%;
     width: 100%;
     height: calc(100vh - 77px)!important;
     background-color: inherit;
     transition: right 0.3s ease-in-out;
     z-index: 3;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     padding: 24px 35px;
     padding-bottom: 100px;
 }
  
    ul li {
      margin: 8px 0;
    }
  
    ul li a {
      font-size: 1.25em;
    }
  
     /* Wanneer de checkbox input is aangevinkt (hamburger is geklikt) */
     #check:checked ~ .nav-center ul {
      right: 0;
    }
 
    #dynamicButtonContainer {
     display: none;
 }
 
 
 .mobile-button-item {
   width: 60%;
   margin-top: 20px;
 }
 
 .mobile-button-item .nav-button {
   width: 100%;
   text-align: center;
   display: flex !important;
   justify-content: center;
   margin: 5px 0;
 }
  
 .closebtn {
   display: block;
   margin-top:15px;
}
/*einde navbar */

    .button, button {
      width:100%;
    }
/* footer */
    .footer {
      padding: 50px 35px;
    }

    .container-footer .basis-kolom {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

      .container-footer {
    grid-template-columns: repeat(1, auto);
    gap: 48px;
}

.phone-mail-container {
        width: 100%;
        align-items: center;
    }

/* einde footer */
/*contact*/

   .contact-content {
    flex-direction: column;
   }

   .image-container, .contactgegevens{
    width:100%;
   }

   .contactgegevens {
    gap:24px;
    p{
      text-align: center;
    }
   }

   .btn-contact {
    width:100%;
  }
/*einde contact*/

iframe {
    width: 100%;
    height: auto;
}

.container-footer {
    flex-direction: column;
}

.slider__card {
    width: 100%;
    min-width: 100px;
    flex-direction: column;
    align-items: center;
}

.slider__image {
    width: 120px;
    height: auto;
    border-radius: 100px;
}
    
  .slider__content {
    text-align: center;
}

.slider__content h2 {
    font-size: 1.5em !important;
}

.video__container {
    padding:0;
}

.img__text__slider__container {
  padding:24px 0!important;
}

.basis-kolom {
  padding:0;
}

.row {
  flex-direction:column;
}
.col-6, .col {
    width: 100%;
}

.container-footer {
  gap:48px;
}

.contactgegevens-container, .container-footer .basis-kolom {
  width:100%!important;
  text-align: center;
}

.contactgegevens-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rules__col {
  text-align:center;
}

.actiebuttons {
  padding: 50px 35px;
   gap:48px;
    }
}
 
 
   /* tablet */
 @media (min-width: 768px) and (max-width:1200px) {

 .header__container, .img__text__slider__container, .reviews, .basis-sectie, .intro__section, .keurmerken-sectie, .slider__section {
     padding: 50px 70px;
   } 

 /*navbar*/
 .nav-content {
  padding: 24px 70px;
}
.checkbtn {
  display: block;
  order: 1;
  margin-right: 20px;
}

ul li {
  margin: 20px 0;
}

ul li a {
  font-size: 1.25em;
}

 /* Wanneer de checkbox input is aangevinkt (hamburger is geklikt) */
 #check:checked ~ .nav-center ul {
  right: 0;
}

/* Zorg dat de reguliere button verborgen blijft in mobiele versie */
.btn-navbar {
  display: none;
}

/* Button voor mobiele versie zichtbaar maken */
.nav-button-mobile {
 display: flex !important;
 background-color: var(--accent1-colour);
 color: var(--secondarytextcolour);
 padding: 16px 24px;
 margin: 24px 0px;
 width: 100%;
}

.nav-button-mobile:hover {
  background-color:transparent;
  border: 2px solid var(--accent1-colour);
  color: var (--accent1-colour);
}

.closebtn {
  display:block;
  top: 45px;
  right: 110px;
}

.li-btn {
  display:flex;
}

#dynamicButtonContainer {
 display: none;
}

.nav-center {
position: fixed;
top: 80px;
right: -100%;
width: 100%;
height: calc(100vh - 80px);
background-color: inherit;
transition: right 0.3s ease-in-out;
z-index: 3;
}

.nav-center ul {
position: fixed;
top: 90px!important;
right: -100%;
width: 100%;
height: calc(100vh - 77px)!important;
background-color: inherit;
transition: right 0.3s ease-in-out;
z-index: 3;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 24px 35px;
padding-bottom: 100px;
}

.mobile-button-item {
 width: 60%;
 margin-top: 20px;
}

.mobile-button-item .nav-button {
 width: 50%!important;
 text-align: center;
 display: flex !important;
 justify-content: center;
 margin: auto!important;
}

#check:checked ~ .nav-center ul {
 right: 0;
}
/*einde navbar*/
.intro__row {
  flex-direction: column;
}

.basis-row {
  flex-direction: column;
}

iframe {
    width: 80vw;
    height: 400px;
}

#contactformulier {
    width: 100%;
}

.container-footer {
  grid-template-columns: repeat(2, 1fr); 
  justify-items: center;
}


.container-footer > :nth-child(1),
.container-footer > :nth-child(4) {
  grid-column: 1 / -1;
    text-align:center;
}  

.container-footer .logo {
    display: flex;
    margin: 0 auto;
} 

/*contact*/
 .contact-content {
  flex-direction: column;
 }

 .image-container, .contactgegevens{
  width:100%;
 }

 .contactgegevens {
  gap:24px;
  align-items: center;
}

.btn-contact {
  width:50%;
}

.contactgegevens-container p{
  text-align: center;
}
 
 .contactgegevens-container, .contactgegevens-container .phone-mail-container {
  align-items: center;
 }
 /* einde contact*/

     
/*usps's*/
   .actiebuttons {
    padding: 50px 70px;
     }
     
    .actiebutton1 {
    height:150px;
    justify-content: flex-start;
    min-width: 50%;
   }

   .keurmerken:before, .keurmerken:after {
    width:100px;
   }

   .actiebuttons {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
   }

   /*einde usp's*/
 }





@media screen and (max-width: 1200px) {
  .nav-center ul {
      /* Ensure the mobile menu always has the background color */
      background-color: inherit !important;
      opacity: 1 !important;
  }
  
  /* Keep navbar transparent initially but allow it to change on scroll */
  nav {
      background-color: transparent;
  }
}

/* CUSTOM CSS */


/* media query mobile*/
 @media (max-width: 767px) {

.basis-row {
  flex-direction: column;
}

.basis-kolom {
    width: 100% !important;
}

.basis-kolom a {
    width: 100%;
}

}

/* media query tablet*/

 @media (min-width: 768px) and (max-width: 1200px) {
.header__container {
  flex-direction: column;
}

.header__content {
  width:100%;
}

}  


