/**************************************************************************************/
/*
/*		Designed by 'AS Designing'
/*		Web: http://www.asdesigning.com
/*		Web: http://www.astemplates.com
/*		License: GNU/GPL
/*
/**************************************************************************************/

.hero-box {
  height: 90vh;
  background: url('/images/hero.png') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-content {
  text-align: center;
  color: white;
}

.hero-content h1 {
  font-size: 60px;
  font-weight: 300;
}

.hero-btn {
  margin-top: 20px;
  display: inline-block;
  padding: 12px 30px;
  background: #d6c2aa;
  border-radius: 10px;
  text-decoration: none;
  color: #333;
}

.hero-logo {
  font-family: 'Montserrat', sans-serif;
  color: white;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.hero-logo span {
  font-weight: 600;
}

.hero-content h1 {
  font-family: 'Sorts Mill Goudy', serif;
  font-size: 50px;
  color: white;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
}

.hero-content {
  max-width: 1200px;
}

.hero-content h1 {
  margin: 20px 0;
}

.hero-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.35);
}

.hero-box {
  position: relative;
}

.hero-content {
  position: relative;
  z-index: 2;
}

@font-face {
  font-family: 'Agrandir Wide Bold';
  src: url('../fonts/agrandir-wide-bold.ttf') format('woff');
  font-weight: normal;
  font-style: normal;
}

.hero-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  gap: 0px;

  margin-bottom: 26px;

  line-height: 0.9;
}

.hero-logo-main {
  font-family: 'Agrandir Wide Bold', sans-serif;
  font-size: 60px;
  letter-spacing: 1px;  
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

.hero-logo-sub {
  font-family: 'Agrandir Wide Bold', sans-serif;
  font-size: 23px;
  margin-top: -4px;
  letter-spacing: 2px;  
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
}

.welcome-section {
  background: #d7c2ad;
  padding: 110px 0;
}

.welcome-inner {
  width: min(1200px, calc(100% - 60px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 70px;
}

.welcome-text,
.welcome-image {
  flex: 1 1 50%;
}

.welcome-text h2 {
  font-family: 'Sorts Mill Goudy', serif;
  font-size: 52px;
  line-height: 1.12;
  color: #1f1f1f;
  font-weight: 400;
  margin: 0 0 28px;
}

.welcome-text p {
  font-size: 17px;
  line-height: 1.8;
  color: #2f2f2f;
  margin: 0;
  max-width: 520px;
}

.welcome-image img {
  width: 100%;
  display: block;
  border-radius: 42px;
  object-fit: cover;
}

@media (max-width: 991px) {
  .welcome-section {
    padding: 80px 0;
  }

  .welcome-inner {
    width: min(100%, calc(100% - 40px));
    flex-direction: column;
    gap: 40px;
  }

  .welcome-text h2 {
    font-size: 40px;
  }

  .welcome-text p {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .welcome-text h2 {
    font-size: 32px;
  }

  .welcome-text p {
    font-size: 16px;
    line-height: 1.7;
  }

  .welcome-image img {
    border-radius: 28px;
  }
}

.courses-section {
  background: #efefef;
  padding: 110px 0;
}

.courses-inner {
  width: min(1200px, calc(100% - 60px));
  margin: 0 auto;
}

.courses-section h2 {
  font-family: 'Sorts Mill Goudy', serif;
  font-size: 48px;
  margin-bottom: 60px;
  color: #1f1f1f;
}

.courses-grid {
  display: flex;
  gap: 40px;
}

.course-card {
  flex: 1;
}

.course-card img {
  width: 100%;
  border-radius: 32px;
  margin-bottom: 18px;
  display: block;
}

.course-card-body h3 {
  font-family: 'Sorts Mill Goudy', serif;
  font-size: 26px;
  margin: 0 0 18px;
  color: #1f1f1f;
}

.course-option {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  padding: 14px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.course-option:first-of-type {
  border-top: none;
  padding-top: 0;
}

.course-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.course-date,
.course-place,
.course-count {
  font-size: 17px;
  line-height: 1.5;
  color: #444;
}

.course-date {
  font-weight: 600;
  color: #2f2f2f;
}

.course-btn {
  display: inline-block;
  width: auto;
  min-width: 0;
  max-width: 100%;
  padding: 12px 20px;
  background: #d7c2ad;
  color: #2d2d2d;
  text-decoration: none;
  border-radius: 12px;
  border: 1px solid rgba(45, 45, 45, 0.35);
  font-size: 16px;
  line-height: 1.2;
  white-space: nowrap;
  align-self: flex-start;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.course-btn:hover {
  background: #cfb59a;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

@media (max-width: 991px) {
  .courses-grid {
    flex-direction: column;
    gap: 35px;
  }

  .courses-section h2 {
    font-size: 38px;
    margin-bottom: 40px;
  }

  .course-option {
    flex-direction: column;
    gap: 12px;
  }

  .course-btn {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 640px) {
  .courses-section {
    padding: 85px 0;
  }

  .courses-inner {
    width: min(100%, calc(100% - 40px));
  }

  .course-card-body h3 {
    font-size: 24px;
  }

  .course-date,
  .course-place,
  .course-count {
    font-size: 16px;
  }
}
.coaching-section {
  background: #c1d0db;
  padding: 110px 0;
}

.coaching-inner {
  width: min(1200px, calc(100% - 60px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 70px;
}

.coaching-image,
.coaching-text {
  flex: 1;
}

.coaching-image img {
  width: 100%;
  border-radius: 42px;
  display: block;
}

.coaching-text h2 {
  font-family: 'Sorts Mill Goudy', serif;
  font-size: 48px;
  margin-bottom: 25px;
  color: #1f1f1f;
}

.coaching-text p {
  font-size: 20px;
  line-height: 1.9;
  margin-bottom: 30px;
  color: #2a2a2a;
  max-width: 520px;
}

.coaching-btn {
  display: inline-block;
  padding: 12px 28px;
  background: #eed7c1;
  border-radius: 10px;
  text-decoration: none;
  color: #333;
}

@media (max-width: 991px) {
  .coaching-inner {
    flex-direction: column;
    gap: 40px;
  }

  .coaching-text h2 {
    font-size: 36px;
  }
}

.coaching-btn:hover {
  background: #cbb49b;
}

.testimonials-section {
  background: #ebe3ef;
  padding: 110px 0;
}

.testimonials-inner {
  width: min(1200px, calc(100% - 60px));
  margin: 0 auto;
}

.testimonials-section h2 {
  font-family: 'Sorts Mill Goudy', serif;
  font-size: 48px;
  margin-bottom: 60px;
  color: #1f1f1f;
}

.testimonials-grid {
  display: flex;
  gap: 40px;
}

.testimonial {
  flex: 1;
}

.testimonial p {
  font-size: 19px;
  line-height: 1.85;
  color: #2a2a2a;
  max-width: 520px;
}

@media (max-width: 991px) {
  .testimonials-grid {
    flex-direction: column;
    gap: 25px;
  }

  .testimonials-section h2 {
    font-size: 36px;
  }
}

.testimonial {
  border-left: 2px solid rgba(0,0,0,0.1);
  padding-left: 15px;
}

.contact-section {
  background: url('/images/contact.jpg') center/cover no-repeat;
  position: relative;
}

.contact-overlay {
  background: rgba(0,0,0,0.5);
  padding: 110px 0;
}

.contact-inner {
  width: min(1200px, calc(100% - 60px));
  margin: 0 auto;
  display: flex;
  gap: 60px;
  color: white;
}

.contact-left {
  flex: 2;
}

.contact-right {
  flex: 1;
  text-align: right;
}

.contact-left h3 {
  font-family: 'Sorts Mill Goudy', serif;
  font-size: 32px;
  margin-bottom: 20px;
}

.contact-left p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.contact-right h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.social-links a {
  color: white;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 8px;
}

@media (max-width: 991px) {
  .contact-inner {
    flex-direction: column;
    text-align: left;
  }

  .contact-right {
    text-align: left;
    margin-top: 30px;
  }
}

.contact-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 28px;
  background: #d6c2aa;
  border-radius: 10px;
  color: #333;
  text-decoration: none;
}

.contact-logo {
  display: flex !important;
  align-items: baseline !important;
  gap: 8px !important;
  margin-bottom: 34px !important;
  line-height: 1 !important;
}

.contact-logo-main {
  font-family: 'Agrandir Wide Bold', sans-serif !important;
  font-size: 34px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
}

.contact-logo-sub {
  font-family: 'Agrandir Wide Bold', sans-serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
}

.hero-btn,
.course-btn,
.coaching-btn,
.contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  padding: 13px 30px;
  background: #d7c2ad;
  color: #2d2d2d;
  text-decoration: none;
  border-radius: 12px;
  border: 1px solid rgba(45, 45, 45, 0.45);
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-btn:hover,
.course-btn:hover,
.coaching-btn:hover,
.contact-btn:hover {
  background: #cfb59a;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.hero-btn:active,
.course-btn:active,
.coaching-btn:active,
.contact-btn:active {
  transform: translateY(0);
}

.welcome-image img,
.coaching-image img,
.course-card img {
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.welcome-image:hover img,
.coaching-image:hover img,
.course-card:hover img {
  transform: scale(1.02);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

html {
  scroll-behavior: smooth;
}

body {
  color: #2c2c2c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* =========================
   HEADLINES – EMPFOHLENE VARIANTE
   Hero bleibt weiß, alle Inhalts-Überschriften dunkel
   ========================= */

/* Hero: bleibt weiß auf Bild */
.hero-content h1 {
  font-family: 'Sorts Mill Goudy', serif;
  color: #ffffff;
}

/* Inhaltsbereiche: dunkle Überschriften */
.welcome-text h2,
.courses-section h2,
.coaching-text h2,
.testimonials-section h2,
.course-card-body h3 {
  color: #1f1f1f;
}

/* Kontaktbereich: bleibt weiß auf dunklem Hintergrundbild */
.contact-card h3,
.contact-left h3,
.contact-right h4,
.social-box h4 {
  color: #ffffff;
}

.contact-address,
.contact-meta {
  font-size: 18px;
  line-height: 1.85;
  margin-bottom: 18px;
  color: rgba(255,255,255,0.9);
}

.welcome-section,
.courses-section,
.coaching-section,
.testimonials-section,
.contact-overlay {
  position: relative;
}

.welcome-section,
.courses-section,
.coaching-section,
.testimonials-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.course-card h3 {
  margin-top: 0;
  margin-bottom: 18px;
}

.course-card .time {
  font-size: 19px;
  color: #444;
  margin-top: 6px;
  margin-bottom: 8px;
  font-weight: 600;
}

.testimonial {
  border-top: 1px solid rgba(0, 0, 0, 0.35);
  padding-top: 24px;
}

.social-box h4 {
  font-family: 'Agrandir Wide Bold', sans-serif;
  font-size: 14px;
  letter-spacing: 1.8px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.social-link {
  font-size: 18px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .hero-content h1 {
    font-size: 46px;
    line-height: 1.08;
  }

  .hero-logo-main,
  .contact-logo-main {
    font-size: 26px !important;
  }

  .hero-logo-sub,
  .contact-logo-sub {
    font-size: 14px !important;
  }

  .hero-btn,
  .course-btn,
  .coaching-btn,
  .contact-btn {
  margin-top: 20px;
  padding: 14px 32px;
  background: #d7c2ad;
  color: #2d2d2d;
  border-radius: 12px;
  border: none;
  transition: all 0.3s ease;
}

.contact-btn:hover {
  background: #cfb59a;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

  .welcome-text h2,
  .courses-section h2,
  .coaching-text h2,
  .testimonials-section h2 {
    font-size: 34px;
    line-height: 1.12;
  }

  .welcome-text p,
  .coaching-text p,
  .testimonial p,
  .contact-address,
  .contact-meta {
    font-size: 17px;
    line-height: 1.75;
  }
}

.social-icons {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  margin-top: 10px;
}

.social-icon {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.35s ease;
}

.social-icon .fa {
  font-size: 18px;
}

.social-icon:hover {
  background: #d7c2ad;
  color: #2d2d2d;
  border-color: #d7c2ad;
  transform: translateY(-3px) scale(1.05);
}

@media (max-width: 991px) {
  .social-icons {
    justify-content: flex-start;
  }
}

/* FORMULAR FELDER */
.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 14px 16px;
  margin-bottom: 18px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.08);
  color: #fff;
  font-size: 16px;
  outline: none;
  transition: all 0.3s ease;
}

/* Fokus Effekt */
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: #d7c2ad;
  background: rgba(255,255,255,0.12);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255,255,255,0.6);
}

.contact-form label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: rgba(255,255,255,0.8);
}

.contact-form button,
.contact-form .btn {
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  background: #d7c2ad;
  color: #2d2d2d;
  border: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.contact-form button:hover {
  background: #cfb59a;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.contact-form select {
  appearance: none;
  background: rgba(255,255,255,0.08);
  cursor: pointer;
}

.course-form {
  margin-top: 40px;
}

.form-group {
  margin-bottom: 22px;
}

.form-group label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: rgba(255,255,255,0.75);
}

.course-form input,
.course-form textarea,
.course-form select {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.08);
  color: #fff;
  font-size: 16px;
  outline: none;
  transition: all 0.3s ease;
}

.course-form input:focus,
.course-form textarea:focus,
.course-form select:focus {
  border-color: #d7c2ad;
  background: rgba(255,255,255,0.12);
}

.course-submit {
  width: 100%;
  padding: 15px;
  margin-top: 10px;
  border-radius: 12px;
  background: #d7c2ad;
  color: #2d2d2d;
  border: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.course-submit:hover {
  background: #cfb59a;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

/* HELLE FORMULARSEITEN */
.com_contact form input,
.com_contact form textarea,
.com_contact form select {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid #cfcfcf;
  background: #ffffff;
  color: #2d2d2d;
  font-size: 16px;
  outline: none;
  box-shadow: none;
}

.com_contact form input:focus,
.com_contact form textarea:focus,
.com_contact form select:focus {
  border-color: #d7c2ad;
  background: #ffffff;
  color: #2d2d2d;
}

.com_contact form label {
  display: block;
  margin-bottom: 6px;
  color: #2d2d2d;
  font-size: 14px;
}

.com_contact form input::placeholder,
.com_contact form textarea::placeholder {
  color: #777;
}

.com_contact form button,
.com_contact form .btn,
.com_contact form button[type="submit"],
.com_contact form input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 30px;
  background: #d7c2ad;
  color: #2d2d2d;
  border: 1px solid rgba(45,45,45,0.35);
  border-radius: 12px;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.com_contact form button:hover,
.com_contact form .btn:hover,
.com_contact form button[type="submit"]:hover,
.com_contact form input[type="submit"]:hover {
  background: #cfb59a;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}

.com_contact h1,
.com_contact h2 {
  font-family: 'Sorts Mill Goudy', serif;
  font-size: 42px;
  margin-bottom: 30px;
  color: #2d2d2d;
  text-align: center;
}

.com_contact form {
  background: #ffffff;
  padding: 40px;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

.course-option .course-btn {
  flex: 0 0 auto;
}
/* =========================
   ERWEITERUNG – BLOCK 3 VOLLE BREITE + MEHR ERFAHREN BUTTONS
   ========================= */

/* Gruppenkurse-Hintergrund über die komplette Browserbreite ziehen */
.courses-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #efefef;
}

/* Inhalt etwas großzügiger halten, damit Buttons nicht aus dem Hintergrund laufen */
.courses-inner {
  width: min(1300px, calc(100% - 80px));
}

/* Mehr-erfahren-Button unter den Kursüberschriften */
.course-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 22px;
  padding: 11px 24px;
  background: #d7c2ad;
  color: #2d2d2d;
  text-decoration: none;
  border-radius: 12px;
  border: 1px solid rgba(45,45,45,0.35);
  font-size: 16px;
  line-height: 1;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.course-more-btn:hover {
  background: #cfb59a;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}

/* Zurück-zur-Startseite Button auf Kurs-Unterseiten */
.back-home-wrap {
  margin-top: 50px;
  text-align: center;
}

.back-home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 30px;
  background: #d7c2ad;
  color: #2d2d2d;
  text-decoration: none;
  border-radius: 12px;
  border: 1px solid rgba(45,45,45,0.35);
  font-size: 17px;
  transition: all 0.3s ease;
}

.back-home-btn:hover {
  background: #cfb59a;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}

/* Mobile Optimierung für volle Breite */
@media (max-width: 991px) {
  .courses-inner {
    width: min(100%, calc(100% - 40px));
  }

  .course-more-btn {
    margin-bottom: 20px;
  }
}

@media (max-width: 640px) {
  .courses-inner {
    width: min(100%, calc(100% - 32px));
  }

  .course-more-btn,
  .back-home-btn {
    width: 100%;
    text-align: center;
  }
}

/* =========================
   KURS DETAILSEITEN
========================= */

.com-content-article {
  background: #f7f4f1;
  padding: 0;
}

/* HERO */
.course-detail-hero {
  position: relative;
  height: 60vh;
  min-height: 500px;
  border-radius: 0 0 40px 40px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.course-detail-hero img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  inset: 0;
}

.course-detail-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
}

.course-detail-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  width: min(900px, calc(100% - 40px));
}

.course-detail-hero-content h1 {
  font-family: 'Sorts Mill Goudy', serif;
  font-size: 68px;
  line-height: 1.05;
  margin-bottom: 18px;
  color: #fff;
}

.course-detail-subtitle {
  font-size: 22px;
  line-height: 1.5;
  opacity: 0.95;
}

/* CONTENT */
.course-detail-content {
  width: min(900px, calc(100% - 40px));
  margin: 90px auto;
}

.course-detail-content p {
  font-size: 20px;
  line-height: 1.95;
  color: #2d2d2d;
  margin-bottom: 28px;
}

/* INFOKARTE */
.course-info-box {
  background: #ffffff;
  border-radius: 26px;
  padding: 40px;
  margin: 60px 0;
  box-shadow: 0 20px 50px rgba(0,0,0,0.05);
}

.course-info-box h3 {
  font-family: 'Sorts Mill Goudy', serif;
  font-size: 34px;
  margin-bottom: 24px;
  color: #1f1f1f;
}

.course-info-box ul {
  padding-left: 20px;
}

.course-info-box li {
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 1.7;
}

/* CTA */
.course-cta {
  margin-top: 70px;
  text-align: center;
}

.course-cta p {
  font-size: 24px;
  line-height: 1.8;
  font-weight: 500;
}

/* BUTTONS */
.course-detail-buttons {
  margin-top: 45px;
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
}

.course-detail-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 34px;
  background: #d7c2ad;
  color: #2d2d2d;
  border-radius: 14px;
  text-decoration: none;
  border: 1px solid rgba(45,45,45,0.35);
  transition: all 0.3s ease;
}

.course-detail-btn:hover {
  background: #cfb59a;
  transform: translateY(-2px);
}

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

  .course-detail-hero {
    min-height: 420px;
    height: 55vh;
  }

  .course-detail-hero-content h1 {
    font-size: 46px;
  }

  .course-detail-subtitle {
    font-size: 18px;
  }

  .course-detail-content p {
    font-size: 18px;
    line-height: 1.85;
  }

  .course-info-box {
    padding: 30px;
  }

  .course-cta p {
    font-size: 21px;
  }
}
/* Gruppenkurs-Bilder automatisch gleich groß zuschneiden */
.course-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  border-radius: 32px;
  display: block;
}
.body__home #menu-row {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: transparent !important;
}
.body__home #logo {
  background: rgba(0,0,0,0.45);
  padding: 10px 18px;
  border-radius: 14px;
}
#/* Mobile: Mehr-erfahren Overlay auf Kursbildern immer sichtbar */
@media (max-width: 767px) {
  .course-image-link::after {
    opacity: 1 !important;
    background: rgba(0, 0, 0, 0.38) !important;
  }

  .course-image-overlay {
    opacity: 1 !important;
    transform: translate(-50%, -50%) !important;
  }
}
/* =========================
   Kursbilder Hover Overlay – final
========================= */

.course-image-link {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 32px;
  margin-bottom: 18px;
}

.course-image-link img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 32px;
  margin-bottom: 0 !important;
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.course-image-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 2;
}

.course-image-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -40%);
  opacity: 0;
  color: #ffffff;
  font-family: 'Agrandir Wide Bold', sans-serif;
  font-size: 16px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  transition: opacity 0.35s ease, transform 0.35s ease;
  pointer-events: none;
}

.course-image-link:hover img {
  transform: scale(1.04);
}

.course-image-link:hover::after {
  opacity: 1;
}

.course-image-link:hover .course-image-overlay {
  opacity: 1;
  transform: translate(-50%, -50%);
}

/* Mobile: Overlay dauerhaft sichtbar */
@media (max-width: 767px) {
  .course-image-link::after {
    opacity: 1;
  }

  .course-image-overlay {
    opacity: 1;
    transform: translate(-50%, -50%);
  }

  .course-image-link img {
    height: 240px;
  }
}
/* =========================
   Kurskarten Glas-/Softshadow-Look
========================= */

.course-card {
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 34px;
  padding: 18px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.07);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.course-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.11);
  background: rgba(255, 255, 255, 0.68);
}

.course-card .course-image-link {
  border-radius: 28px;
  overflow: hidden;
}

.course-card img {
  border-radius: 28px;
}

.course-card-body {
  padding: 8px 4px 0;
}
.course-card {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(0, 0, 0, 0.04);
}
/* =========================
   Kurskarten Buttons – kompakt & hochwertig
========================= */

.course-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.course-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: auto;
  min-width: unset;
  max-width: 100%;

  padding: 12px 24px;

  border-radius: 16px;

  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(255,255,255,0.82);

  box-shadow: 0 10px 24px rgba(0,0,0,0.06);

  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  color: #2d2d2d;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}

.course-btn:hover {
  background: rgba(255,255,255,0.92);
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(0,0,0,0.10);
}

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

  .course-option {
    align-items: flex-start;
  }

  .course-btn {
    width: auto;
  }

}
/* Kurskarten: Button unter die Kursdaten setzen */
.course-option {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.course-option .course-btn {
  margin-top: 4px;
}
/* Kursbutton etwas stärker hervorheben */
.course-btn {
  background: /*#d7c2ad;*/#c1d0db;
  color: #2d2d2d;
  border: 1px solid rgba(45,45,45,0.18);
  box-shadow: 0 10px 24px rgba(0,0,0,0.10);
}
.course-btn:hover {
  background: #cfb59a;
  box-shadow: 0 14px 32px rgba(0,0,0,0.14);
}
/* Personal Coaching Bild größer wie Block 2 */
.coaching-image .course-image-link {
  display: block;
  border-radius: 42px;
  overflow: hidden;
}

.coaching-image .course-image-link img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  object-position: center;
  border-radius: 42px;
  display: block;
}

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

  .coaching-image .course-image-link img {
    height: 420px;
  }

}
@media (max-width: 991px) {

  .hero-content h1 {
    white-space: normal;
  }

}
/* Original Joomla Template Logo überall ausblenden */
#logo {
  display: none !important;
}