.content-contact-teaser {
    background-color: #f96915;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
.page--dealer-websites .content-contact-teaser__headline {
    font-size: 1.2rem;
}
.content-contact-teaser__address {
    font-size: 1em;
}
.content-contact-teaser__btn-telephone {

font-weight: bold;
}
.content-contact-teaser__main-btn {
    color: #fff;
    margin-left: 0;
    background-color: transparent;
}
.no-touchevents .content-contact-teaser__main-btn:hover {
    color: #f96915;
    background-color: #fff;
    border-color: #fff;
}

/* Type 2 & 3 */
.content-contact-teaser--type-2 {
    background-color: #d9d9d9;
    color: inherit;
}
.content-contact-teaser--type-3 {
    background: url(/typo3conf/ext/mmpackage/Resources/Public/Images/bg-pattern.jpg);
    color: inherit;
}
.content-contact-teaser--type-2 .content-contact-teaser__headline,
.content-contact-teaser--type-3 .content-contact-teaser__headline {
    color: #302e2c;
}
.content-contact-teaser--type-2 .content-contact-teaser__main-btn,
.content-contact-teaser--type-3 .content-contact-teaser__main-btn {
    background-color: #f96915;
    border-color: #f96915;
}
.no-touchevents .content-contact-teaser--type-2 .content-contact-teaser__main-btn:hover,
.no-touchevents .content-contact-teaser--type-3 .content-contact-teaser__main-btn:hover {
    color: #fff;
    background-color: #ee6000;
    border-color: #ee6000;
}