:root {
  --black: #1e1e1e;
  --black-transparent: rgba(30, 30, 30, .8);
  --gold: #b29146;
  --white: white;
  --light-blue: #e4e6ee;
  --dark-grey: #969696;
  --form-black: #282828;
  --input-bg: #414141;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.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: Montserrat C, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
  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: 32px;
  font-weight: 600;
  line-height: 42px;
}

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: 16px;
  font-weight: 400;
  line-height: 25px;
}

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

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

blockquote {
  color: #000;
  background-color: rgba(221, 221, 221, .08);
  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;
}

.contact-us {
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 142, 100, .81);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.contact-us-wrapper {
  opacity: 1;
  text-align: center;
  display: block;
  position: relative;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.contact-us-popup {
  z-index: 3000;
  height: auto;
  max-width: 570px;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 64px 64px;
  display: block;
  position: relative;
  transform: scale(.9);
  box-shadow: 0 10px 30px rgba(38, 56, 72, .2);
}

.close-popup-button {
  width: 28px;
  height: 28px;
  background-image: url('../images/cross-symbol.png');
  background-position: 50%;
  background-size: 20px;
  margin-top: 20px;
  margin-right: 20px;
  transition: opacity .2s;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.link-block {
  opacity: .3;
  background-image: none;
}

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

.contact-us-icon {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 8px;
}

.popup-overlay {
  z-index: 2000;
  text-align: center;
  background-color: rgba(16, 18, 70, .65);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.contact-us-button {
  z-index: 2000;
  width: 60px;
  height: 60px;
  background-image: url('../images/email.svg'), linear-gradient(#ffb341, #ff8e64);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 32px, auto;
  border-radius: 10px;
  margin: 32px;
  position: fixed;
  bottom: 0;
  right: 0;
  box-shadow: 0 8px 16px rgba(34, 34, 34, .2);
}

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

.container-full {
  max-width: 1200px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

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

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

.container-full.subpages {
  text-align: left;
  margin-top: 100px;
  margin-bottom: 60px;
}

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

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

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

.nav-menu.scroll {
  height: 60px;
}

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

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

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

.image-background-section.footer-section {
  width: 100%;
  background-color: var(--black);
}

.image-background-section.blog-hero-section {
  background-image: linear-gradient(rgba(16, 18, 70, .6), rgba(16, 18, 70, .6)), 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.correct-blog {
  height: 600px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/dots2_1dots2.png'), url('../images/yann-maignan-376943-unsplash-p-1080.jpeg');
  background-position: 0 0, 50% 0, 50% 0;
  background-size: auto, auto, cover;
  padding-left: 0;
  padding-right: 0;
}

.image-background-section.blog-hero-section.author {
  background-image: linear-gradient(rgba(16, 18, 70, .6), rgba(16, 18, 70, .6)), 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 {
  width: 80%;
  max-width: 730px;
  text-align: center;
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

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

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

.button {
  width: 230px;
  height: auto;
  background-color: var(--gold);
  opacity: 1;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  margin-top: 10px;
  padding: 9px 20px;
  font-size: 14px;
  line-height: 24px;
  transition: box-shadow .3s;
  display: inline-block;
}

.button:hover {
  opacity: 1;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .25);
}

.button.hero-button {
  height: auto;
  border: 1px solid var(--gold);
  background-color: var(--gold);
  text-transform: uppercase;
  border-radius: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

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

.button.load-more {
  width: 180px;
  border: 1px solid var(--gold);
  background-color: var(--white);
  color: var(--gold);
  text-transform: uppercase;
  margin: 40px auto 20px;
  text-decoration: none;
}

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

.hero-bottom {
  z-index: 100;
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}

.wrapper.hero-bottom-wrapper {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.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 {
  width: 28px;
  height: 28px;
  text-align: center;
  background-color: #ff8e64;
  border-radius: 100px;
  margin-right: 5px;
  padding: 3px;
}

.social-link.orage.gray {
  width: 32px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  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(--gold);
  background-color: var(--gold);
}

.scroll-down-link {
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 100px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  bottom: 30px;
}

.scroll-down-link.w--current {
  border-radius: 100px;
  bottom: 25px;
}

.section {
  background-color: var(--light-blue);
  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 {
  width: 50%;
  min-width: 300px;
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-weight: 400;
  display: block;
  position: relative;
}

.section-wrapper-content.page-header {
  width: 60%;
  margin-top: 70px;
}

.section-wrapper-content.page-header.blog {
  width: 40%;
  margin-top: 200px;
  margin-bottom: 0;
}

.section-header {
  color: var(--black);
  text-align: center;
  margin-top: 16px;
  font-size: 40px;
  line-height: 50px;
}

.section-header.left {
  color: var(--white);
  text-align: left;
  margin-bottom: 20px;
  font-size: 33px;
  font-weight: 500;
}

.services-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: 30px;
  padding-top: 8px;
  display: flex;
}

.services-wrapper.margin-top {
  margin-top: 45px;
}

.services-card {
  border: 1px solid var(--dark-grey);
  background-color: var(--white);
  text-align: left;
  border-radius: 8px;
  flex: 1;
  margin-left: 25px;
  margin-right: 25px;
  padding: 48px 32px 32px;
  position: relative;
}

.services-card.last-card.invisible {
  height: 2px;
  border-color: var(--light-blue);
  background-color: var(--light-blue);
}

.services-tittle {
  text-align: left;
  text-transform: none;
  margin-top: 8px;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.paragraph-small {
  color: #969696;
  margin-top: 8px;
  margin-bottom: 24px;
  line-height: 25px;
}

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

.half-side-content.contact-bacground {
  width: 50%;
  height: auto;
  min-height: 760px;
  background-image: linear-gradient(to bottom, var(--black-transparent), var(--black-transparent)), url('../images/bg-kontakt.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  position: relative;
}

.half-side-content.contact-us-half-side {
  width: 50%;
  background-color: var(--form-black);
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.referenzen-section.top-border {
  border-top: 1px rgba(221, 221, 221, .67);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.team-content {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  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;
}

.teastimonial-card {
  text-align: left;
  background-color: #fff;
  border: 1px solid #e7e9ec;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  padding: 88px 32px 24px;
  display: block;
  position: relative;
}

.teastimonial-card.in {
  width: 73%;
  float: none;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.testimonial-member {
  width: 68px;
  height: 68px;
  text-align: left;
  border: 2px solid #ff8e64;
  border-radius: 10px;
  margin-top: -35px;
  margin-bottom: 24px;
  margin-left: -45px;
  position: absolute;
  top: 0;
  left: 0;
}

.testimonial-member.in {
  width: 100px;
  height: 100px;
  margin-top: -25px;
}

.testimonial-member.single-author {
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  position: static;
}

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

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

.social-wrapper.footer {
  padding-top: 20px;
}

.testimonial-name {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.services-block-image {
  width: 68px;
  height: 68px;
  border: 2px solid var(--gold);
  background-color: #fff;
  background-image: url('../images/aussenanlagen.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  border-radius: 10px;
  margin-top: -30px;
  margin-left: -35px;
  padding: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.services-block-image._1 {
  width: 68px;
  height: 68px;
  border: 2px solid var(--gold);
  background-color: #fff;
  background-image: url('../images/bodenverlegung.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  border-radius: 10px;
  margin-top: -30px;
  margin-left: -35px;
  padding: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.services-block-image._2 {
  background-image: url('../images/wandarbeiten.svg');
  background-size: 40px;
  border-radius: 10px;
  margin-left: -35px;
}

.services-block-image._3 {
  background-image: url('../images/sanitaer.svg');
  background-size: 40px;
  border-style: solid;
  border-width: 2px;
  border-radius: 10px;
  margin-left: -35px;
}

.services-block-image._5 {
  background-image: url('../images/weitere-leistungen.svg');
  background-size: 40px;
  border-style: solid;
  border-width: 2px;
  border-radius: 10px;
  margin-left: -35px;
}

.contact-us-block-form {
  margin-top: 24px;
}

.text-field {
  background-color: var(--input-bg);
  color: var(--white);
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  margin-bottom: 20px;
  font-weight: 400;
  transition: border .4s;
  display: inline-block;
}

.text-field:hover {
  border-color: #bdbdbd;
}

.text-field-2 {
  width: 70%;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
}

.text-field-2.message {
  width: 100%;
  height: 80px;
  background-color: var(--input-bg);
  color: var(--white);
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  margin-bottom: 30px;
  font-weight: 400;
  transition: border .4s;
}

.text-field-2.message:hover {
  border-color: #bdbdbd;
}

.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 {
  width: 100%;
  text-align: center;
  justify-content: space-around;
  align-items: center;
  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;
}

.scroll-up-button {
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: 8.33%;
  display: flex;
  position: absolute;
  bottom: 100px;
  right: -82px;
}

.scroll-up-button:hover {
  background-color: #ff8e64;
  border-color: #ff8e64;
}

.footer-content {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 8.33%;
  padding-left: 15px;
  padding-right: 30px;
  display: flex;
}

.footer-brand {
  text-decoration: none;
}

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

.footer-header {
  color: var(--dark-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 34px;
  margin-bottom: 24px;
  font-size: 13px;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 12px;
  text-decoration: none;
}

.footer-link:hover, .footer-link.w--current:hover {
  text-decoration: underline;
}

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

.kontakt-button {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ff8e64;
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 30px;
  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-color: var(--gold);
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 16px;
  transition: background-color .4s;
}

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

.nav-link {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .4s;
  display: inline-block;
}

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

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

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

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

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

.blog-hero {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  display: flex;
  position: relative;
}

.page-brand {
  justify-content: flex-end;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.blog {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: -40px;
  display: flex;
}

.paragraph-footer {
  margin-top: 24px;
}

.paragraph-footer.white {
  margin-top: 0;
  font-size: 15px;
  line-height: 25px;
}

.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 {
  width: 100%;
  text-align: center;
  border-bottom: 1px #ddd;
  margin-bottom: 40px;
}

.tab-link {
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
}

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

.tab-link.w--current {
  border-bottom: 2px solid var(--gold);
  color: var(--gold);
  background-color: rgba(0, 0, 0, 0);
  padding-left: 20px;
  padding-right: 20px;
}

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

.contact-us-card {
  max-width: 680px;
  text-align: left;
  flex: 1;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 32px;
  padding-right: 32px;
  position: absolute;
}

.contact-us-block {
  align-items: flex-start;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

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

.fact-section.white {
  background-color: #fff;
  background-image: none;
}

.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(--gold);
  -webkit-text-stroke-color: var(--gold);
}

.referenzbild {
  height: 360px;
  background-image: url('../images/wandarbeiten-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  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 rgba(46, 50, 60, .2);
}

.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.center {
  width: 85%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  display: block;
}

.white.center.percentual {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  display: block;
}

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

.left {
  float: none;
}

.image-5 {
  height: 20px;
  float: left;
  margin-right: 10px;
}

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

.footer-copyright {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, .3);
  flex-direction: row;
  justify-content: space-between;
  margin-top: 64px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

.text-link-copyright {
  color: #ff8e64;
  text-transform: none;
  font-size: 12px;
  text-decoration: none;
}

.text-link-copyright:hover {
  text-decoration: underline;
}

.referenzen {
  display: none;
}

.big-tittle {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
}

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

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

.pattern-dots {
  height: 30px;
  background-image: url('../images/dots2_1dots2.png');
  background-position: 50%;
  background-size: auto;
}

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

.logo-type.white-font.footer {
  padding-bottom: 30px;
}

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

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-image: linear-gradient(rgba(16, 18, 70, .5), rgba(16, 18, 70, .5)), 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;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.utility-page-wrap.pass {
  background-image: linear-gradient(rgba(16, 18, 70, .5), rgba(16, 18, 70, .5)), 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 {
  max-width: 600px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  padding: 0;
  display: flex;
}

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

.pass-form {
  color: #333;
}

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

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

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

.page-header-overlay {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.div-small-image {
  width: 500px;
  height: 500px;
  background-image: url('../images/armchair.svg');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.div-image-small-right {
  width: 500px;
  height: 500px;
  background-image: url('../images/lamp.svg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
}

.blog-dark-overlay {
  background-image: linear-gradient(rgba(16, 18, 70, .5), rgba(16, 18, 70, .5));
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.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 rgba(0, 0, 0, .15);
}

.scroll-nav {
  width: 100%;
  background-color: var(--black);
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .12);
}

.success-message {
  color: #fff;
  background-color: #00ad31;
  border-radius: 10px;
  font-weight: 500;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: red;
  border-radius: 10px;
}

.link-author {
  color: #ff8e64;
  padding-top: 20px;
}

.link-author:hover {
  color: #000;
}

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

.field-label {
  color: var(--dark-grey);
  font-size: 14px;
  font-weight: 600;
}

.rich-text {
  width: 80%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.rich-text h1, .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5 {
  text-align: left;
}

.categories {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.categories.single {
  color: #fff;
  background-color: #ff8e64;
  border-radius: 5px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

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

.blog-link {
  width: 100%;
  height: 300px;
  float: none;
  background-image: none;
  background-size: auto;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  margin: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.blog-container {
  width: 50%;
  background-color: #fff;
  justify-content: center;
  padding: 36px 20px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.blog-container.gray {
  background-color: #f5f6f9;
  border: 1px solid #f5f6f9;
}

.news-text {
  color: #fff;
  background-color: #c9c9c9;
  border: 1px #ff8e64;
  border-radius: 2px;
  margin-left: 0;
  margin-right: 5px;
  padding: 2px 5px;
  font-size: 12px;
  display: inline-block;
}

.news-text.orange {
  color: #fff;
  background-color: #ff8e64;
  border-style: none;
  border-radius: 2px;
  padding-left: 10px;
  padding-right: 10px;
}

.blog-heading {
  color: #333;
  text-align: left;
  text-transform: uppercase;
  margin-top: 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.date-text {
  color: #333;
  border-bottom: 1px #ff8e64;
  margin-bottom: 16px;
  margin-left: 20px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.blog-link-photo {
  width: 50%;
  background-image: url('../images/sophia-baboolal-86214-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.collection-list-wrapper {
  text-align: center;
  display: inline-block;
}

.text-categories {
  width: 120px;
  color: #fff;
  text-align: center;
  background-color: #ff8e64;
  border-radius: 4px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 15px;
  text-decoration: none;
  display: inline-block;
}

.div-block-14 {
  margin-bottom: 40px;
}

.div-block-15 {
  text-align: left;
}

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

.licence-items {
  width: 60%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.licence-item-firs {
  width: 100%;
  background-color: #fff;
  border: 1px solid #dde1e7;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  padding: 20px;
  display: flex;
}

.image-div {
  width: 100px;
  height: 100px;
  background-image: url('../images/shutterstock_178724276.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-div.logo {
  width: 60px;
  height: 60px;
  background-image: url('../images/256-b.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 20px;
}

.licence-link {
  color: #343e52;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.licence-link:hover {
  color: #fa7000;
  text-decoration: underline;
}

.white-paragraph {
  color: var(--dark-grey);
  text-align: center;
}

.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;
  font-size: 16px;
  display: flex;
}

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

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

.api {
  display: none;
}

.cb-ds {
  color: var(--dark-grey);
}

.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: none;
}

.referenzenblock {
  width: 100%;
}

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

.container-full-ref {
  max-width: 1200px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.heading-11 {
  color: var(--white);
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  margin-top: 0;
}

.headline-pricing {
  max-width: 850px;
  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;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.heading-9 {
  text-align: left;
  font-size: 22px;
  line-height: 30px;
}

.rich-text-block {
  text-align: left;
}

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

.sk {
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}

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

.link-block-2 {
  margin-top: 30px;
}

.link-2, .link-3, .link-4 {
  color: var(--gold);
  text-decoration: none;
}

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

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

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

  .nav-menu {
    height: auto;
    float: none;
    background-color: var(--black);
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    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 {
    height: 100vh;
    background-image: linear-gradient(to bottom, var(--black-transparent), var(--black-transparent)), url('../images/bg-main.webp');
    background-position: 0 0, 50%;
  }

  .image-background-section.footer-section {
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .hero-heading {
    font-size: 40px;
    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: 470px;
  }

  .section-wrapper-content.page-header, .section-wrapper-content.page-header.blog {
    width: 80%;
  }

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

  .services-card {
    flex: 1;
    margin-bottom: 0;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }

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

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

  .half-side-content.contact-us-half-side {
    width: 100%;
    height: auto;
    min-height: 760px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .teastimonial-card {
    width: 66.66%;
    margin-bottom: 48px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .social-wrapper.footer {
    padding-left: 0;
    padding-right: 0;
  }

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

  .sponsor-link {
    padding: 8px;
  }

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

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

  .scroll-up-button {
    right: -20px;
  }

  .footer-content {
    margin-right: 0%;
    padding-left: 8px;
    padding-right: 20px;
  }

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

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

  .footer-link {
    color: #fff;
    margin-top: 12px;
    margin-bottom: 12px;
    text-decoration: none;
  }

  .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 {
    width: 100%;
    color: #a5a5a5;
    text-align: center;
    padding: 20px;
    display: block;
  }

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

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

  .nav-link.down {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
  }

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

  .menu-button {
    color: #fff;
  }

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

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

  .contact-us-card {
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .white.center, .white.center.percentual {
    width: 90%;
  }

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

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

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

  .logo-type.white-font.footer {
    padding-left: 0;
  }

  .scroll-nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

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

  .blog-link {
    width: 96%;
    height: 300px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
    position: relative;
  }

  .blog-container {
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .blog-heading {
    font-size: 14px;
    line-height: 24px;
  }

  .blog-link-photo {
    display: block;
  }

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

  .licence-items {
    width: 80%;
  }

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

  .icon-2 {
    font-size: 34px;
  }
}

@media screen and (max-width: 767px) {
  .contact-us-wrapper {
    padding: 16px;
  }

  .contact-us-popup {
    padding: 40px;
  }

  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .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 {
    font-size: 15px;
  }

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

  .hero-heading {
    font-size: 30px;
    line-height: 40px;
  }

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

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

  .section-wrapper-content.page-header.blog {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-header.left {
    font-size: 28px;
  }

  .services-wrapper {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .services-card {
    width: 66.66%;
    margin-bottom: 58px;
    margin-left: 0;
    margin-right: 0;
    padding: 56px 32px 48px;
  }

  .services-card.last-card.invisible {
    display: none;
  }

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

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

  .half-side-content.contact-us-half-side {
    width: 100%;
    height: auto;
  }

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

  .teastimonial-card {
    width: 66.66%;
    margin-bottom: 58px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .social-wrapper.footer {
    padding-left: 0;
  }

  .footer {
    padding-right: 20px;
  }

  .footer-content {
    flex-basis: 100%;
    padding-left: 0;
    padding-right: 10px;
  }

  .footer-block {
    width: 50%;
  }

  .footer-link {
    font-size: 13px;
  }

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

  .facts {
    flex-direction: column;
  }

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

  .referenzbild._4 {
    width: 100%;
  }

  .white.center {
    width: 90%;
  }

  .white.center.percentual {
    width: 100%;
  }

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

  .footer-copyright {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

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

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

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

  .blog-link {
    height: 300px;
    flex-basis: 47%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .blog-container {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .news-text {
    margin-bottom: 8px;
  }

  .collection-item-5 {
    margin-bottom: 10px;
    display: inline-block;
  }

  .licence-items, .licence-item-firs {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .contact-us-button {
    margin: 16px;
  }

  .navbar {
    padding: 10px 0;
  }

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

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

  .nav-menu {
    background-color: var(--black);
    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: 0 10px 10px;
  }

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

  .button.hero-button {
    width: 240px;
    margin: 28px auto 8px;
  }

  .wrapper.hero-bottom-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

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

  .section {
    padding-top: 80px;
  }

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

  .section-wrapper-content.page-header.blog {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-header {
    font-size: 28px;
  }

  .section-header.left {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
  }

  .services-wrapper {
    margin-left: 0;
  }

  .services-card {
    width: 100%;
  }

  .services-card.last-card {
    margin-bottom: 10px;
  }

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

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

  .half-side-content.contact-us-half-side {
    min-height: 880px;
    padding-left: 10%;
    padding-right: 10%;
  }

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

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

  .teastimonial-card {
    width: 100%;
  }

  .services-block-image, .services-block-image._2, .services-block-image._3 {
    margin-left: -1px;
  }

  .scroll-up-button {
    margin-bottom: 20px;
    bottom: 125px;
  }

  .footer-block {
    width: 100%;
  }

  .footer-header {
    display: none;
  }

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

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

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

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

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

  .contact-us-card {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .facts {
    flex-direction: column;
  }

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

  .white.center {
    width: 95%;
  }

  .footer-copyright {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 30px;
  }

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

  .big-tittle {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }

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

  .div-block-12 {
    text-align: center;
  }

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

  .collection-list {
    display: block;
  }

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

  .blog-link {
    width: 100%;
    height: 300px;
    flex-flow: column-reverse wrap;
    flex-basis: 100%;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: static;
  }

  .blog-container {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .blog-link-photo {
    width: 30%;
    flex-flow: row;
    display: none;
  }

  .collection-item-5 {
    margin-bottom: 10px;
  }

  .licence-item-firs {
    width: auto;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 15px 14px;
  }

  .image-div {
    width: 100px;
    flex: 0 auto;
  }

  .image-div.logo {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licence-link {
    margin-right: 10px;
  }

  .licence-link.changelog {
    text-align: center;
    margin-right: 0;
  }

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

  .logo-footer {
    margin-bottom: 20px;
  }

  .cb-ds {
    font-size: 14px;
  }

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

  .sk {
    width: 120px;
  }

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

  .link-block-2.w--current {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}


@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat C';
  src: url('../fonts/Montserrat-Regular-C.otf') format('opentype');
  font-weight: 400;
  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;
}
