

#tofeedbacklink{
	color:#615f5f;
	text-decoration:underline;
}

#kontaktstartformulartitlewrapper{
	width:500px;
	text-align:center;
	color:#870000;
	margin: 60px auto 15px auto;
}

#kontaktstartformulartitle{	
	font-size:3em;
}

#kontaktdivfieldsdiv{
	display: grid;
    grid-template-columns: 45% 45%;
	 grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    gap: 0px 10%;
	width:82%;
	margin-top:30px;
	margin-left: 9%;
}

.kontaktfielddiv{
	height:95px;
	position:relative;
}

input[class="kontaktfield"], .kontaktfield, #kontakttextarea {
	all: unset;
	display:block;
    cursor: text;
    background-color: white;
    padding: 9px 8px 7px 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);
	font-size: 1.8em;
	min-height: 1.2em;
}

 .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;
	height:39px;
	font-size:1.8em;
	width: 110px;
	margin-left:-4px;
}

#selectsex:focus{
	border: solid 1px #870000;
}

#selectsex{
	all:unset;
	z-index:50;
	height:39px;
	width: 100%;
    margin-left: -9px;
	margin-right:-9px;
	border-radius: 10px;	
	border: solid 1px white;	
	padding: 10px 32px 6px 10px;	
}

#dropdownsymboldiv{
	height:40px;
	width:40px;
	background: url(../svg/dropdownsymbol.svg);
    background-size: 70%;
    background-position: center;
	background-repeat:no-repeat;
	top:9px;
	right:6px;
	z-index:0;
	position:absolute;
}

#kontaktfieldtitlewrapper{	
	 position:absolute;
	 top:0;	 
	 right:0;
}

#kontaktfieldtitle{
	float:right;
	 width:130px;
	 margin-bottom:3px;
 }

.kontaktfielddiscription{
	color: #870000;
	margin: 3px 0px 0px 5px;
	font-size:1.5em;
}

#kontakttextarea{
	min-height:100px;
	height:300px;
	resize: vertical;
	overflow-wrap: break-word;	
	width: calc(100% - 16px);
}

#kontaktsubmitbuttonwrapper{
	width:500px;
	margin:60px auto 200px auto;	
	text-align:center;
}

#kontaktsubmitbutton{
	   all: unset;
    background: #f0ba20;
    color: #870000;
    text-align: center;
    font-weight: bold;
    box-shadow: 0px 0px 10px 0px grey;
    position: relative;
    top: 10px;
    cursor: pointer;	
	width: 220px;
	height: 60px;
	border-radius: 10px;
	font-size: 2.5em;
	display: flex;
    justify-content: center;
    align-items: center;
    line-height: 60px;
    margin: auto;
}

#kontakttextareawrapper{
	width: 82%;
    margin-left:9%;
	margin-top:15px;
}

#kontaktfielddivbetreff{
	margin-top:45px;
	width: 82%;
	margin-left: 9%;
}

#pflichtfeldhinweiswrapper{
	margin: 35px 0px 10px 10%;
	width:500px;
}

#pflichtfeldhinweis{
	color:#870000;
	font-size:1.6em;	
}

#readdataprivacyboxwrapper,#newsboxboxwrapper{
	display:flex;
	color: #615f5f;
    font-size: 1em;
	margin:10px 0px 0px 9%;
	width:82%;
}

#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, #readdatateilnahmebox:checked + label span{
	background-image: url(../svg/Haken-checked.svg);
}

#readdataprivacytext,#newsboxtext{
	margin-left: 20px;
    margin-top: -1px;
	font-size:1.8em;
	width:100%;
}

#hinweisnotread{
	color:#d90026;
	font-size:1.5em;
	display:none;
	margin-top: 20px;
    margin-left: 9%;
    margin-bottom: -30px;
	width:82%;
}

.neueskontorightslinks{
	text-decoration:underline;
	cursor:pointer;
	 color: #615f5f;
}

.kontaktrightslinks{
	text-decoration:underline;
	cursor:pointer;
	 color: #615f5f;
}

#messagesuccessfultitle{
	text-align:center;
	margin:80px auto 0px;
	font-size:2.4em;
	color: #870000;
}

#messagesuccessfulcontent{
	text-align:center;
	margin:50px 100px;
	color: #615f5f;
	font-size:1.2em;
}

@media all and (min-width: 451px) {
	#kontaktstartformulartitle{
		font-size:1.8em;
	}
	
	#selectsexlabel{		
		font-size: 1.1em;
		width:60px;
		margin:0;
		height:22px;		
	}
	
	#selectsex{		
		padding: 8px 28px 8px 10px;
		height:22px;
	}
	
	#kontaktdivfieldsdiv{
		grid-template-columns: 1fr 1fr;
		 grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
		gap: 0px 60px;
		width:500px;
		margin-top:30px;
		margin-left:15%;
	}
	
	input[class="kontaktfield"], .kontaktfield, #kontakttextarea {
		width: 200px;
		font-size: 1.1em;
		padding: 8px;
		min-width:auto;
		min-height:auto;
	}
	
	#dropdownsymboldiv{
		height:20px;
		width:20px;
		top:10px;
	}
	
	#kontakttextareawrapper{
		margin-left: 15%;
		width: 500px;
		margin-top:15px;
	}
	
	#kontaktfielddivbetreff{		
		width:auto;
		margin-left:15%;
	}	
	
	#kontakttextarea{		
		width:500px;
		max-width:500px;
		height: 200px;
	}
	
	.kontaktfielddiscription{
		font-size:0.9em;
	}
	.kontaktfielddiv{
		height:70px;
	}
	
	#kontaktfieldtitle{
		width:100px;
	}	
		
	#kontaktsubmitbutton{		
		width: 150px;
		height: 40px;
		line-height: 40px;
		border-radius: 10px;
		font-size: 1.5em;
	}
	
	#pflichtfeldhinweiswrapper{
		margin-left:15%;		
	}
	
	#pflichtfeldhinweis{
		font-size:0.9em;
	}
	
	#tofeedbacklink:hover{
		color:#870000;
	}
	#kontaktsubmitbutton:hover{
		 background: #870000;
		color: #f0ba20;
	}

	.neueskontorightslinks:hover{
		color:#870000;
	}

	.kontaktrightslinks:hover{
		color:#870000;
	}
	
	#kontaktstartformulartitlewrapper{
		margin: 60px 0px 15px 15%;
	}
	
	#readdataprivacyspan,#newsboxspan{
		width: 15px;
		height: 15px;
	}
	
	#readdataprivacytext,#newsboxtext{
		font-size:1.1em;
		height:auto;
		margin-left: 10px;
	}
	
	.gewinntext{
		font-size:1.1em;
	}
	
	.artikelinfo{
		font-size:2em;		
	}
	
	#readdataprivacyboxwrapper,#newsboxboxwrapper{
		margin:10px 0px 0px 15%;
		width:auto;
	}
	
	#kontaktsubmitbuttonwrapper{
		margin:30px 0px 150px 15%;	
	}
	
	#hinweisnotread{
		margin-left:15%;
		margin-bottom:-15px;
		font-size:1.1em;
		display:none;
		width:auto;
		margin-top:20px;
	}
}