.right {
    clear: both;
    float: right;
}

.left {
    clear: both;
    float: left;
}

.normal {
    clear: both;
}

.mitglied_button_big {
    background-position: 0;
    -webkit-background-size: 165px 50px;
    background-size: 165px 50px;
    background-repeat: no-repeat;
    width: 165px;
}


.mitglied_button_big a {
    padding-top: 14px;
    height: 36px;
    display: block;
    font-size: 18px;
    text-decoration: none;
    background-image: url("../Icons/button_gross_foerderer.gif");
    color: #fff !important;
    margin-top: 20px;
}

.mitglied_button_big a:hover {
    padding-top: 16px;
    height: 34px;
    text-decoration: none;
    background-image: url("../Icons/button_gross_foerderer_mo.gif");
}

.standortbeschreibung {
    padding: 10px 15px;
    font-size: 13px;
    line-height: 15px;
}

.standortbeschreibung ul li {
    padding-left: 6px;
}

.standortbeschreibung ul li:before {
    content:'';
}

.ol-popup {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 5px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    min-width: 280px;
    max-width: calc(100vw - 40px);
    box-sizing: border-box;
    display: none;
    z-index: 1000;
}
.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 50%;
    margin-left: -10px;
}
.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 50%;
    margin-left: -11px;
}
.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 4px;
    right: 8px;
    padding: 5px;
    min-width: 30px;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.ol-popup-closer:after {
    content: "\274c";
    font-size: 10px;
}

/* Safari-spezifische Anpassungen */
@supports (-webkit-touch-callout: none) {
    .ol-popup {
        left: 10px;
        right: 10px;
        margin-left: auto;
        margin-right: auto;
        transform: none;
        -webkit-transform: none;
        width: calc(100% - 20px);
        max-width: 400px;
    }
}

/* Mobile Optimierung */
@media (max-width: 768px) {
    .ol-popup {
        min-width: 240px;
        max-width: calc(100vw - 20px);
    }
}
