/*html body #wpadminbar {
    position: relative !important;
}*/

/* JTM add custom css */

:root {
  --gf-local-color: #b19777;
  --gf-color-out-ctrl-dark-darker: #856f54;
  --gf-font-size-secondary: 14px;
  --gf-ctrl-label-color-primary: #b19777;
  --gf-ctrl-label-color-secondary: #eaded0;
}

*,
*::before,
*::bafter {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

html.js body {
  color: #c2c2c2;
  font-size: 16px;
  /*line-height: 3.8rem; 2.1rem*/
}

html.js body p {
  color: #c2c2c2;
}

/* nav */

@media (min-width: 992px) {
  html.js .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (min-width: 1063px) and (max-width: 1200px) {
  html.js .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }
}

/* headings */

html.js h1,
html.js h2,
html.js h3,
html.js h4,
html.js h5,
html.js h6 {
}

/* section spacing */

.section-title {
  letter-spacing: 8px;
  word-spacing: 0;
  margin-bottom: 2rem;
}

.section-padding1,
.section-padding2 {
}

.vc_column_container > .vc_column-inner {
  /* padding: 3rem; */
}

.vc_column_container > .vc_column-inner:has(> .wpb_wrapper > .vc_empty_space) {
  padding: 0;
}

.block-wrapper.background.bg-img.bg-fixed .vc_column_container > .vc_column-inner {
  /* padding: 3.2rem; */
}

.wpb_column.vc_column_container.vc_col-sm-6 .vc_column-inner {
  padding: 1.5rem;
}

.sec-button {
  /* margin-bottom: 2rem; */
}

html body .testimonials-box {
  /* padding: 60px 45px; */
  margin-bottom: -125px;
}

@media (max-width: 480px) {

  .vc_column-inner .services2.bn-vc-hover-box.mb-60,
  .vc_column-inner .services4.bn-vc-hover-box.mb-60 {
    margin-bottom: 3rem !important;
  }
}


/* html body #preloader.isdone {
  visibility: hidden;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
} */

/* ---- */

.banner-img::after {
  /* MAYBE */
  /* background: -webkit-linear-gradient(bottom, rgba(39, 39, 39, 1) 0%, rgba(39, 39, 39, 0.6) 100%, rgba(39, 39, 39, 0.3) 100%);
  background:         linear-gradient(to top, rgb(39, 39, 39) 0%, rgba(39, 39, 39, 0.6) 86%, rgba(39, 39, 39, 0.3) 100%); */
  /* MAYBE 2 */
  /* background: -webkit-linear-gradient(bottom, rgba(39, 39, 39, 1) 5%, rgba(39, 39, 39, 0.6) 56%, rgba(39, 39, 39, 0.3) 90%);
  background: linear-gradient(to top, rgb(39, 39, 39) 5%, rgba(39, 39, 39, 0.6) 56%, rgba(39, 39, 39, 0.3) 90%); */
  /* MAYBE 3 */
  /* background: -webkit-linear-gradient(bottom, rgba(39, 39, 39, 1) 2%, rgba(39, 39, 39, 0.6) 67%, rgba(39, 39, 39, 0.3) 100%);
  background:         linear-gradient(to top, rgb(39, 39, 39) 2%, rgba(39, 39, 39, 0.6) 67%, rgba(39, 39, 39, 0.3) 100%); */
  /* USE */
  /* background: -webkit-linear-gradient(bottom, rgba(39, 39, 39, 1) 2%, rgba(39, 39, 39, 0.6) 52%, rgba(39, 39, 39, 0.3) 94%);
  background:         linear-gradient(to top, rgb(39, 39, 39) 2%, rgba(39, 39, 39, 0.6) 52%, rgba(39, 39, 39, 0.3) 94%); */
  background: -webkit-linear-gradient(bottom, rgba(39, 39, 39, 1) 2%, rgba(39, 39, 39, 0.6) 52%, rgba(39, 39, 39, 0.7) 94%);
  background: linear-gradient(to top, rgb(39, 39, 39) 2%, rgba(39, 39, 39, 0.6) 52%, rgba(39, 39, 39, 0.7) 94%);
}

html body [data-overlay-dark="3"]::before, 
html body [data-overlay-darkgray="3"]::before, 
html body [data-overlay-light="3"]::before {
  opacity: 0.25;
}

html body.home .header .owl-carousel {
  pointer-events: none;
}

html body.home .header .owl-carousel .owl-stage [data-overlay-dark].bg-img::before {
  opacity: 1;
  background: -webkit-linear-gradient(bottom, rgba(39, 39, 39, 1) 5%, rgba(39, 39, 39, 0.6) 38%, rgba(39, 39, 39, 0.5) 90%);
  background: linear-gradient(to top, rgb(39, 39, 39) 5%, rgba(39, 39, 39, 0.6) 38%, rgba(39, 39, 39, 0.5) 90%);/* linear-gradient(to top, rgb(39, 39, 39) 3%, rgba(39, 39, 39, 0.6) 52%, rgba(39, 39, 39, 0.5) 94%) */;
  /* background: #000; */
}

body .navbar .navbar-nav.-white .current-menu-parent > a.nav-link.nav-color,
body .navbar .navbar-nav.-white .current-page-ancestor > a.nav-link.nav-color,
body .navbar .navbar-nav.-white .current-menu-parent > .nav-link.nav-color,
body .navbar .navbar-nav.-white .current-menu-item > a.nav-link.nav-color,
body .navbar .navbar-nav.-black .current-menu-parent > a.nav-link.nav-color,
body .navbar .navbar-nav.-black .current-page-ancestor > a.nav-link.nav-color,
body .navbar .navbar-nav.-black .current-menu-parent > .nav-link.nav-color,
body .navbar .navbar-nav.-black .current-menu-item > a.nav-link.nav-color,
#bauen-aside.if-call-white .bauen-main-menu .current-menu-parent > a,
#bauen-aside.if-call-white .bauen-main-menu .current-page-ancestor > a,
#bauen-aside.if-call-white .bauen-main-menu .current-menu-parent > span,
#bauen-aside.if-call-white .bauen-main-menu .current-menu-item > a,
#bauen-aside.if-call-black .bauen-main-menu .current-menu-parent > a,
#bauen-aside.if-call-black .bauen-main-menu .current-page-ancestor > a,
#bauen-aside.if-call-black .bauen-main-menu .current-menu-parent > span,
#bauen-aside.if-call-black .bauen-main-menu .current-menu-item > a,
.bauen-menu .current-menu-parent > a,
.bauen-menu .current-page-ancestor > a,
.bauen-menu .current-menu-parent > span,
.bauen-menu .current-menu-item > a,
#bauen-aside.if-call-white .bauen-main-menu > ul > li > a.nav-link.active,
#bauen-aside.if-call-black .bauen-main-menu > ul > li > a.nav-link.active {
  color: #b19777;
  text-shadow:
    1px 1px 1px rgba(0, 0, 0, 0.2),
    -1px -1px 1px rgba(0, 0, 0, 0.2);
}

body .navbar .navbar-nav.-white .nav-link.nav-color {
  text-shadow:
    1px 1px 1px rgba(0, 0, 0, 0.2),
    -1px -1px 1px rgba(0, 0, 0, 0.2);
}

.gform-theme--framework input[type='password'],
.gform-theme--framework input[type='email'],
.gform-theme--framework input[type='text'],
.gform-theme--framework input[type='file'],
.gform-theme--framework input[type='tel'],
.gform-theme--framework textarea,
body .wc-block-components-form .wc-block-components-text-input .gform-theme--framework input[type='email'],
body .wc-block-components-form .wc-block-components-text-input .gform-theme--framework input[type='number'],
body .wc-block-components-form .wc-block-components-text-input .gform-theme--framework input[type='password'],
body .wc-block-components-form .wc-block-components-text-input .gform-theme--framework input[type='tel'],
body .wc-block-components-form .wc-block-components-text-input .gform-theme--framework input[type='text'],
body .wc-block-components-form .wc-block-components-text-input .gform-theme--framework input[type='url'],
body .wc-block-components-text-input .gform-theme--framework input[type='email'],
body .wc-block-components-text-input .gform-theme--framework input[type='number'],
body .wc-block-components-text-input .gform-theme--framework input[type='password'],
body .wc-block-components-text-input .gform-theme--framework input[type='tel'],
body .wc-block-components-text-input .gform-theme--framework input[type='text'],
body .wc-block-components-text-input .gform-theme--framework input[type='url'] {
  max-width: 100% !important;
  margin-bottom: 10px !important;
  padding: 10px 0 !important;
  height: auto;
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-width: 0 0 1px !important;
  border-bottom-width: 1px;
  border-style: solid !important;
  border-bottom-style: solid;
  display: block !important;
  width: 100% !important;
  line-height: 1.5em;
  font-family: 'Didact Gothic', sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #999 !important;
  background-image: none !important;
  border-bottom: 1px solid #323232 !important;
  border-color:
    ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s !important;
}

.gform-theme--framework input[type='email'],
.gform-theme--framework input[type='text'],
.gform-theme--framework textarea,
.gform-theme--framework input[type='password'],
.gform-theme--framework input[type='url'],
.gform-theme--framework input[type='date'],
.gform-theme--framework input[type='number'],
.gform-theme--framework input[type='email'],
.gform-theme--framework input[type='number'],
.gform-theme--framework input[type='password'],
.gform-theme--framework input[type='tel'],
.gform-theme--framework input[type='text'],
.gform-theme--framework input[type='url'],
.gform-theme--framework select {
  position: relative !important;
  z-index: 2 !important;
  margin-bottom: 15px !important;
  width: 100% !important;
  max-height: 50px !important;
  display: block !important;
  border: none !important;
  border-bottom-width: medium !important;
  border-bottom-style: none !important;
  border-bottom-color: currentcolor !important;
  border-bottom: 1px solid #f4f4f4 !important;
  padding: 8px 8px 8px 3px !important;
  will-change: background-position !important;
  transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1) !important;
  background-position: -1920px 0 !important;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  color: #c2c2c2 !important;
  font-size: 16px !important;
  line-height: 1.75em !important;
  font-weight: 400 !important;
  border-radius: 0 !important;
  background: transparent !important;
  font-family: 'Didact Gothic', sans-serif !important;
  max-width: 100% !important;
  max-height: 50px !important;
  border-bottom: 1px solid #323232 !important;
}

.dark-version input[type='email'],
.dark-version input[type='text'],
.dark-version textarea,
.dark-version input[type='password'],
.dark-version input[type='url'],
.dark-version input[type='date'],
.dark-version input[type='number'],
.dark-version .wc-block-components-form .wc-block-components-text-input input[type='email'],
.dark-version .wc-block-components-form .wc-block-components-text-input input[type='number'],
.wc-block-components-form .wc-block-components-text-input input[type='password'],
.dark-version .wc-block-components-form .wc-block-components-text-input input[type='tel'],
.wc-block-components-form .wc-block-components-text-input input[type='text'],
.dark-version .wc-block-components-form .wc-block-components-text-input input[type='url'],
.dark-version .wc-block-components-text-input input[type='email'],
.wc-block-components-text-input input[type='number'],
.dark-version .wc-block-components-text-input input[type='password'],
.dark-version .wc-block-components-text-input input[type='tel'],
.dark-version .wc-block-components-text-input input[type='text'],
.dark-version .wc-block-components-text-input input[type='url'] {
  border-bottom: 1px solid #323232 !important;
}

.gform-theme--framework :selection {
  color: #999 !important;
  background: rgba(0, 0, 0, 0.1) !important;
}

.gform-theme--framework ::placeholder {
  color: #c2c2c2 !important;
  opacity: 1;
}

.gform-theme--framework ::selection {
  color: #999;
  background: rgba(0, 0, 0, 0.1);
}

.gform-theme--framework ::selection {
  color: #999;
  background: rgba(0, 0, 0, 0.1);
}

.gform-theme--framework form input[type='submit'],
.gform-theme--framework form input[type='reset'],
.gform-theme--framework form input[type='button'],
.gform-theme--framework form button {
  text-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  line-height: 1.2em !important;
  -webkit-transition: background-color 0.15s ease-out !important;
  transition: background-color 0.15s ease-out !important;
  background: #b19777 !important;
  border: 1px solid transparent !important;
}

.gform-theme--framework form input[type='submit'],
.gform-theme--framework form button {
  outline: none !important;
  cursor: pointer !important;
  position: relative !important;
  line-height: 1.2em !important;
  border-radius: 0 !important;
  font-weight: 300 !important;
  font-family: 'Oswald', sans-serif !important;
  text-transform: uppercase !important;
  background: #b19777 !important;
  color: #fff !important;
  padding: 13px 30px !important;
  margin: 0 !important;
  position: relative !important;
  font-size: 16px !important;
  letter-spacing: 3px !important;
  width: auto !important;
}

.gform-theme--framework form input[type='submit']:hover,
.gform-theme--framework form input[type='reset']:hover,
.gform-theme--framework form input[type='button']:hover,
.gform-theme--framework form button:hover {
  background-color: #323232 !important;
  color: #999 !important;
  border: 1px solid transparent !important;
  text-transform: none !important;
  padding: 13px 30px !important;
  margin: 0 !important;
  font-size: 16px !important;
  letter-spacing: 3px !important;
  line-height: 1.2em !important;
  border-radius: 0 !important;
  font-weight: 300 !important;
  font-family: 'Oswald', sans-serif !important;
  width: auto !important;
  text-transform: uppercase !important;
}

.gform-theme--framework form input[type='email'].input-active,
.gform-theme--framework form input[type='email']:focus,
.gform-theme--framework form input[type='text'].input-active,
.gform-theme--framework form input[type='text']:focus,
.gform-theme--framework form textarea.input-active,
.gform-theme--framework form textarea:focus,
.gform-theme--framework form input[type='password'].input-active,
.gform-theme--framework form input[type='password']:focus,
.gform-theme--framework form input[type='number'].input-active,
.gform-theme--framework form input[type='number']:focus {
  background-position: 0 0;
  box-shadow: none;
  outline: 0;
  border: none !important;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  color: #c2c2c2;
  border-bottom: 1px solid #b19777 !important;
  border-radius: 0;
}

.gform-theme--framework textarea.form-control:active,
.gform-theme--framework form textarea:active,
.gform-theme--framework form input[type='text']:active,
.gform-theme--framework form input[type='email']:active,
.gform-theme--framework form input[type='password']:active,
.gform-theme--framework form textarea:focus,
.gform-theme--framework form input[type='text']:focus,
.gform-theme--framework form input[type='email']:focus,
.gform-theme--framework form input[type='password']:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.gform-theme--framework textarea.form-control:active,
.gform-theme--framework form textarea:active,
.gform-theme--framework form input[type='text']:active,
.gform-theme--framework form input[type='email']:active,
.gform-theme--framework form input[type='password']:active,
.gform-theme--framework form textarea:focus,
.gform-theme--framework form input[type='text']:focus,
.gform-theme--framework form input[type='email']:focus,
.gform-theme--framework form input[type='password']:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-position: 0 0;
  box-shadow: none;
  outline: 0;
  border: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  color: #c2c2c2;
  border-bottom: 1px solid #b19777 !important;
  border-radius: 0;
}
.form-control,
form select {
  position: relative !important;
  z-index: 2 !important;
  margin: 0 !important;
  margin-bottom: 0px;
  width: 100% !important;
  height: 40px !important;
  display: block !important;
  border: none !important;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom: 1px solid #f4f4f4 !important;
  color: #c2c2c2 !important;
  will-change: background-position !important;
  transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1) !important;
  background-position: -100% !important;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  margin-bottom: 15px !important;
  border-radius: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  font-family: 'Didact Gothic', sans-serif !important;
}

.gform-theme--framework .gfield_label.gform-field-label:not(.form-field-label--type-inline),
.gform-theme--framework .gfield_label.gform-field-label:has(+ input[type='text']),
.gform-theme--framework .gfield_label.gform-field-label:has(+ input[type='email']),
.gform-theme--framework .gfield_label.gform-field-label:has(+ input[type='tel']),
.gform-theme--framework .gfield_label.gform-field-label:has(+ select),
.gform-theme--framework .gform-theme--framework .field_sublabel_above .gform-field-label--type-sub {
  /* position: absolute;
  color: #c2c2c2 !important;
  font-size: 16px !important; */
}

/*.gfield_label.gform-field-label:has(+ input[type="text"]),
.gfield_label.gform-field-label:has(+ input[type="email"]),
.gfield_label.gform-field-label:has(+ input[type="tel"]),
.gfield_label.gform-field-label:has(+ select) {
  display: none;
}*/

.gform-theme--framework .gfield_label.gform-field-label:not(.form-field-label--type-inline),
.gform-theme--framework .gfield_label.gform-field-label:has(+ input[type='text']),
.gform-theme--framework .gfield_label.gform-field-label:has(+ input[type='email']),
.gform-theme--framework .gfield_label.gform-field-label:has(+ input[type='tel']),
.gform-theme--framework .gfield_label.gform-field-label:has(+ select),
.gform-theme--framework gform-theme--framework .field_sublabel_above .gform-field-label--type-sub {
  --gf-local-color: #b19777;
  color: var(--gf-local-color) !important;
  margin-bottom: 0 !important;
}

/* .ecs-fieldset,
.ecs-fieldset.ecs-fieldset-address, */
.gform-theme--framework fieldset.gfield--width-full.ecs-fieldset.ecs-fieldset-address label {
  display: none !important;
}

.gform-theme--framework fieldset.gfield--width-full.ecs-fieldset.gfield--type-choice {
  margin-bottom: 2rem !important;
}

.gform-theme--framework fieldset.gfield--type-choice legend.gfield_label.gform-field-label.gfield_label_before_complex {
  padding-bottom: 1rem !important;
}

.gform-theme--framework legend,
.gform-theme--framework legend.gfield_label.gform-field-label,
.gform-theme--framework legend.gfield_label.gform-field-label.gfield_label_before_complex {
  /* display: none !important; */
}

.gform-theme--framework legend.gfield_label.gform-field-label,
.gform-theme--framework legend.gfield_label.gform-field-label.gfield_label_before_complex,
.gform-theme--framework label.gfield_label.gform-field-label,
.gform-theme--framework label.gform-field-label.gform-field-label--type-sub {
  --gf-local-color: #b19777;
  --gf-color-out-ctrl-dark-darker: #856f54;
  --gf-font-size-secondary: 14px;
  --gf-ctrl-label-color-primary: #b19777;
  --gf-ctrl-label-color-secondary: #eaded0;

  color: var(--gf-local-color) !important;
}

.gform-theme--framework label.gform-field-label.gform-field-label--type-inline {
  --gf-local-color: #b19777;
  --gf-color-out-ctrl-dark-darker: #856f54;
  --gf-font-size-secondary: 14px;
  --gf-ctrl-label-color-primary: #b19777;
  --gf-ctrl-label-color-secondary: #eaded0;

  color: #c2c2c2 !important; /* var(--gf-ctrl-label-color-secondary)  */
}

.gform-theme--framework .gfield--type-choice input.gfield_choice_all_toggle,
.gform-theme--framework .gfield--type-choice input.gfield-choice-input {
  background: transparent !important;
}

.gform-theme--framework input[type='checkbox']:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework input[type='radio']:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  --gf-ctrl-accent-color: #fff;

  accent-color: var(--gf-ctrl-accent-color) !important;
}

.gform-theme--framework input[type='checkbox']:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
  --gf-ctrl-choice-check-color: #fff;

  color: var(--gf-ctrl-choice-check-color) !important;
}

.gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type='text']:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type='hidden'])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*='mceu_']):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework.gform-theme.gform_wrapper input:is([type='submit'], [type='button'], [type='reset']).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework.gform-theme.gform_wrapper input:is([type='submit'], [type='button'], [type='reset']):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework.gform-theme.gform_wrapper input[type='submit'].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus {
  -gf-ctrl-bg-color-focus: #fff;
  --gf-ctrl-border-color-focus: #fff;
  --gf-ctrl-color-focus: #fff;
  --gf-ctrl-outline-color-focus: #fff;

  --gf-local-bg-color: var(--gf-ctrl-bg-color-focus);
  --gf-local-border-color: var(--gf-ctrl-border-color-focus);
  --gf-local-color: var(--gf-ctrl-color-focus);
  --gf-local-outline-color: var(--gf-ctrl-outline-color-focus);
}

.dark-version input[type='email'],
.dark-version input[type='text'],
.dark-version textarea,
.dark-version input[type='password'],
.dark-version input[type='url'],
.dark-version input[type='date'],
.dark-version input[type='number'],
.dark-version .wc-block-components-form .wc-block-components-text-input input[type='email'],
.dark-version .wc-block-components-form .wc-block-components-text-input input[type='number'],
.wc-block-components-form .wc-block-components-text-input input[type='password'],
.dark-version .wc-block-components-form .wc-block-components-text-input input[type='tel'],
.wc-block-components-form .wc-block-components-text-input input[type='text'],
.dark-version .wc-block-components-form .wc-block-components-text-input input[type='url'],
.dark-version .wc-block-components-text-input input[type='email'],
.wc-block-components-text-input input[type='number'],
.dark-version .wc-block-components-text-input input[type='password'],
.dark-version .wc-block-components-text-input input[type='tel'],
.dark-version .wc-block-components-text-input input[type='text'],
.dark-version .wc-block-components-text-input input[type='url'] {
  border-bottom: 1px solid #323232;
}

html body .dark-version .form-control,
html body .dark-version .dark-version form select {
  border-bottom: 1px solid #323232;
  margin: 0 !important;
}

.gform-theme--framework .gfield_required.gfield_required_text {
  /* text-shadow: 1px 1px 1px rgba(0,0,0,0.2), -1px -1px 1px rgba(0,0,0,0.2); */
  display: none;
}

.gform-theme--framework .gform-field-label > .gfield_required:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework.gform_editor legend.gform-field-label > span > .gfield_required:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  color: #f03f09 !important;
}

/* page - left social sidebar */

html body .content-wrapper .left-panel {
  display: none !important;
}

html body.home .content-wrapper .left-panel {
  display: block !important;
}

html.home .content-wrapper .left-panel.bn-left-panel-half {
  z-index: 0 !important;
}

@media (max-width: 480px) {

  html body.home .content-wrapper .left-panel {
  display: none !important;
}
}

/* before and after handle - fix stacking issue */

/* html body .bauen-mob-menu-wrapper {
  z-index: 20;
}

.content-wrapper .juxtapose div.jx-handle,
.container .juxtapose div.jx-handle {
  z-index: 8 !important;
} */

html body div.jx-image.jx-left div.jx-label {
  left: 10px;
}

html body div.jx-image.jx-right div.jx-label {
  right: 10px;
}

html body div.jx-image div.jx-label {
  padding: 10px 20px;
  top: 10px;
  background-color: rgba(0, 0, 0, 0.3);
}

/* hide portfolio page before and after */

/* body .juxtapose, */

body[class*="portfolio"] .juxtapose {
  /* display: none !important; */
} 

/* other color changes */

body .bauen-blog .item .con, body .bauen-pagination-wrap li a, body .error-form .form-group input[type="text"], body .error-form .form-group input[type="search"], body .error-form .form-group input[type="email"], body.dark-version .page-list-icon i, body .page-list-icon i, body .process .item .cont, body .process .item .icon, body .position {
  border-color: #747576 !important;
}

/* block wrapper overlay sec-process process  */

html body  .process .item .cont {
  padding: 2rem 2rem;
}

html [data-overlay-dark].block-wrapper p {
  color: #c2c2c2;
}

section.full-width-section .block-wrapper[style*='url('] {
  background-size: cover;
}

.wpb_wrapper .sec-process.process .cont p {
  color: #c2c2c2;
}

.wpb_wrapper .sec-process.process .cont p:last-of-type {
  margin-bottom: 0;
}

/* grid styles */

body .mt-30 {
  margin-top: calc(30px - 5px) !important;
}

.gform-theme--foundation form .gform_fields {
  --gf-form-gap-x: 2rem;
  --gf-form-gap-y: 1rem;

  grid-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* gap: 2rem !important; */
  grid-template-rows: repeat(auto-fill, auto);
  inline-size: 100% !important;
  grid-row-gap: var(--gf-form-gap-y) !important;
  row-gap: var(--gf-form-gap-y) !important;
  column-gap: var(--gf-form-gap-x) !important;
}

.gform-theme--foundation .gform-grid-col {
  --gf-form-gap-x: 2rem;

  flex: none;
  inline-size: 100% !important;
  padding-inline: calc(var(--gf-field-gap-x) / 2) !important;
}

.gform-theme--foundation form .gform-grid-row {
  --gf-form-gap-x: 2rem;
  --gf-form-gap-y: 1rem;

  display: grid;
  flex-flow: row wrap;
  inline-size: 100% !important;
  margin-inline: calc(var(--gf-field-gap-x) * -1 / 2) !important;
  row-gap: var(--gf-field-gap-y) !important;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}

.gform-theme--foundationn form .ginput_address_city,
.gform-theme--foundationn form .ginput_address_country,
.gform-theme--foundationn form .ginput_address_state,
.gform-theme--foundationn form .ginput_address_zip {
  inline-size: 100% !important;
}

.gform-theme--foundation form .gfield {
  grid-column: span 3;
  min-inline-size: 0;
  width: 100%;
}

.gform-theme--foundation form .gfield--width-full {
  grid-column: span 3;
  width: 100%;
}

.gform-theme--foundation form fieldset.gfield--width-full {
  grid-column: span 3;
  width: 100%;
}

.gform-theme--foundation form .gfield--width-half {
  grid-column: span 1;
  width: 100%;
}

.gform-theme--foundation form .ecs-fieldset {
  /* grid-column: span 3; */
}

.gform-theme--foundation form .ecs-choices {
  width: 100%;
}

.gform-theme--foundation form .ecs-choices.ecs-choices-can-help {
  grid-column: span 1;
}

.gform-theme--foundation form .ecs-choices.ecs-choices-your-timeline {
  grid-column: span 1;
}

.gform-theme--foundation form .ecs-choices.ecs-choices-level-budget {
  grid-column: span 1;
}

content-lines .content-lines-wrapper {
  display: none !important;
}

.content-lines {
  /* position: absolute;
  left: 33.666666%;
  right: 33.666666%;
  height: 100%;
  border-left: 1px solid #323232;
  border-right: 1px solid #323232; */
}

.content-lines-inner .content-lines {
  border-left: 0 none !important;
  border-right: 0 none !important;
  display: none !important;
}

/* section video */

.section-wrapper.container .row-layout.row:has(.vc_column_container) {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.section-wrapper.container .sec-video {
  padding-top: 2rem;
}

/* --- */

@media (min-width: 1580px) {
}

@media (min-width: 1380px) {
}

@media (min-width: 1280px) {
}

@media (max-width: 1200px) {
}

@media (min-width: 1025px) {
}

@media (min-width: 769px) {
}

@media (max-width: 1024px) {
  .gform-theme--foundation form .gform_fields {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }

  .gform-theme--foundation form .gfield--width-full {
    grid-column: span 3;
    width: 100%;
  }

  .gform-theme--foundation form fieldset.gfield--width-full {
    grid-column: span 3;
  }

  .gform-theme--foundation form .gfield--width-half {
    grid-column: span 3;
  }

  .gform-theme--foundation form .gform-grid-row {
    --gf-form-gap-x: 1rem;
    --gf-form-gap-y: 1rem;
    margin-inline: calc(var(--gf-field-gap-x) * -1 / 2) !important;
    row-gap: var(--gf-field-gap-y) !important;
    grid-template-columns: 1fr;
    gap: 1rem;
    row-gap: 1rem;
  }

  .gform-theme--foundation form .ecs-choices.ecs-choices-can-help {
    grid-column: span 3;
  }

  .gform-theme--foundation form .ecs-choices.ecs-choices-your-timeline {
    grid-column: span 3;
  }

  .gform-theme--foundation form .ecs-choices.ecs-choices-level-budget {
    grid-column: span 3;
  }
}

@media (max-width: 768px) {

}

@media (max-width: 480px) {
  .sec-heading {
    text-align: center !important;
  }

  .sec-button {
    text-align: center !important;
  }

  .wpb_wrapper > * {
    margin-bottom: 1rem !important;
  }
}


/* Before and After Slider CSS */
.jonny-ba_slider {
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 3px solid white;
  background-color: #eee;
  /* Height will be determined by the image aspect ratio */
  aspect-ratio: 4 / 3;
  /*16 / 9*/
}

/* Both containers are absolute and hidden overflow */
.jonny-ba_slider .jonny-ba_image {
  position: absolute;
  top: 0;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.jonny-ba_slider .jonny-ba_left {
  left: 0;
  width: 50%;
  z-index: 2;
}

.jonny-ba_slider .jonny-ba_right {
  right: 0;
  width: 50%;
}

/* Images must stay the same width as the total slider */
.jonny-ba_slider img {
  display: block !important;
  height: 100% !important;
  object-fit: cover !important;
  max-width: none !important;
  /* Prevents typical "max-width: 100%" overrides */
}

/* Pin the right image to the right edge of the slider so it doesn't move when width changes */
.jonny-ba_slider .jonny-ba_right img {
  position: absolute;
  right: 0;
}

.jonny-ba_slider .jonny-ba_label {
  font-size: 12px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 7px 20px;
  position: absolute;
  top: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
  letter-spacing: 2px;
}

.jonny-ba_slider .jonny-ba_left .jonny-ba_label {
  left: 10px;
}

.jonny-ba_slider .jonny-ba_right .jonny-ba_label {
  right: 10px;
}

.jonny-ba_slider .jonny-ba_resizer {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 3;
  top: 0;
  left: 50%;
  height: 100%;
  width: 40px;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  cursor: col-resize;
  /*Stop vertical scrolling on touch*/
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.jonny-ba_slider .jonny-ba_resizer:before {
  content: '';
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 20px;
  height: 100%;
  width: 1px;
  background-color: #fff;
}

.jonny-ba_slider .jonny-ba_resizer:after {
  content: '';
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  margin: auto;
  margin-left: auto;
  top: 0;
  bottom: 0;
  left: 15px;
  height: 50px;
  width: 10px;
  background-color: #fff;
}

.jonny-ba_slider .jonny-ba_resizer-arrow {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  transition: all 0.2s ease;
}

.jonny-ba_slider .jonny-ba_resizer-arrow.jonny-ba_resizer-right {
  right: 31px;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent #ffffff transparent transparent;
}

.jonny-ba_slider .jonny-ba_resizer-handle:hover .jonny-ba_resizer-arrow.jonny-ba_resizer-right,
.jonny-ba_slider .jonny-ba_resizer-handle:active .jonny-ba_resizer-arrow.jonny-ba_resizer-right {
  right: 33px;
}

.jonny-ba_slider .jonny-ba_resizer-arrow.jonny-ba_resizer-left {
  left: 32px;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #ffffff;
}

.jonny-ba_slider .jonny-ba_resizer-handle:hover .jonny-ba_resizer-arrow.jonny-ba_resizer-left,
.jonny-ba_slider .jonny-ba_resizer-handle:active .jonny-ba_resizer-arrow.jonny-ba_resizer-left {
  left: 33px;
}

/* Startup cue: gently pulse handle arrows until user interacts */
.jonny-ba_slider .jonny-ba_resizer.is-pulsing-cue:after {
  animation: jonnyBaHandlePulse 1.2s ease-in-out infinite;
}

.jonny-ba_slider .jonny-ba_resizer.is-pulsing-cue .jonny-ba_resizer-arrow.jonny-ba_resizer-left {
  animation: jonnyBaArrowLeftCue 1.2s ease-in-out infinite;
}

.jonny-ba_slider .jonny-ba_resizer.is-pulsing-cue .jonny-ba_resizer-arrow.jonny-ba_resizer-right {
  animation: jonnyBaArrowRightCue 1.2s ease-in-out infinite;
}

@keyframes jonnyBaHandlePulse {
  0%, 100% {
    transform: scaleY(1);
    opacity: 1;
  }

  50% {
    transform: scaleY(1.18);
    opacity: 0.82;
  }
}

@keyframes jonnyBaArrowLeftCue {
  0%, 100% {
    left: 32px;
  }

  50% {
    left: 37px;
  }
}

@keyframes jonnyBaArrowRightCue {
  0%, 100% {
    right: 31px;
  }

  50% {
    right: 36px;
  }
}

/* Respect reduced motion settings */
@media (prefers-reduced-motion: reduce) {
  .jonny-ba_slider .jonny-ba_resizer.is-pulsing-cue:after,
  .jonny-ba_slider .jonny-ba_resizer.is-pulsing-cue .jonny-ba_resizer-arrow {
    animation: none;
  }
}

/* ---------------------------------------- */
