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

body {
  font-family: eurostile, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: eurostile, sans-serif;
  font-size: 2vw;
  line-height: 44px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
}

a {
  color: #333;
  text-decoration: none;
}

.body {
  font-family: eurostile, sans-serif;
  font-size: 16px;
}

.section {
  height: auto;
}

.section.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/FSSG_Real_Estate.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.big {
  position: relative;
  height: auto;
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
}

.section.big._2 {
  display: none;
  background-image: url('../images/FSSG_Real_Estate_2.jpg');
}

.wrapper.versetzt {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-right: 120px;
  padding-left: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  width: 300px;
}

.navlink {
  color: #333;
  font-size: 1em;
  line-height: 1.3;
}

.navlink.w--current {
  border: 1px none #000;
  color: #333;
  font-weight: 500;
  text-transform: uppercase;
}

.navlink.upper {
  color: #fff;
  text-transform: uppercase;
}

.navlink.upper.w--current {
  color: #79c72c;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.navbar.white {
  background-color: #fff;
}

.content-box {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 40px;
}

.content-box.horiz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.content-box.horiz.grey {
  background-color: #f7f7f7;
}

.content-box.vert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-box.vert.weis {
  background-color: #fff;
}

.content-box.vert.d-grey {
  background-color: #3b3b3b;
}

.content-box.vert.d-grey.versetzt {
  position: static;
  top: 0px;
}

.content-box.vert.black {
  position: relative;
  top: 0px;
  width: 100%;
  padding-top: 82px;
  padding-bottom: 82px;
  background-color: #131313;
}

.image-box {
  width: 300px;
  height: 300px;
}

.text {
  font-size: 1em;
}

.text.small {
  font-size: 0.8em;
}

.text-box {
  width: 66%;
  margin-left: 42px;
}

.text-box.big {
  width: auto;
  margin-left: 0px;
}

.text-box.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1 {
  color: #79c72c;
  font-size: 2vw;
  line-height: 1.3;
  font-weight: 400;
  text-transform: uppercase;
}

.h1.center {
  font-size: 2vw;
  text-align: center;
}

.paragraph {
  display: inline;
  font-size: 1.1em;
  line-height: 1.5;
}

.paragraph.white {
  color: #fff;
}

.paragraph.white.small {
  display: block;
  margin-bottom: 0px;
  font-size: 0.8em;
}

.grid {
  width: 100%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  justify-items: stretch;
  grid-column-gap: 38px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid._4 {
  grid-column-gap: 22px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  margin-right: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.articel-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
}

.link-block {
  padding: 11px;
  cursor: pointer;
}

.link-white {
  color: #fff;
}

.footer {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #131313;
}

.container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1201px;
  min-width: 80%;
  margin-right: auto;
  margin-bottom: 11px;
  margin-left: auto;
  padding-left: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg-fixed {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -10;
  height: 100vh;
  background-image: url('../images/FSSG_Real_Estate_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.bg-fixed._2 {
  position: absolute;
  left: 0%;
  top: 100vh;
  right: 0%;
  bottom: auto;
  height: 100vh;
  background-image: url('../images/FSSG_Real_Estate_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.grid-2 {
  width: 100%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  justify-items: stretch;
  grid-column-gap: 38px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2._4 {
  grid-column-gap: 22px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

@media screen and (max-width: 991px) {
  .wrapper.versetzt {
    padding-right: 30px;
    padding-left: 30px;
  }

  .navlink {
    color: #333;
    text-align: center;
  }

  .navlink.upper {
    color: #333;
  }

  .navbar {
    background-color: #fff;
  }

  .content-box.vert.weis {
    margin-top: 88px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content-box.vert.d-grey.versetzt {
    margin-top: 137px;
  }

  .text-box.mobile {
    width: auto;
    margin-left: 0px;
  }

  .h1 {
    margin-top: 0px;
    font-size: 4vw;
  }

  .h1.center {
    font-size: 4vw;
  }

  .h1.mobile {
    font-size: 2.1em;
  }

  .grid {
    grid-row-gap: 49px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid._4 {
    grid-column-gap: 52px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .articel-box {
    padding-right: 21px;
    padding-left: 21px;
  }

  .footer {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .icon-2 {
    color: #79c72c;
    font-size: 1.3em;
    line-height: 1;
  }

  .menu-button {
    background-color: transparent;
    color: #79c72c;
  }

  .menu-button.w--open {
    background-color: hsla(0, 0%, 78.4%, 0);
  }

  .nav-menu {
    background-color: #fff;
  }

  .bg-fixed {
    position: absolute;
    height: 100vh;
    background-repeat: no-repeat;
  }

  .bg-fixed._2 {
    height: 100vh;
    background-attachment: scroll;
  }

  .bg-fixed._3 {
    top: 200vh;
    background-image: url('../images/FSSG_Real_Estate_3.jpg');
  }

  .grid-2 {
    grid-row-gap: 49px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2._4 {
    grid-column-gap: 52px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .navlink {
    text-align: center;
  }

  .content-box.horiz.grey {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-box {
    width: 300px;
    height: auto;
  }

  .text-box {
    width: auto;
    margin-top: 28px;
    margin-left: 0px;
  }

  .grid {
    grid-row-gap: 20px;
  }

  .grid._4 {
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .articel-box {
    width: 100%;
    height: auto;
  }

  .bg-fixed {
    height: 1200px;
  }

  .bg-fixed._2 {
    top: 1200px;
    height: 1200px;
  }

  .bg-fixed._3 {
    top: 2400px;
    background-image: url('../images/FSSG_Real_Estate_3.jpg');
    background-attachment: scroll;
  }

  .grid-2 {
    margin-top: 0px;
    grid-row-gap: 20px;
  }

  .grid-2._4 {
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .section.hero {
    height: 100vh;
  }

  .section.big {
    height: 150vh;
  }

  .wrapper.logo {
    width: 250px;
  }

  .wrapper.versetzt {
    padding-right: 15px;
    padding-left: 15px;
  }

  .content-box.horiz.grey {
    padding-right: 9px;
    padding-left: 9px;
  }

  .content-box.vert.weis {
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h1 {
    font-size: 1.4em;
  }

  .h1.center {
    font-size: 1.4em;
  }

  .h1.mobile {
    font-size: 1.5em;
  }

  .icon-box {
    width: 40px;
  }
}

#w-node-_685731dc-39f7-5c04-6c86-14fb5a9d6cda-0fb5215c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_108bcc4c-5951-218e-d4ec-81f4b7548e70-0fb5215c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_96c61e45-2846-eb33-7346-7c5d913aef72-0fb5215c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_8c02f9db-d837-b5c0-143e-ece26e683906-0fb5215c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_9779971f-3483-216f-1da4-ca1a3be76ccb-0fb5215c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

