body, html {
    font-family: 'Barlow', sans-serif;
    background-color: #FBF8EF;
    font-weight: 300;
    margin: 0;
    padding: 0;
}
.intro-image {
	margin-top: 98px;
    position: relative;
    width: 100%;
    height: 400px; /* Höhe des Introbilds */
    overflow: hidden;
}
.bg-dark1 {
    background-color: #867C61;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    cursor: pointer;
    fill: #DD87C9; /* Ändern Sie die Farbe des SVG */
}
#myBtn:hover {
    fill: #555;
}
.ethik {
 	font-size: 0.7em;
 	font-style: italic;
 	font-weight: 700;
 	margin-top: 10px;		 
}
.intro-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card {
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}
.liste {
	font-size: 2.1rem;
}
.card:hover {
    transform: scale(1.05);
}

.card-img-top {
    height: 200px;
    object-fit: cover;
}

.card-text {
    font-size: 1.1rem;
    color: #4b2e2c;
}
.bild {
	width: 400px;
}

.bg-training {
    background-color: #f0e5d1;
    border-left: 5px solid #867C61;
    font-size: 1.1rem;
    color: #4b2e2c;
}

.bg-training i {
    color: #867C61;
    font-size: 1.5rem;
    vertical-align: middle;
}

 /* Navigations */
.custom-navbar {
    background-color: #F7B2EA; 
}
/* Entfernen des Fett-Stils beim Anklicken des Hamburger-Menüs */
.navbar-toggler:focus,
.navbar-toggler:active {
  	outline: none;
  	box-shadow: none;
  	border: none;
}

.navbar-toggler-icon {
  	outline: none;
  	box-shadow: none;
}
.navbar-nav {
    right: 0px;
}
.navbar-brand {
 margin-left: 30px;
}
/* Fixierte Navbar */
.fixed-navbar {
    position: fixed;
    top: 32px;
    width: 100%;
    z-index: 1000; 
    background-color: #F7B2EA; 
}
.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000; 
}
@media (max-width: 768px) {
    .fixed-navbar {
        top: 56px;
    }
}
/* Balken über der Navigation */
.bg-primary1 {
    background-color: #F9D2F1; /* Hintergrundfarbe */
}
h2 {
    font-size: 2rem;
    color: #867C61;
    margin-bottom: 20px;
}

.about-content {
    padding: 40px;
    background-color: #fefefe;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}

p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #4b2e2c;
    text-align: justify;
    margin-bottom: 20px;
}

/* Generelle Listen (Navigation bleibt unberührt) */
ul {
	list-style: none;
    list-style-type: none;
    padding-left: 0;
}
ul li {
    list-style-type: none; /* Stellt sicher, dass keine Symbole vor den Listenelementen angezeigt werden */
}
/* Spezifische Listen für den Content-Bereich */
.content-list li {
    background-color: #9a9484;
    margin-bottom: 10px;
    padding: 10px 20px;
    border-left: 5px solid #867C61;
    border-radius: 5px;
    font-size: 1.1rem;
    color: #4b2e2c;
}

.content-list li:hover {
    background-color: #f0e5d1;
    cursor: default;
}

.icon-img {
    max-width: 150px;
    margin-bottom: 10px;
}

.text-center p {
    font-size: 1.1rem;
    color: #4b2e2c;
    margin-top: 10px;
}
.introduction-section,
.ayur-section,
.lebensbuch-section,
.personal-section,
.education-section,
.schluss-section,
.training-section {
    margin-bottom: 40px;
}

.education-section ul,
.training-section ul {
    margin-top: 20px;
}

.education-section ul li {
	list-style: none;
    background-color: #b5b1a5;
    color: #4b2e2c;
    padding: 10px;
    border-left: 5px solid #867C61;
}
.training-section ul li {
	list-style: none;
    background-color: #85a5a5;
    color: #fff;
    padding: 10px;
    border-left: 5px solid #657f7f;
}

.education-section ul li:before {
	list-style: none;
    font-weight: 900;
    margin-right: 10px;
    color: #867C61;
}
.training-section ul li:before {
	list-style: none;
    font-weight: 900;
    margin-right: 10px;
    color: #657f7f;
}

.education-section ul li:hover {
    background-color: #f0e5d1;
    cursor: default;
}
.training-section ul li:hover {
    background-color: #6f8e8e;
    cursor: default;
}
.training-section i {
    color: #fff;
}
.text-training {
	color: #657f7f;
}
.education-section {
    background-color: #f9f9f9; /* Heller Hintergrund für den Abschnitt */
    border-top: 5px solid #867C61; /* Stilvolle Linie am oberen Rand */
    padding: 40px 0; /* Vertikaler Abstand */
}

.bg-education {
    background-color: #e0d4c5; /* Heller Hintergrund für die Liste */
    border-left: 5px solid #867C61; /* Akzentfarbe auf der linken Seite */
    font-size: 1.1rem;
    color: #4b2e2c;
}

.bg-education i {
    color: #867C61; /* Farbe für die Icons */
    font-size: 1.5rem;
    vertical-align: middle;
}

.education-section h2 {
    color: #867C61; /* Farbe für den Titel */
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 20px;
}
.bg-pattern {
	background-color: #b3cfcf;
}
.btn-primary {
    background-color: #867C61;
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 1.2rem;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #605742;
}
/* Textausrichtung zentrieren */
.text-center {
    text-align: center;
}