/* ==========================================================================
   P-EX - Systemseiten Template
   Wiederverwendbar für BIG LED UP, FRAME, OCTANORM, X-MODULE usw.
   ========================================================================== */


/* ==========================================================================
   Basics / Section Helpers
   ========================================================================== */

#top .row-plus-right {
  position: relative;
}

#top .promotion-badge {
  margin-bottom: 10px;
  text-transform: uppercase;
}

#top .promotion-badge.primary {
  background: var(--primary, #e6001e);
  color: var(--white, #fff);
}

#top .promotion-badge.secondary {
  background: var(--secondary, #0055a4);
  color: var(--white, #fff);
}

#top .promotion-badge.align-center {
  text-align: center;
}

#top .align-center .promotion-badge,
#top .promotion-badge.align-center {
  margin-left: auto;
  margin-right: auto;
}

#top .button-row .button-flyer {
  display: inline-block;
  margin: 10px 10px 0 0;
}

#top .large-btn a {
  font-size: 16px;
  line-height: 22px;
  padding: 13px 22px;
}


/* ==========================================================================
   Hero
   Wird beim Enfold Hero vor allem über av_section + lp-hero-gradient gesteuert.
   Diese Klassen greifen zusätzlich, falls ein HTML-Hero verwendet wird.
   ========================================================================== */

#top .system-hero {
  position: relative;
  padding: 90px 35px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  overflow: hidden;
}

#top .system-hero-content {
  position: relative;
  z-index: 2;
  max-width: 850px;
}

#top .system-hero .eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 5px 12px;
  background: rgba(230, 0, 30, 0.9);
  color: var(--white, #ffffff);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 5px;
}

#top .system-hero h1,
#top .system-hero .hero-subline,
#top .system-hero .hero-trust {
  color: var(--white, #ffffff);
}

#top .system-hero .hero-subline {
  max-width: 760px;
  font-size: 20px;
  line-height: 30px;
}

#top .system-hero .hero-cta-wrap .button-flyer {
  display: inline-block;
  margin: 10px 10px 0 0;
}

#top .system-hero .hero-trust {
  margin-top: 18px;
  font-size: 14px;
  line-height: 20px;
}


/* ==========================================================================
   USP-Bar
   Bestehende Struktur von Messestand mieten:
   .avia_codeblock.usp-bar > .usp.items.five
   ========================================================================== */

#top .usp-bar {
  width: 100%;
}

#top .usp.items {
  display: grid;
  align-items: stretch;
}

#top .usp.items.five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

#top .usp.items > div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

#top .usp.items img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  flex: 0 0 42px;
}

#top .usp.items .text {
  min-width: 0;
}

#top .usp.items b {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}

#top .usp.items p.small {
  margin: 0;
  color: var(--white, #ffffff);
  font-size: 12px;
  line-height: 17px;
}

#top .desktop-hidden {
  display: none !important;
}

/* ==========================================================================
   USP-Bar mit Font Awesome Icons
   Ergänzung zur bestehenden .usp.items Struktur
   ========================================================================== */

#top .usp.items.fa-usp > div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

#top .usp-bar .usp.items.five .mobile-hidden {
  display: inline-flex !important;
}

#top .usp.items.fa-usp .usp-fa-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  color: var(--white, #ffffff);
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}

#top .usp.items.fa-usp .text {
  min-width: 0;
}

#top .usp.items.fa-usp b.white {
  display: block;
  margin-bottom: 5px;
  color: var(--white, #ffffff) !important;
  font-size: 15px;
  line-height: 20px;
  font-weight: 800;
}

#top .usp.items.fa-usp p.small {
  margin: 0;
  color: var(--white, #ffffff);
  font-size: 12px;
  line-height: 17px;
}

/* Falls in derselben Bar noch alte SVG Icons vorkommen */
#top .usp.items.fa-usp img {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  object-fit: contain;
}

/* Mobile */
@media only screen and (max-width: 767px) {
  #top .usp.items.fa-usp > div {
    gap: 10px;
  }
  #top .usp-bar .usp.items.five .mobile-hidden {
  display: none !important;
}

  #top .usp.items.fa-usp .usp-fa-icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    font-size: 19px;
  }

  #top .usp.items.fa-usp b.white {
    font-size: 14px;
    line-height: 19px;
  }

  #top .usp.items.fa-usp p.small {
    font-size: 12px;
    line-height: 16px;
  }
}

/* ==========================================================================
   Fullservice / System erklärt / Systemvorteile Cards
   ========================================================================== */

#top .fullservice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

#top .fullservice-card {
  position: relative;
  min-height: 100%;
  padding: 32px 30px;
  background: var(--white, #ffffff);
  border: 1px solid rgba(31, 31, 31, 0.08);
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

#top .fullservice-card:hover {
  transform: translateY(-4px);
  border-color: rgba(230, 0, 30, 0.3);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.09);
}

#top .fullservice-card.highlighted {
  background: var(--secondary, #0055a4);
  color: var(--white, #ffffff);
}

#top .fullservice-card.highlighted::before {
  background: var(--primary, #e6001e);
}

#top .fullservice-card.highlighted h3,
#top .fullservice-card.highlighted p,
#top .fullservice-card.highlighted .fullservice-number {
  color: var(--white, #ffffff) !important;
}

#top .fullservice-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 48px;
  margin-bottom: 18px;
  padding: 0 12px;
  background: rgba(230, 0, 30, 0.1);
  color: var(--primary, #e6001e);
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  border-radius: 999px;
}

#top .fullservice-card.highlighted .fullservice-number {
  background: rgba(255, 255, 255, 0.18);
}

#top .fullservice-card h3 {
  margin: 0 0 12px;
  color: var(--black, #1f1f1f);
}

#top .fullservice-card p {
  margin: 0;
  color: #4f4f4f;
  font-size: 15px;
  line-height: 1.55;
}


/* ==========================================================================
   Systemseiten - Kategorie-Kacheln mit Bild oben
   ========================================================================== */

#top .system-category-image-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

#top .system-category-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: var(--white, #ffffff);
  border: 1px solid rgba(31, 31, 31, 0.08);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

#top .system-category-card:hover {
  transform: translateY(-5px);
  border-color: rgba(230, 0, 30, 0.28);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.12);
}

#top .system-category-card.featured {
  border-color: rgba(230, 0, 30, 0.35);
  box-shadow: 0 16px 40px rgba(230, 0, 30, 0.08);
}

#top .system-category-image {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  background: var(--default, #f7f7f7);
  overflow: hidden;
}

#top .system-category-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

#top .system-category-card:hover .system-category-image img {
  transform: scale(1.06);
}

#top .system-category-content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 26px 26px 28px;
}

#top .system-category-content .zusatzoption-label {
  display: inline-block;
  align-self: flex-start;
  margin: 0 0 14px;
  padding: 5px 10px;
  background: var(--primary, #e6001e);
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px;
}

#top .system-category-content h3 {
  margin: 0 0 12px;
  color: var(--black, #1f1f1f) !important;
}

#top .system-category-content p {
  margin: 0;
  color: #4f4f4f;
  font-size: 15px;
  line-height: 1.55;
}

#top .system-category-content .content-link {
  display: inline-block;
  align-self: flex-start;
  margin-top: auto;
  padding-top: 18px;
  color: var(--primary, #e6001e) !important;
  font-size: 15px;
  line-height: 20px;
  font-weight: 800;
  text-decoration: none !important;
}

#top .system-category-content .content-link::after {
  content: " →";
  transition: padding-left 0.2s ease;
}

#top .system-category-card:hover .content-link::after {
  padding-left: 4px;
}

/* Responsive */
@media only screen and (max-width: 1180px) {
  #top .system-category-image-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 767px) {
  #top .system-category-image-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  #top .system-category-image {
    aspect-ratio: 16 / 9;
  }

  #top .system-category-content {
    padding: 22px;
  }

  #top .system-category-content p {
    font-size: 14px;
    line-height: 1.45;
  }
}

/* ==========================================================================
   Entscheidungshilfe / Aktionsbedingungen Cards
   ========================================================================== */

#top .aktionsbedingungen-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

#top .aktionsbedingung-card {
  position: relative;
  min-height: 100%;
  padding: 32px 30px;
  background: var(--white, #ffffff);
  border: 1px solid rgba(31, 31, 31, 0.08);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

#top .aktionsbedingung-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  width: 100%;
  height: 5px;
  background: var(--primary, #e6001e);
}

#top .aktionsbedingung-card:hover {
  transform: translateY(-4px);
  border-color: rgba(230, 0, 30, 0.3);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.09);
}

#top .aktionsbedingung-card.required::before {
  background: var(--secondary, #0055a4);
}

#top .aktionsbedingung-card.optional::before {
  background: #1f1f1f;
}

#top .aktionsbedingung-card h3 {
  margin: 0 0 20px;
  color: var(--black, #1f1f1f);
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
}

#top .aktionsbedingung-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#top .aktionsbedingung-card li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 22px !important;
  color: #4f4f4f !important;
  font-size: 15px !important;
  line-height: 1.55;
}

#top .aktionsbedingung-card li:last-child {
  margin-bottom: 0;
}

#top .aktionsbedingung-card li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--primary, #e6001e);
  font-weight: 900;
}

#top .aktionsbedingung-card.required li::before {
  color: var(--secondary, #0055a4);
}

#top .aktionsbedingung-card.optional li::before {
  color: #1f1f1f;
}
/* ==========================================================================
   Konfigurator VIDEO BG
   ========================================================================== */

#top #konfigurator.av-section-with-video-bg {
  max-height: initial !important;
  height: initial;
}

/* ==========================================================================
   Hinweisboxen / CTA Boxen
   ========================================================================== */

#top .aktion-hinweisbox,
#top .system-decision-box,
#top .zusatzoptionen-cta {
  position: relative;
  margin-top: 28px;
  padding: 26px 30px;
  background: var(--secondary, #0055a4);
  color: var(--white, #ffffff);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 85, 164, 0.16);
}

#top .aktion-hinweisbox::after,
#top .system-decision-box::after,
#top .zusatzoptionen-cta::after {
  content: "\f05a";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 54px;
  height: 54px;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.12);
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 600;
  font-size: 54px;
  line-height: 54px;
  text-align: center;
  z-index: 1;
}

#top .aktion-hinweisbox > *,
#top .system-decision-box > *,
#top .zusatzoptionen-cta > * {
  position: relative;
  z-index: 2;
}

#top .aktion-hinweisbox strong,
#top .system-decision-box strong,
#top .zusatzoptionen-cta strong {
  display: block;
  margin-bottom: 8px;
  color: var(--white, #ffffff) !important;
  font-size: 20px;
  line-height: 26px;
  font-weight: 800 !important;
}

#top .aktion-hinweisbox p,
#top .system-decision-box p,
#top .zusatzoptionen-cta p {
  max-width: 880px;
  margin: 0 0 14px;
  color: var(--white, #ffffff);
  font-size: 16px;
  line-height: 1.6;
}

#top .system-decision-box .button-flyer,
#top .zusatzoptionen-cta .button-flyer,
#top .aktion-hinweisbox .button-flyer {
  display: inline-block;
  margin: 10px 10px 0 0;
}

/* ==========================================================================
   Systemseiten - Beratung mit CF7 Formular und Kontaktbox
   ========================================================================== */

#top .system-beratung-section .container {
  overflow: visible;
}

#top .system-beratung-form-col,
#top .system-beratung-contact-col {
  margin-top: 0 !important;
}

/* Formular Grundbox */
#top .system-contact-form {
  margin: 0;
  padding: 0;
}

#top .system-contact-form .single-form-layout {
  display: block;
}

#top .system-contact-form .cf7-aktion-fields {
  padding: 32px;
  background: var(--white, #ffffff);
  border: 1px solid rgba(31, 31, 31, 0.08);
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.07);
}

/* Section Headlines im Formular */
#top .system-contact-form .form-section-title {
  margin: 0 0 14px;
  padding: 0 0 8px;
  color: var(--black, #1f1f1f);
  font-size: 16px;
  line-height: 22px;
  font-weight: 800;
  border-bottom: 1px solid #ececec;
}

#top .system-contact-form .form-section-title:not(:first-child) {
  margin-top: 24px;
}

/* Reihen und Spalten */
#top .system-contact-form .form-row {
  margin-bottom: 0;
}

#top .system-contact-form .form-row.two-cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

#top .system-contact-form .field-col {
  min-width: 0;
}

/* Labels kompakter */
#top .system-contact-form label {
  display: block !important;
  margin: 0 !important;
  color: var(--black, #1f1f1f) !important;
  font-size: 13px !important;
  line-height: 18px !important;
  font-weight: 700 !important;
}

#top .system-contact-form label br {
  display: none !important;
}

/* Inputs */
#top .system-contact-form input[type="text"],
#top .system-contact-form input[type="email"],
#top .system-contact-form input[type="tel"],
#top .system-contact-form input[type="date"],
#top .system-contact-form input[type="file"],
#top .system-contact-form select,
#top .system-contact-form textarea {
  width: 100%;
  min-height: 40px;
  margin: 6px 0 0;
  padding: 9px 11px;
  border: 1px solid #DBD9D9 !important;
  border-radius: 5px !important;
  background-color: var(--white, #ffffff);
  color: var(--black, #1f1f1f);
  font-family: inherit;
  font-size: 14px;
  line-height: 20px;
  box-shadow: none !important;
}

#top .system-contact-form textarea {
  min-height: 115px;
  resize: vertical;
}

#top .system-contact-form input:focus,
#top .system-contact-form select:focus,
#top .system-contact-form textarea:focus {
  border-color: var(--primary, #e6001e) !important;
  outline: none;
}

/* Upload Hinweis */
#top .system-contact-form small {
  display: block;
  margin-top: 6px;
  color: #777777;
  font-size: 12px;
  line-height: 17px;
}

/* Checkbox Grid */
#top .system-contact-form .aktion-checkbox-grid .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 6px;
}

#top .system-contact-form .aktion-checkbox-grid .wpcf7-list-item {
  display: block;
  margin: 0;
}

#top .system-contact-form .aktion-checkbox-grid label {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-height: 40px;
  padding: 10px 12px;
  background: #f7f7f7;
  border: 1px solid rgba(31, 31, 31, 0.08);
  border-radius: 5px;
  cursor: pointer;
}

#top .system-contact-form .aktion-checkbox-grid input[type="checkbox"] {
  width: auto;
  min-height: auto;
  margin: 2px 0 0;
  padding: 0;
}

#top .system-contact-form .aktion-checkbox-grid .wpcf7-list-item-label {
  color: #4f4f4f;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
}

/* Submit */
#top .system-contact-form .form-submit-row {
  margin-top: 22px;
}

#top .system-contact-form input[type="submit"],
#top .system-contact-form .wpcf7-submit {
  width: auto;
  min-height: 44px;
  margin: 0;
  padding: 12px 22px;
  border: 1px solid var(--primary, #e6001e) !important;
  border-radius: 5px !important;
  background: var(--primary, #e6001e) !important;
  color: var(--white, #ffffff) !important;
  font-family: inherit;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

#top .system-contact-form input[type="submit"]:hover,
#top .system-contact-form .wpcf7-submit:hover {
  background: var(--primary2, #c9001a) !important;
  border-color: var(--primary2, #c9001a) !important;
}

/* CF7 Meldungen */
#top .system-contact-form .wpcf7-not-valid-tip {
  margin-top: 5px;
  color: var(--primary, #e6001e);
  font-size: 12px;
  line-height: 16px;
}

#top .system-contact-form .wpcf7-response-output {
  margin: 20px 0 0 !important;
  padding: 12px 14px !important;
  border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
}

/* ==========================================================================
   CF7 Response Styling - Erfolg, Fehler, Validierung
   ========================================================================== */

/* Grundstil für alle CF7 Meldungen */
#top .wpcf7 form .wpcf7-response-output {
  position: relative;
  width: 100%;
  margin: 22px 0 0 !important;
  padding: 16px 18px 16px 52px !important;
  border: 0 !important;
  border-radius: 8px;
  color: var(--black, #1f1f1f);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  
}

/* Icon allgemein */
#top .wpcf7 form .wpcf7-response-output::before {
  position: absolute;
  top: 50%;
  left: 18px;
  width: 22px;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}

/* Erfolgreich versendet */
#top .wpcf7 form.sent .wpcf7-response-output {
  background: #edf8f1;
  color: #145c2e;
  border-left: 5px solid #1f9d55 !important;
}

#top .wpcf7 form.sent .wpcf7-response-output::before {
  content: "\f00c";
  color: #1f9d55;
}

/* Validierungsfehler */
#top .wpcf7 form.invalid .wpcf7-response-output,
#top .wpcf7 form.unaccepted .wpcf7-response-output {
  background: #fff4e5;
  color: #7a4a00;
  border-left: 5px solid #f5a623 !important;
}

#top .wpcf7 form.invalid .wpcf7-response-output::before,
#top .wpcf7 form.unaccepted .wpcf7-response-output::before {
  content: "\f071";
  color: #f5a623;
}

/* Versandfehler */
#top .wpcf7 form.failed .wpcf7-response-output,
#top .wpcf7 form.aborted .wpcf7-response-output,
#top .wpcf7 form.spam .wpcf7-response-output {
  background: #fdecec;
  color: #8a1f1f;
  border-left: 5px solid var(--primary, #e6001e) !important;
}

#top .wpcf7 form.failed .wpcf7-response-output::before,
#top .wpcf7 form.aborted .wpcf7-response-output::before,
#top .wpcf7 form.spam .wpcf7-response-output::before {
  content: "\f06a";
  color: var(--primary, #e6001e);
}

/* Einzelne Feld-Fehlermeldungen */
#top .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: var(--primary, #e6001e);
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}

/* Fehlerhafte Felder */
#top .wpcf7-not-valid {
  border-color: var(--primary, #e6001e) !important;
  background-color: #fffafa !important;
}


/* ==========================================================================
   Rechte Kontaktbox
   ========================================================================== */

#top .system-contact-box {
  position: sticky;
  top: 120px;
  background: var(--white, #ffffff);
  border: 1px solid rgba(31, 31, 31, 0.08);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.07);
}

#top .system-contact-image {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  background: #f7f7f7;
  overflow: hidden;
}

#top .system-contact-image::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 45%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.28)
  );
  pointer-events: none;
}

#top .system-contact-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#top .system-contact-content {
  padding: 26px;
}

#top .system-contact-content .summary-label {
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 10px;
  background: rgba(230, 0, 30, 0.1);
  color: var(--primary, #e6001e);
  font-size: 12px;
  line-height: 16px;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 5px;
}

#top .system-contact-content h3 {
  margin: 0 0 12px;
  color: var(--black, #1f1f1f);
}

#top .system-contact-content p {
  margin: 0 0 18px;
  color: #4f4f4f;
  font-size: 15px;
  line-height: 1.55;
}

/* Kontaktmöglichkeiten */
#top .system-contact-list {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

#top .system-contact-item {
  position: relative;
  display: block;
  padding: 14px 14px 14px 48px;
  background: #f7f7f7;
  color: var(--black) !important;
  border: 1px solid rgba(31, 31, 31, 0.08);
  border-radius: 8px;
  text-decoration: none !important;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

#top .system-contact-item:hover,
#top .system-contact-item:focus {
  background: #ffffff;
  border-color: rgba(230, 0, 30, 0.28);
  transform: translateY(-2px);
}

#top .system-contact-item::before {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 22px;
  transform: translateY(-50%);
  color: var(--primary, #e6001e);
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}

#top .system-contact-item.phone::before {
  content: "\f095";
}

#top .system-contact-item.mail::before {
  content: "\f0e0";
}

#top .system-contact-item span {
  display: block;
  margin-bottom: 3px;
  color: #777777;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

#top .system-contact-item strong {
  display: block;
  color: var(--black, #1f1f1f);
  font-size: 15px;
  line-height: 20px;
  font-weight: 800;
  word-break: break-word;
}

#top .system-contact-note {
  margin-top: 18px;
  padding: 16px;
  background: var(--secondary, #0055a4);
  color: var(--white, #ffffff);
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.55;
}

#top .system-contact-note strong {
  color: var(--white, #ffffff) !important;
}

/* ==========================================================================
   Enfold Accordion Feinschliff auf Systemseiten
   ========================================================================== */

#top #FAQ .av_toggle_section {
  border-bottom: 1px solid #e9e9e9;
}

#top #FAQ .toggler {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

#top #FAQ .toggle_content {
  font-size: 15px;
  line-height: 1.6;
}


/* ==========================================================================
   Responsive
   ========================================================================== */
/* ==========================================================================
   Mobile Optimierung
   ========================================================================== */
/* Mobile */
@media only screen and (max-width: 767px) {
  #top .wpcf7 form .wpcf7-response-output {
    padding: 14px 16px 14px 46px !important;
    font-size: 14px;
    line-height: 1.5;
  }

  #top .wpcf7 form .wpcf7-response-output::before {
    left: 16px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 989px) {
  #top .system-contact-box {
    position: relative;
    top: auto;
    margin-top: 26px;
  }
}

@media only screen and (max-width: 767px) {
  #top .system-contact-form .cf7-aktion-fields {
    padding: 24px 20px;
  }

  #top .system-contact-form .form-row.two-cols {
    grid-template-columns: 1fr;
    gap: 0;
  }

  #top .system-contact-form .aktion-checkbox-grid .wpcf7-checkbox {
    grid-template-columns: 1fr;
  }

  #top .system-contact-form input[type="submit"],
  #top .system-contact-form .wpcf7-submit {
    width: 100%;
  }

  #top .system-contact-content {
    padding: 22px;
  }

  #top .system-contact-image {
    aspect-ratio: 16 / 10;
  }
}
@media only screen and (max-width: 1180px) {
  #top .usp.items.five {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #top .zusatzoptionen-grid,
  #top .fullservice-grid,
  #top .aktionsbedingungen-grid,
#top .image-top-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 989px) {
  #top .usp.items.five {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #top .mobile-hidden {
    display: none !important;
  }

  #top .desktop-hidden {
    display: flex !important;
  }
}

@media only screen and (max-width: 767px) {
  #top .system-hero {
    padding: 55px 22px;
  }

  #top .system-hero .hero-subline {
    font-size: 16px;
    line-height: 24px;
  }

  #top .system-hero .hero-cta-wrap .button-flyer {
    display: block;
    margin-right: 0;
    text-align: left;
  }

  #top .button-row .button-flyer {
    display: block;
    margin-right: 0;
  }

  #top .usp.items.five,
  #top .zusatzoptionen-grid,
  #top .fullservice-grid,
  #top .aktionsbedingungen-grid {
    grid-template-columns: 1fr;
  }

  #top .usp.items > div {
    gap: 10px;
  }

  #top .usp.items img {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  #top .zusatzoption-card,
  #top .fullservice-card,
  #top .aktionsbedingung-card {
    padding: 26px 22px;
  }

  #top .aktion-hinweisbox,
  #top .system-decision-box,
  #top .zusatzoptionen-cta {
    padding: 24px 22px;
  }

  #top .aktion-hinweisbox::after,
  #top .system-decision-box::after,
  #top .zusatzoptionen-cta::after {
    display: none;
  }

  #top .system-decision-box .button-flyer,
  #top .zusatzoptionen-cta .button-flyer,
  #top .aktion-hinweisbox .button-flyer {
    display: block;
    margin-right: 0;
  }

  #top .service-links .content-link {
    display: block;
    margin-right: 0;
  }

  #top .image-top-category-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  #top .image-top-category-grid .category-card-image {
    aspect-ratio: 16 / 9;
  }

  #top .image-top-category-grid .category-card-content {
    padding: 22px;
  }

  #top .image-top-category-grid .image-top-category-card p {
    font-size: 14px;
    line-height: 1.45;
  }
}

/* Responsive */
@media only screen and (max-width: 1180px) {
  #top .image-top-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
