@charset "UTF-8";
body:not(.wp-core-ui) .kontakt,
html:not(.wp-toolbar) .kontakt,
.acf-block-preview .kontakt {
  margin-top: 32px;
  position: relative;
  z-index: 2;
}
body:not(.wp-core-ui) .kontakt .et-container,
html:not(.wp-toolbar) .kontakt .et-container,
.acf-block-preview .kontakt .et-container {
  background-color: #fff;
  padding: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 64px;
       column-gap: 64px;
  border-radius: 16px;
}
@media only screen and (max-width: 991px) {
  body:not(.wp-core-ui) .kontakt .et-container,
  html:not(.wp-toolbar) .kontakt .et-container,
  .acf-block-preview .kontakt .et-container {
    grid-template-columns: 1fr;
    padding: 16px;
  }
}
body:not(.wp-core-ui) .kontakt .et-container .form-wrap .heading-5,
html:not(.wp-toolbar) .kontakt .et-container .form-wrap .heading-5,
.acf-block-preview .kontakt .et-container .form-wrap .heading-5 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  body:not(.wp-core-ui) .kontakt .et-container .form-wrap .heading-5,
  html:not(.wp-toolbar) .kontakt .et-container .form-wrap .heading-5,
  .acf-block-preview .kontakt .et-container .form-wrap .heading-5 {
    font-size: 16px;
    line-height: 20px;
  }
}
body:not(.wp-core-ui) .kontakt .et-container .form-wrap .label-p,
html:not(.wp-toolbar) .kontakt .et-container .form-wrap .label-p,
.acf-block-preview .kontakt .et-container .form-wrap .label-p {
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 8px;
  margin-top: 23px;
}
@media only screen and (max-width: 991px) {
  body:not(.wp-core-ui) .kontakt .et-container .form-wrap .label-p,
  html:not(.wp-toolbar) .kontakt .et-container .form-wrap .label-p,
  .acf-block-preview .kontakt .et-container .form-wrap .label-p {
    font-size: 12px;
    line-height: 16px;
  }
}
body:not(.wp-core-ui) .kontakt .et-container .form-wrap br,
html:not(.wp-toolbar) .kontakt .et-container .form-wrap br,
.acf-block-preview .kontakt .et-container .form-wrap br {
  display: none;
}
body:not(.wp-core-ui) .kontakt .et-container .form-wrap input,
html:not(.wp-toolbar) .kontakt .et-container .form-wrap input,
.acf-block-preview .kontakt .et-container .form-wrap input {
  width: 100%;
  background: #f8f9f8;
  border: 1px solid #ebeceb;
  border-radius: 8px;
  padding: 16px;
  color: #12230a;
}
body:not(.wp-core-ui) .kontakt .et-container .form-wrap textarea,
html:not(.wp-toolbar) .kontakt .et-container .form-wrap textarea,
.acf-block-preview .kontakt .et-container .form-wrap textarea {
  width: 100%;
  background: #f8f9f8;
  border: 1px solid #ebeceb;
  border-radius: 8px;
  padding: 16px;
  height: 130px;
  color: #12230a;
}
body:not(.wp-core-ui) .kontakt .et-container .form-wrap .accpetance-custom,
html:not(.wp-toolbar) .kontakt .et-container .form-wrap .accpetance-custom,
.acf-block-preview .kontakt .et-container .form-wrap .accpetance-custom {
  display: grid;
  grid-template-columns: 24px 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  margin-top: 1px;
  margin-bottom: 25px;
  align-items: center;
}
body:not(.wp-core-ui) .kontakt .et-container .form-wrap .accpetance-custom p.text,
html:not(.wp-toolbar) .kontakt .et-container .form-wrap .accpetance-custom p.text,
.acf-block-preview .kontakt .et-container .form-wrap .accpetance-custom p.text {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #777975;
}
body:not(.wp-core-ui) .kontakt .et-container .form-wrap .accpetance-custom p.text a,
html:not(.wp-toolbar) .kontakt .et-container .form-wrap .accpetance-custom p.text a,
.acf-block-preview .kontakt .et-container .form-wrap .accpetance-custom p.text a {
  text-decoration: underline;
  color: #474a46;
}
body:not(.wp-core-ui) .kontakt .et-container .form-wrap label > input[type=checkbox],
html:not(.wp-toolbar) .kontakt .et-container .form-wrap label > input[type=checkbox],
.acf-block-preview .kontakt .et-container .form-wrap label > input[type=checkbox] {
  display: none;
}
body:not(.wp-core-ui) .kontakt .et-container .form-wrap label > input[type=checkbox] + *::before,
html:not(.wp-toolbar) .kontakt .et-container .form-wrap label > input[type=checkbox] + *::before,
.acf-block-preview .kontakt .et-container .form-wrap label > input[type=checkbox] + *::before {
  content: "";
  margin-right: 15.5px;
  vertical-align: bottom;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #b2b4b1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
}
body:not(.wp-core-ui) .kontakt .et-container .form-wrap label > input[type=checkbox]:checked + *::before,
html:not(.wp-toolbar) .kontakt .et-container .form-wrap label > input[type=checkbox]:checked + *::before,
.acf-block-preview .kontakt .et-container .form-wrap label > input[type=checkbox]:checked + *::before {
  content: "✓";
  color: white;
  text-align: center;
  background: var(--green);
  border-color: var(--green);
}
body:not(.wp-core-ui) .kontakt .et-container .form-wrap label > input[type=checkbox]:checked + *,
html:not(.wp-toolbar) .kontakt .et-container .form-wrap label > input[type=checkbox]:checked + *,
.acf-block-preview .kontakt .et-container .form-wrap label > input[type=checkbox]:checked + * {
  color: var(--green);
}
body:not(.wp-core-ui) .kontakt .et-container .form-wrap .submit-wrap,
html:not(.wp-toolbar) .kontakt .et-container .form-wrap .submit-wrap,
.acf-block-preview .kontakt .et-container .form-wrap .submit-wrap {
  position: relative;
  width: 226px;
  display: flex;
  background: #66c839;
  color: #fff;
  box-shadow: 0px 31px 12px rgba(102, 200, 57, 0.01), 0px 17px 10px rgba(102, 200, 57, 0.05), 0px 8px 8px rgba(102, 200, 57, 0.09), 0px 2px 4px rgba(102, 200, 57, 0.1), 0px 0px 0px rgba(102, 200, 57, 0.1);
  border-radius: 8px;
  width: 226px;
}
body:not(.wp-core-ui) .kontakt .et-container .form-wrap .submit-wrap p,
html:not(.wp-toolbar) .kontakt .et-container .form-wrap .submit-wrap p,
.acf-block-preview .kontakt .et-container .form-wrap .submit-wrap p {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
}
body:not(.wp-core-ui) .kontakt .et-container .form-wrap .submit-wrap p .wpcf7-spinner,
html:not(.wp-toolbar) .kontakt .et-container .form-wrap .submit-wrap p .wpcf7-spinner,
.acf-block-preview .kontakt .et-container .form-wrap .submit-wrap p .wpcf7-spinner {
  display: none;
}
body:not(.wp-core-ui) .kontakt .et-container .form-wrap .submit-wrap img,
html:not(.wp-toolbar) .kontakt .et-container .form-wrap .submit-wrap img,
.acf-block-preview .kontakt .et-container .form-wrap .submit-wrap img {
  width: 32px;
  height: 32px;
}
body:not(.wp-core-ui) .kontakt .et-container .form-wrap input[type=submit],
html:not(.wp-toolbar) .kontakt .et-container .form-wrap input[type=submit],
.acf-block-preview .kontakt .et-container .form-wrap input[type=submit] {
  font-size: 15px;
  font-weight: 600;
  line-height: 160%;
  background-color: rgba(0, 0, 0, 0);
  width: auto;
  cursor: pointer;
  border-radius: 0;
  color: #fff;
  border: none;
  padding: 0;
  height: 64px;
}
body:not(.wp-core-ui) .kontakt .et-container .img-wrap img,
html:not(.wp-toolbar) .kontakt .et-container .img-wrap img,
.acf-block-preview .kontakt .et-container .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 991px) {
  body:not(.wp-core-ui) .kontakt .et-container .img-wrap,
  html:not(.wp-toolbar) .kontakt .et-container .img-wrap,
  .acf-block-preview .kontakt .et-container .img-wrap {
    display: none;
  }
}