path {
    fill: #eaeaea;
    transition: .6s fill;
}
path:hover {
    fill: #f8f301
}
#map {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#content>.frame {
    margin-bottom: 2rem;
    margin-top: 2rem;
}

#bezirk {
    font-size: 1rem;
    font-weight: 600;
    color: #3a3a3a;
    background-color: #ffed00;
    margin-top: 50px;
    position: absolute;
    z-index:2;
    display: none;
}

.active>.page-link, .page-link.active {
    background-color: #ffed00;
    border-color: #ffed00;
    color: #3a3a3a;
    z-index: 3;
}



#modal-body {
    padding-top: 30px;
}


/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4); /
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 30px 20px 20px;
    border: 1px solid #888;
    width: 100%;
    height: auto;
    max-width: 600px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 35px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    right: 20px;
    padding-bottom: 20px;
}

.close:hover,
.close:focus {
    color: #ffed00;
    text-decoration: none;
    cursor: pointer;
}
#myModal {
    margin-top: 0;
    z-index: 10;
}

#DataTables_Table_0_wrapper > div:nth-child(3) > div.d-md-flex.justify-content-between.align-items-center.dt-layout-end.col-md-auto.ms-auto > div > nav > ul .disabled {
    opacity: 0.5;
}

table.table.dataTable > :not(caption):not(thead):not(tfoot) > tr:nth-child(odd) > * {
    background-color: #f4f5f7;
}

table.table.dataTable .form-control {

}

#dt-search-0 {
    padding: 0.55rem 1rem;
    border-radius: var(--bs-border-radius-sm);
}
@media(max-width: 1023px) {
    
}
body.myModal-open {
    overflow: hidden;
}

tfoot td:last-child {
    /*display: none;*/
}