html {
	height:100%;
}
body {
	/*background-image:url('../gfx/background2.jpg');
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	background-attachment: fixed;*/
}
body:before {
	content: "";
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
	background: url('../gfx/background2_bw.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
main {
	background:rgba(255, 255, 255, .8);
	background-image:url('../gfx/stern_bg.png');
	background-repeat:no-repeat;
	background-position: right top;
	color:#000;
	padding:3rem !important;
}
div#logobar {
	text-align:right;
	margin-bottom:2rem;
}
img#logo {
	width:35%;
	min-width:330px;
}
div#welcomeblock {
	margin:0;
	padding-bottom:0;
}
ul#accountfeatureslist {
	list-style-type:none;
}
ul#accountfeatureslist li {
	margin-bottom:0.5rem;
}
ul#accountfeatureslist .fa-solid {
	color:#135E9D;
	font-size:1.25rem;
	line-height:75%;
	display:inline-block;
	width:20px;
	text-align:center;
}
h1 {
	font-weight:bold;
	font-size:1.5rem;
	margin:0.5rem 0 2rem 0;
}
h2 {
	font-weight:bold;
	font-size:1.25rem;
	margin:0.5rem 0 1.5rem 0;
}
span#forgotpwlink {
	padding-left:2rem;
}
footer {
	background-color:#0A3255;
	color:#fff;
	font-size:0.9rem;
	padding:3rem 3rem 1.5rem 3rem !important;
	opacity:0.8;
}
footer a {
	color:#fff;
}
footer a:hover {
	color:#fff;
	font-weight:bold;
}
footer div {
	margin-bottom:1.5rem;
}
footer img {
	width:200px;
	margin:0 0 1rem 0;
}
.btn-primary {
	background: linear-gradient(#1F6EBF, #195491);
	border-color:#257CD5;
	color:#fff;	
	text-shadow:1px 1px 1px #000;
}
.btn-primary:hover {
	background: linear-gradient(#19599C, #13416F);
	color:#fff;
	text-shadow:1px 1px 1px #000;
}
.btn-bold {
	font-weight:bold;
}
.btn-secondary {
	background: linear-gradient(#FCFCFC,#F1F1F1);
	border:1px solid #999;
	color:#222;
}
.btn-secondary:hover {
	background: linear-gradient(#F5F5F5,#E0E0E0);
	border:1px solid #999;
	color:#111;
}

div.logincolumnscontainer > div {
	padding-top:2.5rem;
}
div#loginbuttonrow {
	margin-top:1rem;
}
button#btnlogin {
	padding-left:2rem;
	padding-right:2rem;
}
span#forgotpwlink {
	margin-top:1rem;
}
@media (max-width: 767px) {
	main {
		background-image:none;
	}
	div#logobar {
		text-align:center;
	}
	img#logo {
		width:100%;
		min-width:250px;
	}
}
@media (min-width: 768px) {
	div.logincolumnscontainer > div:first-child {
		padding-right:3rem;
	}
	div.logincolumnscontainer > div:last-child {
		padding-left:1rem;
	}
}





/* Allgemein */
div.pagetools {
	text-align:right;
}

