body {
    margin: 0;
    background-color: cornsilk;
    padding-left: 30px;
    padding-right: 40px;
}

.Überschrift {
    font-size: 50px;
    color: black;
}

.img-1 {
    height: 500px;
    width: 200%;
    object-fit: cover;
}

.img-2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.Text-1 {
    font-size: 20px;
}

.Überschrift-2 {
    background-color: darkslategrey;
    height: 75px;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    border: 2px solid darkslategrey;
    border-radius: 20px;
    padding: 5px;
    opacity: 0.9;
    box-shadow: 10px 10px;
}

.Überschrift-3 {
    font-size: 35px;
}

.video {
    display: flex;
    justify-content: center;
    align-items: center;
}

.Platz-1 {
    height: 100px;
}

.Platz-2 {
    height: 50px;
}

.video-2 {
    height: 500px;
    width: 50%;
}

.Platz-3 {
    height: 200px;
}

.Text-2 {
    font-size: 30px;
}

.ABC-Bär {
    width: 50%;
}

.link {
    font-size: 20px;
    color: blue;
    text-decoration: none;

}

a:hover {
    text-decoration: underline;
}

.dep {
    height: 500px;
    width: 40%;
}

.depH {
    height: 500%;
    width: 100%;
}

.name {
    display: flex;
    justify-content: center;

}

h2 {
    font-size: 40px;
}



.Schule {
    font-size: 40px;
}

.Box {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid antiquewhite;
    border-radius: 30px;
    padding: 5px;
    background-color: rgb(236, 231, 225);
    box-shadow: 10px 10px;
    padding-bottom: 10px;
    padding-top: 20px;
    padding-left: 30px;
}

.dum {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid darkslategrey;
    border-radius: 30px;
    padding: 5px;
    background-color: darkslategrey;
    box-shadow: 10px 10px;
    opacity: 0.9;
    box-shadow: 10px 10px;
    padding-bottom: 10px;
    padding-top: 20px;
    padding-left: 30px;
}

.spam{
    border: 2px solid antiquewhite;
    border-radius: 30px;
    padding: 5px;
    background-color: rgb(236, 231, 225);
    box-shadow: 10px 10px;
    padding-bottom: 10px;
    padding-top: 20px;
    padding-left: 30px;
}

@media (max-width:800px) {
    .Überschrift {
        font-size: 30px;
    }

    .dep {
        width: 180%;
        height: 170px;
    }

    .Text-1 {
        font-size: 15px;
    }

    .Text-2 {
        font-size: 20px;
    }

    .Überschrift-3 {
        font-size: 30px;
    }

    .img-XP {
        display: none;
    }

    .Schule {
        font-size: 30px;
    }
    .depH {
        height: 1000%;
        width: 200%;
}
}