div#nachbefragung div#yform-formular-name label {
  float:left;
  margin-right: 5px;
}
div#nachbefragung div#yform-formular-email label {
  float:left;
  margin-right: 5px;
}

div#nachbefragung div.radio-group label {
  font-weight: 600;
  float:none;
}

div#nachbefragung div.radio-group div.radio {
  float:left;
  margin: 0px 20px;
}

div#nachbefragung div.radio-group div.radio label{
  font-weight: 400;
}

div#nachbefragung div.form-group textarea{
  height: 150px;
  width: 600px;
}

div.slide div div div
{
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
}

.slidecontainer {
  width: 100%; /* Width of the outside container */
}

/* The slider itself */
.prototyp_slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 25px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.prototyp_slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.prototyp_slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #3e6fb6; /* Green background */
  cursor: pointer; /* Cursor on hover */
}

.prototyp_slider::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #3e6fb6; /* Green background */
  cursor: pointer; /* Cursor on hover */
}

.prototyp_slider::-ms-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #3e6fb6; /* Green background */
  cursor: pointer; /* Cursor on hover */
}