@charset "UTF-8";
@font-face {
    font-family: 'robototitle';
    src: url('fonts/Roboto/Roboto-Black.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'robototext';
    src: url('fonts/Roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.title {
    font-family: 'robototitle';
}

.text {
    font-family: 'robototext';
    font-size: 16px;
}

img {
    border-radius: 10px;
}

.hero {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 60vh;
  min-height: 350px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

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

.titlehero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;      /* voeg toe */
  justify-content: center;  /* voeg toe */
  z-index: 2;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 700px;         /* voeg toe voor max breedte */
  margin: 0 auto;           /* centreer horizontaal */
  padding: 0 1rem;
}

button {
    background: linear-gradient(135deg, #0A3578, #0C468F);
    color: white;
    padding: 12px 32px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

button:hover {
    background: linear-gradient(135deg, #0D4A9B, #1155A0);
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

button:active {
    transform: scale(0.98);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}


html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}


.header {
    display: flex;
    padding: 0 20px;
    margin: 0;
    align-items: center;
    background-color: #276baa;
    height: 70px;
    box-sizing: border-box;
    line-height: 70px;
}

.headerlogo {
    max-height: 50px; 
    width: auto;
    margin-top: 25px;
    margin-right: 5px;
}

.headerlink {
    font-family: 'robototext';
    font-size: 15px;
    text-decoration: none;
    color: black;
    padding: 15px;
    cursor: pointer;
}


.headerlink:hover {
    color: lightgray;
    transition: all 0.2s ease-in-out;
}
.headertitle {
    font-family: 'robototitle';
    font-size: 20px;
    text-decoration: none;
    color: black;
    padding-left: 10px;
}

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


body {
    background-image: url(images/achtergrond\ hond\ met\ blur.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

body.no-background {
    background: white;
    background-image: none;
  }

.content {
    margin-bottom: 20px;
    overflow: visible;
    text-align: left;
    flex: 1;
}

.imgvoorstellen {
    height: 300px;
    border-radius: 5px;
}

.alles {
    gap: 20px;
    margin: 0; 
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

footer {
    background-color: #006491;
    background-blend-mode: darken;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 100px;
    height: 140px;
    text-align: center;
    margin-right: auto;
    margin-top: auto;
    padding: 0 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    height: auto;
    width: 100%;
    margin-top: 15px;
    position: relative;
}

.footer::before {
    content: "";
    position: absolute;
    top: -70px;
    left: 0;
    width: 100%;
    height: 70px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #006491);
}

main {
    flex: 1;
    margin-bottom: 50px;
}



.footerlink {
    font-family: 'robototext';
    font-size: 16px;
    text-decoration: none;
    color: black;
    text-align: center;
    cursor: pointer;
}

.footerlink:hover {
    color: lightgray;
    transition: all 0.2s ease-in-out;
}

.footersocial {
    height: 50px;
    display: inline-block;
    margin: 0 5px;
}

.footerlogo {

padding-left: 10px;
}


.footeradress {

    text-decoration: none;
    color: black;
}

.footeradresstext {
    cursor: pointer;
}

.footeradresstext:hover {
    color: lightgray;
    transition: all 0.2s ease-in-out;
}


.contactcontent {
    display: flex;
    flex-wrap: nowrap; 
    flex-direction: row; 
    justify-content: space-around; 
    align-items: flex-start; 
    gap: 20px; 
    margin: 40px;
}

.contactsection1, .contactsection2, .contactsection3 {
    background-color: lightgray;
    text-align: center;
    border: 2px solid white; 
    border-radius: 10px; 
    padding: 20px; 
    margin: 0; 
    width: 30%; 
    min-height: 310px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3); 
}


.contactsection1 p, .contactsection2 p, .contactsection3 p, .thuisservicediv p {
    font-size: 17px;
    color: #555; 
}


.contactsocials {

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.contactsocial {
    height: 100px;
    display: inline-block;
    margin: 0 10px;   
}

.contactsocials {
    margin-bottom: 20px;
}

#emailcontact {
    cursor: pointer;
    text-decoration: none;
}

#emailcontact:hover {
    color: white;
    transition: all 0.2s ease-in-out;
}

#belbutton {
    display: none;
}

.textalgmenevoorwaarden {
    font-family: 'robototext';
    font-size: 16px;
    color: black;
    margin-right: 10px;
}

.titlevoorwaarden {
    font-family: 'robototitle';
    margin-left: 10px;
}


.contentbehandelingen, .contentthuisservice, .contenttextimpressie {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row; 
    justify-content: center;
    gap: 30px; 
    margin: 20px
}

.behandelingdiv {
    background-color: lightgray;
    text-align: center;
    border: 2px solid white; 
    border-radius: 10px; 
    padding: 20px;
    margin: 0; 
    width: 29%;
    min-height: 330px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3); 
}

.textimpressie, .klantenkaart {
    background-color: lightgray;
    text-align: center;
    border: 2px solid white; 
    border-radius: 10px; 
    padding: 20px;
    margin: 0; 
    width: 29%;
    min-height: auto;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3); 

}

.thuisservicediv {

    background-color: lightgray;
    text-align: center;
    border: 2px solid white; 
    border-radius: 10px; 
    padding: 20px;
    margin: 0; 
    width: 29%;
    min-height: 180px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3); 
}

.klantenkaart, .textimpressie {
    width: 80%;
    height: auto;
    display: block;
    justify-content: center;
}

.behandelingdiv p, .klantenkaart p{
    font-size: 17px;
    color: #555;
}

.textimpressie {
    font-size: 19px;
    color: #555;
}



.voorstellencontent {
    display: flex;
    flex-wrap: wrap; 
    flex-direction: row; 
    justify-content: space-around; 
    align-items: flex-start; 
    gap: 20px; 
    margin: 40px
}

.voorstellendiv {

    background-color: lightgray;
    text-align: center;
    border: 2px solid white; 
    border-radius: 10px; 
    padding: 20px; 
    margin: 0; 
    width: calc(33.333% - 20px);
    min-height: 470px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3); 
    box-sizing: border-box;
}

.break-word {
    word-break: break-word; /* modern */
    overflow-wrap: break-word; /* standaard */
    word-wrap: break-word; /* oude naam, nog bruikbaar */
}


@media (max-width: 1100px) {
    .voorstellendiv {
        width: calc(50% - 20px); /* Twee items naast elkaar voor medium schermen */
    }
}

@media (max-width: 768px) {
    .voorstellendiv {
        width: 100%; /* Één item per rij voor kleinere schermen */
    }
}


.voorstellendiv p {
    font-size: 15px; 
    color: #555; 
}

.containerimpressie {
    width: 100;
}

.impressieimg {
    width: 100;
}



.flexboxfotocontent {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 30px;
}

.boxfoto {
    display: flex;
    align-content: center;
    justify-content: center;
    max-width: 80%;
    background-color: lightgray;
    text-align: center;
    border: 2px solid white; 
    border-radius: 10px; 
    padding: 20px; 
    margin: 0; 
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1); 
    max-width: 80%;
}

.boxfoto img {
    max-width: 80%;
    display: flex;
    margin: auto;
    
}



.containerbehandelingen, .afspraakmaken {
    display: flex;
    height: 600px;
    background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.3));
    text-align: left;
    flex-direction: row;
    align-items: center; 
    justify-content: space-between; /* Zorgt dat tekst links blijft en afbeelding rechts */
    padding: 0 5%;
}


.containerimpressie {
    display: flex;
    height: 600px;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    text-align: left;
    flex-direction: row;
    align-items: center; 
    justify-content: space-between; /* Zorgt dat tekst links blijft en afbeelding rechts */
    padding: 0 5%;
}

.indeximg {
    height: auto;
    max-width: 800px;
    width: 100%;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.indeximgdiv {
    display: flex;
    justify-content: flex-end;
}

.titleindex {
    font-family: 'robototitle';
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}


.titleafspraakmaken, .titlecontainerbehandelingen, .titlecontainerimpressie {
    width: 100%; /* Zorgt ervoor dat hij niet geforceerd 100% breed blijft */
    max-width: 500px; /* Pas dit aan naar de gewenste breedte */
    padding: 20px; 
    margin-right: 30px;
    display: inline-block;
    background-color: lightgray;
    border: 2px solid white;
    border-radius: 10px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}


.textindex {
    font-family: 'robototext';
    font-size: 16px;
}

.containerbehandelingen > div, .containerimpressie > div, .afspraakmaken > div {
    flex: 1; /* beide divs gelijke ruimte  */
}

#titlefotos {
    display: flex;
    justify-content: center;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    padding: 20px;
}

iframe {
    width: 500px;
    height: 280px;
    border-radius: 12px;
    border: 2px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
}

iframe:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}


.herothuisservice {
    position: relative;
    width: 100%;
    height: 50vh;
    overflow: hidden;
}

.herothuisservice-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
    pointer-events: none;
}

.herothuisservice-content {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.herothuisservice::after {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0); /* optionele overlay */
    z-index: 0;
}  

    .headerlinks {

        display: flex;
        flex-direction: row;
        padding: 10px;
        padding-top: 10px;
    }

        .menu-toggle {
        display: none;
    }
@media (max-width: 768px) {

    .hero {
        width: 100%;      /* ipv 100vw */
        min-width: 0;
        height: 40vh;     /* evt iets lager op mobiel */
        padding: 0;
    }
    .herovid {
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        object-fit: cover;
    }

    .titlehero {
        padding: 0 0.5rem;
    }

    .contactcontent {
        flex-direction: column; 
        gap: 20px; 
        margin: 20px; 
        align-items: center; 
    }

    .contactsection1, .contactsection2, .contactsection3 {
        width: 90%; 
        text-align: center;
        padding: 15px; 
    }

    .contactsocial {
        height: 60px;
        display: inline-block;
        margin: 0 10px; 
    }

    #belbutton {
        display: flex;
        justify-content: center;
    }

    .textalgmenevoorwaarden {
        font-family: 'robototext';
        font-size: 16px;
        color: black;
        display: flex;
        text-align: center;
        flex-direction: column;
        width: 85%;
        line-height: 1.6;
    }


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


    .behandelingdiv, .klantenkaart, .thuisservicediv {
        align-self: center;
        width: 100%;
        height: auto; 
        max-width: 400px; 
        text-align: center; 
        padding: 15px; 
    }

    .textimpressie {
    align-self: center;
    width: 100%;
    height: auto; 
    max-width: 400px; 
    text-align: center; 
    padding: 15px; 
    }


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

    .voorstellendiv {
        width: 100%;
        height: auto;
    }

   .containerbehandelingen, .containerimpressie, .afspraakmaken {
        flex-direction: column;
        text-align: center;
        padding: 40px 10%;
    }

    .containerbehandelingen > div, .containerimpressie > div, .afspraakmaken > div {
        flex: unset;
        width: 100%;
    }

    .indeximgdiv {
        justify-content: center;
        margin-top: 20px;
    }

    .indeximg {
        height: auto;
        max-width: 115%;
        width: 115%;
    }
    
    .indexbutton {
        padding: 12px 24px;
        font-size: 16px;
    }

    .containerbehandelingen, .afspraakmaken, .containerimpressie {
        height: auto;
    }

    .titleafspraakmaken, .titlecontainerbehandelingen, .titlecontainerimpressie {
        display: block;
        justify-content: center;
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .gallery {
        max-width: 90%;
    }
    
    .herothuisservice {
        position: relative;
        overflow: hidden;
        pointer-events: none;
      }
      .herothuisservice-video {
        width: 250%;
        height: 250%;
        object-fit: cover; /* Zorgt ervoor dat de video het volledige gebied bedekt zonder vervorming */
        object-position: 25% 50%; /* Zoomt in op de linker helft van de video (de auto) */
      }
}

@media (max-width: 965px) {
    html, body {
        flex: 1;
    }

    .navbar {

        display: flex;
        flex-direction: column;
    }

    .headertitle {
        font-size: 18px;
    }

    .headerlinks {
        display: none;
        flex-direction: column;
        text-align: center;
        font-size: 30px;
        position: absolute;
        top: 69px; 
        left: 0;
        background-color: #276baa;
        width: 100%;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); 
        transform: translateY(-20px);
        opacity: 0;
        transition: transform 0.3s ease, opacity 0.3s ease;
        z-index: 10;
    }

    .headerlinks.show {
        display: flex; 
        transform: translateY(0);
        opacity: 1;
    }

    .headerlinks {
        gap: 5px; /* Zorgt voor minder ruimte tussen links */
        padding: 5px 0; /* Minimaliseert de padding */
    }

    .headerlink {
        padding: 5px 10px; /* Vermindert de padding per link */
        font-size: 14px; /* Maak de tekst eventueel kleiner */
        line-height: 1.2; /* Zorgt voor minder ruimte tussen regels */
    }

    .menu-toggle {
        display: block; 
        margin-left: auto;
    }

    header .menu-toggle {
        margin-left: auto;
    }

    .menu-toggle {
        background-color: #333; 
        color: #fff; 
        border: none;
        padding: 10px 15px;
        cursor: pointer;
        font-size: 18px;
        border-radius: 5px;
        margin: 10px;
    }
    
    .menu-toggle:hover {
        background-color: #555; 
    }
    
}

@media (min-width: 733px) and (max-width: 1289px) {
    footer {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center; 
        gap: 20px; 
        padding: 10px 20px; 
        box-sizing: border-box;
        width: 100%;
        margin-top: 15px;
        text-size-adjust: 80%;
    }
    
    .footer1, .footer2, .footer3, .footer4 {
        margin: 0 auto;
        text-align: center; 
        width: 100%;
    }



    .footersocial {
        height: 50px; 
        max-width: 50px; 
    }


}

@media (max-width: 733px) {
    footer {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center; 
        gap: 20px; 
        padding: 10px 20px; 
        box-sizing: border-box;
        width: 100%;
        margin-top: 15px;
        font-size: 28px;
    }

    .footer1, .footer2, .footer3, .footer4 {
        margin: 0 auto;
        text-align: center; 
        width: 100%;
    }

    .footersocial {
        height: 50px; 
        max-width: 50px; 
        margin-bottom: 40px;
    }
}