html {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    color: white;
    background-color: rgb(26, 26, 26);
}

ul {
    list-style-type: none;
    padding-left: 2.5rem;
    background-color: rgb(143, 219, 213);
}

li {
    cursor: pointer;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: rgba(255, 255, 255, 0.577);
    transition: color 0.125s ease;
}

li:hover {
    color: white;
}


.mymap {
    width: 100%;
    height: 100%;
}

.personenModalContainer {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    width: 100%;
    height: 100%;
    z-index: 40;
    overflow: auto;
}

.personenModalExitBtn {
    position: absolute;
    top: 2rem;
    right: 8rem;
    font-weight: 600;
    font-size: 6rem;
    cursor: pointer;
}

.personenModalcontent {
    background-color: #42092f;
    /* min-width: 85%; */
    /* min-height: 85%; */
    /* z-index: 35; */
    /* position: relative; */
    color: white;
    border: 2px solid white;
    border-radius: 4px;
    margin: 2rem 6rem 2rem 33vw;
    padding: 4rem 4rem 10rem 4rem;
}

.personModal-info{

}


.personenModalcontent>div:not(:first-child) {
    padding: 0.5rem;
}



.mainDbContainer {
    /* overflow: scroll; */
    display: flex;
    align-items: center;
    position: absolute;
    /* justify-content: space-around; */
    justify-content: space-evenly;
    /* margin-left: 15%; */
    /* margin-right: 15%; */
    /* background-color: beige; */
}

.hidden {
    display: none;
}

.nameListContainer {
    position: absolute;
    z-index: 25;
    left: 4rem;
    top: 0;
    height: 100%;
    width: 25vw;
    /* overflow: auto; */
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
    align-items: center;
    margin: 0 1rem 0 1rem;
}

.nameList {
    height: 70%;
    overflow: auto;
    /* padding: 2rem; */
    direction: ltr;
    /* width: 100%; */
    background-color: #ac20a3;
    transform: translate(0, 0);
    transition: transform 0.5s ease;
    border: 2px solid white;
    border-radius: 4px;
}



.marker-popup {
    font-family: 'Fira Sans';
    cursor: pointer;
    /* background-color: #ac20a3; */
    font-size: 2.5rem;
    width: 450px;
    color: white;
    font-weight: 600;
}
.popup-smallTXT{
    font-size:1.5rem;
    color: gainsboro;
    font-weight: 200;
}

.popup-smallInfo{
    font-size:1.0rem;
    color: gainsboro;
    font-weight: 200;
    text-decoration: underline;
}

.popup-smallInfo:hover{
    color: white;
}

/* override */
.leaflet-popup-content-wrapper{
    background-color: #ac20a3;
    border: 2px solid white;
    border-radius: 4px;
    color: white;
    transition: background-color 0.5s ease;
}

.leaflet-popup-content-wrapper:hover{
    background-color: #54062c;
}

.myCluster {
    font-family: 'Fira Sans';
    font-weight: 600;
    color: black;
    background-color: magenta;
    width: 0;
    height: 0;
    border-radius: 50%;
    /* transition: transform: 0.5s ease; */
    text-align: center;
    line-height: 1.5rem;
    font-size: 0.685rem;
    transform: scale(1.0);
}

.myClusterOrte {
    font-family: 'Fira Sans';
    font-weight: 600;
    color: black;
    background-color: #ac20a34b;
    width: 0;
    height: 0;
    border-radius: 50%;
    /* transition: transform: 0.5s ease; */
    text-align: center;
    line-height: 1.5rem;
    font-size: 0.685rem;
    transform: scale(1.0);
}

.myCluster:hover {
    background-color: magenta;
    /* color: coral; */
    /* font-size: 2rem; */
    transform: scale(2.5);
}

.marker-text-right {
    font-family: 'Fira Sans';
    text-align: left;
    width: max-content;
    position: relative;
    top: -19px;
    left: 10px;
    text-decoration: underline;
    text-decoration-color: #000000;
}

.marker-text-right:hover {
    text-decoration-color: magenta;
    /* translate: scale(2.5); */
    font-size: 1.85rem;
    top: -40px;
    /* background-color: #ac20a3; */
    z-index: 1800;
}

.marker-text-left {
    font-family: 'Fira Sans';
    transform: translateX(-107%);
    text-align: right;
    width: max-content;
    position: relative;
    top: -19px;
    text-decoration: underline;
    text-decoration-color: #000000;
}

.marker-text-left:hover {
    text-decoration-color: magenta;
    /* translate: scale(2.5); */
    font-size: 1.85rem;
    top: -40px;
    /* background-color: #ac20a3; */
    z-index: 1800;
}

.marker-zoom-ort {
    font-family: 'Fira Sans';
    font-size: 3.35rem;
    text-align: left;
    width: max-content;
    position: relative;
    line-height: 1.4;
    top: -50px;
    left: 10px;
    text-decoration: underline;
    text-decoration-color: #000000;
}

#myInput {
    width: 25vw;
    font-size: 1.6rem;
    font-weight: 600;
    border: 2px solid var(--themeAlt);
    padding: 16px 16px 16px 2.5rem;
}

#suche-button-personen {
    font-family: 'Fira Sans', sans-serif;
    color: white;
    background-color: var(--themeAlt);
    width: 25vw;
    font-size: 1.6rem;
    font-weight: 600;
    border: 2px solid white;
    padding: 16px;
    border-radius: 4px;
    position: absolute;
    cursor: pointer;

    -webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate both;
    animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate both;

}

.leaflet-popup-tip {
    background: transparent;
    border: none;
    box-shadow: none;
}


#map-info-box {
    font-weight: 200;
    font-style: italic;
    width: 400px;
    height: auto;
    font-size: 1.0rem;
    border: 2px solid white;
    border-radius: 4px;
    z-index: 35;
    right: 125px;
    top: 8px;
    position: absolute;
    background-color: #ac20a3;
    padding: 1.5rem 2.5rem 1.5rem 1.5rem;
}

#help-button {
    cursor: pointer;
    font-weight: 900;
    width: 40px;
    height: 40px;
    font-size: 3.0rem;
    border: 2px solid white;
    border-radius: 4px;
    z-index: 25;
    right: 125px;
    top: 8px;
    text-align: center;
    position: absolute;
    background-color: #ac20a3;
    padding: 0.5rem 1.5rem 2rem 1.5rem;
    transition: background-color 0.5s ease;
}

#help-button:hover {
    background-color: #54062c;
}

#kopfSVG{
    position: absolute;
    top: 7rem;
    right: 15rem;
    opacity: 0.5;
    width: 16rem;
    height: 16rem;
}

/* ----------------------------------------------
 * Generated by Animista on 2022-12-31 17:25:19
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-center {
    0% {
        background-color: #54062c;

    }

    100% {
        background-color: var(--themeAlt);

    }
}

@keyframes scale-up-center {
    0% {
        background-color: #54062c;
    }

    100% {
        background-color: var(--themeAlt);
    }
}