html .formcraft-css .powered-by {
  display: none !important; }

html .formcraft-css a.powered-by {
  display: none !important; }

html .formcraft-css span.spin-cover {
  display: none !important; }

html .formcraft-css .prev-next {
  display: none !important; }

html .formcraft-css span.page-next, html .formcraft-css html .page-next {
  background-color: #fff !important;
  color: #000 !important;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05) !important;
  border-radius: 16px !important;
  font-weight: bold !important; }

html .formcraft-css .fc-form .form-element .field-cover input[type="radio"] {
  background-color: transparent !important;
  opacity: 0;
  width: 0 !important; }

html .formcraft-css .fc-pagination {
  background-color: #fff !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 9999px !important;
  max-height: unset !important;
  /* max-width: fit-content!important; */
  padding: 0; }

html .formcraft-css .fc-pagination.width-100:after {
  content: 'test';
  display: block;
  position: absolute;
  width: 80%;
  background-color: transparent;
  margin-left: 10%;
  -webkit-box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.1);
  z-index: -1;
  top: 0;
  height: 100%; }

html .formcraft-css span.page-number {
  display: none !important; }

html .formcraft-css .fc-pagination > div {
  padding: 0 !important; }

html .formcraft-css .fc-pagination > div:after {
  display: none !important; }

html .formcraft-css form.fc-form {
  margin: 0 auto !important; }

html .formcraft-css span.page-next.inactive,
html .formcraft-css span.page-prev.inactive {
  display: none !important; }

html .formcraft-css .fc-form .form-page .form-element .form-element-html .field-cover > div {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

html .formcraft-css .fc-form .form-element .checkbox-cover.images-true > div label img,
html .formcraft-css a.label-link img {
  padding-left: 0px;
  margin-bottom: 11px;
  margin-top: 0px;
  border-radius: 11px; }

html .formcraft-css .fc-form .field-cover > span > span {
  margin-bottom: 10px; }

html .formcraft-css .fc-form .form-element .field-cover input[type="text"],
html .formcraft-css .fc-form .form-element .field-cover input[type="password"],
html .formcraft-css .fc-form .form-element .field-cover input[type="email"],
html .formcraft-css .fc-form .form-element .field-cover input[type="radio"],
html .formcraft-css .fc-form .form-element .field-cover input[type="tel"],
html .formcraft-css .fc-form .form-element .field-cover select,
html .formcraft-css .fc-form .form-element .field-cover textarea {
  border: 0;
  border-radius: 9999px;
  font-size: .9rem;
  padding-left: 20px; }

html .formcraft-css .prev-next span {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opactiy: 1; }

html .formcraft-css .prev-next > div span:hover {
  color: #fff; }

html .formcraft-css .fc-form .form-element .submit-cover.wide-true .submit-button {
  width: 100%; }

html .formcraft-css .fc-form .form-element .submit-cover .submit-button,
html .formcraft-css .fc-form .form-element .fileupload-cover .button-file,
html .formcraft-css .fc-form .form-element .field-cover .button,
html .formcraft-css .formcraft-datepicker .ui-datepicker-header,
html .formcraft-css .formcraft-datepicker .ui-datepicker-title {
  background: #40ad13 !important;
  color: #fff; }

html .formcraft-css span.range-max {
  white-space: nowrap; }

html .formcraft-css .fc-form .form-element .checkbox-cover.images-true > div label,
html .formcraft-css a.label-link {
  background-color: #fff;
  border-radius: 20px; }

html .formcraft-css .fc-pagination-cover {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 20px;
  padding-bottom: 50px; }

html .formcraft-css span.main-label,
html .formcraft-css .form-element-type-heading {
  font-size: 1.4rem;
  letter-spacing: 0px;
  text-align: left;
  color: #000;
  font-weight: 400;
  margin-top: 0px;
  padding-bottom: 8px; }

html .formcraft-css .form-element-type-heading span {
  font-size: 1.4rem;
  line-height: 1.45;
  display: block;
  padding-top: 15px; }

html .formcraft-css .fc-form .form-element .checkbox-cover.images-true > div label,
html .formcraft-css a.label-link {
  margin-bottom: 14px;
  min-height: 0px;
  padding: 10px 10px 15px 10px;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.03);
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.03); }

html .formcraft-css .fc-form.frame-hidden .form-page-content {
  padding: 0;
  margin-right: 0; }

html .formcraft-css .fc-form .form-element .checkbox-cover.images-true > div label,
html .formcraft-css a.label-link {
  color: #000;
  opacity: 1;
  font-weight: 400;
  font-size: .85rem;
  line-height: 1.1; }

html .formcraft-css .fc-form .form-element .field-cover input[type="radio"] {
  border: 0;
  width: 0;
  display: none;
  margin: 0;
  padding: 0;
  height: 0;
  display: none; }

html .formcraft-css .images-.checkbox-cover.field-cover * {
  text-align: left !important; }

html .formcraft-css .fc-form .form-element .form-element-html {
  padding: 0;
  padding-left: 0;
  padding-top: 0;
  padding-right: 0; }

html .formcraft-css form.fc-form > .form-page:last-of-type span.main-label,
html .formcraft-css form.fc-form > .form-page:last-of-type .form-element .checkbox-cover > div label {
  font-size: 0.8rem;
  letter-spacing: .2px;
  text-align: left;
  color: #000;
  font-weight: 400;
  margin-left: 10px; }

html .formcraft-css form.fc-form > .form-page:last-of-type span.main-label > span {
  margin-top: 20px;
  display: inline-block; }

html .formcraft-css .fc-form .form-element .submit-cover .button.submit-button {
  background: #E3302B !important;
  border-radius: 60px;
  padding: 14px 48px 14px 48px;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.3px;
  margin-bottom: 25px; }

html .formcraft-css .form-page.form-page-4 .form-element-field46 p {
  max-width: 560px; }

html .formcraft-css form.fc-form > .form-page:last-of-type {
  max-width: 700px; }

@media screen and (max-width: 767px) {
  html .formcraft-css {
    /*.fc-form .form-page .form-element .form-element-html .field-cover>div label,
      a.label-link  {
          width: 48%!important;
      }*/ }
    html .formcraft-css .fc-pagination {
      /* text-align: center; */ }
    html .formcraft-css .fc-form .field-cover > span > span {
      margin-bottom: 16px; } }

@media screen and (max-width: 475px) {
  html .formcraft-css .fc-form .form-element .checkbox-cover.images-true > div label,
  html .formcraft-css a.label-link {
    min-height: 0px; }
  html .formcraft-css span.main-label,
  html .formcraft-css .form-element-type-heading {
    font-size: 1.1rem; } }

@media screen and (max-width: 430px) {
  html .formcraft-css .fc-form .form-element .checkbox-cover.images-true > div label,
  html .formcraft-css a.label-link {
    min-height: 0px; } }

@media screen and (max-width: 360px) {
  html .formcraft-css .fc-form .form-element .checkbox-cover.images-true > div label,
  html .formcraft-css a.label-link {
    font-size: .75rem; }
  html .formcraft-css .fc-form .form-element .checkbox-cover.images-true > div label,
  html .formcraft-css a.label-link {
    min-height: 0px; } }

html body .form-live {
  overflow: visible !important; }

/* replace this with the correct page id */
.page-id-200,
.page-id-422,
.page-id-426,
.page-id-472 {
  background-color: #f1f1f1; }
  .page-id-200 h1, .page-id-200 h3, .page-id-200 h3,
  .page-id-422 h1,
  .page-id-422 h3,
  .page-id-422 h3,
  .page-id-426 h1,
  .page-id-426 h3,
  .page-id-426 h3,
  .page-id-472 h1,
  .page-id-472 h3,
  .page-id-472 h3 {
    color: #000; }
  .page-id-200 h1,
  .page-id-422 h1,
  .page-id-426 h1,
  .page-id-472 h1 {
    font-size: 2.5rem; }
    @media screen and (max-width: 767px) {
      .page-id-200 h1,
      .page-id-422 h1,
      .page-id-426 h1,
      .page-id-472 h1 {
        font-size: 1.8rem; } }
    @media screen and (max-width: 475px) {
      .page-id-200 h1,
      .page-id-422 h1,
      .page-id-426 h1,
      .page-id-472 h1 {
        font-size: 1.6rem;
        text-align: left !important; } }
  .page-id-200 .white h1,
  .page-id-200 .white h2,
  .page-id-200 .white h3,
  .page-id-200 .white h4,
  .page-id-200 .white h5,
  .page-id-200 .white h6,
  .page-id-200 .white p,
  .page-id-422 .white h1,
  .page-id-422 .white h2,
  .page-id-422 .white h3,
  .page-id-422 .white h4,
  .page-id-422 .white h5,
  .page-id-422 .white h6,
  .page-id-422 .white p,
  .page-id-426 .white h1,
  .page-id-426 .white h2,
  .page-id-426 .white h3,
  .page-id-426 .white h4,
  .page-id-426 .white h5,
  .page-id-426 .white h6,
  .page-id-426 .white p,
  .page-id-472 .white h1,
  .page-id-472 .white h2,
  .page-id-472 .white h3,
  .page-id-472 .white h4,
  .page-id-472 .white h5,
  .page-id-472 .white h6,
  .page-id-472 .white p {
    color: #ffffff; }
  .page-id-200 .site-inner,
  .page-id-422 .site-inner,
  .page-id-426 .site-inner,
  .page-id-472 .site-inner {
    clear: both;
    margin: 0 auto;
    padding: 0 30px; }
  .page-id-200 h5,
  .page-id-422 h5,
  .page-id-426 h5,
  .page-id-472 h5 {
    font-size: 1rem;
    line-height: 1.7; }
  .page-id-200 img.wp-image-55,
  .page-id-422 img.wp-image-55,
  .page-id-426 img.wp-image-55,
  .page-id-472 img.wp-image-55 {
    display: none; }
  .page-id-200 a.post-edit-link, .page-id-200 #vc_load-inline-editor,
  .page-id-422 a.post-edit-link,
  .page-id-422 #vc_load-inline-editor,
  .page-id-426 a.post-edit-link,
  .page-id-426 #vc_load-inline-editor,
  .page-id-472 a.post-edit-link,
  .page-id-472 #vc_load-inline-editor {
    display: none; }
  .page-id-200 header.site-header.scrolled,
  .page-id-422 header.site-header.scrolled,
  .page-id-426 header.site-header.scrolled,
  .page-id-472 header.site-header.scrolled {
    display: none !important; }
  @media screen and (max-width: 767px) {
    .page-id-200 .vc_col-sm-4 p,
    .page-id-422 .vc_col-sm-4 p,
    .page-id-426 .vc_col-sm-4 p,
    .page-id-472 .vc_col-sm-4 p {
      margin: 10px !important; }
    .page-id-200 .menu-toggle,
    .page-id-422 .menu-toggle,
    .page-id-426 .menu-toggle,
    .page-id-472 .menu-toggle {
      display: none; }
    .page-id-200 div#genesis-footer-widgets,
    .page-id-422 div#genesis-footer-widgets,
    .page-id-426 div#genesis-footer-widgets,
    .page-id-472 div#genesis-footer-widgets {
      display: none; }
    .page-id-200 .wp-image-55,
    .page-id-422 .wp-image-55,
    .page-id-426 .wp-image-55,
    .page-id-472 .wp-image-55 {
      display: block; }
    .page-id-200 .entry-content h3,
    .page-id-422 .entry-content h3,
    .page-id-426 .entry-content h3,
    .page-id-472 .entry-content h3 {
      font-size: 1.2rem;
      font-weight: 300;
      margin-bottom: 20px !important; }
    .page-id-200 .wpb_text_column.wpb_content_element,
    .page-id-422 .wpb_text_column.wpb_content_element,
    .page-id-426 .wpb_text_column.wpb_content_element,
    .page-id-472 .wpb_text_column.wpb_content_element {
      margin-bottom: 0; } }

/* desktop Anpassung Zwick
---------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .page-id-200 .vc_col-sm-12 {
    max-width: 100%; }
  html .formcraft-css .fc-form .form-element .checkbox-cover.images-true > div label,
  a.label-link {
    width: 20% !important;
    margin-right: 5%;
    margin-bottom: 2.5%;
    margin-top: 2.5%; }
  html .formcraft-css .fc-form .form-element .checkbox-cover.images-true > div:after {
    content: "";
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto; } }

/* Schritte
---------------------------------------------------------------------------- */
html .formcraft-css .fc-pagination-cover {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content; }

html .formcraft-css .fc-pagination > div.active .page-name {
  text-shadow: none; }

html .formcraft-css .fc-pagination > div.active .page-name {
  color: #fff !important;
  font-weight: 600;
  background-color: #E3302B !important;
  border-radius: 9999px; }

html .formcraft-css .fc-pagination .page-name {
  letter-spacing: .3px;
  font-weight: 400;
  text-transform: none;
  font-size: 10px;
  max-width: 90px;
  padding: 20px 0;
  color: #000;
  line-height: 0 !important; }

@media screen and (max-width: 767px) {
  html .formcraft-css .fc-pagination .page-name {
    font-size: 10px;
    padding: 16px 10px;
    width: auto; } }

@media screen and (max-width: 470px) {
  html .formcraft-css .fc-pagination .page-name {
    font-size: 8px;
    letter-spacing: 0;
    padding: 15px 10px; } }

@media screen and (max-width: 374px) {
  html .formcraft-css .fc-pagination > div.active .page-name {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important; }
  .fc-pagination .page-name {
    font-size: 8px;
    letter-spacing: 0; } }

@media screen and (max-width: 360px) {
  html .formcraft-css .fc-pagination .page-name {
    font-size: .6em;
    padding: 15px 13px;
    width: auto; } }

@media screen and (min-width: 361px) {
  html .formcraft-css span.page-name:before {
    content: 'Step '; } }

/* mobile Anpassung Zwick
---------------------------------------------------------------------------- */
@media screen and (max-width: 600px) {
  html .formcraft-css .fc-form .form-page-0 .form-element .checkbox-cover.images-true div label.page-next {
    display: none !important; }
  html .formcraft-css .fc-form .form-page-0 .form-element .checkbox-cover.images-true div label.page-next:nth-of-type(1),
  html .formcraft-css .fc-form .form-page-0 .form-element .checkbox-cover.images-true div label.page-next:nth-of-type(2),
  html .formcraft-css .fc-form .form-page-0 .form-element .checkbox-cover.images-true div label.page-next:nth-of-type(3),
  html .formcraft-css .fc-form .form-page-0 .form-element .checkbox-cover.images-true div label.page-next:nth-of-type(5),
  html .formcraft-css .fc-form .form-page-0 .form-element .checkbox-cover.images-true div label.page-next:nth-of-type(6),
  html .formcraft-css .fc-form .form-page-0 .form-element .checkbox-cover.images-true div label.page-next:nth-of-type(7),
  html .formcraft-css .fc-form .form-page-0 .form-element .checkbox-cover.images-true div label.page-next:nth-of-type(8),
  html .formcraft-css .fc-form .form-page-0 .form-element .checkbox-cover.images-true div label.page-next:nth-of-type(9),
  html .formcraft-css .fc-form .form-page-0 .form-element .checkbox-cover.images-true div label.page-next:nth-of-type(11),
  html .formcraft-css .fc-form .form-page-0 .form-element .checkbox-cover.images-true div label.page-next:nth-of-type(12) {
    display: block !important; }
  html .v3 .formcraft-css .fc-form .form-page-0 .form-element .checkbox-cover.images-true div label.page-next {
    display: none !important; }
  html .v3 .formcraft-css .fc-form .form-page-0 .form-element .checkbox-cover.images-true div label.page-next:nth-of-type(1),
  html .v3 .formcraft-css .fc-form .form-page-0 .form-element .checkbox-cover.images-true div label.page-next:nth-of-type(2),
  html .v3 .formcraft-css .fc-form .form-page-0 .form-element .checkbox-cover.images-true div label.page-next:nth-of-type(3),
  html .v3 .formcraft-css .fc-form .form-page-0 .form-element .checkbox-cover.images-true div label.page-next:nth-of-type(6),
  html .v3 .formcraft-css .fc-form .form-page-0 .form-element .checkbox-cover.images-true div label.page-next:nth-of-type(7),
  html .v3 .formcraft-css .fc-form .form-page-0 .form-element .checkbox-cover.images-true div label.page-next:nth-of-type(8) {
    display: block !important; } }

/* ergebnis
---------------------------------------------------------------------------- */
.mockup-layer-2,
.mockup-layer-3 {
  position: relative;
  margin-top: -100%; }

iframe {
  border: 0 !important; }

a.label-link span {
  visibility: hidden !important; }

.heading-cover strong {
  font-size: 1.4rem;
  line-height: 1.3;
  padding-top: 20px; }

/* sonstiges
---------------------------------------------------------------------------- */
html body .form-element-field50 {
  max-width: 260px !important;
  margin: 0 !important;
  float: left !important;
  margin-left: 0 !important;
  display: block !important; }

@media screen and (max-width: 500px) {
  html body .form-element-field62,
  html body .form-element-field62 * {
    font-size: 0.8rem !important; } }
