.service-page #content section.section-netzabdeckung {
padding: 0;
margin-top: 0;
}
.service-page #content section.section-netzabdeckung .article {
width: 100% !important;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
}
@media (max-width: 767px) {
.service-page #content section.section-netzabdeckung .article {
display: block;
}
}
.service-page #content section.section-netzabdeckung .article .image {
flex: 1 0 auto;
margin: 0;
}
@media (max-width: 767px) {
.service-page #content section.section-netzabdeckung .article .image {
margin: 24px 0;
text-align: center;
}
.service-page #content section.section-netzabdeckung .article .image img {
display: inline-block;
}
}
@media (max-width: 767px) {
.service-page #content section.section-netzabdeckung .article .image img {
margin: 0;
}
}
.service-page #content section.section-netzabdeckung .article .body-text {
margin: 32px 0;
}
@media (max-width: 767px) {
.service-page #content section.section-netzabdeckung .article .body-text {
margin: 0 0 24px 0;
}
}
.service-page #content section.section-netzabdeckung .article .h2 {
font-size: 28px;
}
.teaser.teaser-invert.teaser-trust-bar-netzabdeckung {
background-color: #0072BC;
}
.teaser.teaser-invert.teaser-trust-bar-netzabdeckung:hover {
background-color: #0072BC;
border-color: #7814B3;
color: #7814B3;
}
.teaser.teaser-invert.teaser-trust-bar-netzabdeckung:hover .content .headline {
color: #7814B3;
}