*{
    margin:0px;
    padding:0px;
    font-family: Verdana;
    font-size:13px;
    text-decoration:none;
    color:#000;
    box-sizing: border-box;
}
body{
    background-color:#C0C0C0;
    overflow-x:hidden;
}
a{
    color:#333333;
    text-decoration:none !important;
}
section{
    height:100vH;
    width:98vW;
    margin:auto;
    padding:80px 0px 50px 0px;
}

footer{
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
    
}
.nav-item a span{
    display:none;
    font-size:1em;
    margin-left: 7px;
}
#optionlink{
    color:#000;
    text-decoration:none !important;
}
.container{
    background-color:#fff;
    border-radius: 7px;
    padding:0px;
    padding-bottom:7px;
    margin-bottom:15px;
    box-shadow:4px 4px 7px #000;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
    
}
.container > h3{
    background-color:#808080;
    padding:5px 10px;
    color:#fff;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.container .row{
    margin:0px 10px;
}
#logo{
    max-width:70vW;
}
.bubble{
    display:inline-block;
    padding:3px 5px;
    border-radius:0.5em;
    background:#fff;
    float:right;
}
.offen{
    background: rgb(249,198,103);
    background: -moz-linear-gradient(top,  rgba(249,198,103,0.4) 0%, rgba(247,150,33,0.4) 100%);
    background: -webkit-linear-gradient(top,  rgba(249,198,103,0.4) 0%,rgba(247,150,33,0.4) 100%);
    background: linear-gradient(to bottom,  rgba(249,198,103,0.4) 0%,rgba(247,150,33,0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c667', endColorstr='#f79621',GradientType=0 );

}
.hover:hover{
    background: rgb(249,198,103);
    background: -moz-linear-gradient(top,  rgba(249,198,103,1) 0%, rgba(247,150,33,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(249,198,103,1) 0%,rgba(247,150,33,1) 100%);
    background: linear-gradient(to bottom,  rgba(249,198,103,1) 0%,rgba(247,150,33,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c667', endColorstr='#f79621',GradientType=0 );
    cursor: default;
}
.offen:nth-of-type(1){
    border-top-left-radius:6px;
    border-top-right-radius:6px;    
}
.offen:last-of-type{
    border-bottom-left-radius:6px;
    border-bottom-right-radius:6px;    
}
.hover div{  
    color:inherit;
}
