@media(max-width:768px){
.popup-wrapper {
    max-width: 100%!important;
}
.popup-wrapper {
    max-width: 100%;
}
img.popup-img {
    max-width: 60%!important;
}
}
.popup-wrapper {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
}
img.popup-img {
    max-width: 30%;
    
}
.popup-images {
    text-align: center;
}
h1.popup-title {
    text-align: center;
    margin:60px;
    margin-bottom:0px
}
h2.popup-subtitle {
    text-align: center;
    margin-bottom:60px;
}
.popup-content {
    background-color: #173c5f;
    padding: 50px;
    color: white;
}
body {
    background-image: url(https://wasserwiki.eu/Quellenkarte/hintergrund.jpg);
    font-family: Arial;
}
a {
    color: grey;
    text-decoration:none;
}
a.button {
    background-color: aliceblue;
    padding: 7px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}
a.button:hover {
    background-color:#717579;
    color:white;
    padding: 8px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}
.popup-footer {
    text-align: center;
}
img.wiki-logo {
    width: 160px;
    padding:10px
}
p.popup-description {
    margin-top: 40px;
    margin-bottom: 30px;
}
.popup-map-container {
    width: 100%;
    max-width: 100% !important;
    height: 450px;
    overflow: hidden;
    display: flex;
    justify-content: center; /* Zentriert das iFrame horizontal */
    align-items: center; /* Zentriert das iFrame vertikal */
}
.popup-links {
    margin-bottom: 40px;
}
