@charset "utf-8";
/* CSS Document */

.linksbuendig {
    text-align: left;
}

.rechtsbuendig {
    text-align: right;
}

.mittig {
    text-align: center;
}

.blocksatz {
    hyphens: auto;
    text-align: justify; /* für Edge */
    moz-text-align-last: justify; /* für Firefox vor 58.0 */
}


/* Hindergrund Bootstrap ändern überschreiben */

:root { --custom-body-bg: #2E2E2E; }

html, body { height: 100%; }

body { background-color: var(--custom-body-bg) !important; }

/* # # # # # # # # # # # # # # # # # # # # # # # # # # # # #*/


.footer_wb {
    FONT-SIZE: 11px;
	COLOR: #B1B4B7;
	text-align: left;
	font-weight: normal; }
