DOWNLOADS

Allgemeine Produktunterlagen (Prospekte, Flyer etc.)

/* ////////////////////////////////// */ /* Abstände und Breite neu definieren */ /* ////////////////////////////////// */ .section-download { padding-top: calc(100vw * 0.06); padding-bottom: 0px; margin-bottom: 0px; } /* Section FAQ */ .section-faq { margin: 0px 0 120px 0; } .section-faq .faq__list .d-block { margin-right: 10px; width: 100%; } @media (min-width: 992px) { #section-faq .col-lg-7 { flex: 0 0 100%; max-width: 100%; } #section-faq .container { max-width: 1800px; margin: auto; } } /* FAQ List styling */ #section-faq p { margin: 0 0px 0px 0px; } #section-faq a { display: block; position: relative; padding: 22px; border-bottom: 2px solid rgba(0, 0, 0, 0.08); padding-left: 69px; } #section-faq p:last-child a { border-bottom: none; } #section-faq a:before { content: ''; width: 29px; height: 29px; background: url(/wp-content/uploads/2022/09/globe_black.svg); position: absolute; margin-left: -44px; margin-top: 2px; } /* Hover */ #section-faq a:hover { background: #018086; color: #fff; } #section-faq a:hover:before { background: url(/wp-content/uploads/2022/08/globe_weiss.svg); }