/* Ausblenden des oberen Bereichs Kalkulationsebene */

.detail-content .row-eq-height {
    display: none;
}

.detail-content .row .col-md-12 h2 {
    margin-top: 0px;
}

/* Ausblenden Background Startseite */

.section-bg-tb {
	display: none
}

.prelogin.section-bg-tb {
	display: block
}