* {
    font-family: verdana;
    box-sizing: border-box;
}
h1, h2 {
    color: #0286fa;
}
h2.white {
    color: #fff;
}
.prijslijst {
    background-color: #0286fa;
    width: 100%;
    padding-bottom: 30px;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.pagina {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 150px;
}
.img-bfc {
    max-width: 100%;
}
.prijzen {
    display: flex;
    justify-content: center;
    align-items: center;
}
.kolommen {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.basis-prijs {
    display: inline-block;
    color: black;
    background-color: pink;
    border-radius: 8px;
    text-decoration: none;
    width: calc(33% - 23.33px);
    padding-left: 20px;
    padding-right: 20px;
    
}
.basis-prijs:hover {
    opacity: 0,85;
}
.extra-prijs {
    display: inline-block;
    color: black;
    background-color: orange;
    border-radius: 8px;
    text-decoration: none;
    width: calc(33% - 23.33px);
    padding-left: 20px;
    padding-right: 20px;
}
.premium-washermen-prijs {
    display: inline-block;
    color: black;
    background-color: lightgreen;
    border-radius: 8px;
    text-decoration: none;
    width: calc(33% - 23.33px);
    padding-left: 20px;
    padding-right: 20px;
}
.afspraakmaken {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: orange;
    white-space: nowrap;
    color: #fff;
    display: flex;
    justify-content: center;
}
.afspraakmaken a {
    color: #fff;
}
.afspraakmaken-kader {
    padding: 30px;
    width: 720px;
    max-width: 100%;
    background-color: orange;
}
.before-after-car {
    background-color: #fff;
    display: flex;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.acties {
    display: flex;
    align-items: center;
    flex-direction: column;
    color: black;
    width: 720px;
    max-width: 100%;
    border-radius: 8px;
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
}
.openingstijden {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}
.weken {
    display: flex;
}
.car-tekst {
    display: flex;
    justify-content: center;
    align-items: center;
}
.week1 {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
    width: 360px;
    max-width: 100%;
}
.week2 {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    width: 360px;
    max-width: 100%;
}
.proces {
    width: 1000px;
    max-width: 100%;
}
.proces-rij {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    margin-bottom: 32px;
}
.proces-item {
    display: flex;
    justify-content: center;
    width: calc(50% - 16px);
    gap: 16px;
}
.proces-item-tekst {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.proces-item-tekst h3 {
    margin-top: 0;
    margin-bottom: 0;
}
.proces-titel {
    display: flex;
    justify-content: center;
}
.gmail-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
}
.whatsapp-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
}
.whatsapp-tekst {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 15px;
}
.logos {
    display: flex;
    justify-content: center;
}
.img-zone {
    display: flex;
    justify-content: center;
}
.img-zone img {
    max-width: 100%;
}
.zone-text {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
}
.proces-blok {
    background-color: #0286fa;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}
.afspraak-titel {
    display: flex;
    justify-content: center;
    color: white;
}
.let-op1 {
    display: flex;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1480px;
}
.mail {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
}
.voorstellen {
    text-align: center;
}
.navigatiebalk {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #fff;
    transition: box-shadow 0.3s;
}
.navigatiebalk.scrolled {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.navigatiebalk img {
    margin-right: 40px;
    margin-top: 16px;
    margin-bottom: 16px;
}
.navigatiebalk-link {
    padding: 30px;
    color: #0286fa;
    text-decoration: none;
    font-weight: bold;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
}
.navigatiebalk-link:hover {
    border-bottom: 4px solid #0286fa;
}
body {
    margin: 0px;
}
.anchor-target {
    position: relative;
    height: 0;
    top: -150px;
}
.home {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.img-proces-item {
    width: 150px;
    height: 150px;
    flex-shrink: 0;
    object-fit: contain;
}
.whatsapp-knop {
    color: white;
    text-decoration: underline;
}

.whatsapp-knop:hover {
    opacity: 0.85;
}
.openingstijden-tabel {
    width: 100%;
}

table, th, td {
  border:none;
}


@media(max-width: 1199px) {
    .pagina {
        margin-top: 128px;
    }
    .navigatiebalk-link {
        display: none;
    }
    .navigatiebalk img {
        margin-right: 0px;
        margin-top: 16px;
        margin-bottom: 16px;
        width: 96px;
        height: 96px;
    }
    .kolommen {
        flex-direction: column;
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
    }
    .basis-prijs {
        width: 100%;
    }
    .extra-prijs {
        width: 100%;
    }
    .premium-washermen-prijs {
        width: 100%;
    }
    .proces {
        display: flex;
        flex-direction: column;
    }
    .proces-rij {
        display: flex;
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
        gap: 64px;
        margin-bottom: 64px;
    }
    .proces-item {
        max-width: 500px;
        width: 100%;
    }
    .proces-item img {
        width: 100%;
    }
    .weken {
        display: flex;
        flex-direction: column;
    }
    .logos {
        display: flex;
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
    }
    .let-op1 {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
    }
    .stofzuigen {
        display: flex;
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
    }
    .proces-item {
        display: flex;
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
    }
    .whatsapp-logo {
        padding-top: 15px;
    }
    .gmail-logo {
        padding-bottom: 15px;
    }
}
