.topmenu {
background-color:transparent; 
}


.menu {
background-color:transparent; 
    border-top: 1px solid #777;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

.bovenstart {
height: 0vh;
}



.klkalender {
    border-radius: 12px;
}


  .menu_s .bmenu_mobk {
        display: block;
      max-width: 1320px;
       margin-left: auto;
      margin-right: auto;
    }

.logo {
    background-position: left center !important;
    margin-left: 0;
}



.datumhome .filters1 {
 display: flex;
flex: 0 0 30%;
    align-items: center;
  justify-content: center;

}

.filterresult {
 text-align: left;   
}


.datumhome .datumstart3 {
    display: flex;
   flex: 0 0 40%;
      align-items: center;
  justify-content: center;
    margin: 0;
max-width: auto;
}


.datumkeuze2 {
    padding-top: 35px;
    padding-bottom: 35px; 
}


.formulierbutton {
      all: unset;
display: flex;
  flex: 0 0 30%;
    float: none;
 margin: 0;
  padding: 0;
}


.formulierbutton2 {
    all: unset;
    display: flex;
  justify-content: center;   /* centreert horizontaal */
  align-items: center;       /* centreert verticaal */
  width: 100%;
  height: 100%;
  padding: 0;                /* of alleen horizontale padding indien nodig */
  font-size: 20px;
  background-color: #7FC715;
  border-radius: 0 20px 20px 0;
  color: white;
  cursor: pointer;
}


.formulierbutton:hover .formulierbutton2  {
  all: unset;
    display: flex;
  justify-content: center;   /* centreert horizontaal */
  align-items: center;       /* centreert verticaal */
  width: 100%;
  height: 100%;
  padding: 0;                /* of alleen horizontale padding indien nodig */
  font-size: 20px;
  background-color: #7FC715;
  border-radius: 0 20px 20px 0;
  color: white;
  cursor: pointer;
background-color: #6AB010; /* iets donkerder groen */
  transform: scale(1.02);    /* kleine vergroting */
  transition: all 0.3s ease;
}






.bmenu_mob {
    background-image: url(/img/menu2.svg);
}



.menu_s .bmenu {
 background-color: #fff;
    max-width: 400px;
    padding: 20px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
     display: none;
     -webkit-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.63);
        -moz-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.63);
        box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.63);
    
}

.menu_s .blmenu {
 width: 80%; 
    padding: 20px;
}


.menu_s .blmenubtn {
    color: #000;
    font-size: 24px;
    border: none;
    text-decoration: none;
    border-radius: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.menu_s .bmenu_mobk {
 background-color: transparent;   
}


.menu_s .blmenu-content {
    display: block;
}



.nieuwelay100 {
  display: flex;
  flex-wrap: wrap; /* Zorgt ervoor dat ze naar een nieuwe rij gaan als er geen ruimte is */
  justify-content: space-between; /* Verspreidt de items netjes */
  gap: 5px; /* Ruimte tussen de voertuigen */
  max-width: 1700px; /* Voorkomt dat de container te groot wordt */
  margin: 0 auto; 
}



.menu_s .blmenu-content a, .menu_s .blmenu-content .menu_s .blmenubtnsub {
    background-color: #fff;
    color: #333;
    padding: 12px 16px;
    padding-left: 50px;
    font-size: 18px;
    text-decoration: none;
    display: block;
}


.blmenu-content a:hover {
    position: relative;
color: #000;
text-decoration: none;
}




.blmenu-content a::after {
  content: '';
  position: absolute;
  width: 80%;
margin-left: 50px;
  transform: scaleX(0);
  height: 1px;
  bottom: 0px;
  left: 0;
  background-color: #ccc;
  transition: transform 0.25s ease-out;
}

.blmenu-content a:hover::after {
  transform: scaleX(1);
}


filterresult .filtervoertuig {
 margin-right: 20px;   
}

 .filtervoertuig {
      position: relative;
      display: inline-block;
    }

    .filtervoertuig .filter-button {
      background-color: #000;
      color: white;
      padding: 12px 20px;
      border: none;
      border-radius: 999px;
      cursor: pointer;
      font-size: 16px;
    }

    .filtervoertuig .dropdown {
      position: absolute;
      top: calc(100% + 10px);
      left: 0;
      background-color: white;
      border-radius: 20px;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
      width: 280px;
      padding: 12px 0;
      display: none;
      z-index: 10;
    }

    .filtervoertuig .dropdown.active {
      display: block;
    }

    .filtervoertuig .dropdown-item {
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 14px 30px;
      font-size: 16px;
      color: #111;
      cursor: pointer;
      transition: background 0.2s;
      border-radius: 12px;
    }

    .filtervoertuig .dropdown-item:hover {
      background-color: #f3f3f3;
    }

    .filtervoertuig .dropdown-item::before {
      content: "";
      display: inline-block;
      width: 20px;
      height: 20px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 24 24'%3E%3Cpath d='M3 13h18v3H3z'/%3E%3C/svg%3E");
      background-size: contain;
      background-repeat: no-repeat;
      flex-shrink: 0;
    }



.filtervoertuig .dropdown {
  display: none;
}

.filtervoertuig .dropdown.show {
  display: block;
}






.vanafpr {
 font-size: 24px;
    color: #fff;
    bottom: 20px;
    right: 20px;
}



.animatiekader {
 display: none;   
}



.onder {
display: block;
padding: 150px;
background-color: #000;
color: #efefef;	
font-size: 14px;
}


.onder {
display: block;
padding: 150px;
background-color: #000;
color: #efefef;	
font-size: 14px;
}


.onderkop {
    font-size: 24px;
}

.onder1 a {
color: #fff;
    text-decoration: none;
    position: relative;
}

.onder1 a:hover {
color: #efefef;
    text-decoration: none;
}



.onder1 a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: -5px;
  left: 0;
  background-color: #fff;
  transition: transform 0.25s ease-out;
}

.onder1 a:hover::after {
  transform: scaleX(1);
}


.blmenu:hover .blmenubtn {
    background-color: #fff;
}




.inloggen {
background: url('/img/acc_w.svg'); 
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 20px 20px;
border: 1px solid transparent;
color: #fff;   
    border-radius: 20px;
}


A.inloggen:link ,A.inloggen:visited, A.inloggen:active {
 color: #fff;      
}


.inloggen:hover {
color: #fff;
}


.bel {
	background: url('/img/bel_w.svg'); 
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 20px 20px;
border: 1px solid transparent;
color: #fff;   
    border-radius: 20px;
}


A.bel:link ,A.bel:visited, A.bel:active {
 color: #fff;      
}


.bel:hover {
color: #fff;
}

.wapp {
	background: url('/img/whatsapp.svg');
  background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 22px 22px;
  border: 1px solid transparent;
        border-radius: 20px;
}


A.wapp:link ,A.wapp:visited, A.wapp:active {
 color: #fff;      
}


.wapp:hover {
color: #fff;
}



.taal {
  border: 1px solid transparent;
}

.datumstart1 {
    max-width: 1400px;
}


.datumhome .datumstart2 {


background-color: #fff;
padding: 10px;
    color: #333;
z-index: 0;
border: 1px solid #777;
}


.datumhome .datumstart2smal {
display: flex;
    width: 1320px;
background-color: #fff;
padding: 0px;
    margin: 0 auto;
z-index: 0;
border: 1px solid #777;
    border-radius: 20px;
}



.datumstart2smal form {
    display: flex;
    flex-wrap: nowrap;
     align-items: stretch;
    width: 100%;
    box-sizing: border-box;
}


.animatiekader {
    font-size: 28px;
}






.datumhome .perskeuze1 {
    color: #333;
}


.datumhome .datumst1a, .datumhome .datumst1, .datumhome .startdatumtekstup {
     color: #333;   
}

.datumhome .setdel2 {
 background-color: #fff;   
}

.rand {
    display: none;
}

.achter {
    background-color: transparent;
}



@media screen and (max-width :1000px) {
.datumhome .datumstart2smal {

width: 95vw;
}
    
    
.datumstart3 {

}


.formulierbutton {
    width: auto;
    float: left;
}
    
    

}


