
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('fonts/PlayfairDisplay-Regular.woff2') format('woff2');
    font-weight: 700;
}
@font-face {
    font-family: 'Brother 1816';
    src: url('fonts/Brother1816-Medium.woff2') format('woff2');
    font-weight: 700;
}
@font-face {
    font-family: 'Brother 1816';
    src: url('fonts/Brother1816-Regular.woff2') format('woff2');
    font-weight: 400;
}
@font-face {
    font-family: 'Brother 1816';
    src: url('fonts/Brother1816-Light.woff2') format('woff2');
    font-weight: 300;
}
@font-face {
    font-family: 'Roboto Regular';
    src: url('fonts/roboto-regular.woff2') format('woff2');
    font-weight: 400;
}
@font-face {
    font-family: 'Roboto Light';
    src: url('fonts/roboto-light.woff2') format('woff2');
    font-weight: 300;
}
@font-face {
    font-family: 'Grafolita Script';
    src: url('fonts/Grafolita Script W01 Regular.woff2') format('woff2');
    font-weight: 400;
}
@font-face {
    font-family: 'Menlo Regular';
    src: url('fonts/menlo-regular.woff2') format('woff2');
    font-weight: 400;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Brother 1816', sans-serif;
    background-color: #f0f0f0;
}

/* Headersection */
.header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%); 
    width: 100%;
    max-width: 1440px; 
    z-index: 1000;
    background-color: white; 
    padding: 0.7em 0.7em; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: auto;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
}

.header-spacer {
 height: auto; 
}

.logo-container {
    width: 25%;
    text-align: left; 
}

.navigation {
    display: flex;
    justify-content: flex-start;
	margin-left: -11%;
}

.navigation nav ul {
    display: flex;
    flex-direction: row;
    list-style: none; 
    justify-content: flex-start;
}

.navigation nav ul li {
    margin-right: 1.5%; 
}

.navigation nav ul li a {
    text-decoration: none; 
    color: #1d1d1b; 
    font-family: 'Roboto Light', sans-serif; 
    font-size: clamp(0.5em, 1.5vw, 1.1em);
	white-space: nowrap;
    padding: 0.6em 0.6em; 
    transition: background-color 0.3s ease, color 0.3s ease; 
}

.navigation nav ul li a:hover {
    color: #c61742; 
}

.highlight-nav {
	background-color: #c61742; 
    color: white !important; 
    border-radius: 5px;
    padding: 0.6em 0.6em;
    transition: background-color 0.3s ease, color 0.3s ease;
	font-family: 'Roboto Regular', sans-serif !important; 
}

.highlight-nav:hover {
	background-color: #5E2538;
	transition: background-color 1s ease, color 1s ease;
}


.social-media {
    width: 5%;
    text-align: left;
	margin-right: 5%;
}

.social-media img {
    width: 75%; 
}

/* Sprungmarke */
.sprungmarke1 {
    position: relative;
    top: -20em; 
    height: 0; 
}

.sprungmarke2 {
    position: relative;
    top: -10em; /* Anpassung je nach gewünschter Positionierung */
    height: 0;
}

.sprungmarke3 {
    position: relative;
    top: -15em; /* Anpassung je nach gewünschter Positionierung */
    height: 0;
}

.sprungmarke4 {
    position: relative;
    top: -12em; /* Anpassung je nach gewünschter Positionierung */
    height: 0;
}

html {
    scroll-behavior: smooth;
}
/* Sectionstile */
.header, .hero, .intro,.bücher-section {
    width: 100%;
    max-width: 1440px; 
    margin: 0 auto; 
    padding-left: 2%; 
    padding-right: 2%;
}

/* Intersectionstile */
.intersection {
	background-color: #5E2538 !important;
	font-family: 'Grafolita Script', sans-serif!important;
	line-height: 1.7!important;
	padding: 2% 0 2% 0!important;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1) !important;
    width: 100%!important;
	height: 10% !important;
    max-width: 1440px!important;
    margin: 0 auto!important;
}

.intersetciontext {
	Color: white !important;
	font-family: 'Grafolita Script', sans-serif!important;
	line-height: 1.7!important;
	text-align: center!important;
	font-size: clamp(0.9em, 1.8vw, 20em)!important;
}

/* Herosection */
.hero {
    background-color: white;
    font-family: 'Playfair Display', serif;
    height: auto;
    overflow: hidden;
    padding-left: 2%;
    position: relativ;
}

.hero-image {
    float: left;
    width: 35%;
}

.hero-image img {
    width: 100%;
    height: auto;
    display: block;
}

.hero-content-container {
    position: relative; 
    top: 11%; 
    left: 62.5%; 
    transform: translateX(-50%); 
    text-align: left; 
    width: auto; 
}

.hero-text {
    font-size: clamp(0.5em, 1.5vw, 1.5em);
    margin-top: 2.5em;
    color: black;
}

.hero-text .subheading {
    display: block;
    margin-top: 0.75em;
    font-size: clamp(0.4em, 1.5vw, 0.4em);
    color: black;
}

.cta-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.5em;
    margin-top: 3.5%;
    width: 50%;
}

.cta-button {
    display: inline-block;
    background-color: #c61742;
    color: white;
    font-family: 'Brother 1816', sans-serif;
    font-size: clamp(0.5em, 1.5vw, 1em);
    padding: 0.5em 1em;
    border-radius: 0.5em;
    text-decoration: none;
    text-align: left;
    transition: background-color 0.3s ease;
    padding-bottom: 0.5em;
}

.cta-button:hover {
    background-color: #5E2538;
	transition: background-color 1s ease, color 1s ease;
}

.highlight-text a {
    display: inline-block;
    color: black;
    font-family: 'Brother 1816', sans-serif;
    font-size: clamp(0.5em, 1.5vw, 1em);
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 0em;
}

.highlight-text a:hover {
    background-color: #5E2538;
    color: white;
    padding: 0.5em 1em;
    border-radius: 0.5em;
    text-align: left;
	transition: background-color 1s ease, color 1s ease;
}


/* Introsection */
.intro {
    background-color: white;
    display: flex;
    width: 100%;
    padding: 2% 2%; 
    box-sizing: border-box;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1); 
	margin-bottom: 0em; 
	margin-top: 0em;
}

.über-uns {
    background-color: #2e5978; 
    padding: 5% 2.5% 2.5% 2.5%;
    margin: 2% 2% 2% 0%;
   	flex: 1; 
    border-radius: 1.25em; 
    height: clamp(20em, 30vw, 30em); 
    color: white; 
    text-align: left; 
    box-sizing: border-box; 
    line-height: 1.6;
	box-shadow: 0 0.25em 0.625em rgba(0, 0, 0, 0.2);
}

.über-uns p {
    font-family: 'Brother 1816 Light', sans-serif;
    font-size: clamp(0.7em, 1.5vw, 1.3em);
    margin-bottom: 1.5%; 
    padding: 0% 5%; 
	margin-top: 1.5%;
}

.slider-container {
    position: relative;
    flex: 1;
    padding: 1%;
    margin: 2% 0;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.25em;
    box-shadow: 0 0.25em 0.625em rgba(0, 0, 0, 0.2);
    height: clamp(20em, 30vw, 30em); 
    overflow: visible;
    box-sizing: border-box;
	}


.testimonial-container {
    display: flex;
    align-items: center; 
    height: 100%; 
    overflow: hidden; 
}


.slide {
    display: none; 
    padding: 1%;
    background: #fff;
    font-family: 'Playfair Display', serif;
    font-size: clamp(0.7em, 1.5vw, 1.3em);
    width: 95%; 
    margin: 0 auto; 
    text-align: center; 
}

.slide.active {
    display: block; 
}

/* Themensection */
.themen-section {
    background-color: white;
    padding: 2% 2%;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1)!important;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
	}

.themen-section h2 {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: clamp(0.9em, 1.5vw, 2em);
    margin-bottom: 1.5em;
}

.visually-hidden {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.themen {
    display: flex; 
    justify-content: center;
	align-items: flex-start; 
    width: 100%; 
    padding-left: 2em;
}

.icons {
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-between; 
	width: 40%;
    box-sizing: border-box;
}

.icons div {
    width: 30%; 
    margin-bottom: 1em; 
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.icons div img {
    pointer-events: auto; 
    height: auto; 
	filter: grayscale(100%);
}

.icons div img:hover {
    filter: grayscale(0%); 
}


.aeussere-einfluesse img {
    width: 75%;
    height: auto;
}

.erwartungen-und-rollen img {
    width: 7.82em;
    height: auto;
}

.fragezeichen img {
    width: 5.355em;
    height: auto;
}

.intimitaet img {
    width: 5.95em;
    height: auto;
}

.kinder img {
    width: 5.865em;
    height: auto;
}

.kommunikation img {
    width: 9.52em;
    height: auto;
}

.konflikte img {
    width: 6.15em;
    height: auto;
}

.lebensgeschichte img {
    width: 7.225em;
    height: auto;
}

.vertrauen img {
    width: 6.8em;
    height: auto;
}


.texte div {
	text-align: center;
    font-family: 'Brother 1816 Light', sans-serif;  
    font-size: clamp(0.6em, 1.5vw, 1.3em);
    opacity: 0; 
    position: absolute; 
    padding-top: 1.5em;
	padding-left: 1.5em;
	padding-right: 2em;
	padding-bottom: 2em;
    visibility: hidden; 
	transition: opacity 1.0s ease-in-out, visibility 1.0s ease-in-out;
}

.texte .active {
    opacity: 1; 
    visibility: visible; 
}

.texte {
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    width: clamp(12em, 40vh, 30em);
    height: clamp(12em, 35vw, 28em);
    background-color: #edede9;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 1em;
    margin-bottom: 2em;
    margin-left: 3em;
    position: relative;
    top: 1em;
    border-radius: 0.5em;
}

.texte .active {
    display: block;
}


.themen-button:hover, .kontakt-button:hover, .frage-button:hover {
    background-color: #c61742; 
    color: white; 
}

#themen-highlight {
    position: relative;
    top: -27%;
    right: 43.5%;
    width: clamp(30%, 40vh, 1440px); 
    height: clamp(30%, 28vw, 1440px);
    z-index: 1;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, width 0.3s ease;
    opacity: 1;
    visibility: visible;
    pointer-events: none;
}

#themen-highlight.hidden {
    opacity: 0; 
    visibility: hidden;
}


/* Angebote Section */
.angebote {
    display: flex;
    flex-direction: column;
    gap: 2em;
    padding: 2%;
    background-color: white;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    font-family: 'Brother 1816', sans-serif;
}

.angebote h2 {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: clamp(0.9em, 1.5vw, 2em);
    padding-bottom: 2%;
}

/* Erste Zeile: Angebote-Text und Sprechzeiten-Box nebeneinander */
.angebote-row {
    display: flex;
    justify-content: center;
    gap: 2em;
    flex-wrap: wrap; /* Responsives Verhalten bei kleineren Bildschirmen */
}

/* Angebote-Text Box */
.angebote-text {
    font-family: 'Brother 1816 Light', sans-serif;
    flex: 0 1 45%; /* ca. 45% Breite */
    background-color: white;
    border-radius: 1em;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 2em;
    font-size: clamp(0.7em, 1.5vw, 1.3em);
    color: #333;
    text-align: left;
    line-height: 1.6;
}

.angebote-text h3 {
    font-family: 'Brother 1816', sans-serif;
    font-size: 1.0em;
    margin-bottom: 1em;
    color: #333;
    text-align: center;
}

.angebote-text p {
    margin: 0;
    width: 100%;
}

.sprechzeiten-box {
    display: flex; /* Aktiviert Flexbox */
    flex-direction: column; /* Stapelt die Inhalte vertikal */
    justify-content: center; /* Zentriert die Inhalte vertikal */
    align-items: flex-start; /* Hält die Inhalte linksbündig */
    background-color: white;
    border-radius: 1em;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    padding: 1.5em;
    font-size: 1em;
    color: #555;
    line-height: 1.6;
    text-align: left; /* Links ausgerichteter Text */
}




.sprechzeiten-box h3 {
    font-family: 'Brother 1816', sans-serif;
    font-size: 1.5em;
    margin-bottom: 0.5em;
    color: #333;
    text-align: center;
}

.sprechzeiten-box p {
    font-size: 1.0em;
    color: #555;
    line-height: 1.6;
    margin-bottom: 1em;
}

.sprechzeiten-box strong {
    font-weight: bold;
    color: #333;
}

/* Zweite Zeile mit Angebote-Preise Boxen */
.angebote-preise-row {
    display: flex;
    justify-content: center;
    gap: 1em;
    flex-wrap: wrap; /* Responsives Layout */
    align-items: stretch; /* Alle Boxen gleiche Höhe */
}

/* Angebote-Preise Boxen */
.angebote-preise {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start; /* Inhalte wachsen nach unten */
    flex: 1 1 20%;
    max-width: 250px;
    background-color: #edede9;
    border-radius: 1em;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 1.5em;
    color: #333;
}

/* Spezifische Stile für die Erstgespräch-Box */
.erstgespraech-box .erstgespraech-titel {
    font-family: 'Brother 1816', sans-serif;
    font-size: 1.0em!important;
    text-align: center;
    display: block;
    margin-bottom: 0.5em;
}

.erstgespraech-box .erstgespraech-preis {
    font-family: 'Menlo Regular', monospace;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
    display: block;
}

.erstgespraech-box .erstgespraech-info {
    font-size: 1em;
    color: #555;
    text-align: center;
    display: block;
    margin-top: 0.25em;
}

/* Gemeinsame Stile für die Paartherapie-Boxen (Boxen 2-4) */
.paartherapie-box .paartherapie-titel {
    font-family: 'Brother 1816', sans-serif;
    font-size: 1.2em;
    text-align: center;
    display: block;
    margin-bottom: 0.5em;
}

.paartherapie-box .paartherapie-preis {
    font-family: 'Menlo Regular', monospace;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
    display: block;
}

.paartherapie-box .paartherapie-info {
    font-size: 0.5em;
    color: #555;
    text-align: center;
    display: block;
    margin-top: 0.25em;
}

/* Gemeinsame Stile für alle Boxen */
.preis {
    margin-bottom: 0.5em;
}

.info-text {
    margin-bottom: 1em;
}

/* Angepasste Trennlinie */
.angebote-preise hr {
    width: 100%;
    border: none;
    border-top: 2px solid #909090; /* Dicke und Farbe der Linie */
    border-radius: 2px; /* Abgerundete Ecken */
    margin: 1em 0;
    align-self: stretch; /* Linie über die gesamte Breite */
}

/* Unterer Teil der Box (nach dem Strich) linksbündig */
.angebote-preise ul {
    list-style-type: disc;
    padding-left: 1em;
    text-align: left;
    font-size: 1em;
    line-height: 2.0;
    flex-grow: 1; /* Flexibler Wachstum, damit der untere Bereich die Höhe ausfüllt */
}

/* Kontaktsection */
.herzlabyrinth {
    background-color: white;
    padding: 2% 2%;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    text-align: center;
}

.herzlabyrinth h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(0.9em, 1.5vw, 2em); 
    color: black;
    margin-bottom: 1.5em;
    text-align: center; 
}

.herz-content {
    display: flex;
    justify-content: space-between;
    gap: 2%; 
}

.herz-image {
    display: inline-block; 
    width: 35%;
	}

.herz-image img {
    width: 100%;
    height: auto;
    border-radius: 1em; 
}

.herz-text {
    position: relative;
	left: -7%;
    font-family: 'Brother 1816 Light', sans-serif;
    line-height: 1.5;
    color: #333;
    text-align: left;
    width: 50%; 
}

.herz-text p {
    font-size: clamp(0.7em, 1.5vw, 1.3em);
}

.kontakt-box-container {
    display: flex;
    justify-content: space-between;
    gap: 2%;
    margin-top: 2em; /* Abstand zum Text */
}

.kontakt-box {
    flex: 1; /* Gleiche Breite für beide Boxen */
    background-color: white;
    border-radius: 1em; /* Runde Ecken */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Schlagschatten */
    padding: 1.5em; /* Innenabstand */
    text-align: left; /* Linksbündiger Text */
    color: #333; /* Dunkelgraue Schriftfarbe */
    font-family: 'Brother 1816 Light', sans-serif;
    font-size: clamp(0.8em, 1.2vw, 1em); /* Anpassbare Schriftgröße */
	margin-bottom: 5%;
}

.kontakt-box img {
    width: 8%; /* Icons auf 50% ihrer Originalgröße verkleinern */
    height: auto; /* Proportionen beibehalten */
    vertical-align: middle; /* Vertikale Ausrichtung der Icons mit Text */
    margin-right: 0.5em; /* Abstand zwischen Icon und Text */
}

.kontakt-box h3 {
	font-family: 'Playfair Display', serif;
    margin-bottom: 1em; /* Abstand unter der Überschrift */
    font-size: clamp(1em, 1.5vw, 1.7em); /* Anpassbare Schriftgröße für Überschrift */
    font-weight: bold; /* Hervorgehobene Überschrift */
    color: #c61742; /* Schwarzer Text für die Überschrift */
}

.kontakt-box p {
    margin-bottom: 1em; /* Abstand zwischen Absätzen */
    font-size: clamp(0.9em, 1.2vw, 1em); /* Angenehme Schriftgröße */
    line-height: 1.5; /* Bessere Lesbarkeit */
}

.kontakt-box .beschreibung {
    margin-top: 1.5em; /* Extra Abstand für Beschreibung */
    font-style: italic; /* Beschreibung in kursiv */
    color: #666; /* Hellere Farbe für Beschreibung */
}

.kontakt-box:first-child {
    margin-right: 2%; /* Optionaler Abstand zwischen den Boxen */
}


.cta-wrapper {
    display: flex;
    flex-direction: column; 
    justify-content: flex-start;
	align-items: center;
    margin-top: 3.5%;
    position: relative; 
}

.cta-container2 {
    display: flex;
    justify-content: flex-start; 
	gap: 2em; 
    width: auto;
    margin-bottom: 2%;
}


.cta-button2 {
    display: inline-flex;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    justify-content: center;
    align-items: center; 
    background-color: #edede9;
    color: #333;
    font-family: 'Brother 1816', sans-serif;
    font-size: clamp(0.5em, 1.5vw, 1em);
    padding: 0.8em 1.2em;
    border-radius: 0.5em;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.3s ease;
    border: none;
    outline: none;
}

.cta-button2:hover {
    background-color: #a51537;
	color: white;
    outline: none; 
}


#kontakt-formular {
    padding: 2em;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 10px;
    width: auto;
    margin-top: 2em;
    display: none;
    position: relative;
    box-sizing: border-box;
}

#kontakt-formular,
.form-overlay,
.cta-container2 {
  display: none !important;
}


#formular-titel {
    margin-bottom: 1.5em;
    font-family: 'Brother 1816', sans-serif;
    font-size: 1.5em;
}


textarea {
    resize: none;
    width: 100%;
    height: 150px;
    padding: 0.8em;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 0.5em;
}


.name-container {
    display: block;
    margin-bottom: 1.5em;
}

.name-field {
    margin-bottom: 1.5em;
    text-align: left;
}

#email {
    margin-top: 0em;
}

input[type="text"], input[type="email"] {
    width: 100%;
    padding: 0.8em;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}


.pflichtfeld-hinweis {
    font-size: 0.9em;
    color: #555;
    margin-top: 1.5em;
    margin-bottom: 1em;
    display: block;
    text-align: left;
}


.pflichtfeld-hinweis .required {
    color: #c61742; 
}

label span.required {
    color: #c61742 !important; 
}


.checkbox-container {
    display: flex;

    align-items: center;
    margin-top: 1.5em;
}

.checkbox-container input {
    margin-right: 0.5em;
}


#close-form {
    position: absolute;
    top: -20px; 
    right: 20px; 
    font-size: 72px; 
    color: #c61742;
    cursor: pointer;
}


button[type="submit"] {
    margin-top: 1.5em;
    background-color: grey;
    color: white;
    padding: 0.8em 1.5em;
    border: none;
    border-radius: 4px;
    cursor: not-allowed;
    transition: background-color 0.3s ease;
}


.loading-text {
    display: none;
    position: fixed; 
    z-index: 1000; 
    left: 60%; 
    top: 50%; 
    transform: translate(-50%, -50%); 
    font-size: 1.0em; 
    color: #c61742; 
    text-align: center;
    background-color: #fff;
    padding: 1vw 2vw; 
    border-radius: 1em; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    opacity: 0;
    transition: opacity 0.5s ease; 
}

#loading-animation {
    width: 3vw; 
    height: 3vw; 
    margin: 2vw auto; 
    border: 0.5vw solid #f3f3f3;
    border-top: 0.5vw solid #c61742; 
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#success-text {
    color: #28a745; 
    opacity: 0;
    transition: opacity 0.5s ease; 
}

.form-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 999; 
}

.form-disabled {
    pointer-events: none; 
    opacity: 0.5; 
}




/* Über-uns2-Section */
.über-uns2 {
    background-color: white;
    padding: 2% 2%;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    text-align: center;
	padding-bottom: 4%;
}

.über-uns2 h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(0.9em, 1.5vw, 2em);
    margin-bottom: 1.5em;
}

/* Einleitende Textbox */
.über-uns2-text {
	font-family: 'Brother 1816 Light', sans-serif;
    line-height: 1.5;
    color: #333;
	font-size: clamp(0.7em, 1.5vw, 1.3em);
    background-color: white;
    padding: 1.5em;
    margin-bottom: 2em;
    border-radius: 1em;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: left;
    max-width: 65%;
    margin: 0 auto 2em auto;
}

/* Layout für die untere Zeile */
.über-uns2-person {
    display: flex;
    flex-direction: column; /* Ordnet die Boxen untereinander an */
    gap: 2em;
    align-items: center; /* Zentriert die Boxen horizontal */
}


/* Boxen für Bella und Chrisch */
.person-box {
    background-color: white;
    border-radius: 1em;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    overflow: hidden;
    align-items: stretch;
	width: 65%
}

/* Inhalt der Person-Box */
.person-content {
    display: flex;
    flex-grow: 1;
    align-items: stretch;
}

/* Überschrift oberhalb des Textes */
.person-text h3 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(0.9em, 1.5vw, 1.7em);
    color: #c61742;
    margin-bottom: 0.5em;
}

/* Bild flexibel */
.person-image {
    flex: 0 0 auto; /* Fixiert die Breite des Bildes */
    width: 25%; /* Bild bekommt feste Breite */
    display: flex;
    align-items: center;
	margin-right: 4%;
}

.person-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
}

/* Textblock direkt neben dem Bild */
.person-text {
    flex: 1;
    line-height: 1.5em;
    text-align: left;
    padding: 1em 1em 1em 0; /* Reduzierter Abstand links */
    display: flex;
    flex-direction: column; /* Ermöglicht Anordnung von Überschrift und Text */
    justify-content: center; /* Zentriert den Text vertikal */
	font-family: 'Brother 1816 Light', sans-serif;
    color: #333;
	font-size: clamp(0.7em, 1.5vw, 1.3em)
}












/* Büchersection */
.bücher-section {
    background-color: white;
    padding: 2%;
    box-sizing: border-box;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
}

.bücher-section h2 {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: clamp(0.9em, 1.5vw, 2em);
    margin-bottom: 1.5em;
}


.bücher-container {
    display: flex;
    justify-content: space-between;
    gap: 0%;  
    width: 100%;
    flex-wrap: nowrap;  
}


.buch {
    display: flex;
    flex-direction: column;  
    align-items: center;
    padding: 1.5em;
    gap: 1em;
    background-color: white;
    width: 48%;  
}


.buch-cover-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: visible;
    text-align: center;
}


.cover-image {
    width: 60%;  
    height: auto;
    border-radius: 1em;
    transition: opacity 1.5s ease;
    display: block;
    margin: 0 auto;
}


.jetzt-bestellen {	
    position: absolute;
    bottom: 10%;  
    left: 1%;  
    width: 30%;  
    z-index: 2;
    transition: opacity 1.5s ease;
}


.jetzt-bestellen-rechts {
    position: absolute;
    bottom: 10%;  
    right: 8.5%;  
    width: 30%;  
    z-index: 2;
    transition: opacity 1.5s ease;
}


.buch-cover-container:hover .cover-image,
.buch-cover-container:hover .jetzt-bestellen,
.buch-cover-container:hover .jetzt-bestellen-rechts {
    opacity: 0;
}


.bestellen-überschrift, .tredition-logo, .thalia-logo, .amazon-logo {
    position: absolute;
    opacity: 0;
    transition: opacity 1.5s ease;
}


.bestellen-überschrift {
    top: 0;  
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(0.9em, 1.5vw, 2em);
    font-family: 'Brother 1816 Regular', sans-serif;
    color: black;
}


.tredition-logo, .thalia-logo, .amazon-logo {
    left: 50%;
    transform: translateX(-50%);
    width: 25%;  
}


.tredition-logo {
    top: 15%;  
}

.thalia-logo {
    top: 30%;  
}

.amazon-logo {
    top: 45%;  
}


.buch-cover-container:hover .bestellen-überschrift,
.buch-cover-container:hover .tredition-logo,
.buch-cover-container:hover .thalia-logo,
.buch-cover-container:hover .amazon-logo {
    opacity: 1;  
}


.buch-beschreibung {
    width: 60%;  
    font-family: 'Brother 1816 Light', sans-serif;
    font-size: clamp(0.7em, 1.5vw, 1em);
    line-height: 1.6;
    text-align: center;
}

/* Footersection */
.footer {
    background-color: #edede9;
    color: #000000;
    padding: 2em 2%;
    font-family: 'Brother 1816 Light', sans-serif;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
    max-width: 1440px;
    margin: 0 auto;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 2%;
}

.linkes-segment {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 45%;
    text-align: right;
}

.Intro, .Outro {
    font-family: 'Brother 1816', sans-serif;
	font-size: clamp(0.9em, 1.0vw, 1.0em);
    font-weight: 700;
    margin-bottom: 1em;
}

.Bella-Chrisch {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 2em;
	font-size: clamp(0.9em, 1.0vw, 1.0em);
    margin-bottom: 1em;
    width: 100%;
}

.Bella, .Chrisch {
    text-align: right;
    width: auto;
}

.Adresse {
    margin-bottom: 1em;
}

.rechtes-segment {
    width: 45%;
    text-align: left;
    margin-top: 0; 
    padding-top: 0; 
	font-size: clamp(0.9em, 1.5vw, 1.0em);
}

.footer p, .footer a {
    font-size: clamp(0.9em, 1.5vw, 1em);
    line-height: 1.5em;
}

.footer a {
    color: #c61843;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}



.impressum {
    background-color: white;
    padding: 2em;
    padding-top: 2em;
    padding-bottom: 2em;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Brother 1816', sans-serif; 
}

.impressum h1 {
    text-align: center;
    font-size: clamp(0.9em, 1.5vw, 2.5em);
    font-weight: bold;
    margin-bottom: 1.5em;
}

.impressum-inhalt {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    text-align: left; 
}

.impressum-inhalt p {
    margin-bottom: 1.5em;
    font-size: clamp(0.7em, 1.5vw, 1.1em);
    line-height: 1.6;
}

.impressum-inhalt strong {
    font-weight: bold;
}

.impressum-inhalt a {
    color: #007bff;
    text-decoration: none;
}

.impressum-inhalt a:hover {
    text-decoration: underline;
}


.datenschutz {
    background-color: white;
    padding: 2em;
    padding-bottom: 2em;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
    width: 1440px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Brother 1816', sans-serif; 
}

.datenschutz h1 {
    text-align: center;
    font-size: clamp(0.9em, 1.5vw, 2.5em);
    font-weight: bold;
    margin-bottom: 1.5em;
}

.datenschutz-inhalt {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: left; 
}

.datenschutz-inhalt p {
    margin-bottom: 1.5em;
    font-size: clamp(0.7em, 1.5vw, 1.1em);
    line-height: 1.6;
}

.datenschutz-inhalt strong {
    font-weight: bold;
}

.datenschutz-inhalt a {
    color: #007bff;
    text-decoration: none;
}

.datenschutz-inhalt a:hover {
    text-decoration: underline;
}

/* Header-Optimierung für Mobile */
@media screen and (max-width: 768px) {
    /* Header Container */
    .header {
		left: 0; /* Zurücksetzen */
        transform: none; /* Keine Verschiebung */
        padding: 1em 0 0.2em 1em; /* Mobilfreundliche Abstände */
        width: 100%; /* Über die gesamte Breite */
    }

        
   /* Logo */
    .logo-container {
        width: 80%; /* Logo nimmt mehr Platz ein */
        text-align: left;
    }
    .logo-container img, .logo-container svg {
        width: 100%; /* Logo passt sich der Containergröße an */
        margin-top: 0; /* Abstand nach oben entfernen */
        margin-bottom: 0; /* Abstand nach unten entfernen */
        padding: 0; /* Eventuelle Innenabstände entfernen */
    }

    /* Navigation */
    .navigation {
        display: none; /* Navigation ausblenden */
    }

    /* Social Media Icon (Insta) */
    .social-media {
        display: none; /* Insta-Icon ausblenden */
    }
	/* Hero-Image für Mobile */
   .hero {
        margin: 0 !important; /* Außenabstände entfernen */
        padding: 0 !important; /* Innenabstände entfernen */
        width: 100% !important; /* Volle Breite der Section */
        box-shadow: none !important; /* Schlagschatten sicher deaktivieren */
    }

    .hero-image {
        margin: 0 !important; /* Entfernt Abstände des Containers */
        padding: 0 !important; /* Innenabstände entfernen */
        width: 100% !important; /* Container nimmt die volle Breite ein */
        box-shadow: none !important; /* Schatten entfernen */
    }

    .hero-image img {
        width: 100% !important; /* Bild über die gesamte Breite skalieren */
        height: auto !important; /* Seitenverhältnis beibehalten */
        display: block !important; /* Inline-Abstände verhindern */
    }
}


