body {
  background-color: #FFFFFF;
  color: #515050;
  font-family: "Roboto", system-ui;
  font-weight: 300;
  font-style: normal;
  font-size: 18px; }

h1, h2, h3, h4, h5, h6, .headline {
  font-family: "Poppins", system-ui;
  font-weight: 800;
  font-style: normal; }
  h1 em, h2 em, h3 em, h4 em, h5 em, h6 em, .headline em {
    font-size: 1.5em;
    display: block;
    line-height: 0.9; }

input.locked {
  border: none;
  padding: 0;
  font-weight: bold; }

input[type="text"],
input[type="email"],
input[type="tel"], textarea {
  padding: 10px;
  border: 1px solid #539B89;
  width: 100%; }

input[type=submit] {
  appearance: none;
  padding: 10px;
  background: #539B89;
  color: #FFF;
  border: none; }

.screen-reader-response {
  display: none !important; }

img {
  max-width: 100%; }

.info {
  padding: 10px;
  background: #539B89;
  color: #FFF; }

.btn {
  padding: 15px;
  background: #539B89;
  color: #FFF;
  border-radius: 0; }
  .btn:hover {
    color: #FFF;
    background: #515050; }

a {
  text-decoration: none; }

em {
  color: #539B89;
  font-style: normal; }

section {
  padding: 90px 0; }

section#start {
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  flex-direction: column; }
  section#start .logo {
    display: block;
    padding: 15px;
    background: #FFF;
    z-index: 1; }
    section#start .logo img {
      max-width: 170px;
      width: 100%; }
  section#start .available {
    text-align: center; }
    section#start .available a {
      display: inline-block;
      padding: 7px 15px;
      background: #539B89;
      color: #FFF;
      font-weight: bold;
      font-size: 1.2rem; }
  section#start .headline {
    z-index: 1;
    text-align: center;
    flex: 1;
    padding-bottom: 60px;
    display: flex;
    align-items: flex-end; }
    section#start .headline h1 {
      margin: 0;
      color: #515050; }
    section#start .headline span, section#start .headline em {
      background: #FFF; }
    section#start .headline span, section#start .headline .location p {
      padding: 5px 15px; }
    section#start .headline em {
      padding: 20px 30px; }
    section#start .headline .location p {
      display: inline-block;
      color: #FFF;
      background: #539B89;
      font-weight: normal;
      font-size: 1.2em;
      margin: 0; }
  section#start .nav-holder {
    display: flex;
    position: relative;
    z-index: 1;
    flex-direction: column; }
    section#start .nav-holder .available {
      order: 1; }
    section#start .nav-holder nav {
      order: 2; }
    section#start .nav-holder .start-link {
      display: none; }
      section#start .nav-holder .start-link:hover {
        background: #FFF !important; }
      section#start .nav-holder .start-link img {
        display: block;
        height: 100%;
        width: 100%;
        max-height: 30px; }
    section#start .nav-holder.sticky {
      position: fixed;
      top: 0;
      box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
      z-index: 99; }
      section#start .nav-holder.sticky nav {
        order: 1; }
      section#start .nav-holder.sticky .available {
        order: 2; }
        section#start .nav-holder.sticky .available a {
          width: 100%;
          font-size: 0.9rem; }
      section#start .nav-holder.sticky .start-link {
        padding: 5px 15px;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center; }
    section#start .nav-holder nav {
      display: flex;
      align-items: center;
      background: #FFF; }
      section#start .nav-holder nav a {
        padding: 10px 15px;
        transition: all 0.2s ease;
        display: inline-block;
        background: #FFF;
        color: #539B89; }
        section#start .nav-holder nav a:hover, section#start .nav-holder nav a.act {
          background: #539B89;
          color: #FFF; }
  section#start .main-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
    section#start .main-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

section#vorstellung {
  text-align: center; }
  section#vorstellung img {
    width: 100%; }
  section#vorstellung .summary {
    margin-top: 30px;
    width: 100%; }
  section#vorstellung .summary-item {
    display: flex;
    flex-direction: row;
    background: #539B89;
    color: #FFF;
    padding: 10px;
    height: 100%;
    align-items: center; }
    section#vorstellung .summary-item .icon-holder {
      width: 20%; }
      section#vorstellung .summary-item .icon-holder i {
        font-size: 2.25em; }
    section#vorstellung .summary-item .text-holder {
      padding-left: 15px;
      text-align: left; }
  section#vorstellung .image-holder {
    position: relative;
    margin-bottom: 30px; }
    section#vorstellung .image-holder h2 {
      position: absolute;
      bottom: -15px;
      left: 50%;
      transform: translateX(-50%);
      white-space: nowrap;
      margin: 0;
      text-align: center; }
      section#vorstellung .image-holder h2 span, section#vorstellung .image-holder h2 em {
        background: #FFF; }
      section#vorstellung .image-holder h2 span {
        padding: 10px; }
      section#vorstellung .image-holder h2 em {
        padding: 15px; }

section#ausstattung h3 {
  background: #539B89;
  color: #FFF;
  padding: 10px;
  margin-bottom: 0;
  font-size: 1.4rem; }
section#ausstattung .ausstattung {
  height: 100%;
  border: 1px solid #539B89; }
  section#ausstattung .ausstattung p {
    margin-bottom: 0;
    padding: 10px; }

section#visualisierung {
  position: relative; }
  section#visualisierung .kfw-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; }
    section#visualisierung .kfw-button img {
      max-width: 220px;
      width: 100%; }

section#bautagebuch img {
  width: 100%;
  height: 100%;
  object-fit: cover; }
section#bautagebuch .row, section#bautagebuch .row > div {
  height: 100%; }
section#bautagebuch .carousel {
  margin-top: 30px; }
section#bautagebuch .carousel-inner {
  height: 0;
  padding-bottom: 40%; }
section#bautagebuch #carouselDiaryXS .carousel-inner {
  padding-bottom: 60%; }
section#bautagebuch .carousel-indicators [data-bs-target] {
  width: 50px;
  height: 4px;
  background-color: #539B89; }
section#bautagebuch .carousel-control-prev-icon,
section#bautagebuch .carousel-control-next-icon {
  position: relative; }
  section#bautagebuch .carousel-control-prev-icon:before,
  section#bautagebuch .carousel-control-next-icon:before {
    content: "";
    display: block;
    background: #539B89;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1; }
section#bautagebuch .carousel-item {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
section#bautagebuch .carousel-indicators {
  bottom: -25px;
  margin-bottom: 0; }

section#wohneinheiten .unit-overlay {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  display: flex;
  color: #FFF;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  z-index: 1; }
  section#wohneinheiten .unit-overlay h2 {
    margin: 0 !important;
    z-index: 1;
    transform: rotate(-22.5deg); }
  section#wohneinheiten .unit-overlay:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: 0; }
  section#wohneinheiten .unit-overlay.reserved:after {
    background: #539B89; }
  section#wohneinheiten .unit-overlay.sold:after {
    background: #515050; }
section#wohneinheiten .units-preview {
  text-align: left; }
  section#wohneinheiten .units-preview h2 {
    margin-bottom: 15px; }
  section#wohneinheiten .units-preview a {
    text-decoration: none;
    color: inherit;
    height: 100%;
    display: block; }
  section#wohneinheiten .units-preview h3 {
    color: #539B89; }
  section#wohneinheiten .units-preview .unit {
    padding: 15px;
    border: 2px solid #539B89;
    margin-bottom: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative; }
    section#wohneinheiten .units-preview .unit .price {
      text-align: right;
      font-weight: bold; }
    section#wohneinheiten .units-preview .unit p {
      margin: 0; }
    section#wohneinheiten .units-preview .unit * {
      transition: all 0.2s ease; }
    section#wohneinheiten .units-preview .unit:hover {
      background: #539B89; }
      section#wohneinheiten .units-preview .unit:hover * {
        color: #FFF !important; }
section#wohneinheiten .units .unit {
  padding-top: 90px;
  padding-bottom: 90px;
  border-bottom: 1px dashed #515050;
  position: relative; }
  section#wohneinheiten .units .unit > div {
    position: relative; }
    section#wohneinheiten .units .unit > div.has-overlay {
      padding: 15px; }
      section#wohneinheiten .units .unit > div.has-overlay .feature-holder > a {
        display: none; }
  section#wohneinheiten .units .unit .unit-overlay h2 {
    font-size: 4rem; }
  section#wohneinheiten .units .unit:last-of-type {
    border-bottom: none; }
  section#wohneinheiten .units .unit h2 {
    position: relative;
    margin-bottom: 15px; }
  section#wohneinheiten .units .unit .feature-holder {
    margin-top: 20px;
    display: flex;
    gap: 15px;
    align-items: stretch;
    justify-content: space-between; }
    section#wohneinheiten .units .unit .feature-holder .feature {
      border: 2px solid #539B89;
      display: flex;
      flex: 1; }
      section#wohneinheiten .units .unit .feature-holder .feature .icon-holder {
        background: #539B89;
        color: #FFF;
        padding: 5px 10px;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        width: 25%; }
        section#wohneinheiten .units .unit .feature-holder .feature .icon-holder i {
          font-size: 1.5rem; }
      section#wohneinheiten .units .unit .feature-holder .feature .text-holder {
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        line-height: 1.4rem; }
        section#wohneinheiten .units .unit .feature-holder .feature .text-holder em {
          display: block;
          font-weight: bold;
          font-size: 1.2rem; }
  section#wohneinheiten .units .unit .floor-plan {
    border: 1px solid #515050;
    padding: 10px;
    position: relative;
    text-align: center;
    cursor: pointer; }
    section#wohneinheiten .units .unit .floor-plan img {
      max-height: 400px; }
    section#wohneinheiten .units .unit .floor-plan span {
      background: #515050;
      color: #FFF;
      padding: 5px;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 1;
      font-size: 0.8em; }
    section#wohneinheiten .units .unit .floor-plan > a {
      cursor: pointer; }
  section#wohneinheiten .units .unit .info-holder a {
    font-size: 1.2em; }

section#foerderung {
  text-align: center;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 50vh;
  align-content: center;
  justify-content: center;
  align-items: center;
  display: flex; }
  section#foerderung:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
  section#foerderung .content-holder {
    margin: 0 auto;
    max-width: 800px;
    position: relative;
    z-index: 1;
    padding: 15px;
    background: #FFF;
    font-size: 1.1em; }
    section#foerderung .content-holder p {
      margin-bottom: 0; }

section#kontakt .wpcf7-response-output {
  display: none; }
section#kontakt input:disabled {
  opacity: 0.5; }
section#kontakt .wpcf7-list-item {
  margin: 0; }
  section#kontakt .wpcf7-list-item a {
    color: #539B89; }
section#kontakt .wpcf7-spinner {
  display: none; }
section#kontakt .wpcf7-form .form-holder > p {
  margin-bottom: 0; }
section#kontakt .wpcf7-form .thankyou {
  display: none;
  background: #539B89;
  padding: 10px;
  text-align: center;
  color: #FFF; }
  section#kontakt .wpcf7-form .thankyou em {
    color: #FFF; }
  section#kontakt .wpcf7-form .thankyou p {
    margin: 0; }
section#kontakt .wpcf7-form.sent .form-holder {
  display: none; }
section#kontakt .wpcf7-form.sent .thankyou {
  display: block; }
section#kontakt .image-holder {
  height: 100%;
  position: relative; }
  section#kontakt .image-holder img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 0;
    object-position: top; }
  section#kontakt .image-holder .image-overlay {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #FFF;
    padding: 10px;
    z-index: 1; }
    section#kontakt .image-holder .image-overlay p {
      margin-bottom: 0; }

footer {
  background: #539B89;
  color: #FFF;
  padding: 60px 0; }
  footer .row {
    align-items: flex-end; }
  footer em {
    color: #FFF;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    font-size: 1.2em; }
  footer nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex; }
    footer nav ul li {
      padding: 0;
      margin: 0; }
      footer nav ul li a {
        text-decoration: none;
        color: #FFF;
        margin-right: 15px; }
  footer .disclaimer {
    font-style: italic; }
    footer .disclaimer p {
      margin-bottom: 0; }

.modal.show {
  display: flex !important;
  align-items: center; }
  .modal.show .modal-dialog {
    width: 90vw;
    height: 90vh;
    max-width: 999999px; }
    .modal.show .modal-dialog h2 {
      margin-bottom: 0; }
    .modal.show .modal-dialog .modal-content {
      height: 100%; }
    .modal.show .modal-dialog .modal-body {
      height: 100%;
      position: relative; }
      .modal.show .modal-dialog .modal-body > div {
        position: relative;
        height: 100%;
        width: 100%; }
      .modal.show .modal-dialog .modal-body img {
        position: absolute;
        height: 100%;
        left: 50%;
        transform: translateX(-50%); }

/*# sourceMappingURL=gwpb.projekte.css.map */
