body {
  font-family: Verdana, sans-serif !important;
  text-align: left;
  text-justify: auto;
}

h1, h2, h3, h4 {
  font-family: Verdana, sans-serif;
  font-weight: normal;
  line-height: 1.4;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

h1 { font-size: 1.6rem; }
h2 { font-size: 1.4rem; }
h3 { font-size: 1.2rem; }
h4 { font-size: 0.8rem; }



/* ========== Blockquote neutral ========== */
blockquote {
  font-style: normal;
  font-size: 14pt;
  color: #333;
  padding: 1em 1em 1em 60px;
  border-left: 5px solid #ccc;
  background: #f9f9f9 url(images/icon-text-blockquote.png) no-repeat 15px 15px;
  background-size: 30px;
  margin: 1em 0;
}


/* ========== Infoboxen ========== */

/* 1. Hinweis */
.box-hinweis {
  background-color: #eef5fa;
  border-left: 5px solid #2980b9;
  padding: 1em 1.5em;
  margin: 1.5em 0;
  border-radius: 4px;
}

/* 2. Tipp */
.box-tipp {
  background-color: #f0f8e0;
  border-left: 5px solid #6aa84f;
  padding: 1em 1.5em;
  margin: 1.5em 0;
  border-radius: 4px;
}

/* 3. Achtung */
.box-achtung {
  background-color: #fff4e5;
  border-left: 5px solid #e69138;
  padding: 1em 1.5em;
  margin: 1.5em 0;
  border-radius: 4px;
}

/* 4. Beispiel */
.box-beispiel {
  background-color: #f3f3f3;
  border-left: 5px solid #666666;
  padding: 1em 1.5em;
  margin: 1.5em 0;
  border-radius: 4px;
}


/* ========== FAQ Accordion ========== */

.faq-box details {
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 0;
}

.faq-box summary {
  list-style: none;
  cursor: pointer;
  font-weight: 600;
  color: #1A4645; /* Rauchblau */
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.faq-box summary::after {
  content: "›";
  font-size: 1.4em;
  transform: rotate(0deg);
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.faq-box details[open] summary::after {
  transform: rotate(90deg);
}

.faq-box summary::-webkit-details-marker {
  display: none;
}

.faq-box p {
  margin: 8px 0 0 0;
  color: #000;
}

.faq-box details[open] {
  padding-bottom: 12px;
}

/* =========================================================
   ABC DER BETRIEBSKOSTEN â€“ LANDINGPAGE
   FINALVERSION FÃœR JOOMLA / SHAPER HELIX
   Farbwelt: Rauchblau #336699
   GrÃ¼n und Orange vollstÃ¤ndig entfernt
   Haken per Unicode-Escape: \2713
   ========================================================= */


/* ---------------------------------------------------------
   GRUNDEINSTELLUNGEN
   --------------------------------------------------------- */

.abc-landing {
    width: 100%;
    color: #2f3f4f;
    font-size: 17px;
    line-height: 1.65;
}

.abc-landing * {
    box-sizing: border-box;
}

.abc-wrap {
    width: 92%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

.abc-landing h1,
.abc-landing h2,
.abc-landing h3 {
    color: #336699 !important;
    line-height: 1.2;
}

.abc-landing h1 {
    font-size: 52px;
    margin-top: 0;
    margin-bottom: 24px;
}

.abc-landing h2 {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 20px;
}

.abc-landing h3 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 12px;
}

.abc-landing p {
    margin-top: 0;
    margin-bottom: 18px;
}


/* ---------------------------------------------------------
   HERO
   --------------------------------------------------------- */

.abc-landing .abc-hero {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #f7f9fb !important;
}

.abc-landing .abc-hero-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 50px;
}

.abc-landing .abc-hero-copy {
    flex: 1 1 500px;
}

.abc-landing .abc-hero-product {
    flex: 1 1 380px;
}

.abc-landing .abc-kicker {
    display: inline-block;
    margin-bottom: 12px;
    color: #336699 !important;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.abc-landing .abc-hero-lead {
    max-width: 680px;
    color: #336699 !important;
    font-size: 24px;
    font-weight: bold;
}

.abc-landing .abc-hero-text {
    max-width: 680px;
    color: #5c6f82 !important;
    font-size: 18px;
}

.abc-landing .abc-hero-actions {
    margin-top: 30px;
}

.abc-landing .abc-hero-actions .abc-btn {
    margin-right: 20px;
    margin-bottom: 10px;
}

.abc-landing .abc-textlink {
    color: #336699 !important;
    font-weight: bold;
    text-decoration: none;
}

.abc-landing .abc-textlink:hover {
    color: #244c73 !important;
    text-decoration: underline;
}


/* ---------------------------------------------------------
   PRODUKTBILD
   --------------------------------------------------------- */

.abc-landing .abc-product-card {
    padding: 18px;
    background-color: #ffffff !important;
    border: 1px solid #d7e0e8 !important;
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(51, 102, 153, 0.14);
}

.abc-landing .abc-product-image {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 10px;
}

.abc-landing .abc-product-meta {
    padding-top: 14px;
    color: #647688 !important;
    font-size: 14px;
}

.abc-landing .abc-product-meta strong {
    display: block;
    color: #336699 !important;
    margin-bottom: 3px;
}


/* ---------------------------------------------------------
   BUTTONS
   --------------------------------------------------------- */

.abc-landing .abc-btn {
    display: inline-block;
    padding: 14px 26px;
    border-radius: 30px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
    border: 0;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.abc-landing .abc-btn-primary {
    background: #336699 !important;
    background-color: #336699 !important;
    color: #ffffff !important;
}

.abc-landing .abc-btn-primary:hover,
.abc-landing .abc-btn-primary:focus {
    background: #244c73 !important;
    background-color: #244c73 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}


/* ---------------------------------------------------------
   NORMALE ABSCHNITTE
   --------------------------------------------------------- */

.abc-landing .abc-section {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
}

.abc-landing .abc-section-soft {
    background-color: #f7f9fb !important;
}

.abc-landing .abc-section-head {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 42px;
    text-align: center;
}

.abc-landing .abc-section-head p {
    color: #5c6f82 !important;
    font-size: 18px;
}

.abc-landing .abc-eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    color: #336699 !important;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}


/* ---------------------------------------------------------
   DREI INFO-KARTEN
   --------------------------------------------------------- */

.abc-landing .abc-grid-3 {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

.abc-landing .abc-feature {
    flex: 1 1 280px;
    padding: 28px;
    background-color: #ffffff !important;
    border: 1px solid #d7e0e8 !important;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(51, 102, 153, 0.08);
}

.abc-landing .abc-feature-number {
    display: block;
    width: 46px;
    height: 46px;
    margin-bottom: 18px;
    padding-top: 10px;
    background-color: #eaf2f8 !important;
    border-radius: 50%;
    color: #336699 !important;
    font-weight: bold;
    text-align: center;
}


/* ---------------------------------------------------------
   ZWISCHENBANNER
   --------------------------------------------------------- */

.abc-landing .abc-band {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    background: #eaf2f8 !important;
    background-color: #eaf2f8 !important;
    color: #244c73 !important;
    text-align: center;
}

.abc-landing .abc-band p {
    margin: 0;
    color: #244c73 !important;
    font-size: 23px;
    font-weight: bold;
}


/* ---------------------------------------------------------
   ZWEI-SPALTEN-BEREICH
   --------------------------------------------------------- */

.abc-landing .abc-two-col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 50px;
}

.abc-landing .abc-two-col > div {
    flex: 1 1 420px;
}

.abc-landing .abc-two-col-center {
    align-items: center;
}


/* ---------------------------------------------------------
   BEISPIELFRAGEN / CHECKLISTE
   --------------------------------------------------------- */

.abc-landing .abc-checklist {
    width: 100%;
}

.abc-landing .abc-check {
    position: relative;
    margin-bottom: 12px;
    padding: 15px 18px 15px 52px;
    background-color: #ffffff !important;
    border: 1px solid #d7e0e8 !important;
    border-radius: 12px;
    color: #2f3f4f !important;
}

.abc-landing .abc-check::before {
    content: "\2713";
    position: absolute;
    left: 18px;
    top: 14px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-color: #eaf2f8 !important;
    border-radius: 50%;
    color: #336699 !important;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}


/* ---------------------------------------------------------
   VIER KLEINE KARTEN
   --------------------------------------------------------- */

.abc-landing .abc-grid-4 {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.abc-landing .abc-mini-card {
    flex: 1 1 220px;
    padding: 22px;
    background-color: #f7f9fb !important;
    border-top: 4px solid #336699 !important;
}

.abc-landing .abc-mini-card strong {
    display: block;
    margin-bottom: 5px;
    color: #336699 !important;
    font-size: 19px;
}

.abc-landing .abc-mini-card span {
    color: #5c6f82 !important;
}


/* ---------------------------------------------------------
   DUNKLER PREIS-BEREICH
   --------------------------------------------------------- */

.abc-landing .abc-section-dark {
    background: #336699 !important;
    background-color: #336699 !important;
    color: #ffffff !important;
}

.abc-landing .abc-section-dark h2 {
    color: #ffffff !important;
}

.abc-landing .abc-section-dark p {
    color: #eef5fb !important;
}

.abc-landing .abc-eyebrow-light {
    color: #d9e8f5 !important;
}

.abc-landing .abc-price-card {
    padding: 35px;
    background-color: #ffffff !important;
    border-radius: 18px;
    color: #2f3f4f !important;
    text-align: center;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.16);
}

.abc-landing .abc-price-label {
    display: block;
    color: #336699 !important;
    font-size: 19px;
    font-weight: bold;
}

.abc-landing .abc-price {
    margin-top: 12px;
    margin-bottom: 10px;
    color: #336699 !important;
    font-size: 56px;
    font-weight: bold;
    line-height: 1;
}

.abc-landing .abc-price-card p {
    color: #5c6f82 !important;
}


/* ---------------------------------------------------------
   FAQ
   --------------------------------------------------------- */

.abc-landing .faq-box {
    width: 100%;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.abc-landing .faq-box details {
    margin-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ffffff !important;
    border: 1px solid #d7e0e8 !important;
    border-radius: 12px;
}

.abc-landing .faq-box summary {
    padding-top: 18px;
    padding-bottom: 18px;
    color: #336699 !important;
    font-weight: bold;
    cursor: pointer;
}

.abc-landing .faq-box details p {
    padding-bottom: 18px;
    color: #5c6f82 !important;
}


/* ---------------------------------------------------------
   SCHLUSS-CTA
   --------------------------------------------------------- */

.abc-landing .abc-final-cta {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    background: #336699 !important;
    background-color: #336699 !important;
    color: #ffffff !important;
    text-align: center;
}

.abc-landing .abc-final-cta h2 {
    color: #ffffff !important;
}

.abc-landing .abc-final-cta p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 28px;
    color: #eef5fb !important;
    font-size: 18px;
}

.abc-landing .abc-final-cta .abc-kicker {
    color: #d9e8f5 !important;
}


/* ---------------------------------------------------------
   TABLET
   --------------------------------------------------------- */

@media screen and (max-width: 900px) {

    .abc-landing h1 {
        font-size: 42px;
    }

    .abc-landing h2 {
        font-size: 31px;
    }

    .abc-landing .abc-hero-grid,
    .abc-landing .abc-two-col {
        display: block;
    }

    .abc-landing .abc-hero-copy {
        margin-bottom: 40px;
    }

    .abc-landing .abc-hero-product {
        max-width: 650px;
        margin-left: auto;
        margin-right: auto;
    }

    .abc-landing .abc-two-col > div {
        margin-bottom: 30px;
    }
}


/* ---------------------------------------------------------
   SMARTPHONE
   --------------------------------------------------------- */

@media screen and (max-width: 600px) {

    .abc-landing .abc-wrap {
        width: 90%;
    }

    .abc-landing .abc-hero,
    .abc-landing .abc-section,
    .abc-landing .abc-final-cta {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .abc-landing h1 {
        font-size: 36px;
    }

    .abc-landing h2 {
        font-size: 28px;
    }

    .abc-landing h3 {
        font-size: 21px;
    }

    .abc-landing .abc-hero-lead {
        font-size: 21px;
    }

    .abc-landing .abc-hero-actions .abc-btn {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 18px;
    }

    .abc-landing .abc-textlink {
        display: block;
        text-align: center;
    }

    .abc-landing .abc-grid-3,
    .abc-landing .abc-grid-4 {
        display: block;
    }

    .abc-landing .abc-feature,
    .abc-landing .abc-mini-card {
        margin-bottom: 18px;
    }

    .abc-landing .abc-band p {
        font-size: 19px;
    }

    .abc-landing .abc-price {
        font-size: 48px;
    }
}

/* ABC der Betriebskosten – Werbekasten in Fachartikeln */

.abc-hinweis {
    margin: 30px 0;
    padding: 24px 28px;
    background: #eef3f7;
    border-left: 6px solid #336699;
    border-radius: 6px;
    color: #263536;
}

.abc-hinweis-kicker {
    margin-bottom: 6px;
    color: #336699;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.abc-hinweis-titel {
    margin-bottom: 12px;
    color: #336699;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

.abc-hinweis p {
    margin: 0 0 12px 0;
    font-size: 15px;
    line-height: 1.6;
}

.abc-hinweis p strong {
    font-size: inherit;
}

.abc-hinweis-button {
    display: inline-block;
    margin-top: 5px;
    padding: 11px 18px;
    background: #336699;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    border-radius: 4px;
    transition: opacity 0.2s ease;
}

.abc-hinweis-button:hover,
.abc-hinweis-button:focus {
    background: #2b5782;
    color: #ffffff !important;
    text-decoration: none !important;
    opacity: 0.95;
}

@media (max-width: 600px) {
    .abc-hinweis {
        padding: 18px 20px;
        margin: 24px 0;
    }

    .abc-hinweis-titel {
        font-size: 17px;
    }

    .abc-hinweis p {
        font-size: 15px;
    }

    .abc-hinweis-button {
        display: block;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
}
/* Ende ABC der Betriebskosten – Werbekasten in Fachartikeln */
