@import "https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css";

.header {
    display: flex;
    flex-direction: row;
    padding: 10px 16px;
    background-color: #40668d;
    color: whitesmoke;
    width: 100%;
    justify-content: center;
    z-index: 8;
}

.custom-dark-blue{
    background-color:#40668d;
}

.sticky {
    position: fixed;
    width: 100%;
}

.body {
    background-color: #8db5d6;
    /*background-color: rgb(192, 247, 229);*/
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.image-scroll-container {
    max-height: 50vh;  /* pas aan naar wens */
    overflow-y: auto;
}

.text-scroll-container {
    max-height: 50vh;  /* pas aan naar wens */
    overflow-y: auto;
    padding-left: 1rem;
}

.aanbestedingenBody{
    background-color: white;
    display: flex;
    flex-direction: column;
}

.header{
    background-color: #40668d;
    height: 20vh;
    display: flex;
    justify-content: center;
}
.headerImage{
    height: 80%;
}

/* .gemeenteImage{
    background-color: white;
} */

.modal-card-body {
    -webkit-overflow-scrolling: touch;
    background-color: #4682B4;
    flex-grow: 1;
    flex-shrink: 1;
    overflow: auto;
    padding: 20px;
}

.custom-lightblue-color{
    background-color: #4682B4;
}
/*oude achtergrond kleur is #001f3f*/
.footer{
    background-color: #40668d;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.footer-data{
    display: flex; 
    justify-content: top;
    width: auto;
    height: auto;
    flex-direction: column;
    min-width: 33%
}

.pictures {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 6%;
    justify-content: center;
}

#bottom{
    position: relative;
    left: 0;
    height: 20px;
}

.image-style {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}

.blok_background_color{
    background-color: rgba(169, 169, 169, 0.37);
    border-radius: 20px;
    min-width: 20%;
}

.custom_font_size{
    font-size: 1.5em;
    max-width: 95%;
    overflow: hidden;
    white-space: nowrap;
    padding-bottom: 10px;
    padding-top: 10px;
}

.blok-tekst {
    color:#f0ffff;
}

.blok-tekst-color{
    color:azure;
}

.izrTekst{
    font-size: larger;
}

.link_color{
    color: #31D626;

}
.link_color:hover{
    color: #1b7015;
}

.green_JTC_color {
    color: #31D626;
}

.image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-height: 200px; 
    max-width: 200px;
}

.image-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.custom_background_color_modal {
    background-color: rgba(0, 0, 0, 0.084);
}

.info_pages_bloks{
    display: flex;
    justify-content: center;
    text-align: center;
    width: 70%;
    height: 100%;
    margin-left: 15%;
    flex-direction: column;
}

.registerform{
    display: flex;
    width: 80%;
    height: 95%;
    flex-direction: column;
    background-color: #ffffff63;
    color: azure;
}

.tabsize{
    tab-size: 4;
}

/* Add this CSS to your stylesheet */
.custom-form-width {
    width: 80vw;
    height: 80vh;
}

.custom-ZIndex{
    z-index: 9000;
}

.customModalCardWidth{
    width: 80%;
}

.customModalImageWidth{
    max-width: 40%;
}

.customModalImageWidthJTC{
    max-width: 60%;
}

.customModalImageWidthIZR{
    max-width: 90%;
}

.customTextAlignCenter{
    text-align: center;
}

.customTextAlignLeft{
    text-align: left;
}

.customFooterInhoud{
    display: flex; 
    flex-direction: row; 
    width: 100%; 
    justify-content: top;
}

.customModalTextWidth{
    max-width: 50%;
}

.customModalTextWidthJTC{
    max-width: 30%;
}

.customFormIndexTextAlign{
    z-index: 9999; 
    text-align: center;
}

.customWelkomText{
    text-align: left; 
    font-size: 1rem; 
    color: azure;
}

.logo-class{
    display: flex;
    justify-content: center;
    margin-left: 0%;
    max-width: 14%; 
    height: 7%;
    align-items: center;
}

.main-div{
    display:flex; 
    flex-direction: row; 
    width: 100%; 
    height: auto; 
    justify-content: space-between;
    align-items: center;
    padding-left: 12%;
    padding-right: 12%;
    padding-top: 2%;
    padding-bottom: 2%;
}

.dynamic-font-size {
    font-size: 32px; /* Set an initial font size */
    white-space: nowrap;
}

.hoverEventBlok{
    background-color:rgba(169, 169, 169, 0.37);
    transition-duration: 2s;
    transition-delay: 0.1s;
    border-radius: 20px;
    min-width: 20%;
}

.hoverEventBlok:hover{
    background-color:#40668d;
    transition-duration: 2s;
    transition-delay: 0.1s;
    /* transform: translateY(-20px); */
}

.bolded{
    font-weight: bold;
}

.customModalTextOfset{
    max-width: 80%;
    justify-content: left;
}

.customModalTextWidthTrainingen{
    max-width: 40%;
}

.custom-list-style-ul{
    list-style: none;
    display:flex; 
    flex-direction: column; 
    max-width: 40%;
}

.custom-list-style-li::before {
    content: "\2022";
    color: black;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}

.krachtcrewknop{
    color: azure;
    border-style: none;
    height: 4%;
    font-size: larger;
}


/**/
@media screen and (max-width: 500px) {
    .main-div{
        display:flex; 
        flex-direction: column; 
        width: 100%; 
        height: auto; 
        justify-content: center;
    }

    .blokCSS{
        min-height: 268px;
    }

    
    .logo-class{
        display: flex;
        justify-content: center;
        margin-left: 0%;
        max-width: 100%; 
        height: auto;
    }  

    .column{
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .customFooterInhoud{
        display: flex; 
        flex-direction: column; 
        width: 100%; 
        justify-content: top;
    }

    .footer-data{
        display: flex; 
        justify-content: top;
        width: auto;
        height: auto;
        flex-direction: column;
        min-width: 33%;
        margin-bottom: 20%;
    }

    .custom_modal_layout{
        flex-direction: column !important;
    }

    .customModalTextWidth{
        padding-top: 5%;
        max-width: 100% !important;
        font-size: 0.8rem;
    }

    .customModalImageWidth{
        max-width: 100% !important;
    }
    

    .trainingBlokToptext{
        font-size: 1rem !important;
    }

    .custom-list-style-ul{
        font-size: 0.8rem !important;
        max-width: 100% !important;
        padding-top: 5% !important;
    }

    .custom_flex_column{
        flex-direction: column !important;
    }


}