﻿:root {
    --economiekleur-4-4: rgba(147,33,29, 1);
    --economiekleur-3-4: rgba(147,33,29, 0.75);
    --economiekleur-2-4: rgba(147,33,29, 0.5);
    --economiekleur-1-4: rgba(147,33,29, 0.25);
    --economiekleur-0-4: rgba(147,33,29, 0);
}

body {
    background-image: url("/Content/bg-l.png"), url("/Content/bg-r.png");
    background-repeat: no-repeat;
    background-position: top left, bottom right;
}

/*@media all and (min-width:1200px)*/
/*
.container {
    max-width: 90% !important; -- instead of 1140px; 
}
*/

.navbar-brand {
    color: #8f79a2 !important;
    background-image: url("/Content/logo.png");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    padding-left: 3em;
}

/*.nav-link:focus,
.nav-link:hover{
    text-decoration: underline;
}*/

.bg-light-trans {
    /*background-color: #f8f9faCC !important; /* 80% opaque */
    background-color: rgba(248,249,250, .9) !important;
}

.bg-white-trans {
    background-color: rgba(255,255,255, .9) !important;
}

.active {
    font-weight: bold;
}

.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: rgba(0, 0, 0, 0.5);
}

.jumbotron {
    margin-top: 12px;
    background-color: rgba(233, 236, 239, 0.8); /* #e9ecef, 80% */
    padding-top: 32px;
    padding-bottom: 32px;
}

h1,
h2 {
    margin-top: 12px;
    color: #8f79a2 !important;
}

.fas-colored {
    color: #E9516E;
}

@media (min-width: 992px) {
    .jumbotron {
        background-image: url("/Content/logo.png");
        background-repeat: no-repeat;
        background-position: center right;
    }
}

@media (min-width: 768px) {
    .cards {
        overflow: hidden;
        width: 50%;
        margin: 20px 10px 0 10px;
        border: 3px solid rgb(23,133,153);
        background-color: #FFFFFF;
        border-radius: 10px;
        display: inline-block;
        color: #000000;
        font-weight: 600;
        word-wrap: break-word;
        opacity: .75;
        -webkit-transition: opacity linear 0.1s;
    }

    .two-columns {
        -moz-columns: 2;
        -ms-columns: 2;
        -webkit-columns: 2;
        columns: 2;
    }
}

@media (max-width: 768px) {
    .cards {
        overflow: hidden;
        width: 95%;
        margin: 20px 10px 0 10px;
        border: 3px solid rgb(23,133,153);
        background-color: #FFFFFF;
        border-radius: 10px;
        display: inline-block;
        color: #000000;
        font-weight: 600;
        word-wrap: break-word;
        opacity: .75;
        -webkit-transition: opacity linear 0.1s;
    }
}

.footer {
    margin-top: 3rem;
}

.mdd_preview {
    background-color: #e9ecef;
    height: 90%;
    /*border: 1px solid #6c757d;*/
}

.btn-outline-light {
    color: #6c757d;
}

.btn-info {
    color: rgba(255,255,255,0.7);
    background-color: #8f79a2;
    border-color: #8f79a2;
}

    .btn-info:hover {
        color: white;
        background-color: #8f79a2;
        border-color: #8f79a2;
    }

    .btn-info:focus, .btn-info.focus {
        box-shadow: 0 0 0 0.2rem rgba(143, 121, 162, 0.5);
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #8f79a2;
        border-color: #8f79a2;
    }

    .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
    .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #8f79a2;
        border-color: #8f79a2;
    }

        .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
        .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(143, 121, 162, 0.5);
        }

.bg-economie-trans {
    color: var(--economiekleur-4-4); /*linear-gradient(to right, var(--economiekleur-4-4), var(--economiekleur-3-4) 25%, var(--economiekleur-0-4) 50%);*/
    font-weight: 600;
    /*border-top: 1px solid;*/
    border-image-source: linear-gradient(to right, var(--economiekleur-0-4),var(--economiekleur-4-4) 5%,var(--economiekleur-2-4),var(--economiekleur-0-4) 85%);
    border-image-slice: 1;
    border-bottom: 1px solid;
    /*border-bottom-color: linear-gradient(to right, var(--economiekleur-0-4),var(--economiekleur-4-4),var(--economiekleur-2-4),var(--economiekleur-0-4));*/
}

.bg-economie-trans-reverse {
    text-align: right;
    border-image-source: linear-gradient(to left, var(--economiekleur-0-4),var(--economiekleur-4-4) 5%,var(--economiekleur-2-4),var(--economiekleur-0-4) 85%);
}



/**** SIDEBAR ****/
/* stylelint-disable declaration-no-important
// Right side table of contents
*/


.section-nav {
    padding-left: 0;
    padding-top: 10px;
    border-left: 1px solid;
    border-image-source: linear-gradient(var(--economiekleur-0-4),var(--economiekleur-4-4),var(--economiekleur-2-4),var(--economiekleur-0-4));
    border-image-slice: 1;
    display: block;
    font-size: 90%;
}

    .section-nav ul {
        padding-left: 1rem;
        display: none;
    }

.toc-entry {
    display: block;
}

    .toc-entry a {
        display: block;
        padding: .125rem 1.5rem;
        color: #99979c;
    }

        .toc-entry a:hover {
            color: #007BFF;
            text-decoration: none;
        }

.dropdown-item .alert {
    margin-bottom: inherit;
}


/*.cards {
    overflow: hidden;
    width: 50%;
    margin: 20px 10px 0 10px;
    border: 3px solid rgb(23,133,153);
    background-color: #FFFFFF;
    border-radius: 10px;
    display: inline-block;
    color: #000000;
    font-weight:600;
    word-wrap: break-word;
    opacity: .75;
    -webkit-transition: opacity linear 0.1s;
}*/

.cards:hover {
    opacity: 1;
}

.bottomCard {
    margin-top: 40px;
    margin-bottom: 20px;
    width: 100%;
    background-color: rgb(23,133,153);
    border-radius: 5px;
    border: none;
    height: 30px;
    color: white;
    -webkit-transition: background-color linear 0.5s;
    -webkit-transition: width linear 0.3s;
    text-align: center;
    word-wrap: break-word;
}

    .bottomCard:hover {
        width: 85%;
        background-color: rgb(19,105,120);
    }

.titleCard {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}


.title {
    color: #178599;
    font-size: 30px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

a.my-class {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.subtitle {
    color: rgb(0, 133, 153);
}

.overlay {
    background-color: white;
    padding: 10px 10px 10px 10px;
    -webkit-transition: background-color linear .4s;
}

    .overlay:hover {
        background-color: lightblue;
        border-left: 4px solid gray
    }

.nomarginhr {
    margin: 0px 0px 0px 0px;
}

/*ADD-dbe-2020-03-12: box-title = titels tussen de boxen op Home/Index */
.box-title {
    color: white;
    background-color: rgb(23,133,153);
}

.box {
    background-color: white;
    border: 2px solid black;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    word-wrap: break-word;
    opacity: .85;
    -webkit-transition: opacity .3s linear;
}

    .box > h3 {
        color: rgb(0, 133, 153);
    }

    .box:hover {
        opacity: 1;
    }

.plaatsVanboven {
    margin-top: 50px;
}

.witteAchtergrond {
    /*background-color: white;*/
    background-color: rgba(255,255,255, .9) !important;
    padding: 30px;
}

.opgepastMelding {
    color: red;
    font-weight: bold;
}

/*FIX-dbe-20200305: issue #68 */
.on-top {
    z-index: 1200; /* highest z-index specified in Bootstrap is 1070 */
}

.on-top-min {
    z-index: 1199;
}

/*Gebruikt voor Activiteit/Details*/
.subtitle-zijkant-kleur {
    border-right: 2px solid gray;
}

.small-rows td {
    padding: 0;
}

/*Voor volledige breedte*/
.full-width {
    width: 100%;
}

.kleine-margin-10 {
    margin-top: 10px;
}

.width-400px {
    width: 400px;
}

.width-100px {
    width: 100px;
}

/*FIX-dbe-2023-02-11: #3 ... uitbreiding daarbij: minimumbreedte voor knoppen*/
.mw-button-10 {
    min-width: 10em;
    display: inline-block;
}
.mw-button-13 {
    min-width: 13em;
    display: inline-block;
}

/* FAQ */

.faq {
    border-radius: 0.25rem !important; /* rounded corners */
    background-color: rgba(255,255,255, .9) !important; /* semi-transparante witte achtergrond */
    text-align: justify !important; /* tekst uitvullen */
    width: auto !important; /* breedte zoveel mogelijk vullen */
    padding: 1rem !important; /* equivalent van .p-3 */
}

    .faq h2 {
        text-align: center;
    }

    .faq p {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
