body {
    background-color: black;
    color: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

div {
    text-align: center;
}

p {
    margin: 0px;
}

.Uhr {
    font-family: Verdana;
    font-size: 100vw;
    color: white;
    width: 100%;
    height: 100%;
}

.Wochentag {
    font-size: 25vmin;
    color: #8ac57b;
}

.Tagesabschnitt {
    font-size: 15vmin;
}

.Zeit {
    font-size: 25vmin;
    color: #f5ab49;
}

.Datum {
    font-size: 15vmin;
    color: #68cef5;
}

.slidecontainer {
    width: 100%;
    display: none;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 25px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #04AA6D;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #04AA6D;
    cursor: pointer;
}