input{
	-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}



input[type=button], input[type=submit], button[type=submit], input[type=reset], a.submit  {
  background-color: #A68F30;
  border-radius: 50px;
  border: none;
  color: #FFF;
  padding: 12px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
width: 260px;
  /*height:62px;*/
/*box-shadow: 0px 5px 10px rgba(40, 40, 40, 0.3), inset 0 -3px 0 rgba(40, 40, 40, 0.1);*/
	font-family: 'Finlandica', sans-serif;
	font-weight: 400;
	font-size:17px;
  transition: all 0.2s ease;
} 


input[type=button]:hover, input[type=submit]:hover, button[type=submit]:hover, button[type=submit]:hover span, input[type=reset]:hover, a.submit:hover , 
input[type=button]:focus, input[type=submit]:focus, button[type=submit]:focus, button[type=submit]:focus span, input[type=reset]:focus, a.submit:hover 
{
  background-color:#BDB188;
}

a.submit{
	background-color: #282828 !important;
	margin-top: 25px !important;
} 

input[type=text] , textarea, select {
  background-color: #282828;
  border: 1px solid rgb(166, 143, 48);
  color: white;
  padding: 8px 10px;
  text-decoration: none;
  margin: 4px 2px;
  min-width: 250px;
  max-width: 500px;
	font-family: 'Finlandica', sans-serif;
	font-weight: 400;
	font-size:17px;
}


textarea{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    width: 100% !important;
}

/* Knöpfe normal*/
.inputGroup {
  /*background-color: #CCC;*/
  border: 1px solid rgb(166, 143, 48);
  margin-top: 10px !important;
  display: block;
  margin: 0px 0;
  width: 280px;
  /*
  box-shadow: 0px 5px 10px rgba(40, 40, 40, 0.3), inset 0 -3px 0 rgba(40, 40, 40, 0.1);
  */
}

.inputGroup label {
  padding: 12px 12px;
  width: 100%;
  display: block;
  text-align: left;
  color: #FFF;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
}


.inputGroup label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: '';
  background-color: rgb(166, 143, 48);
  position: absolute;
  left: 50%;
  top: 50%;
  /*transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);*/
  opacity: 0;
  z-index: -1;
}

/*
.inputGroup label:after {
  width: 32px;
  height: 32px;
  content: '';
  border: 2px solid #d1d7dc;
  background-color: #626262;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}
.inputGroup .ausgebucht:after {
  border: 0px !important;
  background-image: none !important;
}
*/

.inputGroup .ausgebucht {
pointer-events: none !important;
 opacity: 0.1; !important;
}


.inputGroup input:checked ~ label, .inputGroup input:hover ~ label {
  color: #FFF;
}

/*.inputGroup input:checked ~ #PlaetzeFrei {
  color: #d1d7dc;
}
*/

.inputGroup input:checked ~ label:before, .inputGroup input:hover ~ label:before  {
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}

/*.inputGroup input:checked ~ label:after, .inputGroup input:hover ~ label:after {
  background-color: #E30613;
  border-color: #E30613;

  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  }
*/



.inputGroup input {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

*, *::before, *::after {
  box-sizing: inherit;
}




