.cookie-consent-banner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f8f9fa;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    color: black;
    padding: 15px;
    font-size: 14px;
    text-align: center;
    z-index: 1000;
}

.cookie-consent-banner > h3 {
    font-size: 24px;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.cookie-consent-banner > p {
    margin: 0 0 15px 0;
}

.cookie-consent-button {
    border: none;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
}

.cookie-consent-button:hover {
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}

.cookie-consent-button:active {
    opacity: .5;
}

.cookie-consent-button.btn-success {
    background-color: #34a853;
    color: white;
}

.cookie-consent-button.btn-grayscale {
    background-color: #dfe1e5;
    color: black;
}

.cookie-consent-button.btn-outline {
    background-color: #e6f4ea;
    color: #34a853;
}

.cookie-consent-options {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.cookie-consent-options label {
    margin: 0 10px;
    font-size: 14px;
}

.cookie-consent-options input {
    margin-right: 5px;
}

.cookie-consent-popup {
    display: none;
    width: fit-content;
    height: fit-content;
    position: fixed;
    float: left;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #f8f9fa;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s;
    color: black;
    font-size: 14px;
    text-align: center;
    z-index: 1000;
    padding: 0 2rem 2rem;
}


.cookie-consent-popup > h3 {
    font-size: 24px;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.cookie-consent-popup > p {
    margin: 0 0 15px 0;
}

.cookie-consent-options > label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
}

#toTop {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    display: none;
    background-color: #e94e0f;
    color: #fff;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
    align-content: center;
}

#toTop:hover {
    background-color: #555;
}

.menu-button {
    border-radius: 6px;
    padding: 2px 8px!important;
}

.ctabutton {
    text-shadow: 0 0 10px #2f2f2f!important;
    background-color: #52ae32!important;
    color: #fff!important;
    text-transform: uppercase!important;
}

.ec-circle-btn:hover {
    background-color: #e94e0f!important;
}

.ec-btn-green:hover {
    background-color: #52ae32!important;
}

@media (max-width:750px)  {
    .hntb-vestiging-photo-spacing {
        margin-bottom: 20px!important;
    }

    .menu-button-correction{
        margin-top: -1.75px;
    }

}

/* Video/Image switch for relatiegeschenken page */
@media (min-width:751px) {
    .desktop-video {
        display: block;
    }
    .mobile-image {
        display: none !important; /* Force hide on desktop */
    }
}

@media (max-width:750px) {
    .desktop-video {
        display: none !important; /* Force hide on mobile */
    }
    .mobile-image {
        display: block !important; /* Force show on mobile */
    }
}

