.content-contact-teaser {
    position: relative;
    background-color: #333;
    color: #fff;
    padding: 20px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.content-contact-teaser__inner {
    overflow: hidden;
}
.content-contact-teaser__headline {
    color: inherit;
    margin-bottom: .5em;
}
.content-contact-teaser__address {
    margin: 1em 0;
    font-style: normal;
    font-size: 1.1em;
}
.content-contact-teaser__buttons {
    margin-top: 2em;
}
.content-contact-teaser__btn {
    position: relative;
    display: inline-block;
    margin: 2px 0;
    max-width: 100%;
    padding: 12px 15px 12px 25px;
    color: inherit;
    text-decoration: none;
}
.no-touchevents .content-contact-teaser__btn:hover {
    text-decoration: none;
}
/* iOS devices append a phone link */
.content-contact-teaser__btn a[href^="tel"] {
    color: inherit;
    text-decoration: none !important;
}
.content-contact-teaser__btn > .svg-icon {
    position: absolute;
    left: 0;
    top: 50%;
    width: 15px;
    height: 15px;
    transform: translateY(-50%);
}
.content-contact-teaser__btn-fax {
    cursor: default;
}
.content-contact-teaser__main_btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
}

/* Type 2 */
.content-contact-teaser--type-2 {
    background-color: #555;
}

/* Type 3 */
.content-contact-teaser--type-3 {
    background-color: #888;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media ( min-width: 992px ) {
    .content-contact-teaser {
        padding: 30px;
    }
}