.karten-ct-ungarn {
    position: relative;
    max-width: 85vh;
    margin: 0 auto;
}

.karte-ungarn {
    width: 100%;
    height: auto;
    padding: 0;
}


/* cities */

.budapest {
    bottom: 61%;
    left: 42%;
}

.zalaegerszeg {
    bottom: 38%;
    left: 9%;
}

@media screen and (max-width: 992px) {
    .budapest {
        left: 40%;
    }

    .zalaegerszeg {
        left: 8%;
    }
}

@media screen and (max-width: 500px) {
    .budapest {
        left: 40%;
    }

    .zalaegerszeg {
        bottom: 37%;
        left: 7%;
    }
}

