:root {
  --white: white;
  --brown-transparent: #68635bba;
  --green: #7eb54d;
  --dark-grey: #969696;
  --black: #2d2b27;
  --light-grey: #efefef;
  --brown: #68635b;
  --dark-green: #45701f;
  --input-bg: #414141;
  --form-black: #282828;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

h1 {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: Roboto Condensed Custom, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}

h2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

h3 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
}

h4 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

h5 {
  color: #333;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

h6 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

p {
  color: #969696;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: #969696;
  font-size: 15px;
  line-height: 25px;
}

blockquote {
  color: #000;
  background-color: #dddddd14;
  border-left: 2px solid #ff8e64;
  margin-bottom: 10px;
  padding: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}

.page-fade-in {
  overflow: hidden;
}

.navbar {
  z-index: 100;
  background-color: var(--white);
  padding: 10px 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.container-full {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1600px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.container-full.slide-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.container-full.nav-full {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1600px;
  display: flex;
}

.container-full.subpages {
  max-width: 800px;
  margin-top: 100px;
  margin-bottom: 60px;
}

.brand {
  align-items: center;
  width: 250px;
  height: 80px;
  padding: 10px 15px;
  display: flex;
}

.brand.w--current {
  padding-left: 0;
  padding-right: 0;
}

.nav-menu {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}

.image-background-section {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.image-background-section.hero-section {
  background-image: linear-gradient(to bottom, var(--brown-transparent), var(--brown-transparent)), url('../images/badezimmer.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
}

.image-background-section.hero-section.intro {
  background-image: linear-gradient(to bottom, var(--brown-transparent), var(--brown-transparent)), url('../images/ruslan-stepanian-treppe_1.webp');
  background-position: 0 0, 50%;
}

.image-background-section.footer-section {
  background-color: var(--green);
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.image-background-section.blog-hero-section {
  background-image: linear-gradient(#10124699, #10124699), url('../images/dots2_1dots2.png'), url('../images/yann-maignan-376943-unsplash-p-1080.jpeg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, 6px, cover;
  position: static;
}

.image-background-section.blog-hero-section.author {
  background-image: linear-gradient(#10124699, #10124699), url('../images/dots2_1dots2.png'), url('../images/kari-shea-109894-unsplash-1.jpg');
  background-position: 0 0, 0 0, 50% 100%;
  background-size: auto, 5px, cover;
  background-attachment: scroll, scroll, scroll;
}

.slider-content {
  text-align: center;
  flex: 0 auto;
  width: 80%;
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero-text {
  color: #fff;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.hero-text.thin {
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  display: block;
}

.button {
  background-color: var(--green);
  color: #fff;
  text-align: center;
  border-style: none;
  margin-top: 10px;
  padding: 15px 28px;
  font-size: 14px;
  transition: box-shadow .3s;
  display: inline-block;
}

.button:hover {
  opacity: 1;
  box-shadow: 0 4px 16px #00000040;
}

.button.hero-button {
  font-size: 18px;
}

.button.hero-button.vis-btn {
  display: none;
}

.button.full-in-pass {
  width: 100%;
  margin-top: 0;
}

.button.load-more {
  background-color: var(--dark-grey);
  margin: 40px auto 20px;
  font-size: 18px;
  text-decoration: none;
}

.hero-heading {
  color: #fff;
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
}

.social-link {
  opacity: .7;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  padding: 8px 5px;
  transition: opacity .2s;
  display: inline-block;
}

.social-link:hover {
  opacity: 1;
}

.social-link.orage {
  text-align: center;
  background-color: #ff8e64;
  border-radius: 100px;
  width: 28px;
  height: 28px;
  margin-right: 5px;
  padding: 3px;
}

.social-link.orage.gray {
  background-color: #0000;
  border: 1px solid #fff;
  width: 32px;
  height: 32px;
  margin-left: 8px;
  margin-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  transition-property: background-color;
  transition-duration: .4s;
}

.social-link.orage.gray:hover {
  border-color: var(--green);
  background-color: var(--green);
}

.section {
  text-align: center;
  padding: 120px 56px;
  position: relative;
  overflow: visible;
}

.section.no-padding {
  padding: 0;
}

.section.no-padding.white-bg {
  background-color: var(--white);
}

.section.gray {
  z-index: 30;
  background-color: #f5f6f9;
  overflow: hidden;
}

.section-wrapper-content {
  max-width: 1600px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-weight: 400;
  display: block;
  position: relative;
}

.section-header {
  color: var(--black);
  margin-top: 16px;
  font-family: Roboto Condensed Custom, sans-serif;
}

.services-card {
  flex: 1;
  margin-left: auto;
  margin-right: auto;
}

.services-tittle {
  text-align: center;
  text-transform: none;
  margin-top: 8px;
  margin-bottom: 14px;
  font-weight: 600;
}

.full-side-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.full-side-content.contact-bacground {
  height: auto;
  padding-top: 80px;
  padding-bottom: 60px;
}

.referenzen-section {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  padding: 109px 40px 90px;
}

.referenzen-section.top-border {
  background-color: var(--light-grey);
  border-top: 1px #ddddddab;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.team-content {
  color: #fff;
  background-color: #0000;
  flex: 1;
  padding: 0 12px;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.team-name {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 24px;
}

.team-name.small {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.top-padding {
  margin-top: 12px;
}

.social-wrapper {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-wrapper.team {
  text-align: left;
}

.sponsor-section {
  background-color: #f5f6f9;
  padding-top: 48px;
  padding-bottom: 48px;
}

.sponsor-link {
  opacity: .65;
  margin-left: 0;
  margin-right: 0;
  padding: 16px;
  transition: opacity .3s;
}

.sponsor-link:hover {
  opacity: 1;
}

.sponsor-wrapper {
  text-align: center;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer {
  color: #fff;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.footer-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.footer-header {
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 34px;
  margin-bottom: 24px;
  font-family: Roboto Condensed Custom, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 16px;
}

.contact-btn-container {
  justify-content: flex-end;
  align-items: center;
  width: 250px;
  padding-left: 59px;
  display: flex;
}

.kontakt-button {
  color: var(--green);
  -webkit-text-stroke-color: var(--green);
  background-color: #0000;
  border: 1px solid #ff8e64;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 31px;
}

.kontakt-button:hover {
  background-color: #ff8e64;
}

.kontakt-button.orange-text {
  color: #000;
  font-weight: 600;
  transition: background-color .4s;
}

.kontakt-button.orange-text:hover {
  color: #fff;
}

.kontakt-button.nav {
  border-width: 2px;
  border-color: var(--green);
  color: var(--black);
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 17px;
  transition: background-color .4s;
}

.kontakt-button.nav:hover, .kontakt-button.nav.w--current:hover {
  background-color: var(--green);
}

.nav-link {
  color: var(--black);
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: color .4s;
  display: inline-block;
}

.nav-link:hover {
  color: var(--green);
}

.nav-link.w--current {
  color: var(--green);
  font-weight: 400;
}

.nav-link.dark {
  color: #333;
  font-weight: 600;
}

.nav-link.dark:hover {
  color: #ff8e64;
}

.nav-link.kontakt-hide {
  display: none;
}

.small-text-team {
  color: #ff8e64;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.div-block-3 {
  float: none;
  display: inline-block;
}

.tabs-menu {
  text-align: center;
  border-bottom: 1px #ddd;
  width: 100%;
  margin-bottom: 40px;
}

.tab-link {
  text-transform: uppercase;
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
}

.tab-link:hover {
  color: #ff8e64;
}

.tab-link.w--current {
  border-bottom: 2px solid var(--green);
  color: var(--green);
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link.w--current:hover {
  color: #ff8e64;
}

.fact-section {
  background-color: #f5f6f9;
  padding: 72px 56px;
  position: relative;
}

.facts {
  display: flex;
}

.fact-item {
  text-align: center;
  flex: 1;
  padding-top: 8px;
  padding-left: 15px;
  padding-right: 15px;
}

.facts-image {
  width: 46px;
}

.facts-heading {
  margin-top: 16px;
  font-weight: 700;
  line-height: 26px;
}

.facts-text {
  color: #a5a5a5;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.text-block-7 {
  font-size: 14px;
  font-weight: 500;
}

.text-block-7:hover {
  color: var(--green);
  -webkit-text-stroke-color: var(--green);
}

.referenzbild {
  background-image: url('../images/wandarbeiten-2_1wandarbeiten-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  height: 360px;
  margin-bottom: 0;
  padding-bottom: 12px;
  padding-left: 10px;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.referenzbild:hover {
  box-shadow: inset 0 0 0 500px #2e323c33;
}

.referenzbild._2 {
  background-image: url('../images/alex-sorto-467581-unsplash-p-1600.jpeg');
  background-position: 50% 0;
  border-radius: 10px;
}

.referenzbild._3 {
  background-image: url('../images/nick-karvounis-423669-unsplash-p-1600.jpeg');
}

.referenzbild._4 {
  background-image: url('../images/dgss`rg.jpg');
}

.white {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

.white.big {
  font-size: 55px;
  line-height: 65px;
}

.white._04 {
  margin-bottom: 40px;
}

.contact-us-wrapper-half-section {
  justify-content: space-between;
  display: flex;
}

.btm-footer {
  background-color: var(--brown);
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 64px;
  padding: 30px 40px;
  display: flex;
}

.text-copyright {
  color: var(--dark-grey);
  font-size: 16px;
  display: inline;
}

.referenzen {
  display: none;
}

.separator {
  background-color: #ff8e64;
  width: 1px;
  height: 70px;
  margin: 10px auto;
  display: block;
}

.separator._404 {
  margin-bottom: 0;
}

.logo-type {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
}

.logo-type.white-font {
  color: #fff;
}

.color-font {
  color: #ff8e64;
  text-transform: uppercase;
  font-weight: 700;
}

.utility-page-wrap {
  background-image: linear-gradient(#10124680, #10124680), url('../images/alexander-pemberton-95212-unsplash-p-2000.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.utility-page-wrap.pass {
  background-image: linear-gradient(#10124680, #10124680), url('../images/dots2_1dots2.png'), url('../images/vbDV-p-1080.jpeg');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, 5px, cover;
  background-attachment: scroll, scroll, fixed;
  padding-left: 24px;
  padding-right: 24px;
}

.utility-page-content {
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  max-width: 600px;
  padding: 0;
  display: flex;
}

.pass-window {
  color: #fff;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  width: 400px;
  margin-top: 24px;
  padding: 50px;
  font-size: 17px;
  line-height: 27px;
  display: flex;
}

.pass-form {
  color: #333;
}

.input {
  text-align: center;
  height: 48px;
  margin-bottom: 24px;
}

.password-image {
  width: 65px;
  height: 65px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-center {
  color: var(--dark-grey);
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-link {
  color: #a5a5a5;
  background-color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 23px;
}

.dropdown-link:hover {
  color: #ff8e64;
}

.dropdown-link.w--current {
  color: #fff;
  background-color: #ff8e64;
  font-size: 13px;
  line-height: 23px;
}

.dropdown-list {
  margin-top: 0;
}

.dropdown-list.w--open {
  border-radius: 4px;
  margin-top: 0;
  box-shadow: 0 1px 3px #00000026;
}

.scroll-nav {
  background-color: var(--white);
  width: 100%;
  padding: 10px 40px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px 3px #0000001f;
}

.div-button {
  float: right;
  height: 80px;
  padding-top: 15px;
}

.collection-item {
  padding-left: 10px;
  padding-right: 10px;
}

.list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-top: 20px;
  margin-bottom: 40px;
  display: inline-block;
}

.list-item {
  background-image: url('../images/check.svg');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  margin-bottom: 14px;
}

.ticked-list {
  color: #4d4c4c;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 30px;
  font-size: 18px;
  display: flex;
}

.list-item-2 {
  color: var(--dark-grey);
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
}

.link {
  color: var(--white);
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.nav-menu-container {
  flex: 1;
  display: flex;
}

.white-link {
  color: var(--white);
  text-decoration: none;
}

.lightbox-image {
  border-radius: 10px;
}

.tab-pane-tab-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tabs {
  display: block;
}

.referenzenblock {
  width: 100%;
}

.referenzenblock.topmargin {
  margin-top: 20px;
}

.container-full-ref {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1600px;
  display: flex;
}

.placeholder {
  width: 100%;
  height: 10px;
}

.portrait-sk {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-11 {
  margin-bottom: 0;
  font-family: Roboto Condensed Custom, sans-serif;
  font-weight: 500;
}

.paragraph {
  margin-top: 0;
}

.headline-pricing {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 850px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.heading-9 {
  color: var(--black);
  text-align: left;
  font-size: 22px;
  line-height: 30px;
}

.heading-12, .heading-13 {
  text-align: left;
  font-size: 22px;
}

.sk {
  border-radius: 10px;
}

.heading-16 {
  font-size: 30px;
  font-weight: 600;
}

.heading-17 {
  text-align: left;
  font-size: 30px;
  font-weight: 600;
}

.link-2 {
  color: var(--green);
  text-decoration: none;
}

.d-green {
  color: var(--dark-green);
}

.d-green.center {
  text-align: center;
}

.btm-footer-clmn {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.column {
  text-align: right;
}

.link-5 {
  color: var(--green);
  text-decoration: none;
}

.code-embed {
  width: 100px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.small-header {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
}

.link-6, .link-7 {
  color: var(--green);
  text-decoration: none;
}

.list-2, .list-3, .list-4, .list-5, .list-6 {
  text-align: left;
}

.treppe-1 {
  position: absolute;
  inset: -89px auto auto 0;
}

.treppe-2 {
  position: absolute;
  inset: auto 0 -51px auto;
}

@media screen and (min-width: 1280px) {
  .hero-text.thin, .button.hero-button.pos-rel, .button.load-more {
    font-size: 20px;
  }

  .hero-heading {
    font-size: 70px;
    line-height: 79px;
  }

  .section-header {
    margin-bottom: 30px;
    font-size: 50px;
  }

  .services-tittle {
    font-size: 32px;
  }

  .footer-header {
    font-size: 22px;
  }

  .contact-btn-container {
    width: 270px;
  }

  .kontakt-button.nav, .nav-link, .paragraph-center {
    font-size: 20px;
  }

  .list-item {
    margin-bottom: 17px;
  }

  .list-item-2 {
    font-size: 20px;
  }

  .heading-11 {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .paragraph, .d-green.center {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    z-index: 200;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
  }

  .container-full.slide-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-full.subpages {
    padding-left: 32px;
    padding-right: 32px;
  }

  .brand {
    height: 70px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-menu {
    float: none;
    background-color: var(--white);
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    margin-top: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    top: 80px;
    bottom: auto;
    left: 0;
  }

  .image-background-section.hero-section {
    height: 700px;
  }

  .image-background-section.hero-section.intro {
    background-image: linear-gradient(to bottom, var(--brown-transparent), var(--brown-transparent)), url('../images/treppenstufen_1.webp');
    background-position: 0 0, 50%;
    height: 100vh;
  }

  .slider-content {
    width: 80%;
    padding-top: 40px;
  }

  .hero-heading {
    font-size: 50px;
    line-height: 58px;
  }

  .social-link.orage.gray {
    margin-left: 6px;
    margin-right: 6px;
  }

  .section {
    padding: 80px 24px;
  }

  .section.gray {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-wrapper-content {
    width: 510px;
  }

  .section-header {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }

  .services-card {
    flex: 1;
    margin-bottom: 60px;
  }

  .services-tittle {
    text-align: center;
  }

  .full-side-content {
    padding-left: 4%;
    padding-right: 4%;
  }

  .full-side-content.contact-bacground {
    order: 1;
    width: 100%;
    min-height: 380px;
    padding-top: 100px;
  }

  .sponsor-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .sponsor-link {
    padding: 8px;
  }

  .sponsor-wrapper {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-block {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-header {
    letter-spacing: 2px;
  }

  .contact-btn-container {
    flex: 0 auto;
    margin-top: 30px;
    padding-left: 0;
    display: none;
  }

  .kontakt-button, .kontakt-button.nav, .kontakt-button.nav:hover {
    color: #fff;
  }

  .nav-link {
    color: #a5a5a5;
    text-align: center;
    width: 100%;
    padding: 20px;
    display: block;
  }

  .nav-link:hover {
    color: var(--green);
  }

  .nav-link.dark {
    color: #a5a5a5;
    font-weight: 500;
  }

  .nav-link.kontakt-hide {
    display: block;
  }

  .menu-button {
    color: #fff;
  }

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

  .menu-button.black {
    color: #000;
  }

  .fact-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .contact-us-wrapper-half-section {
    flex-flow: column-reverse wrap;
    justify-content: center;
  }

  .text-copyright {
    font-size: 15px;
  }

  .referenzen.topmargin {
    margin-top: 20px;
  }

  .paragraph-center {
    text-align: center;
  }

  .scroll-nav {
    padding: 10px 0;
    display: none;
  }

  .div-button {
    padding-top: 15px;
    padding-right: 20px;
  }

  .collection-list {
    flex-flow: column;
    place-content: stretch space-between;
    height: 100%;
    display: flex;
  }

  .collection-item {
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    display: block;
  }

  .headline-pricing {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .icon-2 {
    color: var(--green);
    font-size: 34px;
  }

  .treppe-1 {
    top: -89px;
  }

  .treppe-2 {
    bottom: -51px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

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

  .image-background-section.hero-section {
    height: 700px;
  }

  .image-background-section.blog-hero-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .slider-content {
    margin-top: 0;
  }

  .hero-text.thin {
    font-size: 18px;
  }

  .button.hero-button {
    z-index: 1;
    width: 200px;
    position: fixed;
    inset: auto 50% 20px;
    transform: translate(-50%, -50%);
  }

  .button.hero-button.pos-rel {
    display: none;
    position: relative;
    top: 10px;
    left: auto;
    right: auto;
    transform: none;
  }

  .button.hero-button.vis-btn {
    transition: box-shadow .3s;
    display: block;
    box-shadow: 0 2px 5px #0003;
  }

  .hero-heading {
    font-size: 36px;
    line-height: 43px;
  }

  .section-wrapper-content {
    width: auto;
  }

  .full-side-content {
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .full-side-content.contact-bacground {
    height: 560px;
  }

  .referenzen-section.top-border {
    padding-bottom: 115px;
  }

  .team-content {
    text-align: left;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer {
    padding-right: 20px;
  }

  .footer-block {
    width: 100%;
  }

  .footer-header {
    margin-bottom: 0;
  }

  .small-text-team {
    text-align: left;
  }

  .facts {
    flex-direction: column;
  }

  .fact-item {
    margin-bottom: 20px;
  }

  .referenzbild._4 {
    width: 100%;
  }

  .contact-us-wrapper-half-section {
    flex-flow: column-reverse wrap;
    display: flex;
  }

  .btm-footer {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 125px;
  }

  .text-copyright {
    font-size: 18px;
  }

  .footer-links {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .div-button {
    padding-top: 15px;
  }

  .collection-item {
    padding-left: 0;
    padding-right: 0;
  }

  .list {
    display: inline-block;
  }

  .column {
    text-align: center;
  }

  .small-header {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding: 10px 0;
  }

  .container-full, .container-full.subpages {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    height: 60px;
    padding-top: 10px;
  }

  .nav-menu {
    background-color: var(--white);
    justify-content: space-around;
    align-items: center;
    top: 80px;
    overflow: visible;
  }

  .image-background-section.hero-section {
    height: 650px;
  }

  .image-background-section.blog-hero-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider-content {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .button {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .social-link.orage.gray {
    margin-left: 10px;
    margin-right: 10px;
  }

  .section {
    padding-top: 80px;
  }

  .section-wrapper-content {
    width: 100%;
  }

  .section-header {
    font-size: 27px;
    line-height: 1.3;
  }

  .services-card {
    margin-bottom: 70px;
  }

  .services-tittle {
    font-size: 24px;
    line-height: 1.3;
  }

  .full-side-content.contact-bacground {
    height: auto;
    min-height: 420px;
  }

  .referenzen-section {
    padding-top: 72px;
    padding-bottom: 72px;
    padding-left: 20px;
  }

  .referenzen-section.top-border {
    padding-top: 80px;
    padding-right: 20px;
  }

  .footer {
    padding: 20px 0 10px;
  }

  .footer-block {
    width: 100%;
    margin-top: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-header {
    margin-bottom: 4px;
  }

  .nav-link {
    text-align: center;
    font-size: 18px;
  }

  .nav-link:hover {
    color: var(--green);
    -webkit-text-stroke-color: var(--green);
  }

  .tabs-menu {
    text-align: center;
  }

  .tab-link {
    text-align: center;
    width: 66.66%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .tab-link.w--current {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .facts {
    flex-direction: column;
  }

  .fact-item {
    margin-bottom: 16px;
  }

  .btm-footer {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    padding: 40px 20px 120px;
  }

  .text-copyright {
    text-align: center;
  }

  .footer-links {
    text-align: center;
    flex: 0 auto;
  }

  .div-button {
    padding-top: 15px;
    padding-right: 10px;
  }

  .collection-list {
    display: block;
  }

  .collection-item {
    width: 100%;
    margin-bottom: 25px;
  }

  .heading-9 {
    font-size: 21px;
  }

  .heading-16, .heading-17 {
    font-size: 24px;
  }
}


@font-face {
  font-family: 'Roboto Condensed Custom';
  src: url('../fonts/roboto-condensed-v27-latin-600.woff2') format('woff2'), url('../fonts/roboto-condensed-v27-latin-600.woff') format('woff'), url('../fonts/roboto-condensed-v27-latin-600.ttf') format('truetype'), url('../fonts/roboto-condensed-v27-latin-600.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Custom';
  src: url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Custom 500';
  src: url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), url('../fonts/roboto-v30-latin-500.woff') format('woff'), url('../fonts/roboto-v30-latin-500.ttf') format('truetype'), url('../fonts/roboto-v30-latin-500.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat C';
  src: url('../fonts/Montserrat-Bold-C.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat C';
  src: url('../fonts/Montserrat-Medium-C.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat C';
  src: url('../fonts/Montserrat-SemiBold-C.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}