body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
}
.leaflet-container * {
    font-family: "Open Sans", sans-serif;
}
.btn.map-control__btn {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    border: solid 1px #d3d3d3;
    background-color: #fff6d6;
    margin-right: 10px;
    margin-bottom: 15px;
}
.btn.map-control__btn.active {
    border: solid 1px #d3d3d3;
    background-color: #fcde74;
    box-shadow: none;
}
#wrapper-map {
    display: block;
    width: 100%;
    float: left;
}
#map-container {
    float: left;
    width: 100%;
    display: flex;
}
.map-aside {
    position: relative;
    padding: 20px;
}
.map__legenden {
    position: absolute;
    bottom: 50px;
}
#map {
    width: 70%;
    height: 100vh;
    max-height: 740px;
    background-color: #eee;
}
.leaflet-tooltip {
    box-shadow: none;
    padding: 13px 10px 11px 10px;
    border-radius: 4px;
    border: solid 1px #d3d3d3;
}
.map-tooltip {
    font-size: 13px;
    color: grey;
}
.map-tooltip .header {
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 10px;
    margin-bottom: 6px;
}
.map-tooltip .headline {
    font-size: 15px;
    color: #404040;
    font-weight: 600;
}
.map-tooltip table {
    width: auto;
}
.map-tooltip td,
.map-tooltip th {
    padding: 5px 5px 0;
    border: none;
    text-align: left;
}
.map-tooltip td:nth-child(2n) {
    font-weight: 600;
    color: #404040;
}
tr.high-row td {
    padding-top: 10px;
}
.map-control {
    margin-top: 50px;
    margin-bottom: 0;
    padding: 0 40px;
    float: left;
}
#info-wrapper .info-box,
.map__legende {
    display: none;
}
#info-wrapper .info-box.active,
.map__legende.active {
    display: block;
}
#info-wrapper .info-box p {
    font-size: 14px;
    line-height: 1.38;
    letter-spacing: normal;
}
.leaflet-control-zoom {
    display: flex;
}
.leaflet-bottom .leaflet-control {
    margin-bottom: 0;
}
.leaflet-bar a,
.leaflet-bar a:hover {
    background-color: #fff;
    border-bottom: none;
    border-right: 1px solid #ccc;
}
.leaflet-control-zoom-in:focus,
.leaflet-control-zoom-out:focus {
    text-decoration: none;
}
.leaflet-control-attribution {
    opacity: 0.5;
}
.small-media-credits {
    width: 100%;
    text-align: right;
    float: left;
    font-size: 12px;
    opacity: 0.5;
    margin-top: 20px;
}
@media (max-width: 767px) {
    .map-control {
        width: 100%;
    }
    .map-control .btn-group {
        width: 100%;
        max-width: 300px;
    }
    .map-control .btn-group .dropdown-toggle {
        position: relative;
        box-shadow: none;
        font-size: 15px;
        font-weight: 600;
        text-align: left;
        color: #404040;
        border: solid 1px #d3d3d3;
        background-color: #f4f4f4;
        margin-right: 10px;
        margin-bottom: 0;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .map-control .btn-group .dropdown-toggle:after {
        position: absolute;
        content: ">";
        color: #ffc500;
        transform: rotate(90deg);
        background-color: #fff;
        font-size: 23px;
        top: 7px;
        right: 7px;
        padding: 10px 10px;
        border-radius: 4px;
        height: 30px;
        width: 30px;
        text-align: center;
        line-height: 10px;
    }
    .btn.map-control__btn {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 15px;
        font-weight: 400;
        text-align: left;
        color: grey;
        border: solid 1px #d3d3d3;
        border-radius: 0;
        background-color: #f4f4f4;
        margin-right: 0;
        margin-bottom: 0;
    }
    .btn.map-control__btn.active,
    .btn.map-control__btn:hover {
        color: #404040;
        border: solid 1px #d3d3d3;
        background-color: #fff;
        box-shadow: none;
    }
    .btn.map-control__btn:not(.active):hover {
        color: #ffc500;
    }
    .map-control .btn-group.open .dropdown-toggle {
        box-shadow: none;
    }
    .map-control .btn-group button {
        width: 100%;
    }
    .map-control .dropdown-menu {
        min-width: 160px;
        padding: 0;
        margin: 0;
        list-style: none;
        font-size: 13px;
        text-align: left;
        background-color: #fff;
        border: none;
        border-radius: 0;
        background-clip: padding-box;
    }
    .map-control .btn-group .btn + .btn,
    .map-control .btn-group .btn + .btn-group,
    .map-control .btn-group .btn-group + .btn,
    .map-control .btn-group .btn-group + .btn-group {
        margin-left: 0;
    }
    #map-container {
        flex-direction: column;
    }
    .map-control {
        margin-top: 40px;
        margin-bottom: 25px;
        padding: 0;
    }
    #map {
        width: 100%;
        max-height: 600px;
    }
    .map-aside {
        display: flex;
        justify-content: space-between;
    }
    .map__legenden {
        position: relative;
        bottom: 0;
    }
    .leaflet-bottom .leaflet-control {
        display: none;
    }
}
@media (min-width: 768px) {
    .small-media-credits {
        display: none;
    }
    .dropdown-toggle {
        display: none;
    }
    .map-control .dropdown-menu {
        display: block !important;
        position: relative;
        border: none;
        box-shadow: none;
    }
}
/*# sourceMappingURL=style.min.css.map */