/** Shopify CDN: Minification failed

Line 143:0 Unexpected "#"
Line 144:0 Expected identifier but found "#font-size"
Line 145:0 Expected identifier but found "#margin-bottom"
Line 146:0 Expected identifier but found "#"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:course-content (INDEX:13) */
.accordion-panel { contain: content; }

  .kurs-accordion {
    --course-accent: rgba(241, 116, 7, 0.51);
    --course-accent-strong: rgba(241, 116, 7, 0.7);
    --course-text: #242656;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .kurs-accordion .extra-item {
    border: 0 !important;
    background-color: #fff;
  }

  .kurs-accordion .accordion-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-radius: 1rem;
    border: 1px solid var(--course-accent);
    background-color: #fff;
    color: var(--course-text);
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  }

  .kurs-accordion .accordion-toggle h3 {
    color: inherit;
    transition: color 0.2s ease;
  }

  .kurs-accordion .accordion-toggle.is-open {
    background-color: var(--course-accent-strong);
    border-color: var(--course-accent-strong);
    color: #fff;
  }


  .accordion-arrow {
    width: 16px;
    height: 16px;
    transition: transform 0.7s ease-in-out, filter 0.2s ease;
    filter: saturate(100%) brightness(0);
  }

  .accordion-arrow.is-open {
    transform: rotate(180deg);
    filter: brightness(0) invert(1);
  }

  .kurs-accordion .accordion-content {
    display: none;
    overflow: hidden;
    margin-top: 0;
    opacity: 0;
    padding: 0;
  }

  .accordion-item-open > .accordion-content {
    display: block;
    margin-top: 1rem;
    opacity: 1;
  }

  .kurs-accordion .accordion-inner {
    border: 1px solid var(--course-accent);
    border-radius: 1rem;
    box-shadow: 0 0 8px 0 rgba(241, 116, 7, 0.25);
    color: var(--course-text);
    font-size: 16px;
  }

  .accordion-item-open .accordion-inner {
    border-color: var(--course-accent-strong);
    box-shadow: 0 0 10px 0 rgba(241, 116, 7, 0.3);
  }
/* END_SECTION:course-content */

/* START_SECTION:siegel-abschnitt (INDEX:60) */
.siegel-abschnitt {
padding-top: 20px; /* Passe den oberen Abstand nach Bedarf an */
padding-bottom: 20px; /* Passe den unteren Abstand nach Bedarf an */
}

.siegel-container {
display: flex;
justify-content: center; /* Zentriert die Siegel horizontal */
align-items: center; /* Zentriert die Siegel vertikal (optional) */
gap: 20px; /* Abstand zwischen den Siegeln */
}

.siegel-item {
/* Hier kannst du spezifische Stile für jedes Siegel-Item hinzufügen */
}

.siegel-item a {
display: block; /* Macht den Link zum Blockelement für einfacheres Klicken */
}

.siegel-item img {
max-width: 150px; /* Passe die maximale Breite der Siegel an */
height: auto;
display: block; /* Verhindert unnötigen Whitespace unter dem Bild */
}
/* END_SECTION:siegel-abschnitt */

/* START_SECTION:trustindex-bewertungen (INDEX:62) */
.trustindex-bewertungen-section {
padding-top: 40px; /* Passe den oberen Abstand nach Bedarf an */
padding-bottom: 40px; /* Passe den unteren Abstand nach Bedarf an */
}

.trustindex-widget-container {
/* Hier kannst du das Layout des Widgets bei Bedarf anpassen */
overflow-x: auto; /* Ermöglicht horizontales Scrollen bei vielen Bewertungen */
}

.ti-widget {
/* Hier kannst du spezifische Stile für das Trustindex-Widget anpassen, falls notwendig */
}

.section-header {
text-align: center;
margin-bottom: 30px; /* Abstand zum Widget */
}

#.section-header h2 {
#font-size: 2em; /* Passe die Schriftgröße des Titels an */
#margin-bottom: 10px;
#}

.divider-separator {
border: 1px solid #f7b565;
margin: 2rem !important;
}

.trustindex-bewertungen-section {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
}
/* END_SECTION:trustindex-bewertungen */