.splide__arrow {
  background: transparent !important;
  border: 2px solid #fff !important;
  border-radius: 999px !important;
  width: 44px !important;
  height: 44px !important;
  opacity: 1 !important;
  box-shadow: none !important;
}

.splide__arrow svg {
  fill: #fff !important;
  width: 18px !important;
  height: 18px !important;
}

.splide__arrow path {
  fill: #fff !important;
}

.splide__arrow:hover {
  background: rgba(255, 255, 255, 0.08) !important;
}
@media (max-width: 768px) {
  .splide__arrow--prev {
    left: -55px !important;
  }

  .splide__arrow--next {
    right: -55px !important;
  }
}


/* Container */
.facetwp-facet-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}

/* Buttons (Standardzustand) */
.facetwp-facet-categories .facetwp-radio {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border: none; /* kein Rand */
  border-radius: 4px; /* abgerundete Ecken */
  background: #437286; /* Standardfarbe */
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  color: #FFFFFF; /* Schrift weiß */
  cursor: pointer;
  transition: all 0.2s ease;
  margin: 0;
}

/* Kreis entfernen */
.facetwp-facet-categories .facetwp-radio::before {
  display: none !important;
}

/* Zahlen ausblenden */
.facetwp-facet-categories .facetwp-counter {
  display: none !important;
}

/* Hover */
.facetwp-facet-categories .facetwp-radio:hover {
  background: #B4BFCE;
  color: #000000;
}

/* Aktiver Button */
.facetwp-facet-categories .facetwp-radio.checked {
  background: #B4BFCE;
  color: #000000;
}

/* 1) Bilder auf 350 x 190 px zuschneiden und mittig platzieren */
.facetwp-template img {
  width: 350px !important;
  height: 190px !important;
  object-fit: cover;
  object-position: center;
  display: block;
}


/* Nur auf der Blogseite, nur im FacetWP-Listing */
.page-id-1202 .facetwp-template .fwpl-el-cilf2a {
  line-height: 1.15 !important;
  min-height: calc(1.15em * 2) !important;
}

/* Falls der Link der eigentliche Titelträger ist */
.page-id-1202 .facetwp-template .fwpl-el-cilf2a a {
  display: block !important;
  line-height: 1.15 !important;
  min-height: calc(1.15em * 2) !important;
}


/* Container im blauen Header */
.header-login-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  width: 100%;
}

/* Standard: alles unsichtbar */
.header-login-links .login-btn,
.header-login-links .logged-in-links {
  display: none;
}

/* Eingeloggt: Dashboard + Logout nebeneinander */
body.logged-in .header-login-links .logged-in-links {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

/* Ausgeloggt: nur Login */
body:not(.logged-in) .header-login-links .login-btn {
  display: inline-block;
}

/* Link-Styling */
.header-login-links a {
  color: #ffffff;
  text-decoration: none !important;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

/* Hover */
.header-login-links a:hover {
  color: #B4BFCE;
}



.custom-lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.custom-lang-switcher a {
  text-decoration: none !important;
}

.custom-lang-switcher a.is-active {
  color: #A4B0BD !important;
}





@media (max-width: 1024px) {
  .drawer-navigation .lang-item,
  .mobile-navigation .lang-item {
    float: left !important;
    clear: none !important;
    width: auto !important;
    display: inline-block !important;
    border-bottom: 0 !important;
    padding: 10px !important;
    margin: 10px 1px 0px 0px !important;
  }

  .drawer-navigation .lang-start,
  .mobile-navigation .lang-start {
    clear: left !important;
    margin-left: 0 !important;
  }

  .drawer-navigation .lang-item > a,
  .mobile-navigation .lang-item > a {
    display: inline-block !important;
    width: auto !important;
    min-height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
  }

  .drawer-navigation .lang-item > a:hover,
  .mobile-navigation .lang-item > a:hover {
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
  }

  .drawer-navigation .menu,
  .mobile-navigation .menu,
  .drawer-navigation ul,
  .mobile-navigation ul {
    padding-left: 0 !important;
  }

  .drawer-navigation .menu > li:not(.lang-item),
  .mobile-navigation .menu > li:not(.lang-item) {
    float: none !important;
    display: block !important;
    width: 100% !important;
  }
}



/* Meine Quiz-Versuche entfernen */
.tutor-dashboard-left-menu a[href*="quiz-attempts"] {
    display: none !important;
}

/* Häufige Fragen entfernen */
.tutor-dashboard-left-menu a[href*="question-answer"] {
    display: none !important;
}

/* Ankündigungen entfernen */
.tutor-dashboard-left-menu a[href*="announcements"] {
    display: none !important;
}

/* Testversuche entfernen (Fallback, falls anderer Slug) */
.tutor-dashboard-left-menu a[href*="attempt"] {
    display: none !important;
}

/* Abmelden */
.tutor-dashboard-left-menu a[href*="logout"] {
    display: none !important;
}



.tutor-dashboard-header {
    margin-top: 40px !important;
}

/* Abstand oben/unten nur für Teilnehmer- und Kursleiter-Anmeldeseiten */
body.page-id-2621 main,
body.page-id-2616 main {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

/* Abstand unten auf Kursleiter-Profilseiten */
.tutor-instructor-profile-page,
.tutor-user-public-profile {
  padding-bottom: 70px !important;
}



.tutor-course-thumbnail img {
  width: 100% !important;
  height: 70px !important;
  object-fit: cover !important;
}
/* Abstand unter Kursbild entfernen */
.tutor-course-thumbnail {
  margin-bottom: 0 !important;
}

.tutor-course-card .tutor-course-thumbnail + * {
  margin-top: -70px !important;
	/* Abstand zu den Sternen */
}

/* Abstand zwischen Sternen und Titel im Dashboard */
.tutor-ratings {
  margin-bottom: -20px !important;
}

/* Gesamte Kurskarte */
.tutor-course-card {
  border-radius: 4px !important;
  overflow: hidden; /* wichtig für saubere Ecken */
}

/* Bereich um das Bild */
.tutor-course-thumbnail {
  padding: 10px !important;
}

/* Bild selbst */
.tutor-course-thumbnail img {
  border-radius: 4px !important;
}

/* =====================================================
   WARENKORB – NUR AUF SEITE MIT PAGE-ID 3497
   ===================================================== */

/* Desktop / allgemeine Ansicht */
body.page-id-3497 .wc-block-cart-item__image {
  width: 180px !important;
  min-width: 180px !important;
}

body.page-id-3497 .wc-block-cart-item__image img {
  width: 180px !important;
  height: auto !important;
}


/* Mobile Ansicht */
@media (max-width: 767px) {

  body.page-id-3497 .wp-block-woocommerce-cart {
    overflow-x: hidden !important;
  }

  body.page-id-3497 .wc-block-cart-items__row {
    display: grid !important;
    grid-template-columns: 95px minmax(0, 1fr) !important;
    column-gap: 14px !important;
    align-items: start !important;
    width: 100% !important;
  }

  body.page-id-3497 .wc-block-cart-item__image {
    width: 95px !important;
    min-width: 95px !important;
    max-width: 95px !important;
    grid-column: 1 !important;
  }

  body.page-id-3497 .wc-block-cart-item__image img {
    width: 95px !important;
    height: 58px !important;
    object-fit: contain !important;
    object-position: center !important;
  }

  body.page-id-3497 .wc-block-cart-item__product {
    grid-column: 2 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding-left: 0 !important;
  }

  body.page-id-3497 .wc-block-cart-item__wrap {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  body.page-id-3497
  .wc-block-cart-item__product
  .wc-block-components-product-name {
    display: block !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    margin-bottom: 6px !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  body.page-id-3497 .wc-block-cart-item__prices,
  body.page-id-3497 .wc-block-cart-item__total,
  body.page-id-3497 .wc-block-components-product-price {
    font-size: 14px !important;
    line-height: 1.3 !important;
    white-space: normal !important;
  }

  body.page-id-3497 .wc-block-cart-item__remove-link {
    margin-top: 10px !important;
  }

  body.page-id-3497 .wc-block-cart__submit-container {
    width: 100% !important;
  }

  body.page-id-3497 .wc-block-cart__submit-button {
    width: 100% !important;
    box-sizing: border-box !important;
  }

  body.page-id-3497 .entry-content,
  body.page-id-3497 .wp-block-woocommerce-cart,
  body.page-id-3497 .wc-block-components-sidebar-layout {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
  }
}
/* Mini-Warenkorb-Icon global vergrößern */
.wc-block-mini-cart__button svg {
    width: 32px !important;
    height: 32px !important;
}



/* Kursleiter-Seite: Bildbereich mit echtem Innenabstand */
.tutor-dashboard-my-courses .tutor-course-card > a {
  height: 110px !important;
  padding: 10px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  display: block !important;
}

/* Bild innerhalb des Bereichs */
.tutor-dashboard-my-courses .tutor-course-card > a img,
.tutor-dashboard-my-courses .tutor-course-thumbnail img {
  width: 100% !important;
  height: 70px !important;
  object-fit: cover !important;
  border-radius: 4px !important;
  display: block !important;
}


/* Dashboard: Bild bei "Begonnene Kurse" entfernen */
.tutor-dashboard 
.tutor-course-progress-item 
.tutor-col-lg-4 {
  display: none !important;
}


/* Dashboard: Titel exakt wie gewünscht */
.tutor-dashboard .tutor-card h3 a,
.tutor-dashboard .tutor-course-name a {
  font-family: "Lato", serif !important;
  font-size: 18px !important;
  font-weight: 500 !important; /* wichtig: nicht fett */
  line-height: 1.4 !important;
  text-decoration: none !important;
  color: #2b2b2b !important; /* wirkt wie im Screenshot */
}

/* Hover */
.tutor-dashboard .tutor-card h3 a:hover,
.tutor-dashboard .tutor-course-name a:hover {
  color: #305C7F !important;
}
/* Abstand zwischen Sternen und Titel im Dashboard */
.tutor-dashboard .tutor-ratings {
  margin-bottom: 15px !important;
}


/* Titel der Tutor-Kurskarten */
.tutor-course-card .tutor-course-name,
.tutor-course-card .tutor-course-name a {
    font-family: "Lato", sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
}


/* Mehr-erfahren-Link in Tutor-Kacheln */
.tutor-course-card .sl-course-more-link {
  margin-top: 7px !important;
  margin-bottom: 8px !important;
}

.tutor-course-card .sl-course-more-link a {
  font-family: "Lato", sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  color: #305C7F !important;
  text-decoration: none !important;
}

.tutor-course-card .sl-course-more-link a:hover {
  color: #A4B0BD !important;
  text-decoration: underline !important;
}

/* Kursbild ausblenden */
.single-courses .tutor-course-thumbnail {
  display: none !important;
}
/* Abstand Sterne → Titel */
.single-courses .tutor-ratings {
  margin-bottom: 10px !important;
}
/* Kategorien auf einzelnen Kursseiten komplett ausblenden */
.single-courses *:has(> a[href*="course-category"]),
.single-courses *:has(> a[href*="kurs-kategorie"]),
.single-courses *:has(> a[href*="course-categories"]),
.single-courses *:has(> a[href*="category"]) {
  display: none !important;
}

/* Teilen links halten */
.single-courses .tutor-course-details-actions {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
}


/* Tabs sollen NICHT über dem Header liegen */
.single-courses .tutor-course-details-tab .tutor-sticky {
  top: 120px !important; /* Höhe deines Headers */
  z-index: 1 !important;
}

/* Header immer darüber halten */
.site-header {
  position: relative;
  z-index: 9999 !important;
}

/* Kursübersicht: Kategorie "In Firmenvorträge" ausblenden */
body:not(.tutor-dashboard) .tutor-course-card .tutor-meta.tutor-mt-auto > div:last-child {
  font-size: 0 !important;
}

/* "Von" wieder anzeigen */
body:not(.tutor-dashboard) .tutor-course-card .tutor-meta.tutor-mt-auto > div:last-child::before {
  content: "Von ";
  font-size: 14px !important;
}

/* Dozentenname wieder anzeigen */
body:not(.tutor-dashboard) .tutor-course-card .tutor-meta.tutor-mt-auto > div:last-child a:first-of-type {
  font-size: 14px !important;
}

/* Kategorie-Link ausblenden */
body:not(.tutor-dashboard) .tutor-course-card .tutor-meta.tutor-mt-auto > div:last-child a:last-of-type {
  display: none !important;
}


/* Tutor-Standardüberschrift ausblenden */
.tutor-widget-course-categories > .tutor-widget-title {
  display: none !important;
}

/* Eigene Überschriften innerhalb der Filterliste */
.tutor-widget-course-categories .sl-filter-heading {
  display: block !important;
  width: calc(100% + 34px) !important;
  margin-left: -30px !important;
  padding: 0 !important;
  pointer-events: none;
}

/* Schrift der Überschriften */
.tutor-widget-course-categories .sl-filter-heading span {
  display: block !important;
  font-family: "Playfair Display", serif !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
  color: #303030 !important;
}

/* Überschrift Lounge-Akademie */
.tutor-widget-course-categories .sl-academy-heading {
  margin-top: 0 !important;
  margin-bottom: 8px !important;
}

/* Überschrift Kategorien */
.tutor-widget-course-categories .sl-category-heading {
  margin-top: 38px !important;
  margin-bottom: 8px !important;
}

/* Checkbox-Einträge bleiben eingerückt */
.tutor-widget-course-categories
.tutor-widget-content
ul > li:not(.sl-filter-heading) {
  margin-left: 0 !important;
  margin-bottom: 12px !important;
}


.seminarlounge-handouts-tab h3{
    font-size: 20px;
	  font-weight: 700;
    margin-bottom: 18px;
}

.seminarlounge-handout-list{
    list-style:none;
    padding-left:0;
    margin-top:20px;
}

.seminarlounge-handout-list li{
    margin-bottom:20px;
}

.seminarlounge-handout-list a{
    display:flex;
    align-items:center;
    gap:12px;
    font-size:16px;
    color:#355c7d;
    text-decoration:none;
    font-weight:500;
}

.seminarlounge-handout-list a:hover{
    text-decoration:underline;
}



/* Schwierigkeitsgrad in Kurskarten ausblenden */
.tutor-course-level,
.tutor-single-course-segment.tutor-course-level,
.tutor-course-details-widget .tutor-course-level {
    display: none !important;
}

/* Filter "Schwierigkeitsgrad" in der Kursübersicht ausblenden */
.tutor-widget-course-levels {
    display: none !important;
}

/* Schwierigkeitsgrad auf Einzel-Kursseiten ausblenden */
.single-courses .tutor-course-details-widget .tutor-icon-signal-bars + div,
.single-courses .tutor-course-details-widget .tutor-course-level,
.single-courses .tutor-course-details-widget .tutor-meta-level {
    display: none !important;
}

/* Einzelkurs: Schwierigkeitsgrad-Zeile komplett ausblenden */
.single-courses .tutor-card-footer li:has(.tutor-icon-level) {
  display: none !important;
}



/* 00:00 Dauer in Tutor Kursinhalt ausblenden */
.tutor-course-content-list-item-duration {
    display: none !important;
}
/* Dauer im Kursplayer ausblenden */
.tutor-course-topic-item-duration {
    display: none !important;
}


/* Tutor Sortierung auf Seite 253 ausblenden */
.page-id-253 .tutor-course-filter {
    display: none !important;
}


/* Nur Warenkorb-Icon in Kurskarten ausblenden */
.tutor-course-card .tutor-icon-cart-line,
.tutor-course-card .tutor-icon-cart-filled,
.tutor-course-list .tutor-icon-cart-line,
.tutor-course-list .tutor-icon-cart-filled {
    display: none !important;
}

/* Nur Warenkorb-Button in Kurskarten */
.tutor-course-card .tutor-btn,
.tutor-course-list .tutor-btn {
    background-color: #305C7F !important;
    border-color: #305C7F !important;
    color: #fff !important;
}

/* Hover nur Warenkorb-Button in Kurskarten */
.tutor-course-card .tutor-btn:hover,
.tutor-course-list .tutor-btn:hover {
    background-color: #A4B0BD !important;
    border-color: #A4B0BD !important;
    color: #fff !important;
}

/* Autoren-Avatar ausblenden */
.tutor-course-card .tutor-avatar,
.tutor-course-card .tutor-avatar-text,
.tutor-course-card .tutor-meta-avatar {
    display: none !important;
}

/* Autor-Zeile nach links setzen */
.tutor-course-card .tutor-meta.tutor-mt-auto {
    width: 100% !important;
}

.tutor-course-card .tutor-meta.tutor-mt-auto > div:first-child {
    display: none !important;
}

.tutor-course-card .tutor-meta.tutor-mt-auto > div:nth-child(2) {
    margin-left: 0 !important;
    padding-left: 0 !important;
    transform: translateX(0px);
}

/* Uhr-Icon ausblenden */
.tutor-course-card .tutor-icon-clock-line {
    display: none !important;
}

/* "Vortragsdauer:" vor die Zeit setzen */
.tutor-course-card .tutor-meta > div {
    font-size: 0 !important;
}

.tutor-course-card .tutor-meta > div::before {
    content: "Vortragsdauer ";
    font-size: 14px !important;
}

.tutor-course-card .tutor-meta > div span,
.tutor-course-card .tutor-meta > div strong,
.tutor-course-card .tutor-meta > div {
    font-size: 14px !important;
}


/* Abstand zwischen Vortragsdauer und Autor verkleinern */
.tutor-course-card .tutor-meta {
    margin-bottom: 6px !important;
    gap: 6px !important;
}

.tutor-course-card .tutor-meta.tutor-mt-auto {
    margin-top: 0px !important;
}

/* Uhr-Icon bei der Kursdauer ausblenden */
.single-courses .tutor-card-footer li .tutor-icon-clock-line {
    display: none !important;
}

/* Dauer-Block zweizeilig machen */
.single-courses .tutor-card-footer li:has(.tutor-icon-clock-line) {
    display: block !important;
}

/* "Vortragsdauer:" vor die dynamische Zeit setzen */
.single-courses .tutor-card-footer li:has(.tutor-icon-clock-line)::before {
    content: "Vortragsdauer";
    display: block;
    color: #303030 !important;
    font-family: "Playfair Display", serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.3;
    margin-bottom: 4px;
}

/* Nur das Wort "Dauer" ausblenden */
.single-courses .tutor-card-footer li:has(.tutor-icon-clock-line) > span {
    font-size: 0 !important;
}

.single-courses .tutor-card-footer li:has(.tutor-icon-clock-line) > span .tutor-meta-level,
.single-courses .tutor-card-footer li:has(.tutor-icon-clock-line) > span .tutor-meta-value {
    font-size: 16px !important;
}

/* Schlagwörter-Box im Kurs ausblenden */
.single-courses .tutor-course-details-widget-tags {
    display: none !important;
}
/* Schlagwörter-Überschrift ausblenden */
.single-courses .tutor-course-details-widget-title {
    display: none !important;
}
/* Komplette Schlagwörter-Box entfernen */
.single-courses .tutor-course-details-widget:has(.tutor-course-details-widget-tags),
.single-courses .tutor-course-details-widget-tags {
    display: none !important;
}

/* Referenten-Box wieder sauber anzeigen */
.single-courses .tutor-course-details-instructors {
    border-bottom: 1px solid #e5e5e5 !important;
	  border-radius: 6px !important;
    padding-bottom: 24px !important;
    margin-bottom: 24px !important;
}


/* Kurskachel Footer: Preiszeile oben, Button darunter */
.tutor-card-footer .tutor-d-flex.tutor-align-center.tutor-justify-between {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 12px !important;
}

/* Preis-Container */
.tutor-card-footer span.price {
  display: flex !important;
  flex-direction: row !important;
  align-items: baseline !important;
  gap: 6px !important;
  flex-wrap: wrap !important;
}

/* Neuer Preis zuerst */
.tutor-card-footer span.price > ins {
  order: 1 !important;
  text-decoration: none !important;
  font-weight: 700 !important;
}

/* Alter Preis danach */
.tutor-card-footer span.price > del {
  order: 2 !important;
  opacity: 0.6 !important;
}

/* MwSt. zuletzt */
.tutor-card-footer span.price > small.woocommerce-price-suffix {
  order: 3 !important;
  font-size: 13px !important;
	font-weight: 500 !important;
}


/* Button darunter über volle Breite */
.tutor-card-footer .list-item-button,
.tutor-card-footer .list-item-button a,
.tutor-card-footer .list-item-button button {
  width: 100% !important;
}

.tutor-card-footer .list-item-button a,
.tutor-card-footer .list-item-button button {
  display: block !important;
  text-align: center !important;
  white-space: nowrap !important;
}

/* Tutor: beide Button-Typen gleich aussehen lassen */
.tutor-course-card .tutor-btn,
.tutor-course-card .add_to_cart_button,
.tutor-course-card .added_to_cart {
  display: block !important;
  width: 100% !important;
  background-color: #305C7F !important;
  border-color: #305C7F !important;
  color: #fff !important;
  text-align: center !important;
  border-radius: 4px !important;
  padding: 10px 20px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}

/* Wenn beide Buttons direkt nach Klick gleichzeitig da sind:
   nur den eigentlichen WooCommerce-Warenkorb-Link anzeigen */
.tutor-course-card .add_to_cart_button.added {
  display: none !important;
}



/* Popup Hintergrund */
.pum-overlay {
    background: rgba(0,0,0,0.35) !important;
}

/* Popup Container */
.pum-container {
    max-width: 760px !important;
    width: 90% !important;
    background: #F5F1EE !important;
    padding: 32px !important;
    border-radius: 4px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15) !important;
}

/* Weißen riesigen Bereich entfernen */
.pum-content {
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* "Schließen" durch X ersetzen */
.pum-close {
    font-size: 0 !important;
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
    right: 18px !important;
    top: 0px !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

/* X anzeigen */
.pum-close::before {
    content: "×";
    font-size: 36px !important;
    color: #305C7F !important;
    line-height: 1 !important;
}
/* Popup Formular Button */
#forminator-module-3812 .forminator-row-last {
    display: flex !important;
    justify-content: center !important;
}

#forminator-module-3812 .forminator-button-submit {
    border-radius: 4px !important;
    overflow: hidden !important;
}


/* Popup Formular Button wirklich mittig */
#forminator-module-3812 .forminator-row-last,
#forminator-module-3812 .forminator-row-last .forminator-col,
#forminator-module-3812 .forminator-row-last .forminator-field {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}

#forminator-module-3812 .forminator-button-submit {
    margin: 0 auto !important;
    display: inline-flex !important;
    justify-content: center !important;
    border-radius: 4px !important;
}

/* Kontaktformular Button mittig + Radius */
#forminator-module-3842 .forminator-row-last,
#forminator-module-3842 .forminator-row-last .forminator-col,
#forminator-module-3842 .forminator-row-last .forminator-field {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}

#forminator-module-3842 .forminator-button-submit {
    margin: 0 auto !important;
    display: inline-flex !important;
    justify-content: center !important;
    border-radius: 4px !important;
}

#forminator-module-3786 .forminator-row-last,
#forminator-module-3786 .forminator-row-last .forminator-col,
#forminator-module-3786 .forminator-row-last .forminator-field {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}
#forminator-module-3786 .forminator-button-submit {
    margin: 0 auto !important;
    display: inline-flex !important;
    justify-content: center !important;
    border-radius: 4px !important;
}

#forminator-module-4441 .forminator-row-last,
#forminator-module-4441 .forminator-row-last .forminator-col,
#forminator-module-4441 .forminator-row-last .forminator-field {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}
#forminator-module-4441 .forminator-button-submit {
    margin: 0 auto !important;
    display: inline-flex !important;
    justify-content: center !important;
    border-radius: 4px !important;
}


#forminator-module-4541 .forminator-row-last,
#forminator-module-4541 .forminator-row-last .forminator-col,
#forminator-module-4541 .forminator-row-last .forminator-field {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}
#forminator-module-4541 .forminator-button-submit {
    margin: 0 auto !important;
    display: inline-flex !important;
    justify-content: center !important;
    border-radius: 4px !important;
}

.wc-block-components-product-price .woocommerce-Price-amount {
    font-family: "Lato", sans-serif !important;
    font-size: 17px !important;
    font-weight: 700 !important;
}


.wc-block-product {
    box-shadow: none !important;
}

.wc-block-grid__product {
    box-shadow: none !important;
}

.wc-block-components-product-image,
.wc-block-product {
    filter: none !important;
}

.wc-block-components-product-button__button,
.wc-block-components-product-button .wp-block-button__link {
    padding: 14px 20px !important;
    line-height: 1 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}


.wc-block-components-product-button .added_to_cart,
.wc-block-components-product-button__view-cart,
a.added_to_cart {
    display: none !important;
}

/* Produkttitel immer 2 Zeilen hoch */
.wc-block-grid__product-title,
.wc-block-components-product-title,
.wp-block-post-title {
    line-height: 2.1;
    min-height: calc(1.4em * 3);
}

.wc-block-components-product-button__button.sl-loading {
  position: relative !important;
  padding-left: 28px !important;
}

.wc-block-components-product-button__button.sl-loading::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -7.5px;
  border: 2px solid rgba(255,255,255,.45);
  border-top-color: #fff;
  border-radius: 50%;
  animation: sl-spin .7s linear infinite;
}

@keyframes sl-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 767px) {

  /* gleiche Kartenbreite wie Tutor */
  .wc-block-product {
    max-width: 302px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Titelgröße wie Tutor */
  .wc-block-product .wp-block-post-title {
    font-size: 20px !important;
    line-height: 1.35 !important;
  }

  /* Meta-Text */
  .wc-block-product p,
  .wc-block-product .has-text-color {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }

  /* Preis */
  .wc-block-components-product-price {
    font-size: 15px !important;
  }

  /* Button */
  .wc-block-components-product-button__button {
    font-size: 16px !important;
  }
}



@media (max-width: 767px) {

  /* WooCommerce Produktliste mobil sauber zentrieren */
  ul.wp-block-woocommerce-product-template {
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    row-gap: 2px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  ul.wp-block-woocommerce-product-template > li.wc-block-product {
    width: 306px !important;
    max-width: calc(100vw - 48px) !important;
    margin: 0 auto !important;
  }

  ul.wp-block-woocommerce-product-template > li.wc-block-product .wp-block-column {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}


.sl-mobile-filter-toggle,
.sl-filter-close {
  display: none;
}

.sl-produktkategorien-filter h3 {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 18px 0;
}

.sl-cat {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 17px 34px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  cursor: pointer;
}

.sl-cat input {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  margin: 0;
  background: #fff;
  border: none;
  border-radius: 2px;
  position: relative;
  flex: 0 0 20px;
  cursor: pointer;
}

.sl-cat input:checked {
  background: #2f5f83;
}

.sl-cat input:checked::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  body.sl-filter-open::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    z-index: 99998;
  }

  .sl-mobile-filter-toggle {
  display: flex;
  margin-left: auto;
  margin-bottom: 28px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background-color: #eef1f3;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%232f5f83' stroke-width='2.2' stroke-linecap='round'%3E%3Cpath d='M5 5v14'/%3E%3Cpath d='M12 5v14'/%3E%3Cpath d='M19 5v14'/%3E%3Cpath d='M3 9h4'/%3E%3Cpath d='M10 15h4'/%3E%3Cpath d='M17 11h4'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 23px 23px;
  cursor: pointer;
  font-size: 0;
}

  .sl-produktkategorien-filter {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 86%;
    max-width: 340px;
    height: 100vh;
    background: #fff;
    z-index: 99999;
    padding: 70px 32px 32px;
    box-shadow: -4px 0 18px rgba(0,0,0,.12);
  }

  .sl-produktkategorien-filter.is-open {
    display: block;
  }

  .sl-filter-close {
    display: block;
    position: absolute;
    top: 18px;
    right: 24px;
    font-size: 28px;
    color: #2f5f83;
    cursor: pointer;
    line-height: 1;
  }

  .sl-produktkategorien-filter .sl-cat input {
    border: 2px solid #eee9e6;
    background: #fff;
  }

  .sl-produktkategorien-filter .sl-cat input:checked {
    border-color: #2f5f83;
    background: #2f5f83;
  }
}



.um .um-button,
.um input[type="submit"].um-button {
    background-color: #305C7F !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 4px !important;

    font-family: 'Lato', sans-serif !important;
    font-size: 17px !important;
    font-weight: 700 !important;

    padding: 14px 8px 14px 8px !important;
    min-height: auto !important;
    line-height: 17px !important;
}

.um .um-button:hover,
.um input[type="submit"].um-button:hover,
.um .um-button:focus,
.um input[type="submit"].um-button:focus {
    background-color: #B4BFCE !important;
    color: #ffffff !important;
}

.um .um-button:active,
.um input[type="submit"].um-button:active {
    background-color: #B4BFCE !important;
    color: #ffffff !important;
}


.event-card {
    gap: 0 !important;
}

.event-card.wp-block-columns {
    gap: 0 !important;
}

.event-card .wp-block-column {
    margin: 0 !important;
}


.wp-block-woocommerce-checkout-additional-information-block,
.wc-block-checkout__additional-fields {
    display: none !important;
}


@media (max-width: 767px) {

  .content-container.site-container,
  .entry-content-wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .entry-content > *:not(.alignfull) {
    padding-left: 30px !important;
    padding-right: 30px !important;
    box-sizing: border-box !important;
  }

  .entry-content > .wp-block-group.alignfull.has-background {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    box-sizing: border-box !important;
  }
}


/* Expertenwissen – Tablet Ansicht wie mobil mit Filter-Kreis + 2 Produktkacheln */
@media (min-width: 768px) and (max-width: 1024px) {

  /* Nur Expertenwissen-Seite */
  body.page-id-3572 .entry-content,
  body.page-id-3572 .content-container,
  body.page-id-3572 .entry-content-wrap {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  /* Layout auf Tablet ohne linke Filterspalte */
  body.page-id-3572 .wp-block-columns {
    display: block !important;
  }

  body.page-id-3572 .wp-block-column {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
  }

  /* Filter-Button wie mobil anzeigen */
  body.page-id-3572 .sl-mobile-filter-toggle {
    display: flex !important;
    margin-left: auto !important;
    margin-right: 30px !important;
    margin-bottom: 28px !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    border: none !important;
    background-color: #eef1f3 !important;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%232f5f83' stroke-width='2.2' stroke-linecap='round'%3E%3Cpath d='M5 5v14'/%3E%3Cpath d='M12 5v14'/%3E%3Cpath d='M19 5v14'/%3E%3Cpath d='M3 9h4'/%3E%3Cpath d='M10 15h4'/%3E%3Cpath d='M17 11h4'/%3E%3C/g%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 23px 23px !important;
    cursor: pointer !important;
    font-size: 0 !important;
  }

  /* Filter als seitliches Panel wie mobil */
  body.page-id-3572 .sl-produktkategorien-filter {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 86%;
    max-width: 340px;
    height: 100vh;
    background: #fff;
    z-index: 99999;
    padding: 70px 32px 32px;
    box-shadow: -4px 0 18px rgba(0,0,0,.12);
  }

  body.page-id-3572 .sl-produktkategorien-filter.is-open {
    display: block !important;
  }

  body.page-id-3572 .sl-filter-close {
    display: block !important;
    position: absolute;
    top: 18px;
    right: 24px;
    font-size: 28px;
    color: #2f5f83;
    cursor: pointer;
    line-height: 1;
  }

  body.page-id-3572.sl-filter-open::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    z-index: 99998;
  }

  /* Produkte auf Tablet: 2 Kacheln pro Reihe */
  body.page-id-3572 ul.wp-block-woocommerce-product-template {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    box-sizing: border-box !important;
  }

  body.page-id-3572 ul.wp-block-woocommerce-product-template > li.wc-block-product {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }

  /* Kachelinhalt auf Tablet etwas sauberer */
  body.page-id-3572 .wc-block-product .wp-block-post-title {
    font-size: 21px !important;
    line-height: 1.35 !important;
  }

  body.page-id-3572 .wc-block-components-product-button__button {
    width: 100% !important;
    font-size: 16px !important;
  }
}
/* Expertenwissen – Tablet Filter Checkboxen wie mobil */
@media (min-width: 768px) and (max-width: 1024px) {

  body.page-id-3572 .sl-produktkategorien-filter .sl-cat {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    margin: 0 0 17px 34px !important;
    font-family: "Lato", sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #333 !important;
    cursor: pointer !important;
  }

  body.page-id-3572 .sl-produktkategorien-filter .sl-cat input {
    appearance: none !important;
    -webkit-appearance: none !important;
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
    background: #fff !important;
    border: 2px solid #eee9e6 !important;
    border-radius: 2px !important;
    position: relative !important;
    flex: 0 0 20px !important;
    cursor: pointer !important;
  }

  body.page-id-3572 .sl-produktkategorien-filter .sl-cat input:checked {
    border-color: #2f5f83 !important;
    background: #2f5f83 !important;
  }

  body.page-id-3572 .sl-produktkategorien-filter .sl-cat input:checked::after {
    content: "" !important;
    position: absolute !important;
    left: 6px !important;
    top: 2px !important;
    width: 5px !important;
    height: 10px !important;
    border: solid #fff !important;
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg) !important;
  }
}




body.page-id-4715 #masthead,
body.page-id-4715 .site-header,
body.page-id-4715 header,
body.page-id-4715 #colophon,
body.page-id-4715 .site-footer,
body.page-id-4715 footer,

body.page-id-3537 #masthead,
body.page-id-3537 .site-header,
body.page-id-3537 header,
body.page-id-3537 #colophon,
body.page-id-3537 .site-footer,
body.page-id-3537 footer,

body.page-id-2143 #masthead,
body.page-id-2143 .site-header,
body.page-id-2143 header,
body.page-id-2143 #colophon,
body.page-id-2143 .site-footer,
body.page-id-2143 footer {
  display: none !important;
}