.casino-article-page {
    background: #fff;
    color: #172b4d;
    font-family: Montserrat, Arial, sans-serif;
}

.casino-article-page .site-shell { background: #fff; }

.casino-article-page .site-header {
    border-top: 4px solid #f28a00;
    box-shadow: 0 3px 18px rgba(13, 32, 64, .06);
}

.casino-article {
    --blue: #0a7bdc;
    --ink: #12294a;
    --muted: #53657d;
    --line: #dce8f5;
    --soft: #f3f8fe;
    width: min(100% - 64px, 1180px);
    margin: 0 auto;
    padding: 42px 0 30px;
}

.casino-article__grid {
    display: grid;
    grid-template-columns: minmax(0, 760px);
    gap: 0;
    align-items: start;
}

.casino-article__title {
    margin: 0 0 11px;
    color: var(--ink);
    font-size: 31px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: 0;
}

.casino-article__meta {
    margin: 0 0 33px;
    color: var(--blue);
    font-size: 14px;
    line-height: 1.4;
}

.casino-article__meta a,
.casino-toc a,
.casino-post-nav a,
.casino-impressum a {
    color: var(--blue);
    text-decoration: none;
}

.casino-article__intro,
.casino-entry p {
    color: #243852;
    font-size: 13px;
    line-height: 1.74;
    margin: 0 0 22px;
}

.casino-toc {
    width: min(100%, 506px);
    margin: 28px 0 32px;
    padding: 18px 22px 17px;
    background: #f4f9ff;
    border: 1px solid #d9e8f8;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(30, 98, 168, .08);
}

.casino-toc__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.casino-toc__title {
    margin: 0;
    color: var(--ink);
    font-size: 15px;
    font-weight: 800;
}

.casino-toc__icon {
    display: inline-grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border: 1px solid #c9d9eb;
    border-radius: 5px;
    color: #657790;
    font-size: 15px;
    line-height: 1;
}

.casino-toc ol {
    margin: 0;
    padding-left: 18px;
    color: #263d59;
    font-size: 12px;
    line-height: 1.95;
}

.casino-entry h2 {
    position: relative;
    margin: 34px 0 18px;
    padding-left: 43px;
    color: var(--ink);
    font-size: 29px;
    line-height: 1.15;
    font-weight: 800;
}

.casino-entry h2::before {
    content: attr(data-section-number);
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    color: #fff;
    background: var(--blue);
    border-radius: 5px;
    font-size: 16px;
    font-weight: 800;
}

.casino-entry h2:not([data-section-number])::before { display: none; }
.casino-entry h2:not([data-section-number]) { padding-left: 0; }

.casino-entry h3 {
    margin: 28px 0 12px;
    color: var(--ink);
    font-size: 22px;
    line-height: 1.25;
}

.casino-entry img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 28px 0 34px;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 18px 36px rgba(12, 38, 77, .13);
}

.casino-entry blockquote,
.casino-entry .casino-quote {
    position: relative;
    padding: 54px 22px 22px;
    margin: 28px 0 34px;
    background: #eef6ff;
    border-radius: 8px;
    color: #294867;
    font-size: 12px;
    line-height: 1.55;
}

.casino-entry blockquote::before,
.casino-entry .casino-quote::before {
    content: "\201C";
    position: absolute;
    top: 18px;
    left: 22px;
    color: var(--blue);
    font-size: 54px;
    line-height: 1;
    font-weight: 800;
}

.casino-post-nav {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin: 48px 0 52px;
    font-size: 14px;
    font-weight: 700;
}

.casino-impressum {
    width: min(100% - 64px, 1180px);
    margin: 0 auto 36px;
    padding: 34px 34px 36px;
    border-radius: 8px;
    background: #f6f8fb;
    box-shadow: 0 18px 45px rgba(13, 32, 64, .08);
}

.casino-impressum__top {
    display: grid;
    grid-template-columns: 410px minmax(0, 1fr);
    gap: 80px;
    align-items: start;
    padding-bottom: 42px;
    border-bottom: 1px solid #d6dee8;
}

.casino-impressum__logo {
    width: 190px;
    height: auto;
    margin-bottom: 42px;
}

.casino-impressum h2 {
    margin: 0 0 12px;
    color: var(--ink);
    font-size: 34px;
    line-height: 1.08;
    font-weight: 800;
}

.casino-impressum h3 {
    margin: 0 0 14px;
    color: var(--ink);
    font-size: 25px;
    line-height: 1.18;
    font-weight: 800;
}

.casino-impressum p {
    margin: 0;
    color: #1d3049;
    font-size: 13px;
    line-height: 1.55;
}

.casino-impressum__map iframe {
    display: block;
    width: 100%;
    min-height: 310px;
    border: 0;
    border-radius: 4px;
}

.casino-impressum__bottom {
    max-width: 610px;
    padding-top: 28px;
}

.casino-article-page .site-footer {
    background: #0574d6;
    color: #fff;
}

.casino-article-page .site-footer__inner {
    width: min(100% - 64px, 1088px);
    min-height: 58px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
}

.casino-article-page .site-footer__inner > * { display: none; }
.casino-article-page .site-footer__inner::before { content: "\00A9  2024 Notdienst Elektriker. All Rights Reserved."; }
.casino-article-page .site-footer__inner::after { content: "Impressum    |    Datenschutz    |    AGB"; }

@media (max-width: 1050px) {
    .casino-article,
    .casino-impressum,
    .casino-article-page .site-footer__inner {
        width: min(100% - 32px, 760px);
    }

    .casino-article__grid,
    .casino-impressum__top {
        grid-template-columns: 1fr;
        gap: 28px;
    }

}

@media (max-width: 640px) {
    .casino-article { padding-top: 28px; }
    .casino-article__title { font-size: 26px; }
    .casino-entry h2 { font-size: 24px; }
    .casino-impressum { padding: 24px 18px; }
    .casino-article-page .site-footer__inner {
        min-height: 78px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 8px;
    }
}
