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

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&display=swap');
:root {

    --main-red                  :#ea422c;
    --black                     :#0A0A0A;
    --white                     :#FFFFFF; 
    --grey                      :#545352;
    --highlight                 :red;
    --input                     :#F7F7F7;
}

body *::selection {
    background-color: var(--highlight);
}

body,
body *,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    position: relative;
}
body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}
a{
    color: var(--black);
}
a:active, a:visited, a:focus, a:hover {
    color: var(--black);
    font-family: inherit;
    text-decoration: none;
}
input::placeholder                  { font-size: inherit; color: inherit; opacity: 1; background-color: inherit; outline: none; border: none; border-radius: inherit; font-size: inherit; font-family: inherit; }
input::-moz-placeholder             { font-size: inherit; color: inherit; opacity: 1; background-color: inherit; outline: none; border: none; border-radius: inherit; font-size: inherit; font-family: inherit; }
input::-webkit-input-placeholder    { font-size: inherit; color: inherit; opacity: 1; background-color: inherit; outline: none; border: none; border-radius: inherit; font-size: inherit; font-family: inherit; }
input::-ms-placeholder              { font-size: inherit; color: inherit; opacity: 1; background-color: inherit; outline: none; border: none; border-radius: inherit; font-size: inherit; font-family: inherit; }
textarea::placeholder               { font-size: inherit; color: inherit; opacity: 1; background-color: inherit; outline: none; border: none; border-radius: inherit; font-size: inherit; font-family: inherit; resize: inherit; }
textarea::-moz-placeholder          { font-size: inherit; color: inherit; opacity: 1; background-color: inherit; outline: none; border: none; border-radius: inherit; font-size: inherit; font-family: inherit; resize: inherit; }
textarea::-webkit-input-placeholder { font-size: inherit; color: inherit; opacity: 1; background-color: inherit; outline: none; border: none; border-radius: inherit; font-size: inherit; font-family: inherit; resize: inherit; }
textarea::-ms-placeholder           { font-size: inherit; color: inherit; opacity: 1; background-color: inherit; outline: none; border: none; border-radius: inherit; font-size: inherit; font-family: inherit; resize: inherit; }

.form {
    width: 100%;
}
input {

}
button{
    cursor: pointer;
}
.links{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 30px;
    left: -18px;
    padding: 8px;
    margin-top: 20px;
}
.links a{
    display: flex;
    align-items: center;
}
.links .link.orange{
    color: var(--main-red);
    text-decoration: none;
}
.links .link.grijs{
    /* color: var(--grey); */
    color: var(--main-red);
    text-decoration: none;
}
.links .link img{
    height: 21px;
    margin-right: 10px;
}
.bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.form-bg{
    background: linear-gradient(124deg, rgba(255,255,255,0.6292717770702031) 70%, rgba(255,255,255,0) 100%);
    padding: 30px;
}

.btn-holder {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    row-gap: 8px;
    column-gap: 15px;
}
.btn-holder.center {
    justify-content: center;
    width: 100% !important;
}
.btn-holder.center a.btn { margin-right: 46px; }
.btn-holder.center a.btn:last-child { margin-right: 0; }
.btn-holder.col {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 18px;
}
    .btn-holder a.btn {
        display: flex;
        align-items: center;
        font-size: 18px;
        background-color: var(--gold);
        border-radius: 30px;
        cursor: pointer;
        color: #FFFFFF;
        font-family: 'Montserrat', sans-serif;
        text-decoration: none;
        padding: 6px 14px;
        transition: all .3s ease;
        background-color: var(--main-red);
    }
    .btn-holder a.btn:hover {
        transition: all .3s ease;
        transform: scale(1.05);
    }
.btn-holder.col.center {
    align-items: center;
}
.title{
    background-color: var(--main-red);
    color: var(--white);
    font-family: 'Montserrat', sans-serif;
}

span.date {
    margin-bottom: 10px;
}

.page-container {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    overflow: hidden;
}

.page-header {
    height: 100vh;
    max-height: calc(1080px - 150px - 120px);
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    padding: 10px 25px;
}

.navbar {
    width: 100%;
    height: 36px;
    /* padding: 0 25px; */
    top: 0; /* HJ */
    z-index: 999; /* HJ */
}
    .mask1 {
        display: none;
        mask-image: url("../images/icons/kartel-1.svg");
        mask-size: cover;
        mask-position: center;
        mask-repeat: no-repeat;
        height: 20px;
        width: 100%;
        margin-top: -9px;
    }
    .mask2 {
        display: none;
        mask-image: url("../images/icons/kartel-2.svg");
        mask-size: cover;
        mask-position: center;
        mask-repeat: no-repeat;
        height: 20px;
        width: 100%;
        margin-top: -4px;
        z-index: 9;
        margin-bottom: -8px;
    }
    .mask3 {
        display: none;
        mask-image: url("../images/icons/kartel-3.svg");
        mask-size: cover;
        mask-position: center;
        mask-repeat: no-repeat;
        height: 34px;
        width: 100%;
        margin-top: -15px;
        z-index: 9;
    }
    .mask4 {
        display: none;
        mask-image: url("../images/icons/kartel-4.svg");
        mask-size: cover;
        mask-position: center;
        mask-repeat: no-repeat;
        height: 34px;
        width: 100%;
        z-index: 99999999999;
        margin-bottom: -17px;
    }
    .mask5 {
        display: none;
        mask-image: url("../images/icons/kartel-5.svg");
        mask-size: cover;
        mask-position: center;
        mask-repeat: no-repeat;
        height: 34px;
        width: 100%;
        z-index: 99999999999;
        margin-top: -17px;
    }
    .mask6 {
        display: none;
        mask-image: url("../images/icons/kartel-6.svg");
        mask-size: cover;
        mask-position: center;
        mask-repeat: no-repeat;
        height: 34px;
        width: 100%;
        z-index: 99999999999;
        margin-bottom: 2px;
    }
    .navbar-inner {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 1920px;
        height: 100%;
        display: flex;
        align-items: center;

    }
        .navbar-inner .nav-logo {
            object-fit: contain;
            height: 100%;
            width: 100%;
            width: 200px;
        }
        .nav-icons {
            position: absolute;
            top: 61%;
            right: 60px;
            transform: translateY(-50%);
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-right: 20px;
        }
            .nav-icons>a {
                margin-right: 16px;
            } .nav-icons>a:last-child { margin-right: 0; }
                .nav-icons>a img {
                    width: 26px;
                    height: 26px;
                    object-fit: contain;
                    filter: brightness(0) invert(1);
                }
.header{
    height: 190px;
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 9px;
}
.header-inner{
    display: flex;
    width: 100%;
}
#logo-nav{
    display: none;
}
.mobile-nav{
    display: flex;
    width: 100%;
}
    .mobile-nav .header-logo{
        width: 50%;
        justify-content: flex-start;
    }
    .mobile-nav .mobile-menu{
        display: flex;
        width: 50%;
        justify-content: flex-end;
        padding: 10px;
    }
    .mobile-nav .mobile-menu i{
        width: 50px;
    }
    #mobile-navbar .burger:hover {
        cursor: pointer;
    }
        #mobile-navbar .burger {
            position: relative;
        }
            #mobile-navbar .menu-bar {
                background-color: var(--main-red);
                border-radius: 10px;
                width: 42px;
                height: 5px;
                display: block;
                margin-bottom: 8px;
                opacity: 1;
            } #mobile-navbar .menu-bar.bar2 {
                width: 30px;
                margin: 0 0 8px auto;
            }
            #mobile-navbar.navbar-open {
                display: none;
                position: fixed;
                top: 105px;
                right: 20px;
                z-index: 20;
            }
            #mobile-navbar.navbar-open .bar1 {
                transform: translateY(-2px) rotate(45deg);
            }
            #mobile-navbar.navbar-open .bar2 {
                opacity: 0;
            }
            #mobile-navbar.navbar-open .bar3 {
                transform: translateY(2px) rotate(-45deg);
            }
            #mobile-navbar .burger .bar1, #mobile-navbar .burger .bar2, #mobile-navbar .burger .bar3 {
                transform-origin: left;
                transition: all .6s ease;
            }
    #mobile-menu {
        width: 100%;
        height: 100%;
        position: fixed;
        display: none;
        justify-content: center;
        align-items: center;
        opacity: 0;
        left: 0;
        top: 0;
        background-color: rgba(234,74,52,0.9);
    }
        .menu-exit {
            position: absolute;
            right: 30px;
            top: 74px;
        }
            .menu-exit i.fa-solid {
                cursor: pointer;
                color: var(--white);
                font-size: 50px;
            }
        .mobile-menu-inner {
            padding: 50px 20px;
        }
        .mobile-menu-inner ul {
            list-style-type: none;
            text-align: center;
            margin: 0;
            padding: 0;
        }
        .mobile-menu-inner ul li {
            padding: 25px 0;
        }
        .mobile-menu-inner ul li a {
            text-decoration: none;
            color: #ffffff;
            font-size: 22px;
            font-weight: bold;
            font-family: var(--font1);
            letter-spacing: 3px;
            text-transform: uppercase;
        }
        .mobile-menu-inner ul li a.active {
            color: var(--lightgreen);
            font-weight: bold;
        }
        #mobile-menu.mobile-menu-open {
            display: flex;
            opacity: 1;
            transition: opacity .6s ease;
            z-index: 999;
        }
        #mobile-navbar.navbar-open .menu-bar { 
            background-color: #ffffff;
        }
        #mobile-navbar {
            display: none;
            margin-right: 20px;
        }
        .mobile-menu-inner .logo {
            position: fixed;
            top: 0px;
            left: 30px;
            z-index: 20;
            width: 120px;
            height: 120px;
        }
            .mobile-menu-inner .logo a img {
                width: 250px;
            }
        #mobile-menu .mobile-lang {
            position: fixed;
            top: 105px;
            left: 20px;
            display: flex;
            justify-content: center;
            gap: 14px;
        }
            #mobile-menu .mobile-lang img {
                width: 40px;
            }

.header-left{
    width: 40%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 90px;
}
    .header-left a{
        font-size: 20px;
        text-decoration: none;
        font-family: 'Montserrat', sans-serif;
    }
.header-logo{
    width: 20%;
    background-repeat: no-repeat;
    padding: 10px;
    display: flex;
    justify-content: center;
}
.header-logo img{
    height: 166px;
    padding: 20px;
}
.header-right{
    width: 40%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 90px;
}
    .header-right a{
        font-size: 20px;
        font-family: 'Montserrat', sans-serif;
        text-decoration: none;
    }
    .header-right button{
        height: 36px;
        font-size: 20px;
        font-family: 'Montserrat', sans-serif;
        width: 113px;
        display: flex;
        border: none;
        color: #ffffff;
        background-color: var(--main-red);
        justify-content: center;
        align-items: center;
    }

.image-holder {
    width: 100%;
    max-width: 400px;    
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 400px; /* adjust as needed */
    /* overflow: hidden; */
}
    .image-holder .img {
        position: absolute;
        width: 380px;
        height: 376px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 50%;
        transform-style: preserve-3d;            
        -webkit-transition: background 400ms ease-in-out 500ms;
        -moz-transition: background 400ms ease-in-out 500ms;
        -o-transition: background 400ms ease-in-out 500ms;
        transition: background 400ms ease-in-out 500ms;
        inset: 0;
        background-size: cover;
        background-position: center;
        opacity: 0;
        transition: opacity 1s ease-in-out;
    }
    .image-holder .img::before {
        content: "";
        position: absolute;
        top: -6px;
        left: 32px;
        width: calc(100% + -6px);
        height: calc(100% + -18px);
        background-image: url(../images/image-border.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .image-holder .img.active {
        opacity: 1;
    }
    .image-holder {
        position: relative;
      }
      
      .image-holder .img {
        position: absolute;
        inset: 0;
        opacity: 0;
        transition: opacity 1s ease;
      }
      
      .image-holder .img.active {
        opacity: 1;
      }
    

.content-block {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 80px 25px;
}
.content-block img{
    height: 100px;
    padding-left: 20px;
}
.content-block #block1{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 120px 25px;
}
.content-block.image{
    background-image: url('../images/Middel2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: calc(100vh - 210px);
    padding: 50px 0;
    justify-content: center;
    align-items: center;
}
.content-block.small_image {
    height: 500px;
}
.content-block.agenda .links{
    font-family: 'Montserrat', sans-serif;
}
.content-block.image .content-block-inner{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: unset;
    margin-left: unset;
}
.content-block.image .content-block-inner .title{
    margin-bottom: -33px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 39px;
    padding: 10px 14px;
    font-weight: 400;
    font-size: 37px;
}
.content-block.small_image .content-block-inner .title{
    font-size: 28px;
}
.content-block.image .content-block-inner .text-block{
    width: 100%;
    background-color: #fffc;
    font-weight: 500;
}
.content-block.image .content-block-inner .text{
    height: 270px;
    padding: 54px 39px;
    row-gap: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 30px;
    margin-top: 11px;
}
.content-block.image .content-block-inner .text{
    height: unset;
    padding: 35px 15px;
}
.content-block.agenda{
    background-image: url('../images/Middel6.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    padding: 80px 25px;
}
.content-block.agenda .content-block-inner{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: unset;
    max-width: 800px;
    width: 100%;
    height: 100%;
}
.content-block.agenda .content-block-inner h1{
    z-index: 10;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-left: 54px;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 14px;
    margin-bottom: -18px;
}
.content-block.agenda .content-block-inner .text-block{
    width: 100%;
    background-color: #fffc;
    font-weight: 500;
    padding: 10px 15px;
}
.content-block.agenda .content-block-inner .text{
    padding-top: 50px;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 24px;
    line-height: 2em;
    width: 100%;
    /*  */
}

    .content-block-inner {
        width: 100%;
        max-width: 1000px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
        .content-block .content {
            display: flex;
            flex-direction: column;
            width: 100%;
            max-width: calc(100% - 450px);
            z-index: 10;
        }
            .content-block .content>.title {
                width: fit-content;
                padding: 6px 12px;
                color: var(--white);
                transform-style: preserve-3d;
                font-weight: 400;
                font-family: 'Montserrat', sans-serif;
                letter-spacing: 2px;
                font-size: 18px;
                align-items: center;
                display: flex;
                justify-content: center;
            }
            
            
            .content-block .content>.title::before {
                content: "";
                background-size: contain;
                background-repeat: no-repeat;
                width: 180px;
                height: 30px;
                position: absolute;
                left: 10px;
                transform: translateZ(-1px);
            }
            .content-block .content .text {
                font-family: 'Montserrat', sans-serif;
                line-height: 26px;
                font-size: 14px;
                margin-bottom: 30px;
                margin-top: 30px;
            }
            .content-block.full .content .text {
                width: 100%;
                margin-bottom: 0px;
            }
            .content-block .content> a{
                color: var(--gold);
                text-decoration: none;
                font-size: 14px;
                margin-top: 32px;
                font-family: 'Montserrat', sans-serif;
                font-weight: light;
                letter-spacing: 2px;
            }
            .content-block .btn-holder {
                margin-top: 42px;
            }


        .content-block.full {
            max-width: 100%;
            padding: 60px 15px;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            justify-content: center;
        }
            .content-block.full .content {
                max-width: 1000px;
                text-align: inherit;
                align-items: center;
            }
        .content-block.small-padding {
            padding: 60px 15px;
        }

  
    

.scroll-btn {
    -webkit-animation: action 0.6s infinite  alternate;
    animation: action 0.6s infinite  alternate;
}
@-webkit-keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}


.banner {
    display: flex;
    justify-content: center;
    width: 100%;
    height: calc(950px - 60px);
    max-height: calc(1080px - 60px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* voor de fixed top */
    margin-top: 60px;  /* HJ */
    position: absolute;
    top: 50;
}
    .banner-logo {
        position: absolute;
        top: 50px;
        width: 100%;
        max-width: 450px;
        object-fit: contain;
        transition: all .3s ease;
        padding: 0 10px;
    }
    .banner-bottom {
        position: absolute;
        bottom: 60px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%
    }
        .banner-bottom .btn-holder {
            margin-bottom: 60px;
        }
            .banner-bottom .btn-holder a.btn {
                font-size: 22px;
                padding: 10px 22px;
            }
        .banner-bottom .scroll-btn {
            font-family: 'Montserrat', sans-serif;
            font-size: 60px;
            color: var(--green);
            cursor: pointer;
        }
            .banner-bottom .scroll-btn i {
                transition: all .3s ease;
            } .banner-bottom .scroll-btn i:hover {
                    transition: all .3s ease;
                    transform: scale(1.05);
                }

.bg1 {
    background: var(--main-red);
}
.bg2{
    background-color: white;
}
.bg3 {
    background-color: var(--main-red);
}



.footer {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 80px 25px 80px 25px;
    /* background-color: #7d261b; */
    background-color: #cfcfcf;
    /* color: var(--black); */
}
    .footer-inner {
        width: 100%;
        max-width: 1200px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        row-gap: 30px;
        margin-bottom: 19px;
    }
        .footer-info {
            width: 100%;
            max-width: calc(100% / 2 - 40px);
            display: flex;
            flex-direction: column;
            row-gap: 30px;
        }
            .footer-info .maps {
                width: 100%;  
                max-width: 450px;              
                height: 200px;
                object-fit: contain;
                object-position: left;
                margin-bottom: 20px;
            }
            .footer-info .text {
                /* color: #ffffff; */
                font-family: 'Montserrat', sans-serif;
                font-size: 16px;
                font-weight: normal;
            }
            .footer-info .text>b {
                /* color: var(--white); */
                font-family: 'Montserrat', sans-serif;
                font-size: 17px;
                font-weight: bold;
            }
            .footer-info h1 {
                /* color: #fff; */
                font-size: 18px;
                font-weight: normal;
                margin-bottom: 15px;
            }
        .footer-list {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            width: 100%;
            /* color: #ffffff; */
        }
            .footer-list>a {
                /* color: var(--white); */
                font-family: 'Montserrat', sans-serif;
                margin-bottom: 10px;
                padding-left: 0px;                
                font-size: 16px;
                text-decoration: none;                
            } .footer-list>a:last-child {
                    margin-bottom: 0;
                }
                .footer-list>a>i {
                    width: 30px;
                }
.footer-nieuwsbrief {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
}
    .footer-nieuwsbrief .nieuwsbrief-title {
        /* color: white; */
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        margin-bottom: 15px;
    }
    .footer-nieuwsbrief>div {
        display: flex;
        justify-content: flex-start;
        width: 100%;
    }
        .footer-nieuwsbrief input {
            outline: none;
            border: none;
            padding: 12px 12px;
            background-color: #fff;
            color: black;
            border-radius: 5px;
            width: 100%;
        }
        .footer-nieuwsbrief .nieuwsbrief-submit, .footer-nieuwsbrief .nieuwsbrief-submit.short {
            cursor: pointer;
            color: #000000;
            text-decoration: none;
            padding: 12px 20px;
            transition: all .3s ease;
        }.footer-nieuwsbrief .nieuwsbrief-submit.short { display: none; }
        .footer-nieuwsbrief .nieuwsbrief-submit-error {
            display: none;
            margin-top: 10px;
        }
                
.signature {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 13px 25px 15px 25px;
    background-color: var(--main-red); 
}
    .signature-inner {
        width: 100%;
        max-width: 1920px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        row-gap: 4px;
        column-gap: 20px;
    }
        .signature-inner .left, .signature-inner .right {
            text-decoration: none;
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            color: white;
        }
            .signature-inner .left a, .signature-inner .right a {
                text-decoration: none;
                font-family: 'Montserrat', sans-serif;
                font-size: 14px;
                color: var(--gold);
            }

            div.demoaanvragen input {
                height: 46px;
                width: 100%;
                padding: 20px;
                border: 1px solid var(--main-red);
                border-radius: 24px;
                background-color: var(--input);
                box-sizing: border-box;
                color: #00000075;
                font-size: 12pt;
                font-family: var(--font-text);
                outline: none;
            }
            div.demoaanvragen input:focus-visible{
                border: 3px solid var(--main-red);
            }

            input[type="radio"]{
                margin-right: 5px;
            }
                div.demoaanvragen textarea {
                    height: 200px;
                    width: calc(100% - 2px); /* Houd rekening met de border van 1px */
                    padding: 20px;
                    margin: 0;
                    border-radius: 24px;
                    border: 1px solid var(--main-red);
                    background-color: var(--input);
                    color: #00000075;
                    font-size: 12pt;
                    font-family: var(--font-text);
                    appearance: none;
                    outline: none;
                    resize: none;
                    box-sizing: border-box;
                    -moz-appearance: none;
                }   
        
                div.demoaanvragen textarea:focus {
                    border: 3px solid var(--main-red);
                    border-radius: 24px; /* Zorg dat de border-radius behouden blijft */
                }

                div.demoaanvragen textarea::placeholder{
                    font-size: 12pt;
                    color: #00000075;
                    opacity: 1;
                    background-color: transparent;
                }
            
            div.demoaanvragen .row{
                display: flex;
                flex-direction: row;
            }

            div.demoaanvragen label{
                padding: 20px;
                padding-bottom: 10px;
            }
            
            div.demoaanvragen .row_item{
                display: flex;
                flex-direction: column;
                width: 35%;
                padding-right: 20px;
                padding-bottom: 16px;
                align-items: first baseline;
            }
            div.demoaanvragen .row_erea{
                display: flex;
                flex-direction: column; 
                width: 100%;
                padding-right: 20px;
                padding-bottom: 16px;
                align-items: first baseline;
            }

            div.keuzes {
                display: flex;
                flex-direction: column;
                /* margin-left: 364px; */
            }

            
@media only screen and (max-width: 1920px){  /* HJ */
    .nav-icons {  /* HJ */
        right: 30px; /* HJ */
        
    }
}
@media only screen and (max-width: 1800px){
    .banner-logo {
        top: 100px;
        max-width: 400px;
    }
}

@media only screen and (max-width: 1600px){

    .header-left,
    .header-right {
        gap: 40px;
    }
    .header-left a,
    .header-right a {
        font-size: 18px;
    }
    .header-logo img {
        height: 136px;
    }

}

@media only screen and (max-width: 1350px){

    .navbar-inner .nav>a {
        font-size: 16px;
        margin-right: 30px;
    }

    .header-left, .header-right {
        gap: 25px;
    }
    .header-logo {
        width: 12%;
    }
    .header-inner {
        justify-content: space-between;
    }

}
@media only screen and (max-width: 1200px){
    .content-block-inner{
        margin-left: unset;
    }
    .header-left a, .header-right a {
        font-size: 16px;
    }
}
@media only screen and (max-width: 1050px){

    .header{
        display: flex;
        justify-content: flex-end;
        padding: 40px;
    }
.header-inner{
    display: none;
}
    #mobile-navbar{
        display: block;
        top: -44px;
        right: 0;
    }
    .header-logo.open {
        margin-bottom: unset !important;
    }
    .header-logo img {
        height: 128px;
    }
    .header-logo {
      width: 100%;
      padding: unset;
      display: flex;
      justify-content: flex-start;
      /* left: 33px; */
      /* top: 20px; */
    }
    #logo-nav{
        display: block;
        margin-bottom: -32px;
    }
    .mask2{
        margin-top: 31px;
    }
}


@media only screen and (max-width: 1000px){

    .content-items {
        row-gap: 40px;
    }
    .content-items .item {
        max-width: calc(100% / 2 - 40px);
    }
    .content-block-inner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .content-block-inner{
        margin-left: unset;
    }
    /* .image-holder {
        margin-bottom: 80px;
    } */
    .content-items {
        display: flex;
        justify-content: center;
        flex-direction: column-reverse;
        align-items: center;
        right: unset;
    }
    .content-items .content>.title {
        text-align: unset;
    }
    .content-items .content  .text{
        text-align: unset;
    }
    .content-items .content> a{
        text-align: unset;
    }
    .content-block {
        padding: 80px 25px;
    }
}

@media only screen and (max-width: 900px){

    .content-block .content {
        max-width: calc(100% - 340px);
    }
    .content-block.image .content-block-inner .text-block {
        width: 100%;
    }
    .content-block.image .content-block-inner {
        padding-right: unset;
        padding-top: unset;
    }
    .content-block.image {
        min-height: 600px;
        /* padding: unset; */
    }
}

@media only screen and (max-width: 850px){

    .content-block.agenda .content-block-inner {
        /* max-height: 511px; */
        top: unset;
        right: unset;
    }
    .links{
        flex-direction: row;
    }
    /* .content-block.agenda .content-block-inner .text-block {
        max-height: 474px;
    } */
} 
@media only screen and (max-width: 800px){

    .signature-inner .right {
        display: flex;
        flex-wrap: wrap;
        row-gap: 4px;
    }
    .signature-inner .left, .signature-inner .right {
        margin-right: unset;
    }

    .banner {max-height: calc(100vh - 60px);}
}

@media only screen and (max-width: 750px){
    /* .image-holder {
        margin-bottom: 60px;
    } */
    .content-block.agenda .content-block-inner {
        max-width: 100%;
        margin-left: unset;
    }
    .content-block.agenda{
        padding: 50px 0;
    }
    .image-holder .img::before {
        top: -2px;
        left: 24px;
        width: calc(100% + -6px);
        height: calc(100% + -18px);
    }

    .footer {
        padding: 60px 25px 40px 25px;
    }
    .footer-inner {
        flex-wrap: wrap;
    }
        .footer-info {
            max-width: 100%;
            margin-left: unset;
        }
        .footer-list {
            max-width: 100%;
            top: unset;
        }
        /* .image-holder {
            width: unset;
            max-width: unset;
        } */
        .content-block .content{
            margin-left: unset;
        }
        .content-block .content>.title {
            /* width: 234px; */
        }
        .image-holder .img {
            width: 340px;
            height: 346px;
            justify-self: center;
        }
        .content-block-inner {
            margin-left: 3px;
        }
        .content-block .content, .content-block.full .content {
            max-width: unset;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            margin-right: unset;
            padding: 0 25px;
        }
            .content-block .content>.title {
                max-width: 100%;
                text-align: left;
                /* width: 234px; */
                /* margin-right: auto; */
            }
            .content-block .content .text {
                max-width: 100%;
                text-align: left;
                /* margin-right: auto; */
            }
            .content-block.full .content .text {
                max-width: 100%;
            }
        .content-block-inner {
            flex-direction: column;
        }
        .content-block .content>a {
            margin-right: auto;
        }
        .content-items {
            margin-right: auto;
            right: unset;
            justify-content: center;
        }
            .content-items .item {
                margin-right: auto;
            }
                .content-items .item>.img {
                    margin-right: auto;
                }
                .content-items .content>.title {
                    margin-right: auto;
                }
                .content-items .content .text {
                    margin-right: auto;
                }
                .content-items .content> a{
                    margin-right: auto;
                }
        .content-block.full {
            padding: 60px 0px;
        }
        /* .content-block .content, .content-block.full .content {
            padding: 0 15px;
        } */
        .content-block .content, .content-block.full .content {
            padding: 0;
        }
}


@media only screen and (max-width: 680px){
    div.keuzes {
        margin-left: 156px;
      }
    
}

@media only screen and (max-width: 600px){

    .content-block.image .content-block-inner .text-block {
        width: 100%;
        /* height: 380px; */
    }
    .content-block.image .content-block-inner {
        padding-right: unset;
        padding-top: unset;
    }
    .content-block {
        padding: 50px unset;
        /* padding: unset; */
    }
    .mask3{
        margin-bottom: 70px;
    }
    .mask3.bg1{
        margin-bottom: 0px;
    }
    .mask4{
        margin-top: 70px;
    }
    .mask5{
        margin-bottom: 70px;
    }
    .mask6{
        margin-top: 70px;
    }
    div.demoaanvragen .row {
        flex-direction: column;
    }
    div.demoaanvragen .row_item{
        width: unset;
    }
    #radioJa{
        width: 16%;
    }
    #radioNee{
        width: 16%;
    }
    #kopie{
        flex-direction: row;
    }
    div.keuzes {
        margin-left: unset;
    }
    div.demoaanvragen .keuzes .row{
        flex-direction: row;
    }

    /* .content-block.agenda .content-block-inner .text {
        max-width: 498px;
    } */
    
    .links {
        margin-bottom: 20px;
    }

     
      
}
@media only screen and (max-width: 550px){
    .content-block.agenda .content-block-inner .text {
        max-width: 398px;
    }
    .content-block.image .content-block-inner .text-block {
        width: 100%;
        /* height: 450px; */
    }
}
@media only screen and (max-width: 500px){

    .content-block .content {
        margin-right: unset;
    }
    /* .image-holder {
        margin-bottom: unset;
    } */
    .content-block.image .content-block-inner .text-block {
        width: 100%;
        /* height: 550px; */
    }

    .links{
        flex-direction: column;
    }

    /* .content-block.agenda .content-block-inner .text-block {
        max-height: 630px;
    } */

    .footer {
        padding: 60px 15px 40px 15px;
    }
    .signature {
        padding: 13px 15px 15px 15px;
    }

    .content-block-inner .content-block-inner h1,
    .content-block.agenda .content-block-inner h1 {
        align-self: center;
        margin-left: unset;
        font-size: 16px;
    }

    .content-block.image .content-block-inner .title {
        align-self: center;
        margin-left: unset;
    }

}
@media only screen and (max-width: 450px){
    .content-block.image .content-block-inner .title {
        /* width: 343px; */
        margin-bottom: -33px;
        z-index: 10;
        /* height: 52px; */
        display: flex;
        align-items: center;
        justify-content: center;
        /* left: 39px; */
        font-weight: 400;
        font-size: 25px;
    }
    .content-block.agenda .content-block-inner .text {
        /* left: 14px; */
        max-width: 400px;
    }
}
@media only screen and (max-width: 400px){
     /* HJ aangezet */
    .nav-logo {
        display: none;
    }
    .nav-icons>a img {
        width: 26px;
        height: 26px;
    }
    .footer-info .text {
        /* width: max-content; */
    }
    .footer-list>a {
        /* padding-left: 32px; */
    }
        .footer-list>a img {
            top: 9px;
            width: 18px;
            height: 18px;
        }
        .footer-list>a i {
            /* display: none; */
        }
    .content-block.image .content-block-inner .title {
        /* width: 325px; */
        /* height: 49px; */
        font-size: 25px;
    }
    .content-block.image .content-block-inner .text-block {
        /* height: 600px; */
    }
    .image-holder .img {
        width: 280px;
        height: 280px;
    }
}

@media only screen and (max-width: 350px){

    .image-holder {
        height: 330px;
    }
    .image-holder .img {
        width: 230px;
        height: 230px;
    }
}
