/* Mobile Optimierung für Bildschirmbreiten unter 768px */
@media screen and (max-width: 768px) {
    .slide-content {
        position: static;
        width: 90%;
        max-width: none;
        margin: 20px auto;
        padding: 15px;
        font-size: 0.95em;
        text-align: center;
    }

    .slide-content h2 {
        font-size: 1.4em;
    }

    .slide-content p {
        font-size: 1em;
    }

    .slider {
        height: auto;
    }

    .slide {
        position: relative;
        height: auto;
    }

    .slider-wrapper {
        height: auto;
    }
}
