.frontpage div.text input, .frontpage div.password input, .frontpage div.input.text input {
	width: 100%;
}

.frontpage div.submit {

	position:absolute;
	right:17px;
	bottom:17px;
}

.frontpage .green {
	color:#becd00;
}

#loginContainer {
	width: 340px;
	margin:0 10px 0 0;
	padding:17px;
	height:327px;
	position:relative;
	line-height:18px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#teaserContainer {
    float: right;
    width: 587px;
    height: 363px;
    background-image: url(/img/frontend/pages/home/fall_image.jpeg);
	background-size: cover;
    display: flex;
	align-items: center;
    position: relative;
}

#teaserContainer h1 {
	display: block; /* normaly block */
	color: #fff;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 0;
	margin-left: auto;
    margin-right: auto;
	text-shadow: 4px 4px 6px #000000;
}

#teaserContainer h1 span.part-1 {
	font-size: 24px;
	font-weight: bold;
}
#teaserContainer h1 span.part-2 {
	font-size: 20px;
	position: relative;
}
#teaserContainer h1 span.part-3 {
	font-size: 24px;
	font-weight: bold;
}

.frontpage h1 {
	color:#004169;
	margin-bottom:0;
}
#loginContainer a {
	color: #becd00;
	text-decoration: underline;
}
#login-errors {
	font-weight: bold;
}


.frontpage p {
	margin:10px 0 10px;
}


div.UserSave {
	height:auto;
	min-height:0;
}

div.UserSave label {
	height:12px;
	padding: 5px;
	margin:0;
	width:auto;
	color:#808080;
	font-weight:normal;
	line-height:15px;
	display:inline;
	float:none;
}
#browserContainer {
	display:none;
}
* html #browserContainer {
	display:block;
	height:500px;
}
* html .frontpage {
	display:none;
}

#UserTelephoneCountryCode {
	width: 60px;
}

#UserTelephone {
	width: 119px;
}


div.input.select.telephone {
	width: 187px;
}

p.cookie-warning {
	position: absolute;
	margin: 0;
	left: 17px;
	bottom: 17px;
	font-size: 10px;
}

#loginContainer a.button {
	display: inline;
	border: medium none;
	padding: 2px 5px;
	background-color: #bece00;
	color: #fff;
	cursor: pointer;
	width: auto;
	margin: 0;
	text-decoration: none;
}
#loginContainer a.button:hover {
	background: #659b01;
}

h1#login {
	margin-bottom: 0.5em;
}

h1#register {
	margin-top: 1em;
}
