/* KLEUREN WEBSITE */

::selection {
    background: #fde5d0;
}

/* DONKER GRIJS: #505450 */
.db-darkgrey {
    color: #505450;
}
/* GRIJS: #F7F7F7 */
.db-grey {
    color: #F7F7F7;
}
/* BEIGE: #F7F7F7 */
.db-beige {
    color: #fde5d0;
}
/* ORANJE: #FF7320 */
/* ORANJE: #FF7320 ACHTERGROND */
.db-orange {
    color: #FF7320;
}
.db-bg-orange {
    background-color: #FF7320;
}
.db-bg-beige {
    background-color: #fde5d0;
}
.db-bg-grey {
    background-color: #F7F7F7;
}
.db-bg-white {
    background-color: #FFFFFF;
}


/* ANTRACIET: #3C3C3B */
.db-antraciet {
    color: #3C3C3B!important;
}
/* WIT: #FFFFFF */
.db-white {
    color: #FFFFFF!important;
}
/* SCHADUW */
.db-shadow {
    text-shadow: 0 .3rem 1rem rgba(0,0,0,.50);
}


body {
    font-family: 'Arial', sans-serif;
    color: #3C3C3B;
    animation: fadeInAnimation ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    line-height: 1.8rem;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
} 

.container-fluid {
    width: 100%;
    padding:0;
}

.header {
    background-image: url("../img/bg/header-bg-2.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    display: flex;
}

.header-2 {
    display: flex;
}

.bg-hoofdcategorie-00 {
    background: url(../img/bg/header-hoofdcategorie-00.jpg) center fixed;
    background-size: cover;
}

.bg-hoofdcategorie-01 {
    background: url(../img/bg/header-hoofdcategorie-01.jpg) center fixed;
    background-size: cover;
}

.bg-hoofdcategorie-02 {
    background: url(../img/bg/header-hoofdcategorie-02.jpg) center fixed;
    background-size: cover;
}

.bg-hoofdcategorie-03 {
    background: url(../img/bg/header-hoofdcategorie-03.jpg) center fixed;
    background-size: cover;
}

.bg-hoofdcategorie-04 {
    background: url(../img/bg/header-hoofdcategorie-04.jpg) center fixed;
    background-size: cover;
}

.bg-hoofdcategorie-05 {
    background: url(../img/bg/header-hoofdcategorie-05.jpg) center fixed;
    background-size: cover;
}

.bg-hoofdcategorie-06 {
    background: url(../img/bg/header-hoofdcategorie-06.jpg) center fixed;
    background-size: cover;
}

.bg-hoofdcategorie-07 {
    background: url(../img/bg/header-hoofdcategorie-07.jpg) center fixed;
    background-size: cover;
}

.bg-hoofdcategorie-08 {
    background: url(../img/bg/header-hoofdcategorie-08.jpg) center fixed;
    background-size: cover;
}

.bg-hoofdcategorie-09 {
    background: url(../img/bg/header-hoofdcategorie-09.jpg) center fixed;
    background-size: cover;
}

@media only screen and (max-width: 1024px) {

.bg-hoofdcategorie-00 {
    background: url(../img/bg/header-hoofdcategorie-00-m.jpg) center !important;
}

    .bg-hoofdcategorie-01 {
        background: url(../img/bg/header-hoofdcategorie-01-m.jpg) center !important;
    }

    .bg-hoofdcategorie-02 {
        background: url(../img/bg/header-hoofdcategorie-02-m.jpg) center !important;
    }

    .bg-hoofdcategorie-03 {
        background: url(../img/bg/header-hoofdcategorie-03-m.jpg) center !important;
    }

    .bg-hoofdcategorie-04 {
        background: url(../img/bg/header-hoofdcategorie-04-m.jpg) center !important;
    }

    .bg-hoofdcategorie-05 {
        background: url(../img/bg/header-hoofdcategorie-05-m.jpg) center !important;
    }

    .bg-hoofdcategorie-06 {
        background: url(../img/bg/header-hoofdcategorie-06-m.jpg) center !important;
    }

    .bg-hoofdcategorie-07 {
        background: url(../img/bg/header-hoofdcategorie-07-m.jpg) center !important;
    }

    .bg-hoofdcategorie-08 {
        background: url(../img/bg/header-hoofdcategorie-08-m.jpg) center !important;
    }

    .bg-hoofdcategorie-09 {
        background: url(../img/bg/header-hoofdcategorie-09-m.jpg) center !important;
    }
}

@media only screen and (max-width: 600px) {

    .bg-hoofdcategorie-00 {
        background: url(../img/bg/header-hoofdcategorie-00-s.jpg) center !important;
    }

    .bg-hoofdcategorie-01 {
        background: url(../img/bg/header-hoofdcategorie-01-s.jpg) center !important;
    }

    .bg-hoofdcategorie-02 {
        background: url(../img/bg/header-hoofdcategorie-02-s.jpg) center !important;
    }

    .bg-hoofdcategorie-03 {
        background: url(../img/bg/header-hoofdcategorie-03-s.jpg) center !important;
    }

    .bg-hoofdcategorie-04 {
        background: url(../img/bg/header-hoofdcategorie-04-s.jpg) center !important;
    }

    .bg-hoofdcategorie-05 {
        background: url(../img/bg/header-hoofdcategorie-05-s.jpg) center !important;
    }

    .bg-hoofdcategorie-06 {
        background: url(../img/bg/header-hoofdcategorie-06-s.jpg) center !important;
    }

    .bg-hoofdcategorie-07 {
        background: url(../img/bg/header-hoofdcategorie-07-s.jpg) center !important;
    }

    .bg-hoofdcategorie-08 {
        background: url(../img/bg/header-hoofdcategorie-08-s.jpg) center !important;
    }

    .bg-hoofdcategorie-09 {
        background: url(../img/bg/header-hoofdcategorie-09-s.jpg) center !important;
    }
}

.db-bg {
    background-attachment: unset;
}

.header-content {
    height: 694px;
    text-align: start;
}

@media only screen and (max-width: 1024px) {
    .header-content {
        height: 460px;
        text-align: end;
    }
}

.header-content-2 {
    height: 760px;
}

@media only screen and (max-width: 1024px) {
    .header-content-2 {
        height: 460px;
    }
}

.db-text-block {
    background-image: url(../img/bg/bg-textblock-beige-rgb.svg);
    max-width: 700px;
    border-radius: 1.5rem;
}




.table {
    --bs-table-hover-bg: #F7F7F7;
}

@media only screen and (min-width: 993px) {
    .db-spacer {
        margin: 0 10px;
        flex-basis: calc(50% - 20px);
    }
}

.table>:not(caption)>*>* {
    border-bottom-width: 1px;
}

.db-special-table>:not(caption)>*>* {
    border-bottom-width: 0px;
}

th {
    font-weight: normal;
}

/* PROGRESSBAR */
.progress-content {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    background-color: transparent;
}

.progress-container {
    width: 100%;
    height: 5px;
    background: rgba(80,84,80,0.3);
}

.progress-bar {
    height: 5px;
    background: #fde5d0;
    width: 0%;
}

/* NAVBAR */
.top-menu {
    position: absolute;
    margin-top: 30px;
    margin-left: 30px;
    padding: 4px 0 0 6px;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.2);
}

.nav-overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999999;
    top: 0;
    left: 0;
    background-color: #fde5d0;
    overflow-x: hidden;
    transition: 0.5s;
    white-space: nowrap;
}

.overlay-content {
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.nav-overlay a {
    text-decoration: none;
    font-size: 1.15rem;
    color: #505450;
    display: block;
    transition: 0.3s;
}

    .nav-overlay a:hover, .overlay a:focus {
        color: #FF7320;
    }

.nav-overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    color:#505450;
    cursor: pointer;
    -webkit-transition:-webkit-transform .75s;
    -moz-transition:-moz-transform .75s;
             transition: transform .75s;
}

.nav-overlay .closebtn:hover {
    color:#FF7320;
    cursor: pointer;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    transform: rotate(270deg);
}

@media screen and (max-height: 450px) {
    .nav-overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

/* BUTTONS */
.btn-primary {
    color: #39373a;
    background-color: #fde5d0;
    border-color: #fde5d0;
}

.btn-primary:hover {
    color: #39373a;
    background-color: rgba(255, 255, 255);
    border-color: #39373a;
}

.btn-primary-2 {
    color: rgb(255,255,255);
    background-color: rgb(255,115,32);
    border-color: rgb(255,115,32);
}

.btn-primary-2:hover {
    color: #39373a;
    background-color: rgba(255, 255, 255);
    border-color: #39373a;
}

.btn-secondary {
    color: #fff;
    background-color: #505450;
    border-color: #505450;
}

.btn-secondary:hover {
    color: #505450;
    background-color: rgba(255, 255, 255);
    border-color: #505450;
}

.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none !important;
}

.rounded, .btn-primary, .btn-primary-2, .btn-secondary {
    border-radius: 1.0rem !important;
}

.rounded-top {
    border-top-left-radius: 1.0rem!important;
    border-top-right-radius: 1.0rem!important;
}

.rounded-bottom {
    border-bottom-left-radius: 1.0rem!important;
    border-bottom-right-radius: 1.0rem!important;
}



/* SCROLLSPY*/
.sticky-leftmenu {
    position: sticky;
    position: -webkit-sticky;
    align-self: flex-start;
    top: 50px;
}


.list-group {
    width: 100%;
}

.list-group-item {
    background-color:#FFFFFF; 
    border-left: 1px solid rgba(0,0,0,.125);
    border-right: 1px solid rgba(0,0,0,.125);
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-top: 0px;
}

.list-group-item + .list-group-item {
    border-top-width: 0;
}

.list-group-item.active {
    z-index: 2;
    color: #FF7320;
    background-color: #F7F7F7;
    border-left: 1px solid rgba(0,0,0,.125);
    border-right: 1px solid rgba(0,0,0,.125);
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-top: 0px;
}

.list-group-item:hover {

    background-color: #ffffff;

}

/* TYPOGRAFIE */
@font-face {
    font-family: "TheMixSemiLight";
    src: url("../fonts/TheMixOsF-SemiLight.otf");
}

@font-face {
    font-family: "TheMixPlain";
    src: url("../fonts/TheMixOsF-Plain.otf");
}


hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

h1, display-1 {
    font-family: TheMixSemiLight;

}

h1 {
    color: #3C3C3B;
}

.display-1 {
    color: #ffffff;
}

h3, h4 {
    font-family: "TheMixPlain";
}

h4{
    color:#3C3C3B;
}

h5 {
    font-family: "TheMixPlain";
    color: #fde5d0;
}

h2, display-2 {
    font-family: "TheMixSemiLight";
    color: #3C3C3B;
}

.caption {
    font-size: 0.85rem;
    font-family: Arial;
    font-weight: bold;
    font-style: normal;
}

p {
    line-height: 1.8rem;
}

i {
    font-family: "TheMixPlain";
}

.pt-6 {
    margin-top: 60px;
}

a {
    color: #3C3C3B;
}

.list-group a {
    text-decoration: none;
    color: #3C3C3B;
}

a:hover, .list-group a:hover {
    color: #FF7320;
}

a.back {
    text-decoration: none;
    color: #3C3C3B;
}

a.piller-link {
    color: #FFFFFF;
    text-decoration: none;
}

a.piller-link-selector {
    color: #3C3C3B;
    text-decoration: none;
}

a.piller-link:hover {
    color: #3C3C3B;
    text-decoration: none;
}

a.piller-link-selector:hover {
    color: #FFFFFF;
    text-decoration: none;
}


footer {
    color: #F7F7F7;
}

footer a {
    text-decoration: none;
    color: #F7F7F7;
}

footer a:hover {
    color: #FF7320;
}

ul.text-bullet {
    list-style: none;
}

ul.text-bullet li::before {
    content: "\2022";
    color: #FF7320;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

ul.pillar {
    text-align: center;
}

li.pillar, li.pillar-v2, li.pillar-selector, li.pillar-selector-v2 {
    border-radius: 1.2rem !important;
    list-style: none;
    padding: 8px 22px  8px 22px;
    margin-right: 5px;   
    text-align: center;
    display:inline;
}

li.pillar {

    color: #FFFFFF;
}

li.pillar-selector {
    color: #3C3C3B;
}


li.pillar-v2 {
    background-color: #3C3C3B;
    cursor: pointer;
    color: #FFFFFF!important;
}

li.pillar-v2:hover {
    background-color: #FFFFFF;
    cursor: pointer;
    color: #3C3C3B!important;
}

li.pillar-selector-v2 {
    background-color: #FFFFFF;
    color: #3C3C3B!important;
    cursor: pointer;
}

li.pillar-selector-v2:hover {
    background-color: #3C3C3B;
    color: #FFFFFF!important;
    cursor: pointer;
}


.card {
    border:none;
    border-radius: 1.0rem;
}

.card-img, .card-img-top {
    border-top-left-radius: calc(1.0rem - 1px);
    border-top-right-radius: calc(1.0rem - 1px);
}

/* ICONS */
.icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: cover;
}

.icon-facebook {
    background-image: url(../img/icons/SocialIcon_Facebook-Wit.svg);
}

    .icon-facebook:hover,
    .icon-facebook:focus {
        background-image: url(../img/icons/SocialIcon_Facebook-Oranje.svg);
    }

.icon-twitter {
    background-image: url(../img/icons/SocialIcon_Twitter-Wit.svg);
}

    .icon-twitter:hover,
    .icon-twitter:focus {
        background-image: url(../img/icons/SocialIcon_Twitter-Oranje.svg);
    }

.icon-instagram {
    background-image: url(../img/icons/SocialIcon_Instagram-Wit.svg);
}

    .icon-instagram:hover,
    .icon-instagram:focus {
        background-image: url(../img/icons/SocialIcon_Instagram-Oranje.svg);
    }

.icon-linkedin {
    background-image: url(../img/icons/SocialIcon_LinkedIn-Wit.svg);
}

    .icon-linkedin:hover,
    .icon-linkedin:focus {
        background-image: url(../img/icons/SocialIcon_LinkedIn-Oranje.svg);
    }

.icon-youtube {
    background-image: url(../img/icons/SocialIcon_Youtube-Wit.svg);
}

    .icon-youtube:hover,
    .icon-youtube:focus {
        background-image: url(../img/icons/SocialIcon_Youtube-Oranje.svg);
    }

.icon-tiktok {
    background-image: url(../img/icons/SocialIcon_TikTok-Wit.svg);
}

    .icon-tiktok:hover,
    .icon-tiktok:focus {
        background-image: url(../img/icons/SocialIcon_TikTok-Oranje.svg);
    }

.icon-pinterest {
    background-image: url(../img/icons/SocialIcon_Pinterest-Wit.svg);
}

    .icon-pinterest:hover,
    .icon-pinterest:focus {
        background-image: url(../img/icons/SocialIcon_Pinterest-Oranje.svg);
    }


.m-fluit-1 {
    margin-top: -1px;
}