﻿:root {
    /* Use the same warm logo yellow as the site accent */
    --main-accent-color: #ffcc00;
}

/* Make the page a column flex container so footer can stick to bottom when content is short */
html, body { height: 100%; }
body { display: flex; flex-direction: column; min-height: 100vh; }

/* Footer styles */
.footer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    align-items: center;
    justify-content: center;
    place-items: center;
    width: 100%;
    color: #ffffff;
    background-color: rgba(90, 89, 89, 0.92);
    padding: 1.5rem;
    margin: auto;
    margin-top: auto;
}

.footer-logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.footer-logo {
    width: 60px;
    height: auto;
    display: block;
}

.footer-contact-container {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    justify-content: center;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    white-space: nowrap;
}

.footer-contact-item i {
    font-size: 1rem;
    flex-shrink: 0;
}

.footer-contact-item a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-contact-item a:hover {
    color: var(--main-accent-color);
}

.footer-links-container {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    justify-content: center;
}

.footer-links-container a {
    color: inherit;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s ease;
}

.footer-links-container a:hover {
    color: var(--main-accent-color);
}

.footer-copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    opacity: 0.85;
}

/* Tablet/Medium: single column stack to avoid copyright wrapping alone */
@media (max-width: 1024px) {
    .footer {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 1.5rem;
        place-items: center;
        justify-items: center;
    }

    .footer-logo-container,
    .footer-contact-container,
    .footer-links-container,
    .footer-copyright {
        justify-self: center;
        width: 100%;
    }

    .footer-contact-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-links-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-logo {
        width: 50px;
    }

    .footer-contact-item {
        justify-content: center;
    }
}

/* Mobile: already single column, just adjust padding */
@media (max-width: 768px) {
    .footer {
        gap: 1rem;
        padding: 1rem;
    }
}


.priceTeaser {
    width: 100%;
    margin-bottom: 0;
    margin-top: 1vh;
    position: absolute;
    bottom: 10px;
    right: 0;
}
.textblock {
    padding: 3% 5% 3% 5%;
    text-align: center;
}


.welcomeTextHeader{
    text-align:center;
    padding:0vh 5vw 0vh 5vw;
    margin-top: 0.5rem;
    margin-bottom: 0.6rem;
}
.welcomeTextHeader.container { margin-top: 5.5vh !important; margin-bottom: 3vh;}

.welcomeTextHeader .display-4 { margin-bottom: 0.35rem; }
.welcomeTextHeader .lead { margin-bottom: 0.6rem; }

.one-third-Item {
    width: 300px;
    min-height: 600px;
    color: black;
    text-align: center;
    padding: 2vw;
    border: none;
    box-shadow: 0 0 1em darkgray;
    margin-bottom: 3vw;
}
.one-third-Item:hover {
    border-color: darkgray;
    border-width: 1px;
    border-style: solid;
    background-color: lightgray;
    text-decoration: none;
    color: var(--main-accent-color);
}
.one-third {
    margin-top: 5vw;
    padding: 2vw;
    color: black;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
    align-content: flex-start;
    text-align: center;
}

h1 {
    color: var(--main-accent-color);
    margin: 0vh 0vw 2vh 0vw;
}
h2 {
    color: var(--main-accent-color);
    margin: 10vh 0vw 4vh 0vw;
    font-size: 1.6em;
}
h3 {
    font-size: 1.5em;
    color: var(--main-accent-color);
}

.navCustom {
    background-color: rgba(49,48,48, 0.60) !important;
}

.navCustom a {
        color: rgb(173, 173, 173) !important;
}

.navCustom a:hover {
    color: var(--main-accent-color) !important;
}

.navCustom a.dropdown-item{
    color:black !important;
}

    .navCustom a.dropdown-item:hover {
        color: var(--main-accent-color) !important;
    }

.navCustom:hover {
    background-color: rgba(49,48,48, 0.80) !important;
}

.material-icons{
    color: white !important;
}
@media screen and (min-width:768px) {
    .dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu {
        display: block;
    }

    .dropdown-menu {
        margin-top: 0;
    }


    .one-third-Item {
        border: none;
    }

    .dropdown-toggle {
        margin-bottom: 2px;
    }

    .navbar .dropdown-toggle, .nav-tabs .dropdown-toggle {
        margin-bottom: 0;
    }
}
@media only screen and (min-device-width : 320px) and (max-device-width : 768px) {
    body{
        padding-top: 55px;

    }
}

.cookie-consent-banner {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
}

.cookie-consent-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(18, 23, 31, 0.68);
    backdrop-filter: blur(6px);
}

.cookie-consent-card {
    position: relative;
    width: min(720px, 100%);
    padding: 1.75rem;
    border-radius: 1.25rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 249, 250, 0.98));
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 204, 0, 0.25);
    color: #1f2328;
}

.cookie-consent-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 204, 0, 0.18);
    color: #7a5b00;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 1rem;
}

.cookie-consent-card h2 {
    margin: 0 0 0.75rem 0;
    color: #1f2328;
    font-size: clamp(1.5rem, 2vw, 2rem);
}

.cookie-consent-card p {
    margin-bottom: 0.75rem;
    line-height: 1.6;
}

.cookie-consent-link a {
    color: #0f6b68;
    text-decoration: none;
    font-weight: 600;
}

.cookie-consent-link a:hover {
    text-decoration: underline;
}

.cookie-consent-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.cookie-consent-actions form {
    margin: 0;
}

.cookie-consent-actions .btn {
    min-width: 160px;
    border-radius: 999px;
    padding: 0.75rem 1.25rem;
    font-weight: 700;
}

body.cookie-consent-locked {
    overflow: hidden;
}

body.cookie-consent-locked #pageContent {
    pointer-events: none;
    user-select: none;
}

@media (max-width: 576px) {
    .cookie-consent-banner {
        padding: 0.75rem;
    }

    .cookie-consent-card {
        padding: 1.25rem;
        border-radius: 1rem;
    }

    .cookie-consent-actions .btn {
        width: 100%;
    }
}