.HG_UserRegseite {
	background-color: rgb(255, 255, 255,0);
	background-image: url("/css/images_web/hg/HG_Hexagon_weiss_liegend.png");
	background-size: cover;
	background-position: center;
}
form.UserRegseite {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	border: none;
}
.UserReg_formzeile {
	overflow: hidden;
	display: block;
	width: 100%;
	border: none;
	margin-bottom: 1.2em;
}

.UserReg_formularbereich h1 {
	letter-spacing: 0.4em;
	word-spacing: 0.5em;
	text-transform: uppercase;
}
.UserReg_checkbox {
	min-height: 30px;
	overflow: hidden;
	transition: height 2s;
	display: block;
	width: 100%;
	border: none;
	margin-bottom: 2em;
	text-justify: inter-word;
}
/*
.UserReg_formzeile:hover {
	height: 60px;
	transition: height 2s;
	background-color: rgba(208, 245, 199, 0.973);
}
*/
.UserReg_formzeile label {
	width: 37%;
	height: 30px;
	border: 1px none;
	font-family: "Roboto-Regular", Helvetica, sans-serif;
	font-size: 12pt;
	color: rgb(0, 0, 0);
	font-weight: 300;
	line-height: 1.65;
	text-align: justify;
	text-justify: inter-word;
}	

.UserReg_formzeile input {
	font-family: "Roboto", Helvetica, sans-serif;
	font-size: 12pt;
	color: rgb(0, 0, 0);
	font-weight: 300;
	line-height: 1.65;
	text-align: justify;
	text-justify: inter-word;
	
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: silver 1px solid;
	padding-left: 0;
}
.UserReg_checkbox label {
	width: 37%;
	height: 30px;
	border: 1px none;
	font-family: "Roboto", Helvetica, sans-serif;
	font-size: 12pt;
	color: rgb(0, 0, 0);
	font-weight: 300;
	line-height: 1.65;
	text-align: left;
	text-justify: inter-word;
}	
.UserReg_checkbox input[type="checkbox"] {
	width: 18px;
	height: 18px;
	border: 1px solid;
	color: black;
	background-color: rgba(248, 248, 248, 0.281);
	z-index: 16;
	opacity: 0.9;
	margin-top: 0.3em;
	margin-bottom: 0.3em;		
}
.UserReg_checkbox input[type="checkbox"]:invalid {
	color: red;
}
.email::placeholder {
	color: rgba(248, 248, 248, 0.281);
} 
.emailfehler::placeholder {
	color: red;
} 
.password::placeholder {
	color: black;
} 
.passwordfehler::placeholder {
	color: red;
} 
.UserReg_formularbereich input[type="text"] {
	width: 100%;
}



.UserReg_formularbereich input[type="password"] {
	width: calc(100% - 36px);
	height: 30px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: silver 1px solid;
	padding-left: 0;								
	color: rgb(117, 117, 117);
	font-size: 12pt;
	font-weight: 300;
	line-height: 1.65;
	text-align: justify;
	text-justify: inter-word;
	background-color: transparent;
		}
.icon_eye_open {
	width: 30px;
	height: 30px;
	background-color: transparent;
	background-image: url(/css/icons/icons_web/icon_eye_open.svg);
	background-position: right;
	background-size: contain;
	background-repeat: no-repeat;
	border: none;
}
.icon_eye_closed {
	width: 30px;
	height: 30px;
	background-color: transparent;
	background-image: url(/css/icons/icons_web/icon_eye_closed.svg);
	background-position: right;
	background-size: contain;
	background-repeat: no-repeat;
	border: none;
}

.UserReg_formularbereich a {
											font-family: "Roboto", Helvetica, sans-serif;
											font-size: 12pt;
											font-weight: 300;
											line-height: 1.65em;
											color: black;
}
.UserReg_formularbereich a:hover a:visited {
											font-family: "Roboto", Helvetica, sans-serif;
											font-size: 12pt;
											font-weight: 300;
											line-height: 1.65em;
											text-decoration: underline;
											color: black;
}
.UserReg_formularbereich input[type="submit"] {
											width: 100%;
											height: 30px;
											border: 1px solid;
											border-color: rgb(192, 171, 171);
											border-radius: 5px;
											color: black;
											background-color: rgba(248, 248, 248, 0.281);
											z-index: 16;
											opacity: 0.9;
											text-align: center;
											margin-bottom: 2em;
}	

.UserReg_formularbereich input[type="submit"]:hover {		
											background-color: #dbdbdb;
}
#agbtext{
											display: block;
											font-family: "Roboto", Helvetica, sans-serif;
											font-size: 0.9em;
											font-weight: 300;
											line-height: 1.65em;
											text-align: justify;
											text-justify: inter-word;
											scrollbar-width: thin;
											min-height: 90px;
											max-height: 22.5vh;
											width: 100%;
											border: rgba(204, 139, 18, 0.5) solid 1px;
											overflow-y: auto;
											padding: 0.3em;
											margin-bottom: 0.9em;
											background-color: rgba(255, 255, 255, 0.815);
}
#datenschutztext{
											display: block;
											font-family: "Roboto", Helvetica, sans-serif;
											font-size: 0.9em;
											font-weight: 300;
											line-height: 1.65em;
											text-align: justify;
											text-justify: inter-word;
											scrollbar-width: thin;
											max-height: 22.5vh;
											width: 100%;
											border: rgba(204, 139, 18, 0.5) solid 1px;
											overflow-y: auto;
											padding: 0.3em;
											margin-bottom: 0.9em;
											background-color: rgba(255, 255, 255, 0.815);
}
#UserReg_infobereich p{
											
}
#UserReg_infobereich label {
	
	font-family: "Roboto", Helvetica, sans-serif;
	font-size: 12pt;
	color: rgb(0, 0, 0);
	font-weight: 300;
	line-height: 1.65;
	text-align: justify;
	text-justify: inter-word;
	border: 1px solid silver;
	padding-left: 0;
	background-color: transparent;
	height: 30px;
}	
#UserReg_infobereich input[type="checkbox"] {
											width: 18px;
											height: 18px;
											border: 1px solid;
											color: black;
											background-color: rgba(248, 248, 248, 0.281);
											z-index: 16;
											opacity: 0.9;
											margin-top: 0.3em;
											margin-bottom: 0.3em;			
}
#UserReg_infobereich input[type="submit"] {
											width: 100%;
											height: 30px;
											border: 1px solid;
											border-color: rgb(192, 171, 171);
											border-radius: 5px;
											color: black;
											background-color: rgba(248, 248, 248, 0.281);
											z-index: 16;
											opacity: 0.9;
											text-align: center;
											margin-top: 2em;
											margin-bottom: 2em;
}
@media only screen and (orientation: portrait)  {	
					.UserReg_formularcontainer {
																width: 100%;
																z-index: 500;
																padding: 0;
																display: flex;
																flex-direction: row;
																flex-wrap: wrap;
																align-content: stretch;
																align-items : stretch;
																justify-content: space-between;
																border: none;
																margin-bottom: 2em;
															}
					.UserReg_icon {
																background-size: contain;
																background-position: center;
																background-repeat: no-repeat;
																width: 100%;
																height: 15vh;
																margin-bottom: 1em;
																display: flex;
																flex-direction: row;
																justify-content: center;
																align-items : center;
																border-radius: 3em 9em;
																border-color: #363636;
																border-width: 0.1em;
																background-image: radial-gradient(circle, rgba(240, 240, 240, 0.349) 0%, rgb(177, 177, 177,0.5) 93%), url(/css/icons/UserReg.svg);
																box-shadow: 0 1em 1em -0.7em #696969, 5px 5px 15px 5px rgba(0,0,0,0);
															}
					.UserReg_formularbereich  {
																background-color: transparent;
																min-width: 100%;
																border: none;
																height: auto;
																width: 100%;;
																min-height: calc(85vh - 90px);
																overflow-y: auto;
																padding: 0.75em;
																display: flex;
																flex-direction: column;
																justify-content: flex-start;
																align-items : center;
																text-align: justify;
																text-justify: inter-word;
															}
					#HG_UserReg_infobereich {
																width: 100%;
																min-height: 50vh;
																margin-top: 6%;
																padding: 0;
																background-size: 5em 5em;
																background-repeat: round;
																box-shadow: 0 1em 1em -0.7em #696969, 5px 5px 15px 5px rgba(0,0,0,0);
																border-radius: 0.5em;
																border-color: #363636;
																border-width: 0.1em;
																background-image: radial-gradient(circle, rgba(240, 240, 240, 0.349) 0%, rgb(177, 177, 177,0.5) 93%), url(/css/icons/HG_UserReg.svg);
																box-shadow: 0 1em 1em -0.7em #696969, 5px 5px 15px 5px rgba(0,0,0,0);
															}	
					#UserReg_infobereich{
																padding-left: 1em;
															}
}

@media only screen and (orientation: landscape)  {	
					.UserReg_formularcontainer {
																width: 49%;
																height: 100%;
																z-index: 500;
																display: flex;
																flex-direction: column;
																justify-content: flex-start;
																align-items: center;
																border: none;
																
															}
					.UserReg_icon  {
																background-size: contain;
																background-position: center;
																background-repeat: no-repeat;
																width: calc(45vw - 30px);
																max-width: 480px;
																height: 15vh;
																margin: 3%;
																display: flex;
																flex-direction: row;
																justify-content: center;
																align-items : center;
																border-radius: 0.5em 25%;
																border-color: #363636;
																border-width: 0.1em;
																background-image: radial-gradient(circle, rgba(240, 240, 240, 0.349) 0%, rgb(177, 177, 177,0.5) 93%), url(/css/icons/UserReg.svg);
																box-shadow: 0 1em 1em -0.7em #696969, 5px 5px 15px 5px rgba(0,0,0,0);
															}
					.UserReg_formularbereich  {
																background-size: contain;
																background-position: center;
																background-repeat: no-repeat;
																width: calc(45vw - 30px);
																max-width: 480px;
																width: 90%;
																padding: 0.75em;
																display: flex;
																flex-direction: column;
																justify-content: space-evenly;
																align-items : center;
																text-align: justify;
																text-justify: inter-word;
																border: none;
															}
							
					.UserReg_formularbereich h1 {
																text-align: center;
																margin-bottom: 2em;
															}
					.UserReg_formularbereich p {
																margin: 0 0.3em 0 0;
																padding: 0 0.3em 0 0;
															}
					#HG_UserReg_infobereich {
																width: 100%;
																height: 93%;
																min-height: 15em;
																margin: 3%;
																padding: 0;
																background-size: 5em 5em;
																background-repeat: round;
																box-shadow: 0 1em 1em -0.7em #696969, 5px 5px 15px 5px rgba(0,0,0,0);
																border-radius: 0.5em;
																border-color: #363636;
																border-width: 0.1em;
																background-image: radial-gradient(circle, rgba(240, 240, 240, 0.349) 0%, rgb(177, 177, 177,0.5) 93%), url(/css/icons/HG_UserReg.svg);
																box-shadow: 0 1em 1em -0.7em #696969, 5px 5px 15px 5px rgba(0,0,0,0);
															}	
						#UserReg_infobereich{
																padding-left: 1em;
																padding-right: 1em;
															}
}