﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('Montserrat font/Font-Montserrat.css');

body, input, textarea, select {
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif !important;
}

.mainfont {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 1em;
}

html, body, input, select {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    /* font-size: 1em;*/
    background: #FFF;
    color: #400F00;
    font-weight: 400;
    line-height: 1.5;
}

.embedPdf {
    width: 100%;
    height: 100vh;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat',  'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    color: #333;
    padding-bottom: 10px !important;
    line-height: 1em !important;
    font-weight: 500 !important;
}

h4 {
    margin-left: 5px;
}

h1 {
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
}

.back-To-Top {
    border: none;
    text-decoration: none; /* Geen tekstdecoratie */
    display: inline-block; /* Inline-block voor lay-out */
    font-size: 16px; /* Lettergrootte */
    margin: 4px 2px; /* Margin rond de knop */
    cursor: pointer; /* Cursor als pointer */
    transition: background-color 0.3s; /* Soepele overgang voor achtergrondkleur */
}

.back-To-Top:hover, #mijnKnop:focus {
        outline: none; /* Verwijder focus-omlijning */
    }

.back-To-Top:active {
        transform: translateY(2px); /* Licht effect om de knop ingedrukt te laten lijken */
    }

.subheader {
    font-weight: 800 !important;
    font-size: 50px;
}

.newsheader {
    font-weight: 800 !important;
    font-size: 33px;
}

.color-red {
    color: #E36626 !important;
}

.textarea_webtext {
    background-color: white !important;
    width: 100%;
    height: 100%;
    border: 1px solid #ced4da;
}

.img-full {
    width: 100%;
    height: 100%;
}

#headercontent {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 2;
    max-width: 650px;
    animation: fadeIn 4s ease-in-out forwards;
    opacity: 0;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes slideInFromLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInFromRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.slide-in-left {
    animation: slideInFromLeft 1s ease-out;
}

.slide-in-right {
    animation: slideInFromRight 1s ease-out;
}

.headerslide{}

.header-text-color {
    color: #ffffff !important;
}

.header-description {
    font-size: 15px !important;
    line-height: 1.7em;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif !important;
    color: #fff !important;
    word-wrap: break-word;
    text-align: center;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    vertical-align: baseline;
    background: transparent;
    padding-bottom: 0;
}

.fade-in {
    animation: fadeIn 4s ease-in-out forwards;
    opacity: 0;
}

.headergrid {
    font-weight: 800;
    font-size: 50px;
}
.e-headercell {
    border: none;
}

.e-gridheader, .e-grid, .e-columnheader, e-table, .e-toolbar {
    border: none;
    border-style: none !important;
    border: 1px;
}

    .e-grid.sf-grid.e-default table th:not([rowspan="1"]) {
        border-width: 0 0 0 0px;
    }

    .e-grid .e-altrow {
        background-color: #F6F7F8;
    }

.rounded-rectangle {
    width: 80px;
    height: 45px;
    -ms-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px; /* 20px border radius for left and right sides */
    display: flex;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: white; /* Text color */
    font-size: 16px; /* Adjust font size as needed */
}

.dropdown-menu {
    margin-top: 15px !important;
}

.dropdown-item:hover {
    color: gray!important;
}

.no-padding {
    padding: 0 !important;
}

.milieu-color  {
    background-color: #06aa77 !important;
}

.arbo-color {
    background-color: #f54f00 !important;
}

.cert-color {
    background-color: #ce0222 !important;
}

.duurzaam-color {
    background-color: #2da3dd !important;
}

.apparaat-color {
    background-color: #856cab !important;
}

.opleiding-color {
    background-color: #f5c100 !important;
}

.overig-color{
    background-color: #a0afbc !important;
}

.categorycolor_1 {
    background-color: #06aa77 !important;
}

.categorycolor_2 {
    background-color: #f54f00 !important;
}

.categorycolor_3 {
    background-color: #ce0222 !important;
}

.categorycolor_4 {
    background-color: #2da3dd !important;
}

.categorycolor_5 {
    background-color: #856cab !important;
}

.categorycolor_6 {
    background-color: #f5c100 !important;
}

.categorycolor_7 {
    background-color: #a0afbc !important;
}

.pointer-button {
    border: none;
    -ms-border-radius: 30px;
    border-radius: 30px;
    border-width: 0px !important;
    color: #fff !important;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 10px 20px;
    padding-bottom: 10px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-top: 10px !important;
    text-transform: uppercase !important;
    -ms-transition: background-color 0.2s, color 0.2s;
    -o-transition: background-color 0.2s, color 0.2s;
    -webkit-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s;
    outline: none !important;
}

.pointer-button:after {
    content: ">";
    display: inline-block;
    margin-left: 10px;
    -ms-opacity: 0;
    opacity: 0;
    position: absolute;
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -ms-transition: opacity 0.2s, transform 0.2s;
    -o-transition: opacity 0.2s, transform 0.2s;
    -webkit-transition: opacity 0.2s, transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
    speak: none;
    font-weight: 600;


}

.pointer-button:hover:after {
    -ms-opacity: 1;
    opacity: 1;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.pointer-button a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.syncfusion-grid {
    font-family: Montserrat-Bold !important;
    color: #666 !important;
    border-style: none !important;
    line-height: 1.7em;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    text-align: left;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    vertical-align: baseline;
    background: transparent;
    white-space: normal;
    border-top: 1px solid #333 !important;
    border-bottom: 1px solid #333 !important;
    padding-bottom: 40px !important;
}

.e-columnheader {
    line-height: 1.7em;
    -webkit-font-smoothing: antialiased;
    text-align: left;
    -webkit-text-size-adjust: 100%;
    white-space: normal;
    font-weight: 400;
    font-family: 'Montserrat-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 1em;
    user-select: none;
    color: #212529;
    border-collapse: separate;
    box-sizing: border-box;
    border: none !important;
}

.btn {
    color: #E36626;
}

.btn-outline-primary {
    color: #822000;
    border-color: #E36626;
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

h4 {
    font-family: Montserrat-Regular;
    margin-left: 5px;
    color: #E36626;
}

.nav-item {
    cursor: pointer;
}

.nav-item:hover {
    color: #822000;
}

#navbarNav {
    position: relative;
    z-index: 1000;
    background-color: white !important;
}

.dropdown-item {
    font-size: 14px !important;
}

.nav-link a {
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    padding-right: 22px;
    font-size: 8px !important;

    color: #E36626;
}

.nav-link:hover {
    color: lightgrey !important;
    cursor: pointer !important;
}

    .nav-link.active {
        color: #f54f00 !important;
    }

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.text-content {
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif !important;
    color: #666 !important;
    font-weight: 500;
    font-size: 14px;
}

.navbar {
    font-weight: 600;
    font-size: 14px !important;
    height: 80px !important;
    background-color: white !important;
    margin-bottom: 0 !important;
}

.navbar-light .navbar-toggler {

    color: #000000;
    color: rgba(0,0,0,.5);
    border-color: transparent;
    border: none !important;
    outline: none;
}

.navbar-collapse {
    border: none !important;
}

/*    .navbar-collapse .active {
        border-top: solid 1px #f54f00 !important;
    }*/
.right-footer-content.form-control {
    background-color: #333333 !important;
    color: #cccccc !important;
}

.form-group textarea::placeholder {
    color: #cccccc !important;
}

.contact_bottom_container
{
    text-align: right;
}

.btnSubmitMessage {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    font-weight: 500;
    line-height: 1.7em !important;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: transparent !important;
    transition-property: all !important;
    position: relative;
    font-family: inherit;
    display: inline-block;
    margin: 0 0 0 18px;
    cursor: pointer;
    border: 2px solid transparent;
    padding: .3em 2em .3em .7em;
    transition: color 300ms ease 0ms,background-color 300ms ease 0ms,border 300ms ease 0ms;
    border-radius: 30px;
    font-size: 16px;
    padding-right: 30px !important;
    padding-left: 30px !important;
    color: #F54F00 !important;
    border-color: #F54F00 !important;
    background-image: initial !important;
}

    .btnSubmitMessage:hover {
        content: ">";
        display: inline-block;

        color: Black !important;
        background-color: #F54F00 !important;
        border-color: #F54F00 !important;
        background-color: #F54F00 !important;
    }

.footer input {
    background-color: #333333 !important;
    color: #cccccc !important;
}

textarea {
    background-color: #333333 !important;
    min-height: 160px;
    display: block;
}

.footer {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2em;
    padding-top: 55px;
    height: 350px;
    margin-left: 45%;
    margin-right: 45%;
    background-color: #000;
    text-align: center;
    color: #cccccc !important;
    font-size: 14px;
    text-align: left !important;
}

.footer-address {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2em;
    padding-top: 55px;
    height: 350px;
    background-color: #000;
    text-align: center;
    color: #cccccc !important;
    font-size: 14px;
}

#footer {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2em;
    padding-top: 55px;
    height: 350px;
    background-color: black !important;
    text-align: center;
    color: #cccccc !important;
    font-size: 14px;
}

.footer-input {
    border: none;
    border-radius: 0px;
    font-size: 14px;
    padding-top: 15px;
    height: 50px;
    padding-bottom: 15px;
    color: #cccccc !important;
    background-color: #333333 !important;
    border-radius: 0;
}

.footer-contact {
    display: flex;
    left: 50%;
    right: 50%;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2em;
    padding-top: 55px;
    height: 425px;
    min-width: 1000px;
    background-color: black !important;
    color: #cccccc !important;
    font-size: 14px;
}

.left-footer-content {
    box-sizing: border-box;
    text-align: left !important;
    width: 30%;
    min-width: 300px;
}

    .left-footer-content a, p {
        font-family: 'Montserrat', "Helvetica Neue",Helvetica,Arial,sans-serif !important;
        text-decoration: none !important;
        color: #cccccc !important;
    }

.left-footer-content a:hover {
        transition: color 300ms ease 0ms;
        color: #f54f00 !important;
    }
.naarboven {
    text-align: center;
    background: #000000;
    background: rgba(0,0,0,0.4);
    text-decoration: none;
    position: fixed;
    z-index: 99999;
    bottom: 125px;
    right: 0px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    display: none;
    cursor: pointer;
    font-size: 30px;
    padding: 5px;
    color: #fff;
}

.right-footer-content {
    box-sizing: border-box;
/*    margin-left: 25px !important;*/
    margin-top: 15px !important;
    width: 70%;
    padding-right: 10px !important;
}

#backToTopButton {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: gray;
    color: white;
    padding: 5px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: none; /* Verborgen tot de gebruiker naar beneden scrollt */
    display: block; /* Altijd tonen voor de animatie */
    opacity: 0;  
    transition: right 0.5s, opacity 0.5s; /* Animatie voor beweging en zichtbaarheid */

}

.showIcon {
    right: 20px; /* Eindpositie binnen de pagina */
    opacity: 1 !important; /* Volledig zichtbaar */
}

/* Add media query for responsiveness */
/*@media (max-width: 768px) {
    footer {
        flex-direction: column;
    }

    .left-content,
    .right-content {
        width: 100%;
        margin-bottom: 10px;
    }
}*/

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(245, 79, 0)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.show > .nav-link,
.active > .nav-link,
.nav-link.show,
.nav-link.active {
    color: #f54f00 !important;
}

a, .btn-link {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

#box {
    background-color: #7C1F00;
    display: table;
    height: 100%;
    width: 100%;
    margin: 0;
}

.content {
    padding-top: 1.1rem;
}

*, :after, :before {
    box-sizing: border-box;
}

.main .top-row {
    position: sticky;
    top: 0;
}

.center-screen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}

.text-warning {
    color: red !important;
}
#footer {
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.2em;
    padding-top: 55px;
    height: 300px;
    background-color: #000;
    text-align: center;
    color: #cccccc !important;
    font-size: 14px;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.top-button {
    background-color: transparent;
    border: solid 2px #fff;
    -ms-border-radius: 30px;
    border-radius: 30px;
    /* border-width: 0px !important; */
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 10px 20px;
    padding-bottom: 10px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-top: 10px !important;
    transition: background-color 0.2s, color 0.2s;
}

    .top-button:after {
        content: ">";
        display: inline-block;
        margin-left: 10px;
        opacity: 0;
        position: absolute;
        transform: translateX(-100%);
        transition: opacity 0.2s, transform 0.2s;
        font-stretch: narrower 50%;
        speak: none;
        font-style: bold;
        font-weight: 600;
        font-size-adjust: ex-height 1.2;
    }

    .top-button:hover {
        color: #fff;
    }

.login-button:hover:after {
    -ms-opacity: 1;
    opacity: 1;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.background-div {
    -ms-background-position: bottom center;
    background-position: bottom center;
    -ms-background-size: cover;
    background-size: cover;
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    height: 1300px; /* Set the desired height for your div */
    width: 100%; /* Make the div cover the entire width of its container */
    display: flex;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    color: white; /* Set text color to contrast with the background */
    font-size: 24px; /* Set font size as needed */
}

.background-div h1, {
    color: white !important; 
}

.curved-div {
    -ms-background-position: bottom center;
    background-position: bottom center;
    -ms-background-size: cover;
    background-size: cover;
    position: absolute;
    bottom: 0;
    /*         left: 0;
        right: 0; */
    width: 100%;
    height: 50%;
    object-fit: cover;
    display: flex;
    z-index: 1;
}

.catogory-curved-div {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
    z-index: 1;
}

.center {
    /*border: 5px solid;*/
    background-color: black !important;
    display: flex;
    justify-content: center;
}

.centerhandboek {
    display: flex;
    justify-content: center;
    left: 50%;
    right: 50%;
}

.centerorgnotifications {
    display: flex;
    justify-content: center;
    left: 50%;
    right: 50%;
}

#video-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    padding: 1px;
}

#video-container h1 { color:white!important }

#video-background {
    width: 100%;
    height: 100%;
    bottom: 0px;
    object-fit: cover;
    display: flex;
    z-index: 1;
}

.inner-div {
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 2;
}

.welkom-message {
    position: absolute;
    width: 350px;
    bottom: 0px;
    z-index: 2;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

.news-line {
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 2;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px;
}

.headerdiv {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100%
}

.p-rbl-75 {
    padding: 0 75px 75px 75px;
}

.m-l-15percent {
    margin-left: 15%;
}

.m-r-15percent {
    margin-right: 15%;
}

.custom-cursor-container {
    cursor: none; /* Verbergt de standaard cursor */
}

.custom-cursor {
    width: 32px; /* Breedte van je GIF */
    height: 32px; /* Hoogte van je GIF */
    background-image: url('../animatie/zandloper.gif');
    position: absolute;
    pointer-events: none; /* Zorgt dat de cursor niet met andere elementen interageert */
    display: none; /* Verberg standaard de cursor */
}

.custom-cursor-container:hover .custom-cursor {
    display: block; /* Toon de cursor alleen bij hover */
}

.news-button {
    width: 200px; /* Set the width of the button */
    padding: 10px 20px; /* Medium size padding */
    border: 3px solid #f54f00; /* 1px solid orange border */
    background-color: #fff; /* White background */
    color: #f54f00!important; 
    font-size: 20px; /* Medium text size */
    border-radius: 25px; /* Rounded sides */
    cursor: pointer; /* Pointer cursor on hover */
    transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effect */
}

.news-button:after {
    font-family: 'Arial', sans-serif !important; /* Replace with your desired font */
    font-stretch: condensed;
    content: ">";
    font-size: 1.4em;
    letter-spacing: -1px;
    line-height: 1em;
    display: inline-block;
    margin-left: 10px;
    -ms-opacity: 0;
    opacity: 0;
    position: absolute;
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: scaleX(0.4);
    transform: translateX(-100%);
    -ms-transition: opacity 0.2s, transform 0.2s;
    -o-transition: opacity 0.2s, transform 0.2s;
    -webkit-transition: opacity 0.2s, transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
    speak: none;
}

    .news-button:hover {
        color: #f54f00;
        color: #fff; /* Change text color to white on hover */
    }

.news-button:hover:after {
    -ms-opacity: 1;
    opacity: 1;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.news-button a {
    text-decoration: none !important;
    color: inherit !important;
    cursor: pointer;
}

