:root {
    --bb-orange: #EE5E07;
    --bb-dark: #1e1e1e;
}
body {
    background-color: #fafafa;
}
/*
.navbar {
    background-color: var(--bb-dark) !important;
}
.navbar-nav .nav-link {
    color: #fff !important;
}
.navbar-brand, .nav-link {
    color: #fff !important;
}
.nav-tabs .nav-link {
    color: #000 !important;
}
.nav-link.active {
    color: var(--bb-orange) !important;
}
*/
.hero {
    background: linear-gradient(rgba(30,30,30,0.5),rgba(30,30,30,0.5)), url('/img/facility1.webp') center/cover no-repeat;
    color: white;
    padding: 6rem 0;
    text-align: center;
}
.footer {
    background-color: var(--bb-dark);
    color: #ccc;
    padding: 1rem 0;
    text-align: center;
}
.text-shadow {
    text-shadow: 2px 2px 10px rgba(0,0,0,0.6);
}
.carousel-caption {
    background: rgba(0,0,0,0.4);
    border-radius: 0.5rem;
    padding: 1rem 2rem;
}

@media (min-width: 768px) {
    .footer {
/*        position: fixed;*/
        right: 0;
        bottom: 0;
        left: 0;
        z-index: $zindex-fixed;
    }
}

.ortstafel {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    container-type: inline-size;  /* Basis für cqi-Einheiten */
}

.schild {
    aspect-ratio: 3 / 2;
    background: #FFD200;
    border: 3px solid #111;
    border-radius: 24px;
    position: relative;
    box-sizing: border-box;
}

/* innerer Rahmen */
.schild::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border: 6px solid #111;
    border-radius: 16px;
}

/* Textbereich */
.textblock {
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

/* Ortsname – skaliert relativ zur Schildbreite */
.ort {
    font-family: "DIN 1451 Mittelschrift", "DIN 1451", Arial, sans-serif;
    font-weight: 600;
    font-size: clamp(0.75rem, 9cqi, 2.5rem);
    line-height: 1;
    text-align: center;
    width: 100%;
}

/* Landkreis */
.kreis {
    font-family: "DIN 1451 Mittelschrift", Arial, sans-serif;
    font-size: clamp(0.6rem, 6cqi, 2rem);
    margin-top: 0.4em;
    text-align: center;
    width: 100%;
}
