#visionUmrandung {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding-top: 1vh;
}

#vision {
    width: 25vw;
    font-size: 1.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#placeholder {
    width: 4vw;
}

#ueberUns {
    width: 37vw;
    font-size: 1.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#Paradies24 {
    width: 25vw;
    font-size: 1.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

h2 {
    color: bisque;
    margin-left: 1.4vh;
}

p {
    color: white;
}

.ueberschrift {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.arrow:hover {
    color: burlywood;
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 95vh;
    background-color: rgb(180, 130, 80);
    width: 100%;
    margin: 0vw;
}