.no-webp .experts-map {
    background-image: url(/img/deutschlandkarte.png)
}

.webp .experts-map {
    background-image: url(/img/deutschlandkarte.webp)
}

.small-cta-grey {
    display: flex
}

.search-cta-bg {
    background: transparent center center no-repeat;
    width: auto;
    background-size: contain;
    height: 604px
}

.vertical-center-parent {
    display: table
}

.small-bg-right-content {
    display: table-cell;
    vertical-align: middle
}

.city-suggestion-container {
    position: relative
}

.error-field {
    color: #9c0000;
    font-size: 14px;
    display: none
}

.city-suggestions {
    position: absolute;
    top: 85px;
    background: #fff;
    font-size: 16px;
    border-radius: 5px;
    width: 100%;
    box-shadow: 0px 0px 20px #00000040;
    z-index: 5;
    overflow: hidden;
    color: #BF0E93
}

.suggestion-item {
    padding: 5px 15px;
    cursor: pointer
}

.suggestion-item:hover {
    color: #fff;
    background-color: #7067a9
}

@media (max-width: 768px) {
    .search-cta-bg {
        height: 480px
    }
}

