/* --- LAYOUT --- */
.pb8 { padding-bottom:8px; }

.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }

.mr20 {margin-right: 20px;}

/*Textfarben*/
.txtRot { color: #e60004; }
.txtOrange { color: #f28e00; }
.txtGelb { color: #f0d80e; }
.txtGruen { color: #009836; }
.txtBlau { color: #0068b5; }
.txtSchwarz { color: #000000; }

/*Hintergrundfarben*/
.bgRot { background-color: #e60004; }
.bgGruen { background-color: #009836; }
.bgBlau { background-color:#0068b5; }
.bgOrange { background-color: #f28e00; }
.bgGelb { background-color: #f0d80e; }


/* --- DEBUG --- */
.pm0 { padding:0 !important; margin:0 !important; } /* debugen mit background-color:#f0f !important; */
.ma { margin:auto !important; }
.tac { text-align:center !important; }
