﻿html {
    scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}
p {
    margin:0px;
}
h1 {
    font-family: Poppins;
    font-size: 1.3vw;
    font-display: block;
    text-transform:  uppercase;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: inherit;
}
h2 {
    font-family: basis_bold;
    font-size: 1.1vw;
    font-display: block;
    text-transform: uppercase;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: inherit;
    line-height:1.1vw;
   
}
h3 {
    font-family: Poppins;
    font-size: clamp(0.6, 1vw, 3rem);
    margin: 0;
    padding: 0;
    font-display: block;
    text-transform: uppercase;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: inherit;
}

/* Add bullet before text */
bullet::before {
    content: "• "; /* Unicode character for bullet */
    margin-right: 5px; /* Space between bullet and text */
}

.invoerveld {
    font-family: Poppins;
    font-weight: 300;
    padding: 5px;
    font-size: clamp(0.6, 1vw, 3rem);
    width: 400px;
}
body {
    font-family: Arial;
    margin: 0 auto;
    top: 0;
    left: 0;
    height: 100vh;
    align-items: center;
    justify-content: center;
}
.bodytekst {
    z-index: 10;
    width: 100%;
    display:none;
    margin: 0 auto;
  position:relative;

}


.helepagina {
width:100%;
display:flex;
}
.basisspacer {
width:100%;
height:12px;
}
.basiscontainer {
    width: 100%; /* Flexible width */
    max-width: 1400px; /* Never shrink below 300px */
    min-width: 600px;
    margin: 0 auto;
    display: flex;
 
}

.div50 {
    width: 50%;
    height: 100%;
    float: left;
    display: inline-block;
    margin-left: 1vw;
    margin-right: 1vw;
}
.div100 {
    width: 100%;
    height: 100%;
    float: left;
    display: inline-block;
    margin-left: 1vw;
    margin-right: 1vw;
}

.div33 {
    width: 33%;
    height: 100%;
    float: left;
    display: inline-block;
    margin-left:1vw;
    margin-right:1vw;
}

.product25 {
    width: 25%;
    height: 100%;
    float: left;
    display: inline-block;
    margin-left: 1vw;
    margin-right: 1vw;
}




.overonssub {
 
    width: 100%;

}

.productensub {
    width: 100%;
    background-color: steelblue;
    min-height: 200px
}

.projectensub {
    background-color: white;
    min-height: 200px
}

.contactsub {
    width: 100%; /* Flexible width */


    background-color: steelblue;
}
.msg {
    position: fixed;
    top: 150px;
    border: 1px solid #333333;
    box-shadow: 8px 8px 5px #444444;
    padding: 8px 12px;
    background-image: linear-gradient(180deg, white, #dddddd 40%, #cccccc);
    position: fixed;

    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: clamp(14px, 2vw, 20px);
    color: black;
    border: 1px solid steelblue;
    padding: 4px;
    border-radius: 7px;
    z-index: 999;
}


nav a {
    position: relative;
    display: inline-block;
    margin: 15px 15px;
    outline: none;
    color: steelblue;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 100;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    font-size: 1em;
}

    nav a:hover,
    nav a:focus {
        outline: none;
    }


.color-5 {
    background: white;
 
    z-index:999;
    position:fixed;
    top:47px;
    left:35%;
}

.cl-effect-5 a {
    overflow: hidden;
    padding: 0 4px;
    height: 1em;
    z-index:999;
}

    .cl-effect-5 a span {
        position: relative;
        display: inline-block;
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
    }

        .cl-effect-5 a span::before {
            position: absolute;
            top: 100%;
            content: attr(data-hover);
            font-weight: 700;
            -webkit-transform: translate3d(0,0,0);
            -moz-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
        }

    .cl-effect-5 a:hover span,
    .cl-effect-5 a:focus span {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }

.menubalk {
    position: absolute;
    margin: 0 auto;
    top: 0;
    height: 150px;
    width: 100%;
    Background-color: steelblue;
    justify-content: center; /* horizontaal */
    z-index:-1;
}

.menuitems {
    overflow: auto;
    position: fixed;
    margin: 0 auto;
    background-color: white;
    z-index: 900;
    top: 35px;
    left: 18%;
    min-width: 1200px;
    width: 64%;
    border: solid 1px steelblue;
    border-radius: 8px;
    height: 40px;
}
.menuitemscont {
 margin: 0 auto;
 position:fixed;
    width: 64%;
    overflow: auto;
    left:34%;
 
}

    .menuitemscont a {
        float: left;
        color: steelblue;
    }

        .menuitemscont a:hover {
            float: left;
            Color: red;
        }

    .menuitemscont :visited {
        color: steelblue;
    }

    .menuitemscont a:active {
        color: steelblue;
    }

.menuitemsdef {
    position:relative;
    float:left;
padding:10px;
font-weight:800;

}

        .logohead {
            position: fixed;
            left: 20%;
            top: 0;
            justify-content: center; /* horizontaal */
            background-color: white;
            height: 110px;
            border-bottom-right-radius: 7px;
            border-bottom-left-radius: 7px;
            z-index: 910;
            border: solid 1px steelblue;
            font-weight: bold;
        }
.menuonderbalk {
    position: fixed;
    background-color: white;
    top: 35px;
    left: 18%;
    padding: 0 4px;
    height: 4em;
    z-index: 908;
    width: 64%;
    border-radius:7px;
    border: 1px solid steelblue;
}
.waarschuwing {

    border: 1px solid #333333;
    box-shadow: 8px 8px 5px #444444;
    padding: 8px 12px;
    background-image: linear-gradient(180deg, white, #dddddd 40%, #cccccc);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: clamp(14px, 2vw, 20px);
    color: black;
    border: 1px solid steelblue;

    padding: 4px;
    border-radius: 7px;
    z-index: 999;
}
.cookie-banner {
    position: fixed;
    bottom: 40px;
    left: 10%;
    right: 10%;
    width: 80%;
    padding: 5px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #eee;
    border-radius: 5px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

        .RadioButton {
            font-family: system-ui, sans-serif;
            font-size: 0.8rem;
            font-weight: bold;
            line-height: 0.1;
        }

        hr.balk {
            border: 4px solid orange;
            border-radius: 5px;
            margin-top: -2px;
            margin-bottom: -1px;
        }

        .button {
            object-position: center;
            background-color: darkorange;
            border-radius: 10px;
            font-size: 1.5vw;
            color: white;
            margin: 0.3vw;
            border-radius: 15px;
            padding-top: 0.5vw;
            padding-bottom: 0.5vw;
            padding-left: 1vw;
            padding-right: 1vw;
        }

            .button:hover {
                background-color: #A1DCF2;
            }
.verstuur {
    object-position: center;
    background-color: dodgerblue;
    border-radius: 8px;
    font-size: 1.1vw;
    color: white;
    margin: 0.2vw;
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
    padding-left: 1vw;
    padding-right: 1vw;
}

    .verstuur:hover {
        background-color: #A1DCF2;
    }


.footer {
    position: fixed;
    font-family: basis_bold;
    vertical-align: bottom;
    text-align: center;
    width: 100%;
    font-size: clamp(14px, 2vw, 15px);
    padding-top: 5px;
    bottom: 0;
    z-index:999;
}

        .spacerfooter {
            vertical-align: bottom;
            background-color: steelblue;
            text-align: center;
   
   
            width: 100%;
     
            border-top: 2px solid #5C5B5C;
            font-family: Arial;
            font-weight:300;
            font-size: clamp(14px, 2vw, 15px);
            padding-top: 5px;
        }

.footermenu {
    font-family: basis_bold;
    vertical-align: bottom;
    background-color: dimgray;
    text-align: center;
    position: relative;
    bottom: 0px;
    width: 100%;
    border-top: 2px solid #5C5B5C;
    font-family: basis_light_italic;
    font-size: clamp(14px, 2vw, 15px);
    padding-top: 5px;
}
.kopfooter {
    font-family: arial;
    font-weight: 800;
    text-align: left;
    color:lightgrey;
  

}

.tekstfooter {
    font-family: arial;
font-weight:200;
    text-align: left;
    color: lightgrey;
    vertical-align:top;
}
        .spacer {
            height: 20px;
            position: relative;
            width: 100%;
        }


    /* Responsive layout - makes the four columns stack on top of each other instead of next to each other */
    @media screen and (max-width: 700px) {
        h1 {
            font-family: basis_bold;
            font-size: 12px;
            font-display: block;
            text-transform: uppercase;
            white-space: pre-wrap;
            text-overflow: inherit;
        }

        h2 {
            font-family: basis_bold;
            font-size: 11px;
            font-display: block;
            text-transform: uppercase;
            white-space: pre-wrap;
            overflow: hidden;
            text-overflow: inherit;
            line-height: 12px;
        }

        .basistekst {
            font-family: basis_medium;
            font-size: 12px;
            width: 95%;
            left: 0%;
            margin-left: 10px;
            position: absolute;
            height: 100%;
        }

        .logohead {
            position: fixed;
            left: 50%;
            transform: translate(-50%, 0%);
            top: 0;
            justify-content: center; /* horizontaal */
            align-items: center; /* verticaal */
            background-color: white;
            height: 110px;
            border-bottom-right-radius: 7px;
            border-bottom-left-radius: 7px;
            z-index: 999;
        }

        .tekstbox {
            width: 100%;
        }

        .KwartArtikel {
            width: 100%;
            overflow: hidden;
            border-radius: 12px;
        }

        .bodytekst {
            padding-left: 12px;
            padding-right: 12px;
        }

        .hoofdartikel {
            width: 100%;
            height: 50vw;
            position: relative;
            margin-bottom: 0.2vw;
            margin-right: 1vw;
            object-fit: cover;
            border-radius: 12px;
            overflow: hidden;
        }

        .hoofdfoto {
            width: 100%;
            height: 100%;
            overflow: hidden;
            object-fit: cover;
            position: relative;
        }

            .hoofdfoto img {
                width: 100%;
                object-fit: cover;
                position: absolute;
                display: block;
                margin-left: auto;
                top: 30%;
                left: 50%;
                margin-right: -50%;
                transform: translate(-50%, -30%)
            }

        .detailverhaal {
            width: 100%;
            font-family: basis_medium;
            font-size: 12px;
            left: 0%;
            position: relative;
        }

        .datumschrijverdetail {
            top: 8px;
            left: 0px;
            width: 100%;
            border-top: 1px #3dabdd dashed;
            border-bottom: 1px #3dabdd dashed;
            position: relative;
            font-family: basis_light_italic;
            font-size: 11px;
        }

        .datum {
            background-color: ghostwhite;
            opacity: 0.9;
            width: 100%;
            height: 14vw;
            position: absolute;
            top: 37vw;
            left: 0px;
            padding-left: 5px;
            padding-top: 1.5px;
            font-family: basis_italic;
            font-size: 10px;
        }

        .hoofdtitel {
            width: 100%;
            position: absolute;
            height: 20vw;
            top: 60%;
            left: 0px;
            font-family: basis_extrabold;
            font-size: 30px;
            padding-left: 8px;
            margin-right: -50%;
            background-color: ghostwhite;
            opacity: 0.8;
        }

            .hoofdtitel h1 {
                font-size: 5vw;
                line-height: 4.8vw;
            }

        .categorie {
            line-height: 8px;
            width: 35%;
            height: 15px;
            position: absolute;
            top: 1.2vw;
            right: 0;
            font-family: basis_bold;
            font-size: 12px;
            background-color: #3dabdd;
            color: Black;
            padding-left: 4px;
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px;
            vertical-align: middle;
        }

        .categorieKlein {
            height: 14px;
            position: relative;
            top: 8%;
            float: right;
            width: 35%;
            background-color: gold;
            color: Black;
            padding: 4px;
            padding-left: 8px;
            border-top-left-radius: 12px;
            border-bottom-left-radius: 12px;
            font-size: 12px;
            line-height: 6px;
        }

        .Vieropeenrij {
            border-radius: 10px;
            object-fit: cover;
            width: 100%;
            overflow: hidden;
            position: relative;
            margin: 5px;
        }

            .Vieropeenrij img {
                border-radius: 10px;
                width: 40%;
                height: 100%;
                object-fit: cover;
                overflow: hidden;
                position: absolute;
            }

            .Vieropeenrij:after {
                content: "";
                display: table;
                clear: both;
                overflow: hidden;
            }

        .TitelKlein {
            width: 50%;
            background-color: transparent;
            left: 40%;
            font-family: basis_bold;
            font-size: 11px;
            Padding: 0.75vw;
            height: 100%;
            top: 18%;
            line-height: 12px;
            position: absolute;
            overflow: hidden;
        }

        .datumklein {
            width: 50%;
            background-color: transparent;
            left: 40%;
            font-family: basis_medium;
            font-size: 10px;
            Padding: 0.75vw;
            height: 100%;
            top: 23%;
            line-height: 12px;
            position: absolute;
            overflow: hidden;
        }

        .backgroundkleur {
            background-color: azure;
            width: 100%;
            height: 100%;
        }

        .Prijs {
            position: absolute;
            top: 80%;
            float: right;
            text-align: right;
            width: 100%;
            font-weight: 700;
            color: slategray;
            padding: 4px;
            padding-right: 1vw;
            font-size: 2.6vw;
        }


        @font-face {
            font-family: 'basis_bold';
            src: url('fonts/poppins-bold-webfont.woff2') format('woff2'), url('fonts/poppins-bold-webfont.woff') format('woff');
            font-weight: normal;
            font-style: normal;
        }




        @font-face {
            font-family: 'basis_bold_italic';
            src: url('fonts/poppins-bolditalic-webfont.woff2') format('woff2'), url('fonts/poppins-bolditalic-webfont.woff') format('woff');
            font-weight: normal;
            font-style: normal;
        }




        @font-face {
            font-family: 'basis_extrabold';
            src: url('fonts/poppins-extrabold-webfont.woff2') format('woff2'), url('fonts/poppins-extrabold-webfont.woff') format('woff');
            font-weight: normal;
            font-style: normal;
        }




        @font-face {
            font-family: 'basis_extrabold_italic';
            src: url('fonts/poppins-extrabolditalic-webfont.woff2') format('woff2'), url('fonts/poppins-extrabolditalic-webfont.woff') format('woff');
            font-weight: normal;
            font-style: normal;
        }




        @font-face {
            font-family: 'basis_italic';
            src: url('fonts/poppins-italic-webfont.woff2') format('woff2'), url('fonts/poppins-italic-webfont.woff') format('woff');
            font-weight: normal;
            font-style: normal;
        }




        @font-face {
            font-family: 'basis_light';
            src: url('fonts/poppins-light-webfont.woff2') format('woff2'), url('fonts/poppins-light-webfont.woff') format('woff');
            font-weight: normal;
            font-style: normal;
        }




        @font-face {
            font-family: 'basis_light_italic';
            src: url('fonts/poppins-lightitalic-webfont.woff2') format('woff2'), url('fonts/poppins-lightitalic-webfont.woff') format('woff');
            font-weight: normal;
            font-style: normal;
        }




        @font-face {
            font-family: 'basis_medium';
            src: url('fonts/poppins-medium-webfont.woff2') format('woff2'), url('fonts/poppins-medium-webfont.woff') format('woff');
            font-weight: normal;
            font-style: normal;
        }




        @font-face {
            font-family: 'basis_medium_italic';
            src: url('fonts/poppins-mediumitalic-webfont.woff2') format('woff2'), url('fonts/poppins-mediumitalic-webfont.woff') format('woff');
            font-weight: normal;
            font-style: normal;
        }




        @font-face {
            font-family: 'basis_regular';
            src: url('fonts/poppins-regular-webfont.woff2') format('woff2'), url('fonts/poppins-regular-webfont.woff') format('woff');
            font-weight: normal;
            font-style: normal;
        }




        @font-face {
            font-family: 'basis_semibold';
            src: url('fonts/poppins-semibold-webfont.woff2') format('woff2'), url('fonts/poppins-semibold-webfont.woff') format('woff');
            font-weight: normal;
            font-style: normal;
        }




        @font-face {
            font-family: 'basis_semibold_italic';
            src: url('fonts/poppins-semibolditalic-webfont.woff2') format('woff2'), url('fonts/poppins-semibolditalic-webfont.woff') format('woff');
            font-weight: normal;
            font-style: normal;
        }