/* CSS Document */
.mod_FhbCteSeminarDetailExtraContentElements {
    border-top: 1px solid darkgray;
    margin: 3em 0;
}
.ce_rsce_amortisationsrechner {
    position: relative;
    padding-left: 3.5em;
    margin-top: 3em;
}
.ce_rsce_amortisationsrechner h2 {
    margin-top: 0;
}
.ce_rsce_amortisationsrechner:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    background-size: contain;
    width: 3em;
    height: 2em;
    background: transparent url(/files/themes/fhb/images/svg-icons/fhb-icon-amortisationsrechner.svg) center center no-repeat;
}
.ce_rsce_amortisationsrechner .inner {
    background-color: white;
    padding: 20px;
}

.seminar-faq {
    position: relative;
    padding-left: 3.5em;
    margin-top: 3em;
}
.seminar-faq h3 {
    font-size: 22px;
    font-weight: 400;
    margin-top: 0;
}
.seminar-faq:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    background-size: contain;
    width: 3em;
    height: 2em;
    background: transparent url(/files/themes/fhb/images/svg-icons/fhb-icon-faq.svg) center center no-repeat;
}
.seminar-faq .ce_accordion .toggler {
    background: white;
}