
.map-ask.notplaying {
    height: 250px;
    width: 100%;
    position: relative;
    outline: none;
    background: url(../img/karte.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.map-block {
    top: 50%;
    left: 0;
    position: absolute;
    padding:20px 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    background-color: #fff;
    color: #000;
}
.map-block p {
    margin: 10px;
}
.map-play {
    color: #fff;
    background-color: #7a787a;
    padding: 8px 12px;
    border-radius: 0px;
    border: none;
}
.map-play::hover {
background-color: #6fce10;
}