/*
CTC Separate Stylesheet
Updated: 2025-04-11 22:29:38
Theme Name: Du bist genug Customizr Child
Theme URI: https://presscustomizr.com/customizr
Template: customizr
Author: nikeo
Author URI: https://presscustomizr.com/
Description: Customizr is a simple and fast WordPress theme designed to help you attract and engage more visitors. Provides a perfect user experience on smartphones. Powers more than 100K active sites around the world. Hundreds of 5-stars reviews received on WordPress.org.
Tags: one-column,two-columns,three-columns,left-sidebar,right-sidebar,buddypress,custom-menu,custom-colors,featured-images,full-width-template,theme-options,threaded-comments,translation-ready,sticky-post,post-formats,rtl-language-support,editor-style
Version: 4.4.24.1744410578
*/

body {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    background-color: #f9f7fc;
    margin: 0;
    padding: 0;
}

.container {
    position: relative;
    margin-top: 0px;
      text-align: center;
}
/* Mentoring-Einleitung */
.mentoring-intro {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fce4ec; /* 🎀 Helles Rosé */
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.mentoring-bild img {
    width: 100%;
    max-width: 300px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-right: 20px;
}

.mentoring-text {
    max-width: 600px;
    text-align: left;
}

.mentoring-text h1 {
    font-size: 2rem;
    color: #5d4a65;
}

.mentoring-text p {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #333;
}

/* Details in drei Spalten */
.mentoring-details {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}

.detail-box {
    flex: 1;
    background-color: #e6d4e8; /* 💜 Zartes Flieder */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.detail-box h3 {
    color: #5d4a65;
    font-size: 1.5rem;
}

.detail-box p {
    font-size: 1rem;
    color: #333;
}

/* CTA-Button */
.mentoring-cta {
    text-align: center;
}
/* Workshop-Einleitung */
.workshop-intro {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff5cc; /* ☀️ Helles Gelb */
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.workshop-bild img {
    width: 100%;
    max-width: 300px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-right: 20px;
}

.workshop-text {
    max-width: 600px;
    text-align: left;
}

.workshop-text h1 {
    font-size: 2rem;
    color: #5d4a65;
}

.workshop-text p {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #333;
}

/* Details in drei Spalten */
.workshop-details {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}

.detail-box {
    flex: 1;
    background-color: #d1e8e2; /* 🌊 Sanftes Türkis */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.detail-box h3 {
    color: #5d4a65;
    font-size: 1.5rem;
}

.detail-box p {
    font-size: 1rem;
    color: #333;
}

/* CTA-Button */
.workshop-cta {
    text-align: center;
}

/* Gruppenmentoring-Einleitung */
.mentoring-intro {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e6d4e8; /* Zartes Flieder */
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.mentoring-bild img {
    width: 100%;
    max-width: 300px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-right: 20px;
}

.mentoring-text {
    max-width: 600px;
    text-align: left;
}

.mentoring-text h1 {
    font-size: 2rem;
    color: #5d4a65;
}

.mentoring-text p {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #333;
}

/* Details in drei Spalten */
.mentoring-details {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}

.detail-box {
    flex: 1;
    background-color: #d1e8e2; /* Sanftes Türkis */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.detail-box h3 {
    color: #5d4a65;
    font-size: 1.5rem;
}

.detail-box p {
    font-size: 1rem;
    color: #333;
}

/* CTA-Button */
.mentoring-cta {
    text-align: center;
}
/* Kurs-Einleitung */
.kurs-intro {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8e9ef;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.kurs-bild img {
    width: 100%;
    max-width: 300px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-right: 20px;
}

.kurs-text {
    max-width: 600px;
    text-align: left;
}

.kurs-text h1 {
    font-size: 2rem;
    color: #5d4a65;
}

.kurs-text p {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #333;
}

/* Details in drei Spalten */
.kurs-details {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}

.detail-box {
    flex: 1;
    background-color: #e6d4e8;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.detail-box h3 {
    color: #5d4a65;
    font-size: 1.5rem;
}

.detail-box p {
    font-size: 1rem;
    color: #333;
}

/* CTA-Button */
.kurs-cta {
    text-align: center;
}
/* Coaching-Einleitung */
.coaching-intro {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8e9ef;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.coaching-bild img {
    width: 100%;
    max-width: 300px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-right: 20px;
}

.coaching-text {
    max-width: 600px;
    text-align: left;
}

.coaching-text h1 {
    font-size: 2rem;
    color: #5d4a65;
}

.coaching-text p {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #333;
}

/* Details in drei Spalten */
.coaching-details {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}

.detail-box {
    flex: 1;
    background-color: #e6d4e8;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.detail-box h3 {
    color: #5d4a65;
    font-size: 1.5rem;
}

.detail-box p {
    font-size: 1rem;
    color: #333;
}

/* CTA-Button */
.cta-button {
    display: inline-block;
    background-color: #b5a8c5;
    color: #fff !important;
    padding: 12px 25px;
    font-size: 1rem;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
}

.cta-button:hover {
    background-color: #c4b0c9;
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
/* Button */
.angebot-button {
    display: inline-block;
    background-color: #b5a8c5;
    color: #fff;
    padding: 12px 25px;
    font-size: 1rem;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 10px;
	margin-bottom: 10px;
    font-weight: bold;
}

.angebot-button:hover {
    background-color: #d1b6b8;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}


/* Kursiver Einleitungstext */
.intro-text-wrapper {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px auto;
}

.intro-text {
    font-style: italic;
    font-size: 1.2rem;
    color: #5d4a65;
    line-height: 1.5;
}

/* Abschnitt mit Bild und Text */
.about-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    max-width: 900px;
    margin: 40px auto;
    gap: 20px;
    background-color: #f8e9ef;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.about-image-container {
    flex: 0 0 35%;
    max-width: 300px;
}

.about-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.about-text {
    flex: 1;
    text-align: left;
    max-width: 550px;
}

.about-text h2 {
    color: #5d4a65;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.about-text p {
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
}

/* Weitere Textabschnitte */
.text-section {
    max-width: 800px;
    margin: 40px auto;
    text-align: center;
    background-color: #e6d4e8;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.text-section.why {
    background-color: #d1e8e2;
}

.text-section h2 {
    color: #5d4a65;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.main-content {
    padding: auto;
}

/* CTA-Button */
.cta-button {
    display: inline-block;
    background-color: #b5a8c5;
    color: #fff !important;
    padding: 12px 25px;
    font-size: 1rem;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
}

.cta-button:hover {
    background-color: #c4b0c9;
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

/* Sidebar */
.right.sidebar.tc-sidebar.col-12.col-md-3.text-md-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px;
}

.sidebar-widget {
    width: 100%;
    max-width: 200px; /* Optional: Maximalbreite setzen */
    background-color: #f4e3e9;
    padding: 10px 12px;
    border-radius: 10px;
    text-align: center;
    font-size: 0.9rem; /* Schriftgröße verkleinert */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

/* Optional: Abstand zwischen mehreren Widgets */
.sidebar-widget + .sidebar-widget {
    margin-top: 15px;
}


/* Hero-Bereich */
.hero {
    text-align: center;
     background-color: #f9f7fc;
    position: relative;
	margin-bottom:0px;
}

.hero img, .section img {
    max-width: 80%;
    height: auto;
    max-height: 300px;
    border-radius: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	
}
.headline-mit-bild {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
  justify-content: flex-start;
}

.headline-mit-bild img {
  max-width: 300px;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.headline-mit-bild div {
  flex: 1;
  min-width: 280px;
  text-align: justify;
}

.bild-und-text {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
}

.bild-und-text img {
  max-width: 300px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin: 0;
}

.bild-und-text .textblock {
  flex: 1;
  text-align: justify;
}



.hero-content {
    max-width: 800px;
    margin-top: 20px;
	margin-bottom: 10px;
    text-align: center;
}

.hero h1, .section h1 {
    font-size: 1.8rem;
    color: #5d4a65;
    margin-bottom: 10px;
}



/* Angebote-Boxen */
.offer-box {
   display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(to right, #e6e6fa, #fffacd);
	    height: auto;
    padding-left: 80px;
	padding-right: 80px;
    border: 1px solid gold;
    border-radius: 10px; /* abgerundete Ecken */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* leichter Schatten */
    margin-bottom: 20px; /* Abstand zwischen den Boxen */
    height: auto;
}
.offer-box.image {
    width: 150px;
    height: auto;
    margin-right: 20px;
	 padding: 15px;
}
.offer-box.text {
    flex: 1;
    text-align: left;
}

.angebot-button:hover {
    background-color: #c4b0c9;
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

ul, ul li {
    list-style-type: none !important;
    padding: 0;
    margin: 0;
}
/* Einheitliche Boxengrößen für Coaching-Bereiche */
.coaching-intro,
.coaching-emotion,
.coaching-details {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* Emotionale Ansprache für die Zielgruppe */
.coaching-emotion {
    background-color: #fce4ec; /* 🎀 Zartes Rosé */
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    width: 100%;
    max-width: 800px; /* Einheitliche Breite mit anderen Boxen */
    box-sizing: border-box;
}

.coaching-emotion h2 {
    font-size: 1.8rem;
    color: #5d4a65;
    margin-bottom: 15px;
}

.coaching-emotion p {
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
    margin-bottom: 10px;
    text-align: left;
}

/* Details-Boxen in gleicher Größe */
.coaching-details {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}

.detail-box {
    flex: 1;
    background-color: #e6d4e8; /* 💜 Zartes Flieder */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    min-width: 250px;
}

/* Einheitliche Höhe für alle Detail-Boxen */
.detail-box h3 {
    color: #5d4a65;
    font-size: 1.5rem;
}

.detail-box p {
    font-size: 1rem;
    color: #333;
}

/* Call-to-Action */
.coaching-cta {
    text-align: center;
}

/* Responsive Anpassung für kleinere Bildschirme */
@media screen and (max-width: 768px) {
    .coaching-details {
        flex-direction: column;
        gap: 15px;
    }

    .detail-box {
        width: 100%;
        min-width: auto;
    }

    .coaching-emotion {
        padding: 20px;
        text-align: left;
    }

    .coaching-emotion h2 {
        font-size: 1.5rem;
    }

    .coaching-emotion p {
        font-size: 1.1rem;
    }
}
/* Einheitliche Breite für Einzelcoaching, damit es zu den anderen Angebotsseiten passt */
.coaching-intro {
    max-width: 1000px; /* Gleiche Breite wie die anderen Angebotsseiten */
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8e9ef; /* Zarte Hintergrundfarbe */
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

/* Einheitliche Bildgröße für Einzelcoaching */
.coaching-bild img {
    width: 100%;
    max-width: 200px; /* Gleiche Bildgröße wie auf den anderen Angebotsseiten */
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-right: 20px;
}

/* Einheitliche Textbreite für Einzelcoaching */
.coaching-text {
    max-width: 700px;
    text-align: left;
}

/* Einheitliche Überschriften */
.coaching-text h1 {
    font-size: 2rem;
    color: #5d4a65;
}

/* Einheitliche Absatzgröße */
.coaching-text p {
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
}

/* Einheitliche Details-Sektion für Einzelcoaching */
.coaching-details {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/* Einheitliche Boxengrößen */
.detail-box {
    flex: 1;
    background-color: #e6d4e8; /* 💜 Zartes Flieder */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    min-width: 250px;
}

/* Einheitliche Call-to-Action Buttons */
.coaching-cta {
    text-align: center;
    margin-top: 20px;
}

.cta-button {
    display: inline-block;
    background-color: #b5a8c5;
    color: #fff !important;
    padding: 12px 25px;
    font-size: 1rem;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: bold;
    opacity: 1;
}

.cta-button:hover {
    background-color: #c4b0c9;
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

/* Responsive Anpassung für mobile Geräte */
@media screen and (max-width: 768px) {
    .coaching-intro {
        flex-direction: column;
        text-align: center;
        padding: 30px;
    }

    .coaching-bild img {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .coaching-text {
        text-align: center;
        max-width: 100%;
    }

    .coaching-text h1 {
        font-size: 1.5rem;
    }

    .coaching-text p {
        font-size: 1rem;
    }

    .coaching-details {
        flex-direction: column;
        gap: 15px;
    }

    .detail-box {
        width: 100%;
        min-width: auto;
    }
}

.czr-credits {
	display: none;
}

.wpmenucartli {
	display: flex;
	align-items: center;
	justify-content: center;
}
.wpmenucartli i, span{
	color: black!important;
}


.woocommerce-loop-product__link img {
	margin: 0 auto!important;
}

.manual-btn-shoppingcart {
  text-align: center;
}

.manual-btn-shoppingcart a{
	background-color: #d1b6b8!important;
	text-decoration: none!important;
	color: #fff!important;
	max-width: 350px;
	padding: 10px 50px;
	margin-bottom: 30px;
	border: 1px solid #d1b6b8!important;
	display: block;
	margin-top: 10px;
}

.manual-btn-shoppingcart a:hover{
	background-color: #fff!important;
	text-decoration: none!important;
	color: #d1b6b8!important;


}
/* === VIDEO-GALERIE GRID === */
.video-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 10px 10px;
}

/* === VIDEO-BOX-STIL === */
.video-grid a {
  display: block;
  width: 220px;   /* angepasst */
  height: auto;  /* bleibt gleich */
  background-color: #f9f7fc;
  border-radius: 14px;
  overflow: hidden;
  text-align: center;
}
/* === VORSCHAU-BILD: sauber und ohne Verzerrung === */
.video-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: middle;
  border-radius: 14px;
}
/* === HOVER-EFFEKT === */
.video-grid a:hover {
  transform: translateY(-4px);
 
}
	
/* === RESPONSIVE für kleinere Bildschirme === */
@media screen and (max-width: 768px) {
  .video-grid a {
    width: 46vw;
    aspect-ratio: 9 / 16;
  }
} /* <-- Diese Klammer schließt den Media-Block */

/* Startseiten-Boxen & WhatsApp-Kurs linksbündig erzwingen */
.startseite-einleitung,
.startseite-einleitung p,
.startseite-einleitung h3,
.abschnitt-box,
.abschnitt-box p,
.abschnitt-box h5 {
    text-align: left !important;
}
/* Extra Abstand für Startseitenabschnitte */
.abschnitt-box {
    margin-top: 40px;
    margin-bottom: 40px;
}

/* Auf Mobilgeräten: mehr Abstand um Text */
@media screen and (max-width: 768px) {
  .bild-und-text .text {
    padding: 10px;
  }
  
  .bild-und-text .bild img {
    margin: 0 auto 20px auto;
  }

  .cta-button {
    font-size: 1.1rem;
    padding: 14px 30px;
  }
}
/* --- Mobile Optimierungen Startseite (ab 22.09.2025) --- */
@media (max-width: 768px) {
  .abschnitt-box {
    padding: 30px 20px !important;
    margin-bottom: 40px !important;
  }

  .bild-und-text {
    flex-direction: column;
  }

  .bild-und-text .text {
    padding: 10px 0;
  }

  .cta-button {
    width: 100%;
    font-size: 1.1rem;
  }
}

.bild-und-text .bild .cta-button {
    display: block;
    width: 100%;
    margin-top: 10px;
}

@media (min-width: 769px) {
  .bild-und-text .bild .cta-button {
    width: 48%;
    display: inline-block;
    margin-right: 2%;
    text-align: center;
  }
}

.abschnitt-geschenk {
    border: 2px dashed #d1b6b8;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
/* --- Ende Mobile Optimierungen --- */
# Bereite CSS Code für mobile Optimierungen vor
css_code = """
/* --- Mobile Feinschliff 2.0 für Startseite --- */
@media (max-width: 768px) {
  /* Abschnittsboxen luftiger */
  .abschnitt-box {
    padding: 25px 15px !important;
    margin-bottom: 50px !important;
    border-radius: 20px;
  }

  /* Alle Buttons groß & zentriert */
  .cta-button, .angebot-button {
    width: 100% !important;
    display: block !important;
    text-align: center !important;
    font-size: 1.1rem !important;
    padding: 14px 20px !important;
    margin: 10px 0 !important;
  }

  /* Abstand zwischen Bild und Text */
  .bild-und-text .text {
    padding-top: 10px;
  }

  /* Textabschnitte leserlicher */
  .abschnitt-box p {
    font-size: 1rem !important;
    line-height: 1.6 !important;
  }

  /* Angebote als Karten-Layout */
  .abschnitt-angebote .bild-und-text {
    flex-direction: column;
    gap: 10px;
  }
  .abschnitt-angebote img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
  }

  /* Checklisten-Box schöner mobil */
  .abschnitt-geschenk img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .abschnitt-geschenk .text {
    padding-top: 10px;
  }
}
"""

css_code
/* --- Mobile Feinschliff 2.0 für Startseite --- */
@media (max-width: 768px) {
  /* Abschnittsboxen luftiger */
  .abschnitt-box {
    padding: 25px 15px !important;
    margin-bottom: 50px !important;
    border-radius: 20px;
  }

  /* Alle Buttons groß & zentriert */
  .cta-button, .angebot-button {
    width: 100% !important;
    display: block !important;
    text-align: center !important;
    font-size: 1.1rem !important;
    padding: 14px 20px !important;
    margin: 10px 0 !important;
  }

  /* Abstand zwischen Bild und Text */
  .bild-und-text .text {
    padding-top: 10px;
  }

  /* Textabschnitte leserlicher */
  .abschnitt-box p {
    font-size: 1rem !important;
    line-height: 1.6 !important;
  }

  /* Angebote als Karten-Layout */
  .abschnitt-angebote .bild-und-text {
    flex-direction: column;
    gap: 10px;
  }
  .abschnitt-angebote img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
  }

  /* Checklisten-Box schöner mobil */
  .abschnitt-geschenk img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .abschnitt-geschenk .text {
    padding-top: 10px;
  }
}
/* --- Button Animation: leicht pulsierend --- */
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(181, 168, 197, 0.6);
  }
  70% {
    transform: scale(1.03);
    box-shadow: 0 0 10px 10px rgba(181, 168, 197, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(181, 168, 197, 0);
  }
}

.cta-button.animated {
  animation: pulse 2.5s infinite;
}
/* --- Kundenstimmen mit WhatsApp Screenshots --- */
.kundenstimmen-wrapper {
  max-width: 1000px;
  margin: 60px auto;
  text-align: center;
}

.kundenstimmen-wrapper h2 {
  font-size: 1.8rem;
  color: #5d4a65;
  margin-bottom: 30px;
}

.kundenstimmen-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.kundenstimmen-box {
  width: 280px;
  background-color: #fce4ec;
  padding: 10px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.kundenstimmen-box img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Mobilfreundlich */
@media screen and (max-width: 768px) {
  .kundenstimmen-box {
    width: 90%;
  }
}
.kundenstimmen-wrapper {
  max-width: 1100px;
  margin: 40px auto;
  text-align: center;
}

.kundenstimmen-wrapper h2 {
  font-size: 1.8rem;
  color: #5d4a65;
  margin-bottom: 20px;
}

.kundenstimmen-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.kundenstimmen-grid a img {
  width: 100%;
  max-width: 230px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.kundenstimmen-grid a:hover img {
  transform: scale(1.05);
  cursor: zoom-in;
}

/* Mobile */
@media screen and (max-width: 768px) {
  .kundenstimmen-grid {
    flex-direction: column;
    align-items: center;
  }

  .kundenstimmen-grid a img {
    max-width: 90%;
  }
}
/* Featured-Kundenstimme (eine groß, Rest in Lightbox) */
.single-featured {
  max-width: 1000px;
  margin: 50px auto;
  text-align: center;
}

.single-featured .featured-testimonial {
  width: 100%;
  max-width: 900px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.single-featured a:hover .featured-testimonial {
  transform: scale(1.01);
  box-shadow: 0 10px 22px rgba(0,0,0,0.15);
  cursor: zoom-in;
}

/* dezente Overlay-CTA unten rechts auf dem Bild */
.single-featured a {
  position: relative;
  display: inline-block;
}
.single-featured .featured-cta {
  position: absolute;
  right: 14px;
  bottom: 14px;
  background: rgba(181,168,197,0.92); /* dein Lila */
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 8px 12px;
  border-radius: 8px;
  pointer-events: none;
}

/* die restlichen Lightbox-Links unsichtbar halten */
.hidden-lightbox-group {
  display: none;
}

/* mobil etwas enger */
@media (max-width: 768px) {
  .single-featured {
    margin: 35px auto;
  }
  .single-featured .featured-cta {
    font-size: 0.9rem;
    right: 10px;
    bottom: 10px;
  }
}
/* Absätze wieder normal groß (optional, sehr empfohlen) */
.abschnitt-box p { font-size: 1rem; line-height: 1.6; }

/* Featured-Kundenstimme Styling */
/* Featured-Kundenstimme: volle Inhaltsbreite + Button zentriert */
.single-featured { max-width: 1100px; margin: 40px auto; text-align: center; }

.single-featured .featured-testimonial {
  width: 100%;
  max-width: 100%;   /* wichtig: keine 900px-Grenze mehr */
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  transition: transform .25s ease, box-shadow .25s ease;
}

.single-featured a:hover .featured-testimonial {
  transform: scale(1.01);
  box-shadow: 0 10px 22px rgba(0,0,0,0.15);
  cursor: zoom-in;
}

.kundenstimmen-actions { margin-top: 16px; }
.kundenstimmen-actions .cta-button { display: inline-block; }

/* verlinkte „unsichtbare“ Bilder nur für die Lightbox-Gruppe */
.hidden-lightbox-group { display: none; }

/* Optional: Lesbarkeit deiner Absätze allgemein wieder normal */
.abschnitt-box p { font-size: 1rem; line-height: 1.6; }

@media (max-width: 768px) {
  .single-featured { margin: 30px auto; }
}
.single-featured { max-width: 1100px; margin: 40px auto; text-align: center; }
.single-featured .featured-testimonial { width: 100%; max-width: 100%; height: auto; display: block; margin: 0 auto; border-radius: 12px; box-shadow: 0 6px 18px rgba(0,0,0,0.12); transition: transform .25s, box-shadow .25s; }
.single-featured a:hover .featured-testimonial { transform: scale(1.01); box-shadow: 0 10px 22px rgba(0,0,0,0.15); cursor: zoom-in; }
.kundenstimmen-actions { margin-top: 16px; text-align: center; }
.hidden-lightbox-group { display: none; }

/* WICHTIG: Absätze nicht zu klein */
.abschnitt-box p { font-size: 1rem; line-height: 1.6; }
.breadcrumb {
  font-size: 14px;
  margin-bottom: 15px;
}
.breadcrumb a {
  color: #a78bb0;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

.intro-text-wrapper {
  text-align: center;
  margin-bottom: 20px;
}
.intro-text-wrapper h1 {
  font-size: 1.8rem;
  color: #5d4a65;
  margin-bottom: 10px;
}
.intro-text-wrapper p {
  font-size: 1rem;
  color: #444;
}









