/*CSS login bereich----------------------------------------------------------------------------------------------------------------------------*/
.section{
	min-height: 100vh;
	align-items: stretch;
	padding: 0;
}
.lo_langswitch{
	position: absolute;
	z-index: 100;
	top: 20px;
	right: 20px;
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	gap: 20px;
	padding: 8px;
	box-align: center;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.4); /* leicht transparent */
  	backdrop-filter: blur(10px); /* macht das Dahinter unscharf */
  	-webkit-backdrop-filter: blur(10px); /* für Safari */
}
.lo_langswitch_con{
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	gap: 6px;
}
.lo_langswitch_flag{
	width: 20px;
}
.lo_langswitch_text{
	margin: 0;
	font-size: 14px;
}
.lo_langswitch_arrow{

}
.lo_left{
	position: relative;
	width: 50%;
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	flex-direction: column;
}
.lo_bgpad{
	position: absolute;
	z-index: 1;
	width: 100%;
	top: 0px;
}
.lo_coptext{
	margin: 0;
	position: absolute;
	left: 20px;
	bottom: 20px;
}
.lo_conbox{
	position: relative;
	z-index: 10;
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	flex-direction: column;
	gap: 50px;
	width: min(90vw, 23rem);
}
.lo_form_head{
	width: 100%;
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	flex-direction: column;
	gap: 10px;
}
.lo_form_pic{
	width: 50px;
}
.lo_logopic_gohome{
	cursor: pointer;
}
.lo_form_headtext{
	font-size: 28px;
	text-align: center;
	color: #1D2433;
  	font-weight: 700;
  	margin: 0;
}
.lo_form_text{
	text-align: center;
	margin: 0;
	color: #535862;
}
.lo_form_mid{
	width: 100%;
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	flex-direction: column;
	gap: 10px;
}
.lo_form_questwrapper{
	width: 100%;
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: flex-start;
	flex-direction: column;
	gap: 5px;
}
.lo_form_labeltext{
	color: #414651;
	font-size: 14px;
	font-weight: 600;
}
.lo_form_input{
	width: 100%;
	font-size: 16px;
	height: 46px;
	border: 1px solid #d5d7da;
	border-radius: 10px;
	padding-left: 10px;
	box-sizing: border-box;
}
.lo_form_xinfobox{
	width: 100%;
	display: flex;
	justify-content: space-between;
	justify-items: center;
	align-items: flex-start;
}
.lo_form_checkbox{
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	gap: 5px;
}
input[type="checkbox"] {
  accent-color: #3A296D; /* Farbe des Kästchens + Häkchen */
  width: 15px;
  height: 15px;
}
.lo_form_forgotpw{
	color: #3A296D;
	font-size: 14px;
	text-decoration: none;
	font-weight: 600;
}
.lo_form_bot{
	width: 100%;
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	flex-direction: column;
}
.lo_form_submit{
	width: 100%;
	background: none;
	border: none;
	background-color: #3a296d;
	border-radius: 20px;
	color: white;
	font-weight: 500;
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	height: 46px;
	font-size: 16px;
	cursor: pointer;
	transition: background-color .4s linear;
}
.lo_form_submit:hover{
	background-color: #765cc1;
}
.lo_form_underline{
	text-align: center;
	margin: 0;
	color: #535862;
}
.lo_form_botlink{
	color: #3A296D;
	text-decoration: none;
	font-weight: bold;
}
.lo_right{
	position: relative;
	width: 50%;
	display: flex;
	justify-content: flex-end;
	justify-items: center;
	align-items: center;
	flex-direction: column;
	background-image: url(../bilder/login/login_kd.jpg);
	background-size: cover;
	background-position-x: 0%;
	background-position-y: 0%;
	padding: 60px;
	padding-bottom: 120px;
	box-sizing: border-box;
}
.lo_kd_rightpic{
	background-position-x: 20%;
	background-image: url(../bilder/login/login_kd.jpg);
}
.lo_right::before{
	content: "";
	position: absolute;
  	inset: 0; /* shorthand für top: 0; right: 0; bottom: 0; left: 0; */
  	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  	z-index: 1; /* hinter dem Content, aber über dem Background */
}
.lo_rebox{
	z-index: 5;
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: flex-start;
	flex-direction: column;
	width: 100%;
	gap: 20px;
}
.lo_rebox_header{
	font-size: 32px;
	line-height: 40px;
	font-weight: 600;
	color: white;
	margin: 0;
}
.lo_rebox_text{
	color: white;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	width: 90%;
}
.lo_rebox_stylebox{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	justify-items: center;
	align-items: center;
	gap: 20px;
}
.lo_rebox_people{

}
.lo_rebox_starwra{
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: flex-start;
	flex-direction: column;
	gap: 8px;
}
.lo_rebox_starbox_top{
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	gap: 12px;
}
.lo_rebox_starspic{

}
.lo_rebox_startext{
	color: white;
	margin: 0;
}
.lo_rebox_starunderliner{
	color: white;
	margin: 0;
}
/*passwort zurücksetzen zusatzklassen*/
.lo_pwres_box{
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	gap: 12px;
}
/*Passwort neu eingeben zusatzklassen*/
.lo_pwconf_xbox{
	width: 100%;
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: flex-start;
	flex-direction: column;
	gap: 10px;
}
.lo_confpw_text{
	font-size: 14px;
	color:#535862;
	margin: 0;
}
.gruen {
  filter:  hue-rotate(270deg) saturate(2000%);
}
.rot {
  filter: none;
}
.lo_error{
	color:red;
	margin: 0;
}
@media only screen and (max-width: 1650px) {
	.lo_rebox_header{
		font-size: 28px;
		line-height: 38px;
	}
}
@media only screen and (max-width: 1530px) {
	.lo_rebox_text{
		width: 100%;
	}
}
@media only screen and (max-width: 1100px) {
	.lo_rebox_header{
		font-size: 22px;
		line-height: 32px;
	}
	.lo_rebox_text{
		font-size: 14px;
		line-height: 18px;
	}
}
@media only screen and (max-width: 920px) {
	.lo_right{
		display: none;
	}
	.lo_left{
		width: 100%;
	}
}