.dropdown-menu {
    max-width: 100%;    
}

.zeiterfassung .btn {
    border-radius: 1em;
    text-align: center;
    width: 100%;
    margin: 1em 0;
}

.zeiterfassung .form-control {
    margin: 0 0 1em 0;
} 

.analogclock {
    background-color: transparent;    
}

.digitalclock {
    color: #fff;
    font-size: .8em;
    line-height: 1em;
    letter-spacing: .1em;
    white-space: pre-line;
    text-align: right;
}

.options {
    background-color: #efefef;
    border-radius: 1em;
    font-size: 1.5em;    
    width: 50%;
    height: auto;
    display: inline-flex;
    justify-content: center;
}


.options:hover {
    text-decoration: none;
}

#baustellen {
    z-index: 2;
}