body {
	font-family: 'Lato', sans-serif;
}
ul {
	list-style: none;
	font-family: 'Lato', sans-serif;
}
p {
	font-family: 'Lato', sans-serif;
	color: #3a585f;
	cursor: default;
}
input:focus {
	outline: none;
}

/*General Page*/
div.page-wrapper {
	background: #f5f2f0 url(../img/bg.jpg) 0 50px / cover no-repeat;
	/*padding-top: 100px;*/
}
.content .headline-wrapper {
	margin: auto;
	/* margin-top: -70px; */
	font-family: 'Lato', sans-serif;
}
.content .headline-wrapper h1 {
	font-weight: bold;
	color: #1c4047;
	font-size: 30px;
}

/*Form Container*/
.page-wrapper .form-container {
	margin: 100px auto -10px;
	/* height: 620px; */
	background-color: rgba(255, 255, 255, 0.8);
	padding: 0;
}
.form-header {
	height: 50px;
	background-color: #e2304e;
	background: url(../inc/img/silversingles-logo.svg) center/auto 45px no-repeat #e2304e;
}
.form-container .form-header + p {
	margin-top: 10px;
	margin-bottom: -5px;
}
.form-header-mobile {
	height: 50px;
	background-color: #e2304e;
	background: url(../inc/img/silversingles-logo.svg) center/auto 45px no-repeat #e2304e;
}
.form-container .form-header-mobile + p {
	margin-top: 10px;
	margin-bottom: -5px;
}
.form-container .sub-header {
	text-align: center;
	margin-bottom: 5px;
	padding-top: 10px;
}
.form-container ul.formular-1 li:first-child p {
	border-top: 2px solid lightgray;
	padding-top: 10px;
}
.form-container .form ul {
	padding-left: 0;
}
.form-container .form ul li input[type='radio'] {
	position: absolute;
	left: -9000px;
}
.form-container .form ul li {
	margin: auto;
}
.form-container .form ul li p {
	margin-bottom: 5px;
	margin-top: 10px;
}
.form-container .form ul li .female-label {
	margin-right: 11%;
}

.form-container .form label {
	padding: 5px 0;
	text-align: center;
	text-transform: lowercase;
	border: 1px solid #1c4047;
	color: #3a585f;
	max-width: 43.6%;
	cursor: pointer;
	font-family: 'Lato Bold', sans-serif;
	border-radius: 3px;
}
.form-container .form input:checked + label {
	background-color: #1c4048;
	color: white;
	transition: background-color 0.3s, color 0.3s;
}
.form-container .form .submit-btn {
	background-color: #e03351;
	color: white;
	font-size: 20px;
	border: 1px solid #e03351;
	padding: 10px 0;
	cursor: pointer;
	margin: 15px 0 20px;
	transition: background-color 0.2s;
}
/*.form-container .form .submit-btn:hover{
	background-color: #d1203d;
	transition: background-color 0.2s;
}*/
.member-login {
	margin: -25px auto 20px;
	text-align: center;
	font-family: 'Lato Bold', sans-serif;
	font-size: 14px;
	text-decoration: underline;
}
.member-login a {
	color: #0091a6;
}
.member-login a:hover {
	color: #0091a6;
}

/*Formular 2*/
ul.formular-2 {
	display: none;
	border-top: none;
	padding-top: 5px;
}
.formular-2 input {
	padding: 5px 10px;
	border: 1px solid lightgray;
	background-color: white;
	border-radius: 1px;
}
.formular-2 input::placeholder {
	font-size: 14px;
}
.formular-2 input::-webkit-placeholder {
	font-size: 14px;
}
.form-container .form .formular-2 .submit-btn {
	margin: 5px 0 20px;
}
.formular-2 .agb-text {
	text-align: center;
	font-size: 12px;
	color: #8e9fa2;
}
.formular-2 .agb-text a {
	color: #8e9fa2;
	text-decoration: underline;
}
/*USPs*/
section.usp-container {
	padding: 20px 0 0;
	/*background-color: rgba(255, 255, 255, 0.7);*/
	display: block;
}
.usp-container .usp-list {
	/*display: flex;*/
	margin: 20px auto;
	/*width: 900px;*/
}
.usp-container .usp-list li {
	display: flex;
	font-size: 18px;
	font-weight: bold;
	margin: auto;
}
.usp-container ul li div.checkmark {
	width: 15px;
	height: 14px;
	margin-right: 10px;
	margin-top: 10px;
	background: url(../img/checkmark.png) center/contain no-repeat;
}

.footer-container {
	margin: 0 auto 10px;
	padding-bottom: 20px;
}
.footer {
	display: flex;
	padding-left: 0;
	width: fit-content;
	margin: auto;
}
.footer-container .footer a {
	padding: 0 5px;
	line-height: 12px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.footer-container .footer a {
	color: #0091a6;
}
.footer-container .footer a:hover {
	color: #0091a6;
}
.footer-container .footer a:not(:last-child) {
	border-right: 2px solid #0091a6;
}

/*LAPTOP*/
@media all and (orientation: portrait) {
	div.page-wrapper {
		height: 140vh;
	}
}

/*ERRORS*/

.registration-submit-error {
	opacity: 0;
	transition: opacity 0.5s ease;
	color: #fff;
	position: absolute;
	text-indent: 0;
	font-size: 12px;
	line-height: normal;
	padding: 5px 10px;
	text-align: center;
	background: #d90000;
	white-space: nowrap;
	top: 55px;
}

.registration-submit-error:after {
	right: 47%;
	top: 100%;
	content: ' ';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-style: solid;
	border-width: 10px;
	border-color: #d90000 transparent transparent transparent;
	margin-top: 0px;
}

@media all and (min-width: 400px) and (max-width: 700px) {
	.registration-submit-error:after {
		right: 48%;
	}
}

.registration-submit-error a {
	color: #fff;
}

.ed-error-radio-search {
	top: -35px;
	margin-left: -293px;
}

.ed-error-radio-search:before {
	top: 45px;
	left: 111px;
}

.ed-error-radio {
	top: -40px;
	margin-left: -245px;
}

.ed-error-radio:before {
	top: 45px;
	left: 63px;
}

.ed-error-hcaptcha {
	top: -125px;
	z-index: 9;
	left: 50%;
	width: calc(100% - 30px);
	transform: translate(-50%, 0px);
}
.ed-error-hcaptcha:before {
	left: 100%;
	top: 65px;
}
.ed-error-email {
	top: -35px;
	margin-left: 120px;
	right: 0;
}

.ed-error-email:before {
	left: 190px;
	top: 42px;
}
.ed-error-email:after {
	right: 7%;
}

.ed-error-password {
	top: -35px;
	margin-left: 155px;
}

.ed-error-password:before {
	left: 157px;
	top: 44px;
}
.ed-error-password:after {
	right: 7%;
}

.ed-error-legal {
	top: 400px;
	margin-left: 425px;
	text-align: left;
}
.ed-error-legal:before {
	top: -0;
	left: -40px;
}

.registration-submit-error:before {
	content: '!';
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #d90000;
	position: absolute;
	line-height: 20px;
	display: block;
	text-align: center;
	font-weight: bolder;
}

.registration-submit-error.radio-error:before {
	content: '!';
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #d90000;
	position: absolute;
	font-weight: bolder;
	line-height: 20px;
	display: block;
	text-align: center;
}
.hide {
	display: none;
}

.error ~ .registration-submit-error {
	opacity: 1;
}
@media all and (max-width: 370px) {
	.ed-error-radio {
		margin: auto;
		left: 0;
		right: 0;
	}
	.ed-error-radio:before {
		margin: auto;
		left: 0;
		right: 0;
	}
	.ed-error-radio-search {
		margin: auto;
		left: 0;
		right: 0;
	}
	.ed-error-radio-search:before {
		margin: auto;
		left: 0;
		right: 0;
	}
}
@media all and (orientation: landscape) {
	.ed-error-radio {
		margin: auto;
		left: 0;
		right: 0;
	}
	.ed-error-radio:before {
		margin: auto;
		left: 0;
		right: 0;
	}
	.ed-error-radio-search {
		margin: auto;
		left: 0;
		right: 0;
	}
	.ed-error-radio-search:before {
		margin: auto;
		left: 0;
		right: 0;
	}
}
@media all and (min-width: 400px) {
	.ed-error-radio {
		margin: auto;
		left: 0;
		right: 0;
	}
	.ed-error-radio:before {
		margin: auto;
		left: 0;
		right: 0;
	}
	.ed-error-radio-search {
		margin: auto;
		left: 0;
		right: 0;
	}
	.ed-error-radio-search:before {
		margin: auto;
		left: 0;
		right: 0;
	}
}
@media all and (min-width: 750px) {
	/*USPs*/
	section.usp-container {
		padding: 20px 0 0;
		background-color: rgba(255, 255, 255, 0.7);
		display: block;
	}
	.usp-container .usp-list {
		/*display: flex;*/
		margin: 20px auto;
		padding-left: 0;
		/*width: 900px;*/
	}
	.usp-container .usp-list li {
		display: block;
		font-size: 20px;
		width: 45%;
		font-weight: bold;
		text-align: center;
		margin: auto;
	}
	.usp-container ul li div.checkmark {
		width: 20px;
		height: 14px;
		margin: 20px auto 10px;
		background: url(../img/checkmark.png) center/contain no-repeat;
	}
	.page-wrapper .form-container {
		margin: 30px auto 0px;
		/* height: 445px; */
		background-color: rgba(255, 255, 255, 0.7);
		padding: 0;
		-webkit-box-shadow: 0px 2px 56px -8px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: 0px 2px 56px -8px rgba(0, 0, 0, 0.75);
		box-shadow: 0px 2px 56px -8px rgba(0, 0, 0, 0.75);
	}
	.content .member-login {
		margin: 0px auto 100px;
		text-align: center;
		font-weight: bold;
		font-family: 'Lato Bold', sans-serif;
		font-size: 13px;
		text-decoration: underline;
		background-color: rgba(255, 255, 255, 0.7);
		padding: 10px 0;
		width: 100%;
	}
	.member-login a {
		color: #0091a6;
	}
	.member-login a:hover {
		color: #0091a6;
	}
	div.page-wrapper {
		background: #fff url(../img/bg.jpg) center/cover no-repeat;
		/* height: 140vh; */
		padding-top: 20px;
	}
	.form-container .form-header {
		height: 150px;
		background-color: #e2304e;
		background: url(../inc/img/silversingles-logo.svg) center/auto 93px no-repeat #e2304e;
	}
	.form-container .form-header + p {
		margin-top: 10px;
		margin-bottom: -5px;
	}
	.form-container .sub-header {
		text-align: center;
	}
	.footer-container {
		margin: 0 auto 10px;
		padding: 50px 0 5px;
	}
	.footer {
		display: flex;
		padding-left: 0;
		justify-content: center;
	}
	.footer-container .footer a {
		margin:0;
		padding: 0 5px;
		line-height: 12px;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}
	.footer-container .footer a {
		color: #0091a6;
	}
	.footer-container .footer a:hover {
		color: #0091a6;
	}
	.footer-container .footer a:not(:last-child) {
		border-right: 2px solid #0091a6;
	}
}
@media all and (max-width: 700px) {
	section.content {
		padding: 0;
		margin: 0;
		max-width: 1000px;
	}
}
@media all and (min-width: 750px) and (orientation: landscape) {
	.usp-container .usp-list {
		display: flex;
		margin: 0px auto;
	}
	div.page-wrapper {
		padding-top: 20px;
	}
}
@media all and (min-width: 1200px) {
	div.page-wrapper {
		background: #fff url(../img/bg-desktop.jpg) top/cover no-repeat;
		max-width: 100%;
	}
	.footer-container {
		margin: 0px auto 0px;
		padding-bottom: 0px;
	}
	.footer {
		display: flex;
		padding-left: 0;
	}
	.footer-container .footer a {
		padding: 0 5px;
		line-height: 12px;
		font-size: 14px;
		font-weight: bold;
	}
	.footer-container .footer a {
		color: #0091a6;
	}
	.footer-container .footer a:hover {
		color: #0091a6;
	}
	.footer-container .footer a:not(:last-child) {
		border-right: 2px solid #0091a6;
	}
}

div#passwordInfo {
	display: none;
	position: absolute;
	background: #fff;
	left: 50%;
	margin-left: -151px;
	z-index: 3;
	border: 1px solid #ccc;
	padding: 0.8rem;
	top: -150px;
	width: 301px;
	color: #0a0a0a;
	font-size: 12px;
}
div#passwordInfo:after {
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 0;
	bottom: -9px;
	position: absolute;
	content: '';
	left: 50%;
	margin-left: -10px;
}
a#closePWInfo {
	position: absolute;
	right: 10px;
	top: 5px;
	color: #707070;
	font-size: 15px;
	text-decoration: none;
}
a#closePWInfo:before {
	content: '\2716';
	font-family: 'AffinitasIconFont-Regular';
}
div#passwordInfo:before {
	width: 0;
	height: 0;
	border-top: 10px solid #ccc;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 0;
	bottom: -10px;
	position: absolute;
	content: '';
	left: 50%;
	margin-left: -10px;
}
div#passwordInfo ul {
	padding-top: 10px;
}
div#passwordInfo li {
	padding-left: 20px;
	color: #767676;
	margin: 2px 0;
	position: relative;
}
div#passwordInfo li:before {
	content: '\2713';
	font-family: 'AffinitasIconFont-Regular';
	position: absolute;
	left: 0;
	color: #767676;
	font-size: 12px;
}
div#passwordInfo li.incorrect:before,
div#passwordInfo li.incorrect {
	color: #d90000;
}
div#passwordInfo li.correct:before,
div#passwordInfo li.correct {
	color: #56b06c;
}

/* H-captcha */
#h-captcha-wrapper {
	display: none;
	position: absolute;
	bottom: calc(100% + 20px);
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	text-align: center;
	background: #fff;
	padding: 2.8125rem .9375rem 0;
	border-radius: 10px;
	box-shadow: 1px 1px 20px #ccc;
}

#h-captcha-wrapper:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0px);
	border-top: 15px solid #fff;
	border-right: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid transparent;
}

.h-captcha-close {
	position: absolute;
	right: .9375rem;
	top: .9375rem;
	font-size: 40px;
	line-height: 20px;
	cursor: pointer;
	color: #666;
}