body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
}

#image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}


#form {
	position: absolute;
	bottom: calc(100% - 80%);
	left: calc(100% - 90%);
	height: 452px;
	width: 400px;
	background-color: #9B0000;
	box-shadow: 0px 0px 40px #000000;
	border-radius: 10px;
	z-index: 1000;
}

#form.wrong-password {
	height: 540px;
}

#form.wrong-password.de-lang {
	height: 510px;
}

#form.wrong-password.fr-lang {
	height: 530px;
}


#formholder {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 280px;
	padding-left: 40px;
	padding-right: 40px;

}

.wrong-password #formholder {
	height: 360px;
	bottom: 22px;

}

.wrong-password.de-lang #formholder {
	height: 347px;
}

.wrong-password.fr-lang #formholder {
	height: 376px;
}

#login-label {
	position: relative;
	width: 100%;
	font-size: 32px;
}

#wrong {
	position: relative;
	padding: 8px 5px 8px 5px;
	background: white;
	margin-bottom: 6px;
	text-align: center;
	border-radius: 5px;
}
.login-form {
}

.form-control {
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 16px;
	height: 42px;
	padding-left: 15px;
}

#fp {
	position: relative;
	font-family: Arial;
	width: 100%;
}

#fp a {
	text-decoration: none;
	font-style: italic;
}

#fp a:hover {
	color: #808080;
}

#button button {
	position: relative;
	height: 35px;
	width: 119px;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	background-color: #9B0000;
	cursor: pointer;
}

#button button:hover {
	color: #808080;
	background: #660000;
}

.link-button {
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	background-color: #9B0000;
	cursor: pointer;
	font-size: 16px;
	display: inline-block;
	padding: 4px 20px;
}

.link-button:hover {
	color: #fff;
	background: #660000;
	text-decoration: none;
}

#button input {
	position: relative;
	float: left;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	background-color: #9B0000;
	cursor: pointer;
	font-size: 16px;
}

#lang {
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: #9B0000;
	width: 41px;
	height: 22px;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url("../img/icons/UNFOLD_WHITE.png");
	background-repeat: no-repeat, repeat;
	background-position: right 4px top 50%, 0 0;
	background-size: .65em auto, 100%;
	padding-left: 5px;
}

#lang::-ms-expand {
	display: none;
}

#lang:hover {
	border-color: #808080;
}

#lang:focus {
	border-color: #aaa;
	outline: none;
}

#lang option {
	font-weight: normal;
	background-color: #9B0000;
}

#lang option:hover {
	color: #000000 !important;
	background-color: #FFFFFF !important;
}

#version {
	position: absolute;
	top: 20px;
	right: 15px;
}

#header {
	position: absolute;
	top: 70px;
	left: 40px;
	text-align: left;
	color: #FFFFFF;
	font-size: 40px;
	font-family: 'Officina', sans-serif;
	font-weight: bold;
}

#csp {
	position: absolute;
	top: 117px;
	left: 42px;
	text-align: left;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

#header a:hover {
	color: #808080;
}

#footer {
	position: absolute;
	bottom: 20px;
	text-align: center;
	font-size: 16px;
	width: 100%;
}

/* .stay-logged */
.stay-logged {
	width: 200px;
	position: absolute;
	top: 8px;
	left: 40px;
	font-size: 11px;
	font-family: Arial;
}

.stay-logged label {
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 5px;
	border: 1px solid #FFF;
}

.stay-logged label:after {
	content: '';
	width: 9px;
	height: 5px;
	position: absolute;
	top: 5px;
	left: 5px;
	border: 3px solid #fcfff4;
	border-top: none;
	border-right: none;
	background: transparent;
	opacity: 0;
	transform: rotate(-45deg);
}

.stay-logged label:hover::after {
	opacity: 0.3;
}

.stay-logged span {
	font-size: 11px;
	position: absolute;
	top: 2px;
	left: 25px;
}

input[type=checkbox] {
	visibility: hidden;
}

input[type=checkbox]:checked + label:after {
	opacity: 1;
}

/* end .stay-logged */

/* warning */

#browser-warning {
	display: none;
	box-sizing: border-box;
	position: absolute;
	top: 0px;
	left: 0px;
	height: auto;
	width: 326px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 40px #000000;
	border-radius: 10px;
	font-family: offi;
}

#bw-title {
	position: relative;
	float: left;
	padding-left: 65px;
	padding-top: 25px;
	width: 236px;
}

#bw-text {
	position: relative;
	float: left;
	padding-left: 65px;
	padding-top: 15px;
	width: 290px;

}

#bw-links-text {
	position: relative;
	float: left;
	padding-left: 65px;
	padding-top: 15px;
	width: 290px;
}

#bw-links-container {
	position: relative;
	float: left;
	height: 40px;
	width: 236px;
	margin-top: 15px;
	margin-bottom: 25px;
	font-size: 16px;
	color: #000000;
}
.browser-link {
	position: absolute;
	width: 50px;
	height: 50px;
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: center;
	padding:10px;
	border-radius: 10px;
}
.browser-link:hover {
	box-shadow: 0px 0px 10px 2px #ccc;
}
#bw-chrome-link {
	background-image: url("../img/browser_logos/chrome_color.svg");
	left: 88px;
}
#bw-firefox-link {
	background-image: url("../img/browser_logos/firefox_color.svg");
	left: 154px;
}
#bw-edge-link {
	background-image: url("../img/browser_logos/edge_color.svg");
	left: 220px;
}

/* end of warning */

/* imprint & terms */

#versions-holder {
	position: absolute;
	top: 10px;
	left: 20px;
	height: 20px;
}

.versions-label {
	font-size: 14px;
	font-family: Arial;
	text-decoration: none;
	color: #fff;
	position: relative;
	float: left;
	margin: 0px 0px;
	text-shadow: 4px 4px 4px rgba(0, 0, 0, 1), -4px -4px 4px rgba(0, 0, 0, 1), -4px 4px 4px rgba(0, 0, 0, 1), 4px -4px 4px rgba(0, 0, 0, 1);
}


#terms-holder {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	height: 28px;
	line-height: 28px;
	width: 300px;
	text-align: center;
	margin: 0 auto;
	border-radius: 5px 5px 0 0;
	background: rgb(255,255,255, 0.5);
}

.terms-link {
	position: relative;
	cursor: pointer;
	text-shadow: 0 0 15px white;
}
.sub-link-separator {
	padding: 0 8px;
}

.terms-link:hover {
	color: #808080;
}

.disabled {
	opacity: 0.5;
	pointer-events: none;
	cursor: default;
}

/* end of imprint & terms */


div.form-group-error input{
	position: relative;
}

div.form-group-error:after{
	content: '';
	position: absolute;
	top: 25%;
	right: 10px;
	height: 20px;
	width: 20px;
	text-align: center;
	color: black;
	font-size: 15px;
}

.form-bottom{
	display: flex;
	justify-content: flex-end;
}

.input-error {
	border: 1px solid black !important;
}

.spinner-icon  {
	height: 18px;
	width: 18px;
	animation: fa-spin 1.3s infinite linear !important;
}
