﻿* {
    box-sizing: border-box;
}

input[type="radio"] {
    width: 20px;
    height: 20px;
}

img {
    max-width: 100%;
}

    img#logo {
        width: 220px;
    }

    img.allergeen {
        width: 50px;
        height: 50px;
    }

i.bi.big {
    font-size: 150%;
    margin-right: 20px;
}

div#beschrijving {
    font-family: monospace;
}

div.title {
    display: inline-block;
    margin: 0.2rem;
}

.alert.alert-success.terrasAlert {
    display: inline-block;
    float: right;
    margin: 0.2rem;
}

.alert.alert-danger.tafelAlert {
    display: inline-block;
    float: right;
    margin: 0.2rem;
}

.btn {
    cursor: pointer;
}

.buttonIcon {
    /*position: absolute;*/
    margin-right: 1rem;
}

.btn-icon {
    display: flex;
    flex-direction: row;
    width: fit-content;
}

li .nav-item {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    /* border: whitesmoke 1px solid; */
}

div.beoordeel {
    width: 1000px !important;
    max-width: 90% !important;
}

div.collapsed {
    height: 110px;
    overflow: hidden;
}

div#mijnReservaties {
    max-height: 500px;
    overflow-y: scroll;
}

div#restuarantReservaties {
    max-height: 850px;
    /*overflow-y: scroll;*/
}

div#reserveerTopRow {
    background-image: url('/img/restaurantTop.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

div#beschrijving {
    font-size: smaller;
}

div#loginBackground {
    background-image: url('/img/loginBackground.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

div#homeTopRow {
    background-image: url('/img/restaurant.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

div#restaurantsTopRow {
    background-image: url('/img/bordenDresseren.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

div#homeContactRow {
    background-image: url('/img/contact.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

div.hero {
    position: relative;
    align-items: center;
    justify-content: center;
}

    div.hero::before {
        content: "";
        background-image: url('/img/contact.jpg');
        background-position: top center;
        background-size: cover;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.55;
    }

div.confirm {
    position: relative;
    align-items: center;
    justify-content: center;
}

    div.confirm::before {
        content: "";
        background-image: url('/img/confirmBackground.jpg');
        background-position: center;
        background-size: cover;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.55;
    }

div.registreer {
    position: relative;
    align-items: center;
    justify-content: center;
}

    div.registreer::before {
        content: "";
        background-image: url('/img/registreer.jpg');
        background-position: top center;
        background-size: cover;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.55;
    }

div.bgText {
    min-height: 400px;
    max-width: 100%;
    padding: 3rem;
    background-color: rgba(0, 0, 0, 0.7);
}

div.bgTextWhite {
    color: black;
    min-height: 400px;
    max-width: 100%;
    padding: 3rem;
    background-color: rgba(255, 255, 255, 0.7);
}

img.selected {
    border: 5px solid #007bff;
}

div.homecard {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

    div.homecard#text {
        background-image: url('/img/checklist.jpg');
    }

    div.homecard#milieu {
        background-image: url('/img/milieu.jpg');
    }

    div.homecard#succes {
        background-image: url('/img/succes.jpg');
    }

    div.homecard#welcome {
        background-image: url('/img/hello.jpg');
    }

    div.homecard#time {
        background-image: url('/img/time.jpg');
    }

    div.homecard#productivity {
        background-image: url('/img/productivity.jpg');
    }

.card.resevationDate {
    min-height: 150px;
}

span#showMoreMessage {
    font-size: 12px;
}

p#copy {
    font-size: 12px;
}

a.btn_300 {
    width: 300px;
    border: solid 2px #fff;
    padding: 1rem;
    color: #fff;
    text-decoration: none;
}

    a.btn_300:hover {
        border: solid 2px #000;
        color: #000 !important;
        background-color: rgb(255, 255, 255, 0.85);
    }

blockquote.blockquote {
    font-family: monospace;
}

span.smaller {
    font-size: 75%;
}

div.score {
    border-radius: 0px 50px;
    padding: 1rem;
}


.dashboard .card {
    margin-bottom: 30px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.dashboard .card-body {
    padding: 0 20px 20px 20px;
}

.dashboard .card-title {
    padding: 20px 0 15px 0;
    font-size: 18px;
    font-weight: 500;
    color: #012970;
    font-family: "Poppins", sans-serif;
}

.dashboard .info-card h6 {
    font-size: 28px;
    color: #012970;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.dashboard .sales-card .card-icon {
    color: #4154f1;
    background: #f6f6fe;
}

#btnNewReservation {
    position: fixed;
    width: 50px;
    right: 10px;
    bottom: 10px;
    border-radius: 25px;
    height: 50px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#btnNewWalkin {
    position: fixed;
    width: 50px;
    right: 10px;
    bottom: 70px;
    border-radius: 25px;
    height: 50px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#btnNewNoShow {
    position: fixed;
    width: 50px;
    left: 10px;
    bottom: 70px;
    border-radius: 25px;
    height: 50px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#btnShowOutletPlattegrond {
    position: fixed;
    width: 50px;
    left: 10px;
    bottom: 10px;
    border-radius: 25px;
    height: 50px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

div#divCadeauBackGround {
    background-image: url('/img/cadeaubonBackground.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

div#divCadeauWrapper {
    background: #ffffff4a;
}

.divPrice {
    width: 75px;
    border: 2px solid white;
    margin: 5px;
    float: left;
    color: white;
    padding: 1rem;
    border-radius: 15px;
}

    .divPrice:hover {
        border: 2px solid darkred;
        transform: scale(1.2);
    }

    .divPrice.selected {
        background: darkred;
        border: 2px solid darkred;
        color: white;
    }

ul.footer-links li {
    list-style-type: none;
}

    ul.footer-links li a {
        color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity));
        text-decoration: blink;
        font-size: medium;
    }

        ul.footer-links li a:hover {
            color: darkred;
            text-decoration: blink;
            font-size: medium;
            margin-left: 5px;
        }

#cookieConsent {
    position: fixed;
    bottom: 0;
    width: 100vw;
    z-index: 1;
    border-radius: 0px;
}

.typing-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
/*
.input-cursor {
    display: inline-block;
    width: 2px;
    height: 24px;
    background-color: white;
    margin-left: 8px;
}*/

.restaurant-card:hover {
    transform: scale(1.05);
    transition: transform 0.5s ease-in-out;
    border: 1px solid #0d6efd;
    border-right: 5px solid #0d6efd;
}

    .restaurant-card:hover .restaurant-link {
        color: #fff !important;
        box-shadow: inset 200px 0 0 0 #0d6efd;
        -webkit-text-decoration: none;
        text-decoration: none;
    }

.restaurant-card .restaurant-link {
    box-shadow: inset 0 0 0 0 #0d6efd;
    color: #0d6efd;
    padding: 0 .25rem;
    margin: 0 -.25rem;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}

.nieuw-restaurant-card {
    width: 18rem;
    float: left;
}

    .nieuw-restaurant-card:hover {
        transform: scale(1.05);
        transition: transform 0.2s ease-in-out;
        border: 1px solid #0d6efd;
        border-bottom: 5px solid #0d6efd;
    }

.nieuw-restaurant-label {
    width: fit-content;
    padding: 1rem;
    border-radius: 0px 0px 30px 0px;
}

div.stamp {
    position: absolute;
    z-index: 9999;
    rotate: 45deg;
    background: darkcyan;
    padding: 10px;
    border-radius: 25px;
    color: white;
    right: -20px;
    top: 40px;
}


@keyframes blink {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    60% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.input-cursor {
    animation: blink .6s linear infinite alternate;
}

.js-scroll-rotate {
    transform: rotate(0deg);
    transition: transform 0.5s ease-in-out;
    background: no-repeat scroll center center transparent;
}

    .js-scroll-rotate:hover {
        transform: rotate(-360deg);
        transition: transform 1s ease-in-out;
    }

.dropdown-top-img {
    width: 30px;
    height: 30px;
    margin-left: 5px;
}

/* Style for dropdown images */
.dropdown-img {
    width: 20px;
    height: 20px;
}

/* Style for the dropdown menu wrapper */
.dropdown-menu {
    min-width: 100px; /* Adjust as needed */
    padding: 5px; /* Adjust padding if needed */
    font-size: x-small;
}

    /* Style for the dropdown items */
    .dropdown-menu li {
        display: flex;
        align-items: center;
        padding: 5px 10px; /* Adjust padding for dropdown items */
    }

        /* Optional: Style for making the dropdown images align nicely */
        .dropdown-menu li img {
            margin-right: 5px;
        }




/******** ANIMATION **********/

@keyframes slide-in-left {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* slide right */
@keyframes slide-in-right {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* slide up */
@keyframes slide-in-up {
    from {
        transform: translateY(100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* slide down */
@keyframes slide-in-down {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* rotate */
@keyframes rotate-in {
    from {
        transform: rotate(-180deg);
        opacity: 0;
    }

    to {
        transform: rotate(0deg);
        opacity: 1;
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fade-in {
    opacity: 0;
}

    .fade-in.scrolled {
        animation: fade-in 1.5s ease-in-out both;
    }

.js-scroll-left {
}

    .js-scroll-left.slide-left {
        animation: slide-in-left 1s ease-in-out both;
    }

.js-scroll-right {
}

    .js-scroll-right.slide-right {
        animation: slide-in-right 1s ease-in-out both;
    }

.js-scroll-up {
}

    .js-scroll-up.slide-up {
        animation: slide-in-up 1s ease-in-out both;
    }

.footer-logo{
    max-width: 100px;
}

@media only screen and (max-width: 768px) {
    div .widget-button {
        position: fixed;
        bottom: 10px;
        z-index: 1;
    }

        div.widget-button #btnReserve {
            width: 100%;
        }
}

/* In uw centrale CSS-bestand (bijv. site.css) */

.geo-hero-section {
    padding: 80px 0; /* Meer verticale ruimte */
    background-color: #f7f9fc; /* Zeer lichte, frisse achtergrondkleur */
    border-bottom: 5px solid #007bff; /* Een blauwe lijn als accent */
    margin-bottom: 40px;
}

    .geo-hero-section .display-4 {
        font-weight: 700;
        color: #333;
        margin-bottom: 10px;
    }

/* Styling voor de FAQ-sectie */

#faqAccordionGeo {
    margin-top: 30px;
}

    #faqAccordionGeo .accordion-item {
        border: 1px solid #e0e0e0;
        margin-bottom: 10px;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); /* Subtiele schaduw */
    }

    #faqAccordionGeo .accordion-button {
        font-weight: 600;
        font-size: 1.1rem;
        padding: 18px 20px;
        color: #333;
        background-color: #ffffff;
        transition: background-color 0.3s;
    }

        #faqAccordionGeo .accordion-button:not(.collapsed) {
            color: #0056b3; /* Donkerblauwe tekst als het open is */
            background-color: #f0f8ff; /* Zeer lichte blauwe achtergrond als het open is */
            border-bottom: 1px solid #007bff;
        }

    #faqAccordionGeo .accordion-body {
        padding: 20px;
        line-height: 1.6;
        color: #555;
    }

/* Styling voor de CTA in de sidebar */

.col-lg-4 .card {
    border: 2px solid #28a745; /* Groene rand (succeskleur) */
    background-color: #f9fff9; /* Zeer lichte groene tint */
    padding: 20px !important;
}

.col-lg-4 .btn-lg {
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 20px;
}

/* Verminder de visuele leegte door padding te verfijnen */
.navbar .dropdown-menu .dropdown-item {
    /* Verhoog de lettergrootte voor betere leesbaarheid */
    font-size: 16px;
    /* Zorg voor meer, maar consistente, verticale ruimte rondom de link */
    /* De standaard Bootstrap padding is 0.25rem (4px) en 1rem (16px) links/rechts. 
       0.5rem (8px) geeft een goede balans. */
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

a .dropdown-item {
    font-size: 16px;
}