
.section-pagetop {
    height: 20px;
    padding-top: 0;
}

.navbar {
    padding-left: 0;
}

.navbar .container {
    padding-left: 0;
}

.bezoekwebsite {
    cursor: pointer;
    background-color: red;
    border-radius: 4px;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: 4px solid white;
    cursor: pointer;
    width: 130px;
    box-sizing: border-box;
    margin-top: 60px;
    margin-right: 60px;

}


.vak {
    position: relative;
    height: 240px;
    border: 1px solid black;

}

.content .vak div {
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
    color: #f1f1f1;
    padding: 20px;
    width: 100%;
}

.home .row .content:nth-child(odd) .tekst {
    position: absolute;
    bottom: 0;
    right: 0;
}

.categorie {
    font-size: 1.4rem;

}

.navbar-dark .navbar-nav .nav-link {
    color: white;
    padding: 1em;
}

.leeggoed {
    font-size: 0.6em;
}

.card {
    margin-right: 2em;
}

.cartaside {
    margin-left: 2em;

}

.cartButtons {
    min-width: 200px;
}
.gratisleveringtekst {
    margin-top:1em;
    color: blue;
}
@media screen and   (max-width: 600px) {
    .tekst h1 {
        font-size: 1.4em;
    }

    .tekst p {
        font-size: 1em;

    }

    .container {
        width: 97%;
        max-width: 97%;
    }

    .cartaside dt, .cartaside dd {
        font-size: 0.8em;
    }

    .cartaside {
        margin-left: 0;
        padding: 1em;

    }

    .card {
        margin-right: 0;
    }

    .cartButton {
        font-size: 0.6em;
    }
}

@media screen and   (min-width: 600px) and (max-width: 1000px) {
    .tekst h1 {
        font-size: 1.1em;
    }

    .tekst p {
        font-size: 0.9em;

    }

    .container {
        width: 97%;
        max-width: 97%;

    }

    .cartaside {
        margin-left: 0;
        padding: 1em;
    }

    .cartaside dt, .cartaside dd {
        font-size: 0.8em;
    }

    .card {
        margin-right: 0;
    }
    .cartButton {
        font-size: 0.6em;
    }
}

