/* Header: Farben (roter Stil) */


:root {
	--primary: #e2001a;
	--primary-SD: #e2001a;
	--warning: #e2001a;
	--label: #e2001a;
	--numbers: #e2001a;
	--light-blue: #e1ebf6;
	--medium-blue: #77afe7;
	--standard-blue: #1467BA;
	--dark-blue: #0E4883;
	--purple: #6c127b;
	--dark-green: #00781a;
	--light-grey: #f2f2f2;	
	--middle-grey: #ccc;
	--table-lines-grey: #777;
	--dark-grey: #555;
	--headings: #555;
	--black: #000;
	--white: #fff;
	font-size: 16px;
	color: #111;
}

/*
.smc-main-ct > .x-panel-header {
    font-family: "Segoe UI", "Lucida Sans", Arial, sans-serif;
    background-size: 0px;
    background-color: #e2001a !important;
    font-size: 0px;
    overflow: visible;
    border-color: #e2001a;
}

.x-panel-header-title-default {
	font-family: "Segoe UI", "Lucida Sans", Arial, sans-serif;
	color: #ffffff;
	line-height: 32px;
}

.hintergrundIcon {
	background-color: #e2001a;
}

.hintergrundIconRund {
	background-color: #e2001a;
	border-radius: 100%;
} */