.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 {
  margin: 0px;
  padding: 0px;
  background-color: #fdfdfd;
  font-family: 'Soehne web leicht', sans-serif;
  color: #212121;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Soehne breit web extrafett', sans-serif;
  color: #fafafa;
  font-size: 4.2rem;
  line-height: 0.9;
  font-weight: 400;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Soehne breit web dreiviertelfett', sans-serif;
  color: #0a192f;
  font-size: 4rem;
  line-height: 0.9;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Soehne breit web dreiviertelfett', sans-serif;
  color: #0a192f;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 400;
}

h4 {
  margin-top: 4px;
  margin-bottom: 8px;
  font-family: 'Soehne web dreiviertelfett', sans-serif;
  color: #0a192f;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}

p {
  font-size: 1rem;
}

.box__item {
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Soehne breit web dreiviertelfett', sans-serif;
  color: #fafafa;
  font-size: 0.8em;
  text-decoration: none;
}

.box__item.hidden {
  display: none;
}

.item__underline {
  width: 0%;
  height: 1px;
  background-color: #fafafa;
}

.item__underline:hover {
  width: 100%;
}

.grid__wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
}

.grid {
  width: 1100px;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
}

.grid__box.box--white {
  background-color: hsla(0, 0%, 99.2%, 0.1);
}

.hero-button-link {
  position: relative;
  left: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 390px;
  height: 40px;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Soehne breit web dreiviertelfett', sans-serif;
  color: #fafafa;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button__text {
  position: relative;
  z-index: 2;
  color: #fafafa;
  font-size: 0.9rem;
}

.button__bg {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 0px;
  height: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3a495f;
}

.button__circle {
  position: absolute;
  z-index: 1;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background-color: #0a192f;
}

.button__circle.first {
  position: static;
  margin-right: -25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #3a495f;
}

.button__circle.second {
  left: 0px;
  margin-left: -33px;
  background-color: #3a495f;
}

.section {
  position: relative;
  width: 100%;
}

.section.hero {
  position: relative;
  height: 100vh;
  margin-top: 65px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/hero_img_murer2x.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.hero.home {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/hero_img_murer2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.hero.vita {
  background-image: url('../images/hero_img_vita.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.hero-small {
  height: 60vh;
  margin-top: 65px;
  background-image: url('../images/hero_img_office.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.hero-small.vita {
  background-image: url('../images/hero__image_coffee.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.container.maxwidth {
  width: 100%;
  max-width: 1184px;
}

.container.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  padding-right: 40px;
  padding-left: 40px;
  -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;
}

.content-wrapper {
  position: relative;
  z-index: 20;
  margin-right: 40px;
  margin-left: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.hero {
  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;
}

.hero-h1 {
  width: 810px;
}

.hero__subhead {
  width: 690px;
  margin-bottom: 77px;
  font-family: 'Soehne breit web dreiviertelfett', sans-serif;
  color: #fafafa;
  font-size: 1.8rem;
  line-height: 1.3;
}

.hero-p {
  width: 610px;
  color: #fafafa;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
}

.box__items.footer {
  margin-top: 15px;
  padding-bottom: 27px;
  font-size: 0.9rem;
}

.content__header {
  margin-top: 60px;
  margin-bottom: 140px;
}

.content_main {
  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;
}

.main__article {
  position: relative;
  width: 80%;
}

.p-move-in {
  margin-left: 40px;
}

.p-move-in.bold {
  font-family: 'Soehne web dreiviertelfett', sans-serif;
}

.infobox {
  margin-top: 120px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 9px;
  background-color: #fff;
  box-shadow: 20px 0 100px -20px rgba(10, 25, 47, 0.2);
}

.info__header {
  margin-right: -30px;
  margin-left: -30px;
  padding: 10px 30px;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  background-color: #0a192f;
  font-family: 'Soehne breit web extrafett', sans-serif;
  color: hsla(0, 0%, 99.2%, 0.7);
  font-size: 1.3rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.info__main {
  margin-right: -30px;
  margin-left: -30px;
  padding: 20px 30px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  background-color: rgba(10, 25, 47, 0.09);
}

.info__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 33.3333333%;
  -ms-flex: 0 33.3333333%;
  flex: 0 33.3333333%;
}

.info_content {
  padding-right: 20px;
}

.info__footer {
  height: 11px;
  margin-top: 10px;
  margin-right: -30px;
  margin-left: -30px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  background-color: #0a192f;
}

.subhead {
  width: 80%;
  font-family: 'Soehne web leicht', sans-serif;
  color: #0a192f;
  font-size: 1.1rem;
  line-height: 1.5;
}

.subhead.first {
  margin-bottom: 35px;
}

.subhead.bold {
  font-family: 'Soehne web dreiviertelfett', sans-serif;
}

.content-grid {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 60px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block {
  position: absolute;
  left: -12%;
  top: -11%;
  right: auto;
  bottom: auto;
  font-family: 'Soehne breit web extrafett', sans-serif;
  color: rgba(10, 25, 47, 0.1);
  font-size: 9.6rem;
  line-height: 1;
}

.p-small {
  font-size: 0.9rem;
  line-height: 1.6;
}

.info__bullet {
  margin-right: 10px;
}

.footer__image {
  width: 100%;
  height: 500px;
  margin-top: 90px;
  background-image: url('../images/bg_footer_book.jpg');
  background-position: 50% 74%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer__image.projekte {
  margin-top: 90px;
  background-image: url('../images/bg_footer_book_1.jpg');
  background-position: 50% 74%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer__image.vita {
  background-image: url('../images/bg_footer_water.jpg'), url('../images/bg_footer_book.jpg');
  background-position: 50% 50%, 50% 74%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.footer__image.law {
  background-image: url('../images/bg_footer_law.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.footer__cta {
  min-height: 262px;
  background-color: #f84525;
}

.footer__nav {
  min-height: 100px;
  background-color: #0a192f;
}

.text-block-2 {
  padding-top: 20px;
  font-family: 'Soehne breit web dreiviertelfett', sans-serif;
  color: #fafafa;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.div-block-5 {
  margin-top: 21px;
  text-align: center;
}

.info__headline {
  font-family: 'Soehne breit web dreiviertelfett', sans-serif;
  color: #fafafa;
}

.nav__content-wrapper {
  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;
}

.nav__content-wrapper.flex--center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__logo {
  margin-top: -30px;
}

.footer__logo {
  height: 80px;
}

.footer__link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -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;
  font-family: 'Soehne breit web buch', sans-serif;
  color: #fafafa;
  text-decoration: none;
}

.nav__item {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Soehne breit web dreiviertelfett', sans-serif;
  color: #0a192f;
  font-size: 0.7rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav__item:hover {
  color: #0a192f;
}

.nav__item:active {
  color: #0a192f;
}

.nav__item:focus {
  color: #0a192f;
}

.nav__item:visited {
  color: #0a192f;
}

.nav__item.w--current:visited {
  color: #0a192f;
}

.nav__item.hidden {
  display: none;
}

.logo {
  width: 180px;
}

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #fdfdfd;
}

.project__tiles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px;
  padding: 6px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.project__wrapper {
  position: relative;
  display: block;
  height: 100%;
  border-radius: 9px;
  background-color: #fff;
  box-shadow: none;
  text-decoration: none;
}

.project__image-wrapper {
  position: relative;
  overflow: hidden;
}

.project__thumbnail {
  display: block;
  width: 100%;
  height: 300px;
  background-color: #fff;
  background-image: url('../images/dummy-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.project__tag {
  position: absolute;
  left: 10px;
  top: 4px;
  display: inline-block;
  margin-top: 6px;
  padding: 9px;
  border-radius: 4px;
  background-color: #0a192f;
  font-family: 'Soehne web leicht', sans-serif;
  color: #fafafa;
  font-size: 0.7rem;
  line-height: 1;
  text-transform: uppercase;
}

.project__text-wrapper {
  position: relative;
  padding: 13px;
  border-top: 1px solid #fff;
}

.project__title {
  display: inline-block;
  margin-bottom: 6px;
  font-family: 'Soehne breit web buch', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.project__description {
  overflow: hidden;
  font-size: 0.8rem;
  line-height: 1.4;
}

.project__grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.portfolio {
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.portfolio__title {
  margin-top: 10px;
  font-family: 'Soehne breit web dreiviertelfett', sans-serif;
  color: #0a192f;
  font-size: 1.3rem;
  line-height: 1.2;
}

.portfolio__description {
  margin-top: 15px;
  color: #0a192f;
  font-size: 0.9rem;
  line-height: 1.6;
}

.portfolio__categorie {
  margin-top: 8px;
  color: rgba(10, 25, 47, 0.39);
  font-size: 0.7rem;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.portfolio_grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 90px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.portfolio__product {
  color: #0a192f;
  font-size: 1rem;
  line-height: 1.2;
}

.text-block-3 {
  padding: 10px 27px;
  border-radius: 33px;
  background-color: #fafafa;
  color: #f84525;
}

.div-block-6 {
  position: relative;
  left: -329px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: hsla(0, 0%, 98%, 0.36);
}

.image {
  border-radius: 9px;
}

.short-vita {
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 9px;
  background-color: #fff;
  box-shadow: 20px 0 100px -20px rgba(10, 25, 47, 0.2);
}

.vita-grid {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 60px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bold {
  font-family: 'Soehne web dreiviertelfett', sans-serif;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3rem;
  }

  .section.hero {
    height: 100vh;
    background-image: url('../images/hero-image-outside.jpg');
    background-position: 100% 50%;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .section.hero.home {
    background-image: url('../images/hero_img_murer2x.jpg');
    background-position: 59% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .section.hero-small.vita {
    background-position: 65% 50%;
  }

  .content-wrapper {
    margin-right: 100px;
    margin-left: 100px;
  }

  .hero-h1 {
    width: 530px;
  }

  .hero__subhead {
    width: 540px;
  }

  .content_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .content-grid {
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }

  .nav__item {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 1.1rem;
    text-align: center;
  }

  .nav__items {
    -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-color: #fdfdfd;
  }

  .menu-button {
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .icon {
    color: #0a192f;
  }

  .item-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -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;
  }

  .portfolio_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .vita-grid {
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.4rem;
  }

  .hero-button-link {
    width: 170px;
  }

  .button__text {
    font-size: 0.7rem;
  }

  .content-wrapper {
    margin-right: 40px;
    margin-left: 40px;
  }

  .hero-h1 {
    width: 350px;
    font-size: 2.7rem;
  }

  .hero__subhead {
    width: 260px;
    font-size: 1.1rem;
    line-height: 1.2;
  }

  .main__article {
    width: 100%;
  }

  .item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .subhead {
    font-size: 1.3rem;
  }

  .subhead.first {
    width: 100%;
    font-size: 1.1rem;
  }

  .subhead.bold {
    width: 100%;
    font-size: 1.1rem;
  }

  .text-block-2 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 2rem;
  }

  .hero-button-link {
    width: 170px;
  }

  .section.hero {
    background-image: url('../images/hero-image-outside.jpg');
    background-position: 100% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .container.navbar {
    padding-right: 10px;
    padding-left: 10px;
  }

  .content-wrapper {
    margin-right: 20px;
    margin-left: 20px;
  }

  .hero-h1 {
    width: 260px;
    font-size: 2rem;
  }

  .hero__subhead {
    width: 260px;
    margin-bottom: -3px;
  }

  .text-block-2 {
    font-size: 1.1rem;
  }
}

#w-node-decfd5dc-6435-9203-642e-85116a714e56-339cea87 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-decfd5dc-6435-9203-642e-85116a714e5f-339cea87 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-decfd5dc-6435-9203-642e-85116a714e68-339cea87 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

@media screen and (max-width: 991px) {
  #w-node-decfd5dc-6435-9203-642e-85116a714e56-339cea87 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-decfd5dc-6435-9203-642e-85116a714e5f-339cea87 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-decfd5dc-6435-9203-642e-85116a714e68-339cea87 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Soehne web dreiviertelfett';
  src: url('../fonts/soehne-web-dreiviertelfett.woff2') format('woff2'), url('../fonts/soehne-web-dreiviertelfett.eot') format('embedded-opentype'), url('../fonts/soehne-web-dreiviertelfett.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Soehne web leicht';
  src: url('../fonts/soehne-web-leicht.woff2') format('woff2'), url('../fonts/soehne-web-leicht.eot') format('embedded-opentype'), url('../fonts/soehne-web-leicht.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Soehne breit web buch';
  src: url('../fonts/soehne-breit-web-buch.woff2') format('woff2'), url('../fonts/soehne-breit-web-buch.eot') format('embedded-opentype'), url('../fonts/soehne-breit-web-buch.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Soehne breit web dreiviertelfett';
  src: url('../fonts/soehne-breit-web-dreiviertelfett.woff2') format('woff2'), url('../fonts/soehne-breit-web-dreiviertelfett.eot') format('embedded-opentype'), url('../fonts/soehne-breit-web-dreiviertelfett.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Soehne breit web extrafett';
  src: url('../fonts/soehne-breit-web-extrafett.woff2') format('woff2'), url('../fonts/soehne-breit-web-extrafett.eot') format('embedded-opentype'), url('../fonts/soehne-breit-web-extrafett.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}