.container_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 5%;
}

#boobie {
    position: absolute;
    width: 50%;
    z-index: -1;
}

.datum_heute {
    text-align: center;
}

.container_medikamente {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-top: 20vw;
}

.medikament {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.details_medikament {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 2vw;
}

#medi2 {
    margin-top: 6vw;
}


.uhrzeit_feld {
    background-color: #FE7593;
    border-radius: 8vw;
    /* voll abgerundet (oval) */
    margin-left: 15vw;
    margin-right: 15vw;
    padding: 1vw;
    width: 100%;
}

.uhrzeit {
    color: black;
    font-size: 8vw;
    font-family: sans-serif;
    text-align: center;

}



/*** Handy  ***/
@media screen and (max-width: 576px) {

.container_wrapper {
    margin-top: 10%;
}

#boobie {
    width: 90%;
}

.container_medikamente {
    margin-top: 25vw;
}

.uhrzeit_feld {
    width: 100%;
}

.uhrzeit {
    font-size: 15vw;

}



}