.ol-popup {
    /*display: none;*/
    /*position: absolute;
    background-color: white;
    color: white;
    padding: 15px 25px 15px 15px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-width: 200px;
    min-height: 200px;
    max-width: 300px;
    max-height: 300px;
    overflow: auto;*/

    position: absolute;
    bottom: 12px;
    color: #202020;
    opacity: 0.8;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    visibility: visible;
    z-index: 2000;
    border: 2px solid #CCC;
    /*padding: 3px;*/
    /*min-width: 180px;*/
    /*max-width: 250px;*/
    /*min-height: 80px;*/
    /*max-height: 200px;*/
    border-radius: 5px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: rgb(180, 230, 255);
    word-wrap: break-word;
    word-break: break-all;
}

 /*   .ol-popup td {
        border: unset !important;
    }
*/

    .ol-popup:after, .ol-popup:before {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        display: none;
    }

    .ol-popup:after {
        border-top-color: white;
        border-width: 10px;
        left: 48px;
        margin-left: -10px;
    }

    .ol-popup:before {
        border-top-color: #cccccc;
        border-width: 11px;
        left: 48px;
        margin-left: -11px;
    }

popup-content {
    margin-top: 20px;
}

.ol-popup-content {
    min-width: 100px;
    /*height: 50px;*/
    max-width: 300px;
    max-height: 200px;
    overflow-x: auto;
}

.ol-popup-closer {
    position: absolute;
    top: 0;
    right: 0;
    /*font-size: 150%;*/
    padding: 2px 8px;
    color: red;
    text-decoration: none;
    z-index: 200;
}

    .ol-popup-closer:after {
        content: "\2716";
    }

    .ol-popup-closer:hover {
        text-decoration: none;
    }

.ol-popup div.infoResult {
    min-width: 130px;
}

    .ol-popup div.infoResult p {
        padding: 0.1em;
        margin: 0;
    }

.ol-popup-content h3 {
    margin: 0.25em 0;
}

.ol-popup-content td {
    border: unset !important;
    padding: unset !important;
}

.ol-popup-content label {
    max-width: 250px;
}

.ol-popup.marker {
    margin-bottom: 30px;
}


.popupstyleWhite {
    opacity: 0.9;
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    font: normal 10px verdana;
    color: white;
    visibility: visible;
    z-index: 2000;
}

.popupstyle {
    opacity: 0.9;
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    font: normal 10px verdana;
    color: #202020;
    visibility: visible;
    z-index: 2000;
}


.markerTitel {
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    width: auto;
    word-wrap: break-word;
    word-break: break-all;
}

.markerCoord {
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    width: auto;
    white-space: nowrap;
    word-wrap: inherit;
    word-break: inherit;
    margin-right: 25px;
}

.markerText {
    font-family: Verdana;
    font-size: 10px;
    width: auto;
    word-wrap: break-word;
    word-break: break-all;
}

.markerDiv {
    /*position: absolute;*/
    /*background-color: white;*/
    color: #202020;
    opacity: 0.8;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    visibility: visible;
    z-index: 2000;
    border: 2px solid #CCC;
    padding: 3px;
    min-width: 180px;
    max-width: 250px;
    min-height: 80px;
    max-height: 200px;
    border-radius: 5px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: rgb(180, 230, 255);
    word-wrap: break-word;
    word-break: break-all;
}
