html {
    font-family: Helvetica,Arial,sans-serif;
}
#mainnav {
    border-top: 4px solid #ebcf88;
}
article {
    position: relative;
}
dt {
    font-weight: normal;
}
.bg-senf {
    background-color: #ebcf88;
}
.bg-sand {
    background-color: #ede4ab !important;
    color: #000 !important;
}
.bg-gold {
    background-color: #D9A700 !important;
    color: #000 !important;
}
.text-gold {
    color: #D9A700 !important;
}


.dropdown-toggle::after {
    border:0;
    content: "\203A";
    vertical-align: baseline;
    transition: transform .3s; 
    transform: rotate(0deg);
    transform-origin: 60% 60%;
    margin-left: 0;
}
.dropdown.show .dropdown-toggle::after {
    transform: rotate(90deg);
    transform-origin: 60% 60%;
    transition: transform .3s; 
}
/*
header {
    background-color: white;
}
.bogen {
    background-image: url('../images/background-header-third.png');
    background-size: cover;
    background-position: center top;
    height: 225px;
    background-color: #f5f5f5;
    position: relative;
}

#menupos {
    margin-top:-180px; 
    background-color: #f5f5f5;
}

.bg-purple {
    background-color: #8f3bb8 !important;
}

.bg-lightpurple {
    background-color: #a352cc !important;
}

.bg-orange {
    background-color: #e55400 !important;
}

.bg-lightblue {
    background-color: #3274D9 !important;
}

.bg-blue {
    background-color: #1F60C4 !important;
}

.bg-green {
    background-color: #56A64B !important;
}

.bg-red {
    background-color: #E02F44 !important;
}

.bg-lightgreen {
    background-color: #47ba85 !important;
}
    */
.text-black {
    color: #000 !important;
}
.mybreadcrumb img {
    vertical-align: baseline;
}

.mybreadcrumb a {
    color: white;
}

.langnav a {
    color: white;
}
.langnav .active {
    font-weight: bold;
}

#footernav {
    border-bottom: 4px solid #ebcf88;
    border-top: 1px solid #d9d9d9;
    margin-bottom: 3rem;    
}
#footernav ul {
    margin:0;
    padding:0;
    list-style-type: none;
}
#footernav li {
    margin:0 0 0 2rem;
    padding:0;
    display: inline-block;
}
#footernav a {
    color: white;
}

.navbar-ages .navbar-nav .active > .nav-link, .navbar-ages .navbar-nav .nav-link.active, .navbar-ages .navbar-nav .nav-link.show {
    color: rgba(0, 0, 0, 0.9);
    background-color: #ede4ab;
} 
.navbar-ages .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
    background-color: #ede4ab;
}
.navbar-ages .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.7);
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='-10 -10 50 50'%3e%3cpath stroke='rgba%28255, 255, 255, 0.99%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-color: #333;
    border-radius: 49%;
    width: 1.8em;
    height: 1.8em;
}
button.navbar-toggler {
    outline: none;
}

.navbar-toggler-icon:hover, .navbar-toggler-icon:focus, .navbar-toggler:focus .navbar-toggler-icon {
    background-color: #ede4ab;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='-10 -10 50 50'%3e%3cpath stroke='rgba%280,0,0, 0.99%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #ede4ab;
}

@media (min-width: 992px) {
    .boder-lg-1 {
        border: 1px solid rgba(0,0,0,.15) !important;
    }
}

/* ***************************** */

.fit {
    font-size: 2rem;
}
@media (min-width: 992px) {
    .fit {
        font-size: 1.3rem;
    }
}
@media (min-width: 1200px) {
    .fit {
        font-size: 1.8rem;
    }
}
.h-400 {
    height: 400px;
}

.h-300 {
    height: 300px;
}

.d3-tip {
    line-height: 1;
    padding: 12px;
    background: rgba(225,194,0, 0.8);
    color: #000;
    border-radius: 2px;
    font-size: 0.9em;
}

.tblData2 {
    text-align: right;
}

.legendCells text.label {
    fill: #fff;
}
#legendTooltip {
    z-index: 400;
}




.mono {
    fill: white;
    font-size: 0.9em;
}


h1 {
    font-size: 1.4em !important;
}

h2 {
    font-size: 1.3em !important;
}

h3 {
    font-size: 1.2em !important;
}
.mapCanvas {
    display: block;
    width: 100%;
    visibility: hidden;
   
}


#buttonSwitch {
    text-align: right;
    /* min-width: 340px; */
}
@media (min-width: 1200px) {
    ul.trenner {
        border-top: none;
    }
    .mapCanvas {
        display: block;
        width: 100%;
        visibility: hidden;      
    }
    #map {
        position: absolute;
        top:60px;
        left: 0;
        width: 100%;        
    }
    #buttonSwitch {
        min-width: 340px;
    }   
}
.btn-outline-secondary {
    color: #ccc;
}
#tblTod td {
    white-space: nowrap;
}
.map.clickable {
    cursor: pointer;
}
.state-overlay {
    margin-top: 100px;
    background: rgba(225,194,0, 0.9);
    color: #000;
    border-radius: 2px;
    font-size: 1em;
}
.twolines {
    min-height: 3em;
}
.h1 {
    font-size: 1.6em;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem;
    margin-top: 0;
}
main a {
    text-decoration: underline;
}
main a:hover, main a:focus {
    color: #ede4ab;
    text-decoration: none;
}

.table-xs th, .table-xs td {
    padding: .2rem .1rem;
    font-size: .9rem;
}
@media (max-width: 576px) {
    .definitions th, .definitions td {
        padding: .1rem;
        font-size: .9rem;
    }
}
*:focus-visible {
    outline-width: 2px;
    outline-color: #ede4ab;
    outline-style: dotted;
}
*:focus {
    outline-width: 2px !important;
    outline-color: #ede4ab !important;
    outline-style: dotted !important;
}
/* 
    *:focus-visible, *:focus {
        //funktioniert nicht auf safari (15.03.2021)
    }
*/
    
.form-control:focus {
    box-shadow: 0 0 .3rem .2rem #ede4abaa !important;
}
.btn:not(:disabled):not(.disabled):focus {
    box-shadow: 0 0 .3rem .2rem #ede4abaa !important;
}


.canvasjs-chart-toolbar {
    border-color: #999 !important;
    margin-top: -20px;
    margin-right: 58px;
}

.myButton:focus {
    box-shadow: 0 0 .3rem .2rem #ede4abaa !important;
}
.myButton {
    width: auto !important;
    height: auto !important;
    border-color: #999 !important;
    background-color: #ccc !important;
    min-height: 1.7rem;
}
.myButton > img {
    width: 1rem;
}
.myButton:hover {
    background-color: #D9A700 !important;
}
.myButton span {
    vertical-align: middle;
    padding-left: .5em;
    color: black;
}
.myButton:hover span, .myButton:focus span {
    color: #333;
}

.card-body {
    padding: .75rem;
}
abbr[title], abbr[data-original-title] {
    text-decoration: inherit;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}
caption {
    color: #c2c3c5;
}
.bg-occup1 {
    background-color: #c00000;
    color: white;
}
.bg-occup2 {
    background-color: #fdc3c7;
    color: black;
}
.bg-occup3 {
    background-color: #bfbfbf;
    color: black;
}
th[scope=row] {
    font-weight: normal;
}
.sr-only {
    left:0;
}
.container-fluid {
    max-width: 1320px;
}