:root {
  --input-padding-x: 1.5rem;
  --input-padding-y: 0.75rem;
}

.body-form {
  background: #9cecfb;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #0052d4, #65c7f7, #9cecfb);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #0052d4, #65c7f7, #9cecfb);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.card-signin {
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.card-signin .card-title {
  margin-bottom: 2rem;
  font-weight: 300;
  font-size: 1.5rem;
}

.card-signin .card-img-left {
  /* Link to your background image using in the property below! */
  background: scroll center url("../images/anfrage.jpg");
  background-size: cover;
}

.card-signin .card-body {
  padding: 2rem;
}

.form-signin {
  width: 100%;
}

.form-signin .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  padding: 1rem;
  transition: all 0.2s;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group input {
  height: auto;
  border-radius: 2rem;
}

.form-label-group > input,
.form-label-group > label {
  padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}

.btn-google {
  color: white;
  background-color: #ea4335;
}

.btn-facebook {
  color: white;
  background-color: #3b5998;
}

/* STEPS form eigene */

#progress {
  padding: 0;
  list-style-type: none;
  line-height: 110%;
  clear: both;
  margin-bottom: 30px;
  overflow: hidden;
}

#progress li {
  float: left;
  padding: 7px 20px 7px 20px;
  background: #aeafb1;
  color: #fff;
  position: relative;
  border-top: 1px solid #aeafb1;
  border-bottom: 1px solid #aeafb1;
  width: 31%;
  margin: 0 8px 0 0;
  text-align: center;
  min-height: 46px;
  font-size:14px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #progress li {
    font-size:12px;
  }
}

@media (max-width: 767px) {
  #progress li {
    font-size:9px;
  }

}

#progress li:before {
  content: "";
  border-left: 16px solid #dce6f9;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}
#progress li:after {
  content: "";
  border-left: 16px solid #aeafb1;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 20;
}
#progress li:last-child {
  margin-right: 0;
}
#progress li:last-child:after {
  content: "";
  border: none;
}
#progress li.active {
  background: #28a745;
  border-top: 1px solid #28a745;
  border-bottom: 1px solid #28a745;
}

#progress li.active:after {
  border-left-color: #28a745;
}

/* form eigene */

.form .highlight {
  color: #ffffff;
  background-color: #498bdf;
  padding: 10px;
  margin-bottom: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
.form .highlight span {
  display: block;
  line-height: 110%;
  font-size: 14px;
}
.form-signin {
  clear: both;
}

.form-signin .form-section.current {
  display: block;
}
.form-signin .form-section {
  display: none;
}
.form-navigation {
  margin-bottom: 30px;
}

.myButton {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	background-color:#ededed;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#777777;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.myButton:hover {
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	background-color:#dfdfdf;
}
.myButton:active {
	position:relative;
	top:1px;
}
/* RADIO BUTTONS ONLINE/OFFLINE Bestätigung*/

.labl {
  display : block;
  width: 100%;
  
}
.labl > input{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}
.labl > input + div{ /* DIV STYLES */
  cursor:pointer;
  background:linear-gradient(to bottom, #fff 5%, #EFF2F8 100%);
  border:1px solid transparent;
  padding: 15px;
  border-radius: 25px;
}
.labl > input:checked + div{ /* (RADIO CHECKED) DIV STYLES */
  background-color: #408558;
  border: 10px solid #408558;
  border-radius: 25px;
}