body {
    background-image: url('../assets/lbn-background.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    color: black;
}

h1 {
    font-size: 2em;
    margin-bottom: 1em;
}

h2 {
    font-size: 1.5em;
}

.container.background {
    background: rgba(255, 255, 255, .9);
}

.sticky-top {
    position: sticky !important; /* Wichtig: Sticky innerhalb der Logs durchsetzen */
    top: 1.5em !important;
}

/* Größerer Schieberegler für mobile Geräte */
@media (max-width: 768px) {
    .form-range {
        height: 2rem;
    }
    .form-range::-webkit-slider-thumb {
        top:-4.5rem;
        width: 2rem;
        height: 2rem;
    }
    .form-range::-moz-range-thumb {
        width: 2rem;
        height: 2rem;
    }
    .form-range::-ms-thumb {
        width: 2rem;
        height: 2rem;
    }
}

.instagram-media {
    max-width: 540px !important;
    min-width: 326px !important;
}

/* Instagram Bildunterschrift & Kommentare ausblenden */
.instagram-media p {
    display: none !important;
}