﻿body {
}


#popup{
    display: none;
    position: absolute;
    padding: 20px;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.map-point {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: red; /* Farbe nach Bedarf ändern */
    cursor: pointer;
}
/*#Partner_MapContainer {*/
/*    width: 80%;
    margin: 0 auto;*/
/*    display: flex;
    justify-content: center;*/
    /*max-width: 800px;*/ /* Beispiel: Begrenze die Breite auf 800px */
/*}*/




/*#Partner_Deutschlandmap {
    width: 60%;
    height: auto;*/
    /*max-width: 600px;*/ /* Maximalbreite, um die Karte nicht zu groß werden zu lassen */
/*}*/


.PartnerKontaktContainer {
    position: absolute;
    display: inherit;
    font-family: Microsoft Sans Serif;
    font-style: normal;
    font-size: 10pt;
    line-height: 14pt;
    color: #cdcdcd;
    top: -100px;
    left: 16px;
    height: 240px;
    width: 240px;
    border: 2px solid #cdcdcd;
    background-color: #414440;
    padding: 0.8em;
}