@charset "UTF-8";
.wp-site-blocks .wp-block-post-content .has-global-padding.alignfull {
  padding-top: var(--mbfse--margin-bottom-block);
  padding-bottom: var(--mbfse--margin-bottom-block);
}
.wp-site-blocks .wp-block-post-content .has-background > h2 {
  padding: 0;
}
.wp-site-blocks .wp-block-post-content {
  /*Buttons*/
}
.wp-site-blocks .wp-block-post-content .wp-block-buttons {
  gap: var(--mbfse--margin-bottom-inline);
}
.wp-site-blocks .wp-block-post-content .wp-block-buttons .wp-block-button__link {
  text-transform: uppercase;
  font-weight: 700;
}
.wp-site-blocks .wp-block-post-content .wp-block-buttons .wp-block-button__link:hover {
  color: #000;
}
.wp-site-blocks .wp-block-post-content {
  /*Trenenr*/
}
.wp-site-blocks .wp-block-post-content .wp-block-separator:not(.is-style-wide):not(.is-style-dots):not(.alignwide):not(.alignfull) {
  border-color: var(--mbfse--border-color);
  width: 100%;
  margin-bottom: calc(var(--mbfse--margin-bottom-block) / 2);
}
.wp-site-blocks .wp-block-post-content {
  /*Hero*/
}
.wp-site-blocks .wp-block-post-content .mbfse-hero {
  height: 100vh;
  margin-top: calc((var(--mbfse-header-height) + var(--mbfse--margin-bottom-block)) * -1);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  justify-content: flex-start;
}
.wp-site-blocks .wp-block-post-content .mbfse-hero .wp-block-cover__inner-container {
  max-width: 635px;
}
.wp-site-blocks .wp-block-post-content .mbfse-hero .wp-block-cover__inner-container h1 {
  font-size: 60px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 601px) {
  .wp-site-blocks .wp-block-post-content .mbfse-hero .wp-block-cover__inner-container h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 414px) {
  .wp-site-blocks .wp-block-post-content .mbfse-hero .wp-block-cover__inner-container h1 {
    font-size: 32px;
  }
}
.wp-site-blocks .wp-block-post-content .mbfse-hero .wp-block-cover__inner-container .wp-block-separator:not(.is-style-wide):not(.is-style-dots):not(.alignwide):not(.alignfull) {
  width: 90%;
  margin-left: 0;
  margin-bottom: var(--mbfse--margin-bottom-inline);
}
.wp-site-blocks .wp-block-post-content {
  /*Funktionshinweis*/
}
.wp-site-blocks .wp-block-post-content .wie-funktioniert-es {
  display: flex;
  gap: 40px;
}
.wp-site-blocks .wp-block-post-content .wie-funktioniert-es > div {
  --border-width: 2px;
  border: var(--border-width) solid var(--mbfse--border-color);
  border-right: none;
  margin-bottom: 0;
  position: relative;
  display: flex;
  flex: 1;
  align-items: stretch;
  gap: 0;
}
.wp-site-blocks .wp-block-post-content .wie-funktioniert-es > div::after {
  content: "";
  position: absolute;
  right: -10px;
  top: -2px;
  width: 10px;
  height: calc(100% + 4px);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="100" preserveAspectRatio="none" viewBox="0 0 13 100"><path d="M 1 1 L 11 50 L 1 99" fill="transparent" stroke="%23668D57" stroke-width="3" stroke-linejoin="miter" stroke-linecap="square"/></svg>');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.wp-site-blocks .wp-block-post-content .wie-funktioniert-es > div p {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
}
.wp-site-blocks .wp-block-post-content .wie-funktioniert-es > div p:first-child {
  background-color: var(--wp--preset--color--primary);
  color: #ffffff;
}
@media screen and (min-width: 835px) and (max-width: 1024px) {
  .wp-site-blocks .wp-block-post-content .wie-funktioniert-es > div {
    flex: auto;
  }
}
@media screen and (max-width: 834px) {
  .wp-site-blocks .wp-block-post-content .wie-funktioniert-es {
    flex-direction: column;
  }
  .wp-site-blocks .wp-block-post-content .wie-funktioniert-es > div {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .wp-site-blocks .wp-block-post-content .wie-funktioniert-es > div {
    width: 100%;
  }
}
.wp-site-blocks .wp-block-post-content {
  /*Formular*/
}
.wp-site-blocks .wp-block-post-content .nf-form-layout form {
  --wkdh-form-fontsize: 24px;
  margin-bottom: calc(var(--mbfse--margin-bottom-block) / 2) !important;
  --wkdh-form-input-padding: 12px 40px;
}
.wp-site-blocks .wp-block-post-content .nf-form-layout form .nf-row {
  margin-bottom: 0;
}
.wp-site-blocks .wp-block-post-content .nf-form-layout form .nf-row .nf-cell {
  margin-bottom: 0;
  padding: 0 20px;
}
.wp-site-blocks .wp-block-post-content .nf-form-layout form .nf-row .nf-cell:last-child, .wp-site-blocks .wp-block-post-content .nf-form-layout form .nf-row .nf-cell:first-child {
  padding: 0;
}
.wp-site-blocks .wp-block-post-content .nf-form-layout form textarea,
.wp-site-blocks .wp-block-post-content .nf-form-layout form input,
.wp-site-blocks .wp-block-post-content .nf-form-layout form select {
  border: 2px solid var(--mbfse--border-color);
  padding: var(--wkdh-form-input-padding);
  font-size: var(--wkdh-form-fontsize);
  text-transform: uppercase;
}
.wp-site-blocks .wp-block-post-content .nf-form-layout form {
  /*Select*/
}
.wp-site-blocks .wp-block-post-content .nf-form-layout form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-caret-down-fill" viewBox="0 0 16 16"><path d="M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 15px 15px;
}
.wp-site-blocks .wp-block-post-content .nf-form-layout form select:after {
  content: "";
  font-family: "bootstrap-icons";
}
.wp-site-blocks .wp-block-post-content .nf-form-layout form {
  /* Remove IE default arrow */
}
.wp-site-blocks .wp-block-post-content .nf-form-layout form select::-ms-expand {
  display: none;
}
.wp-site-blocks .wp-block-post-content .nf-form-layout form {
  /*Platzhalter*/
}
.wp-site-blocks .wp-block-post-content .nf-form-layout form textarea::-moz-placeholder, .wp-site-blocks .wp-block-post-content .nf-form-layout form input::-moz-placeholder {
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
}
.wp-site-blocks .wp-block-post-content .nf-form-layout form textarea::placeholder,
.wp-site-blocks .wp-block-post-content .nf-form-layout form input::placeholder {
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 768px) {
  .wp-site-blocks .wp-block-post-content .nf-form-layout form textarea::-moz-placeholder, .wp-site-blocks .wp-block-post-content .nf-form-layout form input::-moz-placeholder {
    font-size: 20px;
  }
  .wp-site-blocks .wp-block-post-content .nf-form-layout form textarea::placeholder,
  .wp-site-blocks .wp-block-post-content .nf-form-layout form input::placeholder {
    font-size: 20px;
  }
}
.wp-site-blocks .wp-block-post-content .nf-form-layout form {
  /*Label*/
}
.wp-site-blocks .wp-block-post-content .nf-form-layout form .nf-field-label {
  display: none;
}
.wp-site-blocks .wp-block-post-content .nf-form-layout form {
  /*Beschreibung (Nummernfeld)*/
}
.wp-site-blocks .wp-block-post-content .nf-form-layout form .textarea-container .nf-field-description,
.wp-site-blocks .wp-block-post-content .nf-form-layout form .number-wrap .nf-field-description {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  text-align: right;
}
.wp-site-blocks .wp-block-post-content .nf-form-layout form .textarea-container .nf-field-description p,
.wp-site-blocks .wp-block-post-content .nf-form-layout form .number-wrap .nf-field-description p {
  display: inline;
  font-size: 18px;
  line-height: 1;
}
.wp-site-blocks .wp-block-post-content .nf-form-layout form .textarea-container .nf-field-description {
  top: 12px;
  transform: none;
}
.wp-site-blocks .wp-block-post-content .nf-form-layout form {
  /*Checkbox*/
}
.wp-site-blocks .wp-block-post-content .nf-form-layout form .checkbox-container {
  margin-bottom: 0;
}
.wp-site-blocks .wp-block-post-content .nf-form-layout form .checkbox-container .nf-field {
  margin-bottom: 0;
}
.wp-site-blocks .wp-block-post-content .nf-form-layout form .checkbox-container .nf-field .checkbox-wrap .nf-field-element {
  width: 40px;
  margin-bottom: 0;
}
.wp-site-blocks .wp-block-post-content .nf-form-layout form .checkbox-container .nf-field .checkbox-wrap .nf-field-element input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border: 2px solid var(--mbfse--border-color);
  padding: 0;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  background-color: #ffffff;
  transition: all 0.2s ease;
}
.wp-site-blocks .wp-block-post-content .nf-form-layout form .checkbox-container .nf-field .checkbox-wrap .nf-field-element input[type=checkbox]:hover {
  border-color: var(--wp--preset--color--primary);
  background-color: #f5f5f5;
}
.wp-site-blocks .wp-block-post-content .nf-form-layout form .checkbox-container .nf-field .checkbox-wrap .nf-field-element input[type=checkbox]:checked {
  background-color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}
.wp-site-blocks .wp-block-post-content .nf-form-layout form .checkbox-container .nf-field .checkbox-wrap .nf-field-element input[type=checkbox]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(141, 152, 80, 0.1);
}
.wp-site-blocks .wp-block-post-content .nf-form-layout form .checkbox-container .nf-field .checkbox-wrap .nf-field-element input[type=checkbox]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.wp-site-blocks .wp-block-post-content .nf-form-layout form .checkbox-container .nf-field .checkbox-wrap .nf-field-description {
  margin: 0;
}
.wp-site-blocks .wp-block-post-content .nf-form-layout form .checkbox-container .nf-error-msg {
  top: -80px;
}
.wp-site-blocks .wp-block-post-content .nf-form-layout form .nf-error-msg {
  position: absolute;
  top: -103px;
  font-size: 14px;
}
.wp-site-blocks .wp-block-post-content .nf-form-layout form {
  /*Hochladen*/
}
.wp-site-blocks .wp-block-post-content .nf-form-layout form .file_upload-container .nf-field-label {
  display: block;
}
.wp-site-blocks .wp-block-post-content .nf-form-layout form .file_upload-container .nf-field-label label {
  font-weight: 300;
}
.wp-site-blocks .wp-block-post-content .nf-form-layout form .file_upload-container button {
  border: 1px solid var(--wp--preset--color--primary);
  padding: 10px 20px;
  margin-bottom: 0;
  font-weight: 700;
  cursor: pointer;
}
.wp-site-blocks .wp-block-post-content .nf-form-layout form .file_upload-container button:hover {
  color: #fff;
  background-color: var(--wp--preset--color--primary);
}
.wp-site-blocks .wp-block-post-content .nf-form-layout form .file_upload-container .nf-fu-progress {
  margin-bottom: 0;
  height: 5px;
}
.wp-site-blocks .wp-block-post-content .nf-form-layout form .file_upload-container .nf-error-msg {
  top: -118px;
}
.wp-site-blocks .wp-block-post-content .nf-form-layout form {
  /*Senden Button*/
}
.wp-site-blocks .wp-block-post-content .nf-form-layout form input[type=submit] {
  border: 1px solid var(--wp--preset--color--primary) !important;
  background-color: var(--wp--preset--color--primary);
  color: #ffffff;
  border: none;
  padding: var(--wkdh-form-input-padding);
  cursor: pointer;
}
.wp-site-blocks .wp-block-post-content .nf-form-layout form input[type=submit]:hover {
  color: #000;
  background-color: var(--wp--preset--color--quaternary);
}
@media screen and (max-width: 1280px) {
  .wp-site-blocks .wp-block-post-content .nf-form-layout form {
    --wkdh-form-input-padding: 12px 20px;
    --wkdh-form-fontsize: 20px;
  }
  .wp-site-blocks .wp-block-post-content .nf-form-layout form .textarea-container .nf-field-description,
  .wp-site-blocks .wp-block-post-content .nf-form-layout form .number-wrap .nf-field-description {
    right: 10px;
  }
  .wp-site-blocks .wp-block-post-content .nf-form-layout form .textarea-container .nf-field-description p,
  .wp-site-blocks .wp-block-post-content .nf-form-layout form .number-wrap .nf-field-description p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 834px) {
  .wp-site-blocks .wp-block-post-content .nf-form-layout form .textarea-container .nf-field-description,
  .wp-site-blocks .wp-block-post-content .nf-form-layout form .number-wrap .nf-field-description {
    top: -20px;
    right: 5px;
    transform: none;
  }
}
@media screen and (max-width: 834px) {
  .wp-site-blocks .wp-block-post-content .nf-form-layout form .nf-row .nf-cell {
    width: 50% !important;
    padding-right: 0;
  }
  .wp-site-blocks .wp-block-post-content .nf-form-layout form .nf-row .nf-cell:last-child {
    width: 100% !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 601px) {
  .wp-site-blocks .wp-block-post-content .nf-form-layout form .nf-row .nf-cell {
    width: 100% !important;
    padding-left: 0;
  }
}
@media screen and (max-width: 414px) {
  .wp-site-blocks .wp-block-post-content .nf-form-layout form {
    --wkdh-form-input-padding: 12px 10px;
    --wkdh-form-fontsize: 18px;
  }
}
.wp-site-blocks .wp-block-post-content .nf-form-layout form {
  /*Textare in der Höhe ausfüllen*/
}
.wp-site-blocks .wp-block-post-content .nf-form-layout form nf-cells {
  display: flex;
}
.wp-site-blocks .wp-block-post-content .nf-form-layout form nf-cells .nf-cell:last-child nf-field:last-child,
.wp-site-blocks .wp-block-post-content .nf-form-layout form nf-cells .nf-cell:last-child nf-fields,
.wp-site-blocks .wp-block-post-content .nf-form-layout form nf-cells .nf-cell:last-child .textarea-container,
.wp-site-blocks .wp-block-post-content .nf-form-layout form nf-cells .nf-cell:last-child .nf-field,
.wp-site-blocks .wp-block-post-content .nf-form-layout form nf-cells .nf-cell:last-child .textarea-wrap,
.wp-site-blocks .wp-block-post-content .nf-form-layout form nf-cells .nf-cell:last-child .nf-field-element {
  height: 100%;
  display: block;
}
.wp-site-blocks .wp-block-post-content .nf-form-layout form nf-cells .nf-cell:last-child textarea {
  height: calc(100% - 62px);
}
@media (max-width: 768px) {
  .wp-site-blocks .wp-block-post-content .nf-form-layout form nf-cells {
    flex-wrap: wrap;
  }
  .wp-site-blocks .wp-block-post-content .nf-form-layout form nf-cells .textarea-wrap {
    min-height: 150px;
  }
}
.wp-site-blocks .wp-block-post-content #nf-form-2-cont {
  margin-bottom: var(--mbfse--margin-bottom-block) !important;
}
.wp-site-blocks .wp-block-post-content #nf-form-2-cont textarea {
  height: calc(100% - 151px);
}
.wp-site-blocks .wp-block-post-content {
  /*Details*/
}
.wp-site-blocks .wp-block-post-content .wp-block-details {
  border: none;
  border-bottom: 2px solid var(--mbfse--border-color);
  border-radius: 0;
}
.wp-site-blocks .wp-block-post-content .wp-block-details summary {
  padding-left: 0;
  width: 100%;
}
.wp-site-blocks .wp-block-post-content .wp-block-details summary:before {
  right: -20px;
  left: auto;
}
.wp-site-blocks .wp-block-post-content {
  /*verstecktes suchen Formular*/
}
.wp-site-blocks .wp-block-post-content .suche-holz-hidden-wrap {
  display: none;
}

body.home main {
  padding-bottom: 0;
}/*# sourceMappingURL=content.css.map */