@font-face {
    font-family: 'Euclid Light';
    src: url('../f/EuclidSquare-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Euclid Regular';
    src: url('../f/EuclidSquare-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.footer-element p > a {
    color: #A59FC3;
    font-size: 0.8rem;
}
::selection {
    background-color: var(--primary);
    color: white;
}
:root {
    /* Colors */
    --grey: #b0b0b0;
    --lightgrey: #cccccc;
    --blue: #3b70ff;
    --primary: #9e8f68;
    --secondary: #A59FC3;
    --darkgrey: #282D2D;

    /* Font Sizes */
    --font-small: 25px;
    --font-headline: 113px;
    --font-medium: 50px;

    /* Corner Radius */
    --corner-radius: 8px;
    --corner-radius-inner: 6px;
}
html {
    scroll-behavior: auto; /* Let GSAP handle smooth scrolling */
    hyphens: auto;
}

/* GSAP ScrollSmoother wrapper styles */
#smooth-wrapper {
    overflow: hidden;
}

#smooth-content {
    overflow: visible;
}

/* Menubar is now outside smooth wrapper and naturally fixed */

/* Ensure line reveal animations work properly */
.line-reveal {
    display: block;
}

/* Word reveal animations for headlines */
.word-reveal {
    display: inline-block;
}

* {
    margin: 0;
    box-sizing: border-box;
    font-family: 'Euclid Regular', sans-serif;
    font-size: 15pt;
    -webkit-font-smoothing: antialiased;
}
body {
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
}
img {
    pointer-events: none;
    -webkit-user-drag: none;
    user-drag: none;
}

ul {
    padding: 0;
}
h1 {
    font-family: 'Euclid Light', sans-serif;
    font-size: 2.5em;
    line-height: 1.25;
    color: var(--primary);
    font-weight: unset;
    text-transform: uppercase;
}
h1 .line-reveal {
    font-size: inherit;
    line-height: 1.25;
    text-decoration: underline;
    text-decoration-thickness: 3.5px;
    text-underline-offset: 1px;
    display: block;
}
h2 .line-reveal {
    font-size: inherit;
    line-height: 1.25;
    text-decoration: underline;
    text-decoration-thickness: 3.5px;
    text-underline-offset: 1px;
    display: block;
}
h1 .word-reveal {
    font-size: inherit;
    line-height: inherit;
    text-decoration: underline;
    text-decoration-thickness: 3.5px;
    text-underline-offset: 1px;
}
h2 .word-reveal {
    font-size: inherit;
    line-height: inherit;
    text-decoration: underline;
    text-decoration-thickness: 3.5px;
    text-underline-offset: 1px;

}
.block-container h1 {
    padding-right: 13em;
}
.highlights {
    min-height: 400vh;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: calc(16em / 2) 6em 8vh 6em;
    gap: 20vh;
}
.highlights h1 {
    color: black;
    position: relative;
    z-index: 10;
}
.highlight-number {
    height: 300px;
    width: fit-content;
}
.highlight-number::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, white, rgb(105, 77, 0), white, white, rgb(105, 77, 0), white, rgb(105, 77, 0), white, white, rgb(105, 77, 0));
    position: absolute;
    bottom: 0;
    mix-blend-mode: screen;
    opacity: 0.3;
    mask-size: cover;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-composite: exclude;
}
.highlight-number img {
    height: 100%;
    width: auto;
}
.highlights-container {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10% 0 10%;
}
.highlight {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
    gap: 5em;
    width: auto;
    opacity: 0;
    z-index: 1;
    pointer-events: none;
    width: 70%;
    align-items: center;
}
.highlight.active {
    opacity: 1;
    z-index: 2;
    pointer-events: auto;
}
.highlights .block-logo,
.highlights h1,
.highlights .paragraph {
    position: relative;
    z-index: 10;
}
/* .highlight:nth-child(3) {
    align-self: flex-end;
    padding-right: 0;
    padding-left: 30%;
}
.highlight:nth-child(4) {
    align-self: flex-end;
    padding-right: 0;
    padding-left: 30%;
} */
.highlight-content {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}
.highlight-content h2 {
    font-family: 'Euclid Light', sans-serif;
    font-size: 2.5em;
    color: var(--primary);
    text-transform: uppercase;
    text-decoration: none;
}
h2 {
    font-family: 'Euclid Light', sans-serif;
    font-size: 2.5em;
    line-height: 1.25;
    color: black;
    font-weight: unset;
}
.block-logo img {
    height: 70px;
}
.block-container {
    width: 100%;
    padding: calc(16em / 2) 6em;
    display: flex;
    flex-direction: column;
    gap: 5em;
}
#standort {
    /* background-color: rgba(123, 151, 138, 0.25); */
}
#standort h1 {
    color: black;
}
figcaption {
    color: var(--primary);
    margin-top: 1.5em;
    font-size: 0.8em;
    width: 60%;
}
.images-container {
    position: relative;
    top: -11vw;
    display: grid;
    flex-direction: column;
    flex-wrap: wrap;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr 1fr;
    gap: 7em;
}
.first-images {
    display: flex;
    flex-direction: column;
    gap: 13em;
    justify-content: end;
}
.first-images .image-container:first-child {
    height: 25%;
    width: 50%;
    align-self: flex-end;
}
.first-images .image-container:last-child {
    height: 25%;
    width: 60%;
    align-self: flex-start;
}
.last-image {
    
}
.last-image .image-container {
    height: 100%;
    width: 100%;
    align-self: flex-end;
}
.image-container {
    max-width: 45vw;
    object-fit: cover;
}
.image-container img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mikrolage-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 7em;
    flex-direction: row;
    height: 100% !important;
}
.lage-map-layer::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgb(255, 230, 155), black, black);
    position: absolute;
    bottom: 0;
    mix-blend-mode: screen;
    opacity: 0.2;
    mask-size: cover;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-composite: exclude;
}
.mikrolage-container img {
    width: 100%;
}
.mikrolage-container p {
    height: fit-content;
}
#lage {
    background-color: var(--darkgrey);
    padding: 0;
    /* height: 100vh; */
}
.lage-table-logo {
    height: 70px;
    width: fit-content;
}
#gebäude {

}
#gebäude h1 {
    color: black;
}
.artdeco-container {
    display: flex;
    gap: 8em;
}
.artdeco-image {
    width: 1100px;
    height: auto;
    object-fit: cover;
}
.artdeco-content {
    display: flex;
    flex-direction: column;
    gap: 5em;
}
.artdeco-zertifikate {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 2em;
}
.artdeco-zertifikate p {
    color: var(--primary);
    font-size: 0.8em;
}
.artdeco-zertifikate img {
    height: 80px;
    width: 80px;
}
.artdeco-zertifikate-images {
    display: flex;
    flex-direction: row;
    gap: 2em;
}
.artdeco-table-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 1em;
    border-bottom: 1px solid var(--primary);
}
.artdeco-table-item p {
    margin-bottom: -0.3em;
    color: var(--primary);
    text-align: right;
}
.flächenlist {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding-top: 0;
}
.fläche-table {
    display: flex;
    gap: 0;
}
.listen-container {
    display: flex;
    flex-direction: column;
    gap: 1em;
}
.flächeninfo-container {
    gap: 1em;
}
.flaecheadresse {
    width: 100%;
    height: fit-content;
    border-bottom: 1px solid var(--primary);
    padding-top: 4px;
    line-height: 0.75;
    color: var(--primary);
}
.listitem-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1em;
}
.flächentabellen-container {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

/* Zeitstrahl styles moved to component - keeping only global overrides */
#grundrisse {
    background-color: #A59FC3;
}
.block-container:first-child {
    padding-top: 16em;
    padding-bottom: calc(16em / 2);
}
.block-container:last-of-type {
    padding-top: calc(16em / 2);
    padding-bottom: 16em;
}
#downloads {
    padding: 0;
}
.download-link {
    display: flex;
    background-color: var(--primary);
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 100%;
    text-decoration: none;
    text-decoration-thickness: 3.5px;
    text-underline-offset: 1px;
    color: white;
    padding: 3em 4em;
    font-family: 'Euclid Light', sans-serif;
    font-size: 2.5em;
    background-blend-mode: lighten;
    transition: all 0.3s ease;
    text-transform: uppercase;
    background-image: url('../img/arrow-right.svg');
    background-size: 1000px;
    background-repeat:no-repeat;
    background-position: left;
    text-wrap: nowrap;
}
.download-icon {
    width: 47px;
    height: 47px;
    object-fit: contain;
    margin-right: 25px;
    filter: invert(1);
}
.download-link:hover {
    background-color: #A59FC3;
    background-blend-mode: luminosity;
    transition: all 0.3s ease;
}
.downloads-container {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.logo-container {
    width: 250px
}
.logo {
    display: block;
}
.menubar {
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    height: fit-content;
    padding: 0.5rem 50px 0.4rem 50px;
    z-index: 100;
    border-bottom: 2px solid var(--primary);
}
.menulinks-container {
    display: flex;
    gap: 2em;
}
.menulink {
    text-decoration: none;
    color: var(--primary);
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-family: 'Euclid Light', sans-serif;
}
.menulink:hover {
    font-family: 'Euclid Regular', sans-serif;
    text-decoration: underline;
    transition: all 0.3s ease;
}

/* Banner Styles */
.banner {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: white;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.footer-container {
    /* width: 77vw; */
    width: 100%;
    padding-top: 3.5em;
    padding-bottom: 3.5em;
    padding-left: 6em;
    padding-right: 6em;
    background-color: var(--darkgrey);
    color: #A59FC3;
}
.footer-text a {
    color: #A59FC3;
}
.footer-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 3em;
    color: #A59FC3;
    font-size: 0.8em;
}
.footer-logo {
    grid-column: 1;
}
.footer-logo img {
    height: 70px;
    width: auto;
}
.footer-logo-image {
    height: 70px;
    width: auto;
}
.footer-cbre-container {
    display: flex;
    flex-direction: column;
    gap: 1em;

}
.footer-content p {
    font-size: 0.8em;
    color: #A59FC3;
}
.footer-headline {
    margin-bottom: 1em;
    color: #A59FC3;
    font-size: 0.8em;
}

/* Animation Classes */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(50px);
    scale: 1;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out, scale 0.6s ease-out;
    transition-delay: 0.25s;
    will-change: opacity, transform, scale;
}

.animate-on-scroll.scale-up {
    scale: 0.9;
}

.animate-on-scroll.visible.scale-up {
    scale: 1.1;
}



/* Optional: Different animation variations */

.animate-on-scroll.fade-left {
    transform: translateX(-50px);
}

.animate-on-scroll.fade-right {
    transform: translateX(50px);
}

.animate-on-scroll.fade-up {
    transform: translateY(50px);
}

.animate-on-scroll.fade-down {
    transform: translateY(-50px);
}
.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}
.flexgrid-container {
    display: grid;
    width: 77vw;
    margin: 0 auto;
    gap: 18em;
    row-gap: 3.5em;
    align-items: flex-end;
    grid-template-columns: auto auto;
}
.flexgrid-container .paragraph {
    column-count: 1;
    grid-column: 2;
    margin-left: 0;
    margin-top: 0;
    width: 50%;
}
.bildcontainer {
    width: 100%;
    display: block;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1/1;
}
.bildcontainer img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bildcontainer .paragraph {
    grid-row: 2;
    column-count: 1;
    width: 50%;
    margin-left: unset;
}
.gradientblock-content-container {
    width: 77vw;
    margin: 0 auto;
    gap: 1.5em;
}
.headline-bildcontainer {
    display: block;
    width: 15vw;
    align-self: flex-end;
    flex-shrink: 0;
}
.headline-bildcontainer svg {
    width: 100%;
    height: auto;
    display: block;
}
.paragraph {
    column-count: 1;
    color: black;
    width: 50%;
    align-self: end;
}

/* SVG Animation Styles */
.svg-animate {
    opacity: 0;
    transition: opacity 0.5s ease-out;
}

.svg-animate.visible {
    opacity: 1;
}

.svg-animate .st0,
.svg-animate .st1 {
    fill: none;
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
}

.svg-animate.visible .st0,
.svg-animate.visible .st1 {
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    transition: none;
}
.footer-link {
    color: #A59FC3;
    text-decoration: none;
    font-size: 0.8em;
}
.footer-adressen-container {
    grid-column: 2;
    display: flex;
    /* justify-content: space-between; */
    gap: 120px;
}
.footer-heads-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3em;
    font-size: 0.8em;
    width: 100%;
    padding-bottom: 2em;
}
.footer-mobile-imprint {
    display: none;
}

/* Image Slider Styles */
.image-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.image-slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 0;
    pointer-events: none;
}

.image-slider .slide.active {
    opacity: 1;
    z-index: 1;
    pointer-events: auto;
}

.image-slider .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Zeitstrahl date positioning moved to component */

/* Mobile Menu Button - Hidden on desktop */
.mobile-menu-button {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 22px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 101;
}

.hamburger-line {
    width: 100%;
    height: 2px;
    background-color: var(--primary);
    transition: all 0.3s ease;
    transform-origin: center;
}

/* Hamburger animation when menu is open */
.menu-open .mobile-menu-button .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.menu-open .mobile-menu-button .hamburger-line:nth-child(2) {
    opacity: 0;
}

.menu-open .mobile-menu-button .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}
.historie-container {
    display: flex;
    flex-direction: column;
    gap: 3em;
}
.historie-item {
    display: flex;
    flex-direction: row;
    gap: 5em;
}
.historie-item:nth-child(odd) {
    justify-content: flex-end;
}
.historieitem-image {
    /* height: 400px; */
    width: 400px;
}
.historieitem-image img {
    height: auto;
    width: 100%;
}
.historie-item-info-container {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    max-width: 30vw;
}
.historie-item-info-container h1 {
    line-break: none;
    white-space: nowrap;
    text-wrap: nowrap;
}
/* Target the first div with id="newwork" */
#newwork {
    padding-bottom: 0;
}
.second-newwork {
    padding-top: 0;
}

@media (max-width: 1800px) {
    figcaption {
        width: 100%;
    }
    .images-container {
        position: relative;
        top: -11vw;
        display: grid;
        flex-direction: column;
        flex-wrap: wrap;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 1fr 1fr;
        gap: 4em;
    }
    .first-images {
        display: flex;
        flex-direction: column;
        gap: 13em;
        justify-content: end;
    }
    .first-images .image-container:first-child {
        height: unset;
        width: 80%;
        align-self: flex-end;
    }
    .first-images .image-container:last-child {
        height: unset;
        width: 80%;
        align-self: flex-start;
    }
    .last-image {
        
    }
    .last-image .image-container {
        height: 65%;
        width: 100%;
        align-self: flex-end;
    }
    .image-container {
        display: flex;
        flex-direction: column;
        gap: 0.15em;
        height: fit-content;
    }
    .image-container img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .block-container h1 {
        padding-right: unset;
    }
    .paragraph {
        width: 70%;
    }
    .highlight {
        width: 100%;
    }
    .artdeco-container {
        display: flex;
        flex-direction: column;
    }
    .artdeco-image {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .artdeco-zertifikate {
        flex-direction: row;
    }
    #ausstattung .last-image {
        width: 50%;
    }
    #newwork .last-image {
        width: 50%;
    }
    .lightbox-img {
        max-width: 75%;
    }
    .lightbox-close {
        right: 50px;
    }
    .grundrisse-grafik-container {
        display: flex !important;
        flex-direction: column;
        gap: 2em;
    }

@media (max-width: 800px) {

    * {
        margin: 0;
        box-sizing: border-box;
        font-family: 'Euclid Regular', sans-serif;
        font-size: 12pt;
    }
    .block-container {
        width: 100%;
        padding: calc(6em / 2) 2em;
        gap: 2em;
    }
    .block-container h1 {
        padding-right: unset;
    }
    h1 {
        font-weight: unset;
        font-style: unset;
        -webkit-font-smoothing: antialiased;
        font-size: 1.5em;
        text-decoration-thickness: 2px;
    }
    h1 .line-reveal {
        text-decoration-thickness: 2px;
    }
    h1 .word-reveal {
        text-decoration-thickness: 2px;
    }
    .paragraph {
        align-self: flex-start;
        width: 100%;
    }
    .block-logo {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .block-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .highlight {
        flex-direction: column;
        width: 100%;
    }
    .highlights-container {
        padding: 0 !important;
    }
    .highlight-number {
        height: 200px;
    }
    .highlight-content h2 {
        font-size: 1.5em;
        text-decoration-thickness: 2px;
    }
    .highlight-content h2 .word-reveal {
        text-decoration-thickness: 2px;
    }
    .highlight-content h2 .line-reveal {
        text-decoration-thickness: 2px;
    }
    .images-container {
        display: flex;
        flex-direction: column;
        gap: 4em;
        top: unset;
    }
    .first-images {
        width: 100% !important;
        gap: 5.5em;
    }
    .image-container {
        width: 100%;
        max-width: unset;
        height: auto;
        align-self: unset;
    }
    .first-images .image-container:last-child {
        width: 100%;
        height: auto;
        align-self: unset;
    }
    .first-images .image-container:first-child {
        width: 100%;
        height: auto;
        align-self: unset;
    }
    figcaption {
        width: 100%;
    }
    .mikrolage-container {
        display: flex;
        flex-direction: column-reverse;
        gap: 4em;
    }
    /* Show mobile menu button on mobile */
    .mobile-menu-button {
        display: flex;
    }
    
    .menulinks-container {
        padding: 0;
    }
    .menubar {
        width: 100vw;
        margin: 0;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 1em;
        gap: 1em;
        box-sizing: border-box;
        left: 0;
        right: 0;
    }
    .historie-item {
        flex-direction: column;
    }
    .historieitem-image {
        width: auto;
    }
    .historie-item-info-container {
        max-width: unset;
    }
    /* Hide menu links by default on mobile */
    .menulinks-container {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100vw;
        background-color: white;
        border-bottom: 2px solid var(--primary);
        flex-direction: column;
        gap: 0.35em;
        padding: 1em;
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 99;
        box-sizing: border-box;
    }
    
    /* Show menu links when menu is open */
    .menu-open .menulinks-container {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
    
    .menulink {
        padding: 0.5em 0;
        border-bottom: 1px solid var(--lightgrey);
    }
    
    .menulink:last-child {
        border-bottom: none;
    }
    .flexgrid-container {
        display: flex;
        flex-direction: column;
    }
    .headline-bildcontainer {
        align-self: flex-start;
        width: 100%;
    }
    .flexgrid-container .paragraph {
        width: 100%;
    }
    .headline-container p {
        margin-left: 0;
        column-count: 1;
    }
    .headline-container h1 {
        font-size: 4em;
    }
    .footer-heads-container {
        display: none;
    }
    .footer-container {
        padding: 1.5em;
        padding-bottom: 3.5em;
    }
    .footer-content {
        display: flex;
        flex-direction: column;
        grid-template-columns: repeat(2, 1fr);
        /* grid-template-rows: repeat(2, 1fr); */
        gap: 1em;
    }
    .footer-logo {
        grid-column: 1 / span 2;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1em;
        width: 100%;
    }
    .footer-logo br {
        display: none;
    }
    .footer-logo img {
        width: 50%;
    }
    .footer-logo-image {
        grid-column: 1 / span 2;
        width: 50%;
    }
    .footer-link {
        grid-column: 1;
    }
    .footer-link:last-child {
        grid-column: 2;
    }
    .footer-element {
        grid-column: 1;
    }
    .banner-video {
        height: 100vh;
    }
    .footer-element:last-child {
        grid-column: 2;
    }
    .footer-element:nth-child(3) {
        grid-column: 2 !important;
    }
    .footer-content p {
        font-size: 0.8em;
    }
    .footer-logo a {
        display: none;
        font-size: 0.8em;
    }
    .footer-mobile-imprint {
        display: block;
    }
    .footer-mobile-imprint a {
        font-size: 0.8em;
    }
    #lage {
        height: auto;
    }
    .artdeco-container {
        flex-direction: column;
    }
    .artdeco-image {
        width: 100%;
    }
    .artdeco-table-item {
        display: flex;
        flex-direction: row;
        gap: 3em !important;
        justify-content: space-between;
    }
    .grundrisse-menu {
        flex-direction: column !important;
        gap: 1em !important;
        width: 100% !important;
    }
    .grundrisse-table-wrapper {
        min-height: 83vh !important;
    }
    .grundrisse-grafik-container {
        display: flex !important;
        flex-direction: column !important;
        gap: 1em !important;
    }
    .listitem-container .flächenlist {
        gap: 0.25em !important;
    }
    .flächentabellen-container {
        gap: 2em !important;
    }
    .flächenlist p:first-child {
        text-decoration: underline;
        text-decoration-thickness: 1px;
        text-underline-offset: 0px;
    }
    .fläche-table {
        flex-direction: column;
        gap: 1em;
    }
    .grundrisse-menu-item.active {
        text-decoration-thickness: 2px !important;
    }
    .grundrisse-menu-item.active .line-reveal {
        text-decoration-thickness: 2px !important;
    }
    .grundrisse-menu-item.active .line-reveal .word-reveal {
        text-decoration-thickness: 2px !important;
    }
    #downloads h1 {
        padding-left: 1.2em !important;
    }
    .footer-adressen-container {
        flex-direction: column;
        gap: 0;
    }
    .artdeco-table-item p {
        font-size: 10pt !important;
    }
    .artdeco-table-item p:nth-of-type(1) {
        text-align: left !important;
    }
}
}