/* =========================================================
   KÖNIG PYROTECHNIK – HEADER + NAVIGATION
   ========================================================= */

.koenig-navigation {
    width: 100%;
    margin: -16px 0 0 0 !important;
    padding: 0 !important;
    background: #151515 !important;
    border-top: 1px solid #555 !important;
    border-bottom: 1px solid #555 !important;
}

.koenig-navigation .mod-menu {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.koenig-navigation .mod-menu > li {
    display: block !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

.koenig-navigation .mod-menu > li > a {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 68px !important;
    padding: 0 30px !important;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.koenig-navigation .mod-menu > li > a:hover {
    color: #e2b900 !important;
}

.koenig-navigation .mod-menu > li.active > a,
.koenig-navigation .mod-menu > li.current > a {
    color: #e2b900 !important;
}

.koenig-navigation .mod-menu > li.active > a::after,
.koenig-navigation .mod-menu > li.current > a::after {
    content: "";
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 8px;
    height: 2px;
    background: #e2b900;
}

.koenig-navigation svg,
.koenig-navigation .icon-chevron-left,
.koenig-navigation .icon-chevron-right {
    display: none !important;
}


/* =========================================================
   JUBILÄUM STARTSEITE
   ========================================================= */

.koenig-jubilaeum {
    max-width: 1272px;
    margin: 35px auto 55px;
    padding: 34px 40px;
    display: grid;
    grid-template-columns: 0.85fr 1.4fr;
    gap: 45px;
    align-items: center;
    background: #f7f1e5;
    border: 1px solid #d7b45a;
    border-radius: 10px;
}

.koenig-jubilaeum-text {
    padding: 10px 0;
}

.koenig-kicker {
    margin-bottom: 16px;
    color: #b58a18;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.koenig-gold-line {
    width: 65px;
    height: 2px;
    margin-bottom: 30px;
    background: #c99a16;
}

.koenig-gold-line.small {
    width: 48px;
    margin-top: 25px;
    margin-bottom: 22px;
}

.koenig-jubilaeum h1 {
    margin: 0;
    color: #171717;
    font-size: clamp(34px, 3.2vw, 52px);
    font-weight: 400;
    line-height: 1.15;
}

.koenig-jubilaeum-text p {
    max-width: 520px;
    margin: 0;
    color: #333333;
    font-size: 18px;
    line-height: 1.7;
}

.koenig-jubilaeum-bild img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 9px;
}

.koenig-foto-credit {
    margin-top: 8px;
    color: #333333;
    font-size: 13px;
    font-style: italic;
    text-align: right;
}


/* =========================================================
   STARTSEITE – INTRO
   ========================================================= */

.koenig-start-intro {
    max-width: 900px;
    margin: 60px auto;
    padding: 30px;
    text-align: center;
    background: #ffffff;
}

.koenig-start-intro .koenig-start-kicker {
    margin-bottom: 14px;
    color: #b58a18;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.koenig-start-intro h2 {
    margin: 0;
    color: #171717;
    font-size: clamp(32px, 4vw, 46px);
    font-weight: 400;
    line-height: 1.2;
}

.koenig-start-line {
    width: 60px;
    height: 2px;
    margin: 25px auto;
    background: #c99a16;
}

.koenig-start-intro p {
    margin: 0 auto 18px;
    color: #444444;
    font-size: 17px;
    line-height: 1.75;
}

.koenig-start-intro .koenig-start-lead {
    color: #222222;
    font-size: 19px;
}


/* =========================================================
   STARTSEITE – LEISTUNGEN
   ========================================================= */

.koenig-start-services {
    max-width: 1272px;
    margin: 0 auto 60px;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.koenig-service-card {
    padding: 30px;
    background: #171717;
    color: #ffffff;
    border-top: 3px solid #c99a16;
}

.koenig-service-number {
    margin-bottom: 20px;
    color: #c99a16;
    font-size: 13px;
    letter-spacing: 2px;
}

.koenig-service-card h3 {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
}

.koenig-service-card p {
    margin: 0;
    color: #d5d5d5;
    font-size: 15px;
    line-height: 1.65;
}


/* =========================================================
   STARTSEITE – CTA
   ========================================================= */

.koenig-start-cta {
    max-width: 1272px;
    margin: 0 auto 60px;
    padding: 35px;
    background: #f7f1e5;
    border: 1px solid #d7b45a;
}

.koenig-start-cta-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 50px;
    align-items: center;
}

.koenig-start-cta h2 {
    margin: 0 0 15px;
    color: #171717;
    font-size: 32px;
    font-weight: 400;
}

.koenig-start-cta p {
    margin: 0;
    color: #444444;
    font-size: 16px;
    line-height: 1.7;
}

.koenig-start-cta-button a {
    display: inline-block;
    padding: 14px 28px;
    background: #171717;
    color: #ffffff;
    text-decoration: none;
}

.koenig-start-cta-button a:hover {
    background: #c99a16;
    color: #000000;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 950px) {
    .koenig-start-services {
        grid-template-columns: repeat(2, 1fr);
    }

    .koenig-start-cta-inner {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}

@media (max-width: 900px) {
    .koenig-jubilaeum {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .koenig-navigation .mod-menu {
        flex-wrap: wrap !important;
    }

    .koenig-navigation .mod-menu > li > a {
        min-height: 48px !important;
        padding: 0 12px !important;
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .koenig-jubilaeum {
        margin: 20px auto 35px;
        padding: 22px 18px;
    }

    .koenig-jubilaeum h1 {
        font-size: 31px;
    }

    .koenig-start-intro {
        margin: 40px auto;
        padding: 20px;
    }

    .koenig-start-services {
        grid-template-columns: 1fr;
    }

    .koenig-start-cta {
        padding: 25px 20px;
    }
}
/* =========================================================
   KÖNIG PYROTECHNIK – FOOTER
   ========================================================= */

.koenig-footer {
    width: 100%;
    margin-top: 60px;
    background: #151515;
    border-top: 3px solid #c99a16;
    color: #ffffff;
}

.koenig-footer-inner {
    max-width: 1272px;
    margin: 0 auto;
    padding: 45px 40px 35px;

    display: grid;
    grid-template-columns: 1.2fr 1fr 0.7fr;
    gap: 50px;
}

.koenig-footer-title {
    margin-bottom: 18px;

    color: #e2b900;
    font-size: 20px;
    font-weight: 500;
}

.koenig-footer-subtitle {
    margin-bottom: 15px;

    color: #e2b900;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.koenig-footer-text {
    margin-bottom: 14px;

    color: #d5d5d5;
    font-size: 14px;
    line-height: 1.7;
}

.koenig-footer a {
    color: #ffffff;
    text-decoration: none;
}

.koenig-footer a:hover {
    color: #e2b900;
}

.koenig-footer-right {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}

.koenig-footer-bottom {
    max-width: 1272px;
    margin: 0 auto;

    padding: 18px 40px 22px;

    border-top: 1px solid #333333;

    color: #999999;
    font-size: 12px;
}


/* TABLET */
@media (max-width: 900px) {

    .koenig-footer-inner {
        grid-template-columns: 1fr 1fr;
    }

    .koenig-footer-right {
        grid-column: 1 / -1;
        flex-direction: row;
        gap: 25px;
    }
}


/* SMARTPHONE */
@media (max-width: 600px) {

    .koenig-footer-inner {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 35px 22px 25px;
    }

    .koenig-footer-right {
        grid-column: auto;
        flex-direction: column;
    }

    .koenig-footer-bottom {
        padding: 15px 22px 18px;
    }
}

/* =========================================================
   ASTROID / JOOMLA – AUTORENBOX AUSBLENDEN
   ========================================================= */

.author-wrap {
    display: none !important;
}

/* =========================================================
   KÖNIG PYROTECHNIK – ÜBER UNS
   ========================================================= */


/* ---------------------------------------------------------
   HERO
   --------------------------------------------------------- */

.koenig-about-hero {
    max-width: 1272px;
    margin: 32px auto 55px;
    padding: 48px 55px;

    background: #f7f1e5;
    border: 1px solid #d7b45a;
    border-radius: 8px;
}

.koenig-about-kicker {
    margin-bottom: 14px;

    color: #b58a18;

    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.koenig-about-line {
    width: 55px;
    height: 2px;

    margin: 18px 0 26px;

    background: #c99a16;
}

.koenig-about-hero h1 {
    margin: 0 0 24px;

    color: #171717;

    font-size: clamp(38px, 4vw, 56px);
    font-weight: 400;
    line-height: 1.1;
}

.koenig-about-hero p {
    max-width: 850px;
    margin: 0 0 14px;

    color: #333333;

    font-size: 17px;
    line-height: 1.7;
}

.koenig-about-lead {
    font-size: 19px !important;
}


/* ---------------------------------------------------------
   GESCHICHTE
   --------------------------------------------------------- */

.koenig-about-story {
    max-width: 1100px;
    margin: 0 auto 60px;

    display: grid;
    grid-template-columns: 0.9fr 1.3fr;
    gap: 70px;
}

.koenig-about-story-title h2 {
    margin: 0;

    color: #171717;

    font-size: 34px;
    font-weight: 400;
    line-height: 1.25;
}

.koenig-about-story-text p {
    margin: 0 0 20px;

    color: #333333;

    font-size: 17px;
    line-height: 1.75;
}


/* ---------------------------------------------------------
   KARTEN
   --------------------------------------------------------- */

.koenig-about-values {
    max-width: 1272px;
    margin: 0 auto 60px;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.koenig-about-card {
    min-height: 220px;
    padding: 32px 30px;

    background: #171717;
    border-top: 3px solid #c99a16;

    color: #ffffff;
}

.koenig-about-number {
    margin-bottom: 20px;

    color: #e2b900;

    font-size: 13px;
    letter-spacing: 2px;
}

.koenig-about-card h3 {
    margin: 0 0 15px;

    color: #ffffff;

    font-size: 22px;
    font-weight: 400;
}

.koenig-about-card p {
    margin: 0;

    color: #d6d6d6;

    font-size: 15px;
    line-height: 1.65;
}


/* ---------------------------------------------------------
   ABSCHLUSS
   --------------------------------------------------------- */

.koenig-about-quote {
    max-width: 1272px;
    margin: 0 auto 60px;
    padding: 40px 50px;

    background: #f7f1e5;
    border: 1px solid #d7b45a;
}

.koenig-about-quote h2 {
    margin: 0 0 14px;

    color: #171717;

    font-size: 34px;
    font-weight: 400;
}

.koenig-about-quote p {
    margin: 0;

    color: #333333;

    font-size: 17px;
    line-height: 1.7;
}


/* ---------------------------------------------------------
   RESPONSIVE
   --------------------------------------------------------- */

@media (max-width: 900px) {

    .koenig-about-story {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .koenig-about-values {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {

    .koenig-about-hero {
        margin-top: 20px;
        padding: 32px 22px;
    }

    .koenig-about-hero h1 {
        font-size: 36px;
    }

    .koenig-about-story {
        padding: 0 8px;
    }

    .koenig-about-story-title h2 {
        font-size: 29px;
    }

    .koenig-about-card {
        min-height: auto;
        padding: 28px 24px;
    }

    .koenig-about-quote {
        padding: 30px 22px;
    }

    .koenig-about-quote h2 {
        font-size: 29px;
    }
}
.koenig-fire-highlight {
    max-width: 1272px;
    margin: 0 auto 60px;
    padding: 40px 50px;

    background: #171717;
    border-top: 3px solid #c99a16;

    color: #ffffff;
}

.koenig-fire-highlight h2 {
    margin: 0 0 20px;

    color: #ffffff;

    font-size: 32px;
    font-weight: 400;
    line-height: 1.3;
}

.koenig-fire-highlight p {
    max-width: 950px;
    margin: 0 0 16px;

    color: #dddddd;

    font-size: 16px;
    line-height: 1.7;
}
/* =========================================================
   FEUERWERKE – ZUM EINSATZ KOMMEN
   ========================================================= */

.koenig-fire-products {
    max-width: 1272px;
    margin: 0 auto 60px;
    padding: 40px;

    background: #f7f1e5;
    border: 1px solid #d7b45a;
    border-radius: 8px;
}

.koenig-fire-products-content {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 45px;
    align-items: center;
}

.koenig-fire-products-text h2 {
    margin: 0 0 18px;
    color: #171717;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.25;
}

.koenig-fire-products-intro {
    margin: 0 0 24px;
    color: #333333;
    font-size: 16px;
    line-height: 1.65;
}

.koenig-fire-products-list {
    display: grid;
    gap: 4px;
}

.koenig-fire-products-list div {
    position: relative;
    padding: 7px 0 7px 20px;
    color: #222222;
    font-size: 15px;
    line-height: 1.4;
}

.koenig-fire-products-list div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    width: 8px;
    height: 2px;
    background: #c99a16;
}

.koenig-fire-products-image img {
    display: block;
    width: 100%;
    height: 440px;
    object-fit: cover;
    border-radius: 8px;
}

@media (max-width: 900px) {
    .koenig-fire-products-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .koenig-fire-products-image img {
        height: auto;
    }
}

@media (max-width: 600px) {
    .koenig-fire-products {
        padding: 25px 20px;
    }

    .koenig-fire-products-text h2 {
        font-size: 28px;
    }
}
/* =========================================================
   KÖNIG PYROTECHNIK – ANGEBOTE
   ========================================================= */

.koenig-offer-hero {
    max-width: 1272px;
    margin: 32px auto 55px;
    padding: 48px 55px;

    background: #f7f1e5;
    border: 1px solid #d7b45a;
    border-radius: 8px;
}

.koenig-offer-kicker {
    margin-bottom: 14px;

    color: #b58a18;

    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.koenig-offer-line {
    width: 55px;
    height: 2px;

    margin: 18px 0 26px;

    background: #c99a16;
}

.koenig-offer-hero h1 {
    margin: 0 0 24px;

    color: #171717;

    font-size: clamp(38px, 4vw, 56px);
    font-weight: 400;
    line-height: 1.1;
}

.koenig-offer-hero p {
    max-width: 850px;
    margin: 0 0 14px;

    color: #333333;

    font-size: 17px;
    line-height: 1.7;
}

.koenig-offer-lead {
    font-size: 19px !important;
}


/* =========================================================
   ANGEBOT – BESCHREIBUNG
   ========================================================= */

.koenig-offer-content {
    max-width: 1100px;
    margin: 0 auto 60px;

    display: grid;
    grid-template-columns: 0.9fr 1.3fr;
    gap: 70px;
}

.koenig-offer-content-title h2 {
    margin: 0;

    color: #171717;

    font-size: 34px;
    font-weight: 400;
    line-height: 1.25;
}

.koenig-offer-content-text p {
    margin: 0 0 20px;

    color: #333333;

    font-size: 17px;
    line-height: 1.75;
}


/* =========================================================
   FEUERWERKSKÖRPER
   ========================================================= */

.koenig-offer-effects {
    max-width: 1272px;
    margin: 0 auto 25px;
    padding: 38px 42px;

    background: #171717;
    border-top: 3px solid #c99a16;

    color: #ffffff;
}

.koenig-offer-effects h2 {
    margin: 0 0 28px;

    color: #ffffff;

    font-size: 30px;
    font-weight: 400;
}

.koenig-offer-effects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 30px;
}

.koenig-offer-effects-grid div {
    position: relative;

    padding: 8px 0 8px 18px;

    color: #dddddd;

    font-size: 15px;
}

.koenig-offer-effects-grid div::before {
    content: "";

    position: absolute;
    left: 0;
    top: 17px;

    width: 7px;
    height: 2px;

    background: #c99a16;
}


/* =========================================================
   INKLUSIVLEISTUNGEN
   ========================================================= */

.koenig-offer-included {
    max-width: 1272px;
    margin: 0 auto 25px;
    padding: 38px 42px;

    background: #f7f1e5;
    border: 1px solid #d7b45a;
}

.koenig-offer-included-head h2 {
    margin: 0 0 28px;

    color: #171717;

    font-size: 30px;
    font-weight: 400;
}

.koenig-offer-included-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px 30px;
}

.koenig-offer-included-grid div {
    padding: 14px 0;

    border-bottom: 1px solid #d8c9a8;

    color: #222222;

    font-size: 15px;
}

.koenig-offer-included-grid span {
    margin-right: 12px;

    color: #b58a18;

    font-size: 12px;
    font-weight: 600;
}


/* =========================================================
   PREIS
   ========================================================= */

.koenig-offer-price {
    max-width: 1272px;
    margin: 0 auto 60px;
    padding: 38px 45px;

    display: grid;
    grid-template-columns: 1fr auto;
    gap: 50px;
    align-items: center;

    background: #171717;
    border-top: 3px solid #c99a16;
}

.koenig-offer-price-text h2 {
    margin: 0 0 12px;

    color: #ffffff;

    font-size: 30px;
    font-weight: 400;
}

.koenig-offer-price-text p {
    max-width: 650px;
    margin: 0;

    color: #cccccc;

    font-size: 16px;
    line-height: 1.65;
}

.koenig-offer-price-box {
    min-width: 250px;

    padding-left: 40px;

    border-left: 1px solid #555555;

    text-align: right;
}

.koenig-offer-price-from {
    margin-bottom: 3px;

    color: #c99a16;

    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
}

.koenig-offer-price-value {
    color: #ffffff;

    font-size: 38px;
    font-weight: 400;
    line-height: 1.15;
}

.koenig-offer-price-tax {
    margin-top: 5px;

    color: #aaaaaa;

    font-size: 13px;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 900px) {

    .koenig-offer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .koenig-offer-effects-grid,
    .koenig-offer-included-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .koenig-offer-price {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .koenig-offer-price-box {
        padding: 25px 0 0;
        border-left: 0;
        border-top: 1px solid #555555;
        text-align: left;
    }
}

@media (max-width: 600px) {

    .koenig-offer-hero {
        margin-top: 20px;
        padding: 32px 22px;
    }

    .koenig-offer-hero h1 {
        font-size: 36px;
    }

    .koenig-offer-content {
        padding: 0 8px;
    }

    .koenig-offer-effects,
    .koenig-offer-included,
    .koenig-offer-price {
        padding: 30px 22px;
    }

    .koenig-offer-effects-grid,
    .koenig-offer-included-grid {
        grid-template-columns: 1fr;
    }

    .koenig-offer-price-value {
        font-size: 34px;
    }
}
/* =========================================================
   KÖNIG PYROTECHNIK – PREISE
   ========================================================= */

.koenig-price-hero {
    max-width: 1272px;
    margin: 32px auto 55px;
    padding: 48px 55px;
    background: #f7f1e5;
    border: 1px solid #d7b45a;
    border-radius: 8px;
}

.koenig-price-kicker {
    margin-bottom: 14px;
    color: #b58a18;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.koenig-price-line {
    width: 55px;
    height: 2px;
    margin: 18px 0 26px;
    background: #c99a16;
}

.koenig-price-hero h1 {
    margin: 0 0 24px;
    color: #171717;
    font-size: clamp(38px, 4vw, 56px);
    font-weight: 400;
    line-height: 1.1;
}

.koenig-price-hero p {
    max-width: 850px;
    margin: 0 0 14px;
    color: #333333;
    font-size: 17px;
    line-height: 1.7;
}

.koenig-price-lead {
    font-size: 19px !important;
}

.koenig-price-intro {
    max-width: 1100px;
    margin: 0 auto 60px;
    display: grid;
    grid-template-columns: 0.9fr 1.3fr;
    gap: 70px;
}

.koenig-price-intro-title h2 {
    margin: 0;
    color: #171717;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.25;
}

.koenig-price-intro-text p {
    margin: 0 0 18px;
    color: #333333;
    font-size: 17px;
    line-height: 1.7;
}

.koenig-price-cards {
    max-width: 1272px;
    margin: 0 auto 35px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.koenig-price-card {
    padding: 32px 30px;
    background: #171717;
    border-top: 3px solid #c99a16;
    color: #ffffff;
}

.koenig-price-number {
    margin-bottom: 18px;
    color: #e2b900;
    font-size: 13px;
    letter-spacing: 2px;
}

.koenig-price-card h3 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
}

.koenig-price-value {
    margin-bottom: 10px;
    color: #e2b900;
    font-size: 28px;
    font-weight: 500;
}

.koenig-price-card p {
    margin: 0;
    color: #d6d6d6;
    font-size: 15px;
}

.koenig-price-extra {
    max-width: 1272px;
    margin: 0 auto 35px;
    padding: 38px 42px;
    background: #f7f1e5;
    border: 1px solid #d7b45a;
}

.koenig-price-extra-head h2 {
    margin: 0 0 28px;
    color: #171717;
    font-size: 30px;
    font-weight: 400;
}

.koenig-price-extra-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.koenig-price-extra-grid > div {
    padding: 20px;
    background: #ffffff;
    border: 1px solid #e2d6bb;
}

.koenig-price-extra-grid span,
.koenig-price-extra-grid strong,
.koenig-price-extra-grid small {
    display: block;
}

.koenig-price-extra-grid span {
    margin-bottom: 10px;
    color: #333333;
    font-size: 15px;
}

.koenig-price-extra-grid strong {
    margin-bottom: 4px;
    color: #171717;
    font-size: 23px;
    font-weight: 500;
}

.koenig-price-extra-grid small {
    color: #777777;
}

.koenig-price-writing {
    max-width: 1272px;
    margin: 0 auto 35px;
    padding: 38px 45px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 50px;
    align-items: center;
    background: #171717;
}

.koenig-price-writing h2 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
}

.koenig-price-writing p {
    margin: 0 0 8px;
    color: #cccccc;
    font-size: 16px;
}

.koenig-price-writing-value {
    min-width: 220px;
    padding-left: 35px;
    border-left: 1px solid #555555;
    text-align: right;
}

.koenig-price-writing-value span,
.koenig-price-writing-value strong {
    display: block;
}

.koenig-price-writing-value span {
    color: #c99a16;
    font-size: 12px;
    letter-spacing: 2px;
}

.koenig-price-writing-value strong {
    color: #ffffff;
    font-size: 36px;
    font-weight: 400;
}

.koenig-price-cta {
    max-width: 1272px;
    margin: 0 auto 60px;
    padding: 40px 50px;
    background: #ffffff;
    border-left: 4px solid #c99a16;
}

.koenig-price-cta h2 {
    margin: 0 0 14px;
    color: #171717;
    font-size: 32px;
    font-weight: 400;
}

.koenig-price-cta p {
    max-width: 900px;
    margin: 0;
    color: #333333;
    font-size: 16px;
    line-height: 1.7;
}

@media (max-width: 900px) {
    .koenig-price-intro,
    .koenig-price-writing {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .koenig-price-cards,
    .koenig-price-extra-grid {
        grid-template-columns: 1fr;
    }

    .koenig-price-writing-value {
        padding: 25px 0 0;
        border-left: 0;
        border-top: 1px solid #555555;
        text-align: left;
    }
}

@media (max-width: 600px) {
    .koenig-price-hero {
        margin-top: 20px;
        padding: 32px 22px;
    }

    .koenig-price-hero h1 {
        font-size: 36px;
    }

    .koenig-price-intro {
        padding: 0 8px;
    }

    .koenig-price-extra,
    .koenig-price-writing,
    .koenig-price-cta {
        padding: 30px 22px;
    }
}
/* =========================================================
   KÖNIG PYROTECHNIK – REFERENZEN
   ========================================================= */

.koenig-ref-hero {
    max-width: 1272px;
    margin: 32px auto 55px;
    padding: 48px 55px;

    background: #f7f1e5;
    border: 1px solid #d7b45a;
    border-radius: 8px;
}

.koenig-ref-kicker {
    margin-bottom: 14px;

    color: #b58a18;

    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.koenig-ref-line {
    width: 55px;
    height: 2px;

    margin: 18px 0 26px;

    background: #c99a16;
}

.koenig-ref-hero h1 {
    margin: 0 0 24px;

    color: #171717;

    font-size: clamp(38px, 4vw, 56px);
    font-weight: 400;
    line-height: 1.1;
}

.koenig-ref-hero p {
    max-width: 850px;
    margin: 0 0 14px;

    color: #333333;

    font-size: 17px;
    line-height: 1.7;
}

.koenig-ref-lead {
    font-size: 19px !important;
}


/* =========================================================
   REFERENZBEREICHE
   ========================================================= */

.koenig-ref-section {
    max-width: 1272px;
    margin: 0 auto 30px;
    padding: 38px 42px;

    border-top: 3px solid #c99a16;
}

.koenig-ref-section:not(.koenig-ref-section-light):not(.koenig-ref-section-dark) {
    background: #ffffff;
}

.koenig-ref-section-light {
    background: #f7f1e5;
    border: 1px solid #d7b45a;
    border-top: 3px solid #c99a16;
}

.koenig-ref-section-dark {
    background: #171717;
}

.koenig-ref-section-head h2 {
    margin: 0 0 28px;

    color: #171717;

    font-size: 30px;
    font-weight: 400;
}

.koenig-ref-section-dark .koenig-ref-section-head h2 {
    color: #ffffff;
}


/* =========================================================
   LISTENRASTER
   ========================================================= */

.koenig-ref-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 30px;
}

.koenig-ref-grid > div {
    position: relative;

    padding: 12px 0 12px 18px;

    border-bottom: 1px solid #e5e5e5;

    color: #333333;

    font-size: 15px;
    line-height: 1.45;
}

.koenig-ref-grid > div::before {
    content: "";

    position: absolute;
    left: 0;
    top: 21px;

    width: 7px;
    height: 2px;

    background: #c99a16;
}

.koenig-ref-section-dark .koenig-ref-grid > div {
    border-bottom-color: #333333;
    color: #dddddd;
}


/* =========================================================
   AUTOVORSTELLUNGEN
   ========================================================= */

.koenig-ref-cars {
    max-width: 1272px;
    margin: 0 auto 30px;
    padding: 38px 42px;

    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 60px;
    align-items: center;

    background: #171717;
    border-top: 3px solid #c99a16;
}

.koenig-ref-cars h2 {
    margin: 0;

    color: #ffffff;

    font-size: 30px;
    font-weight: 400;
}

.koenig-ref-cars-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.koenig-ref-cars-list span {
    padding: 10px 16px;

    border: 1px solid #555555;

    color: #ffffff;

    font-size: 14px;
}


/* =========================================================
   ABSCHLUSS
   ========================================================= */

.koenig-ref-end {
    max-width: 1272px;
    margin: 0 auto 60px;
    padding: 40px 50px;

    background: #f7f1e5;
    border: 1px solid #d7b45a;
}

.koenig-ref-end h2 {
    margin: 0;

    color: #171717;

    font-size: 32px;
    font-weight: 400;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 900px) {

    .koenig-ref-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .koenig-ref-cars {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 600px) {

    .koenig-ref-hero {
        margin-top: 20px;
        padding: 32px 22px;
    }

    .koenig-ref-hero h1 {
        font-size: 36px;
    }

    .koenig-ref-section,
    .koenig-ref-cars,
    .koenig-ref-end {
        padding: 28px 22px;
    }

    .koenig-ref-grid {
        grid-template-columns: 1fr;
    }
}
/* =========================================================
   REFERENZEN – NEUWAGENVORSTELLUNGEN FIX
   ========================================================= */

/* =========================================================
   NEUWAGENVORSTELLUNGEN – TRENNSTRICHE
   ========================================================= */

.koenig-ref-cars-list {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 0 !important;

    color: #ffffff !important;
}

.koenig-ref-cars-list span {
    display: inline-flex !important;
    align-items: center !important;

    padding: 0 !important;

    color: #ffffff !important;
    background: transparent !important;
    border: 0 !important;

    font-size: 16px !important;
    line-height: 1.5 !important;
}

.koenig-ref-cars-list span:not(:last-child)::after {
    content: "|";

    margin: 0 15px;

    color: #e2b900 !important;
    font-weight: 400;
}
/* =========================================================
   NEUWAGENVORSTELLUNGEN – TRENNSTRICHE FINAL
   ========================================================= */

.koenig-ref-cars-list {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 0 !important;
}

.koenig-ref-cars-list span {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;

    color: #ffffff !important;
    background: transparent !important;
    border: 0 !important;

    font-size: 16px !important;
}

.koenig-ref-cars-list > b {
    display: inline-block !important;
    margin-left: 14px !important;
    margin-right: 14px !important;
    padding: 0 !important;

    color: #e2b900 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}
.koenig-ref-cars-list {
    color: #ffffff !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
}

/* alten automatischen Trenner sicher abschalten */
.koenig-ref-cars-list span::after {
    content: none !important;
}
/* =========================================================
   KÖNIG PYROTECHNIK – GALERIE
   ========================================================= */

.koenig-gallery-hero {
    max-width: 1272px;
    margin: 32px auto 45px;
    padding: 48px 55px;

    background: #f7f1e5;
    border: 1px solid #d7b45a;
    border-radius: 8px;
}

.koenig-gallery-kicker {
    margin-bottom: 14px;

    color: #b58a18;

    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.koenig-gallery-line {
    width: 55px;
    height: 2px;
    margin: 18px 0 26px;

    background: #c99a16;
}

.koenig-gallery-hero h1 {
    margin: 0 0 24px;

    color: #171717;

    font-size: clamp(38px, 4vw, 56px);
    font-weight: 400;
    line-height: 1.1;
}

.koenig-gallery-hero p {
    max-width: 850px;
    margin: 0 0 14px;

    color: #333333;

    font-size: 17px;
    line-height: 1.7;
}

.koenig-gallery-lead {
    font-size: 19px !important;
}


/* =========================================================
   BILDERRASTER
   ========================================================= */

.koenig-gallery {
    max-width: 1272px;
    margin: 0 auto 60px;
}

.koenig-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.koenig-gallery-item {
    position: relative;
    display: block;

    height: 280px;

    overflow: hidden;

    background: #171717;
    border: 1px solid #333333;

    text-decoration: none !important;
}

.koenig-gallery-item img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform 0.5s ease,
        opacity 0.4s ease;
}


/* leichter Effekt beim Überfahren */

.koenig-gallery-item:hover img {
    transform: scale(1.045);
    opacity: 0.88;
}


/* goldene Linie beim Hover */

.koenig-gallery-item::after {
    content: "";

    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    height: 3px;

    background: #c99a16;

    transform: scaleX(0);
    transform-origin: left center;

    transition: transform 0.35s ease;
}

.koenig-gallery-item:hover::after {
    transform: scaleX(1);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .koenig-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .koenig-gallery-item {
        height: 260px;
    }
}


/* =========================================================
   SMARTPHONE
   ========================================================= */

@media (max-width: 600px) {

    .koenig-gallery-hero {
        margin-top: 20px;
        padding: 32px 22px;
    }

    .koenig-gallery-hero h1 {
        font-size: 36px;
    }

    .koenig-gallery-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .koenig-gallery-item {
        height: 260px;
    }
}
/* =========================================================
   GALERIE LIGHTBOX – ASTROID FIX
   ========================================================= */

#koenig-lightbox {
    position: fixed !important;

    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;

    width: 100vw !important;
    height: 100vh !important;

    z-index: 2147483647 !important;

    display: none !important;

    align-items: center !important;
    justify-content: center !important;

    padding: 50px 90px !important;

    background: rgba(0, 0, 0, 0.94) !important;
}

#koenig-lightbox.is-open {
    display: flex !important;
}

#koenig-lightbox .koenig-lightbox-image {
    display: block !important;

    width: auto !important;
    height: auto !important;

    max-width: calc(100vw - 180px) !important;
    max-height: calc(100vh - 80px) !important;

    object-fit: contain !important;
}

#koenig-lightbox .koenig-lightbox-close,
#koenig-lightbox .koenig-lightbox-prev,
#koenig-lightbox .koenig-lightbox-next {
    position: fixed !important;

    z-index: 2147483647 !important;

    padding: 0 !important;
    border: 0 !important;

    background: transparent !important;
    color: #ffffff !important;

    cursor: pointer !important;
}

#koenig-lightbox .koenig-lightbox-close {
    top: 18px !important;
    right: 28px !important;

    font-size: 52px !important;
    line-height: 1 !important;
}

#koenig-lightbox .koenig-lightbox-prev {
    top: 50% !important;
    left: 25px !important;

    transform: translateY(-50%) !important;

    font-size: 70px !important;
}

#koenig-lightbox .koenig-lightbox-next {
    top: 50% !important;
    right: 25px !important;

    transform: translateY(-50%) !important;

    font-size: 70px !important;
}

#koenig-lightbox .koenig-lightbox-close:hover,
#koenig-lightbox .koenig-lightbox-prev:hover,
#koenig-lightbox .koenig-lightbox-next:hover {
    color: #e2b900 !important;
}

body.koenig-lightbox-open {
    overflow: hidden !important;
}

@media (max-width: 600px) {

    #koenig-lightbox {
        padding: 55px 40px !important;
    }

    #koenig-lightbox .koenig-lightbox-image {
        max-width: calc(100vw - 80px) !important;
        max-height: calc(100vh - 100px) !important;
    }

    #koenig-lightbox .koenig-lightbox-prev {
        left: 7px !important;
    }

    #koenig-lightbox .koenig-lightbox-next {
        right: 7px !important;
    }
}
/* =========================================================
   KÖNIG PYROTECHNIK – IMPRESSUM / RECHTLICHES
   ========================================================= */

.koenig-legal-hero {
    max-width: 1272px;
    margin: 32px auto 35px;
    padding: 45px 50px;

    background: #f7f1e5;
    border: 1px solid #d7b45a;
    border-radius: 8px;
}

.koenig-legal-kicker {
    margin-bottom: 15px;

    color: #b58a18;

    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.koenig-legal-line {
    width: 55px;
    height: 2px;
    margin: 0 0 25px;

    background: #c99a16;
}

.koenig-legal-hero h1 {
    margin: 0 0 12px;

    color: #171717;

    font-size: clamp(38px, 4vw, 54px);
    font-weight: 400;
    line-height: 1.1;
}

.koenig-legal-hero p {
    margin: 0;

    color: #444444;

    font-size: 17px;
}


/* ---------------------------------------------------------
   KARTEN
   --------------------------------------------------------- */

.koenig-legal-grid {
    max-width: 1272px;
    margin: 0 auto 60px;

    display: grid;
    grid-template-columns: 1.25fr 1fr 1fr;
    gap: 20px;
}

.koenig-legal-card {
    padding: 35px 32px;

    background: #171717;
    border-top: 3px solid #c99a16;

    color: #ffffff;
}

.koenig-legal-number {
    margin-bottom: 18px;

    color: #e2b900;

    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
}

.koenig-legal-card h2 {
    margin: 0 0 24px;

    color: #ffffff;

    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
}

.koenig-legal-card p {
    margin: 0 0 20px;

    color: #eeeeee;

    font-size: 15px;
    line-height: 1.8;
}

.koenig-legal-card p:last-child {
    margin-bottom: 0;
}

.koenig-legal-card a {
    color: #e2b900 !important;
    text-decoration: none !important;
}

.koenig-legal-card a:hover {
    text-decoration: underline !important;
}


/* ---------------------------------------------------------
   TABLET
   --------------------------------------------------------- */

@media (max-width: 900px) {

    .koenig-legal-grid {
        grid-template-columns: 1fr;
    }

}


/* ---------------------------------------------------------
   SMARTPHONE
   --------------------------------------------------------- */

@media (max-width: 600px) {

    .koenig-legal-hero {
        margin-top: 20px;
        padding: 30px 22px;
    }

    .koenig-legal-card {
        padding: 28px 22px;
    }

}
/* =========================================================
   KÖNIG PYROTECHNIK – DATENSCHUTZ
   ========================================================= */

.koenig-privacy-hero {
    max-width: 1272px;
    margin: 32px auto 35px;
    padding: 45px 50px;

    background: #f7f1e5;
    border: 1px solid #d7b45a;
    border-radius: 8px;
}

.koenig-privacy-kicker {
    margin-bottom: 15px;

    color: #b58a18;

    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.koenig-privacy-line {
    width: 55px;
    height: 2px;
    margin: 0 0 25px;

    background: #c99a16;
}

.koenig-privacy-hero h1 {
    margin: 0 0 18px;

    color: #171717;

    font-size: clamp(38px, 4vw, 54px);
    font-weight: 400;
    line-height: 1.1;
}

.koenig-privacy-hero p {
    max-width: 850px;
    margin: 0;

    color: #444444;

    font-size: 17px;
    line-height: 1.7;
}


/* =========================================================
   DATENSCHUTZ-INHALT
   ========================================================= */

.koenig-privacy-content {
    max-width: 1100px;
    margin: 0 auto 60px;
}

.koenig-privacy-section {
    position: relative;

    margin-bottom: 18px;
    padding: 32px 38px 32px 85px;

    background: #ffffff;
    border: 1px solid #e2ded5;
    border-left: 3px solid #c99a16;
}

.koenig-privacy-number {
    position: absolute;

    top: 34px;
    left: 30px;

    color: #b58a18;

    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}

.koenig-privacy-section h2 {
    margin: 0 0 18px;

    color: #171717;

    font-size: 24px;
    font-weight: 400;
}

.koenig-privacy-section p {
    margin: 0 0 15px;

    color: #3b3b3b;

    font-size: 15px;
    line-height: 1.75;
}

.koenig-privacy-section p:last-child {
    margin-bottom: 0;
}

.koenig-privacy-section ul {
    margin: 5px 0 20px;
    padding-left: 22px;
}

.koenig-privacy-section li {
    margin-bottom: 7px;

    color: #3b3b3b;

    font-size: 15px;
    line-height: 1.55;
}

.koenig-privacy-section a {
    color: #a77d10 !important;
    text-decoration: none !important;
}

.koenig-privacy-section a:hover {
    text-decoration: underline !important;
}


/* SMARTPHONE */

@media (max-width: 600px) {

    .koenig-privacy-hero {
        margin-top: 20px;
        padding: 30px 22px;
    }

    .koenig-privacy-section {
        padding: 28px 22px;
    }

    .koenig-privacy-number {
        position: static;
        margin-bottom: 10px;
    }

    .koenig-privacy-section h2 {
        font-size: 22px;
    }
}
/* =========================================================
   KÖNIG PYROTECHNIK – FEUERWERKE GRUNDLAYOUT
   ========================================================= */

.koenig-fire-hero {
    max-width: 1272px;
    margin: 32px auto 55px;
    padding: 48px 55px;

    background: #f7f1e5;
    border: 1px solid #d7b45a;
    border-radius: 8px;
}

.koenig-fire-kicker {
    margin-bottom: 14px;

    color: #b58a18;

    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.koenig-fire-line {
    width: 55px;
    height: 2px;

    margin: 18px 0 26px;

    background: #c99a16;
}

.koenig-fire-hero h1 {
    margin: 0 0 24px;

    color: #171717;

    font-size: clamp(38px, 4vw, 56px);
    font-weight: 400;
    line-height: 1.1;
}

.koenig-fire-hero p {
    max-width: 850px;
    margin: 0 0 14px;

    color: #333333;

    font-size: 17px;
    line-height: 1.7;
}

.koenig-fire-lead {
    font-size: 19px !important;
}


/* =========================================================
   FEUERWERKE – TEXTBEREICH
   ========================================================= */

.koenig-fire-story {
    max-width: 1100px;
    margin: 0 auto 60px;

    display: grid;
    grid-template-columns: 0.9fr 1.3fr;
    gap: 70px;
}

.koenig-fire-story-title h2 {
    margin: 0;

    color: #171717;

    font-size: 34px;
    font-weight: 400;
    line-height: 1.25;
}

.koenig-fire-story-text p {
    margin: 0 0 20px;

    color: #333333;

    font-size: 17px;
    line-height: 1.75;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 900px) {

    .koenig-fire-story {
        grid-template-columns: 1fr;
        gap: 30px;
    }

}

@media (max-width: 600px) {

    .koenig-fire-hero {
        margin-top: 20px;
        padding: 32px 22px;
    }

    .koenig-fire-hero h1 {
        font-size: 36px;
    }

    .koenig-fire-story {
        padding: 0 8px;
    }

    .koenig-fire-story-title h2 {
        font-size: 29px;
    }

}