.table-bordered th, table th, .table-bordered td, table td {
    border: 0 !important;
    border-bottom: 0.5px solid black !important;
    padding: 20px !important;
}

.page-item.active .page-link {
    background-color: #0072AC !important;
    border-color: #0072AC !important;

}
.table thead{
    background-color: #0072AC !important;
}

.table-responsive{
    margin-bottom: 40px;
}
#content_1c{
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}

.btn_custom{
    color: #0072AC;
    background-color: transparent;
    background-image: none;
    border-color: #0072AC;
    border-radius: 5% !important;

}
.btn_custom:hover{
    color: white;
    background-color: #0072AC;
    background-image: none;
    border-color: #0072AC;
}
table.table.table-striped{
    --bs-table-striped-bg: #bbd4f1;
    
}
table.table.table-striped{
    --bs-table-striped-bg: #bbd4f1;
    
}
#thead{
    background-color: #bbd4f1 !important;
    
}
.table .thead-light th, .table table th, table .thead-light th, table thead th, table table th {
    background-color: #0072AC !important;
    border-color: #0072AC !important;
    font-size: 1.09rem;
}

#content_1c ul li, #content_2c ul li, #content_3c ul li {
    margin-left: 2px !important;
}

.navbar {
    align-items: flex-start !important;
}

.btn{
    margin-left: 4px !important;
}

.select{
    height: 37.39px;
    color: #0072AC;
    background-color: transparent;
    background-image: none;
    border-color: #0072AC;
    border-radius: 5% !important;
}
h1{
    margin-bottom: 100px !important;
}

@media only screen and (max-width: 900px) {
    .screenSmall{
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }

    
}
@media only screen and (min-width: 560px) {
    .table-responsive {
        display: inline-table;
    }

    
}

.glossar_mark{
    color: #0072AC;
}