.text-main{
    font-family: "Open Sans", sans-serif;
    color: white;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.7;
}

.scroll-arrow {
    position: absolute;
    bottom: 3.125rem;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    animation: bounce 2s infinite;
    z-index: 10;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    40% {
        transform: translateX(-50%) translateY(-10px);
    }
    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

.scroll-arrow:hover {
    opacity: 0.7;
}


.besuchen-section {
    padding: 6.25rem 1.25rem;
    text-align: center;
}

.map-container {
    display: flex;
    gap: 2rem;
    margin-bottom: 3.125rem;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

.map-container iframe {
    width: 100%;
    max-width: 37.5rem;
    height: 28.125rem;
    border: none;
}

h2 {
    font-family: "Philosopher", sans-serif;
    font-size: 2.8125rem;
    font-weight: 600;
    margin-bottom: 1.875rem;
    color: black;
    text-transform: none;
}

.right-info-column {
    max-width: 18.75rem;
    width: 100%;
}

.header-2 {
    font-family: "Philosopher", sans-serif;
    font-size: 2.1875rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
    color: black;
    text-align: left;
}

.text-side {
    font-family: "Open Sans", sans-serif;
    font-size: 1.125rem;
    line-height: 1.6;
    color: #666;
    text-align: left;
    margin-bottom: 0.9375rem;
}

.footer-contact-list.besuchen {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.contact-item.besuchen {
    font-size: 1.125rem;
    color: black;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.contact-item.besuchen a {
    color: black;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-item.besuchen a:hover {
    color: #59463E;
}

.material-symbols-outlined.footer-contact-icon.besuchen {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.text p {
    margin: 0 auto 0.9375rem auto;
    text-align: left;
    font-family: "Open Sans", sans-serif;
    font-size: 1.125rem;
    line-height: 1.8;
    max-width: 50rem;
}

.text p:last-child {
    margin-bottom: 0;
}

.top-bar.not-scrolled {
    background-color: #302623;
}

.top-bar.scrolled {
    background-color: #302623;
}

/* Responsive Design */
@media (max-width: 768px) {
    .besuchen-section {
        padding: 3.75rem 1.25rem;
    }

    .map-container {
        flex-direction: column;
        gap: 1.5rem;
        margin-bottom: 2rem;
    }

    .map-container iframe {
        max-width: 100%;
        height: 20rem;
    }

    .right-info-column {
        max-width: 100%;
    }

    h2 {
        font-size: 1.75rem;
        margin-bottom: 1.25rem;
        text-align: left;
    }

    .header-2 {
        font-size: 1.75rem;
        margin-bottom: 1.25rem;
        text-align: left;
    }

    .text-side {
        font-size: 1rem;
        margin-bottom: 0.75rem;
    }

    .text p {
        font-size: 1rem;
        margin: 0 auto 0.75rem auto;
    }

    .contact-item.besuchen {
        font-size: 1rem;
        margin-bottom: 0.625rem;
    }

    .material-symbols-outlined.footer-contact-icon.besuchen {
        font-size: 1.25rem;
    }
}

@media (max-width: 480px) {
    .besuchen-section {
        padding: 2.5rem 0.9375rem;
    }

    .map-container {
        gap: 1rem;
        margin-bottom: 1.5rem;
    }

    .map-container iframe {
        height: 16rem;
    }

    h2 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
        text-align: left;
    }

    .header-2 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
        text-align: left;
    }

    .text-main {
        font-size: 1rem;
        line-height: 1.6;
    }

    .text-side {
        font-size: 0.9375rem;
        line-height: 1.5;
        margin-bottom: 0.625rem;
    }

    .text p {
        font-size: 0.9375rem;
        line-height: 1.6;
        margin: 0 auto 0.625rem auto;
    }

    .contact-item.besuchen {
        font-size: 0.9375rem;
        gap: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .material-symbols-outlined.footer-contact-icon.besuchen {
        font-size: 1.125rem;
    }

    .scroll-arrow {
        bottom: 2rem;
    }
}
