.Überschrift-KJ {
    text-align: center;
    margin-bottom: 30px;
}

.Saugleitung {
    max-height: 700px;
    width: 80%;
    display: block;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 6px 6px 20px rgba(0,0,0,0.5);
}

@media (max-width: 991px) {
    .Saugleitung {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .Saugleitung {
        margin-left: auto;
        margin-right: auto;
    }
}

.KidsÜber {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

.KidsText {
    text-align: center;
}

.RechteSeite {
    padding-left: 50px;
    padding-right: 15px;
}

@media (max-width: 991px) {
    .RechteSeite {
        padding-left: 50px;
        padding-right: 50px;
        margin-bottom: 20px;
    }
}

.LinkeSeite {
    padding-left: 15px;
    padding-right: 50px;
}

@media (max-width: 991px) {
    .LinkeSeite {
        padding-left: auto;
        padding-right: auto;
        margin-bottom: 20px;
    }
}

.KachelnRotKids {
    width: 100%;
    z-index: 11;
    position: absolute;
    transform: translateY(-50%);
}

.KachelnBraunKids {    
    width: 97%;
    z-index: 12;
    position: absolute;
    transform: translateY(-50%);}

.Verteiler {
    width: 40%;
    position: absolute;
    display: block;
    bottom: 0;
}

.row {
    position: relative;
}

.Strahlrohr {
    width: 40%;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(50%);
    z-index: 15;
}

@media (min-width: 1200px) {
    .Strahlrohr {
        width: 30%;
    }
}

@media (max-width: 991px) {
    .Strahlrohr {
        width: 50%;
    }
}

.Kuppeln {
    width: 90%;
    display: block;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 6px 6px 20px rgba(0,0,0,0.5);
}

.ConTeamwork {
    position: relative;
}

.TeamCon {
    background-color: #7C6D5D;
    padding-top: 160px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 70px;
}

.TeamÜber {
    text-align: center;
    color: white;
}

.TeamText {
    text-align: center;
    color: white;
}

.KachelWeiß {
    position: relative;
    width: 100%;
}

.LinkeSeite3 {
    padding-top: 90px;
    padding-left: 80px;
    padding-right: 50px;
    padding-bottom: 80px;
    background-color: #83413E;
}

.Kanal {
    max-height: 600px;
    width: 100%;
    object-fit: cover;
}

.PolaroidVerteiler {
    width: 40%;
    position: absolute;
    bottom: 0;
    transform: translateY(60%) translateX(75%);
    z-index: 15;
}

@media (min-width: 1200px) {
    .PolaroidVerteiler {
        width: 30%;
        transform: translateY(40%) translateX(80%);
    }
}

@media (max-width: 991px){
    .PolaroidVerteiler {
        width: 50%;
        transform: translateY(50%) translateX(80%)
    }
}

.DienstÜber {
    text-align: center;
    color: white;
}

.DienstText {
    text-align: center;
    color: white;
}

.RechtsDienst {
    padding: 0;
}

.MachmitCon {
    padding-top: 170px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 80px;
}

.MachÜber {
    text-align: center;
}

.MachText {
    text-align: center;
}

.RechteSeite4 {
    margin-bottom: 30px;
}

.GIFKinder {
    width: 100%;
    max-height: 300px;
    display: block;
    object-fit: cover;
}

@media (max-width: 991px) {
    .GIFKinder {
        display: block;
        width: 150%;
    }
}
body {
    margin: 0;
    padding: 0;
}

/* Wir erstellen einen Sicherheits-Container für den Inhalt */
.page-wrapper {
    overflow-x: hidden;
    width: 100%;
    position: relative;
}