#send_success, #send_error {
  	display: none;
	margin-bottom: 3rem;
}
#umfrage input, #umfrage select {
  line-height: normal;
  width: 100%;
}
#umfrage form{
	padding: 2rem 2.5rem;
	margin: 3rem auto;
  	background-color: #fff;
  	box-shadow: 0px 3px 10px #959595;
	position: relative;
	z-index: 5;
}
#umfrage form, fieldset{
	display: flex;
  	flex-direction: row;
  	flex-wrap: wrap;
  	justify-content: space-between;
  	align-content: center;
  	align-items: center;
}
#umfrage .form{
	position: relative;
}
#umfrage .info small{
	display: block;
	padding-left: 0.5rem;
	margin-top: -1rem;
	margin-bottom: 1rem;
}
#umfrage .formBg{
	background-repeat: repeat;
	background-size: 300px;
	background-image: url("/layout/punktraster-gross-hellblau-20transparent.svg");
	margin: -50px calc(((100vw - 1250px) / 2) * -1);
	position: absolute;
	z-index: 0;
	width: 100vw;
	height: calc(100% + 100px);
}
#umfrage form h3{
	width: 100%;
	font-size: 1.5em;
}
#umfrage form p{
	color: #004994;
}
#umfrage fieldset {
	padding: 1rem 0;
	font-size: 16px;
	line-height: 1.5em;
}
#umfrage fieldset .hint{
	padding: 0.5em;
}
#umfrage input, #umfrage input[type="text"], #umfrage input[type="email"], #umfrage input[type="tel"], #umfrage select, #umfrage textarea{
	box-sizing: border-box;
	border-radius: 0.5rem; 
	border: solid 2px #004994;
	background-color: #fff;
	padding: 0.75rem 1rem;
	/*margin: 0.5em;*/
	font-size: 18px;
	margin: 0.5em 0;
}
#umfrage input, #umfrage select, #umfrage label{
	color: #004994;
}
#umfrage select, #umfrage label{
	font-weight: 700;
}
#umfrage label {
	/*width: 20%;
	display: none;*/
	/*	rz 24.07.2025*/
	text-indent: -1000em;
	height: 0;
	width: 0;
	position: absolute;	
}
#umfrage label.type {
	display: block;
	width: 100%;
}
#umfrage label.visible {
	display: inline-block;
}
#umfrage label.radio{
	display: inline-block;
	text-indent: 0em;
	height: auto;
	width: auto;
	position: relative;
}
#umfrage .hidden {
	visibility: hidden;
}
#umfrage .formLink{
	background: #fff url("/layout/pfeil-blau.svg")no-repeat 95% center;
    background-size: auto;
  	background-size: 80px;
  	display: block;
  	padding: 1rem 110px 1rem 1.5rem;
  	border: solid 1px;
  	border-radius: 0.5rem;
  	margin-bottom: 0.5rem;
	font-weight: 700;
  	color: #004994;
}
#umfrage input[type="radio"] {
	width: 30px;
	height: 20px;
}
#umfrage input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 3%;
}
#umfrage input[type=submit]{
	padding: 0.8rem 1.5rem;
	cursor: pointer;
	border: none;
	border-radius: 0.5rem;
	color: #fff;
	font-weight: 700;
	background-color: #003888;
}
#umfrage .full{
	width: 100%;
}
#umfrage .eighty {
	width: 78%;
}
#umfrage .sixty {
	width: 58%;
}
#umfrage .fifty {
	width: 48%;
}
#umfrage .fourtyfive {
	width: 43%;
}
#umfrage .fourty {
	width: 38%;
}
#umfrage .thirty {
	width: 28%;
}
#umfrage .twenty  {
	width: 18%;
}
#umfrage input:disabled{
	border: none;
	font-weight: 700;
	padding-left: 0;
}
#umfrage fieldset{
	width: 100%;
	padding-top: 0;
}
#umfrage fieldset.reason label {
	width: 17.5%;
	margin-left: 0.5em;
}
#umfrage fieldset.reason input[type="text"] {
	width: 73.5%;
}
#umfrage fieldset.radio input, fieldset.radio input:first-of-type{
	width: 60px;
	margin: 0;
	margin-bottom: 1.5rem;
}

#umfrage fieldset.radio label{
	width: calc(100% - 70px);
	height: auto;
	margin-bottom: 1.5rem;
	text-indent: 0;
  	position: relative;
 	/* margin-top: -3rem;*/
}
#umfrage span.slash {
	display:inline-block;
	width: 10%;
	text-align:center;
	font-size: 1.5rem;
	min-width: 20px;
}
#umfrage form .accordion{
	width: 100%;
	padding: 0 1%;
}
#umfrage form a[href$=".pdf"]{
	background: #fff;
	padding-left: 0;
}
#umfrage .weitere{
	display: inline-block;
	padding: 0.8rem 1.5rem;
	border-radius: 0.5rem;
	font-weight: 700;
	color: #fff;
	/*margin-left: 1%;*/
	margin: 0.5rem 0;
}



@keyframes twinkle {
 to {
  text-shadow: 1px 1px #FFE653, 2px 2px #FFF5BF, .1em .1em .2em rgba(0,0,0,.5);
  filter: drop-shadow(0px 0px 5px #ffd700);
 }
}
@media only screen and (max-width: 1280px) {
	/*.twenty {
		width: 28%;
	}*/
	.formBg{
		margin: -20px;
	}
}
@media only screen and (max-width: 960px) {
	/*.fourtyfive, .fourty, .thirty, .twenty{
		width: 48%;
	}*/
	.eighty, .sixty, .fifty, .fourtyfive, .fourty, .thirty, .twenty {
		width: 100%;
	}
	span.slash{
		width: 2%;
	}
}
@media only screen and (max-width: 680px) {
	/*.fourtyfive, .fourty, .thirty, .twenty{
		width: 100%;
	}*/
	span.slash{
		width: 1%;
	}
}
