.banner .company { float: left;  font-family: 'Orbitron', sans-serif; font-weight: bold; color: #000066 ; line-height: 21px ; font-size: 18px ; font-style: italic ;  /* opacity: 0.7 ; */ margin: 25px 0 0 0; }


#header {
    text-align: center;
}

.bg-dark { background-color: #99ccff !important;}

#main { position: relative ;}

#header h1 {
    margin: 0;
}
#header img {
    float: right;
}

#info { position: absolute; top: 30px ; right: 30px ;border-radius: 50% !important; width: 40px ; font-weight: bold;}
#start, #stop { border-radius: 50%; width: 80px; height: 80px; font-weight: bold; }
#pause, #ende  { width: auto; height: 40px ;}
#ende { width: 100px;}

footer {
/*        position: fixed; */
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: rgb(230, 224, 224);
        color: white;
        text-align: center;                
        padding: 10px 0 ;

}
#menu {
    font-weight: bold;
    background-color: #ddd;
}
#menu ul {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0 0 50% 5px;
    font-weight: normal;
    background-color: #ddd;
    width: 100px;
}
#content {
    margin-left: 120px;
}
.message {
    color: #390;
}
.error {
    color: #f00;
}

label,
input , 
select { min-width: 200px ;}
label { vertical-align: top ;}
form div { margin-bottom: 10px ; }

footer ul { list-style: none; justify-content: space-between ; margin-bottom: 0 ;}
footer ul li { flex: 1 ; background-color: transparent ; margin: 5px ;}


.time_control { display: flex;  justify-content: space-between ;}
.time-control button { flex: 1 ; }