body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}



.lw-container-fluid {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
}

.lw-mobile-text-align {
    text-align: right;
}

/*NAVBAR*/

.lw-nav-link-style {
    color: #333333 !important;
    padding: 0px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #21ADA8 !important;
}

.lw-nav-link-style:hover {
    color: #21ADA8 !important;
}

.navbar-light .navbar-toggler-icon {
    background-image: url('../images/toggler-icon-open.png');
    width: 44px;
    height: 44px;
    float: right;
}

.navbar-light .navbar-toggler {
    border-color: white;
}

.card-body a {
    color: white;
}

.lw-header-shadow {
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .2);
}

.vog-btn {
    background-color: #01b6ad;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 5px;
}

/*Dropdown*/

.dropbtn {
    border-radius: 3px 3px 0px 0px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #21ADA8;
    min-width: 260px;
    z-index: 1;
    border-radius: 0px 3px 3px 3px;
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 14px;
}

.nav-padding {
    padding-top: 14px !important;
    padding-bottom: 20px !important;
}

.nav-outside-padding {
    padding-top: 6px !important;
}

.active:after {
    display: none;
}

.calander-content {
    margin-top: 160px !important;
}



.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #21ADA8;
    color: white !important;
}


/*---------*/

/*LINKS*/

.lw-link-style {
    color: #01B6AD;
    text-decoration: underline;
}

.lw-link-style:hover {
    color: #FB9933;
    text-decoration: underline;
}

.list-group-item a {
    color: white;
}

.lw-font-size-18 a:hover {
    color: #FB9933;
}

a {
    color: #01B6AD;
}

a:hover {
    color: #FB9933;
}

/*---------*/

/*HEADER*/

.lw-backdrop {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.09) 13%, rgba(0, 0, 0, 0.37) 53%, rgba(0, 0, 0, 0.7) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.09) 13%, rgba(0, 0, 0, 0.37) 53%, rgba(0, 0, 0, 0.7) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.09) 13%, rgba(0, 0, 0, 0.37) 53%, rgba(0, 0, 0, 0.7) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#b3000000', GradientType=1);
    /* IE6-9 */
    margin-top: 85px;
}

.lw-header-bg-img {
    width: 100%;
    height: 380px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 85px;
}

.lw-colored-borders-index {
    height: 550px !important;
}

.lw-header-bg-schoolboard-lady {
    width: 100%;
    height: 480px;
    background: url('../images/schoolboard-lady.png') #23A199;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.lw-header-vabo-section {
    width: 100%;
    height: 350px;
}

.lw-header-bg-img-footer {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.lw-header-bg-img-footer img {
    width: 100%;
    height: auto;
}

.lw-header-footer {
    width: 100%;
    height: auto;
}

/*---------*/

/*TABLE*/

tr td {
    padding: 0 !important;
    margin: 0 !important;
}

.list-group-item {
    background-color: transparent !important;
    border: 0px;
}

.list-group-item a:hover {
    color: white;
}

ul li {
    display: inline;
}

/*---------*/

/*ICONS*/

.calendar-text {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.calendar-text p {
    position: relative;
    top: 16px;
    left: 10px;
    padding: 0;
    margin: 0;
    height: 10px;
    color: white;
    font-size: 12px;
}

.fa-stack {
    color: white;
}

.fa-facebook-square:hover,
.fa-twitter-square:hover,
.fa-linkedin:hover {
    color: #FB9933 !important;
}

.fa-lock {
    margin-right: 10px;
}

/*---------*/

/*FONT SIZE*/

.lw-font-size-14 {
    font-size: 0.875rem;
    line-height: 20px;
    font-weight: 100;
}

.lw-font-size-16 {
    font-size: 16px;
    /* line-height: 30px; */
    font-weight: 300;
}

.lw-fontsize16 {
    font-size: 16px;
    line-height: 30px;
}

.lw-font-size-18 {
    font-size: 18px;
    line-height: 20px;
}

.lw-font-size-18 a {
    color: white;
}

.lw-font-size-20 {
    font-size: 20px;
    line-height: 40px;
}

.lw-font-size-22 {
    font-size: 22px;
    line-height: 40px;
}

.lw-font-size-22-footer {
    font-size: 22px;
    line-height: 30px;
    font-weight: 200;
}

.lw-font-size-24 {
    font-size: 24px;
    line-height: 34px;
}

.lw-font-size-26 {
    font-size: 26px;
    line-height: 30px;
}

.lw-font-size-28 {
    font-size: 28px;
    line-height: 40px;
}

.lw-font-size-32 {
    font-size: 32px;
    line-height: 36px;
}

.lw-font-size-38 {
    font-size: 38px;
    line-height: 48px;
}

.lw-font-size-40 {
    font-size: 40px;
    line-height: 53px;
}

.lw-font-size-46 {
    font-size: 46px;
    line-height: 40px;
}

.lw-font-size-48 {
    font-size: 48px;
    line-height: 53px;
}

.lw-font-size-50 {
    font-size: 50px;
}

.lw-letter-spacing {
    letter-spacing: 1px;
}

/*---------*/

/*BUTTONS*/

.lw-btn-style {
    border-radius: 3px;
    font-size: 18px;
    background-color: #01B6AD;
    font-weight: bold;
    border: none;
    padding: 15px 40px;
}

.lw-btn-vabo-inlog {
    border-radius: 3px;
    font-size: 18px;
    background-color: #01B6AD;
    font-weight: bold;
    border: none;
    padding: 15px 40px;
}

.btn-success:hover {
    background-color: #00928a;
    border-color: #00928a;
}

.btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 146, 138, 1);
}

.btn-success:active {
    color: #fff;
    background-color: #00928a;
    border-color: #00928a;
}

.lw-btn-outline {
    border-radius: 5px;
    border: 2px solid #FFFFFF !important;
    font-weight: bold;
    padding: 10px 25px;
}

.lw-btn-outline:focus {

    background: white;
    color: black;
}

.lw-btn-bottom {
    position: absolute;
    bottom: 10%;
}

.lw-btn-contact {
    background: #FB9933 !important;
    border: none;
}

/*---------*/

/*TEXT*/
.lw-text-color-lightblue {
    color: #01B6AD;
    text-decoration: none;
}

.lw-text-color-green {
    color: #21ADA8 !important;
}

.lw-text-color-purple {
    color: #795FA9;
}

.lw-text-white {
    color: white;
    text-decoration: none;
    font-weight: 300;
}

.lw-text-color-orange {
    color: #FB9933;
}

.lw-font-weight-200 {
    font-weight: 200;
}

/*---------*/

/*COLORS*/

.lw-bg-lightgreen {
    background: #01B6AD;
}

.lw-bg-green {
    background: #21ADA8;
}

.lw-bg-purple {
    background-color: #795FA9;
}

.lw-bg-orange {
    background-color: #FB9933;
}

.lw-bg-brown {
    background-color: #333333;
}

/*---------*/

/*Index.html*/

.lw-card-calendar {
    background: transparent;
    border: none;
}

.lw-card-calendar:hover {
    color: white;
    text-decoration: underline;
}

.lw-card-calendar a:hover {
    color: #a35504;
    text-decoration: none;
}

.card img {
    max-width: 125px;
    max-height: 125px;
}

.column-8 {
    width: 12.5%;
}

.jobs p {
    margin: 0px 0px 3px 0px;
    padding: 0;
    color: white;
}

.job {
    margin-bottom: 15px;
}

.font-16px {
    font-size: 16px;
}

.header-text {
    margin: 4px 0px 0px 0px;
    padding: 0;
    color: white;
    font-size: 14px;
}

/*VACATURES.HTML*/

.lw-purple-square {
    border-radius: 6px 6px 0 0;
    background-color: #795FA9;
    min-height: 216px;
    display: block;
}

.collapsed.lw-purple-square {
    transition: all ease .3s;
    border-radius: 6px;
}

.lw-line-with-corners {
    border-width: 0 2px 2px 2px;
    border-color: #CCCCCC;
    border-style: solid;
    border-radius: 0px 0px 6px 6px;
}

.lw-line-without-corners {
    border-width: 0 2px 0 2px;
    border-color: #CCCCCC;
    border-style: solid;
}

.searchbar input {
    background-color: white;
    border: none;
    border-radius: 5px 0px 0px 5px;
    padding-left: 8px;
    height: 28px;
}

.custom-btn-class {
    -webkit-appearance: none;
    background-color: white;
    color: #21ADA8;
    border: none;
    padding: 1px 8px 1px 1px;
    border-radius: 0px 5px 5px 0px;
    margin-left: -6px;
    height: 28px;
    position: absolute;
}

.custom-btn-class:hover {
    color: #21ADA8;
    background-color: white;
    border: none;

}

/*---------*/

/*Nieuws.html*/

.lw-news-card {
    border: 2px solid #CCCCCC;
    height: 100%;
    border-radius: 6px;
    background-color: #FFFFFF;
    color: black;
    /* margin-bottom: 25px; */
    /* margin-right: 25px; */
    padding: 15px;
    display: block;
    transition: all .2s ease-in-out;
}

.lw-news-card a {
    color: black;
    text-decoration: none;
}

.lw-news-card:hover {
    background-color: #01B6AD;
    border-color: #01B6AD;
    color: white;
    text-decoration: none;
}

.lw-news-card a:hover {
    color: white;
}

.panel-body {
    margin-bottom: 30px;
    padding: 25px;
}

/*---------*/

/*kalender*/

.lw-calendar-orange-square {
    width: 151px;
    height: auto;
    background: #FB9933;
    border-radius: 6px 0 0 6px;
}

.lw-calendar-card {
    margin-bottom: 25px;
    border-radius: 6px;
}

.lw-calendar-card:hover {
    background: #FB9933;
    color: white;
    text-decoration: none;
}

.lw-font-size-16 a {
    /* color: #; */
}

.lw-logo-greyscale {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all .2s ease-in-out;
    max-height: 120px;
}

.lw-logo-greyscale:hover {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    transition: all .2s ease-in-out;
}

.lw-calendar-body {
    width: 660px;
    border-width: 2px 2px 2px 0px;
    border-radius: 0px 6px 6px 0px;

    border-style: solid;
    border-color: #CCCCCC;
    color: black;
}

.lw-calendar-card:hover .lw-calendar-body {
    background: #FB9933;
    color: white;
    text-decoration: none;
    border-color: #FB9933;
    border-radius: 6px;
}

.lw-green-square {
    background-color: #01B6AD;
    border-radius: 6px;
}

.lw-purple-square-calendar {
    background-color: #795FA9;
    border-radius: 6px;
}

.lw-news-card-calendar {
    color: white;
}

.lw-news-card-calendar:hover {
    color: white;
}

/*---------*/

/*werkgebied.html*/

.lw-card-workarea {
    border: 2px solid #CCCCCC;
    border-radius: 6px;
}

/*---------*/

/*contact.html*/

.lw-contact-card {
    margin-right: 3px;
    margin-bottom: 3px;
}

.card-image {
    width: 150px;
    height: 150px;
}

/*---------*/

/*FORM*/

.form-control:focus {
    border-bottom: 4px solid #FB9933 !important;
}

label {
    font-size: 18px;
}

.form-group {
    margin-bottom: 25px;
}

.custom-control-label {
    font-size: 16px;
    font-weight: normal;
}

.form-check-label {
    font-size: 16px;
    font-weight: normal;
    padding-right: 10px;
}

.form-control {
    border: 0px;
    border-bottom: 4px solid #ECECEC;
    background: #F4F4F4;
    font-size: 14px;
    border-radius: 0px;
    height: auto;
    color: #000000;
    padding: 8px 12px;
}

/*---------*/

/*SUBNAV*/

.subnav .here {
    font-size: 20px;
}

.subnav .here a {
    color: #FB9933;
}

.subnav li a {
    text-decoration: none !important;
}

/*---------*/


/*RESPONSIVE*/

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

    .lw-mobile-text-align {
        text-align: left;
    }

    .lw-logo-mobile {
        max-width: 283px;
        height: auto;
        float: left;
    }

    /*nav items*/

    .lw-nav-link-style {
        line-height: 42px;
    }

    .navbar-nav {
        padding-top: 30px;
    }

    .lw-container-fluid img {
        width: 100%;
        height: auto;
    }

    .lw-header-bg-img {
        background-position: 20%;
    }

    .card-body {
        margin-left: 0px !important;
    }

    .lw-btn-bottom {
        margin-left: 0px !important;
    }

    .lw-header-bg-schoolboard-lady {
        height: 402px;
        background-position: 80%;
        background-size: cover;
    }

    .lw-mobile-title-subscribe-cta {
        width: 240px;
        height: 120px;
        font-size: 38px;
        line-height: 40px;
        font-weight: bold;
        text-align: left;
        letter-spacing: 1px;
        margin-left: 16px;
        margin-bottom: 50px;
        /* position: absolute; */
        /* bottom: 0%; */
    }

    .lw-btn-schoolboard-lady {
        width: 95%;
        height: 76px;
        font-size: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 16px;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .lw-header-vabo-section {
        height: 460px;
        background-color: #795FA9;
        color: white;
        padding-left: 0px;
        text-align: center;
    }

    .lw-header-vabo-section p {
        text-align: center;
    }

    .lw-header-vabo-section p {
        width: 312px;
        font-size: 22px;
        line-height: 30px;
        padding: 0;
    }

    .my-footer li,
    .my-footer a {
        font-size: 16px;
    }

    .lw-header-vabo-section button {
        width: 357px;
        margin: 0px;
    }

    .lw-btn-vabo-inlog {
        width: 95%;
        margin-bottom: 50px;
    }

    /*Vacatures.html*/

    .lw-line-with-corners {
        border-width: 0px 2px 2px 2px;
        border-color: #CCCCCC;
        border-style: solid;
        border-radius: 0px 0px 6px 6px;
    }

    .lw-line-without-corners {
        border-width: 0px 2px 0px 2px;
        border-color: #CCCCCC;
        border-style: solid;
    }

    .lw-purple-square {
        height: auto;
        text-align: left;
        border-radius: 6px 6px 0px 0px;
    }

    .lw-btn-style-vacatures {
        width: 100%;
    }

    /*Werkgebied*/

    .lw-mobile-word-wrap-font-size {
        word-wrap: break-word;
        font-size: 20px;
    }

    .lw-mobile-image-padding {
        padding-top: 25px;
    }

    /*Aanmeld formulier*/

    .form-group {
        margin-bottom: 50px !important;
    }


}

@media screen and (max-width: 1480px) {
    .lw-colored-borders-index {
        height: 600px !important;
    }
}

@media screen and (max-width: 1210px) {
    .lw-header-bg-img {
        height: 520px !important;
    }
}

@media screen and (max-width: 1200px) {
    .nav-padding {
        padding: 0px !important;
    }

    .nav-padding,
    .nav-link {
        font-size: 22px;
        font-weight: bold;
    }

    .dropdown:hover .dropbtn {
        background-color: transparent;
        color: black !important;
    }

    .dropdown-content a {
        font-size: 18px;
        font-weight: normal;
        color: black;
        padding: 12px 16px 12px 2px;
    }

    .dropdown-content {
        position: relative;
        background-color: transparent;
    }

    .dropdown-content a:hover {
        color: #21ADA8;
    }



}




.lw-calendar-jobs-square {
    width: 370px;
    height: auto;
    background: #795FA9;
    border-radius: 6px 0 0 6px;
}

/* Toast Notifications */
#toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 999999;
    max-width: 400px;
    width: 90%;
}

.toast {
    padding: 16px 20px;
    margin-bottom: 10px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    animation: slideIn 0.3s ease-in;
    background-color: white;
    border-left: 4px solid;
    opacity: 1;
}

.toast.success {
    border-left-color: #4CAF50;
}

.toast.error {
    border-left-color: #F44336;
}

.toast.warning {
    border-left-color: #FFC107;
}

.toast.info {
    border-left-color: #2196F3;
}

.toast::before {
    content: '';
    width: 20px;
    height: 20px;
    margin-right: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.toast.success::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%234CAF50'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E");
}

.toast.error::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23F44336'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z'/%3E%3C/svg%3E");
}

.toast.warning::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23FFC107'%3E%3Cpath d='M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z'/%3E%3C/svg%3E");
}

.toast.info::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%232196F3'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z'/%3E%3C/svg%3E");
}

.toast .close-btn {
    cursor: pointer;
    opacity: 0.7;
    margin-left: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #666;
}

.toast .close-btn:hover {
    opacity: 1;
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOut {
    from {
        transform: translateX(0);
        opacity: 1;
    }

    to {
        transform: translateX(100%);
        opacity: 0;
    }
}