/* Header-Anordnung auf Desktop: Menü unten, Landavia rechts. */
.site-header .site-width {
    position: relative;
    min-height: 154px;
    padding: 12px 16px;
    box-sizing: border-box;
}

/* Übersicht der kommenden Auftritte. */
.skl-events-archive {
    padding-top: 42px;
    padding-bottom: 42px;
}

.skl-events-title {
    margin-top: 0;
    color: #0071b3;
}

.skl-event-card {
    margin: 0 0 18px;
    padding: 20px;
    border-left: 6px solid #6598cb;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.skl-event-card h2 {
    margin: 0 0 8px;
}

.skl-event-card h2 a {
    color: #0071b3;
    text-decoration: none;
}

.skl-event-meta {
    margin: 0 0 10px;
    color: #3b3b3b;
    font-weight: 700;
}

.skl-event-excerpt > :last-child {
    margin-bottom: 0;
}

.skl-event-admin-actions {
    margin: 0 0 24px;
}

.skl-event-add-button,
.skl-event-submit,
.skl-event-period-button {
    display: inline-block;
    padding: 12px 18px;
    border: 0;
    border-radius: 8px;
    background: #0071b3;
    color: #fff !important;
    font: inherit;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
}

.skl-event-add-button:hover,
.skl-event-add-button:focus-visible,
.skl-event-submit:hover,
.skl-event-submit:focus-visible,
.skl-event-period-button:hover,
.skl-event-period-button:focus-visible {
    background: #245b8e;
}

.skl-events-table-wrap {
    overflow-x: auto;
    margin: 0 0 24px;
    border: 1px solid #d7e0e9;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(31, 75, 116, .08);
}

.skl-events-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.skl-events-table th,
.skl-events-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #dfe6eb;
    vertical-align: top;
}

.skl-events-table th {
    background: #6598cb;
    color: #fff;
    font-weight: 800;
}

.skl-events-table tbody tr:last-child td {
    border-bottom: 0;
}

.skl-events-table tbody tr:nth-child(even) {
    background: #f6f6f2;
}

.skl-events-table tbody tr:hover {
    background: #edf5fb;
}

.skl-events-table a {
    color: #0071b3;
    font-weight: 700;
}

.skl-event-description > :first-child {
    margin-top: 0;
}

.skl-event-description > :last-child {
    margin-bottom: 8px;
}

.skl-event-description img,
.skl-event-detail-text img {
    max-width: 100%;
    height: auto;
}

.skl-event-details-link {
    display: inline-block;
    margin-top: 4px;
    font-size: .9rem;
}

.skl-event-period-actions {
    margin: 30px 0 0;
    text-align: center;
}

.skl-event-period-button {
    background: #6598cb;
}

.skl-event-notice {
    margin: 0 0 22px;
    padding: 14px 18px;
    border-left: 5px solid #6598cb;
    border-radius: 6px;
    background: #fff;
}

.skl-event-notice-success {
    border-left-color: #2d7d46;
    background: #f0f8f2;
}

.skl-event-notice-error {
    border-left-color: #b42318;
    background: #fff3f2;
}

.skl-event-notice ul {
    margin-bottom: 0;
}

.skl-event-form-page {
    max-width: 920px;
    padding-top: 42px;
    padding-bottom: 64px;
}

.skl-event-form-heading {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: end;
    margin-bottom: 28px;
}

.skl-event-form-heading h1 {
    margin: 0;
    color: #0071b3;
}

.skl-event-form-kicker {
    margin: 0 0 5px;
    color: #6598cb;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.skl-event-form {
    padding: clamp(22px, 4vw, 38px);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 26px rgba(31, 75, 116, .12);
}

.skl-event-form label {
    display: block;
    margin: 0 0 7px;
    color: #3b3b3b;
    font-weight: 700;
}

.skl-event-form input,
.skl-event-form select,
.skl-event-form textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 22px;
    padding: 11px 12px;
    border: 1px solid #9aa6af;
    border-radius: 6px;
    background: #fff;
    color: #3b3b3b;
    font: inherit;
}

.skl-event-form input:focus,
.skl-event-form select:focus,
.skl-event-form textarea:focus {
    outline: 3px solid rgba(101, 152, 203, .32);
    border-color: #0071b3;
}

.skl-event-form .wp-editor-wrap {
    margin-bottom: 22px;
}

.skl-event-form .wp-editor-container {
    overflow: hidden;
    border: 1px solid #9aa6af;
    border-radius: 6px;
}

.skl-event-form .wp-editor-area {
    min-height: 260px;
    margin: 0;
    border: 0;
    border-radius: 0;
}

.skl-event-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.skl-event-form-help {
    color: #66717c;
    font-size: .9rem;
}

.skl-optional {
    color: #66717c;
    font-weight: 400;
}

.skl-news-featured-image {
    margin: 0 0 24px;
    padding: 18px;
    border: 1px solid #c8d0d6;
    border-radius: 8px;
}

.skl-news-featured-image legend {
    padding: 0 7px;
    color: #3b3b3b;
    font-weight: 700;
}

.skl-news-thumbnail-preview {
    display: grid;
    min-height: 120px;
    margin-bottom: 14px;
    padding: 12px;
    place-items: center;
    border: 1px dashed #9aa6af;
    border-radius: 7px;
    background: #f6f8fa;
    color: #66717c;
}

.skl-news-thumbnail-preview img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 280px;
    border-radius: 5px;
}

.skl-news-image-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.skl-news-upload-status {
    min-height: 1.5em;
    margin: 8px 0 4px;
    color: #176b3a;
    font-weight: 700;
}

.skl-news-upload-status.skl-news-upload-error {
    color: #b42318;
}

.skl-event-secondary-button {
    padding: 9px 14px;
    border: 1px solid #0071b3;
    border-radius: 6px;
    background: #f6f6f2;
    color: #0071b3;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.skl-event-secondary-button:hover,
.skl-event-secondary-button:focus-visible {
    background: #eef6fb;
}

.skl-event-detail {
    max-width: 980px;
    padding-top: 42px;
    padding-bottom: 64px;
}

.skl-event-detail-heading {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: end;
    margin-bottom: 28px;
}

.skl-event-detail-heading h1 {
    margin: 0;
    color: #0071b3;
}

.skl-event-detail-fields {
    overflow: hidden;
    margin: 0;
    border: 1px solid #d7e0e9;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 6px 22px rgba(31, 75, 116, .1);
}

.skl-event-detail-fields > div {
    display: grid;
    grid-template-columns: minmax(160px, .35fr) 1fr;
    border-bottom: 1px solid #dfe6eb;
}

.skl-event-detail-fields > div:last-child {
    border-bottom: 0;
}

.skl-event-detail-fields dt,
.skl-event-detail-fields dd {
    margin: 0;
    padding: 15px 18px;
}

.skl-event-detail-fields dt {
    background: #edf5fb;
    color: #245b8e;
    font-weight: 800;
}

.skl-event-detail-fields dd > :first-child {
    margin-top: 0;
}

.skl-event-detail-fields dd > :last-child {
    margin-bottom: 0;
}

.skl-event-detail-back {
    margin-top: 24px;
}

@media (max-width: 620px) {
    .skl-event-form-heading {
        display: block;
    }

    .skl-event-form-heading > a {
        display: inline-block;
        margin-top: 12px;
    }

    .skl-event-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .skl-event-detail-heading {
        display: block;
    }

    .skl-event-detail-heading .skl-event-add-button {
        margin-top: 14px;
    }

    .skl-event-detail-fields > div {
        display: block;
    }

    .skl-events-table-wrap {
        overflow: visible;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .skl-events-table,
    .skl-events-table tbody,
    .skl-events-table tr,
    .skl-events-table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .skl-events-table thead {
        position: absolute;
        overflow: hidden;
        width: 1px;
        height: 1px;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }

    .skl-events-table tr {
        margin-bottom: 18px;
        overflow: hidden;
        border: 1px solid #d7e0e9;
        border-left: 5px solid #6598cb;
        border-radius: 9px;
        background: #fff !important;
        box-shadow: 0 3px 12px rgba(31, 75, 116, .08);
    }

    .skl-events-table td {
        display: grid;
        grid-template-columns: minmax(110px, .42fr) 1fr;
        gap: 12px;
        padding: 11px 13px;
    }

    .skl-events-table td::before {
        content: attr(data-label);
        color: #245b8e;
        font-weight: 800;
    }
}

.site-header .site-branding {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: flex-start !important;
    margin: 0 !important;
    padding: 0 !important;
}

.site-header .site-title {
    display: none !important;
}

.site-header .custom-logo-link {
    display: block !important;
    margin-left: auto !important;
}

.site-header .custom-logo {
    display: block !important;
    width: 130px !important;
    height: 130px !important;
    object-fit: contain !important;
}

.site-header .site-width > nav {
    position: absolute;
    right: 170px;
    bottom: 12px;
    left: 16px;
    width: auto;
}

.skl-front-header-title {
    position: absolute;
    top: 27px;
    right: 170px;
    left: 16px;
    margin: 0;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: .025em;
    line-height: 1.2;
    text-transform: none;
}

.skl-menu-toggle,
.skl-submenu-toggle {
    display: none;
}

/* Moderne Startseite. */
.skl-home-main {
    background: #f6f6f2;
}

.skl-home {
    padding-top: 42px;
    padding-bottom: 64px;
}

.skl-home-social-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 32px;
    box-sizing: border-box;
    padding: 5px 9px;
    border-radius: 7px;
    background: #f6f6f2;
    color: #273746;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 1px 4px rgba(31, 75, 116, .08);
}

.skl-home-social-link span:last-child {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.skl-home-compact-link {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    padding: 5px 10px;
    border-radius: 7px;
    background: rgba(255, 255, 255, .16);
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}

.skl-home-social-link:hover,
.skl-home-social-link:focus-visible,
.skl-home-compact-link:hover,
.skl-home-compact-link:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(31, 75, 116, .14);
}

.skl-home-social-link svg {
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
}

.skl-home-social-icon {
    display: grid;
    width: 21px;
    height: 21px;
    place-items: center;
    border-radius: 5px;
    color: #fff;
    font: 800 1rem/1 Arial, sans-serif;
}

.skl-home-social-facebook .skl-home-social-icon {
    background: #1877f2;
}

.skl-home-social-instagram svg {
    fill: none;
    stroke: #c13584;
    stroke-width: 2;
}

.skl-home-social-instagram .skl-instagram-dot {
    fill: #f56040;
    stroke: none;
}

.skl-home-social-youtube svg rect {
    fill: #f00;
}

.skl-home-social-youtube svg path {
    fill: #fff;
}

.skl-home-social-paypal .skl-home-social-icon {
    background: #0070ba;
    font-style: italic;
}

.skl-home-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(220px, .65fr);
    gap: 26px;
    align-items: center;
    padding: clamp(22px, 3vw, 34px);
    overflow: hidden;
    border-radius: 20px;
    background: linear-gradient(135deg, #3f78ae 0%, #6598cb 58%, #82add5 100%);
    color: #fff;
    box-shadow: 0 18px 45px rgba(31, 75, 116, .2);
}

.skl-home-eyebrow,
.skl-home-section-kicker {
    margin: 0 0 8px;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.skl-home-hero h1 {
    margin: 0;
    color: #fff;
    font: 700 clamp(2.35rem, 4.5vw, 3.7rem)/.98 Georgia, serif;
}

.skl-home-lead {
    max-width: 760px;
    margin: 14px 0 0;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.45;
}

.skl-home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.skl-home-button {
    display: inline-block;
    padding: 9px 15px;
    border: 2px solid #fff;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
}

.skl-home-button-light {
    border-color: #f6f6f2;
    background: #f6f6f2;
    color: #0071b3;
}

.skl-home-button-outline {
    background: transparent;
    color: #fff;
}

.skl-home-button:hover,
.skl-home-button:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .14);
}

.skl-home-hero-note {
    display: grid;
    place-content: center;
    min-height: 120px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    background: rgba(255, 255, 255, .14);
    text-align: center;
    backdrop-filter: blur(5px);
}

.skl-home-hero-note strong {
    display: block;
    font: 700 1.65rem/1 Georgia, serif;
}

.skl-home-hero-note span {
    display: block;
    margin-top: 10px;
    line-height: 1.4;
}

.skl-home-quicklinks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: -14px 24px 0;
    position: relative;
    z-index: 2;
}

.skl-home-quicklinks a {
    padding: 20px 22px;
    border-radius: 12px;
    background: #fff;
    color: #3b3b3b;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(31, 75, 116, .12);
}

.skl-home-quicklinks a:hover,
.skl-home-quicklinks a:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(31, 75, 116, .18);
}

.skl-home-quicklinks span,
.skl-home-quicklinks strong {
    display: block;
}

.skl-home-quicklinks span {
    margin-bottom: 5px;
    color: #66717c;
    font-size: .88rem;
}

.skl-home-quicklinks strong {
    color: #0071b3;
    font-size: 1.15rem;
}

.skl-home-intro,
.skl-home-section {
    margin-top: 64px;
}

.skl-home-section-heading {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: end;
    margin-bottom: 24px;
}

.skl-home-section-kicker {
    color: #6598cb;
}

.skl-home-section h2 {
    margin: 0;
    color: #245b8e;
    font: 700 clamp(2rem, 4vw, 3.3rem)/1.05 Georgia, serif;
}

.skl-home-news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.skl-home-news-card {
    overflow: hidden;
    border: 1px solid #e1e6e8;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 6px 20px rgba(31, 75, 116, .08);
}

.skl-home-news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(31, 75, 116, .15);
}

.skl-home-news-image {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: linear-gradient(135deg, #dceaf5, #6598cb);
    text-decoration: none;
}

.skl-home-news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.skl-home-news-placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    color: rgba(255, 255, 255, .9);
    font: 700 4rem/1 Georgia, serif;
}

.skl-home-news-body {
    padding: 22px;
}

/* Öffentliches News-Archiv mit Suche und zwölf Meldungen pro Seite. */
.skl-news-archive-main {
    background: #f6f6f2;
}

.skl-news-archive {
    padding-top: 42px;
    padding-bottom: 64px;
}

.skl-news-archive-heading {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: end;
    margin-bottom: 26px;
}

.skl-news-archive-heading h1 {
    margin: 0;
    color: #245b8e;
    font: 700 clamp(2.1rem, 4vw, 3.4rem)/1.05 Georgia, serif;
}

.skl-news-search {
    margin: 0 0 30px;
    padding: 20px;
    border: 1px solid #d7e0e9;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(31, 75, 116, .08);
}

.skl-news-search label {
    display: block;
    margin-bottom: 8px;
    color: #245b8e;
    font-weight: 800;
}

.skl-news-search-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.skl-news-search input {
    min-width: min(100%, 360px);
    min-height: 44px;
    box-sizing: border-box;
    padding: 9px 12px;
    border: 1px solid #9aa6af;
    border-radius: 7px;
    background: #f6f6f2;
    color: #273746;
    font: inherit;
}

.skl-news-search button {
    min-height: 44px;
    padding: 9px 18px;
    border: 0;
    border-radius: 7px;
    background: #0071b3;
    color: #fff;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.skl-news-search button:hover,
.skl-news-search button:focus-visible {
    background: #245b8e;
}

.skl-news-search-row > a {
    color: #0071b3;
    font-weight: 700;
}

.skl-news-search-result {
    margin: -12px 0 22px;
    color: #4d5862;
    font-weight: 700;
}

.skl-news-archive-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.skl-news-archive-grid .skl-home-news-card h2 {
    margin: 0 0 12px;
    font: 700 1.3rem/1.25 Georgia, serif;
}

.skl-news-archive-grid .skl-home-news-card h2 a {
    color: #0071b3;
    text-decoration: none;
}

.skl-news-pagination {
    margin-top: 34px;
}

.skl-news-pagination .page-numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    list-style: none;
}

.skl-news-pagination a,
.skl-news-pagination .current {
    display: inline-block;
    min-width: 40px;
    box-sizing: border-box;
    padding: 9px 12px;
    border-radius: 7px;
    background: #fff;
    color: #0071b3;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(31, 75, 116, .09);
}

.skl-news-pagination .current {
    background: #6598cb;
    color: #fff;
    font-weight: 800;
}

.skl-home-news-date {
    margin: 0 0 8px;
    color: #66717c;
    font-size: .86rem;
    font-weight: 700;
}

.skl-home-news-card h3 {
    margin: 0 0 12px;
    font: 700 1.3rem/1.25 Georgia, serif;
}

.skl-home-news-card h3 a,
.skl-home-read-more,
.skl-home-event h3 a,
.skl-home-all-link {
    color: #0071b3;
    text-decoration: none;
}

.skl-home-news-body > p:not(.skl-home-news-date) {
    color: #4d5862;
    line-height: 1.55;
}

.skl-home-read-more,
.skl-home-all-link {
    font-weight: 800;
}

.skl-home-events-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.skl-home-event {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 20px;
    align-items: center;
    padding: 20px;
    border-left: 5px solid #6598cb;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(31, 75, 116, .08);
}

.skl-home-event-date {
    display: block;
    padding: 12px 8px;
    border-radius: 9px;
    background: #dceaf5;
    color: #245b8e;
    text-align: center;
}

.skl-home-event-date strong,
.skl-home-event-date span {
    display: block;
}

.skl-home-event-date strong {
    font: 700 2rem/1 Georgia, serif;
}

.skl-home-event-date span {
    margin-top: 5px;
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.skl-home-event h3 {
    margin: 0 0 7px;
    font: 700 1.25rem/1.25 Georgia, serif;
}

.skl-home-event p {
    margin: 0;
    color: #4d5862;
}

.skl-home-news-card,
.skl-home-quicklinks a,
.skl-home-button {
    transition: transform .2s ease, box-shadow .2s ease;
}

/* Vollständiger Fußbereich. */
.site-footer {
    display: none !important;
}

.skl-site-footer {
    margin-top: 0;
    padding: 34px 0 28px;
    border-top: 1px solid rgba(255, 255, 255, .28);
    background: #6598cb;
    color: #fff;
}

.skl-site-footer-inner {
    text-align: center;
}

.skl-site-footer-name {
    margin: 0 0 16px;
    font-weight: 800;
}

.skl-site-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 0;
    margin: 0;
}

.skl-site-footer-links a,
.skl-site-footer-copy a {
    color: #fff;
    text-decoration: none;
}

.skl-site-footer-links a {
    padding: 0 11px;
    border-left: 1px solid rgba(255, 255, 255, .58);
    font-weight: 700;
}

.skl-site-footer-links a:first-child {
    border-left: 0;
}

.skl-site-footer-links a:hover,
.skl-site-footer-links a:focus-visible,
.skl-site-footer-copy a:hover,
.skl-site-footer-copy a:focus-visible {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.skl-site-footer-copy {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .92);
    font-size: .94rem;
}

/*
 * Bigband-Slideshow: immer genau ein Bild, volle verfuegbare Breite und
 * eigenstaendige Bedienung. Die Selektoren fuer Seite 3256 reparieren auch
 * die nachfolgenden Pressebilder, bei denen im importierten HTML "with"
 * statt "width" eingetragen war.
 */
.skl-bigband-slider {
    width: 100% !important;
    max-width: 1180px;
    margin: 10px auto 18px;
}

.skl-bigband-slider-stage {
    position: relative;
    width: 100% !important;
    overflow: hidden;
    border-radius: 10px;
    background: #132438;
    box-shadow: 0 5px 18px rgba(0, 0, 0, .16);
}

.skl-bigband-slide {
    position: absolute;
    inset: 0;
    display: block;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    object-fit: contain;
    opacity: 0;
    animation: skl-bigband-autoplay 40s infinite;
}

.skl-bigband-slide:first-of-type {
    position: relative;
}

.skl-bigband-slide:nth-of-type(1) { animation-delay: 0s; }
.skl-bigband-slide:nth-of-type(2) { animation-delay: 4s; }
.skl-bigband-slide:nth-of-type(3) { animation-delay: 8s; }
.skl-bigband-slide:nth-of-type(4) { animation-delay: 12s; }
.skl-bigband-slide:nth-of-type(5) { animation-delay: 16s; }
.skl-bigband-slide:nth-of-type(6) { animation-delay: 20s; }
.skl-bigband-slide:nth-of-type(7) { animation-delay: 24s; }
.skl-bigband-slide:nth-of-type(8) { animation-delay: 28s; }
.skl-bigband-slide:nth-of-type(9) { animation-delay: 32s; }
.skl-bigband-slide:nth-of-type(10) { animation-delay: 36s; }

@keyframes skl-bigband-autoplay {
    0%, 9.7% { opacity: 1; }
    10%, 100% { opacity: 0; }
}

.skl-bigband-slider.is-js-ready .skl-bigband-slide {
    position: absolute;
    opacity: 0;
    animation: none !important;
}

.skl-bigband-slider.is-js-ready .skl-bigband-slide.is-active {
    position: relative;
    opacity: 1;
}

.skl-bigband-slide[hidden] {
    display: none !important;
}

@media (prefers-reduced-motion: reduce) {
    .skl-bigband-slide {
        display: none;
        opacity: 1;
        animation: none !important;
    }

    .skl-bigband-slide:first-of-type,
    .skl-bigband-slider.is-js-ready .skl-bigband-slide.is-active {
        position: relative;
        display: block;
    }
}

.skl-bigband-slider-button {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: grid;
    width: 46px;
    height: 54px;
    padding: 0;
    border: 0;
    border-radius: 7px;
    background: rgba(0, 0, 0, .54);
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
    place-items: center;
    transform: translateY(-50%);
    cursor: pointer;
}

.skl-bigband-slider-button:hover,
.skl-bigband-slider-button:focus-visible {
    background: rgba(0, 113, 179, .94);
    outline: 3px solid #fff;
    outline-offset: -4px;
}

.skl-bigband-slider-previous {
    left: 12px;
}

.skl-bigband-slider-next {
    right: 12px;
}

.skl-bigband-slider-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    min-height: 34px;
    padding-top: 8px;
}

.skl-bigband-slider-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px;
}

.skl-bigband-slider-dot {
    width: 11px;
    height: 11px;
    padding: 0;
    border: 1px solid #6598cb;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}

.skl-bigband-slider-dot.is-active {
    background: #0071b3;
}

.skl-bigband-slider-status {
    margin: 0;
    color: #4d5964;
    font-size: .85rem;
    font-variant-numeric: tabular-nums;
}

.page-id-3256 main img,
.page-id-3256 .entry-content img,
.page-id-3256 .content img,
.page-id-3256 main a img,
.page-id-3256 .entry-content a img,
.page-id-3256 .content a img {
    box-sizing: border-box;
    max-width: 100% !important;
    height: auto !important;
}

.page-id-3256 main > img,
.page-id-3256 .entry-content > img,
.page-id-3256 .entry-content > p > a > img,
.page-id-3256 .entry-content > div > a > img {
    width: 100% !important;
}

@media (max-width: 760px) {
    .site-header .site-width {
        display: grid !important;
        grid-template-columns: 1fr auto;
        align-items: center;
        min-height: 0 !important;
        padding: 12px 16px !important;
    }

    .site-header .site-branding {
        grid-column: 2;
        grid-row: 1;
    }

    .skl-front-header-title {
        position: static;
        grid-column: 1 / -1;
        grid-row: 2;
        margin: 8px 0 0;
        font-size: 1.08rem;
    }

    .site-header .custom-logo {
        width: 72px !important;
        height: 72px !important;
    }

    .skl-menu-toggle {
        grid-column: 1;
        grid-row: 1;
        display: inline-flex !important;
        width: max-content;
        align-items: center;
        gap: 9px;
        padding: 10px 14px;
        border: 2px solid #fff;
        border-radius: 4px;
        background: transparent;
        color: #fff;
        font: inherit;
        font-weight: 700;
        cursor: pointer;
    }

    .skl-menu-toggle-icon {
        font-size: 1.35rem;
        line-height: 1;
    }

    .site-header .site-width > nav {
        position: static !important;
        grid-column: 1 / -1;
        grid-row: 3;
        display: none;
        width: 100%;
        margin-top: 12px;
    }

    .site-header .site-width > nav.skl-menu-open {
        display: block !important;
    }

    .site-header nav .primary-menu {
        display: block !important;
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    .site-header nav .primary-menu > li,
    .site-header nav .primary-menu .sub-menu > li {
        position: relative !important;
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        border-top: 1px solid rgba(255, 255, 255, 0.28);
    }

    .site-header nav .primary-menu a {
        display: block !important;
        padding: 12px 46px 12px 12px !important;
        border: 0 !important;
        white-space: normal !important;
        color: #fff !important;
    }

    .site-header nav .primary-menu .menu-item-has-children > .sub-menu {
        position: static !important;
        display: none !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 0 0 16px !important;
        background: rgba(0, 0, 0, 0.10) !important;
        box-shadow: none !important;
    }

    .site-header nav .primary-menu .menu-item-has-children.skl-submenu-open > .sub-menu {
        display: block !important;
    }

    .site-header nav .primary-menu .sub-menu a {
        color: #fff !important;
    }

    .skl-submenu-toggle {
        position: absolute;
        top: 3px;
        right: 0;
        z-index: 2;
        display: block !important;
        width: 42px;
        height: 42px;
        padding: 0;
        border: 0;
        background: transparent;
        color: #fff;
        font-size: 1.25rem;
        line-height: 42px;
        cursor: pointer;
    }

    .skl-submenu-open > .skl-submenu-toggle {
        transform: rotate(180deg);
    }

    .skl-home {
        padding-top: 20px;
        padding-bottom: 42px;
    }

    .skl-home-hero {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 24px 20px;
        border-radius: 14px;
    }

    .skl-home-hero-note {
        min-height: 0;
        border-radius: 12px;
    }

    .skl-home-quicklinks {
        grid-template-columns: 1fr;
        margin: 16px 0 0;
    }

    .skl-home-intro,
    .skl-home-section {
        margin-top: 44px;
    }

    .skl-home-section-heading {
        display: block;
    }

    .skl-home-all-link {
        display: inline-block;
        margin-top: 14px;
    }

    .skl-home-news-grid,
    .skl-home-events-grid {
        grid-template-columns: 1fr;
    }

    .skl-news-archive-heading {
        display: block;
    }

    .skl-news-archive-heading .skl-event-add-button {
        margin-top: 14px;
    }

    .skl-news-search-row {
        display: grid;
    }

    .skl-news-search input,
    .skl-news-search button {
        width: 100%;
    }

    .skl-home-event {
        grid-template-columns: 72px 1fr;
        gap: 14px;
        padding: 16px;
    }

    .skl-site-footer {
        padding: 28px 18px 24px;
    }

    .skl-site-footer-links {
        display: grid;
        gap: 0;
    }

    .skl-site-footer-links a {
        padding: 10px 6px;
        border-top: 1px solid rgba(255, 255, 255, .26);
        border-left: 0;
    }

    .skl-site-footer-links a:first-child {
        border-top: 0;
    }

    .skl-bigband-slider {
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0;
        margin-left: 0;
    }

    .skl-bigband-slider-stage {
        width: 100% !important;
        border-radius: 5px;
    }

    .skl-bigband-slider-button {
        width: 40px;
        height: 48px;
        font-size: 1.45rem;
    }

    .skl-bigband-slider-previous {
        left: 6px;
    }

    .skl-bigband-slider-next {
        right: 6px;
    }

    .page-id-3256 main img,
    .page-id-3256 .entry-content img,
    .page-id-3256 .content img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }
}
