﻿:root {
    --darkblue: #1760ae;
    --lightblue: #339dd7;
}

* {
    font-family: asap;
}

html {
    overflow-y: scroll; /* Zorg ervoor dat de verticale scrollbar altijd aanwezig is */
}
body {
    padding-bottom: 20px;
    background-color: rgb(248, 248, 248);
}

.darkblue {
    /*color: #1760ae;*/
    color: var(--darkblue);
}

.lightblue {
    color: var(--darkblue);
}

.bg-darkblue {
    background-color: var(--lightblue);
}

.bg-lightblue {
    background-color: var(--lightblue);
}

.bg-gainsboro {
    background-color: gainsboro;
}

.bg-whitesmoke {
    background-color: whitesmoke;
}

#aLogo {
    position: absolute;
    z-index: 1000;
    top: -10px;
}

#aLogo img{
    width: 75px;
    height: 75px;
}

.logoTxt {
    color: white;
    font-size: 28px;
    padding-left: 80px;
}
.logoBoaTekst {
    color: white;
    line-height: 10px;
    font-size: 10px;
    /*margin-left: -15px;*/
    padding-left: 10px;
    /*padding-top: 3px;*/
    letter-spacing: 1px;
    color: #88c8ff;
    flex: 1;
}

.navbar-deona {
    padding: 0;
    background-color: var(--darkblue);
    border-bottom: 0px solid var(--darkblue);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000; /* Zorgt ervoor dat het altijd boven de inhoud blijft */
}

.navbar-brand {
    padding: 0;
}

a {
    text-decoration: none;
}

.navbar-deona a {
    color: white;
}

.navbar-deona .navbar-nav > li > a:hover,
.navbar-deona a.navbar-brand:hover {
    color: lightgray;
}

.container > .navbar-header {
    margin-left: 0px;
}

div.navbar-collapse.collapse.in,
div.navbar-collapse.collapsing {
    background-image: url(images/logo_bottom.png);
    background-position: 5px 0px;
    background-repeat: no-repeat;
    border: 0px;
}
div.navbar-collapse.collapsing, .navbar-collapse.show {
        margin-top: 15px;
    }
div.navbar-collapse.collapse.in {
        margin-top: 0px;

}
.navbar-toggler {
    font-size: initial !important; /* Reset naar de standaard font-size van de browser */
    line-height: normal !important;
    border: 0 !important;
}
.navbar-toggler:focus {
    outline: none; /* Verwijdert de focusring */
    box-shadow: none; /* Zorgt ervoor dat er geen schaduw verschijnt */
}
.logoBottomDivContainer {
    position: fixed;
    top: 52px; /* Zet direct onder de navbar */
    width: 100%;
    max-width: 100%;
    z-index: 1000; /* Onder de navbar maar boven de inhoud */
    display: flex; /* Gebruik flexbox voor uitlijning */
    justify-content: flex-start; /* Zorgt ervoor dat de inhoud aan de linkerkant staat */
    align-items: center; /* Verticaal centreren indien nodig */
    padding: 0;
}

.logoBottomDiv  {
    padding-left: 2px;
}

.flex-1 {
    flex: 1;
}

.navBarFlexBox {
    align-items: center;
    /*column-gap: 20px;*/
}

.navBarFlexBox div {
    padding-right: 20px;
}

.body-content {
    margin-top: 75px; /* Zorg ervoor dat de inhoud onder de navbar en het logo begint */
}
.maxw-100 {
    max-width: 100% !important;
}


/* OFFERS */
.search-container input{
    max-width: 100%;
}
#searchButton {
    white-space: nowrap;
}

.divOfferLijstItem {
    display: flex;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted gainsboro;
}
.offer-image {
    max-width: 120px;
    max-height: 120px;
    width: auto;
    height: auto;
    object-fit: contain;
}
.offerImgDiv {
    background-color: #ededed;
    border: 2px solid #ededed;
    margin-right: 20px;
    align-content: center;
    padding: 18px;
    min-width: 140px;
    min-height: 140px;
    display: flex;
    justify-content: center;
    max-height: 140px;
}
.offer-title {
    font-size: 20px;
    font-weight: bold;
}
.offer-tags, .modal-tags {
    font-size: 14px;
    color: darkgray;
}
.offer-date {
    padding-top: 5px;
}
.modal-img {
    max-width: 100%;
}
.modal-img-div {
    padding: 10px;
    text-align: center;
}
.modalInfoLabel{
    padding-left: 10px;
    padding-bottom: 10px;
}
.modalInfoLabel, .modal-img-div {
    background-color: #f0f0f0;
}
.modal-title-div div {
    align-items: center;
    column-gap: 5px;
}
.modal-date {
    padding-top: 5px;
}
.modal-leeftijd {
    font-weight: bold;
}
.modal-description {
    padding-top: 20px;
    padding-bottom: 20px;
}
.offer-leeftijd {
    font-weight: bold;
}
.divOfferLijstItem:hover {
    cursor: pointer;
}
    .divOfferLijstItem:hover .offer-title {
        color: var(--lightblue);
    }
    .divOfferLijstItem:hover .offerImgDiv {
        border: 2px solid var(--lightblue);
    }
.divSpinner {
    font-size: 40px;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    color: var(--lightblue);
}
#descriptionText {
    margin-top: 20px;
}
.stippellijnDiv {
    height: 20px;
    border-bottom: 1px dotted gainsboro;
    margin-bottom: 20px;
}
.modal-body {
    padding: 30px !important;
}
.modal-body .row {
    margin-bottom: 5px;
}
.url-link {
    max-width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

@media (min-width: 576px) {
    .modal-dialog {
        width: 80%;
        max-width: 1024px;
        /*margin-right: auto;*/
        /*margin-left: auto;*/
    }

}
    .weekdays {
        display: flex;
        /*justify-content: flex-end;
        margin-top: 10px;*/
    }

    .weekdays span {
        display: flex;
        width: 25px;
        height: 16px;
        /* line-height: 20px; */
        text-align: center;
        /* margin-left: 5px; */
        background-color: gainsboro;
        color: white;
        border-radius: 3px;
        font-size: 12px;
        margin-right: 5px;
        align-items: center;
        justify-content: center;
    }

.weekdays .active {
    background-color: var(--lightblue);
}

/*@media (max-width: 768px) {
    .weekdays {
        justify-content: flex-start;
        margin-top: 10px;
    }
}*/

.offer-tags-content:empty + .fa-tags {
    display: none;
}

.input-group-text {
    white-space: nowrap;
}

.icon-only {
    display: none;
}

.radiusInputGroup {
    min-width: 120px;
}

.suggestionsContainer {
    top: 100%;
    z-index: 1000;
}

@media (max-width: 576px) {
    /* Kleine schermen */

    .divOfferLijstItem {
        flex-direction: column;
        weekdays: margin-top:10px;
    }

    .offerImgDiv { margin-right: 0px; }

    .offer-image {
        max-width: 250px;
        max-height: 150px;
        width: auto;
        height: auto;
        object-fit: contain;
    }

    .weekdays { margin-top: 10px; }

    .weekdays span { width: 14%; }

    .input-group-text, .btnZoekTxt { display: none; }

    .icon-only { display: block; }

    .radiusInputGroup {
        min-width: 80px;
        width: 80px;
    }
}


#radiusInput {
    max-width: 100%;
}
.divOfferReserverenInDeonaOuderportaal A {
    background-color: #FF5A00;
    color: white;
    font-weight: bold;
    border-radius: 6px;
    padding: 3px;
    margin-top: 5px;
    display: inline-block;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 13px;
    text-transform: uppercase;
}
    .divOfferReserverenInDeonaOuderportaal A:hover {
        background-color: #e75200;
        box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
    }