.vl-google-maps .gmap-opt-in-wrap {
    background-image: url(../img/maps.png);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 100%;
}
.vl-google-maps .gmap-opt-in-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 80%;
    color: rgb(20%,20%,20%);
    background-color: rgba(255,255,255,0.9);
    padding: 10px;
    border-radius: 0.5em;
    line-height: 1.3em;
    text-align: center;
    font-size: 16px;
}
.vl-google-maps .vl-maps-headline {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    cursor: pointer;
}

.vl-heading-wrapper
{
    position: relative;
}
.vl-heading-wrapper .subheadline {
    margin: 0;
    position: relative;
    z-index: 9;
    padding: 5px 0;
}
.vl-heading-wrapper .balken {
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 5;
}

