:root {
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #9c6d4e;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

a {
  color: #d6b299;
  text-decoration: underline;
}

.body {
  background-color: #000;
}

.section {
  background-color: #0000;
  width: 100%;
  height: 100%;
  margin-top: 79px;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.image {
  float: none;
  clear: none;
  width: 640px;
  margin-top: auto;
  padding-top: 315px;
  display: inline-block;
  position: sticky;
  top: 227px;
}

.image-2 {
  clear: none;
  align-self: center;
  width: 130%;
  max-width: none;
  margin-left: -205px;
  margin-right: auto;
  position: static;
}

.footerdesktop {
  color: #d6b299;
  text-align: center;
  white-space: nowrap;
  width: auto;
  margin: auto 18px 5px;
  font-family: Droid Serif, serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 133%;
  display: block;
}

.footerdesktop.mobile {
  display: none;
}

.footerdesktop.link {
  color: #c4ab97;
}

.frame {
  margin-top: auto;
  margin-bottom: 116px;
}

.footermobile {
  color: #ddcfc4;
  text-align: center;
  margin-top: auto;
  margin-bottom: 12px;
  font-family: Droid Serif, serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 133%;
  display: none;
}

.footermobile.mobile {
  display: none;
}

.link {
  color: #e2d5cb;
}

.coming-soon {
  float: none;
  clear: none;
  width: 150px;
  max-width: none;
  margin-top: 86px;
  margin-right: 121px;
  display: inline-block;
  position: fixed;
  inset: 5% 5% auto auto;
}

.bild {
  float: none;
  clear: none;
  width: 100%;
  display: inline-block;
  position: static;
  inset: auto 21% 22% auto;
}

.div-block-2 {
  display: flex;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  padding: 25px;
}

.bauentwicklung {
  object-fit: cover;
  width: 102%;
  height: 350px;
  overflow: auto;
}

.icon {
  font-size: 42px;
}

.icon:hover {
  color: #9c6d4e;
}

.navbar {
  background-color: #000;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu {
  background-color: #131313cc;
}

.navlink {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.navlink:hover {
  background-color: #4e36273d;
}

.navlink.w--current {
  color: #fff;
}

.menu-button {
  background-color: #0000;
}

.menu-button.w--open {
  background-color: #0c0c0c00;
}

.holder {
  object-fit: none;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.labelholder {
  background-color: #0000008c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10%;
  min-height: 30px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0;
}

.labelholder.invisible {
  display: none;
}

.baulabel {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.brand {
  padding-right: 0;
}

.brand.w--current {
  margin: auto 10px;
}

.image-3 {
  margin-left: auto;
}

.branddiv {
  flex: 1;
  width: 60%;
  display: flex;
}

.div-block-4 {
  background-color: #af1616;
  width: 80%;
  height: 50px;
}

.brandmitter {
  justify-content: flex-start;
  align-items: center;
  margin-left: 22px;
  margin-right: 22px;
  display: flex;
}

.container-2 {
  display: flex;
}

@media screen and (max-width: 991px) {
  a:hover {
    color: #a4602f;
  }

  a:focus {
    color: #a15e2e;
  }

  .section {
    margin-top: 81px;
  }

  .div-block {
    background-position: 47%;
    background-size: 170%;
  }

  .footerdesktop {
    margin-bottom: 5px;
  }

  .footerdesktop:active {
    color: #ddcfc4;
  }

  .footermobile {
    font-size: 21px;
  }

  .coming-soon, .bild {
    inset: 0% 0% auto auto;
  }

  .div-block-2 {
    flex-direction: column;
  }

  .grid {
    overflow: hidden;
  }

  .bauentwicklung {
    object-fit: cover;
    max-width: 110%;
    height: 280px;
    max-height: 110%;
    overflow: hidden;
  }

  .icon {
    color: #9c6d4e;
    font-size: 33px;
  }

  .nav-menu {
    background-color: #181818ba;
  }

  .holder {
    border-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .labelholder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .baulabel {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-top: auto;
    margin-bottom: auto;
    font-weight: 700;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    background-position: 48%;
    background-size: 220%;
  }

  .footerdesktop {
    margin-bottom: 4px;
    display: block;
  }

  .footerdesktop.mobile {
    font-size: 22px;
    display: block;
  }

  .frame {
    margin-bottom: 10px;
  }

  .footermobile {
    display: block;
  }

  .footermobile.mobile {
    font-size: 22px;
    display: block;
  }

  .coming-soon, .bild {
    inset: 0% 0% auto auto;
  }

  .grid {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }

  .bauentwicklung {
    height: 370px;
  }

  .holder {
    border-radius: 20px;
  }

  .brandmitter {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    background-size: 240%;
  }

  .footerdesktop {
    margin-bottom: 3px;
    font-size: 15px;
  }

  .frame {
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  .footermobile {
    margin-bottom: 0;
    font-size: 16px;
  }

  .coming-soon {
    width: 100px;
    margin-top: 15px;
    inset: 7% -19% auto auto;
  }

  .bild {
    width: 100%;
    inset: 7% -19% auto auto;
  }

  .bauentwicklung {
    height: 240px;
  }

  .baulabel {
    font-size: 16px;
  }

  .brandmitter {
    margin-left: 0;
    margin-right: 0;
  }
}

#w-node-_6c46fbb4-63fa-559b-ee6f-348f94cc4246-d7d54e7c, #w-node-_7926a95c-a762-3bcf-b678-254af8e4f781-d7d54e7c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a9e7929f-aa73-2a6e-8806-ad1b68e67b53-d7d54e7c, #w-node-_274b6ee7-b4cf-2f7e-4ba7-18b7d4aa3602-d7d54e7c, #w-node-_9e66bcf4-b335-765e-d644-ff6007721f59-d7d54e7c, #w-node-_644f33b5-eb8e-a52c-3604-d0fbd75556e4-d7d54e7c, #w-node-ee10c2e0-9db6-73a1-cee0-327756a1e47d-d7d54e7c, #w-node-_5c8c5681-a25a-c2d8-b43c-fe812e5ca281-d7d54e7c, #w-node-_7d14a25b-5a8b-e57e-f65f-51e0b9ff1e3e-d7d54e7c, #w-node-_2d6746ea-2bd3-07cb-d861-617938e44fc9-d7d54e7c, #w-node-ecadf0c8-4557-5cd9-4066-fac2095f951f-d7d54e7c, #w-node-_046f6e8d-dc27-1ca9-225d-da70b643c3ef-d7d54e7c, #w-node-aeaaedf7-d3c4-7bc9-fc9a-f3335731a1bd-d7d54e7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c46fbb4-63fa-559b-ee6f-348f94cc4246-4edd26b4, #w-node-_7926a95c-a762-3bcf-b678-254af8e4f781-4edd26b4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_6c46fbb4-63fa-559b-ee6f-348f94cc4246-d7d54e7c, #w-node-_7926a95c-a762-3bcf-b678-254af8e4f781-d7d54e7c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a9e7929f-aa73-2a6e-8806-ad1b68e67b52-d7d54e7c, #w-node-e8cd5fb3-6b4f-f147-2c28-14ae2177ae71-d7d54e7c, #w-node-_9e66bcf4-b335-765e-d644-ff6007721f58-d7d54e7c, #w-node-b67f1aae-4c6d-42bc-414c-1118ba020ee9-d7d54e7c, #w-node-bd928cab-1521-5ee2-b3fa-1e746f8abea5-d7d54e7c, #w-node-ff6a81a2-f7a0-9ed6-5df3-897c800dd975-d7d54e7c, #w-node-_8d82800c-b3da-aaaa-89e3-3eeee220a02e-d7d54e7c, #w-node-baf28315-d844-76f6-77b1-9502ee0b894f-d7d54e7c, #w-node-_6d0b8f29-c497-a17e-5e27-ecea092fc00a-d7d54e7c, #w-node-_935da5b0-e31e-6c37-b294-44a49822610e-d7d54e7c, #w-node-_6949550b-d088-be15-4a6d-84b75db70aca-d7d54e7c, #w-node-_7ee66ead-d700-9f33-208c-49950c4dc4b0-d7d54e7c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6c46fbb4-63fa-559b-ee6f-348f94cc4246-4edd26b4, #w-node-_7926a95c-a762-3bcf-b678-254af8e4f781-4edd26b4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6c46fbb4-63fa-559b-ee6f-348f94cc4246-d7d54e7c, #w-node-_7926a95c-a762-3bcf-b678-254af8e4f781-d7d54e7c, #w-node-_6c46fbb4-63fa-559b-ee6f-348f94cc4246-4edd26b4, #w-node-_7926a95c-a762-3bcf-b678-254af8e4f781-4edd26b4 {
    grid-column: span 1 / span 1;
  }
}


