﻿header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0;
    border-bottom: 2px solid #00000000;
    height: 60px;
}

.Namen {
    margin: 0;
    padding-left: 0;
    font-size: 24px;
    line-height: 60px;
}

nav ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-right: 100px; 
}

nav ul li {
    margin-left: 50px;
}

nav ul li a {
    text-decoration: none;
    color: #986c4a;
    line-height: 60px;
    padding-bottom: 5px;
    transition: font-weight 0.3s ease;
}

nav ul li a.aktive {
    text-decoration: underline;
}

body {
    background-color: #f8f7f6;
    margin: 5px 40px;
}

.Bild {
    width: 100%;
    height: 320px;
    overflow: hidden;
    position: relative;
}

.Bild img {
    width: 100%;
    height: auto;
    object-fit: cover;
    text-align: center;
}

.spruch {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f8f7f6;
    width: 60%; 
    padding: 10px;
}

.spruch p {
    color: #986c4a;
    font-size: 30px;
    text-align: center;
}

.container {
    display: flex;
    justify-content: center; 
    flex-wrap: wrap;  
    gap: 50px;
}

.gruppe {
    text-align: center; 
    width: 120px;  
    margin: 10px;  
}

.gruppe img {
    width: 100%;  
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gruppe img:hover {
    transform: scale(1.2); 
}

.gruppe a {
    text-decoration: none;  
    display: block; 
}

.gruppe p {
    color: black;  
}

.block {
    width: 100%;  
    height: 220px;  
    display: flex; 
    align-items: center;  
    background-size: cover; 
    background-position: center; 
    background-image: url('./images/hauptbild.png');
}

.blockbild {
    width: 15%; 
    overflow: hidden; 
    margin-left: 30px;  
    margin-right: 100px;  
}

.blockbild img {
    width: 100%; 
    height: auto;
    object-fit: cover;
}

.block1 {
    background-color: #f0efec;  
    width: 100%;  
    display: flex; 
    height: 350px; 
    align-items: center; 
}

.block1 h3 {
    margin-left: 145px;  
}

.block1 p {
    width: 70%;  
    margin-left: 30px;  
    margin-right: 40px; 
}

.BildKategorie {
    display: flex; 
    align-items: center; 
}

.BildKategorie img {
    width: 120px; 
    height: auto;
    aspect-ratio: 1 / 1;
    margin-left: 30px; 
    object-fit: cover; 
    transition: transform 0.3s ease;
}

.BildKategorie img:hover {
    transform: scale(1.2); 
}

.TextKategorie h3 {
    margin-left: 30px; 
}

.kontakt {
    text-align: center;  
    background-color: #f0efec; 
    height: 200px; 
}

.name {
    font-size: 24px;  
    font-weight: bold;  
}

.linie {
    width: 50%;  
    margin: 10px auto;  
}

.kontakt-info {
    margin-top: 10px;  
    font-size: 18px;  
}

.email symbol {
    margin-right: 10px;  
}

a {
    text-decoration: none;  
}

.email {
    font-weight: normal;  
}

.Klassenlink {
    display: flex;              
    justify-content: center;     
    align-items: center;         
    margin: 0;                  
}

.Klassenlink a {
    text-decoration: none;
    color: #986c4a;
}