/**
 * RSCSS - Really S[imple|hort] Cascading Style Sheet
 * Copyright (c) 2015-2024 Philipp Kolbeck
 * Parsed: 31.05.2024 11:14:40 - Rendertime: 0,0024sec.
 */

.mem-searchinfo { font-weight: bold; margin-bottom: 15px; }
#map { min-height: 300px; height: 100vh; max-height: 600px; width: 100%; }
#map .info-tooltip { padding-right: 10px; }
#consent_googlemaps { background-color: #EEE; background-color: #232F91; color: #FFF; padding: 40px; position: relative; display: none; }
#consent_googlemaps.show { display: block; }
#consent_googlemaps div { max-width: 600px; margin: auto; }
#consent_googlemaps img { max-width: 48px; max-height: 48px; position: absolute; }
#consent_googlemaps h3 { margin: 0 0 30px 70px; color: #FFF; }
#consent_googlemaps a { color: #FFF; text-decoration: underline; }
#consent_googlemaps .btn-gmaps { margin: auto; display: inline-block; }
#consent_googlemaps .btn-gmaps button { background-color: #FFF; color: #666; }
#consent_googlemaps .btn-gmaps button:hover { color: #000; }
.mem-map-additional-info { background-color: #EEE; padding: 20px; display: none; font-style: italic; }
.mem-map-additional-info.show { display: block; }
.mem-list { margin-top: 30px; }
.mem-list .itemanchor { position: absolute; margin-top: -130px; }
.mem-list .item.highlight { background-color: #e5f0fa; box-shadow: 20px -1px 0 #e5f0fa,
       -20px -1px 0 #e5f0fa; }
.mem-list { font-family: "Lato", sans-serif; font-size: 16px; line-height: 28px; }
.mem-list .item { display: flex; flex-direction: column; border-bottom: 1px #EEE solid; padding-top: 20px; padding-bottom: 40px; }
.mem-list .item .name { font-weight: bold; }
.mem-list .item .addr { gap: 30px; display: flex; }
.mem-list .item .addr > div { flex: 1; }
@media (max-width: 991.98px) {
.mem-list .item .addr { gap: 0px; flex-direction: column; } }
.mem-search { display: flex; margin-bottom: 30px; }
.mem-search .item { display: flex; flex-direction: column; justify-content: flex-end; padding-right: 10px; }
@media (max-width: 767.98px) {
.mem-search { flex-direction: column; } }
.mem-search .item label { font-weight: bold; }
.mem-search .item input,
.mem-search .item select,
.mem-search .item button { max-width: 200px; height: 40px; }
.mem-search .item button { background-color: #00882f; color: #fff; margin-top: 20px; }
.mem-search .item button:hover { background-color: rgba(0,136,47,0.7); }
.mem-modal { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 100000; justify-content: center; align-items: center; display: none; }
.mem-modal.show { display: flex; }
.mem-modal .backdrop { position: fixed; left: 0; top: 0; right: 0; bottom: 0; background-color: rgba(0,0,0,.75); z-index: -1; }
.mem-modal .box { display: block; min-width: 300px; width: calc(100% - 30px); max-width: 600px; max-height: calc(100vh - 30px); background-color: #FFF; display: flex; flex-direction: column; }
.mem-modal .box .title { background-color: #DDD; color: #444; display: flex; justify-content: space-between; }
.mem-modal .box .title h3 { margin: 0; font-size: 18px; font-weight: bold; padding: 5px 0 7px 30px; white-space: nowrap; max-width: calc(100% - 50px); overflow: hidden; text-overflow: ellipsis; }
.mem-modal .box .title a { aspect-ratio: 1/1; display: flex; justify-content: center; align-items: center; cursor: pointer; width: 43px; height: 43px; }
.mem-modal .box .title a:hover { background-color: #A00; }
.mem-modal .box .title a:before,
.mem-modal .box .title a:after { display: block; width: 3px; height: 22px; background-color: #444; position: absolute; content: ''; transform: rotate(45deg); }
.mem-modal .box .title a:after { transform: rotate(-45deg); }
.mem-modal .box .title a:hover:before,
.mem-modal .box .title a:hover:after { background-color: #FFF; }
.mem-modal .body { overflow-y: auto; padding-bottom: 20px; display: flex; flex-direction: column; }
.mem-modal .body .noimg { margin: 20px 30px 0; padding: 30px; background-color: #DDD; display: flex; flex-direction: column; justify-content: center; align-items: center; color: #999; }
.mem-modal .body .noimg svg { height: 64px; }
.mem-modal .body .noimg svg path { fill: #AAA; }
.mem-modal .body .img { padding: 20px 30px 0; }
.mem-modal .body .name { padding: 20px 30px 0; }
.mem-modal .body .name span { font-weight: bold; }
.mem-modal .body .data { padding: 20px 30px 0; display: flex; gap: 45px; }
.mem-modal .body .labels { display: flex; margin-top: 20px; padding: 20px 30px; margin-bottom: -20px; flex-wrap: wrap; }
.mem-modal .body .labels>div { margin-right: 15px; }
.mem-modal .body .labels>div>img { height: 50px; }
.mem-modal .body .info { background-color: #EEE; display: flex; margin-top: 20px; padding: 20px 30px; margin-bottom: -20px; }
