.step h3 {
	margin-bottom: 30px;
	display: block;
}

table {
	margin: auto;
	width: 95%;
}

#registration_form {
	color: #000000;
	padding: 10px;
	width: 900px !important;
}

#registration_form input[type=button],
#registration_form input[type=submit],
.solea-register-buttton
{
	background-color: #ffffff;
	width: 125px;
	padding: 10px;
	border-style: solid;
	border-color: #f0f0f0;
	cursor: pointer;
	border-width: 1px;
	margin-top: 25px;
}

#registration_form input[type="button"]:hover,
#registration_form input[type="submit"]:hover,
.solea-register-buttton

{
	color: #ffffff;
	background-color: #394993;
}

#registration_form table {
	width: 100%;
	color: #757575;
}

#registration_form table td:nth-child(1) {
	padding-right: 10px;
}

#registration_form table td:nth-child(2){
	width: 80%;
	padding-right: 10px;
}
#registration_form table td {

}

#registration_form table td input[type="text"],
#registration_form table td input[type="date"],
#registration_form table td select,
#registration_form table td textarea
{

	width: 350px;
	background-color: #ffffff;
	border-color: #c0c0c0;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	font-size: 14pt;
	padding: 5px;
	margin-bottom: 10px;
}

#registration_form label
{
	font-size: 12pt;
	cursor: pointer;
}

#registration_form table td select {
	width: 363px;
}

.solea_emblems_selection {
	widh: 100%;
	margin-top: 50px;
	text-align: center;
	padding: 5px 0;
	padding-top: 50px;

	border-style: solid none none;
	border-width: 1px;
	border-color: #c0c0c0;
}

.solea_age_selector {
	display: inline-block;
	box-shadow: 5px 5px 10px #c0c0c0;
	background-color: #ffffff;
	padding: 0;
	cursor: pointer;
	margin-right: 20px;
	width: 46%;
}

.solea_age_selector:hover {
	background-color: #394993;
	color: #ffffff;

}

.solea_age_selector div
{
	height: 75px;
	padding: 0px 10px !important;
}

.dsgvo_error {
	color: #a94442 !important;
}

@media screen and (min-width: 768px) {
	#strasse {
		width: 275px !important;
	}

	#hausnummer {
		width: 58px !important;
	}

	#plz {
		width: 80px !important;
	}

	#ort {
		width: 255px !important;
	}

}

@media screen and (max-width: 768px) {
	input[type="text"],
	input[type="date"],
	select
	{
		width: 200px !important;
		background-color: #ff0000;
		display: block;
	}

	.solea_age_selector {
		display: block;
		margin: 0 auto 25px;
		width: 95%;
	}

	#registration_form table td input,
	#registration_form table td select,
	#registration_form table td textarea
	{
		width: 100%;
	}

	#container-box {
		width: 100%;
	}
}

#registration_form {
	margin-top: 100px;
	box-shadow: none;
	border-style: none;
	width: 100% !important
}


