<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">form {
	border-sizing:border-box;
	width:98%;
	position: relative;
	overflow:hidden;
	text-align:left;
}



input,textarea, select {
	background: transparent;
	border:0px;
	border-bottom: 1px solid #788395;
	  padding-left:4%;
	  font-size:22px;
	  border-sizing:border-box;
	  width:95%;
	  height:30px;
	  color:#788395;
		transition: all 1s;
		margin:0;
}


select {
	cursor:pointer;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
	border-radius: .5em;
	
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	color:#7E0330;

	
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%234c6334%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	background-position: left .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
/* Hide arrow icon in IE browsers */

select::-ms-expand {
	display: none;
}


select &gt; *:hover {
	background-color: #7E0330;
}
/* Focus style */

select:focus {
	border-color: #aaa;
	/* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
	
	box-shadow: 0 0 1px 3px rgba(0, 153, 0, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}
/* Set options to normal weight */

select option {
	font-weight: normal;
	  background:#ccc;
  border-top:1px solid #444;
  color:7E0330;
}




textarea {height:100px;}

input:focus, textarea:focus {background-color:#eee; transition:all 1s; border:0px; 	border-bottom: 1px solid #aa0000;}


.abstand {position:relative; box-sizing:border-box; width:100%; display:block; height:10px;}
.zwabstand {box-sizing:border-box; width:3%; postion:relative; display:inline-block; }

select[name="Anrede"]{border-sizing:border-box; width:30%;}
input[name="Name"]{border-sizing:border-box; width:95%;}

input[name="Strasse"]{border-sizing:border-box; width:68%;}
input[name="Nummer"]{border-sizing:border-box; width:20%;}

input[name="PLZ"]{border-sizing:border-box; width:20%;}
input[name="Ort"]{border-sizing:border-box; width:68%;}



@media (max-width: 1000px)
{

input, textarea, select {font-size:20px; padding-left:8%; width:91%;}
input[name="Name"]{border-sizing:border-box; width:58%;}
input[name="Strasse"]{border-sizing:border-box; width:60%;}
input[name="Ort"]{border-sizing:border-box; width:60%;}
}
@media (max-width: 560px)
{
.material-icons-kontakt {font-size:14px;}
input,textarea, select {font-size:16px; padding-left:10%; width:89%;}
input[name="Name"]{border-sizing:border-box; width:54%;}
input[name="Strasse"]{border-sizing:border-box; width:52%;}
input[name="Ort"]{border-sizing:border-box; width:52%;}
}


label {
	position: absolute;
	display:inline-block;

}


input[type="checkbox"] {
 -moz-appearance: None;
 -webkit-appearance: none;
 width: 40px;
 height: 40px;
 padding-left:0px;
background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDhweCIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iNDhweCIgZmlsbD0iI2NjMDAwMCI+PHBhdGggZD0iTTAgMGgyNHYyNEgwVjB6IiBmaWxsPSJub25lIiBvcGFjaXR5PSIuODciLz48cGF0aCBkPSJNMTIgMkM2LjQ3IDIgMiA2LjQ3IDIgMTJzNC40NyAxMCAxMCAxMCAxMC00LjQ3IDEwLTEwUzE3LjUzIDIgMTIgMnptMCAxOGMtNC40MSAwLTgtMy41OS04LThzMy41OS04IDgtOCA4IDMuNTkgOCA4LTMuNTkgOC04IDh6bTMuNTktMTNMMTIgMTAuNTkgOC40MSA3IDcgOC40MSAxMC41OSAxMiA3IDE1LjU5IDguNDEgMTcgMTIgMTMuNDEgMTUuNTkgMTcgMTcgMTUuNTkgMTMuNDEgMTIgMTcgOC40MXoiLz48L3N2Zz4=');
 background-size: 40px 40px;
 background-position: Center Center;
 background-repeat: no-repeat;
 border: none;
 outline: none;
 vertical-align: Middle;
 cursor:pointer;
 background-color:transparent;
 transition:all 1s;
border:0px;
}

input[type="checkbox"]:checked {
background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDhweCIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iNDhweCIgZmlsbD0iIzAwYWEwMCI+PHBhdGggZD0iTTAgMGgyNHYyNEgwVjB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTEyIDJDNi40OCAyIDIgNi40OCAyIDEyczQuNDggMTAgMTAgMTAgMTAtNC40OCAxMC0xMFMxNy41MiAyIDEyIDJ6bTAgMThjLTQuNDEgMC04LTMuNTktOC04czMuNTktOCA4LTggOCAzLjU5IDggOC0zLjU5IDgtOCA4em00LjU5LTEyLjQyTDEwIDE0LjE3bC0yLjU5LTIuNThMNiAxM2w0IDQgOC04eiIvPjwvc3ZnPg==');
 background-color:transparent;
 transition:all 1s;
 border:0px;
}

input[type="submit"],input[type="reset"]
{
cursor: pointer;
  -moz-border-radius: 18px;
  -moz-box-shadow: #fffff 0px 0px 11px;
  -webkit-border-radius: 18px;
  -webkit-box-shadow: #6E7849 0 0 10px;
  background-color: #fefefefe;
  background-image: -moz-linear-gradient(24deg, #d8d8d8, #fefefefe);
  background-image: -ms-linear-gradient(24deg, #d8d8d8, #fefefefe);
  background-image: -o-linear-gradient(24deg, #d8d8d8, #fefefefe);
  background-image: -webkit-linear-gradient(24deg, #d8d8d8, #fefefefe);
  background-image: linear-gradient(24deg, #d8d8d8, #fefefefe);
  border-radius: 10px;
  border: 1px solid #888888;
  box-shadow: #fffff 0px 0px 11px;
  color: #000000;
  display: inline-block;
  margin: auto;
  width:auto;
  padding: 4px;
  text-decoration: none;
  height:auto;
}

input[type="submit"]:hover, input[type="reset"]:hover
{
  background-image: linear-gradient(24deg, #55aa55, #fefefefe);
	transition: 1s all;
	padding:10px;
	
}



input:required + span::after {
	position: absolute;
	margin-left:-20px;
	height:26px;
	content: "â˜…";
	color: red;
}

input:required:valid + span::after {
	content: "âœ”";
	color: green;
}


select:required + span::after {
	position: absolute;
	margin-left:-30px;
	height:26px;
	content: "â˜…";
	color: red;
}

select:required:valid + span::after {
	content: "âœ”";
	color: green;
}



.checktext {
		display: flex;
	flex-direction: rows;
		align-items: center;
}

form p{font-size:20px; }
@media (max-width: 700px)
{
	form p{font-size:16px;}
	input[type="checkbox"] {min-width:40px;}
}


@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('../layout/material-icons.woff2') format('woff2');
}

.material-icons-kontakt {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 28px;
	line-height:1.2;
	color:#006600;

}


</pre></body></html>