:root {
    --band-blue: #12386a;
    --footer-blue: #12386a;
    --panel-bg: rgba(255, 255, 255, 0.88);
    --text-color: #1d2733;
}

html,
body {
    height: 100%;
}

body {
    margin: 0;
    color: var(--text-color);
    background-image: linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)), url("img/hintergrund.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.page-shell {
    min-height: 100vh;
}

.intro-text {
    max-width: 100%;
    line-height: 1.55;
}

.event-image {
    width: 100%;
    border-radius: 6px;
    border: 1px solid rgba(11, 45, 86, 0.2);
}

.dates-band {
    width: 100%;
    color: #fff;
    background-color: var(--band-blue);
}

.dates-band {
    p {
        margin-bottom: 0;
        line-height: 1.25;
    }

    .place {
        color: #6edcef;
    }
}

.partner-logo {
    max-height: 48px;
    width: auto;
}

.partner-cols p,
.partner-cols li {
    font-size: 0.95rem;
    line-height: 1.45;
}

.site-footer {
    position: sticky;
    bottom: 0;
    margin-top: auto;
    color: #fff;
    background: var(--footer-blue);
    border-top: 1px solid #fff;
}

@media (max-width: 767.98px) {
    body {
        background-attachment: scroll;
    }

    .content-panel {
        border-radius: 0;
        box-shadow: none;
    }

    .partner-logo {
        max-height: 42px;
    }
}
