.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    display: flex;
    flex-direction: column;
    background-color: #fefefe;
    margin: auto;
    padding: 25px;
    border: 1px solid #888;
    width: 80%;
    font-size: 2vh;
    justify-content: center;
    flex-wrap: nowrap;
}

.modal-content button {
    font-size: 3vh;
}


.box {
    display: flex;
    width: max-content;
    align-items: center;
/*    width: 25vw;*/
}

#info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    color: #9bf3ff;
}

/*div {
    display: flex;
    justify-content: space-around;
}*/

#ziffern {
    display: flex;
    height: 100%;
}

.ziffer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height : 100%;
    width : 33%;
    border: 0px black solid;
    text-align: center;
}

span {
    display:block;
}

.infotext {
    display: flex;
} 

#main {
    display: flex;
    width: 100vw;
    background-color: black;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

#zeit,#p-zeit {
    display: flex;
    height: 80vh;
    justify-content: space-between;
    gap: 0px;
}


#settings {
    display: none   ;
    flex-direction: column;
    justify-content: flex-start;
}

#presets {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 20px;
    column-gap: 1vw;
    row-gap: 1vh;
}

#presets button {
    padding: 10ph;
}

#details {        
    display: flex;
    flex-direction: column;
}

#details div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    column-gap: 20px;
}
