﻿/* =========== */
/* Hauptseiten */
/* =========== */
body.LOGStart {
	background:   White;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	margin-top :  10%;
	margin-left : 0px;
}
body.ALLStart {
	background:   White;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	margin-top :  8%;
	margin-left : 0px;
}

body.ALLStartKeycloak {
	background:   White;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	margin-top :  0px;
	margin-left : 0px;
}
/* ======================== */
/* Diverse Styles für Links */
/* ======================== */
a.ALLImprint {
	color: #7E7E7E;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
}
a.ALLImprint:visited {
	color: #7E7E7E;
	font-size : 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
a.ALLImprint:active {
	color: #7E7E7E;
	font-size : 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
a.ALLImprint:hover {
	color: #515151;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
}

/* =========================== */
/* Diverse Styles für Aussehen */
/* =========================== */
p.text11px {
	color:#435758;
	cursor:default;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
}
p.text11pxred {
	color:#C00000;
	cursor:default;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
}
p.Impresstext11px {
	color:#435758;
	cursor:default;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height: 130%;
}
.PORTALstyle1 {
	color: #435758;
	font-weight: bold;
	line-height: 130%;
}
.PORTALstyle2 {
	color: #91A9AA;
	font-weight: bold;
	line-height: 130%;
}
.PORTALstyle3 {
	color: #39467C;
	font: 20px/100% Tahoma, Arial, Helvetica, sans-serif;
}
.LOGstyle1 {
	color: #435758;
	font-weight: bold;
	line-height: 130%;
}
.LOGstyle2 {
	color: #91A9AA;
	font-weight: bold;
	line-height: 130%;
}
.LOGstyle3 {
	color: #39467C;
	font: 12px/130% Arial, Helvetica, sans-serif;
}
fieldset.PORTAL {
	width: 520px;
	border: 1px solid #8C8C8C;
}
fieldset.UC {
	width: 98%;
	border: 1px solid #8C8C8C;
}
legend.PORTAL {
	color: #4D6465;
	font: bold 12px/130% arial, verdana, futura, helvetica, sans-serif;
}
fieldset.LOG {
	width: 520px;
	border: 1px solid #8C8C8C;
}
fieldset.IMPRESS {
	width: 600px;
	border: 1px solid #8C8C8C;
}
fieldset.MSG_OK {
	width: 480px;
	border: 2px solid #00C000;
	margin: 10px 20px 20px 20px;
	background: white;
}
fieldset.MSG_ERR {
	width: 480px;
	border: 2px solid #C00000;
	margin: 10px 20px 20px 20px;
	background: white;
}
legend.MSG {
	color: #4D6465;
	font: bold 13px/130% Tahoma, 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* ========================== */
/* Diverse Styles für Eingabe */
/* ========================== */
.LOGInput50 {
	color: Black;
	font-size : 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	width: 50;
}
.LOGInput100 {
	color: Black;
	font-size : 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	width: 100;
}
.LOGInput150 {
	color: Black;
	font-size : 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	width: 150;
}
.LOGInput200 {
	color: Black;
	font-size : 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	width: 200;
}
.LOGSelect50 {
	color: Black;
	background: #FFFFFF;
	font-size : 11px;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	width: 50;
}
.LOGSelect100 {
	color: Black;
	background: #FFFFFF;
	font-size : 11px;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	width: 100;
}
.LOGSelect150 {
	color: Black;
	background: #FFFFFF;
	font-size : 11px;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	width: 150;
}
/* ========================= */
/* Diverse Styles für Footer */
/* ========================= */
td.ALLFooter {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B2B2B2;
}

.container-login100 {
	width: 100%;
	min-height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 15px;
	position: relative;
	z-index: 1;
}

.container-login100::before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url('../images/login/background.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: 0 !important;
}