.marker_content {
    width: 600px;
    padding-bottom: 5px;
    height: 350px;
    text-align: initial;
    font-size: 14px !important;
    line-height: initial;
}

.marker_image {
    width: 300px;
    height: 200px;
    max-width: 300px;
    max-height: 200px;
    overflow: hidden;
}

.marker_Standortbezeichnung {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: var(--main-color, #006837);
    width: 295px;
    max-height: 100px;
    font-size: 11pt;
    padding: 5px 5px 5px 5px;
    font-weight: bold;
}

.marker_Standortbezeichnung a {
    color: #555 !important;
}

.marker_Hauptstellenart {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #555;
    width: 295px;
    max-height: 100px;
    font-size: 11pt;
    padding: 5px 5px 5px 5px;
    font-weight: bold;
}

.marker_Produktsperren {
    float: right;
}

.marker_id {
    color: #626262;
    width: 300px;
    font-size: 10pt;
    padding: 0px 5px 5px 5px;
    font-weight: normal;
}

.marker_desc {
    color: #626262;
    width: 300px;
    font-size: 8pt;
    padding: 0px 5px 5px 5px;
    font-weight: normal;
}

.instead_price {
    color: var(--main-color, #006837);
    font-size: 10pt;
    padding: 5px 5px 6px 0px;
    /*display: inline;*/
}

.marker_tagespreis {
    color: var(--main-color, #006837);
    width: 300px;
    font-size: 16pt;
    padding: 2px 5px 6px 5px;
}

.marker_notes {
    color: #000;
    width: 100%;
    font-size: 8pt;
    padding: 10px 5px;
    font-weight: initial;
    line-height: 7px;
    float: left;
    text-align: center;
    border-top: solid 1px #bdbdbd;
}

.marker_note {
    cursor: help;
    color: #f00;
    position: relative;
    place-content: center;
}

.marker_sperren {
    font-size: 6pt;
}

/* styling of the tooltip display */
p#tooltip-text {
    display: none;
    position: absolute;
    bottom: 12px;
    z-index: 1;
    background: #f00;
    padding: 8px;
    color: #fff;
    border-radius: 2px;
    animation: fadeIn 0.6s;
    width: 200px;
    left: -50%;
    font-size: 8pt;
}

/* optional styling to add a "wedge" to the tooltip */
p#tooltip-text:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 8px solid #f00;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.mc_left {
    width: 295px;
    float: left;
    margin-right: 5px;
}

.mc_right {
    width: 295px;
    float: right;
    border-left: solid 1px #bdbdbd;
    padding-left: 5px;
    height: 100%;
}

.mc_overview {
    line-height: 36px;
    font-size: 12pt;
}

.bulb_on {
    color: #ffb700;
}

.marker_beleuchtet {
    float: right;
}

.marker_loadinfo {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    width: 350px;
    max-height: 100px;
    font-size: 15pt;
    padding: 10px 5px;
}

.leaflet-popup-content-wrapper {
}

.leaflet-popup-content-wrapper .leaflet-popup-content {
    margin: 0 !important;
    overflow: hidden;
    border-radius: 12px;
    width: 600px !important;
}

.leaflet-popup-tip-container {
}

.leaflet-popup-close-button {
    background-color: var(--main-color, #006837) !important;
    border-radius: 0 12px 0 0 !important;
    border: 1px solid var(--main-color, #006837) !important;
    width: 35px !important;
    height: 35px !important;
}

.premium .leaflet-popup-close-button {
    background-color: #f3d767 !important;
    border: 1px solid #f3d767 !important;
}

.sale .leaflet-popup-close-button {
    background-color: #ff8f00 !important;
    border: 1px solid #ff8f00 !important;
}

.premium .leaflet-popup-content-wrapper {
    border: solid 1px #f3d767;
}

.sale .leaflet-popup-content-wrapper {
    border: solid 1px #ff8f00;
}

.leaflet-popup-close-button span{
    color: #fff;
    position: absolute;
    font-size: 30px;
    top: 3px;
    left: 6px;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background: white;
    color: #333;
    box-shadow: 0 3px 14px rgba(0,0,0,0.4);
    border: solid 1px var(--main-color, #006837);
}

#error-notice {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 0, 0, 0.8);
    padding: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    z-index: 1000;
    display: none;
}


.gslide-inline .ginlined-content {
    padding: 0px !important
}

.marker_content_mobile {
    width: 100%;
    padding: 0;
    height: auto;
    text-align: initial;
    font-size: 14px !important;
    line-height: initial;
}

.marker_mobile .mc_left {
    float: none;
    width: 100%;
}

.marker_mobile .mc_right {
    float: none;
    width: 100%;
    border: none;
    padding-right: 5px;
}

.marker_mobile .marker_image {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.marker_mobile .decade_scroller {
    width: 100%;
}

.marker_mobile .marker_Hauptstellenart {
    width: 100%;
}

.marker_mobile .marker_id {
    width: 100%;
}

.inline-close-btn {
    font-size: 16px;
    border-radius: 5px;
    padding-top: 10px;
    border: solid 2px #fff;
    font-weight: 500;
    background-color: var(--main-color, #006837);
    color: white;
    cursor: pointer;
    margin-left: 35%;
    margin-right: auto;
    position: relative;
    float: left;
    width: 30%;
    text-align: center;
    padding-bottom: 10px;
}

.gslide-inline {
    max-height: 100% !important;
}

.marker-cluster-small {
    background-color: rgba(var(--main-color-accent1, #6ecc39), 0.6) !important; /* 60% */
}
.marker-cluster-small div {
    background-color: rgba(var(--main-color-accent1, #6ecc39), 0.6) !important; /* 60% */
}

.marker-cluster-medium {
    background-color: var(--main-color-accent1, #6ecc39) !important;
}
.marker-cluster-medium div {
    background-color: var(--main-color-accent1, #6ecc39) !important;
}

.marker-cluster-large {
    background-color: var(--main-color-accent1, #6ecc39) !important;
}
.marker-cluster-large div {
    background-color: var(--main-color-accent1, #6ecc39) !important;
}

/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
    background-color: var(--main-color-accent1, #6ecc39) !important;
}
.leaflet-oldie .marker-cluster-small div {
    background-color: var(--main-color-accent1, #6ecc39) !important;
}

.leaflet-oldie .marker-cluster-medium {
    background-color: var(--main-color-accent1, #6ecc39) !important;
}
.leaflet-oldie .marker-cluster-medium div {
    background-color: var(--main-color-accent1, #6ecc39) !important;
}

.leaflet-oldie .marker-cluster-large {
    background-color: var(--main-color-accent1, #6ecc39) !important;
}
.leaflet-oldie .marker-cluster-large div {
    background-color: var(--main-color-accent1, #6ecc39) !important;
}
.leaflet-marker-icon span {
    color: var(--main-color-accent2, #666666) !important;
}


.marker_content_app {
    width: auto;
    padding: 0;
    height: auto;
    text-align: initial;
    font-size: 14px !important;
    line-height: initial;
}

.marker_app .mc_left {
    float: none;
    width: auto;
    margin-right: 0;
}

.marker_app .mc_right {
    float: none;
    width: auto;
    border: none;
    padding-right: 5px;
}

.marker_app img {
    width: 100%;
}

.marker_app .marker_image {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.marker_app .decade_scroller {
    width: calc(100% - 10px);
    overflow-y: scroll;
    position: fixed;
    bottom: 20px;
    max-height: none;
    margin-left: 5px;
    height: calc(100vmax - 75vw - 220px);

}

.marker_app .marker_Hauptstellenart {
    width: auto;
}

.marker_app .marker_id {
    width: auto;
}

.marker_app .marker_Standortbezeichnung {
    width: auto;
}

.marker_app .decade_scroller .decade {
    padding: 5px 0px;
}

.marker_app .marker_notes {
    width: 100%;
    padding: 5px 5px;
    height: 10px;
    position: fixed;
    bottom: 0;
    background-color: #fff;
}

.marker_close_button {
    position: fixed;
    right: 10px;
    top: 10px;
    font-size: 35px;
    color: var(--main-color, #006837);
    z-index: 50;
}

.marker_content_wrapper {
    height: 100vh;
    max-height: 100vh;
    position: relative;
    overflow: hidden;
}