* {
    padding: 0%;
    margin: 0%;
}

.uebergang {
    width: calc(100%-48px);
    display: flex;
    justify-content: center;
    padding: 24px;
    height: 200px;
    background: linear-gradient(0deg, rgba(28, 28, 28, 1) 0%, rgba(0, 0, 0, 1) 100%);
}

.background {
    width: calc(100%-40px);
    height: 900px;
    background-color: #1c1c1c;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.heading {
    font-size: 25px;
    color: aliceblue;
    font-family: Arial, Helvetica, sans-serif;
}

.classic-block {
    height: 200px;
    background-color: #232323;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    -webkit-box-shadow: 0px 6px 11px 0px rgba(0,0,0,0.69); 
    box-shadow: 0px 6px 11px 0px rgba(0,0,0,0.69);

}

.chestday {
    width: 50%;
    padding: 10px;
}

.chestdayimg {
    padding: 15px;
    width: 90%;
    padding-top: 16px;
}

.chestday, p{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    color: aliceblue;
}

.infoschestday {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.weiss {
    color: aliceblue;
    width: 50%;
    padding: 8px;
    margin-top: 12px;

    
}

.grau {
    color: aliceblue;
    width: 50%;
    padding: 8px;
    margin-top: 12px;
    


}
 .chestday2, p{
    font-size: 10px;
    padding: 8px;
 }
 
.logo {
    height: 100%;
}

.chestday3 {
    color: gray;
    font-size: 10px;
}

.imggluteus {
    padding-top: 25px;
}

.nutritionimg {
    position: absolute;
    width: 100%;
}

.divnutrition {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.nutritionhome1 {
    width: 50%;
}
.nutritionhome2 {
    position: relative;
    width: 50%;
    aspect-ratio: 1 / 1;
    font-size: 30px;
}

