.onemap-contacts {
    position: relative;
}
.onemap-contacts--wide {
    font-size: 16px;
    border: 0;
}
.onemap-contacts__header {
    padding-bottom: .8em;
    font-weight: 700;
    border-bottom: 1px solid #f2f2f2;
    color: #302E2C;
}
.onemap-contacts__list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -20px;
    padding: 0;
}
.onemap-contacts__list-item {
    position: relative;
    width: 100%;
    min-height: 1px;
    display: flex;
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0 20px;
    border-top: 1px solid #f2f2f2;
}
.onemap-contacts--wide .onemap-contacts__list-item {
    border-top: 0;
}
.onemap-contacts__list-item:first-child {
    border-top: 0;
}
.onemap-contacts__contact {
    width: 100%;
    padding: 15px 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
    overflow: hidden;
}
.onemap-contacts--wide .onemap-contacts__contact {
    padding: 12px 5px 12px 0;
}
.onemap-contacts__list-item-headline {
    font-size: 1.1em;
    font-weight: 700;
    color: #302E2C;
}
.onemap-contacts--wide .onemap-contacts__list-item-headline {
    font-size: 1.5em;
    color: #302e2c;
    margin-bottom: .5em;
}
.onemap-contacts__list-item-subheadline,
.onemap-contacts__list-item-subheadline-2 {
    display: block;
}
.onemap-contacts--wide .onemap-contacts__list-item-subheadline {
    font-weight: bold;
}
.it-IT .onemap-contacts__list-item-subheadline {
    display: none;
}
.onemap-contacts__list-item-subheadline-2 {
    font-size: .8em;
}
.onemap-contacts__list-item-details {
    list-style: none;
    margin: 0;
    padding: 0;
}
.onemap-contacts__list-item-detail {
    display: flex;
    align-items: center;
    position: relative;
    list-style: none;
    margin: 10px 0 0;
    padding: 0 0 0 35px;
    min-height: 25px;
}
.onemap-contacts__list-item-detail .svg-icon {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 24px;
    height: 24px;
    color: #f96915;
}
.onemap-contacts__list-item-detail .svg-icon--telephone {
    left: 2px;
    width: 22px;
    height: 20px;
}
.onemap-contacts__list-item-detail--website {
    padding-left: 0;
}
.onemap-contacts__list-item-thumbnail-wrap {
    padding-bottom: 10px;
}
.onemap-contacts__list-item-thumbnail {
    width: 120px;
    max-height: 120px;
}
.onemap-contacts__footer {
    display: flex;
    justify-content: center;
    padding: 30px 12px;
}
.onemap-contacts__footer-btn {
    flex: 0 1 auto;
}

@media ( min-width: 576px ) {
    .onemap-contacts__list-item {
        flex-basis: 50%;
        max-width: 50%;
    }
    .onemap-contacts__list-item:nth-child(2) {
        border-top: 0;
    }
}
@media ( min-width: 768px ) {
    .onemap-contacts--wide .onemap-contacts__list-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media ( min-width: 992px ) {
    .onemap-contacts {
        /* width required for chrome to not compromise the width when the scrollbar is visible */
        width: 100%;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }
    .onemap-contacts--wide {
        overflow: visible;
        height: auto;
    }
    .onemap-contacts--wide .onemap-contacts__list-item {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .onemap-contacts__contact {
        padding: 30px 0;
    }
    .onemap-contacts__list-item-thumbnail {
        width: 160px;
        max-height: 160px;
    }
}
