html, body {
	margin: 0;
	height: 100%;
	width: 100%;
	/* open sans light */
	font-family: 'Open Sans';
	font-size: 14px;
}

#footer {
	/* dont let the footer use layout-space */
	margin-top: -50px;
	text-align: center;
	font-size: 13px;
	line-height: 50px;
}

.footerLinks {
	margin: 0;
	padding: 0;
}

.footerLinks li {
    display: inline-block;
    padding: 0 10px;
}

.footerLinks li img {
	height: 35px;
	vertical-align: middle;
}

#contentWrapper {
	/* horizontally center main content */
	text-align: center;
	/* background */
	background-image: linear-gradient(#fff, #fff);
}

#content {
	/* pusher for sticky footer */
	margin-bottom: 50px; /* height of #footer */
	/* no full width */
	display: inline-block;
	/* align text left again */
	text-align: left;
	/* content text color */
	color: #555555;
}

#contentTable td {
	/* phone and form should align top */
	vertical-align: top;
}

/* LEFT COLUMN */
.left {
	width: 400px;
	position: relative;
}

/*  */


/* RIGHT COLUMN */
.right {
	width: 440px;
}

/* phone image */
.left img {
	/* match column width */
	width: 100%; 
}

.left.topLogo {
	width: 350px;
	position: relative;
	right: 30px;
}

.left .loginLogo {
	position: absolute;
	left: 94px;
	width: 219px;
	top: 112px;
	height: 301px;
	padding: 26px;
	box-sizing: border-box;
	background-image: url('../javax.faces.resource/.xhtml?ln=img');
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center;
	background-origin: content-box;
}


.mobileLogo {
	text-align: center;
}
.mobileLogo img {
	max-height: 150px;
	max-width: 100%;
}

/* caption */
.heading {
	font-size: 40px;
	margin-bottom: 24px;
	text-align: center;
	margin-top: 0px;
	letter-spacing:0.5px;
}

/* fieldsets */
fieldset {
	text-align: center;
	padding: 0px;
	margin: 0px;
	border: none;
}

/* spacing between fieldsets*/
fieldset+fieldset, form+form {
	margin-top: 12px;
}

fieldset+fieldset.smallSpace {
	margin-top: 24px;
	margin-bottom: 24px;
}

fieldset+fieldset.mediumSpace {
	margin-top: 24px;
}

fieldset+fieldset.bigSpace {
	margin-top: 25px;
}

/* AGB CHECKBOXES */
.optiongroup + .optiongroup {
	margin-top: 15px;
}

fieldset input, fieldset button {
	width: 100%;
	height: 42px;
	/* sonst würde nicht der gesammt input 100% breit sondern allein nur der content, und border etc wuerde es verbreitern */
	box-sizing: border-box;
	text-align: center;
	background: none;
	border: 1px solid #555555;
	color: inherit;
}

.captcha {
	display: flex;
	align-items: center;
}
.captcha .captchaImage {
	height: 42px;
	width: 168px;
	flex: 0 0 auto; 
	margin-right: 10px;
}
.captcha .captchaReload {
	height: 20px;
	width: 20px;
	flex: 0 0 auto;  
	margin-right: 10px;
}

fieldset button img {
	width: 22px;
	height: 22px;
	vertical-align: middle;
}
fieldset button span {
	vertical-align: middle;
}

#registerSpinner, #loginSpinner, #forgotSpinnerStart, #forgotSpinnerLogin {
	line-height: 0;	
}

#registerSpinner img, #loginSpinner img, #forgotSpinnerStart img, #forgotSpinnerLogin img {
	height: 42px;
}

/* right */
#next {
	width: 100px;
	float: right;
}

/* regster and forgot buttons*/
.forgotPassword {
	width: 100%;
	border-left: none;
	border-right: none;
}

#register {
	border-left: none;
}

/* bottom logos */
.logos {
	/* distance between logos and form*/
	margin-top: 34px;
	text-align: center;
}

#appstorelogo, #playstorelogo {
	margin: 0 6px;
}

.mainButton {
	background-color: #555555;
	text-transform: none;
	border-width: 0px;
	color: #ffffff;
}

.facebookButton {
	background-color: #3b5998;
	text-transform: none;
	border-width: 0px;
	color: #ffffff;
}

.meinBildungsraumButton {
	background-color: ${material.meinBildungsraum.background.color};
	border-width: 0px;
	font-family: 'BundesSans Web';
	display: flex;
	padding: 8px 22px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.20), 0px 2px 2px 0px rgba(0, 0, 0,
	0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
	color: #000000;
	font-size:  15px;
	font-weight:  500;
	letter-spacing:  0.46px;
}

/* takes remaining space next to float elements https://stackoverflow.com/questions/1260122/expand-a-div-to-take-the-remaining-width#1767270 */
.floatCatcher {
	width: auto;
	overflow: hidden;
}

.control-group.error, .errorMessage {
	color: #CF271F;
	float: left;
	text-align: left;
}

.globalMessage {
	color: #7CAB1C;
	margin-bottom: 12px;
}

a {
	/* remove visited color */
	color: inherit;
}

#footer {
	background: #555555;
	color: #fff;
}

#footer a {
	/* no underlines */
	text-decoration: none;
}

button {
	cursor: pointer;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-family: 'Open Sans';
	font-size: 14px;
}
::-moz-placeholder { /* Firefox 19+ */
	font-family: 'Open Sans';
	font-size: 14px;
}
:-ms-input-placeholder { /* IE 10+ */
	font-family: 'Open Sans';
	font-size: 14px;
}
:-moz-placeholder { /* Firefox 18- */
	font-family: 'Open Sans';
	font-size: 14px;s
}

.agbCheckboxTable {
	text-align: left;
	letter-spacing:0.5px;
	margin-left:5px;
}

.agbCheckboxTable td:nth-child(2) {
	padding-left: 10px;
}

.agbCheckboxTable input[type=checkbox] {
	height: auto;
	width: auto;
}

/* SHOW NORMAL CHECKBOXES IN PRIMEFACES 6, because the new component.css is loaded */
#content .ui-helper-hidden-accessible{clip:auto;position:static!important;width:auto;height:auto;overflow:visible;margin:0;padding:0}
/* Hide artificial checkbox */
#content .ui-chkbox .ui-chkbox-box {display: none;}

/* RESPONSIVE */
.mobile {
	display: none;
}

@media screen and (max-width: 849px) {
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}
	/* caption */
	.heading {
		font-size: 35px;
	}
}

.numberinputfields-web {
	width: 50pt;
	padding-left:5px
}
.nowrap {
	white-space: nowrap;
}