textarea { resize: none; }

div.zauswahl { 
    display: none; 
	margin: 10px 5px 0px 5px;
}

@font-face {
    font-family: "Montserrat";
    font-display: swap;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
    src: url("../fonts/Montserrat-Regular.ttf");
    }
@font-face {
    font-family: "Beon";
    font-display: swap;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
    src: url("../fonts/beon-regular.ttf");
 }
body
{
 height: 100vh;
 background-image: linear-gradient(70deg, #ffffff 40%, #ffffdd 100%);
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-size: cover;
 margin: 0px;
 padding: 0px;
 border: 0px;
 font-family: Montserrat,Helvetica,Arial,Lucida,sans-serif;
 font-size: 16px;
}
div.ueberschrift {
 font-family: Beon,Helvetica,Arial,Lucida,sans-serif;
 padding: 5px;
 margin: 20px 5px 5px 5px;
 font-size: 40px;
 color: #A49CB4 !important;
 line-height: 1.6em;
 text-align: center;
 text-shadow: 0em 0em 0.3em #A49CB4;
 width: 490px;
 border:4px solid #EBE984;
}
div.unterschrift {
 width: 500px;
 padding: 5px;
 margin: 5px 5px 5px 5px;
 font-weight: 700;
 text-transform: uppercase;
 font-size: 14px;
 color: #F5C4A3 !important;
}
div.linkschrift {
 width: 500px;
 padding: 5px;
 margin: 5px 5px 5px 5px;
 font-weight: 700;
 text-transform: uppercase;
 font-size: 14px;
 color: #898989;
 cursor: pointer;
}
div.linkschrift:hover {
 	color: #cdcdcd;
}
div.linkschrift:active {
 	color: #898989;
}
div.Labeling {
 width: 500px;
 padding: 5px;
 margin: 20px 5px 5px 5px;
 font-weight: 400;
 font-size: 16px;
}
select::-ms-expand {
  display: none;
}
select:focus::-ms-value {
  background-color: transparent;
}
div.select-wrapper {
  width: 500px;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  width: 300px;
  height: 40px;
  -moz-padding-start: calc(10px - 3px);
  padding: 10px;
  margin: 0px; 
  color: #000000;
  font-family: Montserrat,Helvetica,Arial,Lucida,sans-serif;
  font-size: 16px;
  cursor: pointer;
  outline: none;
}
textarea {
	font-family: Montserrat,Helvetica,Arial,Lucida,sans-serif;
	font-size: 16px;
	width: 480px;
	height: 160px;
	padding: 10px;
}
input[type=text] {
	font-family: Montserrat,Helvetica,Arial,Lucida,sans-serif;
	font-size: 16px;
	width: 300px;
	height: 20px;
	padding: 10px;
}
input[type=submit] {
	font-family: Montserrat,Helvetica,Arial,Lucida,sans-serif;
	font-size: 16px;
	padding: 10px;
	margin: 30px 5px 5px 20px;
}
input[type=reset] {
	font-family: Montserrat,Helvetica,Arial,Lucida,sans-serif;
	font-size: 16px;
	padding: 10px;
	margin: 30px 20px 5px 5px;
}
div.buttonart {
 font-weight: 700;
 text-transform: uppercase;
 font-size: 16px;
 color: #c29171 !important;
	width: 300px;
	height: 40px;
	padding: 10px;
	margin: 15px 5px 0px;
	background-color: #ffffdd;
	border:4px solid #EBE984;
	line-height: 2.4em;
	cursor: pointer;
}
div.buttonart:hover {
 	background-color: #ffffbb;
}
div.buttonart:active {
 	background-color: #ffffaa;
}
#FSch {
 height: 25px !important;
 margin-top: 25px !important;
 line-height: 1.6em;
}
