@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');

a{ text-decoration: none; color: #3355AB ; }
a:hover{ text-decoration: none; color: #3355AB ; }

.navbar-brand, .legende, .nav-link, .footer_wrapper, .main, .btn-g2dev{
    font-family: 'Roboto', sans-serif;
}

.navbar-brand{
    color: #3355AB  !important;
}                                                                         

.dnavbar-collapse{
    float: right;                           
}

.top{
    background-color: #3355AB ;
    width: 100%;
    height: 10px;
}


.card-img-top{
    text-align: center;
    width: 150px;
    height: 150px;
    padding: 5px;
}

.container-fluid{
    width: 990px;
    margin: auto;
}

.bg-d, .legende, .box, .footer{
    background-color: #F7F5FB;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.nav-link{
    color: #424242!important;
    font-size: 14px;
}

.legende, .footer{
    padding: 10px 0px 10px 0px;
    font-size: 12px; 
    margin-top: 20px;   
}

.box {
    background-color:#f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #3355AB ;
}

.main{
    font-size: 13px;
}

.btn-g2dev{
    background-color: #3355AB ;  
    color: #FFFFFF;  
}

.btn-g2dev:hover{
    background-color: #3355AB;
    color: #FFFFFF;
}

.form-label{
    padding: 0px 10px 5px 10px;
    border-bottom: 1px dotted #000 ;
}

#refresh{
    width: 165px;
    float: right;
    text-align: right;    
}

.dot{
    padding-bottom: 10px;
    border-bottom: 1px dotted #3355AB;
}

.bg-bd{
    background-color: #3355AB;
    font-weight: 100;
}

/* Ansicht Handy */
@media only screen and (max-width: 768px) {

    .display-none-handy{
        display: none;
    }
    
    .nav-link{
        margin-left: 10px;
    } 
    
    .main{
        margin: auto;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    
    .col-8{
        width: 100%;
    }

}

/* Ansicht Browser */
@media (min-width: 769px) {

    .legende_wrapper{
        width: 970px;
        margin: auto;
    }
    
    .footer_wrapper{
        width: 970px;
        margin: auto;
    }
    
    .nav-link:hover{
        color: #646464!important;
    }
    
    .main{
        width: 970px;
        margin: auto;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    
    .col-44{
        font-size: 200px;
    }
    
}

.footer{
    margin-bottom: 20px;
}

.footer a{
    color: #000000;
}

/* ********************** */
/* Ab hier Farben Wechsel */
/* .cc > .ID              */
/* ********************** */
