.maps-accept-layer {
    width: 100%;
    height: 100%;
    background-image: url("../img/karte-suche-1920x485.jpg");
    background-size: 100% 100%;
    box-shadow: inset 0 0 0 2000px rgba(2, 2, 2, 0.49);
}

.maps-accept-container {
    margin: 0 auto;
    width: 25%;
    text-align: center;
    padding-top: 7.5%;
}

.maps-accept-svg-container {
}

.maps-accept-svg {
    width: 52%;
    height: 17%;
}

.maps-accept-text {
    color: white;
    padding-top: 2%;
    padding-bottom: 2%;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.1px;
}

.maps-btn {
    border: 2px solid black;
    background-color: white;
    color: black;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
}

.transparent {
    border-color: white;
    color: white;
    background-color: transparent;
}

.maps-accept-btn {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.transparent:hover {
    background: rgba(0, 0, 0, 0.6);
}