body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

input:focus {
	outline: none;
}
html{
	font-size: unset;
}
.page-wrapper {
	background-color: #31333d;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}

.formular {
	background-color: #31333d;
	max-width: 360px;
}

.form-header {
	height: 100px;
	background: url(../img/form-header-bg.png) no-repeat center center / auto 60px #31a45c;
}

.gender-text span {
	color: white;
	font-size: 16px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
li {
	padding: 5px 0;
	margin: 0;
}

form ul {
	margin-top: 20px;
}

input[type="radio"] {
	position: absolute;
	left: -9999px;
}

label {
	height: 105px;
	padding: 6px 0;
	overflow: hidden;
	display: block;
}
label div {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: auto 75px;
	border: 1px solid gray;
	border-radius: 8px;
	display: inline-block;
}

.gender.row{
	margin: 0 -5px;
}
.gender.row [class^=col-]{
	padding: 0 5px;
}

#gender_is_f+div,
#searchedGender_is_f+div,
#gender_is_m+div,
#searchedGender_is_m+div {
	background: url("../img/gender-sprite.png") no-repeat scroll 50% 5px / auto 500px transparent;
	box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
#gender_is_m+div,
#searchedGender_is_m+div {
	background-position: 50% -245px;
}

#gender_is_f:checked+div,
#searchedGender_is_f:checked+div,
#gender_is_m:checked+div,
#searchedGender_is_m:checked+div {
	-webkit-box-shadow: inset 0px -1px 23px -1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: inset 0px -1px 23px -1px rgba(0, 0, 0, 0.75);
	box-shadow: inset 0px -1px 23px -1px rgba(0, 0, 0, 0.75);
	background-color: #e1dab4;
}

#gender_is_f:checked+div,
#searchedGender_is_f:checked+div {
	background-position: 50% -120px;
}

#gender_is_m:checked+div,
#searchedGender_is_m:checked+div {
	background-position: 50% -370px;
}

.agb-text{
	font-size: 12px;
	color: white;
	margin: 15px 30px;
	display: flex;
	text-align: left;
}
.agb-text p{
	margin: 0;
	padding: 0 10px;
}
.agb-text p a{
	text-decoration: underline;
	color: white;
}

#emailaddy_404,
#password {
	width: 100%;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	background-color: transparent;
	border: 1px solid gray;
	border-radius: 4px;
	padding-left: 15px;
	color: white;
}

.registerButton {
	padding: 15px;
	width: 100%;
	background-color: #31a45c;
	font-size: 25px;
	font-weight: bold;
	border: none;
	border-radius: 5px;
	color: white;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
	-webkit-font-smoothing: antialiased;
}

.registerButton:hover {
	background-color: #20934b;
}

.trust {
	height: 20px;
  /* background-image: url(../img/trust.png); */
  background-image: none;
	background-repeat: no-repeat;
	background-size: auto 40px;
	background-position: center top;
}

.login-link {
	font-size: 17px;
	color: white;
	text-decoration: underline;
	text-align: center;
	-webkit-font-smoothing: antialiased;
}
.login-link:hover{
  color: lightgray;
}

.footer-mobile {
	font-size: 17px;
	text-align: center;
	color: white;
	list-style: none;
	display: flex;
	justify-content: space-between;
}

.footer-mobile a {
	color: white;
	text-decoration: underline;
	-webkit-font-smoothing: antialiased;
}

.infobar {
	height: 138px;
	background: #ffffff;
	background: rgba(255, 255, 255, 0.8);
	margin-top: 15px;
}

.infobar p {
	color: black;
	font-size: 14px;
	margin-bottom: 0;
}

.infobar h3 {
	color: black;
	font-size: 17px;
	text-transform: uppercase;
	background-color: transparent;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 0;
	margin-bottom: 5px;
	-webkit-font-smoothing: antialiased;
}

.infobar ul {
	margin-top: 10px;
	text-align: left;
	display: flex;
	justify-content: space-between;
}

.infobar li {
	display: flex;
	justify-content: space-around;
	max-width: 285px;
}

.infobar li.footer-mobile {
	max-width: none;
	width: 100%;
	color: #000;
	justify-content: center;
}

.infobar li.footer-mobile a {
	color: #000;
}

.infobar li.footer-mobile span {
	margin: 0 10px;
}

.usp-text {
	padding: 0 15px;
	font-size: 9px;
}

.infobar .image {
	height: 73px;
	width: 86px;
	background: url(../img/usp-1.png) no-repeat scroll 0 0 / contain transparent;
}
.infobar .infotext2 .image {
	background-image: url(../img/usp-2.png);
}
.infobar .infotext3 .image {
	background-image: url(../img/usp-3.png);
}

.footerNavi {
	margin-top: 20px;
}

.footerNavi li {
	line-height: 0.4;
}

.footerNavi li + li{
	border-left: 1px solid black;
}

footer ul {
	display: flex;
	justify-content: center;
}
footer li {
	padding: 5px;
}

/* mobile */
@media only screen and (max-width: 450px) {
	.formular {
		max-width: 100vw;
	}
}
@media only screen and (min-width: 450px) {
	.page-wrapper {
		padding: 15px;
		background-image: url("../img/bg.jpg");
	}
	.trust {
		height: 12px;
		background-size: auto 59px;
	}
}
@media only screen and (min-width: 450px) and (max-height: 640px) {
	.page-wrapper {
		height: 200vh;
	}
}

@media only screen and (min-width: 1024px) {

	.infobar {
		height: auto;
		padding: 20px 0;
	}
	.infobar ul {
		justify-content: space-around;
	}
	.infobar ul li {
		max-width: none;
	}
	footer {
		background: transparent;
	}
	footer ul {
		display: flex;
		justify-content: center;
	}
	footer a,
	footer a:hover{
		color: #333;
	}
}
@media only screen and (max-width: 1200px) {
	.infobar h3 {
		font-size: 14px;
	}
	.infobar p {
		font-size: 12px;
	}
	.footerNavi {
		position: relative;
		bottom: 40px;
	}
	.footerNavi a {
		color: #333;
		text-decoration: underline;
	}
}

@media only screen and (min-width: 1200px) and (min-height: 850px) {
	.formular {
		margin-top: 20px;
	}
}


/* 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;
}



/*Warnings*/

#errors-overlay {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

#errors {
	display: none;
	left: 50%;
	position: absolute;
	top: 20%;
	width: 240px;
	margin-left: -115px;
	line-height: 25px;
	z-index: 5;
	padding: 3px;
	padding-left: 8px;
	color: #800;
	border: 1px solid #aa302f;
	background: #f0efef;
	border-radius: 5px;
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.6);
}
#errors li{
	display: none;
}
