body {
    margin: 0;
    padding: 0;
    background-color: #f7951d30;
    scroll-behavior: smooth !important;
}

p,
a,
h4,
h5,
h6,
li {
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h3 {
    font-family: 'Open Sans', sans-serif;
}

p {
    font-size: 18px;
}

.div100to50 {
    height: 100px;
}

.div100 {
    height: 100px;
}

.div50 {
    height: 50px;
}

.div25 {
    height: 25px;
}

.div10 {
    height: 25px;
}

.div5 {
    height: 25px;
}

.title {
    color: #808080;
    text-align: center;
    font-family: 'Bitter', serif;
}

#responsive {
    margin: auto;
    max-width: 1200px;
    height: auto;
    padding: 25px;
}

.home_logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 500px;
    height: auto;
}

.home_quote {
    text-align: center;
    color: #808080;
    font-weight: normal;
    font-size: 22px;
}

.producten {
    width: 100%;
    display: table;
}

.product {
    justify-content: space-between;
    display: table-cell;
    padding-left: 50px;
    padding-right: 50px;
    transition: all 0.3s ease;
}

.product:hover {
    transform: scale(1.03);
    transition: all 0.3s ease;
}

.product:active {
    transform: scale(1);
    transition: all 0.3s ease;
}

.productendiv {
    width: 40px;
    height: 100px;
}


.tekstvlak {
    background-color: #F7941D;
    border-radius: 50px 0px 50px 0px;
    color: white;
}

.tekstvlak-tekst {
    padding: 50px;
    font-size: 20px;
}

.tekstvlak-title {
    font-family: 'Bitter', serif;
}


.tekstvlak-title,
.tekstvlak-tekst-p {
    margin-top: 0;
    margin-bottom: 8px;
}

.tekstvlak-ul {
    margin-bottom: 0;
}


.overmij-item-tekst.title {
    color: #F7941D;
    text-align: left;
    margin: 0;
}

.overmij-item-tekst {
    width: 80%;
}

.overmij-item-img-img {
    width: 36%;
    height: auto;
    border-radius: 25px;
}

.flex-child.overmij_img {
    text-align: right;
}

.flex-child.overmij_tekst {
    text-align: left;
}

.button {
    padding: 16px 32px;
    border-radius: 10px;
    background-color: #F7941D;
    text-decoration: none;
    color: white;
    font-weight: bold;
    transition: all .2s ease;
}

.button:hover {
    transition: all .2s ease;
    -webkit-box-shadow: 0px 8px 24px -3px #f7951d60;
    box-shadow: 0px 8px 24px -3px #F7941D60;
}


@media only screen and (max-width: 800px) {
    .flex-container {
        display: block !important;
    }

    .flex-child {
        margin-bottom: 25px;
    }

    .flex-child.overmij_img {
        text-align: center;
    }

    .overmij-item-img-img {
        width: 80%;
        height: auto;
        border-radius: 25px;
    }

    .overmij-item-tekst {
        width: 100%;
    }
}

.flex-container {
    display: flex;
}

.flex-child {
    flex: 1;
    text-align: center;
    padding: 25px;
}

.c-img {
    width: 50px;
    height: auto;
}


.flex-child-pr {
    height: 300px;
    width: 100%;
    cursor: pointer;
    border-radius: 25px;
    margin: 10px;
}




.flex-child-pr.pr1 {
    background: url(https://cdn.discordapp.com/attachments/643052987933130772/811917655145054248/5a.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.flex-child-pr.pr2 {
    background: url(https://cdn.discordapp.com/attachments/643052987933130772/811917660798582784/5b.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.flex-child-pr.pr3 {
    background: url(https://cdn.discordapp.com/attachments/643052987933130772/811917662934269972/5c.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.flex-child-pr.pr4 {
    background: url(https://cdn.discordapp.com/attachments/643052987933130772/812294338222227497/asdasdasdasdasd.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.flex-child-pr.pr5 {
    background: url(https://cdn.discordapp.com/attachments/643052987933130772/811917666469150730/5e.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.flex-child-pr.pr6 {
    background: url(https://cdn.discordapp.com/attachments/643052987933130772/811917668760027136/5f.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pr-tekst {
    margin: 0;
    padding-top: 100px;
    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 26px;
}

.samenw-logo {
    height: 80px;
    width: auto;
    transition: all .2s ease;
}

.samenw-logo:hover {
    transition: all .2s ease;
    transform: scale(1.1);
}

.tekstvlak-ul {
    text-decoration: none;
    color: white;
}

.copy {
    text-align: center;
    font-family: 'Bitter', serif !important;
}

.c-img.lamp {
    width: 40px;
    height: 60px;
    background: url(lamp.svg);
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .2s ease;
}

.c-img.lamp:hover {
    width: 40px;
    height: 60px;
    background: url(lamp-aan.svg);
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .2s ease;
}

.full-img-1 {
    height: 300px;
    background: url(https://cdn.discordapp.com/attachments/643052987933130772/809394774061875250/pexels-andre-furtado-1417252.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.full-img-2 {
    height: 300px;
    background: url(https://cdn.discordapp.com/attachments/643052987933130772/809394951997751316/pexels-tomas-malik-1660995.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.full-img-3 {
    height: 300px;
    background: url(https://cdn.discordapp.com/attachments/643052987933130772/811911412652834836/pexels-pixabay-50709.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.full-img-4 {
    height: 300px;
    background: url(https://cdn.discordapp.com/attachments/643052987933130772/809377856622559262/pexels-valeriia-miller-3599586.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.full-img-5 {
    height: 300px;
    background: url(https://cdn.discordapp.com/attachments/643052987933130772/809395480546771004/pexels-anuja-vidhate-894443.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

@media only screen and (max-width: 800px) {
    .full-img-1 {
        height: 300px;
        background: url(https://cdn.discordapp.com/attachments/643052987933130772/809394774061875250/pexels-andre-furtado-1417252.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: scroll;
    }
    
    .full-img-2 {
        height: 300px;
        background: url(https://cdn.discordapp.com/attachments/643052987933130772/809394951997751316/pexels-tomas-malik-1660995.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: scroll;
    }
    
    .full-img-3 {
        height: 300px;
        background: url(https://cdn.discordapp.com/attachments/643052987933130772/811911412652834836/pexels-pixabay-50709.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: scroll;
    }
    
    .full-img-4 {
        height: 300px;
        background: url(https://cdn.discordapp.com/attachments/643052987933130772/809377856622559262/pexels-valeriia-miller-3599586.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: scroll;
    }
    
    .full-img-5 {
        height: 300px;
        background: url(https://cdn.discordapp.com/attachments/643052987933130772/809395480546771004/pexels-anuja-vidhate-894443.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: scroll;
    }
}

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');

.ad {
    /* display: none; */
    font-family: 'DM Sans', sans-serif !important;
    text-decoration: none;
    color: #333333 !important;
}