:root{
    --primary: 	#ffffff; 
    --text: #ffffff;
    --link: #ffffff;
}

body{
    font-family: 'Quicksand', sans-serif;
}

/* Background colors */
.bg-black{
    background-color: #000000;
}

.bg-white{
    background-color: #ffffff;
}

.bg-h2bh-green{
    background-color: #0b726f;
}

.bg-h2bh-orange{
    background-color: #ee7042;
}

/* .bg-company{
    background: rgb(0,93,150);
    background: linear-gradient(90deg, rgba(0,93,150,1) 0%, rgba(60,128,246,1) 42%, rgb(67, 161, 204) 100%);
} */

/* Buttons */

.btn-h2bh{
    background-color: #ee7042 !important;
    color: #ffffff !important;
    font-weight: 500;
}

.btn:hover{
    color: #0b726f !important;
    font-weight: 700;
}

/* Text */
.text-black{
    color: #000000;
    text-decoration: none;
}

.text-white{
    color: #ffffff;
    text-decoration: none;
}

.text-h2bh-green{
    color: #0b726f;
}

.text-underline{
    text-decoration: underline;
}

.text-h2bh-orange{
    color: #ee7042;
}

.text-truncate-1 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

li::marker {
    color: #0b726f !important;
}

/* Borders */
.border-1{
    border: 1px solid #000000;
}

.border-2{
    border: 2px solid #000000;
}

.border-3{
    border: 3px solid #000000;
}

.border-4{
    border: 4px solid #000000;
}

.border-5{
    border: 5px solid #000000;
}

.border-green-1{
    border: 1px solid #0b726f;
}

.border-green-dotted-1 {
    border: 1px dotted #0b726f;
}

.border-green-dotted-2 {
    border: 2px dotted #0b726f;
}

.border-green-dotted-3 {
    border: 3px dotted #0b726f;
}

/* 16:9 video */
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; 
    height: 0;
}
  
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vh-10{
    height: 10vh !important;
}

.text-center {
    text-align: center !important;
}

.menu{
    cursor: pointer;
}

.hr-green-2 {
    color: #0b726f;
    height: 2px !important;
    opacity: 1 !important;
    width: 50% !important;
    margin: auto;
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.hr-green-dashed-2 {
    border-top: 1px dashed #0b726f !important;
    /* height: 2px !important; */
    opacity: 1 !important;
    width: 75% !important;
    margin: auto;
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.hr-green-dashed-3 {
    border-top: 2px dashed #0b726f !important;
    /* height: 2px !important; */
    opacity: 1 !important;
    width: 75% !important;
    margin: auto;
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

/* Width */

.mw-25 {
    max-width: 25% !important;
}

.mw-50 {
    max-width: 50% !important;
}

.mw-75 {
    max-width: 75% !important;
}

.w-80 {
    width: 80% !important;
}

/* Menu bar */

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #ffffff !important;
    color: #0b726f !important;
}

/* Links */

a{
    text-decoration: none;
    font-weight: 700;
    color: #0b726f;
}

a:hover{
    text-decoration: underline;
    font-weight: 700;
    color: #0b726f
}

/* Cursors */

.cursor-pointer{
    cursor: pointer !important;
}

/* Alert */

.flash-msg {
    position: absolute !important;
    top: 0px;
    right: 0px;
    z-index: 1030 !important;
    min-width: 40% !important;
}

.active-menu {
    background-color: #ee7042 !important;
    color: #ffffff !important;
    font-weight: bold;
    padding: 5px;
    border-radius: 10px;
}

.inactive-menu {
    background-color: #dddddd;
    color: #000000;
    font-weight: bold;
    padding: 5px;
    border-radius: 10px;
}

.img-programmaboek:hover {
    transform: scale(1.1);
    transition: transform .2s;
}

.scale-button:hover {
    transform: scale(1.1);
    transition: transform .2s;
}

.no-dots {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

h2{
    margin-bottom: 1.5rem !important;
}

.owl-nav {
    display: flex;
    justify-content: center;
    text-align: center;
}

/* .owl-carousel,p {
    font-size: 1.25rem;
} */

.me-6 {
    margin-right: 6rem !important;
}

.accordion-button:not(.collapsed) {
    color: #0b726f;
    background-color: #ffffff;
}

/* Voor mobiele weergave */
@media screen and (max-width: 768px) {
    .boodschappenlijst-natuurlijkvitaal {
        display: none !important;
    }

    .boodschappenlijst-natuurlijk-vitaal-online {
        display: none !important;
    }
}

/* Voor Medium md weergave */
@media screen and (min-width: 768px) {
    .mt-5 {
        margin-top: 7rem !important
    }

    .my-5 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }

    h4.mt-5 {
        margin-top: 3rem !important
    }
}

