
body{
    background-color: #565656;
    background-image: url('/img/Background-scanner.jpg');
    background-repeat: repeat-y;
    background-size: 100%;
}

.farbbalken{
    width: 100%;
    height: 50px;
        border: 1px solid #ddd;
        background-image: url('../img/farbverlauf.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
/*    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(210,255,210,1) 0%, rgba(255,233,0,1) 5%, rgba(245,174,0,0.6712885837928921) 48%, rgba(254,1,1,1) 100%);*/
}

.farbbalken.server,
.farbbalken.cms{
    height: 30px;
    margin-bottom: 10px;
}

.zeiger{
    height: 100%;
    border: 1px solid #666;
    background-color: #000;
    color: #fff;
    width: 10px;
}

strong span a,
strong span{
    color: #ff0a16;
    text-decoration: underline;
}

.cve a{
    color: #ff0a16;
}

.sprache{
    text-decoration: none;
    position: relative;
    float: right;
    cursor: pointer;
    padding: 1px 5px;
    border: 1px solid #ddd;
    box-shadow: 3px 3px 3px #ccc;
}
.sprache:hover{
    text-decoration: underline;
}

.btn{
    z-index: 10 !important;
}

#divhidden{
    display: none;
}

#divhidden1{
    display: none;
}

.hidden{
    display: none !important;
}

.extscan a,
.extscan{
    font-size: 12px;
    color: #088;
    text-decoration: none;
    /*float: left;*/
}


.provider{
    font-size: 14px;
    display: block;
    
}
.pname{
    font-size: 16px;
}

.boxshadow{
    box-shadow: 3px 3px 10px rgba(0,0,0,0.8);
}

.zeigerpost{
    margin-top: 27px;
    margin-left: -6px;
    height: 15px;
    width: 20px;
    border: 1px solid #000;
    background-color: #333;
    position: absolute;
    color:#fff;
    font-size: 10px;
    text-align: center;
    border-radius: 4px;
}

.zeigerpost.gesamt{
    margin-top: 47px;
}
.zeigeranfang{
    position: absolute;
    margin-top: 8px;
    margin-left: -10px;
    /*border: 1px solid #333;*/
    font-size: 10px;
    /*background-color: rgba(180,180,180,0.5);*/
    color: #000;
}


.zeigerende{
    /*position: absolute;*/
    margin-top: -20px;
    margin-right: -10px;
    float: right;
    /*border: 1px solid #333;*/
    font-size: 10px;
    /*background-color: rgba(180,180,180,0.5);*/
    color: #000;
}

.zeigerende.gesamt{
    margin-top: -40px;
}

.smaller{
    font-size: 50%;
text-align: right;
display: block;
float: right;
}
.extl{
    font-size: 70%;

}

.rankinglist{
    padding: 0;
    
}
.rankinglist li{
    list-style: none;
    padding: 0px;
    padding-left: 4px;
    margin-bottom: 2px;
    border-bottom: 1px solid #ddd;
    
}

li.markiert{
    background-color: #ddd;
}


.rankingbalken{
    background-color: #c92;
    padding: 4px;
    border-radius: 5px;
    white-space: nowrap;
    font-size: 12px;
    font-weight: bold;
    
}


li.markiert .rankingbalken{
    border: 1px solid #555;
    background-color: #e52;
    
}


.btn-handlung{
    font-size: 80%;
    font-weight: bold;
}


.freediv{
    position: absolute;
    width: 400px;
    height: 300px;
    
}

#popupdialog{
    /*width:60%;*/
    /*box-shadow: 3px 3px 3px #ccc;*/
}
.modal-content{
    box-shadow: 13px 13px 20px rgba(0,0,0,0.5);
}

.modal-header{
    background-color: #eee;
    font-weight: bold;
}
