/* Algemene instellingen voor alle elementen */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
}

/* Verwijderen van scrollbalken voor WebKit-browsers */
::-webkit-scrollbar {
    width: 0;
}

/* Navigatiebalkstijlen */
div.navagatiebalk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 7.5%; 
    background-color: #0056b3;
}

/* Stijlen voor het logo */
a.logo- img,
a.logo__hoover- img {
    cursor: pointer;
    width: 110px;
    opacity: 100;
}

a.logo__hoover- img {
    opacity: 0;
    position: absolute;
    left: 7.5%;
    top: 30px;
    transition: opacity 0.3s ease 0s;
}

    a.logo__hoover- img:hover {
        opacity: 100;
    }

/* Stijlen voor navigatiemenu-items */
.nav__center a,
.lid__worden__nav,
.inloggen__nav,
.overlay__content a {
    font-weight: 500;
    color: #c0c0c0;
    text-decoration: none;
}

ul.nav__center {
    margin-left: 15%;
    white-space: nowrap;
}

.nav__center {
    list-style: none;
    display: flex;
}

    .inloggen__nav,
    .nav__center li {
        padding: 0 20px;
    }

        .nav__center li a {
            transition: color 0.3s ease 0s;
            color: #c0c0c0;
        }

            .nav__center li a:hover,
            .inloggen__nav:hover {
                color: #003366;
            }

    div.menu_icoon{
       display: none;
    }

    nav.menu {
        display: none;
    }

/* Stijlen voor lid worden knop */
.lid__worden__nav {
    padding: 9px 25px;
    background-color: #003366;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
}

    .lid__worden__nav:hover {
        background-color: #c0c0c0;
        color: #003366;
    }

div.einde {
    background-color: #0056b3;
    color: white;
}

div.einde[id="1"] {
    border-top: 2px solid white;
}

    div.einde div.paginas {
        padding: 3vw;
        display: flex;
    }

    div.einde div.paginas div.page {
        width: 20%;
        margin: 0 2.5%;
    }
    
    div.einde div.paginas div.page ul li {
        font-size: 1.2vw;
        list-style: none;
        margin-top: 0.3vw;
    }

    div.einde div.paginas div.page ul li a:hover {
        margin-left: 0.5vw;
    }

    div.einde div.paginas div.page a h1 {
        font-size: 2.7vw;
    }

    div.einde div.paginas div.page a h1:hover {
        font-size: 2.8vw;
    }

    div.einde div.paginas div.page a {
        color: white;
    }

    /* Stijlen voor de homepagina */
    div.home {
        position: relative;
    }

    /* Stijlen voor home sectie 1 */
    div.home[id="1"] img {
        display: block;
        width: 100vw;
    }

        div.home[id="1"] div.tekst {
            position: absolute;
            width: 30%;
            height: 65%;
            top: 17.25%;
            text-align: center;
            background-color: #ffffff;
            opacity: 0.8;
            border-radius: 10%;
            right: 10%;
            padding: 5%;
        }

        div.home[id="1"] div.tekst p {
            border-radius: 30%;
            font-weight: bold;
            font-size: 1.3vw;
            margin-top: 20%;
            color: #515151;
        }

    /* Stijlen voor home sectie 3 */
    div.home[id="3"] {
        background-color: #c0c0c04e;
        padding-top: 1%;
        padding-bottom: 1%;
        align-content: center;
        height: fit-content;
    }

        div.home[id="3"] h1 {
            margin-left: 2%;
            margin-right: 100%;
            margin-bottom: 10px;
            font-size: 2.2vw;
            font-weight: bold;
            width: 600px;
            text-align: left;
            top: -5vw;
            position: absolute;
        }

        div.home[id="3"] a.bekijk_alle {
            top: -2vw;
            position: absolute;
            margin: 0 2%;
            font-size: 1.2vw;
            text-decoration: none;
            color: black;
        }

            div.home[id="3"] a.bekijk_alle:hover {
                color: #0056b3;
                font-weight: bold;
                text-decoration: underline;
            }

        div.home[id="3"] div[class^="standpunten"] {
            display: flex;
            overflow-x: auto;
            height: 33vw;
            min-height: 330px;
        }

            div.home[id="3"] div[class^="standpunten"] a {
                width: fit-content;
                height: fit-content;
                justify-content: center;
                background-color: #ffffff;
                margin: 1% 2% 4% 2%;
                border-radius: 20px;
                color: black;
            }

                div.home[id="3"] div.standpunten a div.standpunt h3 {
                    margin: 7.5% 0 3% 3%;
                    font-size: 1.4vw;
                    font-weight: bold;
                }

                div.home[id="3"] div.standpunten a div.standpunt p {
                    margin: 0 0 3% 3%;
                    font-size: 1vw;
                }

                div.home[id="3"] div.standpunten a div.standpunt img {
                    aspect-ratio: 10 / 6;
                    width: 30vw;
                    min-width: 300px;
                    display: block;
                    border-radius: 0% 0% 20px 20px;
                }

                div.home[id="3"] div.standpunten a:hover {
                    transform: scale(1.2);
                    margin: 3.5% 4.5% 3% 4.5%;
                    transition: transform 0.3s ease-in-out,
                }

    /* Stijlen voor home sectie 4 */
    div.home[id="4"] {
        display: flex;
    }

        div.home[id="4"] div.nieuwsbrief {
            width: 50%;
            background-color: #ffffff;
            padding: 50px 70px;
        }

            div.home[id="4"] div.nieuwsbrief h1 {
                font-size: 2.7vw;
                margin-bottom: 5px;
            }

            div.home[id="4"] div.nieuwsbrief p {
                font-size: 1.3vw;
            }

            div.home[id="4"] div.nieuwsbrief form {
                margin-top: 40px;
                font-size: 1.3vw;
            }

                div.home[id="4"] div.nieuwsbrief form label {
                    font-size: 1.3vw;
                }

                div.home[id="4"] div.nieuwsbrief form input.tekst {
                    padding: 10px 5px;
                    width: 300px;
                    border-radius: 7.5px;
                    margin-top: 10px;
                    font-size: 1.1vw;
                }

                div.home[id="4"] div.nieuwsbrief form input.submit {
                    margin-top: 20px;
                    background-color: #0056b3;
                    padding: 12.5px 35px;
                    border-radius: 7.5px;
                    border: none;
                    font-size: 1.1vw;
                }

            div.home[id="4"] div.laatste_nieuws {
                width: 50%;
                background-color: #0056b3;
                float: left;
                padding: 50px 70px;
                color: #ffffff;
            }

            div.home[id="4"] div.laatste_nieuws div.tekst_boven h1 {
                font-size: 2.7vw;
                white-space: nowrap;
            }

                div.home[id="4"] div.laatste_nieuws div.alle_nieuws div.nieuws {
                    display: flex;
                    margin-top: 40px;
                }

                div.home[id="4"] div.laatste_nieuws div.alle_nieuws div.nieuws img {
                    width: 150px;
                    height: 100px;
                    border-radius: 15px;
                }

                div.home[id="4"] div.laatste_nieuws div.alle_nieuws div.nieuws div.tekst {
                    padding: 10px 0 0 20px;
                }

                    div.home[id="4"] div.laatste_nieuws div.alle_nieuws div.nieuws div.tekst h1 {
                        font-size: 2vw;
                    }

                    div.home[id="4"] div.laatste_nieuws div.alle_nieuws div.nieuws div.tekst p {
                        margin-top: 10px;
                        font-size: 1.2vw;
                    }

/* Stijlen voor standpuntenpagina */
div.informatie[id="standpunten"] {
    background-color: #c0c0c04e;
}

div.standpunten_page[id="1"] {
    text-align: center;
}

    div.standpunten_page[id="1"] h1 {
        color: #0056b3;
        font-size: 5vw;
        padding-top: 2.5%;
        margin-bottom: 2.5%;
    }

    div.standpunten_page[id="1"] p {
        font-size: 1.5vw;
    }

div.standpunten_page[id="2"] {
    padding: 2.5% 10% 0 10%;
    height: fit-content;
}

    div.standpunten_page[id="2"] div.standpunten {
        background-color: white;
        border-radius: 40px 40px 0 0;
        padding: 5%;
        aspect-ratio: 5.6/4;
        text-align: center;
    }

        div.standpunten_page[id="2"] div.standpunten div.standpunt {
            display: flex;
            margin: 2.5%;
            width: 28.3333333333%;
            aspect-ratio: 5.6/6;
            float: left;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
            display: block;
            border-radius: 1vw;
        }

            div.standpunten_page[id="2"] div.standpunten div.standpunt:hover {
                box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 12px 40px 0 rgba(0, 0, 0, 0.2);
            }

            div.standpunten_page[id="2"] div.standpunten div.standpunt img {
                height: 60%;
                width: 100%;
                border-radius: 1vw 1vw 0 0;
            }

            div.standpunten_page[id="2"] div.standpunten div.standpunt div.tekst h1 {
                font-size: 1.2vw;
                margin: 6% 0 10% 0;
                white-space: nowrap;
            }

            div.standpunten_page[id="2"] div.standpunten div.standpunt div.tekst a {
                font-size: 1.1vw;
                padding: 2% 10%;
                color: #e5e5e5;
                background-color: #0056b3;
                border-radius: 0.5vw;
            }

div.standpunten_page[id="3"] div.informatie_standunten {
    display: none;
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

    div.standpunten_page[id="3"] div.informatie_standunten:target {
        display: block;
    }

    div.standpunten_page[id="3"] div.informatie_standunten div.informatie {
        background-color: #ffffff;
        width: 1000px;
        aspect-ratio: 12/6;
        margin: calc(50vh - 250px) auto;
        padding: 50px 50px;
        border-radius: 2vw;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
        line-height: 20px;
    }

        div.standpunten_page[id="3"] div.informatie_standunten div.informatie a {
            color: black;
            font-size: 30px;
            position: absolute;
            top: calc(50vh - 200px);
            right: calc(50vw - 450px);
        }

        div.standpunten_page[id="3"] div.informatie_standunten div.informatie h1 {
            color: #0056b3;
            font-size: 35px;
            margin-bottom: 4%;
        }

        div.standpunten_page[id="3"] div.informatie_standunten div.informatie p.boven {
            font-size: 17.5px;
            margin-bottom: 1%;
        }

        div.standpunten_page[id="3"] div.informatie_standunten div.informatie li {
            font-size: 17.5px;
            margin: 1% 0;
        }

/* Sluitknop voor informatie overlay */
div#close {
    position: fixed;
    display: none;
    top: 50%;
}

/* Stijlen voor evenementen sectie */
div.standpunten_page[id="2"] div.evenementen_stuk {
    background-color: white;
    border-radius: 40px 40px 0 0;
    padding: 7.5% 12.5%;
    aspect-ratio: 5.6/4;
    text-align: center;
}

/* Stijlen voor evenemententabel */
table.evenementen {
    border-collapse: collapse;
    width: 100%;
}

    table.evenementen tr {
        background-color: #c0c0c04e;
        padding: 20%;
        height: 60px;
    }

        table.evenementen tr.top {
            font-size: 1.2vw;
        }

        table.evenementen tr.bottum {
            font-size: 1.1vw;
        }

        table.evenementen tr.between {
            color: white;
            background-color: white;
        }

        table.evenementen tr .right {
            text-align: right;
            padding-right: 4%;
            white-space: nowrap;
            width: 200px;
        }

        table.evenementen tr .left {
            text-align: left;
            padding-left: calc(2vw + 125px + 3%);
        }

        table.evenementen tr td, th {
            padding: 2%;
        }

            table.evenementen tr td.img {
                position: relative;
            }

                table.evenementen tr td.img img {
                    position: absolute;
                    height: 120%;
                    aspect-ratio: 10/12;
                    top: -10%;
                    left: 2vw;
                    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
                }

/* Stijlen voor navigatiebalk bij inloggen en lidwoorden */
div.navagatiebalk_inloggen_lidwoorden {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 5%;
}

/* Stijlen voor het logo bij inloggen en lidwoorden */
a.logo_inloggen- img,
a.logo__hoover_inloggen- img {
    cursor: pointer;
    width: 200px;
    opacity: 100;
}

a.logo__hoover_inloggen- img {
    opacity: 0;
    position: absolute;
    left: 5%;
    top: 30px;
    transition: opacity 0.3s ease 0s;
}

    a.logo__hoover_inloggen- img:hover {
        opacity: 100;
    }

body.lidwoorden_page {
    background-color: #c0c0c04e;
}

.login {
    width: 500px;
    margin: 5% auto;
    background-color: #fff;
    padding: 50px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

div.login[id="lid_woorden"] {
    width: 1000px;
    margin: -3% auto;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    display: flex;
}

.lidword_stuk {
  padding: 3%;
  width: 50%;
}

.tekst_stuk {
    padding: 3%;
    width: 50%;
}

.tekst_stuk p {
    margin-bottom: 5%;
    font-size: 15px;
}

.tekst_stuk p.li_tekst {
    margin-bottom: 2%;
}

.tekst_stuk li {
    margin-bottom: 0.5vw;
    font-size: 15px;
}

.login h1 {
    text-align: center;
    font-size: 250%;
    margin-bottom: 5%;
}

.login_input {
    margin-bottom: 8%;
}

label {
    display: block;
    margin-bottom: 4%;
}

input[type="text"],
input[type="email"],
input[type="password"] {
    width: 100%;
    padding: 3%;
    border: 1px solid #ccc;
    border-radius: 5px;
}

button {
    width: 100%;
    padding: 3%;
    background-color: #0056b3;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 90%;
}

button#lidwoorden {
    width: 100%;
    padding: 3%;
    background-color: #0056b3;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 90%;
    margin-top: 4%;
}

    button:hover {
        background-color: #003366;
    }

/* Stijlen voor contact/over ons secties */
div[class^="contact/over_ons"] {
    padding: 2% 4%;
    font-family: "Montserrat", sans-serif;
    border: #000000;
    font-size: 1.3vw; 
    border-radius: 30px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 80vw;
    margin: 1vw auto;
}

    div[class="hoofd"] {
        text-align: center;
        margin: 3vw 0;
    }

    div[class="hoofd"] [id$="kop"] {
        font-size: 6vw;
    }

    [id$="kop"] {
        color: #0056b3;
        font-size: 2.7vw;
    }

    div[class^="img_sociale_media"] {
        display: flex;
    }

    [class="instagram"], [class="x"] {
        height: 50px;
        margin-top: 10px;
        margin-right: 0px;
        display: block;
    }

/* Default styles */

/* Adjustments for screens smaller than 1450px */
@media only screen and (min-width: 1450px) {
    /* Adjustments to the text size */

    /* einde */
    div.einde div.paginas div.page ul li {
        font-size: 20px;
    }

    div.einde div.paginas div.page a h1 {
        font-size: 45px;
    }

        div.einde div.paginas div.page a h1:hover {
            font-size: 50px;
        }

    /* home page */
    div.home[id="3"] a.bekijk_alle {
        font-size: 20px;
    }

    div.home[id="4"] div.nieuwsbrief h1 {
        font-size: 45px;
    }

    div.home[id="4"] div.nieuwsbrief p,
    div.home[id="4"] div.nieuwsbrief form, 
    div.home[id="4"] div.nieuwsbrief form label {
        font-size: 20px;
    }

        div.home[id="4"] div.nieuwsbrief form input.tekst, div.home[id="4"] div.nieuwsbrief form input.submit {
            font-size: 17.5px;
        }

    div.home[id="4"] div.laatste_nieuws div.tekst_boven h1 {
        font-size: 45px;
    }

        div.home[id="4"] div.laatste_nieuws div.alle_nieuws div.nieuws div.tekst h1{
            font-size: 30px;
        }

        div.home[id="4"] div.laatste_nieuws div.alle_nieuws div.nieuws div.tekst p {
            font-size: 20px;
        }

    /* over ons/contact page */
    div[class^="contact/over_ons"] {
        font-size: 17.5px;
    }

        div[class="hoofd"] [id$="kop"] {
            font-size: 90px;
        }

    [id$="kop"] {
        font-size: 45px;
    }

    /* standpunten/evenementen page */

    div.standpunten_page[id="1"] h1 {
        font-size: 90px;
    }

    div.standpunten_page[id="1"] p {
        font-size: 20px;
    }

    /* evenementen page */
    div.standpunten_page[id="2"] div.standpunten div.standpunt div.tekst a {
        font-size: 17.5px;
    }

    /* evenementen page */
    table.evenementen tr.top {
        font-size: 20px;
    }

    table.evenementen tr.bottum {
        font-size: 17.5px;
    }
}

/* Adjustments for screens smaller than 1085px */
@media only screen and (max-width: 1085px) {
    /* Navigation bar */
    div.navagatiebalk {
        padding: 20px 5%;
    }

    a.logo__hoover- img {
        top: 20px;
        left: 5%;
    }

    a.logo- img,
    a.logo__hoover- img {
        width: 90px;
    }

    ul.nav__center {
        margin-left: 10%;
    }

    .nav__center li {
        padding: 0 10px;
    }

    .lid__worden__nav {
        padding: 7px 20px;
    }

    /* einde */
    div.einde[id="1"] {
        margin-top: 566.5px;
    }

    div.einde {
        height: 350px;
    }

    div.einde div.paginas {
        display: block;
        padding-top: 0;
    }

    div.einde div.paginas div.page {
        width: 40vw;
        float: left;
        margin: 0 2.5%;
        margin-top: 20px;
    } 

    /* home page */
    div.home[id="1"] div.tekst {
        padding: 3.5%;
    }

    div.home[id="1"] div.tekst p {
        font-size: 1.6vw;
        margin-top: 15%;
    }

    div.home[id="1"] div.img {
        background-image: url('Werenfridus1.png');
        background-size: 100vw 45vw;
        height: 45vw;
        width: 100vw;
    }

    div.home[id="1"] div.img img {
        display: none;
    }

    div.home[id="3"]{
        padding-left: 50px;
    }

    div.home[id="3"] h1 {
        margin-top: 1.5%;
        position: static;
        font-size: 35px;
        
    }

    div.home[id="3"] a.bekijk_alle {
        position: static;
        font-size: 13px;
    }
    div.home[id="3"] div.standpunten a div.standpunt h3 {
        font-size: 15px;
    }

    div.home[id="3"] div.standpunten a div.standpunt p {
        margin: 0 0 3% 3%;
        font-size: 12px;
    }

    div.home[id="3"] div.standpunten a {
        margin-right: 30px;
    }

        div.home[id="3"] div.standpunten a:hover {
            margin-right: 50px;
        }

    div.home[id="4"] {
        display: block;
    }

        div.home[id="4"] div.laatste_nieuws, div.home[id="4"] div.nieuwsbrief {
            width: 100vw;
        }

        div.home[id="4"] div.laatste_nieuws {
            height: fit-content;
        }

    /* stanpunten page */
    div.standpunten_page[id="2"] div.standpunten {
        aspect-ratio: 5.6/8.5;
    }

    div.standpunten_page[id="2"] div.standpunten div.standpunt {
        margin: 4%;
        width: 42%;
    }    

    div.standpunten_page[id="2"] div.standpunten div.standpunt div.tekst h1 {
        font-size: 1.8vw;
    }

    div.standpunten_page[id="2"] div.standpunten div.standpunt div.tekst a {
        font-size: 1.5vw;
    }

    /* lid worden page */
    div.login[id="lid_woorden"] {
        width: 500px;
        margin-top: calc( 50vh - 400px);
    }

    .lidword_stuk {
        width: 100%;
    }

    .tekst_stuk {
        display: none;
    }

    /* inloggen page */
    div.login {
        margin-top: calc( 50vh - 300px);
    }

    /* lid worden/inloggen page */
    .login h1 {
        margin-bottom: 4%;
    }

    .login_input {
        margin-bottom: 4%;
    }

    label {
        margin-bottom: 2%;
    }

    button {
        margin-top: 4%;
    }

    /* Adjustments to the text size */

    /* einde */
    div.einde div.paginas div.page ul li {
        font-size: 15px;
    }

    div.einde div.paginas div.page a h1 {
        font-size: 40px;
    }

        div.einde div.paginas div.page a h1:hover {
            font-size: 45px;
        }

    /* home page */
    div.home[id="3"] a.bekijk_alle {
        font-size: 15px;
    }

    div.home[id="4"] div.nieuwsbrief h1 {
        font-size: 40px;
    }

    div.home[id="4"] div.nieuwsbrief p,
    div.home[id="4"] div.nieuwsbrief form,
    div.home[id="4"] div.nieuwsbrief form label {
        font-size: 15px;
    }

        div.home[id="4"] div.nieuwsbrief form input.tekst, div.home[id="4"] div.nieuwsbrief form input.submit {
            font-size: 13px;
        }

    div.home[id="4"] div.laatste_nieuws div.tekst_boven h1 {
        font-size: 40px;
    }

    div.home[id="4"] div.laatste_nieuws div.alle_nieuws div.nieuws div.tekst h1 {
        font-size: 25px;
    }

    div.home[id="4"] div.laatste_nieuws div.alle_nieuws div.nieuws div.tekst p {
        font-size: 15px;
    }

    /* over ons/contact page */
    div[class^="contact/over_ons"] {
        font-size: 17px;
    }

    div[class="hoofd"] [id$="kop"] {
        font-size: 70px;
    }

    [id$="kop"] {
        font-size: 43px;
    }

    /* standpunten/evenementen page */

    div.standpunten_page[id="1"] h1 {
        font-size: 70px;
    }

    div.standpunten_page[id="1"] p {
        font-size: 17px;
    }

    /* standpunten page */
    div.standpunten_page[id="3"] div.informatie_standunten div.informatie {
        width: 850px;
    }

        div.standpunten_page[id="3"] div.informatie_standunten div.informatie a {
            right: calc(50vw - 375px);
        }

    /* evenementen page */
    table.evenementen tr.top {
        font-size: 15px;
    }

    table.evenementen tr.bottum {
        font-size: 13.5px;
    }

}



/* Adjustments for screens smaller than 840px */
@media only screen and (max-width: 840px) {
    /* navagatiebalk */
    ul.nav__center, 
    .nav__rechts, 
    .nav__center li {
        display: none;
    }

    a.logo__hoover- img {
        top: 22px;
    }

    div.menu_icoon {
        display: block;
    }
    img.telefoon {
        width: 35px;
    }

    a div.niks {
        width: 150px;
        height: 70px;
        color: #0056b3;
    }

    a.niks {
        position: absolute;
        top: 0;
        right: 0;
    }

        #menu:target {
            display: block;
        }

        nav.telefoon nav#menu {
            text-align: center;
            width: 100vw;
            background-color: #c0c0c04e;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
        }

        nav.telefoon nav.menu ul li {
           padding: 10px 0;
        }

        nav.telefoon nav.menu ul li a {
            color: black;
        }

        nav.telefoon nav.menu ul li a:hover {
            color: #0056b3;
        }

        /* einde */
        div.einde[id="1"] {
            height: 550px;
        }

    div.einde {
        height: 500px;
    }

        div.einde div.paginas {
            display: block;
            padding-top: 0;
        }

            div.einde div.paginas div.page {
                width: 95%;
                margin: 0 2.5%;
                margin-top: 20px;
            } 

            div.einde div.paginas div.page[id="k"] {
                border-top: 3px solid white;
                padding-top: 20px;
            }

    /* home page */
    div.home[id="1"] div.img {
        background-image: url('Werenfridus2.png');
        background-size: 100vw 60vw;
        height: 60vw;
        width: 100vw;
    }

    div.home[id="1"] div.tekst {
        width: 70%;
        height: 65%;
        top: 17.25%;
        border-radius: 20px;
        right: 15%;
        padding: 5%;
    }

        div.home[id="1"] div.tekst p {
            font-size: 3vw;
            margin-top: 5%;
        }

    div.home[id="3"] {
        padding-left: 3vw;
    }

        div.home[id="3"] h1 {
            font-size: 7vw;
        }

        div.home[id="3"] a.bekijk_alle {
            font-size: 3.8vw;
        }

    div.home[id="4"] div.laatste_nieuws, div.home[id="4"] div.nieuwsbrief {
        padding-left: 5vw;
    }

    div.home[id="4"] div.laatste_nieuws div.alle_nieuws div.nieuws {
        display: block;
        margin-top: 2vw;
    }

        div.home[id="4"] div.laatste_nieuws div.alle_nieuws div.nieuws img {
            width: 120px;
            height: 80px;
        }

        div.home[id="4"] div.laatste_nieuws div.alle_nieuws div.nieuws div.tekst {
            padding: 0.5vw 0 0 0;
        }

            div.home[id="4"] div.laatste_nieuws div.alle_nieuws div.nieuws div.tekst h1 {
                margin-top: 0.2vw;
            }

            div.home[id="4"] div.laatste_nieuws div.alle_nieuws div.nieuws div.tekst p {
                margin-top: 0.2vw;
            }

    /* over ons/contact */
    div.over_contact_alles {
        background-color: white;
        width: 100vw;
        border-radius: 0;
        margin-bottom: -10px;
        padding: 5vw 0 ;
    }

    div[class="contact/over_ons"] {
        margin-left: 5vw;
        max-width: 90vw;
        padding: 0;
    }

    div[class="hoofd"] [id$="kop"] {
        font-size: 12vw;
    }

        div[class="contact/over_ons"] {
            box-shadow: none;
        }

    /* stanpunten/evenementen page */
    div.standpunten_page[id="2"] {
        padding: 2.5%  0 0 0;
    }

    div.standpunten_page[id="1"] h1 {
        font-size: 12vw;
    }

    div.standpunten_page[id="1"] p {
        font-size: 4vw;
    }

    /* stanpunten page */
    div.standpunten_page[id="2"] div.standpunten {
        aspect-ratio: 5.6/27.5;
        border-radius: 0;
    }

        div.standpunten_page[id="2"] div.standpunten div.standpunt {
            margin: 10%;
            width: 80%;
        }

            div.standpunten_page[id="2"] div.standpunten div.standpunt div.tekst h1 {
                font-size: 3.8vw;
            }

            div.standpunten_page[id="2"] div.standpunten div.standpunt div.tekst a {
                font-size: 3vw;
            }

    div.standpunten_page[id="3"] div.informatie_standunten div.informatie {
        width: 90%;
        height: 90vh;
        margin: 5%;
        line-height: 1.1;
    }

        div.standpunten_page[id="3"] div.informatie_standunten div.informatie a {
            right: 10%;
            top: 11%;
        }

        div.standpunten_page[id="3"] div.informatie_standunten div.informatie h1 {
            font-size: 3vh;
        }

        div.standpunten_page[id="3"] div.informatie_standunten div.informatie p.boven {
            font-size: 1.7vh;
        }

        div.standpunten_page[id="3"] div.informatie_standunten div.informatie li {
            font-size: 1.7vh;
        }

    /* evenementen page */
    div.standpunten_page[id="2"] div.evenementen_stuk {
        border-radius: 0;
    }

    table.evenementen tr .left {
        padding-left: 4%;
    }

    table.evenementen tr td.img {
        display: none;
    }

    /* inloggen/lidworden page */
    div.login,
    div.login[id="lid_woorden"] {
        width: 100vw;
        min-height: fit-content;
        height: calc(100vh - 130px);
        margin-top: 0;
        border-radius: 0;
        box-shadow: none;
        margin-bottom: 0;
        padding: 0;
        padding-top: 5%;
         
    }

        div.login form,
        div.login[id="lid_woorden"] form {
            min-height: fit-content;
            background-color: white;
            width: 100vw;
            padding: 3% 10% 10% 10%;
            margin-left: -3vw;
        }

}

/* Adjustments for screens smaller than 450px */
@media only screen and (min-width: 450px) {
    /* Adjustments to the text size */

    div.home[id="3"] h1 {
        font-size: 35px;
    }

    div.home[id="3"] a.bekijk_alle {
        font-size: 17.5px;
    }

    /* over ons/contact page */
    div[class^="contact/over_ons"] {
        font-size: 15px;
    }

    div[class="hoofd"] [id$="kop"] {
        font-size: 50px;
    }

    [id$="kop"] {
        font-size: 40px;
    }

    /* standpunten/evenementen page */

    div.standpunten_page[id="1"] h1 {
        font-size: 50px;
    }

    div.standpunten_page[id="1"] p {
        font-size: 17.5px;
    }

    /* evenementen page */
    div.standpunten_page[id="2"] div.standpunten div.standpunt div.tekst a {
        font-size: 15px;
    }

    /* evenementen page */
    table.evenementen tr.top {
        font-size: 15px;
    }

    table.evenementen tr.bottum {
        font-size: 13px;
    }
}

