datadataselect {
	-moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
	}

select::-ms-expand {
  display: none;
}

.select-wrapper {
  /* ... */
  position: relative;
}

.select-wrapper::before {
  font-family: 'Material Icons';
	content: "\E313";
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 18px;
  color: #000;
	z-index:99999;
}

.select-wrapper::before {
  /* ... */
  pointer-events: none;
}

form > * {
	font-size: 1rem;
}

form p.error {
	color: red;
	padding-bottom: 1em;
}


.customcheck {
	margin: 1em 0 0;
	display: flex;
  	flex-direction: row;
}

.customcheck > div {
	padding-right: 1.5em;
}

.customcheck > div label {
	padding-top: 3px;
}

input[type=text],
input[type=file],
input[type=email],
input[type=password],
input[type=num],
input[type=tel],
input[type=date],
select,
textarea
 {
  width: 100%;
  padding: 1em;
  margin:0.5em 0 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
	font-size: 100%;
}

input[type=submit],
input[type=button] {
  width: 100%;
  background-color: #555555;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover,
input[type=button]:hover {
  background-color: #999;
}

textarea {
	resize: vertical;
	height: 150px;
}

label {
  font-weight: normal;
}

/* Costum Radio */

.cnt {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.cnt input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #6C6C6C;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.cnt:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.cnt input:checked ~ .checkmark {
  background-color: #555555;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.cnt input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.cnt .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}


/* --------------------------------------------------------- */

form#request {
  width: 100%;
  padding: 0;
  margin: 1rem 0;
  overflow: auto;
}

form#request p {
  margin: 0.5rem 0!important;
}

form#request .row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 1rem;
}

form#request .row .col {
  width: calc(50% - 0.5rem);
}

form#request .row .col100 {
  width: 100%;
}


form#request .row7030 > div:nth-of-type(odd)  { width: calc(70% - 1rem); }
form#request .row7030 > div:nth-of-type(even) { width: calc(30% - 1rem); }


@media screen and (max-width: 800px) {
  form#request .row {
    flex-direction: column;
    gap: 0rem;
  }

  form#request .row .col {
    width: 100%;
    margin-bottom: 0rem;
  }
}

@media screen and (max-width: 900px) {
  form#request .row .col .row {
    flex-direction: column;
    gap: 0rem;
  }

  form#request .row .col .row .col {
    width: 100%;
    margin-bottom: 0rem;
  }
}

form#request .radio {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 0.75rem;
  margin: 0.5rem 0;
}

form#request [type=checkbox],
form#request [type=radio] {
  height: 24px;
  width: 24px;
}

form#request [type=checkbox]+label,
form#request [type=radio]+label {
  padding-top: 0px;
}

/* ------------------------------------------------------------------------------------------ */

form#request input,
form#request textarea,
form#request select {
  display: block;
  margin: 0;
  padding: 0.7rem;
  width: 100%;
  font-size: 1rem;
  background: #F9F9F9;
  border: 1px solid #ccc;
  border-radius: 2px;
}

form#request textarea {
  min-height: 15rem;
  padding: 0.5rem;
  resize: vertical;
  width: 100%;
}

form#request .formFehler {
  color: red;
  font-size: 90%;
  margin: 0 0 0.5rem;
  text-align: left;
}

form#request input#abschicken {
  background:  #083878;
	border: none;
  display: block;
  margin: 1rem auto;
  padding: 0.75rem;
  width: 250px;
}

form#request input#abschicken:hover {
  background:  #E83828;
  box-shadow: none;
  color: #fff
}

form#request select {
  border: solid 1px #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 3px #ccc;
  width: 100%;
}

form#request select:nth-of-type(1) {color: #777;}

form#request .secure {
  display: flex;
  flex-wrap: wrap;
}

form#request .secure > p:nth-of-type(1) {width: 120px;}
form#request .secure > p:nth-of-type(1) > img {padding-top: 6px;}
form#request .secure > p:nth-of-type(2) {width: calc(100% - 120px);}

form#request .data-protection {display: flex; flex-wrap: wrap;}

form#request .data-protection > p:nth-of-type(1) {width: 40px;}

form#request .data-protection > p:nth-of-type(2) {width: calc(100% - 40px);}



form#request p#legend {font-size: 80%; margin: 0.25rem 0;}

/* ---------------------------------------------------------------------- */
