#neuesKontowrapperstartblock{
	color:#615f5f;
	padding:30px;
}

#tobiglogin{
	cursor:pointer;
	text-decoration:underline;
	margin: 20px auto 20px auto;
	font-size: 1.1em;
	width:200px;
	text-align:center;
}

#neuesKontotitle{
	color:#870000;
	font-size:3em;
	margin:auto;
	text-align:center;
	width:auto;
	padding:0;
}

#neuesKontodiscription{
	text-align:center;
	font-size:1.5em;
	display:grid;
	width:850px;
	margin:auto;
	grid-template-columns:  850px ;
	grid-template-rows: auto auto;
}

#neuesKontodivwrapper{
	list-style-type: none;
	margin:15px auto 0px auto;
	display:grid;
	grid-template-columns:  50% 50% ;
	grid-template-rows: auto auto;
	font-size:1.4em;	
	width: 800px;
	padding-left:4%;
}

.neuesKontodiv{
	text-align:left;
	display:flex;
	color:#870000;
	width:100%;
}

.hackengridsymbol {	
	width: 60px;
	height: 60px;
	margin-top: -10px;
}

.hackengridsymbolright{
	margin-left:0px;
}

#kontaktdiv{
	display:flex;
	justify-content:center;
	width:85%;
	margin-left:auto;
	margin-right:auto;
}

#kontaktdivfieldsdiv{
	display: grid;
    grid-template-columns: 1fr 1fr;
	 grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    gap: 0px 60px;
	width:auto;
	margin-top:0px;
}

.kontaktfielddiv{
	height:90px;
	position:relative;
}

input[class="kontaktfield"], .kontaktfield, #kontakttextarea{
	all: unset;
    cursor: text;
    background-color: white;
    padding: 8px;
    margin: 0;
    box-shadow: 0px 0px 10px 0px lightgrey;
    border-radius: 10px;
    color: #615f5f;
    border: solid 1px white;
	width: calc(100% - 16px);
	min-width: calc(100% - 16px);
	min-height: 1.2em;
	font-size: 2em;
}

#kontaktfieldbirthday{
	pointer-events: auto;
    cursor: text;	
}

 .kontaktfield:focus, #kontakttextarea:focus{
	border: solid 1px #870000;
}

#selectsexlabel{
	cursor: pointer;
    background-color: white;
    padding: 8px;
    margin: 0;
    box-shadow: 0px 0px 10px 0px lightgrey;
    border-radius: 10px;
    color: #615f5f;
    border: solid 1px white;
	position:relative;
	width: 120px;
	height: 39px;
	font-size:2.1em;
}

#selectsex:focus{
	border: solid 1px #870000;
}

#selectsex {
	all:unset;
	z-index:50;
    margin-left: -9px;
	margin-right:-9px;
	border-radius: 10px;	
	border: solid 1px white;
	height: 40px;
	width: 150px;
	padding: 7px 56px 9px 15px;
}

#dropdownsymboldiv{
	background: url(../svg/dropdownsymbol.svg);
    background-size: 70%;
    background-position: center;
	background-repeat:no-repeat;
	top:8px;
	right:6px;
	z-index:0;
	position:absolute;
	height:40px;
	width: 40px;
}

#kontaktfieldtitlewrapper{	
	 position:absolute;
	 top:0;	 
	 right:0;
}

#kontaktfieldtitle{
	float:right;
	 width:140px;
	 margin-bottom:3px;
 }

.kontaktfielddiscription{
	color: #870000;
	margin: 3px 0px 0px 5px;
	font-size:1.2em;
}

#kontakttextarea{
	width:500px;
	max-width:500px;
	min-height:100px;
	height:200px;
	resize: vertical;
	overflow-wrap: break-word;
	overflow:con;
}

#kontaktsubmitbuttonwrapper{
	width:500px;
	margin: 90px 0px 200px 20%;
	text-align:center;
}

#kontaktsubmitbutton,#passwordnewbutton{
	   all: unset;
    background: #f0ba20;
    color: #870000;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    box-shadow: 0px 0px 10px 0px grey;
    position: relative;
    top: 10px;
    cursor: pointer;
	width:220px;
	height:50px;
	font-size:1.6em;
	margin: 10px auto 30px auto;
}

#kontakttextareawrapper{
	 width: 500px;
    margin-left:15%;
	margin-top:50px;
}

#readdataprivacyboxwrapper,#newsboxboxwrapper{
	display:flex;
	color: #615f5f;
    font-size: 1em;
	margin:30px 0px -20px 0px;
}

#newsboxboxwrapper{
	margin-top:50px;
}

#readdataprivacylabel,#newsboxlabel{	
    float: left;
    display: flex;
    align-items: center;	
    cursor: pointer;
}

#readdataprivacyspan,#newsboxspan{
	background-image: url(../svg/checkbox-e.svg);    
	width: 35px;
	height: 35px;
    padding: 0;
    margin: 0;
}

#readdataprivacybox:checked + label span, #newsbox:checked + label span{
	background-image: url(../svg/Haken-checked.svg);
}

#readdataprivacytext,#newsboxtext{
	font-size:1.4em;
	margin-left: 10px;
	width:100%;
	height:30px;
}

#hinweisnotread{
	margin-top:40px;
	margin-left:45px;
	margin-bottom:-30px;
	color:#d90026;
	font-size:1.1em;
	display:none;
}

.neueskontorightslinks{
	text-decoration:underline;
	cursor:pointer;
	 color: #615f5f;
}

#kontaktfieldpassword, #kontaktfieldpasswordwdh{
	width: calc(100% - 58px);
	padding-right:50px;
	min-width: auto;
}

.kontaktfieldpasswordpasswordshowchoose{
	 border-radius: 0px 5px 5px 0px;
	 display:flex;
	align-items:center;
	justify-content:center;
	position:absolute;
	right:0;
	top:0;		
	width:57px;
	height:57px;
	margin-right:0%;
}

.kontaktfieldpasswordpasswordshowchoosesvg{
	width:50%;
	height:50%;
	cursor:pointer;
	background: url(../svg/deselecteye.svg);
	background-size:100%;
}

#neuesKontologinitemdiv{	
	all:unset;
	display:none;	
	background:none;
	z-index:200;		
	position:fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);	
	width:500px;
	max-width:80%;	
	height:500px;
	max-height:70%;	
	color:#615f5f;	
	background-color:#e6e6e6;	
	border-radius:15px;
}

#neuesKontologinform{
	width:100%;
	height:100%;
	position:relative;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	gap: 0px;	
}

#neuesKontologinformheadline{
	width:100%;
	font-size:3em;
	text-align:center;
	margin-bottom:30px;
	margin-top:0px;
	margin:0;
	padding:0;
	color:#870000;
	font-style:italic;
}

.neuesKontologinforminputdescriptionwrapper{
	width:100%;
	position:relative;
	margin-top:-25px;
	font-size:1.2em;
	margin-left:9%;
	margin-bottom:20px;
}

.neuesKontologinforminputdescription{
	margin:0;
	padding:0;
	color:#870000;
	margin-left:30px;
}

#neuesKontologinformkeinpasswort{	
	font-size:0.8em;
	margin-right:10%;
	margin-top:5px;
	float:right;
}

#neuesKontologinmail {
	all:unset;
	cursor:text;
	background-color:white;
	margin:0;	
	box-shadow:0px 0px 10px 0px lightgray;
	border-radius:10px;
	color:#615f5f;
	border: solid 1px white;
	width:70%;
	font-size:1.7em;
	padding:7px 10px;
	margin-top:35px;
}

#neuesKontologinpassworddiv{
	background-color:white;
	margin-top:-30px;	
	box-shadow:0px 0px 10px 0px lightgray;
	border-radius:10px;	
	display: grid;
	grid-template-rows: 100%;
	gap: 0px 0px;
	position:relative;		
	width:73.5%;
	grid-template-columns: auto 3em;
	height:3em;		
}

#neuesKontopasswordshowchoose{
	 border-radius: 0px 5px 5px 0px;
	 display:flex;
	align-items:center;
	justify-content:center;
	position:absolute;
	right:0;
	top:0;	
	width:3em;
	height:3em;	
}

#neuesKontopasswordshowchoosesvg{
	width:50%;
	height:50%;
	cursor:pointer;
	background: url(../svg/deselecteye.svg);
	background-size:100%;
}

#neuesKontologinpassword{	
	all:unset;
	cursor:text;	
	border-radius:10px;
	color:#615f5f;
	padding:8px 1.5em 8px 10px;
	border: solid 1px white;
	width:98.5%;
	font-size:1.7em;
}

#neuesKontologinmail:focus, #neuesKontologinpassword:focus {
	border: solid 1px #870000;
}

#neuesKontokeeploginfieldlabel{
	color:#615f5f;
	font-size:0.95em;
	margin:35px 0px -10px 7%;
	float:left;
	display:flex;
	align-items:center;
}

#neuesKontokeeploginfield + label span{
	background-image: url(../svg/haken-none-hell.svg);
	width: 25px;
	height: 25px;
	padding:0;
	margin:0;
    display: inline-block;
    cursor: pointer;	
}

#neuesKontotonewpassword{	
	color:#615f5f;	
	text-decoration:none;
	margin-right:25px;
}

no{
	font-size:1.1em;
margin-left:10px;
}

#neuesKontokeeploginfield:checked  + label span{
   background-image: url(../svg/Haken-checked.svg);
}

#neuesKontologinbuttondiv{
	width:40%;
	height:50px;
	font-size:1.6em;		
	margin-top:-28px;
	margin-bottom:23px;
}

#neuesKontologinbutton{
	all:unset;
	background:#f0ba20;
	color:#870000;	
	border-radius:10px;
	text-align:center;
	font-weight: bold;
	font-size:1.4em;	
	box-shadow:0px 0px 10px 0px gray;
	position:relative;
	top:10px;
	cursor:pointer;
	margin: 0px 30px 0px 30px;
	width:100%;
	height:100%;
	margin: 0;
	padding:0;
}

.neuesKontologinclosediv{
	border-radius: 0px 5px 5px 0px;
	display:flex;
	align-items:center;
	justify-content:center;
	height:50px;
	width:50px;
	top:10px;
	right:10px;
	position:absolute;
	cursor:pointer;
	z-index:5;
}
	
.neuesKontologinclosesvg{
	width:66.66%;
	height:66.66%;
	background: url(../svg/kreuz.svg);
	background-size:100%;
	cursor:pointer;
}

#neueskontologinmessage{
	color:#d90026;
	margin-top:-60px;
	margin-bottom:-40px;
	display:none;
}

#informationFortfahrenRegistatrionDIV{
	text-align:center;
	padding-top:130px;
	display:none;	
}

#g_headline{
	font-size:3.4em;
	font-weight:600;
	color:#870000;
}

#g_text{
	margin:70px 100px 250px;
	font-size:1.5em;
	color:#615f5f;
}

#g_smallertext{
	font-size:0.7em;
	margin: 0px 50px;
}

#neuesKontodiscriptionstart{
	font-size:1.2em;
}
	
#passwordfieldmail{
	width:450px;
	font-size:1.2em;
}

#fieldnewpassword, #fieldnewpasswordwdh{
	width: calc(100% - 58px);
    padding-right: 50px;
	text-align:left;
	height:40px;
	font-size:1.2em;
}

#passwordemaildescription{
	font-size:0.8em;
	margin-top:10px;
}

#passwordnewbutton{
	font-size:1.1em;
}

.fieldnewpassworddiscription{
	color:#870000;
	font-size:0.8em;
	margin-top:4px;
}

.newpasswordfielddiv{
	height: 90px;
    position: relative;
    width: 450px;
    margin: auto;
}

@media all and (min-width: 451px) {
	#neuesKontodiscriptionstart{
		font-size:1em;
	}
	#g_text{		
		margin:70px 200px 250px;
		font-size: 1.2em;
	}
	
	#hinweisnotread{
		margin-top:-10px;
		margin-left:76px;
		margin-bottom:10px;
		color:#d90026;
		font-size:0.9em;
		position:relative;
		display:none;
		width: 600px;
	}
	
	#kontaktfieldbirthday{
		padding: 6px 8px;
	}
	
	.hackengridsymbol{
		width: 40px;
		height: 40px;
		margin-top:-5px;
	}
	
	#neuesKontodivwrapper {		
		width:600px;
		padding-left:8%;
		font-size:1em;
	}
	
	#tobiglogin{
		text-align:left;
		width:auto;
		font-size:0.7em;
		margin-bottom:0px;
	}
	
	input[class="kontaktfield"], .kontaktfield, #kontakttextarea{		
		width: 300px;
		font-size: 1.5em;
		min-width:auto;
		min-height:auto;
	}
	
	#kontaktfieldpassword, #kontaktfieldpasswordwdh{
		width: 268px;
		padding-right:35px;
	}

	#kontaktdiv{
		width:50%;
		margin:auto;
	}

	.kontaktfieldpasswordpasswordshowchoose{		
		width:47px;
		height:47px;
		margin-right:auto;	
	}
	
	.kontaktfielddiscription{
		font-size:1em;
	}
	
	#readdataprivacytext,#newsboxtext{
		margin-left: 8px;
		margin-top: -1px;
		font-size:1em;
	}
	
	#readdataprivacytext{
		padding-top:12px;
	}
	
	#readdataprivacyspan, #newsboxspan{
		width: auto;
		height: auto;
	}
	
	#readdataprivacyboxwrapper,#newsboxboxwrapper{
		margin:0px 0px 0px 7%;
	}
	
	#kontaktsubmitbutton,#passwordnewbutton{
		width: 210px;
		height: 45px;
		font-size: 1.4em;
		margin:0;
	}
	
	#selectsexlabel{	
		width:85px;
		height:29px;
		font-size: 1.5em;	
	}
	
	#selectsex{		
		height:29px;
		width: 100%;
		padding: 8px 28px 8px 10px;
	}
	
	#dropdownsymboldiv{		
		height:30px;
		width:30px;
	}
	
	#kontaktsubmitbuttonwrapper{		
		margin:50px 0px 200px 15%;	
	}

	#tobiglogin:hover{
		color:#870000;
	}

	#kontaktsubmitbutton:hover, #passwordnewbutton:hover{
		 background: #870000;
		color: #f0ba20;
	}

	.neueskontorightslinks:hover{
		color:#870000;
	}

	#neuesKontotonewpassword:hover{
		color:#f0ba20;	
		
	}

	#neuesKontologinbutton:hover{
		background:#870000;  
		color:#f0ba20;
	}

	.neuesKontologinclosediv:hover .neuesKontologinclosesvg{
		background: url(../svg/kreuzhover.svg);
		background-size:100%;
	}
	
	#passwordfieldmail{
		font-size:0.8em;
		width:400px;
	}
	
	#passwordemaildescription, .fieldnewpassworddiscription{
		font-size:0.9em;
		margin-top:4px;
	}
	
	#passwordnewbutton{		
		font-size:1.1em;
	}
	
	#fieldnewpassword, #fieldnewpasswordwdh{
		width: calc(100% - 58px);
		padding-right: 50px;
		text-align:left;
		height:30px;
		font-size:1.2em;
	}
	.fieldnewpassworddiscription{
		color:#870000;
		margin-top:4px;
	}

	.newpasswordfielddiv{
		height: 70px;
		position: relative;
		width: 350px;
		margin: auto;
		font-size:0.8em;
	}
	
}