.sectionText {
    color:black;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" ;

}
.away {
    display: none !important;
}
.containerLeftUl {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color:white;
    color: black;
}
li a {
    display: block;
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
}
li a:hover {
    background-color: transparent;
    color: orange;
}

.containerBottom, .containerLeft, .yield {
    transition: width 0.3s ease;
}
/* Custom styling for the modal form */
/* Custom styling for the modal form */
.modal-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #1a5b9c;
}

/* Centering modal and modal content */
.modal-dialog {
    display: flex;
    align-items: center; /* Vertical center */
    justify-content: center; /* Horizontal center */
    min-height: calc(100% - 1rem); /* Adjust height */
}

.modal-content {
    width: 100%; /* Full width inside the modal */
    max-width: 500px; /* Max width for form */
    margin: 0 auto; /* Center the form */
}

.modal-body {
    padding: 20px 30px;
    text-align: center /* More padding for the modal body */
}

.form-group {
    margin-bottom: 1.5rem; /* Space between form groups */
}

.form-control {
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
}

.form-group label {
    font-weight: 600;
}

.btn-success {
    background-color: green;
    border-color: green;
    border-radius: 0.25rem;
    padding: 0.5rem 1rem;
    font-size: 1rem;

}

.btn-success i {
    margin-right: 5px;

}

.btn-secondary {
    border-radius: 0.25rem;
    padding: 0.5rem 1rem;
    font-size: 1rem;
}

.text-center .btn {
    margin-top: 10px; /* Space above the buttons */
}

.btn-ehealthdanger {
 margin-left: 30%;
}
.btn-ehealth {
    margin-left: 30%;


}

#iconedit{
    background: dodgerblue;
    color: white;
    border: black;
}

.container-fluid{
    justify-content: center;
}
.logotop {
    width: 100px; /* Pas dit aan naar de gewenste breedte */
    height: auto; /* Zorgt ervoor dat de verhoudingen intact blijven */
    cursor: pointer; /* Verandert de cursor naar een handje om aan te geven dat het klikbaar is */
    margin-left: 15px;
}

.dropdown-menu li a:hover {
    color: var(--header-text-color) !important; /* Voor de tekstkleur */
    background-color: transparent; /* Optioneel: wijzig de achtergrondkleur niet */
    text-decoration: none; /* Zorg ervoor dat er geen onderstreping is */
}




/* Optional: For mobile and smaller screens */
@media (max-width: 768px) {
    .dropdown-menu {
        left: 0; /* Align dropdown to the left on mobile */
    }
}

/* Individual dropdown items */
.dropdown-menu li {
    padding: 10px 15px;
    width: 150px;
}

/* Links inside the dropdown */
.dropdown-menu li a {
    text-decoration: none;
    color: var(--header-text-color) !important;
    display: block;
}

/* Highlight on hover */


/* Show dropdown on hover */
.user-menu:hover .dropdown-menu:hover {
    display: block;
    color: var(--header-text-color) !important;
     /* Make the menu visible */
}
@media (max-width: 991px) {
    /* Specifieke styling voor mobiele weergave */
    .navbar-nav {
        text-align: center;
    }
}

/* Hover effect voor links */
.navbar-nav .nav-link:hover {
    color: var(--header-text-color) !important;
    text-decoration: none; /* Geen onderstreping */
    border-radius: 5px; /* Zachte randen voor een modern uiterlijk */
}
.flex-grow-1{
    background-color: var(--background-color);
    color: var(--text-color);
}

.nav-link{
    color: var(--header-text-color) !important;
}

#language{
    color: var(--header-text-color) !important;
}
#login{
    color: var(--header-text-color) !important;
}

#copyright{
    background-color: transparent; /* Light background to improve text readability */
    color: var(--header-text-color) !important;
}
#streep{
    height: 3px;
    width: 100%;
}

.footer-link{
    color: var(--header-text-color) !important;
}

#footer_btn_left{
    color: var(--header-text-color) !important;
}

.card{
    background-color: transparent !important;
    color: var(--text-color) !important;
}

.contact-form{
    background-color: transparent !important;
    color: var(--text-color) !important;
}

