/* scss/settings/_breakpoints.scss */ /* scss/utilities/_functions.scss */
/*
    .cssClass {
        font-size: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(20), rem-calc(50));
        margin-bottom: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(10), rem-calc(20));
    }

*/
/* scss/utilities/_mixins.scss */ /* xsmall = 10 (1 - 11)
small = 13 - (12-14)
default = 16 (15-18)
medium = 20 (18-26)
large = 32 (26-36)
xlarge = 40 (36 <) */
/* ---------- headers ---------- */
/* ---------- medium fonts: 20 (18-26) ---------- */
/* ---------- default fonts: 16 (15-18) ---------- */
/* ---------- small fonts: 13 - (12-14) ---------- */
/* ---------- xsmall fonts: 10 (1 - 11) ---------- */
/* ---------- button fonts ---------- */
.frame {
  margin-bottom: 6.25rem;
}

.seoText {
  margin-top: 6.25rem;
}

.frame-space-after-none {
  margin-bottom: 0;
}

.frame-space-after-small {
  margin-bottom: 3.125rem;
}

.frame-space-after-medium {
  margin-bottom: 6.25rem;
}

.frame-space-after-large {
  margin-bottom: 9.375rem;
}

body {
  scroll-behavior: smooth;
}

.no-transitions,
.no-transitions * {
  transition: none !important;
  animation: none !important;
}

/* scss/utilities/_functions.scss */
/*
    .cssClass {
        font-size: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(20), rem-calc(50));
        margin-bottom: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(10), rem-calc(20));
    }

*/
/* scss/utilities/_mixins.scss */ /* xsmall = 10 (1 - 11)
small = 13 - (12-14)
default = 16 (15-18)
medium = 20 (18-26)
large = 32 (26-36)
xlarge = 40 (36 <) */
/* ---------- headers ---------- */
/* ---------- medium fonts: 20 (18-26) ---------- */
/* ---------- default fonts: 16 (15-18) ---------- */
/* ---------- small fonts: 13 - (12-14) ---------- */
/* ---------- xsmall fonts: 10 (1 - 11) ---------- */
/* ---------- button fonts ---------- */
.o-lcform {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-start;
  padding: 5rem 1.875rem;
  padding-left: clamp(1.88rem, 10.42vw + -3.13rem, 6.25rem);
  padding-right: clamp(1.88rem, 10.42vw + -3.13rem, 6.25rem);
  row-gap: 4rem;
}
@media only screen and (min-width: 1440px) {
  .o-lcform {
    flex-wrap: nowrap;
    justify-content: space-evenly;
  }
}
.o-lcform__intro {
  flex: 0 1 100%;
}
@media only screen and (min-width: 1440px) {
  .o-lcform__intro {
    flex: 0 1 40%;
    padding-right: 2rem;
  }
}
.o-lcform__contact {
  order: 2;
  flex: 0 0 21.25rem;
}
@media only screen and (min-width: 992px) {
  .o-lcform__contact {
    flex-grow: 0;
    order: 0;
    padding: 0 2rem;
    border-right: 1px solid rgba(197, 190, 185, 0.8);
  }
}
.o-lcform__form {
  min-width: 22.5rem;
}
.o-lcform .frame {
  flex: 1 1 100%;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .o-lcform .frame {
    flex: 1 1 auto;
    padding-left: 2rem;
  }
}
.o-lcform .m-contact-person {
  max-width: 15.625rem;
  margin: 0 auto;
}
.o-lcform .m-contact-person__photo {
  flex: 0 0 15rem;
  max-width: 15rem;
  border-radius: 50%;
  overflow: hidden;
}
.o-lcform .m-contact-person {
  margin: 0 auto;
  max-width: 15.625rem;
}
@media only screen and (min-width: 768px) {
  .o-lcform .m-contact-person {
    max-width: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .o-lcform .m-contact-person {
    display: block;
  }
}
.o-lcform.-bigPicture {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  padding: 0;
  position: relative;
  align-items: start;
  background: transparent;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  row-gap: 0;
}
@media only screen and (min-width: 1200px) {
  .o-lcform.-bigPicture {
    background: #000;
  }
}
.o-lcform.-bigPicture img {
  display: block;
  width: 100%;
  height: auto;
  /*
  min-height: 100%;
  object-fit: contain;
  object-position: top center;
  */
}
@media only screen and (min-width: 1440px) {
  .o-lcform.-bigPicture {
    margin-left: 0;
    margin-right: 0;
  }
}
.o-lcform.-bigPicture .frame {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 1200px) {
  .o-lcform.-bigPicture .frame {
    color: #FFF;
    padding-right: clamp(0.06rem, 59.5vw + -53.49rem, 7.5rem);
  }
}
@media only screen and (min-width: 1200px) {
  .o-lcform.-bigPicture .m-select button, .o-lcform.-bigPicture label {
    color: #FFF;
  }
}
@media only screen and (min-width: 1200px) {
  .o-lcform.-bigPicture .m-select button, .o-lcform.-bigPicture input, .o-lcform.-bigPicture textarea {
    color: #FFF;
    border-color: #FFF;
  }
}
.o-lcform.-bigPicture .o-lcform__intro {
  color: #160000;
}
@media only screen and (min-width: 1200px) {
  .o-lcform.-bigPicture .o-lcform__intro {
    color: #FFF;
  }
}
.o-lcform__container {
  grid-column: 1/span 2;
  grid-row: 2;
  position: relative;
  z-index: 1;
  padding: 5rem 1.875rem;
  padding-left: clamp(1.88rem, 10.42vw + -3.13rem, 6.25rem);
  padding-right: clamp(1.88rem, 10.42vw + -3.13rem, 6.25rem);
}
@media only screen and (min-width: 1200px) {
  .o-lcform__container {
    grid-column: 1;
    grid-row: 1;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.6);
  }
  .o-lcform__container .m-select button, .o-lcform__container input {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.3);
  }
}
.o-lcform__img {
  background: #000;
  grid-column: 1/span 2;
  grid-row: 1;
  position: relative;
  z-index: 0;
}
.o-lcform__contactName {
  color: #FFF;
  position: absolute;
  z-index: 2;
  left: 2rem;
  bottom: 2rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 1200px) {
  .o-lcform__contactName {
    left: 50%;
    bottom: 2rem;
  }
}

/*# sourceMappingURL=lcForm.css.map */