h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #fff;
}

h1dark, h2dark, h3dark, h4dark, h5dark, h6dark, .h1dark, .h2dark, .h3dark, .h4dark, .h5dark, .h6dark {
    color: #2e2e33;
}

footer-margin {
	margin: 0, 0, 0, 0;
  	padding: 0, 0, 0, 0;
}

/* 1. Template-Abstände (oben unter Navigation & unten über Footer) entfernen */
#t4-mainbody,
#t4-mainbody .t4-section-inner,
#t4-mainbody .t4-col.component {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* 2. Erste Zeile im Page Builder bündig an die Navigation anlegen */
#sp-page-builder .page-content > section:first-of-type {
    padding-top: 0 !important;
}

/* 3. Letzte Zeile im Page Builder bündig an den Footer anlegen */
#sp-page-builder .page-content > section:last-of-type {
    padding-bottom: 0 !important;
}

/* Container-Begrenzung für den Inhaltsbereich komplett aufheben */
#t4-mainbody .t4-section-inner.container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Innenabstände der Komponentenspalte entfernen */
#t4-mainbody .t4-col.component {
    padding-left: 0 !important;
    padding-right: 0 !important;
}