body {
    background-color: rgb(180, 130, 80);
    width: 100%;
    margin: 0vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 95vh;
}

.box-3 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box-2 {
    width: 100%;
    height: 76vh;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.box {
    width: 40vw;
    height: 60vh;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
    background-color: burlywood;
    border-radius: 10%;
}

.boxBig {
    width: 87vw;
    height: 80vh;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
    background-color: burlywood;
    border-radius: 10%;
}

#inesbox {  
    height: 80vh;
    margin-top: 10vh;
}

.picBox {
    display: flex;
    flex-direction: column;
    margin-top: 7vh;
}

h3 {
    font-size: 1.5vw;
    margin-top: -2vh;
}

.pic {
    width: 15vw;
    height: 15vw;
}

.picSmall {
    width: 7.4vw;
    height: 7.4vw;
}

.collage {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 22.6vw;
}

.collage2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 15vw;
}

.trennstrich {
    border: 0.1rem solid rgb(180, 130, 80);
    height: 60vh;
}

.trennstrichBig {
    border: 0.1rem solid rgb(180, 130, 80);
    height: 80vh;
}

.text {
    width: 17vw;
    height: 50vh;
    color: black;
    font-size: 1.35vw;
}

.textBig {
    width: 27vw;
    height: 50vh;
    color: black;
    font-size: 1.35vw;
}

#untersT_V {
    width: 10vw;
}

#milapic {
    height: 18vw;
    width: 14vw;    
}

#milatext {
    font-size: 1.55vw;
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
