@charset "utf-8";
/* CSS Document */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  height: 100%;
  overflow: scroll;
  overflow-x: hidden; }

body {
  background: #fff;
  display: flex;
  flex-direction: column;
  font: 300 10px Montserrat,sans-serif;
  font: 300 .66667rem Montserrat,sans-serif;
  min-height: 100%; }

.block {
  background: #EAE6E2;
  margin-bottom: 22px;
  padding: 60px 20px;
  width: 100%; }

.fields {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto; }

.rendered-form {
  color: #4A4A4A; }

.rendered-form label {
  display: none; }

.rendered-form .radio-group .radio label, .checkbox-group label, label.radio-group-label {
  display: inline-block; }

.rendered-form .radio-group {
  position: relative; }

.rendered-form .radio-group .radio {
  display: flex;
  width: 95%;
  height: 78px;
  border: 0;
  color: #4A4A4A;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  padding: 24px 25px 0 12%;
  background: #fff;
  margin-bottom: 22px;
  justify-content: space-between; }

label.radio-group-label {
  font-size: 30px;
  font-weight: 500;
  line-height: 37px;
  margin-bottom: 30px; }

.checkbox-group {
  width: 95%;
  height: auto;
  border: 0;
  color: #4A4A4A;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  padding: 24px 0 25px 5%;
  background: #fff; }

.checkboxen, .checkbox {
  display: flex;
  justify-content: flex-start; }

.checkboxen label img {
  max-width: 100%; }

.checkbox-inline {
  display: flex;
  align-items: center;
  padding: 25px 55px 0 0; }

.checkbox input {
  margin: 20px; }

.checkbox label {
  padding: 15px;
  font-size: 20px;
  font-weight: 300;
  max-width: 75%; }

.rendered-form input[type=checkbox] {
  width: 22px;
  height: 22px;
  accent-color: #c9c9c9; }

.rendered-form input[type="radio"] {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 0;
  accent-color: #c9c9c9; }

.date .termin {
  display: flex;
  width: 95%;
  height: 78px;
  border: 0;
  color: #4A4A4A;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  padding: 24px 25px 0 12%;
  background: #fff;
  margin-bottom: 10px; }

.date .termin_feld {
  height: 45px;
  line-height: inherit;
  padding: 5px 0 5px 12%;
  border-bottom: solid 2px #782031; }

#date-time {
  border: none;
  font-family: 'Montserrat';
  font-size: 22px; }

.rendered-form input[type=text], .rendered-form textarea, .rendered-form input[type=email], .rendered-form input[type=tel], .rendered-form select, #button-send {
  width: 95%;
  height: 78px;
  border: 0;
  border-bottom: solid 1px #555356;
  color: #4A4A4A;
  font-size: 24px;
  font-family: "Montserrat";
  padding-left: 10%;
  margin-bottom: 22px;
  background-color: #fff; }

.rendered-form #button-send {
  cursor: pointer;
  background: url("../images/custom/pfeil.svg") 0/75% 24px no-repeat white; }

.rendered-form textarea {
  padding: 25px 39px;
  height: 227px; }

.date .termin_label {
  background: url("../images/custom/calendar.svg") 0/15% 24px no-repeat white; }

#radio_tel {
  background: url("../images/custom/phone.svg") 0/15% 24px no-repeat white; }

#radio_pers {
  background: url("../images/custom/ad.svg") 0/15% 35px no-repeat white; }

#radio_video {
  background: url("../images/custom/video.svg") 0/15% 30px no-repeat white; }

#text-name {
  background: url(../images/custom/person.svg) 0/15% 21px no-repeat white; }

#text-str {
  background: url("../images/custom/place.svg") 0/15% 21px no-repeat white; }

#text-abt {
  background: url("../images/custom/med-klemm.svg") 0/15% 21px no-repeat white; }

#text-inst {
  background: url("../images/custom/med-clinic.svg") 0/15% 21px no-repeat white; }

#text-plz_ort {
  background: url("../images/custom/place.svg") 0/15% 21px no-repeat white; }

#email {
  background: url("../images/custom/email.svg") 0/15% 18px no-repeat white; }

#text-phone {
  background: url("../images/custom/phone.svg") 0/15% 21px no-repeat white; }

#text-mob {
  background: url("../images/custom/mobile.svg") 0/15% 25px no-repeat white; }

.rendered-form select {
  width: 200px;
  padding: 0 5%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/custom/dreieck_u.svg) 90%/15% 15px no-repeat white; }

/* CAUTION: Internet Explorer hackery ahead */
.rendered-form select::-ms-expand {
  display: none;
  /* Remove default arrow in Internet Explorer 10 and 11 */ }

/* Target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width: 0 \0) {
  .rendered-form select {
    background: none\9;
    padding: 5px\9; } }
@media (min-width: 768px) {
  .block {
    padding: 60px; }

  .checkbox-inline:last-of-type {
    padding-left: 70px; } }
@media (min-width: 1024px) {
  .block {
    padding: 60px 160px; } }
@media (max-width: 580px) {
  .rendered-form .radio-group .radio, .date .termin {
    font-size: 19px; }

  .checkbox-group, .rendered-form input[type=text], .rendered-form textarea, .rendered-form input[type=email], .rendered-form input[type=tel], .rendered-form select, #button-send {
    font-size: 20px; }

  #radio_video {
    background: url(../images/custom/video.svg) 0/15% 22px no-repeat white; }

  #radio_tel, #radio_pers, #radio_video, #text-name, #text-str, #text-abt, #text-inst, #text-plz_ort, #email, #text-phone {
    background-size: 11% 19px; }

  .rendered-form #button-send {
    background-size: 60% 24px; }

  label.radio-group-label {
    font-size: 24px; } }
@media (max-width: 767px) {
  .checkboxen {
    justify-content: flex-start;
    flex-direction: column;
    align-items: center; } }
@media (max-width: 500px) {
  #radio_pers label {
    margin-top: -12px; } }

