/** maps */
.map {
    clear: both;
    position: relative;
    transition: .25s ease-out;
}

.js .map {
    height: 380px;
}

.js #content-header .map {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
}

.map .mapArea {
    height: 100%;
}

/*.map .gm-style > .gmnoprint { display: none; } !* controls *!*/
/*.map .gm-style-cc { display: none; } !* Fehler melden *!*/
/* cookie-hint */
.map .map--cookie-hint--image {
    background-size: cover;
}

.map .map--cookie-hint--terms .more {
    color: #FFF;
}

.map .map--cookie-hint--terms .load-map {
    padding: 5px 15px;
}

.map .map--cookie-hint--terms .checkbox label {
    line-height: 1;
}

.map .map--cookie-hint--terms .input-custom {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

/* info */
.map .data-gmap-options-content {
    display: none;
}

.map .name {
    font-size: var(--base-font-size);
    font-weight: 400;
    margin: 0 0 5px;
}

.map p {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 3px;
}

.map p:last-child {
    margin-bottom: 0;
}