*{
	margin:0;
	padding:0;
}
a {
	text-decoration: none;
}
.lds-dual-ring {
	display: inline-block;
	width: 26px;
	height: 26px;
}
.lds-dual-ring:after {
	content: " ";
	display: block;
	width: 26px;
	height: 26px;
	margin: 4px;
	border-radius: 50%;
	border: 6px solid #fff;
	border-color: #fff transparent #fff transparent;
	animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.divider-form-top {
	opacity: 1;
	margin: 0;
}

.divider-form-bottom {
	margin: 0.5rem 0;
	opacity: 1;
}

.legalText {
	font-size: x-small;
}

.westernstadt-container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 960px;
}

.start-content {
	padding-top: 50px;
	padding-bottom: 10px;
}
@media (max-width: 767px) {
	.start-content {
		padding-top: 30px;
	}
}

#loginBox {
	position: absolute;
	right: 0;
	margin-top: 30px;
	width: 290px;
}
@media (max-width: 767px) {
	#loginBox {
		position: relative;
		margin: 0 auto;
		width: 100%;
		max-width: 500px;
	}
}
.registerbox {
	padding: 25px 30px;
}

.registerbox-headline {
	font-size: 22px;
	line-height: 26px;
}
.registerbox-alert {
	margin-top: 0.35rem;
	padding: 0.4rem;
	font-size: 12px;
	line-height: 15px;
}

.startSearch {
	border: 1px solid #cdcdcd;
	box-shadow: none;
	background: linear-gradient(to bottom, #E51249 0%, #000000 101%);
}


.startSearch::after {
	content: "" !important;
	border-bottom: none !important;
}

.headline {
	font-size: 30px;
	font-weight: normal;
	color: #b2b2b2;
}

.start100Header {
	height: 484px !important;
	background-size: auto 100% !important;
}
@media (max-width: 767px) {
	.start100Header {
		background: none;
		height: auto;
	}
}

.btn_gender {
	cursor: hand;
}
.logoHeaderImage {
	margin: 10px 0 0 !important;
	height: 55px;
	text-align: center;
	background-position: center;
}

.btn_ctacolor,
.btn_offcolor.selected,
input.hideMe:checked ~ label.btn_offcolor {
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff !important;
	/* text-shadow:1px 1px 1px rgba(000,000,000,0.8); */
	/* Hintergrund-Optik */
	/* IE9 SVG */
	background: #047500 url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA2YzcwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjNiMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
	background: linear-gradient(to bottom, #06c701 0%, #023b00 100%);
	/* W3C */
	/* Schein nach innen */
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75), inset 0 0 3px rgba(0, 255, 0, 0.6);
}

.startBg {
	border-top: solid 1px #FFFFFF;
	background: linear-gradient(to bottom, #000000 0%, #000000 20%, #000000 21%, #000000 100%);
	color: white;
}

.logoImageLa {
	max-width: 380px;
}

.logoImageLa:before {

}

.logoImageLa:after {

}

.onlyDesktop {
	display: none;
}

@media screen and (min-width:768px) {

	.onlyDesktop {
		display: block;
	}

	.westernstadt-container .logoImageLa {
		position: absolute;
		top: 30px;
		width: 570px;
		height: 80px;
		font-size: 55px;
		background: none !important;
		overflow: visible;
	}

}
