*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: 100%;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

button {
  cursor: pointer;
}

/* ==========================================================================
   #Variables
   ========================================================================== */
:root {
  /* colors */
  --blue: #1b6882;
  --grey: #8b8c8b;
  --green: #2A5737;
  --white: #fff;
  --anthracite: #3C4036;
  --bronze: #A59C93;
  --lightBeige: #EBE6DC;
  /* fonts */
  --font-display: "Noto-Serif-Display-Bh", serif;
  --font-serif: "Noto-Serif-Bh", serif;
  --font-barlow: "Barlow-Bh", sans-serif;
  --font-lato: "Lato-Bh", serif;
  --font-hanken: "Hanken-Grotesk-Bh", serif;
}

.main-container {
  max-width: 1217px;
  padding: 0 12px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .main-container {
    max-width: 1361px;
    padding: 0 80px;
  }
}

/* ==========================================================================
   #Variables
   ========================================================================== */
:root {
  /* colors */
  --blue: #1b6882;
  --grey: #8b8c8b;
  --green: #2A5737;
  --white: #fff;
  --anthracite: #3C4036;
  --bronze: #A59C93;
  --lightBeige: #EBE6DC;
  /* fonts */
  --font-display: "Noto-Serif-Display-Bh", serif;
  --font-serif: "Noto-Serif-Bh", serif;
  --font-barlow: "Barlow-Bh", sans-serif;
  --font-lato: "Lato-Bh", serif;
  --font-hanken: "Hanken-Grotesk-Bh", serif;
}

/* ==========================================================================
   #Variables
   ========================================================================== */
:root {
  /* colors */
  --blue: #1b6882;
  --grey: #8b8c8b;
  --green: #2A5737;
  --white: #fff;
  --anthracite: #3C4036;
  --bronze: #A59C93;
  --lightBeige: #EBE6DC;
  /* fonts */
  --font-display: "Noto-Serif-Display-Bh", serif;
  --font-serif: "Noto-Serif-Bh", serif;
  --font-barlow: "Barlow-Bh", sans-serif;
  --font-lato: "Lato-Bh", serif;
  --font-hanken: "Hanken-Grotesk-Bh", serif;
}

body {
  font-family: "Arial", sans-serif;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.64px;
  color: var(--anthracite);
  font-weight: 400;
}
body *:focus-visible {
  outline: 2px dotted #000 !important;
  outline-offset: 2px !important;
}
body .rs-layer *:not(.rs-wtbindex):focus-visible,
body .rs-layer:not(.rs-wtbindex):focus-visible {
  outline: 2px dotted #000 !important;
  outline-offset: 2px !important;
}

h1 {
  color: var(--white);
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 2.25px;
  font-family: var(--font-barlow);
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h1 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 2.7px;
  }
}
@media (min-width: 1140px) {
  h1 {
    font-size: 28px;
    line-height: 45px;
    letter-spacing: 4.2px;
  }
}

h2,
.heading-xl {
  color: var(--anthracite);
  font-size: 36px;
  line-height: 38px;
  letter-spacing: 0;
  font-family: var(--font-display);
  font-weight: 200;
  text-transform: none;
}
@media (min-width: 768px) {
  h2,
  .heading-xl {
    font-size: 45px;
    line-height: 50px;
  }
}
@media (min-width: 1140px) {
  h2,
  .heading-xl {
    font-size: 85px;
    line-height: 100px;
  }
}

h3,
.heading-l {
  color: var(--bronze);
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2.1px;
  font-family: var(--font-barlow);
  font-weight: 800;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h3,
  .heading-l {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 2.7px;
  }
}
@media (min-width: 1140px) {
  h3,
  .heading-l {
    font-size: 25px;
    line-height: 36px;
    letter-spacing: 3.75px;
  }
}

h4,
.heading-m {
  color: var(--grey);
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  font-family: var(--font-serif);
  font-weight: 700;
}
@media (min-width: 1140px) {
  h4,
  .heading-m {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1.5px;
  }
}

a {
  color: var(--bronze);
}
a:hover, a:focus-visible {
  color: var(--blue);
}
a:active {
  color: var(--bronze);
}

ul {
  margin: 0;
  padding: 0;
}

.list li {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.28px;
  color: #4B4646;
  font-weight: 700;
  position: relative;
  list-style: none;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .list li {
    padding-left: 25px;
  }
}
.list li::before {
  content: "";
  background-color: #AEBB8B;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 7px;
  border-radius: 5px;
}
.list li:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .list li:not(:last-child) {
    margin-bottom: 17px;
  }
}
@media (min-width: 1140px) {
  .list li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.padding-top {
  padding-top: 120px;
}
@media (min-width: 768px) {
  .padding-top {
    padding-top: 160px;
  }
}
@media (min-width: 1140px) {
  .padding-top {
    padding-top: 200px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.wrapper {
  overflow: hidden;
}

@font-face {
  font-family: "Barlow-Bh";
  src: url("../assets/fonts/Barlow/Barlow-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Hanken-Grotesk-Bh";
  src: url("../assets/fonts/HankenGrotesk/Hanken-Grotesk-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto-Serif-Display-Bh";
  src: url("../assets/fonts/NotoSerifDisplay/Noto-Serif-Display-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Noto-Serif-Display-Bh";
  src: url("../assets/fonts/NotoSerifDisplay/Noto-Serif-Display-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto-Serif-Display-Bh";
  src: url("../assets/fonts/NotoSerifDisplay/Noto-Serif-Display-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto-Serif-Display-Bh";
  src: url("../assets/fonts/NotoSerifDisplay/Noto-Serif-Display-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Noto-Serif-Bh";
  src: url("../assets/fonts/NotoSerif/Noto-Serif-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto-Serif-Bh";
  src: url("../assets/fonts/NotoSerif/Noto-Serif-regular-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Noto-Serif-Bh";
  src: url("../assets/fonts/NotoSerif/NotoSerif-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Lato-Bh";
  src: url("../assets/fonts/Lato/lato-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "NotoSerif Italic";
  src: url("../assets/fonts/NotoSerif/Noto-Serif-regular-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "NotoSerif Italic";
  src: url("../assets/fonts/NotoSerif/NotoSerif-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
/* ==========================================================================
   #Variables
   ========================================================================== */
:root {
  /* colors */
  --blue: #1b6882;
  --grey: #8b8c8b;
  --green: #2A5737;
  --white: #fff;
  --anthracite: #3C4036;
  --bronze: #A59C93;
  --lightBeige: #EBE6DC;
  /* fonts */
  --font-display: "Noto-Serif-Display-Bh", serif;
  --font-serif: "Noto-Serif-Bh", serif;
  --font-barlow: "Barlow-Bh", sans-serif;
  --font-lato: "Lato-Bh", serif;
  --font-hanken: "Hanken-Grotesk-Bh", serif;
}

.button-primary {
  padding: 3px 11px;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 1.95px;
  font-weight: 700;
  display: inline-block;
  cursor: pointer;
  color: var(--white);
  background-color: #AEBB8B;
  text-transform: uppercase;
  text-align: center;
  min-width: 230px;
  font-family: "Barlow-Bh", serif;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .button-primary {
    font-size: 14.5px;
    letter-spacing: 2.175px;
    min-width: 244px;
    padding: 5px 11px;
  }
}
@media (min-width: 1140px) {
  .button-primary {
    font-size: 16px;
    letter-spacing: 2.4px;
    min-width: 350px;
    padding: 8px 11px;
  }
}
.button-primary:hover, .button-primary:focus-visible, .button-primary:active {
  background-color: var(--blue);
  color: var(--white);
}

/* ==========================================================================
   #Variables
   ========================================================================== */
:root {
  /* colors */
  --blue: #1b6882;
  --grey: #8b8c8b;
  --green: #2A5737;
  --white: #fff;
  --anthracite: #3C4036;
  --bronze: #A59C93;
  --lightBeige: #EBE6DC;
  /* fonts */
  --font-display: "Noto-Serif-Display-Bh", serif;
  --font-serif: "Noto-Serif-Bh", serif;
  --font-barlow: "Barlow-Bh", sans-serif;
  --font-lato: "Lato-Bh", serif;
  --font-hanken: "Hanken-Grotesk-Bh", serif;
}

.wpcs_tab {
  display: none !important;
}

@media (max-width: 640px) {
  .sidebar-wrapper {
    width: 100%;
    padding: 9px 20px 6px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    background-color: #fff;
    box-shadow: 2px 0 8px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: space-evenly;
  }
  .sidebar-wrapper .sidebar-item span {
    display: none;
  }
  .sidebar-wrapper img {
    width: 35px;
    height: 35px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 641px) {
  .sidebar-wrapper {
    position: fixed;
    right: 0;
    top: 38.9%;
    z-index: 10;
  }
  .sidebar-wrapper .sidebar-item {
    position: absolute;
    right: -278px;
    transition: all 0.8s linear;
    width: 330px;
    text-decoration: none;
    font-size: 15px;
    line-height: 35px;
    letter-spacing: 1.5px;
    color: #fff;
    border-radius: 50px 0 0 50px;
    font-family: var(--font-hanken);
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    background-color: rgba(139, 140, 139, 0.5);
  }
  .sidebar-wrapper .sidebar-item:hover, .sidebar-wrapper .sidebar-item:focus-visible {
    right: 0;
    color: var(--white);
  }
  .sidebar-wrapper img {
    width: 42px;
    height: 42px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: 25px;
  }
}
@media (min-width: 641px) and (min-width: 1330px) {
  .sidebar-wrapper img {
    margin-right: 28px;
  }
}
@media (min-width: 641px) {
  .sidebar-wrapper span:not(.sr-only) {
    position: relative;
    top: 0;
  }
  .sidebar-item {
    display: flex;
    align-items: center;
  }
  .sidebar-item-project-news {
    top: 0px;
  }
  .sidebar-item-baukamera {
    top: 50px;
  }
  .sidebar-item-anlegerinfos {
    top: 101px;
  }
  .sidebar-item-contact {
    top: 152px;
  }
  .sidebar-item-termine {
    top: 203px;
  }
}
@media (min-width: 1140px) {
  .sidebar-wrapper {
    top: 32.9%;
  }
  .sidebar-wrapper .sidebar-item {
    right: -268px;
  }
  .sidebar-wrapper .sidebar-item img {
    width: 50px;
    height: 50px;
  }
  .sidebar-wrapper .sidebar-item-project-news {
    top: 60px !important;
  }
  .sidebar-wrapper .sidebar-item-baukamera {
    top: 60px;
  }
  .sidebar-wrapper .sidebar-item-anlegerinfos {
    top: 120px;
  }
  .sidebar-wrapper .sidebar-item-contact {
    top: 180px;
  }
  .sidebar-wrapper .sidebar-item-termine {
    top: 240px;
  }
}
/* ==========================================================================
   #Variables
   ========================================================================== */
:root {
  /* colors */
  --blue: #1b6882;
  --grey: #8b8c8b;
  --green: #2A5737;
  --white: #fff;
  --anthracite: #3C4036;
  --bronze: #A59C93;
  --lightBeige: #EBE6DC;
  /* fonts */
  --font-display: "Noto-Serif-Display-Bh", serif;
  --font-serif: "Noto-Serif-Bh", serif;
  --font-barlow: "Barlow-Bh", sans-serif;
  --font-lato: "Lato-Bh", serif;
  --font-hanken: "Hanken-Grotesk-Bh", serif;
}

.content-block__title-top {
  text-align: center;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .content-block__title-top {
    margin-bottom: 0;
  }
}
.content-block__title-top-icon {
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  width: 200px;
  height: 25px;
}
@media (min-width: 768px) {
  .content-block__title-top-icon {
    width: 300px;
    height: 37px;
  }
}
@media (min-width: 1140px) {
  .content-block__title-top-icon {
    width: 400px;
    height: 50px;
  }
}
.content-block__title-bottom {
  position: relative;
  padding-bottom: 69px;
  margin-bottom: 24px;
}
.content-block__title-bottom:after {
  content: "";
  background-image: url("../assets/images/icons/dots.svg");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 15px;
  height: 4px;
}
@media (min-width: 768px) {
  .content-block__title-bottom:after {
    width: 26px;
    height: 6px;
  }
}
@media (min-width: 1140px) {
  .content-block__title-bottom:after {
    width: 30px;
    height: 7px;
  }
}
@media (min-width: 768px) {
  .content-block__title-bottom {
    padding-bottom: 123px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1140px) {
  .content-block__title-bottom {
    padding-bottom: 154px;
    margin-bottom: 53px;
  }
}
.content-block__text {
  max-width: 947px;
  margin: 0 auto 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .content-block__text {
    padding: 0 52px;
    margin-bottom: 36px;
  }
}
@media (min-width: 1140px) {
  .content-block__text {
    margin-bottom: 73px;
    padding: 0;
  }
}
.content-block .content-big-title {
  text-align: center;
  position: relative;
  margin-bottom: 0;
}
.content-block .content-big-title:after {
  content: "";
  background-image: url("../assets/images/372-HL-Grafik.jpg");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 37px;
}
@media (min-width: 768px) {
  .content-block .content-big-title:after {
    width: 300px;
    height: 56px;
    top: calc(100% + 13px);
  }
}
@media (min-width: 1140px) {
  .content-block .content-big-title:after {
    width: 400px;
    height: 75px;
    top: calc(100% + 21px);
  }
}
.content-block .content-small-title {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .content-block .content-small-title {
    margin-bottom: 12px;
  }
}
.content-block .text-read-more {
  display: none;
}
.content-block .text-read-more.open {
  display: block;
}
.content-block .text-read-more.open:not(:first-child) {
  margin-top: 20px;
}
.content-block .text-read-more.open p:last-child {
  margin-bottom: 0;
}
.content-block .read-more {
  margin-top: 14px;
  transform: rotate(0deg);
  transition: transform 0.3s ease-out;
}
@media (min-width: 768px) {
  .content-block .read-more {
    margin-top: 24px;
  }
}
.content-block .read-more.open {
  transform: rotate(180deg);
}
.content-block .read-more.open:focus-visible {
  transform: rotate(180deg) scale(1.1);
}
@media (hover: hover) and (pointer: fine) {
  .content-block .read-more.open:hover {
    transform: rotate(180deg) scale(1.1);
  }
}
@media (min-width: 1140px) {
  .content-block .read-more {
    margin-top: 37px;
  }
}
.content-block .read-more:focus-visible {
  transform: rotate(0deg) scale(1.1);
}
@media (hover: hover) and (pointer: fine) {
  .content-block .read-more:hover {
    transform: rotate(0deg) scale(1.1);
  }
}
.content-block .excerpt p:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   #Variables
   ========================================================================== */
:root {
  /* colors */
  --blue: #1b6882;
  --grey: #8b8c8b;
  --green: #2A5737;
  --white: #fff;
  --anthracite: #3C4036;
  --bronze: #A59C93;
  --lightBeige: #EBE6DC;
  /* fonts */
  --font-display: "Noto-Serif-Display-Bh", serif;
  --font-serif: "Noto-Serif-Bh", serif;
  --font-barlow: "Barlow-Bh", sans-serif;
  --font-lato: "Lato-Bh", serif;
  --font-hanken: "Hanken-Grotesk-Bh", serif;
}

.parallax {
  position: relative;
  min-height: 812px;
  margin-top: -85px;
  z-index: -1;
}
@media (min-width: 768px) {
  .parallax {
    margin-top: -110px;
  }
}
@media (min-width: 1140px) {
  .parallax {
    margin-top: -143px;
  }
}
.parallax-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
}
.parallax-container img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  min-height: 812px;
}
@media (min-width: 768px) {
  .parallax-container img {
    min-height: 1027px;
  }
}
@media (min-width: 1140px) {
  .parallax-container img {
    min-height: 1080px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .parallax {
    min-height: 1027px;
  }
}
@media (min-width: 1140px) {
  .parallax {
    min-height: 1080px;
    width: 100%;
  }
}

/* ==========================================================================
   #Variables
   ========================================================================== */
:root {
  /* colors */
  --blue: #1b6882;
  --grey: #8b8c8b;
  --green: #2A5737;
  --white: #fff;
  --anthracite: #3C4036;
  --bronze: #A59C93;
  --lightBeige: #EBE6DC;
  /* fonts */
  --font-display: "Noto-Serif-Display-Bh", serif;
  --font-serif: "Noto-Serif-Bh", serif;
  --font-barlow: "Barlow-Bh", sans-serif;
  --font-lato: "Lato-Bh", serif;
  --font-hanken: "Hanken-Grotesk-Bh", serif;
}

.form-white form .gfield:not(.gfield--type-consent) .gfield_label,
form.form-white .gfield:not(.gfield--type-consent) .gfield_label {
  display: none;
}
.form-white form .gfield--type-consent,
form.form-white .gfield--type-consent {
  padding: 0;
  border: none;
}
.form-white form .gfield--type-consent > .gfield_label,
form.form-white .gfield--type-consent > .gfield_label {
  display: none;
}
@media (min-width: 768px) {
  .form-white form .gfield--type-consent,
  form.form-white .gfield--type-consent {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .form-white form .gfield--type-consent .gform-footer,
  form.form-white .gfield--type-consent .gform-footer {
    order: 2;
    display: flex;
    justify-content: flex-end;
  }
  .form-white form .gfield--type-consent .gform-footer:not(:first-child),
  form.form-white .gfield--type-consent .gform-footer:not(:first-child) {
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .form-white form .gfield--type-consent .validation_message,
  form.form-white .gfield--type-consent .validation_message {
    order: 3;
  }
}
@media (min-width: 768px) {
  .form-white form .gfield--type-consent:not(:first-child),
  form.form-white .gfield--type-consent:not(:first-child) {
    margin-top: 14px;
  }
}
.form-white form input[type=email]:not([type=checkbox]):not([type=submit]),
form.form-white input[type=email]:not([type=checkbox]):not([type=submit]) {
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  color: var(--white);
  border-bottom-color: var(--white);
  padding: 5px 15px 10px;
}
.form-white form input[type=email]:not([type=checkbox]):not([type=submit])::-moz-placeholder, form.form-white input[type=email]:not([type=checkbox]):not([type=submit])::-moz-placeholder {
  color: var(--white);
  opacity: 1;
  text-transform: uppercase;
}
.form-white form input[type=email]:not([type=checkbox]):not([type=submit])::placeholder,
form.form-white input[type=email]:not([type=checkbox]):not([type=submit])::placeholder {
  color: var(--white);
  opacity: 1;
  text-transform: uppercase;
}
.form-white form [type=submit],
form.form-white [type=submit] {
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid var(--white);
  border-radius: 20px;
  color: var(--white);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 15px;
  font-weight: 400;
  font-style: normal;
  padding: 9px 25px;
  margin-top: 14px;
  min-width: 210px;
}
@media (min-width: 768px) {
  .form-white form [type=submit],
  form.form-white [type=submit] {
    margin-top: 0;
    min-width: 264px;
  }
}
.form-white form .ginput_container_consent,
form.form-white .ginput_container_consent {
  font-size: 12px;
  line-height: 14px;
  position: relative;
  display: flex;
  font-style: italic;
  align-items: center;
}
@media (min-width: 768px) {
  .form-white form .ginput_container_consent,
  form.form-white .ginput_container_consent {
    order: 1;
  }
}
.form-white form .ginput_container_consent:not(:first-child),
form.form-white .ginput_container_consent:not(:first-child) {
  margin-top: 14px;
}
@media (min-width: 768px) {
  .form-white form .ginput_container_consent:not(:first-child),
  form.form-white .ginput_container_consent:not(:first-child) {
    margin-top: 0;
  }
}
.form-white form .ginput_container_consent a,
form.form-white .ginput_container_consent a {
  color: var(--white);
  text-decoration: underline;
  transition: -webkit-text-decoration 0.3s ease-out;
  transition: text-decoration 0.3s ease-out;
  transition: text-decoration 0.3s ease-out, -webkit-text-decoration 0.3s ease-out;
}
.form-white form .ginput_container_consent a:hover, .form-white form .ginput_container_consent a:focus-visible,
form.form-white .ginput_container_consent a:hover,
form.form-white .ginput_container_consent a:focus-visible {
  text-decoration: none;
}
.form-white form .ginput_container_consent input[type=checkbox],
form.form-white .ginput_container_consent input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  position: absolute;
  top: 0;
}
.form-white form .ginput_container_consent input[type=checkbox]:before,
form.form-white .ginput_container_consent input[type=checkbox]:before {
  content: "";
  width: 15px;
  height: 15px;
  left: 0;
  background-color: transparent;
  border: 1px solid var(--white);
  display: block;
  position: absolute;
  top: 4px;
}
.form-white form .ginput_container_consent input[type=checkbox]:after,
form.form-white .ginput_container_consent input[type=checkbox]:after {
  content: "";
  background-image: url("../assets/images/icons/checkmark.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 5px;
  left: 10%;
  width: 12px;
  height: 12px;
  opacity: 0;
  visibility: hidden;
}
.form-white form .ginput_container_consent input[type=checkbox]:checked:after,
form.form-white .ginput_container_consent input[type=checkbox]:checked:after {
  opacity: 1;
  visibility: visible;
}
.form-white form .ginput_container_consent .gform-field-label,
form.form-white .ginput_container_consent .gform-field-label {
  padding-left: 30px;
}

/* ==========================================================================
   #Variables
   ========================================================================== */
:root {
  /* colors */
  --blue: #1b6882;
  --grey: #8b8c8b;
  --green: #2A5737;
  --white: #fff;
  --anthracite: #3C4036;
  --bronze: #A59C93;
  --lightBeige: #EBE6DC;
  /* fonts */
  --font-display: "Noto-Serif-Display-Bh", serif;
  --font-serif: "Noto-Serif-Bh", serif;
  --font-barlow: "Barlow-Bh", sans-serif;
  --font-lato: "Lato-Bh", serif;
  --font-hanken: "Hanken-Grotesk-Bh", serif;
}

.validation_message {
  background-color: var(--white);
  color: #c02b0a;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
}
.validation_message:not(:first-child) {
  margin-top: 10px;
}

.gform_submission_error {
  color: #c02b0a;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  font-family: "Noto-Serif-Bh", serif;
  font-weight: 700;
  margin-bottom: 0;
}

.gform_validation_errors {
  background-color: var(--white);
  padding: 10px;
}

.gfield_visibility_hidden {
  left: -9999px;
  position: absolute;
  visibility: hidden;
}

/* ==========================================================================
   #Variables
   ========================================================================== */
:root {
  /* colors */
  --blue: #1b6882;
  --grey: #8b8c8b;
  --green: #2A5737;
  --white: #fff;
  --anthracite: #3C4036;
  --bronze: #A59C93;
  --lightBeige: #EBE6DC;
  /* fonts */
  --font-display: "Noto-Serif-Display-Bh", serif;
  --font-serif: "Noto-Serif-Bh", serif;
  --font-barlow: "Barlow-Bh", sans-serif;
  --font-lato: "Lato-Bh", serif;
  --font-hanken: "Hanken-Grotesk-Bh", serif;
}

.ss-main {
  padding: 0;
  background-color: transparent;
  border-bottom: 1px solid var(--white);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  color: var(--white);
  font-size: 10px;
  line-height: 24px;
  letter-spacing: 1px;
  border-radius: 0;
}
.ss-main:focus, .ss-main:focus-visible {
  box-shadow: 0 0 1px var(--anthracite);
}
.ss-main .ss-single {
  margin: 0 !important;
  text-transform: uppercase;
}
.ss-main .ss-values {
  align-items: flex-end;
}
.ss-main .ss-arrow path {
  stroke: var(--white);
}

.ss-content .ss-list .ss-option {
  font-size: 14px;
  line-height: 1.5;
}
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected, .ss-content .ss-list .ss-option.ss-highlighted {
  background-color: #5C604E;
}
.ss-content .ss-list .ss-option:hover:not(.ss-disabled), .ss-content .ss-list .ss-option:focus-visible:not(.ss-disabled) {
  border-left: 0;
  background-color: #5C604E;
}

/* ==========================================================================
   #Variables
   ========================================================================== */
:root {
  /* colors */
  --blue: #1b6882;
  --grey: #8b8c8b;
  --green: #2A5737;
  --white: #fff;
  --anthracite: #3C4036;
  --bronze: #A59C93;
  --lightBeige: #EBE6DC;
  /* fonts */
  --font-display: "Noto-Serif-Display-Bh", serif;
  --font-serif: "Noto-Serif-Bh", serif;
  --font-barlow: "Barlow-Bh", sans-serif;
  --font-lato: "Lato-Bh", serif;
  --font-hanken: "Hanken-Grotesk-Bh", serif;
}

.swiper-arrow-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.swiper-arrow-wrapper .swiper-button-prev {
  transform: rotate(90deg);
  left: 0;
}
@media (min-width: 1140px) {
  .swiper-arrow-wrapper .swiper-button-prev {
    left: 13%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .swiper-arrow-wrapper .swiper-button-prev:hover {
    transform: rotate(90deg) scale(1.1);
  }
}
.swiper-arrow-wrapper .swiper-button-prev:focus-visible {
  transform: rotate(90deg) scale(1.1);
}
.swiper-arrow-wrapper .swiper-button-next {
  transform: rotate(-90deg);
  right: 0;
}
@media (min-width: 1140px) {
  .swiper-arrow-wrapper .swiper-button-next {
    right: 13%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .swiper-arrow-wrapper .swiper-button-next:hover {
    transform: rotate(-90deg) scale(1.1);
  }
}
.swiper-arrow-wrapper .swiper-button-next:focus-visible {
  transform: rotate(-90deg) scale(1.1);
}
.swiper-arrow-wrapper .swiper-button-prev,
.swiper-arrow-wrapper .swiper-button-next {
  width: 50px;
  height: 50px;
  padding: 0;
  transition: transform 0.3s linear;
}

/* ==========================================================================
   #Variables
   ========================================================================== */
:root {
  /* colors */
  --blue: #1b6882;
  --grey: #8b8c8b;
  --green: #2A5737;
  --white: #fff;
  --anthracite: #3C4036;
  --bronze: #A59C93;
  --lightBeige: #EBE6DC;
  /* fonts */
  --font-display: "Noto-Serif-Display-Bh", serif;
  --font-serif: "Noto-Serif-Bh", serif;
  --font-barlow: "Barlow-Bh", sans-serif;
  --font-lato: "Lato-Bh", serif;
  --font-hanken: "Hanken-Grotesk-Bh", serif;
}

.slider {
  overflow: hidden;
  position: relative;
}
.slider .slide {
  height: 300px;
  position: relative;
}
@media (min-width: 1140px) {
  .slider .slide {
    height: 600px;
  }
}
.slider .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider .slide-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(235, 230, 220, 0.9);
  padding: 15px 20px;
  max-width: 100%;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.28px;
  font-weight: bold;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .slider .slide-caption {
    left: auto;
    max-width: 297px;
    width: 100%;
  }
}
@media (min-width: 1140px) {
  .slider .slide-caption {
    bottom: 60px;
    max-width: 346px;
  }
}
.slider .slide-caption * {
  margin-bottom: 0;
}
.slider .slide:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(235, 230, 220, 0.8);
  opacity: 0;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
  z-index: 1;
}
.slider .slide:not(.swiper-slide-active)::before {
  opacity: 1;
}

/* ==========================================================================
   #Variables
   ========================================================================== */
:root {
  /* colors */
  --blue: #1b6882;
  --grey: #8b8c8b;
  --green: #2A5737;
  --white: #fff;
  --anthracite: #3C4036;
  --bronze: #A59C93;
  --lightBeige: #EBE6DC;
  /* fonts */
  --font-display: "Noto-Serif-Display-Bh", serif;
  --font-serif: "Noto-Serif-Bh", serif;
  --font-barlow: "Barlow-Bh", sans-serif;
  --font-lato: "Lato-Bh", serif;
  --font-hanken: "Hanken-Grotesk-Bh", serif;
}

.animated .sidebar-item {
  animation-name: run;
  animation-iteration-count: 4;
  animation-direction: alternate;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
  animation-duration: 2s;
  --start-right: -278px;
}
@media (min-width: 1140px) {
  .animated .sidebar-item {
    --start-right: -268px;
  }
}
.animated .sidebar-item-baukamera {
  animation-delay: 1.5s;
}
.animated .sidebar-item-anlegerinfos {
  animation-delay: 2s;
}
.animated .sidebar-item-contact {
  animation-delay: 2.5s;
}
.animated .sidebar-item-termine {
  animation-delay: 3s;
}
.animated .sidebar-item-project-news {
  animation-delay: 1s;
}
@keyframes run {
  0% {
    right: var(--start-right);
  }
  100% {
    right: 0;
  }
}

/* ------------------------------------------------------
	Blocks
------------------------------------------------------ */
/* ==========================================================================
   #Variables
   ========================================================================== */
:root {
  /* colors */
  --blue: #1b6882;
  --grey: #8b8c8b;
  --green: #2A5737;
  --white: #fff;
  --anthracite: #3C4036;
  --bronze: #A59C93;
  --lightBeige: #EBE6DC;
  /* fonts */
  --font-display: "Noto-Serif-Display-Bh", serif;
  --font-serif: "Noto-Serif-Bh", serif;
  --font-barlow: "Barlow-Bh", sans-serif;
  --font-lato: "Lato-Bh", serif;
  --font-hanken: "Hanken-Grotesk-Bh", serif;
}

.header {
  position: fixed;
  z-index: 11;
  top: 0;
  width: 100%;
  left: 0;
  pointer-events: none;
}
.header-body {
  padding: 15px 12px 35px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .header-body {
    padding: 30px 30px 80px;
  }
}
@media (min-width: 1140px) {
  .header-body {
    padding: 50px 59px 100px;
  }
}
.header .logo {
  max-width: 120px;
  width: 100%;
  pointer-events: visible;
}
.header .logo img {
  width: 100%;
}
@media (min-width: 768px) {
  .header .logo {
    max-width: 178px;
  }
}
@media (min-width: 1140px) {
  .header .logo {
    max-width: 209px;
  }
}
.header .main-menu-container {
  max-width: 303px;
  width: 100%;
  background-color: rgba(27, 104, 130, 0.85);
  padding: 87px 13px 45px 60px;
  position: absolute;
  top: 0;
  right: -100%;
  pointer-events: visible;
  transition: right 0.8s linear;
}
@media (min-width: 768px) {
  .header .main-menu-container {
    max-width: 428px;
    padding: 191px 101px 82px 104px;
  }
}
@media (min-width: 1140px) {
  .header .main-menu-container {
    max-width: 450px;
    padding: 149px 104px 70px 123px;
  }
}
.header .main-menu-container ul li {
  list-style: none;
}
.header .main-menu-container ul li a {
  font-size: 16px;
  line-height: 50px;
  letter-spacing: 2.4px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--white);
}
.header .main-menu-container.active {
  right: 0;
}
.header .button-close {
  position: absolute;
  top: 15px;
  right: 11px;
  width: 50px;
  height: 50px;
  padding: 0;
  box-shadow: none;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .header .button-close {
    top: 35px;
    right: 30px;
  }
}
@media (min-width: 1140px) {
  .header .button-close {
    top: 50px;
    right: 60px;
  }
}
.header .button-close svg {
  width: 21px;
  height: 21px;
}
@media (min-width: 768px) {
  .header .button-close svg {
    width: 29px;
    height: 29px;
  }
}
@media (min-width: 1140px) {
  .header .button-close svg {
    width: 33px;
    height: 33px;
  }
}
.header .menu-icon {
  padding: 0;
  width: 50px;
  height: 50px;
  box-shadow: none;
  background-color: transparent;
  pointer-events: visible;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .menu-icon svg {
  width: 20px;
  height: 18px;
}
@media (min-width: 768px) {
  .header .menu-icon svg {
    width: 30px;
    height: 27px;
  }
}
@media (min-width: 1140px) {
  .header .menu-icon svg {
    width: 35px;
    height: 32px;
  }
}

.header-blend {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, rgb(225, 224, 223) 0%, rgb(255, 255, 255) 100%);
  mix-blend-mode: multiply;
  z-index: 4;
  pointer-events: none;
}
@media (min-width: 768px) {
  .header-blend {
    height: 160px;
  }
}
@media (min-width: 1140px) {
  .header-blend {
    height: 200px;
  }
}

/* ==========================================================================
   #Variables
   ========================================================================== */
:root {
  /* colors */
  --blue: #1b6882;
  --grey: #8b8c8b;
  --green: #2A5737;
  --white: #fff;
  --anthracite: #3C4036;
  --bronze: #A59C93;
  --lightBeige: #EBE6DC;
  /* fonts */
  --font-display: "Noto-Serif-Display-Bh", serif;
  --font-serif: "Noto-Serif-Bh", serif;
  --font-barlow: "Barlow-Bh", sans-serif;
  --font-lato: "Lato-Bh", serif;
  --font-hanken: "Hanken-Grotesk-Bh", serif;
}

.hero {
  position: relative;
  height: 100vh;
}
.hero:after {
  content: "";
  background-image: url("../assets/images/372-Rubrik-Grafik-1.jpg");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -75px;
  left: calc(50% - 26px);
  width: 200px;
  height: 75px;
  z-index: 1;
}
@media (min-width: 768px) {
  .hero:after {
    left: calc(50% - 49px);
    width: 300px;
    height: 112px;
    bottom: -112px;
  }
}
@media (min-width: 1330px) {
  .hero:after {
    left: calc(50% - 602px);
    width: 400px;
    height: 150px;
    bottom: -150px;
  }
}
.hero__content {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  padding: 0 0 61px 0;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(60, 64, 54, 0) 0%, rgb(60, 64, 54) 100%);
}
@media (min-width: 768px) {
  .hero__content {
    padding: 0 0 47px;
  }
}
@media (min-width: 1140px) {
  .hero__content {
    padding: 0 0 45px;
  }
}
.hero__title {
  text-align: center;
  margin: 0 0 17px;
}
@media (min-width: 768px) {
  .hero__title {
    margin-bottom: 26px;
  }
}
@media (min-width: 1140px) {
  .hero__title {
    margin-bottom: 11px;
  }
}
.hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero__background img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100vh;
}
.hero .button-scroll-down {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 47px;
  height: 30px;
  cursor: pointer;
  transition: transform 0.3s linear;
}
.hero .button-scroll-down:focus-visible {
  transform: scale(1.1);
}
@media (hover: hover) and (pointer: fine) {
  .hero .button-scroll-down:hover {
    transform: scale(1.1);
  }
}
.hero__button-wrapper {
  text-align: center;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .hero__button-wrapper {
    margin-bottom: 39px;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1140px) {
  .hero__button-wrapper {
    margin-bottom: 40px;
  }
}
.hero__button-top {
  margin-bottom: 10px;
}
.hero-logo {
  position: fixed;
  top: 78px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 230px;
  width: 100%;
}
@media (min-width: 768px) {
  .hero-logo {
    top: 15.1%;
    max-width: 401px;
  }
}
@media (min-width: 1140px) {
  .hero-logo {
    top: 12.9%;
    max-width: 468px;
  }
}
.hero-logo img {
  width: 100%;
  height: auto;
}

.badge {
  position: absolute;
  top: -89%;
  right: 15px;
  background-color: var(--blue);
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 125px;
  height: 125px;
  transform: rotate(-15deg);
  flex-direction: column;
  text-align: center;
  font-family: "NotoSerif Italic", serif;
}
@media (min-width: 768px) {
  .badge {
    top: -91%;
    right: auto;
    left: 80px;
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 1140px) {
  .badge {
    top: -115%;
    left: 77%;
    width: 200px;
    height: 200px;
  }
}
.badge .badge-title {
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.17px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
}
@media (min-width: 768px) {
  .badge .badge-title {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.4px;
  }
}
@media (min-width: 1140px) {
  .badge .badge-title {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0.5px;
  }
}
.badge .badge-text {
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.55px;
  color: #fff;
  margin-top: 3px;
  font-weight: 400;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .badge .badge-text {
    line-height: 14px;
    margin-top: 5px;
  }
}
@media (min-width: 1140px) {
  .badge .badge-text {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.75px;
  }
}
@media (max-width: 480px) {
  .badge .badge {
    top: -382px;
  }
}
@media (max-width: 380px) {
  .badge .badge {
    right: 8px;
    top: -282px;
  }
}
@media (min-width: 1920px) {
  .badge .badge {
    left: -108px;
  }
}

/* ==========================================================================
   #Variables
   ========================================================================== */
:root {
  /* colors */
  --blue: #1b6882;
  --grey: #8b8c8b;
  --green: #2A5737;
  --white: #fff;
  --anthracite: #3C4036;
  --bronze: #A59C93;
  --lightBeige: #EBE6DC;
  /* fonts */
  --font-display: "Noto-Serif-Display-Bh", serif;
  --font-serif: "Noto-Serif-Bh", serif;
  --font-barlow: "Barlow-Bh", sans-serif;
  --font-lato: "Lato-Bh", serif;
  --font-hanken: "Hanken-Grotesk-Bh", serif;
}

.section-der-ueberblick {
  position: relative;
}
.section-der-ueberblick:after {
  content: "";
  background-image: url("../assets/images/372-Rubrik-Grafik-2.jpg");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -75px;
  left: calc(50% - 26px);
  width: 200px;
  height: 75px;
  z-index: 1;
}
@media (min-width: 768px) {
  .section-der-ueberblick:after {
    width: 300px;
    height: 112px;
    bottom: -112px;
    left: calc(50% - 47px);
  }
}
@media (min-width: 1330px) {
  .section-der-ueberblick:after {
    width: 400px;
    height: 150px;
    bottom: -150px;
    left: calc(50% + 199px);
  }
}
.section-der-ueberblick .content-block__list-wrapper {
  background-color: rgba(235, 230, 220, 0.8);
  height: -moz-fit-content;
  height: fit-content;
  padding: 28px 13px 33px;
  max-width: 1193px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .section-der-ueberblick .content-block__list-wrapper {
    padding: 46px 37px 38px;
  }
}
@media (min-width: 1140px) {
  .section-der-ueberblick .content-block__list-wrapper {
    padding: 48px 43px 54px;
  }
}
.section-der-ueberblick .content-block__list-title {
  margin: 0 auto 15px;
  text-align: center;
  color: var(--bronze);
}
@media (min-width: 768px) {
  .section-der-ueberblick .content-block__list-title:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (min-width: 1140px) {
  .section-der-ueberblick .content-block__list-title:not(:last-child) {
    margin-bottom: 36px;
  }
}
.section-der-ueberblick .list {
  margin-bottom: 55px;
}
@media (min-width: 768px) {
  .section-der-ueberblick .list {
    margin-bottom: 80px;
  }
}
@media (min-width: 1140px) {
  .section-der-ueberblick .list {
    margin-bottom: 93px;
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }
}
.section-der-ueberblick .list-button {
  text-align: center;
}
.section-der-ueberblick__body {
  position: relative;
}
.section-der-ueberblick__body:before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 85px);
}
@media (min-width: 768px) {
  .section-der-ueberblick__body:before {
    height: calc(100% - 110px);
  }
}
@media (min-width: 1140px) {
  .section-der-ueberblick__body:before {
    height: calc(100% - 143px);
  }
}

/* ==========================================================================
   #Variables
   ========================================================================== */
:root {
  /* colors */
  --blue: #1b6882;
  --grey: #8b8c8b;
  --green: #2A5737;
  --white: #fff;
  --anthracite: #3C4036;
  --bronze: #A59C93;
  --lightBeige: #EBE6DC;
  /* fonts */
  --font-display: "Noto-Serif-Display-Bh", serif;
  --font-serif: "Noto-Serif-Bh", serif;
  --font-barlow: "Barlow-Bh", sans-serif;
  --font-lato: "Lato-Bh", serif;
  --font-hanken: "Hanken-Grotesk-Bh", serif;
}

.section-die-umgebung {
  position: relative;
  background-color: var(--white);
}
.section-die-umgebung:after {
  content: "";
  background-image: url("../assets/images/372-Rubrik-Grafik-3.jpg");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -71px;
  left: calc(50% - 26px);
  width: 200px;
  height: 75px;
  z-index: 1;
}
@media (min-width: 768px) {
  .section-die-umgebung:after {
    width: 300px;
    height: 112px;
    left: calc(50% - 49px);
    bottom: -112px;
  }
}
@media (min-width: 1330px) {
  .section-die-umgebung:after {
    width: 400px;
    height: 150px;
    left: calc(50% - 600px);
    bottom: -150px;
  }
}
@media (min-width: 768px) {
  .section-die-umgebung .content-block__text {
    margin-bottom: 48px;
  }
}
@media (min-width: 1140px) {
  .section-die-umgebung .content-block__text {
    margin-bottom: 50px;
  }
}
.section-die-umgebung__button {
  text-align: center;
}
.section-die-umgebung__button:not(:first-child) {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .section-die-umgebung__button:not(:first-child) {
    margin-top: 45px;
  }
}
@media (min-width: 1140px) {
  .section-die-umgebung__button:not(:first-child) {
    margin-top: 60px;
  }
}
@media (max-width: 575.98px) {
  .section-die-umgebung__button {
    padding-bottom: 30px;
  }
}
.section-die-umgebung .slide {
  height: 300px;
}
@media (min-width: 1140px) {
  .section-die-umgebung .slide {
    height: 600px;
  }
}
.section-die-umgebung .wpgmp_map_parent {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .section-die-umgebung .wpgmp_map_parent {
    margin-bottom: 15px;
  }
}
@media (min-width: 1140px) {
  .section-die-umgebung .wpgmp_map_parent {
    margin-bottom: 20px;
  }
}

/* ==========================================================================
   #Variables
   ========================================================================== */
:root {
  /* colors */
  --blue: #1b6882;
  --grey: #8b8c8b;
  --green: #2A5737;
  --white: #fff;
  --anthracite: #3C4036;
  --bronze: #A59C93;
  --lightBeige: #EBE6DC;
  /* fonts */
  --font-display: "Noto-Serif-Display-Bh", serif;
  --font-serif: "Noto-Serif-Bh", serif;
  --font-barlow: "Barlow-Bh", sans-serif;
  --font-lato: "Lato-Bh", serif;
  --font-hanken: "Hanken-Grotesk-Bh", serif;
}

.section-die-anlage {
  position: relative;
  background-color: var(--white);
}
.section-die-anlage:after {
  content: "";
  background-image: url("../assets/images/372-Rubrik-Grafik-4.jpg");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -71px;
  left: calc(50% - 26px);
  width: 200px;
  height: 75px;
  z-index: 1;
}
@media (min-width: 768px) {
  .section-die-anlage:after {
    width: 300px;
    height: 112px;
    left: calc(50% - 47px);
    bottom: -112px;
  }
}
@media (min-width: 1330px) {
  .section-die-anlage:after {
    width: 400px;
    height: 150px;
    left: calc(50% + 176px);
    bottom: -150px;
  }
}
.section-die-anlage__button {
  text-align: center;
}
.section-die-anlage__button:not(:first-child) {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .section-die-anlage__button:not(:first-child) {
    margin-top: 45px;
  }
}
@media (min-width: 1140px) {
  .section-die-anlage__button:not(:first-child) {
    margin-top: 60px;
  }
}
@media (max-width: 575.98px) {
  .section-die-anlage__button {
    padding-bottom: 32px;
  }
}
.section-die-anlage .slide {
  height: 400px;
}
@media (min-width: 1140px) {
  .section-die-anlage .slide {
    height: 800px;
  }
}
.section-die-anlage__slider-first:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .section-die-anlage__slider-first:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (min-width: 1140px) {
  .section-die-anlage__slider-first:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .section-die-anlage.content-block .read-more {
    margin-top: 33px;
  }
}
@media (min-width: 1140px) {
  .section-die-anlage.content-block .read-more {
    margin-top: 37px;
  }
}

/* ==========================================================================
   #Variables
   ========================================================================== */
:root {
  /* colors */
  --blue: #1b6882;
  --grey: #8b8c8b;
  --green: #2A5737;
  --white: #fff;
  --anthracite: #3C4036;
  --bronze: #A59C93;
  --lightBeige: #EBE6DC;
  /* fonts */
  --font-display: "Noto-Serif-Display-Bh", serif;
  --font-serif: "Noto-Serif-Bh", serif;
  --font-barlow: "Barlow-Bh", sans-serif;
  --font-lato: "Lato-Bh", serif;
  --font-hanken: "Hanken-Grotesk-Bh", serif;
}

.section-die-wohnungen {
  position: relative;
  background-color: var(--white);
}
.section-die-wohnungen:not(:last-child) {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .section-die-wohnungen:not(:last-child) {
    padding-bottom: 45px;
  }
}
@media (min-width: 1140px) {
  .section-die-wohnungen:not(:last-child) {
    padding-bottom: 87px;
  }
}
@media (max-width: 575.98px) {
  .section-die-wohnungen .read-more {
    margin-top: 24px;
  }
}
@media (min-width: 1330px) {
  .section-die-wohnungen .read-more {
    margin-top: 19px;
  }
}

/* ==========================================================================
   #Variables
   ========================================================================== */
:root {
  /* colors */
  --blue: #1b6882;
  --grey: #8b8c8b;
  --green: #2A5737;
  --white: #fff;
  --anthracite: #3C4036;
  --bronze: #A59C93;
  --lightBeige: #EBE6DC;
  /* fonts */
  --font-display: "Noto-Serif-Display-Bh", serif;
  --font-serif: "Noto-Serif-Bh", serif;
  --font-barlow: "Barlow-Bh", sans-serif;
  --font-lato: "Lato-Bh", serif;
  --font-hanken: "Hanken-Grotesk-Bh", serif;
}

.request-expose-form {
  position: relative;
}
.request-expose-form:after {
  content: "";
  background-image: url("../assets/images/372-Rubrik-Grafik-5.jpg");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -75px;
  left: calc(50% - 26px);
  width: 200px;
  height: 75px;
  z-index: 1;
}
@media (min-width: 768px) {
  .request-expose-form:after {
    width: 300px;
    height: 112px;
    bottom: -112px;
    left: calc(50% - 47px);
  }
}
@media (min-width: 1330px) {
  .request-expose-form:after {
    width: 400px;
    height: 150px;
    bottom: -150px;
    left: calc(50% - 600px);
  }
}
@media (min-width: 768px) {
  .request-expose-form form .ginput_container_consent .gform-field-label {
    flex: 0 0 275px;
  }
}
@media (min-width: 1330px) {
  .request-expose-form form .ginput_container_consent .gform-field-label {
    flex: 0 0 310px;
  }
}

/* ==========================================================================
   #Variables
   ========================================================================== */
:root {
  /* colors */
  --blue: #1b6882;
  --grey: #8b8c8b;
  --green: #2A5737;
  --white: #fff;
  --anthracite: #3C4036;
  --bronze: #A59C93;
  --lightBeige: #EBE6DC;
  /* fonts */
  --font-display: "Noto-Serif-Display-Bh", serif;
  --font-serif: "Noto-Serif-Bh", serif;
  --font-barlow: "Barlow-Bh", sans-serif;
  --font-lato: "Lato-Bh", serif;
  --font-hanken: "Hanken-Grotesk-Bh", serif;
}

.form-section {
  position: relative;
}
.form-section__background {
  min-height: 736px;
  padding-top: 50px;
  position: relative;
  padding-bottom: 100%;
}
@media (min-width: 768px) {
  .form-section__background {
    min-height: 600px;
    padding-bottom: 72%;
  }
}
@media (min-width: 1140px) {
  .form-section__background {
    padding-bottom: 26%;
  }
}
.form-section__background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.form-section__body {
  background-color: rgba(27, 104, 130, 0.8);
  padding: 20px 20px 26px;
  position: absolute;
  bottom: 0;
  left: 12px;
  right: 13px;
  color: var(--white);
}
@media (min-width: 768px) {
  .form-section__body {
    padding: 15px 36px 30px;
    left: 80px;
    right: 80px;
  }
}
@media (min-width: 992px) {
  .form-section__body {
    max-width: 701px;
    width: 100%;
    left: auto;
  }
}
@media (min-width: 1140px) {
  .form-section__body {
    padding: 30px 38px 38px;
    left: calc(50% - 160px);
    right: auto;
  }
}
@media (min-width: 1600px) {
  .form-section__body {
    left: calc(50% + 17px);
  }
}
.form-section__title {
  color: var(--white);
  font-family: "NotoSerif Italic";
}
.form-section__title:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .form-section__title:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (min-width: 1140px) {
  .form-section__title:not(:last-child) {
    margin-bottom: 10px;
  }
}
.form-section__text {
  font-size: 14px;
  line-height: 25px;
}
.form-section__text:not(:last-child) {
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .form-section__text:not(:last-child) {
    margin-bottom: 11px;
  }
}
@media (min-width: 1140px) {
  .form-section__text:not(:last-child) {
    margin-bottom: 31px;
  }
}
.form-section__text p:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   #Variables
   ========================================================================== */
:root {
  /* colors */
  --blue: #1b6882;
  --grey: #8b8c8b;
  --green: #2A5737;
  --white: #fff;
  --anthracite: #3C4036;
  --bronze: #A59C93;
  --lightBeige: #EBE6DC;
  /* fonts */
  --font-display: "Noto-Serif-Display-Bh", serif;
  --font-serif: "Noto-Serif-Bh", serif;
  --font-barlow: "Barlow-Bh", sans-serif;
  --font-lato: "Lato-Bh", serif;
  --font-hanken: "Hanken-Grotesk-Bh", serif;
}

.section-die-ausstattung {
  position: relative;
  background-color: var(--white);
}
.section-die-ausstattung:not(:last-child) {
  padding-bottom: 58px;
}
@media (min-width: 768px) {
  .section-die-ausstattung:not(:last-child) {
    padding-bottom: 65px;
  }
}
@media (min-width: 1140px) {
  .section-die-ausstattung:not(:last-child) {
    padding-bottom: 160px;
  }
}
.section-die-ausstattung .content-block__button:not(:first-child) {
  margin-top: 35px;
}
@media (min-width: 1140px) {
  .section-die-ausstattung .content-block__button:not(:first-child) {
    margin-top: 53px;
  }
}
.section-die-ausstattung .content-block__text {
  margin-bottom: 33px;
}
@media (min-width: 768px) {
  .section-die-ausstattung .content-block__text {
    margin-bottom: 45px;
  }
}
@media (min-width: 1140px) {
  .section-die-ausstattung .content-block__text {
    margin-bottom: 50px;
  }
}
.section-die-ausstattung .content-block__text p * a {
  text-decoration: underline;
  transition: -webkit-text-decoration 0.3s linear;
  transition: text-decoration 0.3s linear;
  transition: text-decoration 0.3s linear, -webkit-text-decoration 0.3s linear;
}
@media (hover: hover) and (pointer: fine) {
  .section-die-ausstattung .content-block__text p * a:hover {
    text-decoration: none;
  }
}
.section-die-ausstattung .content-block__text p * a:focus-visible {
  text-decoration: none;
}
.section-die-ausstattung__button {
  text-align: center;
}
.section-die-ausstattung__button:not(:first-child) {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .section-die-ausstattung__button:not(:first-child) {
    margin-top: 45px;
  }
}
@media (min-width: 1140px) {
  .section-die-ausstattung__button:not(:first-child) {
    margin-top: 60px;
  }
}
.section-die-ausstattung .slide {
  height: 250px;
  width: 77.3%;
}
@media (min-width: 768px) {
  .section-die-ausstattung .slide {
    width: 32%;
  }
}
@media (min-width: 1140px) {
  .section-die-ausstattung .slide {
    height: 500px;
    width: 40%;
  }
}
@media (min-width: 1330px) {
  .section-die-ausstattung .slide {
    width: 30.3%;
  }
}
@media (min-width: 768px) {
  .section-die-ausstattung .slide.swiper-slide-next:before {
    opacity: 0;
  }
}
@media (max-width: 1139.98px) {
  .section-die-ausstattung .slider .slide-caption {
    left: 0;
    right: 0;
    width: auto;
  }
}
.section-die-ausstattung .slider-wrapper {
  left: 0;
  overflow: visible;
  position: relative;
  right: 0;
  width: 100vw;
}
@media (min-width: 480px) {
  .section-die-ausstattung .slider-wrapper {
    left: 62%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
@media (min-width: 768px) {
  .section-die-ausstattung .slider-wrapper {
    left: 65%;
  }
}
@media (min-width: 1140px) {
  .section-die-ausstattung .slider-wrapper {
    left: 69%;
  }
}
.section-die-ausstattung .swiper-arrow-wrapper .swiper-button-prev {
  left: 0;
}
@media (min-width: 1330px) {
  .section-die-ausstattung .swiper-arrow-wrapper .swiper-button-prev {
    left: 10%;
  }
}
.section-die-ausstattung .swiper-arrow-wrapper .swiper-button-next {
  right: 0;
}
@media (min-width: 1330px) {
  .section-die-ausstattung .swiper-arrow-wrapper .swiper-button-next {
    right: 10%;
  }
}

/* ==========================================================================
   #Variables
   ========================================================================== */
:root {
  /* colors */
  --blue: #1b6882;
  --grey: #8b8c8b;
  --green: #2A5737;
  --white: #fff;
  --anthracite: #3C4036;
  --bronze: #A59C93;
  --lightBeige: #EBE6DC;
  /* fonts */
  --font-display: "Noto-Serif-Display-Bh", serif;
  --font-serif: "Noto-Serif-Bh", serif;
  --font-barlow: "Barlow-Bh", sans-serif;
  --font-lato: "Lato-Bh", serif;
  --font-hanken: "Hanken-Grotesk-Bh", serif;
}

@media (min-width: 1140px) {
  .newsletter-form .form-section__title:not(:last-child) {
    margin-bottom: 27px;
  }
}
@media (min-width: 1140px) {
  .newsletter-form .form-section__text:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .newsletter-form form .ginput_container_consent .gform-field-label {
    flex: 0 0 275px;
  }
}
@media (min-width: 1330px) {
  .newsletter-form form .ginput_container_consent .gform-field-label {
    flex: 0 0 310px;
  }
}

/* ==========================================================================
   #Variables
   ========================================================================== */
:root {
  /* colors */
  --blue: #1b6882;
  --grey: #8b8c8b;
  --green: #2A5737;
  --white: #fff;
  --anthracite: #3C4036;
  --bronze: #A59C93;
  --lightBeige: #EBE6DC;
  /* fonts */
  --font-display: "Noto-Serif-Display-Bh", serif;
  --font-serif: "Noto-Serif-Bh", serif;
  --font-barlow: "Barlow-Bh", sans-serif;
  --font-lato: "Lato-Bh", serif;
  --font-hanken: "Hanken-Grotesk-Bh", serif;
}

.post-carousel {
  padding-top: 30px;
  padding-bottom: 56px;
  position: relative;
  background-color: var(--white);
}
@media (min-width: 768px) {
  .post-carousel {
    padding-top: 45px;
    padding-bottom: 37px;
  }
}
@media (min-width: 1140px) {
  .post-carousel {
    padding-top: 60px;
    padding-bottom: 77px;
  }
}
.post-carousel__title {
  text-align: center;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .post-carousel__title {
    margin-bottom: 50px;
  }
}
@media (min-width: 1140px) {
  .post-carousel__title {
    margin-bottom: 61px;
  }
}
.post-carousel__button {
  text-align: center;
}
.post-carousel__button:not(:first-child) {
  margin-top: 10px;
}
@media (min-width: 1140px) {
  .post-carousel__button:not(:first-child) {
    margin-top: 100px;
  }
}
.post-carousel__text {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.24px;
  font-style: italic;
  max-width: 947px;
  margin: 0 auto;
  text-align: center;
}
.post-carousel__text:not(:first-child) {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .post-carousel__text:not(:first-child) {
    margin-top: 50px;
  }
}
@media (min-width: 1140px) {
  .post-carousel__text:not(:first-child) {
    margin-top: 60px;
  }
}
.post-carousel__card {
  position: relative;
  width: 65%;
}
@media (min-width: 768px) {
  .post-carousel__card {
    width: 36%;
  }
}
@media (min-width: 1330px) {
  .post-carousel__card {
    width: 22%;
  }
}
.post-carousel__card:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 1;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
  z-index: 1;
}
.post-carousel__card.swiper-slide-active:before {
  opacity: 0;
}
@media (min-width: 768px) {
  .post-carousel__card.swiper-slide-next::before {
    opacity: 0;
  }
}
@media (min-width: 1330px) {
  .post-carousel__card.swiper-slide-prev::before {
    opacity: 0;
  }
}
.post-carousel__wrapper {
  position: relative;
  left: 0;
  overflow: visible;
  right: 0;
  width: 100vw;
}
@media (min-width: 768px) {
  .post-carousel__wrapper {
    left: 64%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
@media (min-width: 1330px) {
  .post-carousel__wrapper {
    left: 50%;
  }
}
.post-carousel__card-item--title {
  font-family: "Noto-Serif-Bh", serif;
  font-size: 14px;
  letter-spacing: 0.7px;
  text-align: left;
  line-height: 24px;
  text-transform: none;
  font-weight: 700;
  font-style: italic;
  color: var(--grey);
}
.post-carousel__card-item--title:not(:last-child) {
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .post-carousel__card-item--title:not(:last-child) {
    margin-bottom: 8px;
  }
}
.post-carousel__card-item--project-name {
  font-family: "Noto-Serif-Bh", serif;
  font-size: 20px;
  letter-spacing: 1px;
  text-align: left;
  line-height: 24px;
  text-transform: none;
  color: var(--grey);
  font-weight: 700;
}
.post-carousel__card-item--project-name:not(:last-child) {
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .post-carousel__card-item--project-name:not(:last-child) {
    margin-bottom: 8px;
  }
}
.post-carousel__card-item--street, .post-carousel__card-item--location {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.28px;
  color: var(--grey);
}
@media (max-width: 767.98px) {
  .post-carousel__card-item--street {
    line-height: 16px;
  }
}
.post-carousel__card-item--street:not(:last-child) {
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .post-carousel__card-item--street:not(:last-child) {
    margin-bottom: 8px;
  }
}
.post-carousel__card-item--location {
  margin-bottom: 0;
}
.post-carousel__card-info {
  margin-top: -34px;
  position: relative;
  width: 75%;
  padding-top: 2px;
  padding-right: 20px;
  z-index: 1;
  background-color: var(--white);
}
@media (min-width: 768px) {
  .post-carousel__card-info {
    padding-top: 5px;
    margin-top: -64px;
  }
}
@media (min-width: 1140px) {
  .post-carousel__card-info {
    width: 60%;
  }
}
.post-carousel .swiper-arrow-wrapper {
  top: 40%;
}
.post-carousel .swiper-arrow-wrapper .swiper-button-prev {
  left: 0;
}
@media (min-width: 768px) {
  .post-carousel .swiper-arrow-wrapper .swiper-button-prev {
    left: -14%;
  }
}
@media (min-width: 1330px) {
  .post-carousel .swiper-arrow-wrapper .swiper-button-prev {
    left: 10%;
  }
}
.post-carousel .swiper-arrow-wrapper .swiper-button-next {
  right: 0;
}
@media (min-width: 768px) {
  .post-carousel .swiper-arrow-wrapper .swiper-button-next {
    right: 15%;
  }
}
@media (min-width: 1330px) {
  .post-carousel .swiper-arrow-wrapper .swiper-button-next {
    right: 10%;
  }
}

/* ==========================================================================
   #Variables
   ========================================================================== */
:root {
  /* colors */
  --blue: #1b6882;
  --grey: #8b8c8b;
  --green: #2A5737;
  --white: #fff;
  --anthracite: #3C4036;
  --bronze: #A59C93;
  --lightBeige: #EBE6DC;
  /* fonts */
  --font-display: "Noto-Serif-Display-Bh", serif;
  --font-serif: "Noto-Serif-Bh", serif;
  --font-barlow: "Barlow-Bh", sans-serif;
  --font-lato: "Lato-Bh", serif;
  --font-hanken: "Hanken-Grotesk-Bh", serif;
}

.contact-form {
  padding-top: 75px;
  background-color: var(--white);
  position: relative;
}
@media (min-width: 768px) {
  .contact-form {
    padding-top: 112px;
  }
}
@media (min-width: 1140px) {
  .contact-form {
    padding-top: 150px;
  }
}
.contact-form__body {
  background-color: #AEBB8B;
  color: var(--white);
  padding-top: 38px;
  padding-bottom: 63px;
  position: relative;
}
@media (min-width: 768px) {
  .contact-form__body {
    padding-top: 43px;
    padding-bottom: 123px;
  }
}
@media (min-width: 1140px) {
  .contact-form__body {
    padding-top: 47px;
    padding-bottom: 63px;
  }
}
.contact-form__body:after {
  content: "";
  background-image: url("../assets/images/372-Rubrik-Grafik-6.jpg");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: -75px;
  left: calc(50% - 56px);
  width: 200px;
  height: 75px;
  z-index: 1;
}
@media (min-width: 768px) {
  .contact-form__body:after {
    width: 300px;
    height: 112px;
    top: -112px;
    left: calc(50% - 49px);
  }
}
@media (min-width: 1330px) {
  .contact-form__body:after {
    width: 400px;
    height: 150px;
    top: -150px;
    left: calc(50% + 200px);
  }
}
.contact-form__logo {
  max-width: 230px;
  width: 100%;
  margin: 0 auto;
}
.contact-form__logo:not(:last-child) {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .contact-form__logo:not(:last-child) {
    margin-bottom: 48px;
  }
}
@media (min-width: 1140px) {
  .contact-form__logo:not(:last-child) {
    margin-bottom: 61px;
  }
}
@media (min-width: 768px) {
  .contact-form__logo {
    max-width: 223px;
  }
}
.contact-form__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-form__title {
  color: var(--white);
  font-style: italic;
  text-align: center;
}
@media (min-width: 768px) {
  .contact-form__title {
    text-align: left;
  }
}
@media (min-width: 1140px) {
  .contact-form__title {
    text-align: center;
  }
}
.contact-form__title:not(:last-child) {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .contact-form__title:not(:last-child) {
    margin-bottom: 64px;
  }
}
@media (min-width: 1140px) {
  .contact-form__title:not(:last-child) {
    margin-bottom: 47px;
  }
}
.contact-form__form-wrapper {
  max-width: 83.5%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .contact-form__form-wrapper {
    max-width: 504px;
  }
}
@media (min-width: 1140px) {
  .contact-form__form-wrapper {
    max-width: 701px;
  }
}
.contact-form__form-wrapper .gform_confirmation_message {
  text-align: center;
}
.contact-form .gform_wrapper form .ginput_container_consent {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.336px;
  position: relative;
  display: flex;
}
.contact-form .gform_wrapper form .ginput_container_consent:not(:first-child) {
  margin-top: 14px;
}
@media (min-width: 768px) {
  .contact-form .gform_wrapper form .ginput_container_consent:not(:first-child) {
    margin-top: 0;
  }
}
.contact-form .gform_wrapper form .ginput_container_consent a {
  color: var(--white);
  transition: -webkit-text-decoration 0.3s ease-out;
  transition: text-decoration 0.3s ease-out;
  transition: text-decoration 0.3s ease-out, -webkit-text-decoration 0.3s ease-out;
}
.contact-form .gform_wrapper form .ginput_container_consent input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}
.contact-form .gform_wrapper form .ginput_container_consent input[type=checkbox]:before {
  content: "";
  width: 16px;
  height: 16px;
  left: 0;
  background-color: var(--white);
  border: 1px solid var(--white);
  display: block;
  position: absolute;
  top: 4px;
}
.contact-form .gform_wrapper form .ginput_container_consent input[type=checkbox]:after {
  content: "";
  background-image: url("../assets/images/icons/checkmark-dark.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 5px;
  left: 0.5%;
  width: 12px;
  height: 12px;
  opacity: 0;
  visibility: hidden;
}
.contact-form .gform_wrapper form .ginput_container_consent input[type=checkbox]:checked:after {
  opacity: 1;
  visibility: visible;
}
.contact-form .gform_wrapper form .ginput_container_consent .gform-field-label {
  padding-left: 15px;
}
.contact-form .gform_wrapper form .gfield--type-consent {
  padding: 0;
  border: 0;
}
.contact-form .gform_wrapper form .gfield--type-consent:not(:last-child) {
  margin-bottom: 18px;
}
.contact-form .gform_wrapper form .gfield--type-consent .gfield_label_before_complex {
  display: none;
}
.contact-form .gform_wrapper form .gfield:not(:last-child) {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .contact-form .gform_wrapper form .gfield:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (min-width: 1140px) {
  .contact-form .gform_wrapper form .gfield:not(:last-child) {
    margin-top: 13px;
  }
}
.contact-form .gform_wrapper form .gfield:not(.gfield--type-consent) .gfield_label {
  display: none;
}
.contact-form .gform_wrapper form .gfield:not(.gfield--type-consent) input,
.contact-form .gform_wrapper form .gfield:not(.gfield--type-consent) select,
.contact-form .gform_wrapper form .gfield:not(.gfield--type-consent) textarea {
  padding: 14px 0 0 0;
  background-color: transparent;
  border-bottom: 1px solid var(--white);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  color: var(--white);
  font-size: 10px;
  line-height: 24px;
  letter-spacing: 1px;
  border-radius: 0;
}
@media (min-width: 768px) {
  .contact-form .gform_wrapper form .gfield:not(.gfield--type-consent) input,
  .contact-form .gform_wrapper form .gfield:not(.gfield--type-consent) select,
  .contact-form .gform_wrapper form .gfield:not(.gfield--type-consent) textarea {
    padding: 0;
  }
}
.contact-form .gform_wrapper form .gfield:not(.gfield--type-consent) input::-moz-placeholder, .contact-form .gform_wrapper form .gfield:not(.gfield--type-consent) select::-moz-placeholder, .contact-form .gform_wrapper form .gfield:not(.gfield--type-consent) textarea::-moz-placeholder {
  text-transform: uppercase;
  color: var(--white);
  opacity: 1;
}
.contact-form .gform_wrapper form .gfield:not(.gfield--type-consent) input::placeholder,
.contact-form .gform_wrapper form .gfield:not(.gfield--type-consent) select::placeholder,
.contact-form .gform_wrapper form .gfield:not(.gfield--type-consent) textarea::placeholder {
  text-transform: uppercase;
  color: var(--white);
  opacity: 1;
}
.contact-form .gform_wrapper form .gfield select {
  text-transform: uppercase;
}
.contact-form .gform_wrapper form .gfield select option {
  color: #000;
  text-transform: capitalize;
}
.contact-form .gform_wrapper form .textarea {
  resize: none;
}
.contact-form .gform_wrapper form .textarea.small {
  height: 40px;
}
@media (min-width: 768px) {
  .contact-form .gform_wrapper form .textarea.small {
    height: 28px;
  }
}
.contact-form .gform_wrapper form .gfield--type-html {
  font-style: italic;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.28px;
}
.contact-form .gform_wrapper form .gfield--type-html:not(:first-child) {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .contact-form .gform_wrapper form .gfield--type-html:not(:first-child) {
    margin-top: 33px;
  }
}
@media (min-width: 1140px) {
  .contact-form .gform_wrapper form .gfield--type-html:not(:first-child) {
    margin-top: 8px;
  }
}
@media (max-width: 575.98px) {
  .contact-form .gform_wrapper form .gform-footer {
    text-align: center;
  }
}
.contact-form .gform_wrapper form .gform-footer:not(:first-child) {
  margin-top: 44px;
}
@media (min-width: 768px) {
  .contact-form .gform_wrapper form .gform-footer:not(:first-child) {
    margin-top: 40px;
  }
}
.contact-form .gform_wrapper form .gform-footer .gform_button {
  background-color: transparent;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.4px;
  font-family: var(--font-lato);
  text-transform: uppercase;
  box-shadow: inset 0 0 0 1px var(--white);
  color: var(--white);
  padding: 5px 63px;
  border-radius: 22px;
  transition: background-color 0.3s linear;
}

/* ==========================================================================
   #Variables
   ========================================================================== */
:root {
  /* colors */
  --blue: #1b6882;
  --grey: #8b8c8b;
  --green: #2A5737;
  --white: #fff;
  --anthracite: #3C4036;
  --bronze: #A59C93;
  --lightBeige: #EBE6DC;
  /* fonts */
  --font-display: "Noto-Serif-Display-Bh", serif;
  --font-serif: "Noto-Serif-Bh", serif;
  --font-barlow: "Barlow-Bh", sans-serif;
  --font-lato: "Lato-Bh", serif;
  --font-hanken: "Hanken-Grotesk-Bh", serif;
}

.footer {
  background-color: var(--blue);
  color: var(--white);
  padding-top: 110px;
  padding-bottom: 132px;
  position: relative;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 194px;
    padding-bottom: 64px;
  }
}
@media (min-width: 1140px) {
  .footer {
    padding-top: 54px;
    padding-bottom: 184px;
  }
}
.footer__title {
  color: var(--white);
  font-style: italic;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__title {
    text-align: left;
  }
}
@media (min-width: 1140px) {
  .footer__title {
    line-height: 40px;
    text-align: center;
  }
}
.footer__title:not(:last-child) {
  margin-bottom: 39px;
}
@media (min-width: 768px) {
  .footer__title:not(:last-child) {
    margin-bottom: 26px;
  }
}
@media (min-width: 1140px) {
  .footer__title:not(:last-child) {
    margin-bottom: 63px;
  }
}
@media (min-width: 1140px) {
  .footer__row {
    display: flex;
    max-width: 947px;
    margin: 0 auto;
  }
}
.footer__row:not(:last-child) {
  margin-bottom: 157px;
}
@media (min-width: 768px) {
  .footer__row:not(:last-child) {
    margin-bottom: 176px;
  }
}
@media (min-width: 1140px) {
  .footer__row:not(:last-child) {
    margin-bottom: 103px;
  }
}
@media (min-width: 1140px) {
  .footer__column--text {
    flex: 0 0 209px;
    margin-top: 23px;
  }
}
@media (max-width: 1139.98px) {
  .footer__column--text:not(:last-child) {
    margin-bottom: 33px;
  }
}
@media (min-width: 1140px) {
  .footer__column--text:not(:last-child) {
    margin-right: 159px;
  }
}
@media (min-width: 1140px) {
  .footer__column--contact-info {
    flex-grow: 1;
  }
}
.footer__text {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.28px;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .footer__text {
    padding-left: 53px;
    padding-right: 0;
  }
}
@media (min-width: 1140px) {
  .footer__text {
    padding-left: 0;
  }
}
.footer .contact-info {
  color: var(--white);
  font-family: "Noto-Serif-Bh", serif;
  font-style: italic;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.84px;
}
.footer .contact-info:not(:last-child) {
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .footer .contact-info:not(:last-child) {
    margin-bottom: 52px;
  }
}
@media (min-width: 1140px) {
  .footer .contact-info:not(:last-child) {
    margin-bottom: 65px;
  }
}
.footer .contact-info__grid {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .footer .contact-info__grid:not(:last-child) {
    margin-bottom: 15px;
  }
}
.footer .contact-info .contact-person-photo {
  flex: 0 0 91px;
}
.footer .contact-info .contact-person-info {
  flex: 1 1 auto;
}
@media (min-width: 1140px) {
  .footer .contact-info .contact-person-info {
    margin-top: -23px;
  }
}
.footer .contact-info .contact-person-info:not(:first-child) {
  margin-left: 19px;
}
@media (min-width: 768px) {
  .footer .contact-info .contact-person-info:not(:first-child) {
    margin-left: 13px;
  }
}
@media (min-width: 1140px) {
  .footer .contact-info .contact-person-info:not(:first-child) {
    margin-left: 32px;
  }
}
@media (max-width: 767.98px) {
  .footer .contact-info .contact-person-info-mobile {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.footer .contact-info .contact-person-inner {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-bottom: 1px solid var(--white);
  text-align: end;
}
@media (min-width: 768px) {
  .footer .contact-info .contact-person-inner {
    justify-content: space-between;
  }
}
.footer .contact-info .contact-person-footer {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .footer .contact-info .contact-person-footer {
    justify-content: space-between;
  }
}
.footer .contact-info .contact-person-name {
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .footer .contact-info .contact-person-name:not(:last-child) {
    margin-right: 24px;
  }
}
.footer .contact-info .contact-person-description {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .footer .contact-info .contact-person-description:not(:last-child) {
    margin-right: 10px;
  }
}
.footer .contact-info a {
  color: var(--white);
}
@media (min-width: 768px) {
  .footer .show-for-mobile {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .footer .show-for-desktop .contact-person-phone-wrapper {
    display: none;
  }
  .footer .show-for-desktop .contact-person-footer .contact-person-email {
    display: none;
  }
}
.footer__social-networks {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 24px;
}
@media (min-width: 1140px) {
  .footer__social-networks {
    padding-bottom: 38px;
    margin-bottom: 25px;
  }
}
.footer__social-networks .social-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
}
@media (min-width: 1140px) {
  .footer__social-networks .social-icon {
    width: 49px;
    height: 49px;
  }
}
.footer__social-networks .social-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__social-networks .social-icon:not(:last-child) {
  margin-right: 32px;
}
@media (min-width: 1140px) {
  .footer__social-networks .social-icon:not(:last-child) {
    margin-right: 37px;
  }
}
.footer__menu-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__menu-left, .footer__menu-right {
  display: flex;
  flex-direction: column;
}
.footer__menu-left a, .footer__menu-right a {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.45px;
  font-weight: 700;
  font-style: italic;
  font-family: "Noto-Serif-Bh", serif;
  color: var(--white);
  text-decoration: underline;
  transition: -webkit-text-decoration 0.3s ease-out;
  transition: text-decoration 0.3s ease-out;
  transition: text-decoration 0.3s ease-out, -webkit-text-decoration 0.3s ease-out;
}
.footer__menu-left a:hover, .footer__menu-left a:focus-visible, .footer__menu-right a:hover, .footer__menu-right a:focus-visible {
  text-decoration: none;
}
@media (min-width: 1140px) {
  .footer__menu-left a, .footer__menu-right a {
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0.54px;
  }
}
.footer__menu-left {
  align-items: flex-end;
  border-right: 1px solid #fff;
  padding-right: 15px;
  margin-right: 10px;
}
.footer__address-wrapper {
  text-align: center;
  margin-bottom: 38px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1140px) {
  .footer__address-wrapper {
    text-align: left;
    margin-bottom: 0;
    max-width: 290px;
    margin-left: auto;
    margin-right: inherit;
  }
}
.footer__logo {
  max-width: 151px;
  margin: 0 auto 12px;
}
@media (min-width: 1140px) {
  .footer__logo {
    max-width: 216px;
    margin: 0 0 11px;
    transform: translateX(-47px);
  }
}
.footer__address, .footer__info-email a, .footer__info-phone a {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.45px;
  color: var(--white);
  font-style: italic;
  font-family: "Noto-Serif-Bh", serif;
  font-weight: 700;
}
@media (min-width: 1140px) {
  .footer__address, .footer__info-email a, .footer__info-phone a {
    line-height: 28px;
  }
}
.footer__bottom {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 17px;
  padding-bottom: 19px;
  border-bottom: 1px solid #fff;
}
@media (min-width: 1140px) {
  .footer__bottom {
    flex-direction: row;
    padding-bottom: 27px;
    margin-bottom: 17px;
  }
}
.footer__privacy-policy {
  text-align: center;
}
@media (min-width: 1140px) {
  .footer__privacy-policy {
    text-align: left;
  }
}
.footer__privacy-policy a {
  color: var(--white);
  text-decoration: underline;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.26px;
  transition: -webkit-text-decoration 0.3s ease-out;
  transition: text-decoration 0.3s ease-out;
  transition: text-decoration 0.3s ease-out, -webkit-text-decoration 0.3s ease-out;
}
.footer__privacy-policy a:hover, .footer__privacy-policy a:focus-visible {
  text-decoration: none;
}
@media (min-width: 1140px) {
  .footer__privacy-policy a {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.3px;
  }
}
.footer__privacy-policy a:not(:last-child) {
  border-right: 1px solid var(--white);
  padding-right: 20px;
  margin-right: 20px;
}

/* ==========================================================================
   #Variables
   ========================================================================== */
:root {
  /* colors */
  --blue: #1b6882;
  --grey: #8b8c8b;
  --green: #2A5737;
  --white: #fff;
  --anthracite: #3C4036;
  --bronze: #A59C93;
  --lightBeige: #EBE6DC;
  /* fonts */
  --font-display: "Noto-Serif-Display-Bh", serif;
  --font-serif: "Noto-Serif-Bh", serif;
  --font-barlow: "Barlow-Bh", sans-serif;
  --font-lato: "Lato-Bh", serif;
  --font-hanken: "Hanken-Grotesk-Bh", serif;
}

.wpcs_content_main .wpcs_content_inner {
  border: 0 !important;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.64px;
  margin: 0 !important;
  padding: 63px 12px 60px !important;
}
@media (min-width: 768px) {
  .wpcs_content_main .wpcs_content_inner {
    padding: 80px 60px !important;
  }
}
.wpcs_content_main .wpcs_content_inner h1:not(.gform_submission_error) {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  color: var(--white);
  font-family: "Noto-Serif-Bh", serif;
  font-style: italic;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 1140px) {
  .wpcs_content_main .wpcs_content_inner h1:not(.gform_submission_error) {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1.5px;
  }
}
.wpcs_content_main .wpcs_content_inner h1:not(.gform_submission_error):not(:last-child) {
  margin-bottom: 20px;
}
.wpcs_content_main .wpcs_content_inner h1:not(.gform_submission_error) + p {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.64px;
}
.wpcs_content_main .wpcs_content_inner h2:not(.gform_submission_error) {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  color: var(--white);
  font-family: "Noto-Serif-Bh", serif;
  font-style: italic;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 1140px) {
  .wpcs_content_main .wpcs_content_inner h2:not(.gform_submission_error) {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1.5px;
  }
}
.wpcs_content_main .wpcs_content_inner h2:not(.gform_submission_error):not(:last-child) {
  margin-bottom: 20px;
}
.wpcs_content_main .wpcs_content_inner h2:not(.gform_submission_error) + p {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.64px;
}
.wpcs_content_main .wpcs_content_inner h3:not(.gform_submission_error) {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  color: var(--white);
  font-family: "Noto-Serif-Bh", serif;
  font-style: italic;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 1140px) {
  .wpcs_content_main .wpcs_content_inner h3:not(.gform_submission_error) {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1.5px;
  }
}
.wpcs_content_main .wpcs_content_inner h3:not(.gform_submission_error):not(:last-child) {
  margin-bottom: 20px;
}
.wpcs_content_main .wpcs_content_inner h3:not(.gform_submission_error) + p {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.64px;
}
.wpcs_content_main .wpcs_content_inner h4:not(.gform_submission_error) {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  color: var(--white);
  font-family: "Noto-Serif-Bh", serif;
  font-style: italic;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 1140px) {
  .wpcs_content_main .wpcs_content_inner h4:not(.gform_submission_error) {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1.5px;
  }
}
.wpcs_content_main .wpcs_content_inner h4:not(.gform_submission_error):not(:last-child) {
  margin-bottom: 20px;
}
.wpcs_content_main .wpcs_content_inner h4:not(.gform_submission_error) + p {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.64px;
}
.wpcs_content_main .wpcs_content_inner h5:not(.gform_submission_error) {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  color: var(--white);
  font-family: "Noto-Serif-Bh", serif;
  font-style: italic;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 1140px) {
  .wpcs_content_main .wpcs_content_inner h5:not(.gform_submission_error) {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1.5px;
  }
}
.wpcs_content_main .wpcs_content_inner h5:not(.gform_submission_error):not(:last-child) {
  margin-bottom: 20px;
}
.wpcs_content_main .wpcs_content_inner h5:not(.gform_submission_error) + p {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.64px;
}
.wpcs_content_main .wpcs_content_inner h6:not(.gform_submission_error) {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  color: var(--white);
  font-family: "Noto-Serif-Bh", serif;
  font-style: italic;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 1140px) {
  .wpcs_content_main .wpcs_content_inner h6:not(.gform_submission_error) {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1.5px;
  }
}
.wpcs_content_main .wpcs_content_inner h6:not(.gform_submission_error):not(:last-child) {
  margin-bottom: 20px;
}
.wpcs_content_main .wpcs_content_inner h6:not(.gform_submission_error) + p {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.64px;
}
.wpcs_content_main .wpcs_content_inner .wpcs-gf .gfield:not(:last-child) {
  margin-bottom: 24px;
}
.wpcs_content_main .wpcs_content_inner .wpcs-gf .gfield .ginput_container_consent {
  margin-top: 0;
}
.wpcs_content_main .wpcs_content_inner .wpcs-gf .gform-footer:not(:first-child) {
  margin-top: 32px;
}
.wpcs_content_main .wpcs_content_inner .wpcs-gf .gform-footer [type=submit] {
  margin-top: 0;
}
.wpcs_content_main .wpcs_content_inner .gfield--type-consent {
  display: block;
}
@media (min-width: 1140px) {
  .wpcs_content_main #wpcs_content_inner_1659 {
    padding: 80px 172px !important;
  }
}
.wpcs_content_main .baukamera-video-item:not(:last-child) {
  margin-bottom: 20px;
}

.cff-lightbox-wrapper {
  z-index: 10000000;
}

.cff-lightbox-overlay {
  z-index: 9999999;
}

/* ==========================================================================
   #Variables
   ========================================================================== */
:root {
  /* colors */
  --blue: #1b6882;
  --grey: #8b8c8b;
  --green: #2A5737;
  --white: #fff;
  --anthracite: #3C4036;
  --bronze: #A59C93;
  --lightBeige: #EBE6DC;
  /* fonts */
  --font-display: "Noto-Serif-Display-Bh", serif;
  --font-serif: "Noto-Serif-Bh", serif;
  --font-barlow: "Barlow-Bh", sans-serif;
  --font-lato: "Lato-Bh", serif;
  --font-hanken: "Hanken-Grotesk-Bh", serif;
}

.not-found {
  padding-top: 170px;
  padding-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.not-found__title {
  color: var(--dark);
}
.not-found__title:not(:last-child) {
  margin-bottom: 20px;
}
.not-found__content {
  text-align: center;
}
.not-found__text:not(:last-child) {
  margin-bottom: 20px;
}
.not-found__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.not-found__buttons a:not(:last-child) {
  margin-bottom: 20px;
}