﻿h1 {
    font-family: basis_bold;
    font-size: 1.9vw;
    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: basis_bold;
    font-size: 0.9vw;
    font-display: block;
    text-transform: uppercase;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: inherit;
    
}

.msg {
    width:100%;
    text-align:center;
    color:red;
}
.headerachter {
background-color:darkgray;
}
.bodytekst {
    padding-left: 0vw;
    padding-right: 0vw;
    width: 100%;
    background-color:black;
    align-content: center;
    text-align: center;
    height:100%;
    margin: auto;
    color:white;
}
.main {
    max-width: 1200px;
    margin: auto;
    background-color: black;
    text-align::left;
    height:100%;
}

.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;
}
.basistekst {
    font-family: basis_medium;
    font-size: 1.2vw;
    width: 60%;
    left: 20%;
    position: absolute;
    height: 100%;
}




    .ArtikelFoto img {
        overflow: hidden;
        object-fit: cover;
        position: relative;
    }


.Pager {
    text-align: center;
    background-color: #5C5B5C;
    color: White;
    font-weight: 600;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.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;
}
.TweedeRegel {
    font-size: 12px;
    text-align: right;
    width: 100%;
    background-color: gray;;
    padding: 5px;
    position: fixed;
    border-bottom: 3px solid dodgerblue;
    overflow: hidden;
    height: 32px;
    z-index: 5;
}

.footer {
    font-family: basis_bold;
    vertical-align: bottom;
    text-align: center;
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 48px;
    font-family: basis_light_italic;
    font-size: max(0.8vw, min(12px));
    padding-top: 5px;
}

.spacerfooter {
    font-family: basis_bold;
    vertical-align: bottom;
    background-color: dodgerblue;
    text-align: center;
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 24px;
    border-top: 2px solid #5C5B5C;
    font-family: basis_light_italic;
    font-size: max(0.4vw, min(12px));
    padding-top: 5px;
}
.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%;
        }

        .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;
    }