.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

body {
  color: #fff;
  background-color: #161719;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

h1 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 52px;
  font-weight: 700;
  line-height: 64px;
}

h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

h4 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
}

h5 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

h6 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

p {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 24px;
}

a {
  color: #ffa61e;
}

ul {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 40px;
}

ol {
  margin-top: 16px;
  margin-bottom: 24px;
  padding-left: 40px;
}

li {
  margin-bottom: 4px;
}

strong {
  font-weight: bold;
}

blockquote {
  text-align: center;
  background-image: url('../images/quote-icon-white.svg');
  background-position: 50% 40px;
  background-repeat: no-repeat;
  background-size: 40px;
  border: 1px solid rgba(255, 255, 255, .12);
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 96px 8% 48px;
  font-size: 21px;
  line-height: 32px;
}

figure {
  margin-top: 48px;
  margin-bottom: 48px;
}

figcaption {
  text-align: center;
  margin-top: 12px;
  font-size: 12px;
  line-height: 16px;
}

.section {
  z-index: 1;
  background-color: #161719;
  padding-top: 128px;
  padding-bottom: 128px;
  position: relative;
}

.section.no-padding-top {
  margin-top: 127px;
}

.section.no-padding-side {
  padding-left: 0;
  padding-right: 0;
}

.section.page-header-section {
  min-height: 100vh;
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
  overflow: hidden;
}

.section.post-image-section {
  height: 90vh;
  max-height: 1200px;
  min-height: 640px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.section.footer-section {
  background-color: #161719;
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding-top: 0;
  padding-bottom: 0;
}

.section.mask {
  overflow: hidden;
}

.section.post-top-section {
  padding-top: 184px;
}

.section.media-promo-section {
  height: 90vh;
  max-height: 920px;
  min-height: 600px;
  background-color: #000;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.section.borders {
  border-top: 1px solid rgba(255, 255, 255, .12);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.section.start1 {
  background-image: url('../images/5_Aushub-EFH-mit-Aufbereitung-Felsmaterial-mit-Brechanlage.jpg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 300px;
  padding-bottom: 300px;
}

.section.start1.garten {
  background-image: url('../images/SYUR7326.JPG');
  background-position: 50% 65%;
  background-size: cover;
  background-attachment: scroll;
}

.wrapper {
  z-index: 1;
  width: 100%;
  max-width: 1250px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
}

._404-page {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/siravit-phiwondee-MhPJdWYWbWI-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

._404-page-info {
  z-index: 1;
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
  position: relative;
}

.password-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.no-margin {
  margin: 0;
}

.intro {
  z-index: 1;
  max-width: 580px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: relative;
}

.intro.left {
  text-align: left;
  align-items: flex-start;
  margin-left: 10px;
}

.intro.wide {
  max-width: 800px;
}

.text-label {
  color: rgba(255, 255, 255, .5);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
}

.text-label.white {
  color: #fff;
}

.link-white {
  color: #fff;
  text-decoration: none;
  transition: color .4s;
}

.link-white:hover {
  color: #ffa61e;
}

.footer-bottom {
  width: 100%;
  color: rgba(255, 255, 255, .3);
  justify-content: flex-start;
  align-items: center;
  padding: 3vw 5vw;
  font-size: 11px;
  line-height: 16px;
  display: flex;
  position: relative;
}

.page-wrapper {
  min-height: 100vh;
  position: relative;
}

.page-wrapper.sg-wrapper {
  margin-left: 270px;
}

.changelog {
  width: 66.66%;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  display: block;
}

.change-icon {
  width: 40px;
  height: 40px;
  color: #fff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.tooltip {
  z-index: 2;
  max-width: 200px;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #232427;
  border: 1px solid #232427;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.tooltip.change-tooltip {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #161719;
  border-style: none;
  margin-bottom: 22px;
  padding-right: 8px;
  font-size: 11px;
}

.tooltip.page-link-tooltip {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 6px;
  padding: 2px 8px 2px 7px;
  display: none;
  bottom: auto;
  left: 100%;
}

.change {
  border: 1px solid rgba(255, 255, 255, .12);
  align-items: center;
  margin-bottom: 16px;
  padding: 32px;
  display: flex;
}

.change-text {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
}

.licence-items {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.licence-item {
  background-color: #232427;
  align-items: center;
  margin-bottom: 24px;
  padding: 40px;
  display: flex;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .3);
}

.licence-item-info {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-top: 8px;
  padding-bottom: 16px;
  padding-left: 40px;
  display: flex;
}

.button {
  height: 48px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-style: none;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 12px 28px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: box-shadow .6s, box-shadow .6s, border-color .6s, color .6s, background-color .6s;
  display: flex;
  box-shadow: inset 0 0 0 2px #fff;
}

.button:hover, .button.filled {
  color: #161719;
  background-color: #fff;
}

.button.filled:hover {
  color: #fff;
  background-color: #ffa61e;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0);
}

.button.ghost {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 2px #fff;
}

.button.ghost:hover {
  color: #fff;
  background-color: #ffa61e;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
}

.button.small {
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  line-height: 16px;
}

.button.password-button {
  margin-top: 32px;
}

.button.footer-button {
  display: none;
}

.button.zertifizierung {
  width: 50%;
  box-shadow: inset 0 0 0 2px #ffa61e;
}

.button.zertifizierung.download {
  width: 20%;
  float: right;
  margin-top: 20px;
  margin-bottom: 15px;
  margin-right: 40px;
  display: block;
}

.sg-button-wrapper {
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .12);
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40px;
  padding: 60px 16%;
  display: flex;
  position: relative;
}

.sg-button-wrapper.dark-bg {
  box-shadow: none;
  background-color: #161719;
}

.sg-buttons {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.sg-sidebar {
  z-index: 10;
  width: 270px;
  color: #fff;
  background-color: #232427;
  padding-bottom: 104px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.sg-sidebar-heading {
  align-items: center;
  padding: 32px;
  display: flex;
}

.sg-sidebar-menu {
  border-top: 1px solid rgba(255, 255, 255, .12);
  flex-direction: column;
  align-items: stretch;
  padding-top: 40px;
  display: flex;
}

.sg-sidebar-link {
  width: 100%;
  color: #fff;
  letter-spacing: normal;
  padding: 16px 32px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: box-shadow .3s, background-color .3s;
}

.sg-sidebar-link:hover {
  background-color: rgba(255, 255, 255, .03);
}

.sg-sidebar-link.w--current {
  background-color: #161719;
  box-shadow: inset 3px 0 #ffa61e;
}

.sg-back-link {
  height: 72px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #232427;
  border-top: 1px solid rgba(255, 255, 255, .12);
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 11px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: color .4s, background-color .4s, border-color .4s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sg-back-link:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .03);
  border-color: #232427;
}

.style-block {
  width: 100%;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}

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

.nav-link-3 {
  height: 48px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link-3.w--current {
  color: #fff;
}

.nav-link-3.w--open {
  justify-content: center;
  align-items: center;
  left: auto;
  right: auto;
}

.nav-dropdown {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}

.text-grey {
  color: rgba(255, 255, 255, .5);
  text-align: center;
  padding-bottom: 0;
}

.text-grey.links {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.text-grey.links.info {
  font-size: 17px;
  font-weight: 500;
}

.bg-image {
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: .65;
  object-fit: cover;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bg-image.post-image {
  height: 160%;
  opacity: .8;
}

.bg-image.cta-image {
  opacity: .45;
}

.bg-image.baggerbg {
  display: block;
}

.breadcrumbs {
  z-index: 1;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  display: flex;
  position: relative;
}

.post-card-info {
  color: rgba(255, 255, 255, .5);
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  padding: 12px 16px;
  font-size: 13px;
  line-height: 16px;
  display: flex;
}

.input {
  height: 48px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 15px;
  line-height: 24px;
  transition: border-color .6s, background-color .6s;
  overflow: hidden;
}

.input:hover {
  border-color: rgba(22, 23, 25, .6) rgba(22, 23, 25, .6) #fff;
}

.input:focus {
  border-color: #ffa61e;
}

.input::-ms-input-placeholder {
  color: rgba(255, 255, 255, .5);
}

.input::placeholder {
  color: rgba(255, 255, 255, .5);
}

.input.text-area {
  min-height: 200px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.input.search-input {
  height: 64px;
  margin: 0;
  padding-left: 12px;
  padding-right: 48px;
  font-size: 17px;
  line-height: 28px;
}

.input.password-input {
  text-align: center;
}

.input.hidden {
  display: none;
}

.nav-category-link {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: -1px;
  padding: 36px 18px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: color .6s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
}

.nav-category-link:hover {
  color: #fff;
}

.nav-category-link.w--current {
  color: #fff;
  box-shadow: inset 0 -2px #ffa61e;
}

.form-success {
  color: #ffa61e;
  background-color: rgba(232, 152, 92, .04);
  border: 1px solid #ffa61e;
  border-radius: 100px;
  padding: 11px 28px;
  font-size: 15px;
  line-height: 24px;
}

.form-error {
  color: #f02b41;
  background-color: rgba(240, 43, 65, .06);
  border: 1px solid #f02b41;
  border-radius: 20px;
  margin-top: 20px;
  padding: 7px 12px;
  font-size: 12px;
  line-height: 16px;
}

.form-error.text-center {
  background-color: rgba(240, 43, 65, .04);
  border-color: #f02b41;
}

.social-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 10px;
  transition: background-color .6s, border-color .6s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.social-button:hover {
  background-color: #ffa61e;
}

.social-button.twitter:hover {
  background-color: #2aa3f0;
}

.social-button.facebook:hover {
  background-color: #3b5998;
}

.social-button.instagram:hover {
  background-color: #f83f5a;
}

.social-button.vimeo:hover {
  background-color: #1ab7ea;
}

.social-button.youtube:hover {
  background-color: #fc0d1c;
}

.social-button.linkedin:hover {
  background-color: #2b66bc;
}

.tags {
  max-width: 620px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sidebar-instagram-link {
  background-color: #ffa61e;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.divider {
  width: 100px;
  height: 2px;
  background-color: #79ca1d;
  margin-top: 4px;
  margin-bottom: 24px;
}

.divider.no-margin-bottom {
  background-color: #2b66bc;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.divider.no-margin-bottom.orange {
  background-color: #bf894e;
}

.divider.no-margin-bottom.orange.blue {
  background-color: #79ca1d;
}

.divider.no-margin-bottom.ornage, .divider.ornage {
  background-color: #ffa61e;
}

.divider.ornage.blue {
  background-color: #79ca1d;
}

.divider.braun {
  background-color: #bf894e;
}

.inline-links {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.inline-links.left {
  justify-content: flex-start;
}

.text-big {
  color: rgba(255, 255, 255, .5);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 17px;
  line-height: 30px;
}

.no-padding {
  padding: 0;
}

.card {
  min-height: 456px;
  color: #fff;
  background-color: #161719;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 88px 32px 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.counters {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid rgba(255, 255, 255, .12);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
  position: relative;
  overflow: hidden;
}

.counter {
  height: 248px;
  max-height: 20vw;
  text-align: center;
  background-color: #161719;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 16%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: -1px 0 rgba(255, 255, 255, .12);
}

.counter-number {
  z-index: 1;
  letter-spacing: normal;
  font-size: 52px;
  font-weight: 600;
  line-height: 64px;
  position: relative;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.instagram-feed {
  z-index: 2;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  padding: 0;
  display: grid;
  position: relative;
}

.instagram-photo {
  color: #fff;
  background-image: url('../images/1_Großbaustelle.jpg');
  background-position: 0 0;
  background-size: auto;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.subscribe-form {
  width: 100%;
  min-width: 570px;
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  display: grid;
}

.service {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 65px 10%;
  text-decoration: none;
  transition: border-color .6s;
  display: flex;
  position: relative;
  box-shadow: 1px 1px rgba(255, 255, 255, .12);
}

.service:hover {
  z-index: 1;
}

.service.whitebg {
  background-color: rgba(22, 23, 25, .42);
}

.service.whitebg.margin {
  box-shadow: none;
  background-color: rgba(255, 255, 255, .93);
  margin-left: 10px;
  margin-right: 10px;
  transition: none;
  display: flex;
}

.side-info {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.side-info.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 144px;
}

.marker-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-top: -4px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: color .6s;
  display: flex;
  position: relative;
}

.marker-link:hover {
  color: #ffa61e;
}

.marker-link.margin-top {
  margin-top: 20px;
}

.testimonial {
  z-index: 1;
  height: auto;
  max-width: 570px;
  background-color: #161719;
  margin: 7vh;
  padding: 48px;
  position: relative;
}

.testimonial.ornage {
  background-color: #ffa61e;
}

.review-v2-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  flex: none;
  margin-right: 16px;
}

.footer {
  width: 100%;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.footer-nav {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 3vw 5vw;
  display: flex;
}

.footer-v1-link {
  color: #fff;
  margin-top: 1vw;
  margin-bottom: 1vw;
  margin-right: 3vw;
  font-size: 1.3vw;
  font-weight: 500;
  line-height: 1.8vw;
  text-decoration: none;
  transition: color .3s;
}

.footer-v1-link:hover {
  color: #ffa61e;
}

.counter-text {
  z-index: 1;
  color: rgba(255, 255, 255, .5);
  margin-top: 4px;
  font-size: 17px;
  line-height: 28px;
  position: relative;
}

.footer-bottom-divider {
  width: 3px;
  height: 3px;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 50%;
  margin-left: 8px;
  margin-right: 8px;
}

.protected-page {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/close-up-photography-of-leaves-with-droplets-807598.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 9% 40px;
  display: flex;
}

.password-card {
  min-width: 470px;
  background-color: #161719;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
  padding: 80px;
  display: flex;
  box-shadow: 0 12px 36px rgba(0, 0, 0, .3);
}

.password-heading {
  margin-bottom: 28px;
}

.search {
  align-items: stretch;
  margin-top: 65px;
  margin-bottom: 64px;
  display: flex;
}

.search-result-card {
  color: #fff;
  background-color: #161719;
  border: 1px solid rgba(255, 255, 255, .12);
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 40px;
  padding: 24px 24px 64px;
  text-decoration: none;
  transition: background-color .6s;
  display: flex;
  position: relative;
}

.search-result-heading {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 12px;
  text-decoration: none;
}

.contact {
  flex: 1;
  margin-bottom: 0;
}

.contact-form {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-post-text p {
  color: rgba(255, 255, 255, .5);
  margin-bottom: 32px;
  font-size: 17px;
  line-height: 32px;
}

.blog-post-text a {
  color: #ffa61e;
  text-decoration: none;
  transition: color .15s;
}

.blog-post-text a:hover {
  text-decoration: underline;
}

.blog-post {
  flex: 1;
  margin-left: 8.33%;
  margin-right: 8.33%;
  padding-top: 120px;
  padding-left: 53px;
  padding-right: 53px;
  position: relative;
}

.testimonials-arrow {
  width: 60px;
  height: 64px;
  color: #151515;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-right: 40px;
  padding-left: 12px;
  padding-right: 20px;
  display: flex;
  bottom: 0;
  right: 0;
}

.media-info {
  z-index: 2;
  color: #fff;
  background-color: rgba(22, 23, 25, .6);
  align-items: center;
  padding: 20px 24px 19px;
  font-size: 13px;
  line-height: 20px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-underline {
  z-index: 1;
  width: 12px;
  height: 1px;
  background-color: #ffa61e;
  margin-left: 0;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.heading-margin-big {
  margin-bottom: 67px;
  padding-top: 28px;
  font-family: Oswald, sans-serif;
}

.review-v2-text {
  flex: 1;
}

.review-v2-text p {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 28px;
}

.review-v2-text strong {
  color: #ffa61e;
  background-color: rgba(255, 255, 255, .04);
  padding-left: 3px;
  padding-right: 3px;
  font-weight: 400;
}

.checkbox {
  margin-right: 8px;
  font-size: 20px;
}

.checkbox-field {
  margin-bottom: 0;
}

.services {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid rgba(255, 255, 255, .12);
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

.services._3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-width: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.subscribe {
  z-index: 2;
  max-width: 770px;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 88px;
  padding-bottom: 88px;
  display: flex;
  position: relative;
}

.post-first-letter {
  float: left;
  color: #ffa61e;
  margin-top: 8px;
  margin-right: 12px;
  font-size: 64px;
  font-weight: 500;
  line-height: 48px;
}

.work-v3 {
  height: 33vw;
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.work-v2-thumb {
  height: 100%;
  color: #161719;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.work-v1 {
  height: 528px;
  max-height: 46vw;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.work-presentation {
  padding-left: 15px;
  padding-right: 15px;
}

.work-presentation p {
  max-width: 770px;
  color: rgba(255, 255, 255, .5);
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  line-height: 32px;
}

.work-presentation h2, .work-presentation h1, .work-presentation h3 {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.work-presentation blockquote {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.work-presentation h4, .work-presentation h5, .work-presentation ul, .work-presentation h6, .work-presentation ol {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.work-presentation a {
  color: #ffa61e;
  text-decoration: none;
  transition: color .15s;
}

.work-presentation a:hover {
  text-decoration: underline;
}

.work-presentation figure {
  margin-top: 72px;
  margin-bottom: 72px;
}

.work-presentation figcaption {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.sg-button-info {
  color: rgba(22, 23, 25, .8);
  margin-left: auto;
  margin-right: auto;
  font-size: 11px;
  line-height: 16px;
  display: block;
  position: absolute;
  bottom: -28px;
  left: 12px;
  right: 12px;
}

.nav-work-link {
  z-index: 3;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2vh;
  padding-bottom: 2vh;
  font-size: 6vh;
  font-weight: 600;
  line-height: 8vh;
  text-decoration: none;
  transition: letter-spacing .6s, color .6s;
  display: flex;
  position: relative;
}

.nav-work-link:hover {
  color: #ffa61e;
  letter-spacing: .4vh;
}

.menu-icon-line-top {
  height: 2px;
  background-color: #fff;
  margin-bottom: 6px;
}

.menu-icon-line-bottom {
  height: 2px;
  background-color: #fff;
}

.nav-social {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -8px;
  display: flex;
}

.team-card {
  height: 372px;
  max-height: 30vw;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.skill-bar {
  width: 100%;
  height: 4px;
  background-color: rgba(22, 23, 25, .2);
  margin-bottom: 8px;
}

.empty-state {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.side-nav-link {
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, .5);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  margin-bottom: 6px;
  transition: transform .3s, box-shadow .4s, border-color .4s, height .4s, width .4s, background-color .4s;
  display: flex;
  position: relative;
}

.side-nav-link:hover {
  background-color: #fff;
  transform: scale(1.25);
}

.side-nav-link.w--current {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: inset 0 0 0 5px #ffa61e;
}

.icon {
  z-index: 1;
  width: 100px;
  flex: none;
  margin-bottom: 24px;
  position: relative;
}

.icon._3 {
  width: 120px;
}

.icon._5 {
  width: 150px;
}

.icon._6, .icon._1 {
  width: 120px;
}

.icon.image-4 {
  width: 90px;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.icon.text-span-5, .icon._1-2 {
  width: 120px;
}

.icon._4-4 {
  width: 115px;
  margin-bottom: 10px;
}

.icon._4-5 {
  width: 110px;
}

.page-intro {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-top: 2vw;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.page-link {
  height: 21px;
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 4px 8px 3px 10px;
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
  transition: color .6s, background-color .6s;
  display: flex;
  position: relative;
}

.page-link:hover {
  color: #161719;
  background-color: #fff;
}

.page-link.current {
  cursor: default;
}

.page-link.current:hover {
  color: #fff;
  background-color: rgba(22, 23, 25, 0);
}

.breadcrumbs-divider {
  width: 3px;
  height: 3px;
  background-color: rgba(255, 255, 255, .5);
  border-radius: 50%;
  margin-left: 8px;
  margin-right: 8px;
}

.post-card-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.post-card-heading {
  text-transform: capitalize;
  flex: 1;
  margin-bottom: 0;
}

.nav-categories {
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-category-list {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.post-card {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 64px;
  padding-left: 53px;
  padding-right: 53px;
  text-decoration: none;
  transition: transform .6s;
  display: block;
}

.post-card-thumb {
  height: 480px;
  max-height: 40vw;
  background-color: #161719;
  flex: none;
  position: relative;
  overflow: hidden;
}

.post-card-content {
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.hero-v3-work-card {
  width: 100%;
  height: 100%;
  perspective-origin: 0 0;
  color: #fff;
  background-color: #161719;
  justify-content: center;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 11px 36px rgba(0, 0, 0, .3);
}

.post-card-date {
  margin-right: 4px;
}

.pagination {
  margin-top: 48px;
}

.subscribe-section {
  background-color: #161719;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

.subscribe-heading {
  z-index: 1;
  margin-top: 12px;
  margin-bottom: 4px;
  font-family: Oswald, sans-serif;
  position: relative;
}

.clients-section {
  z-index: 1;
  width: 100%;
  background-color: #161719;
  border-top: 1px solid rgba(255, 255, 255, .12);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.client {
  height: 12vw;
  flex: 1;
  justify-content: center;
  align-items: center;
  transition: background-color .6s;
  display: flex;
  box-shadow: 1px 1px rgba(255, 255, 255, .12);
}

.client-logo {
  height: 20%;
  min-height: 24px;
}

.plus-icon-line-2 {
  width: 20px;
  height: 2px;
  background-color: #ffa61e;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.accordion-header {
  justify-content: flex-end;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.accordion-info {
  height: auto;
  padding-left: 68px;
}

.accordion-card {
  cursor: pointer;
  overflow: hidden;
}

.plus-icon {
  width: 48px;
  height: 48px;
  border: 2px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.accordion-cards {
  flex: 1;
  margin-bottom: 32px;
}

.plus-icon-line-1 {
  width: 20px;
  height: 2px;
  background-color: #ffa61e;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: rotate(-90deg);
}

.accordion-text {
  color: rgba(255, 255, 255, .5);
  padding-bottom: 32px;
}

.accordion-heading {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
}

.licence-heading {
  margin-bottom: 16px;
}

.footer-email-link {
  color: #fff;
  margin-top: 4px;
  margin-bottom: 4px;
  text-decoration: none;
  transition: color .4s;
  display: inline-block;
}

.footer-email-link:hover {
  color: #ffa61e;
}

.subscribe-form-block {
  z-index: 1;
  flex: 1;
  margin-bottom: 0;
  position: relative;
}

.search-result-url {
  width: 100%;
  color: rgba(255, 255, 255, .5);
  border-top: 1px solid rgba(255, 255, 255, .12);
  align-items: center;
  padding: 8px 24px;
  font-size: 11px;
  line-height: 24px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-text-small {
  color: rgba(255, 255, 255, .5);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  line-height: 16px;
  display: flex;
}

.sidebar-view-icon {
  width: 24px;
  margin-left: -4px;
  margin-right: 8px;
}

.main-grid {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.search-result-image {
  width: 200px;
  height: 144px;
  background-color: #232427;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
}

.search-result-info {
  flex: 1;
  padding-left: 24px;
}

.search-result-arrow {
  margin-top: -2px;
  margin-right: 8px;
  font-size: 15px;
}

.list-dropdown {
  flex-wrap: wrap;
  display: flex;
}

.list-dropdown-heading {
  display: none;
}

.back-to-top, .top {
  height: 0;
}

.top-button {
  z-index: 100;
  width: auto;
  height: 32px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #232427;
  border-radius: 20px;
  justify-content: flex-end;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  transition: color .6s, background-color .6s;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 16px;
  left: auto;
  right: 16px;
}

.top-button:hover {
  color: #161719;
  background-color: #fff;
}

.flex-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.page-heading {
  z-index: 2;
  letter-spacing: .5vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2vw;
  font-size: 8vw;
  line-height: 8vw;
  position: relative;
}

.preloader {
  z-index: 10000;
  background-color: #161719;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.loading-icon {
  z-index: 1;
  width: 24px;
  position: relative;
}

.blog-tags {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: -8px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 0;
  padding-bottom: 24px;
  display: flex;
}

.first-letter {
  float: left;
  color: #ffa61e;
  margin-top: 4px;
  margin-right: 10px;
  font-size: 54px;
  line-height: 40px;
}

.step {
  border-top: 1px solid #232427;
  border-bottom: 1px solid #232427;
  margin-bottom: -1px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.text-link {
  color: #ffa61e;
  text-decoration: none;
}

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

.text-link.green {
  color: #ffa61e;
}

.text-link.blue {
  color: #1ab7ea;
}

.page-bg-text {
  color: #232427;
  text-align: center;
  letter-spacing: 18px;
  text-transform: uppercase;
  padding-left: 16px;
  font-size: 200px;
  font-weight: 700;
  line-height: 170px;
  position: absolute;
  top: 21%;
}

.footer-left {
  width: 33.33%;
  border-right: 1px solid rgba(255, 255, 255, .12);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 5vw;
  display: flex;
}

.footer-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.footer-bottom-link {
  color: rgba(255, 255, 255, .5);
  text-decoration: none;
  transition: color .4s;
}

.footer-bottom-link:hover {
  color: #fff;
}

.post-cards {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 8.33%;
  padding-right: 8.33%;
  display: block;
}

.post-card-category {
  margin-left: 4px;
}

.marker {
  width: 40px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 9px;
  display: flex;
  position: relative;
}

.marker-link-text {
  margin-left: 16px;
  padding-top: 2px;
  font-family: Oswald, sans-serif;
}

.icon-box {
  width: 88px;
  height: 88px;
  background-color: #161719;
  border: 2px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
  position: relative;
}

.promo-images-2 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.collection-item {
  width: 100%;
}

.post-top-info {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16.66%;
  padding-right: 16.66%;
  display: flex;
}

.nav-works-button {
  width: 48px;
  height: 48px;
  cursor: pointer;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.instagram-hover-icon {
  width: 24px;
  height: 24px;
  background-image: url('../images/instagram-icon-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 1px;
}

.instagram-hover-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.instagram-hover-label {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 9px;
  font-weight: 500;
  line-height: 16px;
}

.text-huge {
  font-family: Oswald, sans-serif;
  font-size: 28px;
  line-height: 40px;
}

.text-huge.bagger {
  font-family: Oswald, sans-serif;
  font-size: 40px;
}

.text-huge.maschine {
  color: #bf894e;
  margin-bottom: -8px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-huge.maschine.sascha {
  font-size: 28px;
}

.text-highlighted {
  color: #ffa61e;
  background-color: rgba(255, 166, 30, .05);
  padding-left: 4px;
  padding-right: 4px;
}

.text-colored {
  color: #bf894e;
}

.text-colored.ornage, .text-colored.orange {
  color: #ffa61e;
}

.text-colored.blue {
  color: #3b5998;
}

.gallery {
  width: 128vw;
  justify-content: center;
  align-items: center;
  margin-left: -14vw;
  padding: 60px 4vw;
  display: flex;
}

.gallery-link {
  flex: 1;
  margin-left: 1.2vw;
  margin-right: 1.2vw;
  box-shadow: 0 12px 36px rgba(0, 0, 0, .5);
}

.marker-line-1 {
  width: 100%;
  height: 2px;
  background-color: #79ca1d;
  position: absolute;
}

.marker-line-1.orange {
  background-color: #ffa61e;
}

.marker-line-1.orange.green {
  background-color: #79ca1d;
}

.marker-line-1.orange.blue {
  background-color: #1ab7ea;
}

.marker-line-2 {
  width: 2px;
  height: 100%;
  background-color: #79ca1d;
  position: absolute;
}

.marker-line-2.orange {
  background-color: #ffa61e;
}

.marker-line-2.orange.green {
  background-color: #79ca1d;
}

.marker-line-2.orange.blue {
  background-color: #1ab7ea;
}

.review-v2-author {
  flex: 1;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 12px;
}

.review-v2-info {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.review-v2-name {
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}

.review-v2-bio {
  color: rgba(255, 255, 255, .5);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 16px;
}

.select-field {
  height: 100%;
  color: rgba(255, 255, 255, .5);
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -7px;
  font-size: 15px;
  line-height: 24px;
  position: relative;
}

.link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 -1px rgba(255, 255, 255, .12);
}

.top-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 8px;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
}

.top-icon {
  margin-bottom: 9px;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  transform: rotate(-90deg);
}

.promo-social-line {
  width: 120px;
  height: 1px;
  background-color: #fff;
  margin-top: -1px;
  margin-left: 20px;
  margin-right: 20px;
}

.marker-icon {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.tags-heading {
  margin-bottom: 24px;
}

.feature-step-line {
  z-index: 1;
  width: 32%;
  height: 1px;
  opacity: .3;
  background-color: #fff;
  margin-top: 40px;
  margin-right: -16%;
  position: absolute;
  top: 0;
  right: 0;
}

.contact-blocks {
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, .12);
  flex: 0 auto;
  margin-left: 12%;
  margin-right: 12%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.inline-block {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-right: -1px;
  padding: 24px 1%;
  display: flex;
  box-shadow: 1px 0 rgba(255, 255, 255, .12);
}

.promo-image-3 {
  z-index: 2;
  width: 70%;
  margin-left: 0;
  margin-right: auto;
  position: relative;
  left: -50px;
  right: auto;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .3);
}

.promo-image-4 {
  z-index: 3;
  width: 80%;
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  bottom: 61.2917px;
  right: -200px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, .4);
}

.floating-tooltip {
  z-index: 1000;
  transform-origin: 0 0;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: rgba(22, 23, 25, .8);
  margin-top: 20px;
  margin-left: 6px;
  padding: 8px 10px 8px 12px;
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(0, 93vh);
}

.contact-v1-link {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  margin-top: -12px;
  margin-bottom: 40px;
  padding-top: 8px;
  text-decoration: none;
  position: relative;
}

.contact-block-info {
  font-size: 20px;
  line-height: 28px;
}

.hire-form-label {
  text-align: right;
  margin-bottom: 0;
  font-weight: 500;
}

.hire-form-label.text-area-label {
  margin-top: 16px;
}

.hire-form {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  border: 1px solid rgba(255, 255, 255, .12);
  grid-template-rows: auto auto;
  grid-template-columns: 40% 1fr;
  grid-auto-columns: 1fr;
  margin-top: -16px;
  margin-left: auto;
  margin-right: auto;
  padding: 88px;
  display: grid;
}

.hire {
  max-width: 970px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
}

.intro-text-big {
  margin-top: 4px;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 36px;
}

.contact-v3-placeholder {
  height: 100%;
}

.side-media-box {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(0, 0, 0, .3);
}

.password-info {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.moving-image {
  z-index: 1;
  width: 102%;
  height: 102%;
  max-width: none;
  object-fit: cover;
  margin-top: -1%;
  margin-left: -1%;
  display: block;
  position: absolute;
}

.hover {
  z-index: 2;
  background-color: rgba(22, 23, 25, .6);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-info {
  width: 100%;
  height: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.search-button {
  width: 48px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  margin-left: -48px;
}

.links-divider {
  width: 3px;
  height: 3px;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 50%;
  margin-bottom: 4px;
  margin-left: 12px;
  margin-right: 12px;
}

.changelog-heading {
  margin-bottom: -16px;
}

.post-heading {
  text-transform: capitalize;
}

.post-category {
  color: rgba(255, 255, 255, .5);
  margin-left: 4px;
  text-decoration: none;
  transition: color .6s;
}

.post-category:hover {
  color: #fff;
}

.tag {
  height: 28px;
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 40px;
  margin: 4px;
  padding: 5px 12px 5px 14px;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: border-color .6s, background-color .6s;
  display: inline-block;
}

.tag:hover {
  color: #161719;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0);
}

.post-tags-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.post-tags {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.progress-bar {
  z-index: 101;
  width: 100%;
  height: 2px;
  margin-top: 0;
  position: fixed;
}

.progress {
  width: 20%;
  height: 100%;
  background-color: #ffa61e;
}

.cta-bg-text {
  color: rgba(121, 202, 29, .6);
  text-align: center;
  letter-spacing: 22px;
  text-transform: uppercase;
  margin-top: -8px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  font-family: Oswald, sans-serif;
  font-size: 200px;
  font-weight: 700;
  line-height: 170px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta-bg-text.bagger {
  color: rgba(191, 137, 78, .6);
  margin-top: 0;
}

.cta-bg-text.bau {
  color: rgba(59, 89, 152, .68);
  margin-top: 153px;
}

.work-v2 {
  height: 352px;
  max-height: 29vw;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.quote-intro {
  z-index: 1;
  max-width: 770px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.quote-author {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.quote-avatar {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  margin-right: 16px;
  padding: 8px;
}

.quote-author-name {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.quote-author-bio {
  color: rgba(255, 255, 255, .5);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
}

.image-full-width {
  width: 100%;
  max-width: 90%;
  margin-top: 0;
}

.image-full-width.erd {
  max-width: 100%;
}

.quote-author-v2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.subscribe-info {
  margin-bottom: 21px;
  font-family: Oswald, sans-serif;
}

.side-info-image {
  width: 100%;
  margin-bottom: 24px;
}

.signature {
  height: 52px;
  margin-top: 28px;
}

.portfolio-button-2 {
  z-index: 10;
  width: 60px;
  height: 60px;
  background-color: #ff7b3e;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: 24px;
  transition: background-color .6s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.nav-link-image {
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: none;
  opacity: 1;
  object-fit: cover;
  transition: opacity .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-button {
  z-index: 10;
  width: 56px;
  height: 56px;
  color: #fff;
  border-radius: 50%;
  padding: 15px 16px;
  font-weight: 700;
}

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

.logo-text-2 {
  width: auto;
  height: auto;
  min-height: 70px;
  min-width: 160px;
  letter-spacing: 5px;
  background-image: url('../images/Gartenbau_grün.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-top: -2px;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.logo-text-2.baggerbetrieb, .logo-text-2.baggerbetrieb._123 {
  background-image: url('../images/Baggerbetrieb_STAIGER_web.png');
}

.logo-text-2.baggerbetrieb._123.schloss {
  background-image: url('../images/3.png');
}

.logo-text-2.baggerbetrieb.erdbau {
  background-image: url('../images/3.png');
  background-size: cover;
  padding-right: 0;
}

.logo-text-2.baudienstleistung {
  background-image: url('../images/4.png');
}

.logo-text-2.schlosser {
  background-image: url('../images/3.png');
}

.logo-text-2.garten {
  background-image: url('../images/Gartenbau_grün.png');
}

.logo-text-2.erd {
  min-height: 80px;
  min-width: 200px;
  background-image: url('../images/Gartenbau_blau.png');
}

.button-2 {
  height: 48px;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #ff7b3e;
  background-image: none;
  border-style: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 12px 20px 12px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: box-shadow .6s, border-color .6s, color .6s, background-color .6s;
  display: flex;
}

.button-2:hover {
  background-color: #d1612d;
}

.button-2.ghost {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .5);
}

.button-2.ghost:hover {
  color: #151515;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
}

.navigation {
  z-index: 10;
  height: 100%;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-left: 20px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.logo-description-2 {
  letter-spacing: 2.2px;
  text-transform: uppercase;
  margin-top: 2px;
  margin-left: 1px;
  font-size: 9px;
  line-height: 16px;
}

.menu-icon {
  width: 24px;
  float: right;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 8px;
  padding-bottom: 8px;
}

.nav-bar {
  z-index: 100;
  width: 100%;
  height: 112px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-content {
  min-height: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.nav-wrapper {
  height: 100vh;
  max-height: 100vh;
  background-color: #151515;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.nav-link {
  z-index: 5;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 2.2vh 0;
  font-size: 6vh;
  font-weight: 700;
  line-height: 6vh;
  text-decoration: none;
  transition: color .6s;
  position: relative;
}

.nav-link:hover {
  color: #ffa61e;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.w--current:hover {
  color: #ffa61e;
}

.nav-link.w--open {
  justify-content: center;
  align-items: center;
  left: auto;
  right: auto;
}

.brand {
  z-index: 101;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 32px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.nav-bar-info {
  z-index: 101;
  justify-content: flex-end;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.logo {
  height: 44px;
}

.logo-info {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 16px;
  display: flex;
}

.follow {
  z-index: 5;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 20px 8px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: 20px;
  right: auto;
}

.follow-button {
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.follow-icon {
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.follow-text {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.follow-link {
  width: 48px;
  height: 48px;
  color: #fff;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  transition: color .6s, background-color .6s, border-color .6s;
  display: flex;
}

.follow-link:hover {
  background-color: #fff;
}

.follow-link.twitter:hover {
  background-color: #2aa3f0;
}

.follow-link.facebook:hover {
  background-color: #3b5998;
}

.follow-link.instagram:hover {
  background-color: #f83f5a;
}

.follow-link.youtube:hover {
  background-color: #fc0d1c;
}

.follow-link.vimeo:hover {
  background-color: #1ab7ea;
}

.follow-link.linkedin:hover {
  background-color: #2b66bc;
}

.follow-links {
  flex-wrap: wrap;
  align-items: center;
  margin-left: -12px;
  display: flex;
}

.slider {
  height: 100vh;
  background-color: #000;
  background-image: none;
}

.slider-nav {
  display: none;
}

.slider-button {
  width: 56px;
  height: 56px;
  border: 2px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
  font-size: 22px;
  transition: color .6s, background-color .6s, border-color .6s;
  display: none;
  top: auto;
  bottom: 24px;
  left: auto;
  right: 20px;
}

.slider-button:hover {
  color: #161719;
  background-color: #fff;
}

.slider-button.left {
  right: 76px;
}

.slide {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.slide-content {
  z-index: 5;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  padding: 4vh 2vw;
  display: flex;
  position: relative;
}

.slide-heading {
  margin-bottom: 1vw;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 5vw;
  line-height: 5vw;
}

.slide-numbers {
  z-index: 5;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  font-size: 13px;
  line-height: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-number {
  width: 20px;
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.slide-number-divider {
  width: 1px;
  height: 24px;
  background-color: #fff;
  margin-left: 10px;
  margin-right: 10px;
}

.text-wrapper {
  overflow: hidden;
}

.nav-links {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 11vw;
  padding-right: 11vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-info {
  width: 50%;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 11vw;
  padding-right: 11vw;
  font-size: 13px;
  line-height: 20px;
  display: flex;
}

.nav-info-text {
  color: rgba(255, 255, 255, .5);
  margin-top: -4px;
  margin-bottom: 12px;
}

.nav-info-link {
  color: #fff;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 17px;
  line-height: 24px;
  text-decoration: none;
  transition: color .4s;
}

.nav-info-link:hover {
  color: #ffa61e;
}

.nav-follow-text {
  color: rgba(255, 255, 255, .5);
  margin-top: 39px;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.footer-contact-heading {
  margin-top: 8px;
  margin-bottom: 16px;
}

.pagination-arrow {
  width: 20px;
  height: 18px;
  margin-top: -2px;
  font-size: 20px;
}

.follow-icon-line {
  width: 12px;
  height: 2px;
  background-color: #161719;
  position: absolute;
}

.follow-icon-line.vertical {
  width: 2px;
  height: 12px;
}

.work-card-name {
  margin-top: .8vw;
  font-size: 1.4vw;
  font-weight: 500;
  line-height: 1.5vw;
}

.work-card {
  color: #fff;
  text-align: center;
  background-color: #161719;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding: 4vw;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.work-card:hover {
  background-color: #232427;
}

.work-cards {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 2vw;
  padding-right: 2vw;
  display: grid;
}

.work-card-item {
  width: 100%;
  flex-direction: column;
  display: block;
}

.work-card-image {
  width: auto;
  height: auto;
  max-height: 100%;
  margin-bottom: 2vw;
}

.works {
  flex: 1;
}

.work-card-category {
  color: rgba(255, 255, 255, .3);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
}

.all-posts-text {
  margin-left: 5px;
}

.loading-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 12px;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

.loading {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
}

.contact-form-block {
  margin-left: 12%;
  margin-right: 12%;
  padding-top: 8px;
}

.post-info {
  color: rgba(255, 255, 255, .5);
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  padding: 12px 16px;
  font-size: 13px;
  line-height: 16px;
  display: flex;
}

.follow-icon-wrapper {
  width: 38px;
}

.nav-link-text {
  z-index: 3;
  font-size: 5vh;
  position: relative;
}

.nav-link-text._2 {
  color: #bf894e;
}

.nav-link-text._3 {
  color: #3b5998;
}

.nav-link-text._4 {
  color: #79ca1d;
}

.nav-link-text._5 {
  color: #ffa61e;
}

.nav-link-text.braun {
  color: #bf894e;
}

.nav-link-text.blau {
  color: #3b5998;
}

.nav-link-text.gr-n {
  color: #79ca1d;
}

.nav-link-text.orange {
  color: #ffa61e;
}

.nav-link-text.datenschutz, .nav-link-text.impressum {
  font-size: 2vh;
}

.nav-link-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.scroll-link {
  z-index: 5;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: background-color .6s, color .6s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.scroll-link:hover {
  color: #161719;
  background-color: #fff;
}

.scroll-link.w--current {
  transition: color .6s, background-color .6s;
}

.scroll {
  padding: 4px 10px;
}

.footer-social {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -8px;
  display: flex;
}

.nav-link-number {
  margin-top: 2.7vh;
  margin-left: -3vh;
  font-size: 1.7vh;
  line-height: 2vh;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image {
  margin-bottom: 31px;
}

.video {
  width: 100vw;
  height: 100vh;
  padding-bottom: 0;
}

.section-2 {
  width: 100vw;
  height: 100vh;
}

.bg-video {
  height: 100vh;
  -webkit-text-fill-color: inherit;
  background-color: rgba(43, 102, 188, .53);
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0) 3%, #161719 88%);
  background-position: 0 0;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading.bg {
  color: #2b66bc;
  text-align: center;
  letter-spacing: 0;
  text-indent: 0;
  border: 3px #2fb82f;
  font-family: Oswald, sans-serif;
  font-size: 120px;
  line-height: 90px;
}

.heading.bg.orange {
  color: #bf894e;
}

.heading.bg.orange.erdbau {
  color: #79ca1d;
  line-height: 120px;
}

.heading.bg.schloss {
  color: #ffa61e;
  line-height: 120px;
}

.text-span {
  color: #fff;
  line-height: 140px;
}

.paragraph {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 25px;
}

.text-span-2 {
  color: #2b66bc;
}

.text-span-2.orange {
  color: #bf894e;
}

.text-span-2.orange.blue {
  color: #79ca1d;
}

.text-span-2.ornage {
  color: #ffa61e;
}

.text-span-3 {
  color: #2b66bc;
}

.text-span-3.orange {
  color: #bf894e;
}

.text-span-3.orange.blue {
  color: #79ca1d;
}

.text-span-3.ornage {
  color: #ffa61e;
}

.body {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  object-position: 50% 50%;
  background-color: #191716;
  background-clip: border-box;
  margin-bottom: 0;
  padding-bottom: 0;
}

.image-container {
  width: 100%;
  height: 100%;
}

.image-container.third {
  background-image: url('../images/507c2a5e-a554-4130-8892-ccf231daaef9.JPG');
  background-position: 50%;
  background-size: cover;
}

.image-container.second {
  background-image: url('../images/03c34d8b-e19d-4b6e-a64b-6aceeee6ff41.JPG');
  background-position: 50%;
  background-size: cover;
}

.image-container.first {
  background-image: url('../images/152d4667-2af3-4653-8b87-3271f223264e.JPG');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.image-container.third {
  background-image: url('../images/sahand-hoseini-RnCLtXEouJE-unsplash-1.jpg');
  background-size: cover;
}

.image-container.third.vier {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .86) 20%, rgba(22, 23, 25, .15)), url('../images/4e5f611a-f9f0-4866-a595-9952c345714a.JPG');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
  position: relative;
  top: 50px;
}

.image-container.third.drei {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .86) 21%, rgba(22, 23, 25, .15)), url('../images/Metallbau.jpg');
  background-position: 0 0, 45% 0;
  background-size: auto, cover;
  position: relative;
  top: 50px;
}

.image-container.second {
  background-color: #003666;
  background-image: linear-gradient(6deg, rgba(0, 0, 0, .86) 19%, rgba(22, 23, 25, .15)), url('../images/4516540b-f318-4af8-846c-cf770fb9c79c.JPG');
  background-position: 0 0, 40%;
  background-size: auto, cover;
  position: relative;
  top: 50px;
}

.image-container.first {
  max-height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .86) 24%, rgba(22, 23, 25, .15)), url('../images/3fc23989-4792-4acb-b189-a11ec32dadb5.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: relative;
  top: 50px;
}

.arrow-read-more {
  width: 60px;
  height: 60px;
  background-color: #1f1e1e;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.first-article {
  z-index: 20;
  width: auto;
  height: 100vh;
  max-width: 1500px;
  background-color: #d4d4d4;
  flex-direction: column;
  flex: 0 auto;
  line-height: 30px;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
}

.button-close {
  z-index: 500;
  width: 55px;
  height: 55px;
  color: #fff;
  background-color: rgba(0, 0, 0, .15);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 2%;
  margin-right: 3%;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.section-content {
  z-index: 600;
  width: 50%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.card-2 {
  z-index: 2;
  width: 25%;
  height: 90%;
  max-height: 1500px;
  cursor: pointer;
  flex: none;
  position: relative;
  overflow: hidden;
}

.small-divider {
  width: 8px;
  height: 8px;
  background-color: #f56020;
  border-radius: 100%;
  margin-left: 15px;
  margin-right: 15px;
}

.small-divider.black {
  width: 8px;
  height: 8px;
  background-color: #000;
}

.scroll-type-wrapper {
  display: flex;
}

.main-heading {
  width: auto;
  max-width: 18ch;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 5px;
  padding-left: 16px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

.main-heading._1 {
  margin-bottom: 14px;
  padding-top: 95px;
  padding-bottom: 0;
  padding-left: 35px;
  font-size: 25px;
  font-weight: 200;
}

.row-scroll {
  min-width: 33vw;
  align-items: center;
  padding-right: 1vw;
  display: flex;
}

.wrap-image-content {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.inner-header-col {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-row {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15%;
  display: flex;
}

.header-row.summary {
  color: #000;
  margin-top: 5%;
}

.header-row.summary.gray {
  color: #818181;
}

.link-read-more {
  width: 100%;
  color: #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 32px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.link-read-more.white {
  color: #fff;
}

.divider-circle {
  width: 15px;
  height: 15px;
  background-color: #000;
  border-radius: 100%;
  margin-top: 15%;
  margin-bottom: 15%;
}

.divider-circle.orange {
  width: 15px;
  height: 15px;
  background-color: #f56020;
}

.divider-circle.orange.small {
  width: 8px;
  height: 8px;
  margin-left: 14px;
  margin-right: 14px;
}

.scroll-type {
  align-items: center;
  display: flex;
}

.image-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.third-article {
  width: 100%;
  height: 100vh;
  max-width: 1500px;
  background-color: #141414;
  display: block;
  position: relative;
  overflow: auto;
}

.alt-description {
  z-index: 1;
  max-width: 20ch;
  color: #ccc;
  font-size: 14px;
  position: relative;
}

.card-inner {
  z-index: 10;
  max-width: 100%;
  min-height: 70vh;
  opacity: 1;
  letter-spacing: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8) 56%);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 0%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.card-inner._2, .card-inner._3, .card-inner._4 {
  padding-bottom: 0%;
}

.xlarge-paragraph {
  color: #f56020;
  letter-spacing: -4px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Oswald, sans-serif;
  font-size: 20vh;
  font-weight: 700;
  line-height: 1.2;
}

.xlarge-paragraph.is--black {
  color: #000;
}

.link-white-2 {
  color: #fff;
}

.small-text {
  color: rgba(255, 255, 255, .7);
  letter-spacing: .03em;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.image-wrapper {
  height: 87vh;
  overflow: hidden;
}

.inner-container {
  padding: 10% 12% 15%;
}

.wrap-scrolling-text {
  min-height: 400px;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.card-details-wrapper {
  width: 100%;
  max-width: 1000px;
  margin-top: 0;
  padding-bottom: 28%;
  padding-left: 8%;
  padding-right: 8%;
  position: relative;
  top: 555px;
}

.header-text {
  color: #f56020;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: .9;
}

.header-text.black {
  color: #000;
  letter-spacing: 0;
}

.image-content {
  min-height: 100vh;
  background-color: #000;
  padding: 10%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.cap {
  float: left;
  color: #000;
  margin-right: 2%;
  font-size: 172px;
  font-weight: 900;
  line-height: 79%;
}

.cap.is--orange {
  color: #f56020;
}

.container-article {
  position: relative;
}

.section-3 {
  width: 100%;
  height: auto;
  max-height: none;
  max-width: none;
  flex-wrap: nowrap;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.second-article {
  width: 100%;
  height: 100vh;
  max-width: 1500px;
  background-color: #fd4415;
  display: block;
  position: relative;
  overflow: auto;
}

.alt-text-header {
  max-width: 20ch;
  text-align: left;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.2;
}

.alt-text-header.white {
  color: #818181;
  line-height: 1.4;
}

.card-1 {
  z-index: 1;
  width: 25%;
  height: 90%;
  max-height: 1500px;
  cursor: pointer;
  flex: none;
  align-self: stretch;
  position: relative;
  overflow: hidden;
}

.rich-text {
  color: #000;
}

.rich-text.white {
  color: #8a8a8a;
}

.card-3 {
  z-index: 3;
  width: 25%;
  height: 90%;
  max-height: 1500px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  align-self: stretch;
  position: relative;
  overflow: hidden;
}

.divider-scroll {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, .6);
  border-radius: 200px;
  margin-left: 1vw;
  margin-right: 1vw;
}

.heading-2 {
  color: #000;
  letter-spacing: -.3vh;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 9.25vh;
  font-weight: 700;
  line-height: .95;
}

.heading-2.is--white {
  color: #fff;
}

.image-3, .image-3.bil4 {
  padding-left: 0;
}

.heading-3 {
  width: auto;
  height: auto;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 0;
  font-family: Oswald, sans-serif;
}

.text-span-4 {
  font-weight: 300;
}

.heading-4 {
  font-family: Oswald, sans-serif;
}

.heading-5 {
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
}

.heading-6 {
  font-family: Oswald, sans-serif;
}

.heading-7 {
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
}

.heading-8 {
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
}

.heading-9, .heading-10, .heading-11, .heading-12 {
  font-family: Oswald, sans-serif;
}

.text-span-5 {
  color: #2b66bc;
  text-transform: uppercase;
}

.text-span-5.orange {
  color: #fff;
}

.list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  line-height: 16px;
}

.image-4 {
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  object-fit: fill;
  background-clip: border-box;
  padding-bottom: 24px;
  font-weight: 400;
}

.text-block {
  color: #fff;
  padding-top: 10px;
  padding-left: 34px;
  font-size: 17px;
}

.text-block.braun {
  color: #bf894e;
}

.text-block.orange {
  color: #ffa61e;
}

.text-block.gr-n {
  color: #79ca1d;
}

.image-5, .image-6 {
  padding-bottom: 20px;
}

.image-7 {
  padding-bottom: 10px;
}

.image-8, .image-9, .image-10, .image-11, .image-12, .image-13, .image-14 {
  padding-bottom: 20px;
}

.container {
  background-color: #013667;
}

.container.bagger {
  height: 6%;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #bf894e;
  background-clip: border-box;
  border-radius: 0;
  position: static;
}

.container.bau {
  height: 6%;
}

.container.metall {
  height: 6%;
  background-color: #f07c00;
}

.container.garten {
  height: 6%;
  background-color: #78ca1f;
}

.div-block {
  background-color: #bf894e;
}

.image-15, .image-16, .image-17, .image-18, .image-19, .image-20 {
  padding-bottom: 20px;
}

.image-21 {
  padding-bottom: 0;
}

.image-22, .lightbox-link, .image-23, .image-24, .image-25, .image-26 {
  padding-bottom: 20px;
}

.section-4 {
  padding-bottom: 50px;
}

.text-span-6 {
  color: #79ca1d;
}

.text-span-7 {
  color: #3b5998;
}

.text-span-8 {
  color: #ffa61e;
}

.main-content {
  margin-bottom: 150px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-2 {
  margin-top: 200px;
  padding-left: 0;
}

.container-3 {
  z-index: 10;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.container-3.tight {
  max-width: 800px;
}

.image-27 {
  padding-left: 0;
}

.div-block-2 {
  background-image: url('../images/house.png');
  background-position: 0 0;
  background-size: auto;
}

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

.div-block-3 {
  max-width: 48.2184%;
  min-height: 100px;
  min-width: auto;
  background-image: url('../images/house.png');
  background-position: 50%;
  background-size: cover;
  display: flex;
  position: relative;
  top: -16px;
}

.paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8 {
  margin-bottom: 0;
  line-height: 20px;
}

.button-3 {
  width: 200px;
  height: 50px;
  float: right;
  text-align: center;
  background-color: #ffa61e;
  border-radius: 20px;
  justify-content: flex-end;
  margin-top: 10px;
  margin-right: 60px;
  padding-top: 7px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: block;
  position: relative;
}

.div-block-4 {
  width: 300px;
  height: 100px;
  max-height: 55%;
  max-width: 100%;
  float: right;
  clear: right;
  position: relative;
}

.image-29 {
  width: 250px;
  float: right;
  clear: right;
  background-color: #fff;
  margin-top: 0;
  margin-right: 50px;
  display: inline-block;
  position: relative;
}

.hero-overlay {
  height: 90vh;
  max-height: 780px;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.section-5 {
  height: 150px;
}

.heading-13 {
  color: #ffa61e;
  text-align: center;
  border-bottom: 3px #fff;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 42px;
}

.grid-2 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  justify-items: center;
}

.image-30 {
  width: 450px;
  background-color: #fff;
  margin-top: 30px;
  margin-left: 0;
}

.section-6 {
  margin-top: 10px;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 36px;
    line-height: 48px;
  }

  h2 {
    font-size: 28px;
    line-height: 36px;
  }

  h3 {
    font-size: 21px;
    line-height: 28px;
  }

  h4 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 24px;
  }

  h5 {
    font-size: 15px;
    line-height: 20px;
  }

  h6 {
    font-size: 13px;
    line-height: 20px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.no-padding-top {
    padding-top: 103px;
    padding-bottom: 129px;
  }

  .section.no-padding-side {
    padding-left: 0;
    padding-right: 0;
  }

  .section.page-header-section {
    min-height: 60vw;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.post-image-section {
    height: 60vw;
    max-height: none;
    min-height: 0;
  }

  .section.post-top-section {
    padding-top: 160px;
  }

  .section.media-promo-section {
    height: 80vw;
    min-height: 0;
  }

  .wrapper {
    margin-top: 2px;
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .no-margin {
    margin: 0;
  }

  .intro {
    margin-bottom: 60px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro.left {
    margin-left: 0;
  }

  .text-label {
    margin-bottom: 8px;
    font-size: 11px;
  }

  .footer-bottom {
    flex-wrap: wrap;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .page-wrapper.sg-wrapper {
    margin-left: 0;
  }

  .changelog {
    width: 83.33%;
  }

  .tooltip {
    display: none;
  }

  .change {
    padding: 24px;
  }

  .licence-items {
    width: 81.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .button.zertifizierung.download {
    font-size: 11px;
  }

  .sg-button-wrapper {
    padding: 40px 12%;
  }

  .sg-buttons {
    padding-bottom: 80px;
  }

  .sg-sidebar {
    width: 100%;
    border-bottom: 1px solid #232427;
    border-right-style: none;
    padding-bottom: 0;
    position: relative;
  }

  .sg-sidebar-heading {
    padding: 20px;
  }

  .sg-sidebar-menu {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }

  .sg-sidebar-link {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sg-sidebar-link.w--current {
    box-shadow: inset 0 -2px #ffa61e;
  }

  .sg-back-link {
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
  }

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

  .nav-link-3 {
    height: auto;
    justify-content: center;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 21px;
    line-height: 28px;
  }

  .nav-link-3:hover, .nav-link-3.w--current, .nav-link-3.w--current:hover {
    color: #fff;
  }

  .nav-link-3.w--open {
    box-shadow: none;
  }

  .breadcrumbs {
    padding: 8px;
  }

  .input.search-input {
    margin: 0;
  }

  .nav-category-link {
    margin-left: 12px;
    padding: 28px 12px;
  }

  .social-button {
    width: 36px;
    height: 36px;
    border-style: none;
    padding: 9px;
  }

  .divider {
    width: 88px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .text-big {
    font-size: 16px;
    line-height: 28px;
  }

  .no-padding {
    padding: 0;
  }

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

  .counters {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-left: 6%;
    margin-right: 6%;
  }

  .counter {
    height: 23vw;
    max-height: none;
    padding-left: 14%;
    padding-right: 14%;
    box-shadow: -1px -1px rgba(255, 255, 255, .12);
  }

  .counter-number {
    font-size: 44px;
    line-height: 48px;
  }

  .no-margin-bottom {
    margin-bottom: 0;
  }

  .testimonials-v1-slide {
    min-height: 400px;
  }

  .instagram-feed {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: stretch;
    justify-content: space-around;
    align-items: stretch;
    display: grid;
  }

  .instagram-photo {
    flex: 15%;
  }

  .service {
    padding: 7vw 4vw;
  }

  .service:hover {
    border-color: rgba(0, 0, 0, 0);
  }

  .service.whitebg.margin {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 13px;
    padding-bottom: 6vw;
    display: block;
  }

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

  .side-info.sticky {
    position: static;
  }

  .testimonial {
    max-width: 440px;
    margin: 16px;
  }

  .footer {
    flex-flow: column wrap;
  }

  .footer-nav {
    width: 100%;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .footer-v1-link {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-right: 24px;
    font-size: 15px;
    line-height: 20px;
  }

  .counter-text {
    font-size: 15px;
    line-height: 24px;
  }

  .protected-page {
    padding-left: 8px;
    padding-right: 8px;
  }

  .password-heading {
    margin-bottom: 24px;
  }

  .search {
    margin-bottom: 0;
  }

  .search-result-card {
    margin-bottom: 24px;
  }

  .blog-post-text p, .blog-post-text h2, .blog-post-text h1, .blog-post-text h3, .blog-post-text blockquote, .blog-post-text h4, .blog-post-text h5, .blog-post-text ul, .blog-post-text h6, .blog-post-text ol {
    margin-left: 12%;
    margin-right: 12%;
  }

  .blog-post {
    width: 100%;
    flex: 0 auto;
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 64px;
    padding-left: 0;
    padding-right: 0;
    top: 0;
  }

  .testimonials-arrow {
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .media-info {
    padding: 16px 20px 15px;
  }

  .link-underline {
    display: none;
  }

  .heading-margin-big {
    margin-bottom: 20px;
    padding-top: 146px;
  }

  .review-v2-text p {
    font-size: 15px;
    line-height: 24px;
  }

  .services {
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .subscribe {
    border-top-style: none;
    border-bottom-style: none;
    padding: 60px 8%;
  }

  .post-first-letter {
    margin-left: 12%;
  }

  .work-v3 {
    height: 31vw;
  }

  .work-v1 {
    height: 47vw;
    max-height: none;
  }

  .work-presentation p, .work-presentation h2, .work-presentation h1, .work-presentation h3, .work-presentation blockquote, .work-presentation h4, .work-presentation h5, .work-presentation ul, .work-presentation h6, .work-presentation ol {
    margin-left: 12%;
    margin-right: 12%;
  }

  .work-presentation figure {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .nav-work-link {
    padding-top: 3vw;
    padding-bottom: 3vw;
    font-size: 5vw;
    line-height: 6vw;
  }

  .team-card {
    height: 33vw;
    max-height: none;
  }

  .icon {
    width: 44px;
    margin-bottom: 20px;
  }

  .page-intro {
    min-height: 160px;
    padding-top: 3vw;
    padding-left: 16px;
    padding-right: 16px;
  }

  .breadcrumbs-divider {
    margin-left: 4px;
    margin-right: 4px;
  }

  .post-card-heading {
    margin-bottom: 16px;
  }

  .nav-categories {
    flex-wrap: wrap;
  }

  .post-card {
    padding-bottom: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .post-card:hover {
    transform: none;
  }

  .post-card-thumb {
    height: 54vw;
    max-height: none;
    max-width: none;
  }

  .post-card-content {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .subscribe-section {
    flex-wrap: wrap;
  }

  .subscribe-heading {
    margin-top: 8px;
  }

  .client {
    margin: 0;
  }

  .client-logo {
    height: 26%;
    min-height: 20px;
  }

  .accordion-info {
    padding-left: 64px;
  }

  .plus-icon {
    margin-right: 16px;
  }

  .main-grid {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .search-result-image {
    width: 160px;
    height: 120px;
  }

  .blog-tags {
    margin-top: 0;
    margin-left: 8px;
    margin-right: 8px;
  }

  .page-bg-text {
    letter-spacing: 1.5vw;
    font-size: 18vw;
    line-height: 20vw;
    top: 7%;
  }

  .footer-left {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    border-right-style: none;
    padding: 6vw;
  }

  .post-cards {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 24px;
  }

  .icon-box {
    width: 72px;
    height: 72px;
  }

  .promo-images-2 {
    width: 88%;
  }

  .post-top-info {
    margin-left: 12%;
    margin-right: 12%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .nav-works-button {
    width: 64px;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, .12);
  }

  .text-huge {
    font-size: 21px;
    line-height: 32px;
  }

  .gallery {
    width: 108vw;
    margin-left: -4vw;
    padding-left: 0;
    padding-right: 0;
  }

  .promo-social-line {
    width: 80px;
  }

  .contact-blocks {
    width: auto;
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .floating-tooltip {
    display: none;
  }

  .hire-form {
    padding-left: 8%;
    padding-right: 8%;
  }

  .hire {
    margin-left: 8px;
    margin-right: 8px;
  }

  .intro-text-big {
    font-size: 24px;
    line-height: 32px;
  }

  .side-media-box {
    z-index: 3;
  }

  .hover {
    display: none;
  }

  .post-tags-wrapper {
    margin-left: 12%;
    margin-right: 12%;
  }

  .cta-bg-text {
    letter-spacing: 1.5vw;
    margin-top: 69px;
    font-size: 18vw;
    line-height: 20vw;
    top: 7%;
  }

  .work-v2 {
    height: 31vw;
    max-height: none;
  }

  .quote-intro {
    padding-left: 8%;
    padding-right: 8%;
  }

  .signature {
    margin-top: 20px;
  }

  .portfolio-button-2 {
    margin: 20px;
    position: fixed;
  }

  .nav-link-image {
    display: none;
  }

  .menu-button {
    width: 56px;
    height: 56px;
    padding: 15px 16px;
  }

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

  .navigation {
    padding-right: 8px;
  }

  .nav-bar {
    height: 80px;
    border-top: 1px solid rgba(22, 26, 37, .1);
    padding-right: 0;
  }

  .nav-link {
    padding-top: 2vw;
    padding-bottom: 2vw;
    font-size: 5vw;
    line-height: 5vw;
  }

  .nav-link:hover, .nav-link.w--current, .nav-link.w--current:hover {
    color: #fff;
  }

  .nav-link.w--open {
    box-shadow: none;
  }

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

  .nav-bar-info {
    padding-left: 8px;
    padding-right: 8px;
  }

  .follow {
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .follow-button {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .follow-links {
    margin-left: auto;
    margin-right: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .slider-button {
    width: 64px;
    height: 64px;
    position: fixed;
    top: 3%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .slider-button:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }

  .slider-button.left {
    left: 0;
    right: auto;
  }

  .slide-content {
    margin-bottom: 15vh;
  }

  .slide-heading {
    font-size: 7vw;
    line-height: 7vw;
  }

  .slide-numbers {
    display: none;
  }

  .nav-links, .nav-info {
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .work-card-name {
    margin-top: 8px;
    font-size: 16px;
    line-height: 20px;
  }

  .work-card {
    padding: 4vw;
  }

  .work-card:hover {
    background-color: #161719;
  }

  .work-cards {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .work-card-item {
    padding: 0;
  }

  .work-card-image {
    margin-bottom: 28px;
  }

  .work-card-category {
    font-size: 10px;
  }

  .all-posts-text, .follow-icon-wrapper, .scroll-link, .nav-link-number {
    display: none;
  }

  .section-2, .bg-video {
    max-height: 800px;
  }

  .heading.bg {
    font-size: 80px;
    line-height: 60px;
  }

  .first-article {
    width: 100%;
    height: 100%;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
    position: relative;
    top: 0%;
    overflow: auto;
  }

  .button-close {
    width: auto;
    height: auto;
    color: #fff;
    background-color: rgba(0, 0, 0, .75);
    border-radius: 8px;
    margin-left: auto;
    margin-right: 2%;
    padding: 10px 15px;
    font-size: 20px;
    display: flex;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .section-content {
    width: 100vw;
    height: auto;
    display: none;
  }

  .card-2 {
    width: 100%;
    flex: none;
  }

  .scroll-type-wrapper {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    display: none;
  }

  .main-heading {
    font-size: 3em;
    line-height: 1em;
  }

  .main-heading._1 {
    padding-top: 70px;
  }

  .inner-header-col {
    margin-bottom: 15px;
  }

  .header-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .third-article {
    height: auto;
    min-height: 100vh;
  }

  .card-inner {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, .8));
    padding-top: 0%;
    padding-bottom: 0%;
    display: block;
    position: absolute;
  }

  .image-wrapper {
    height: 33.33vh;
  }

  .inner-container {
    padding-top: 10%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .card-details-wrapper {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0%;
    position: static;
  }

  .section-3 {
    flex-direction: column;
    justify-content: space-around;
  }

  .card-1 {
    width: 100%;
    flex: none;
  }

  .card-3 {
    width: auto;
    flex: none;
  }

  .heading-2 {
    font-size: 6vh;
  }

  .image-3 {
    margin-top: 20px;
  }

  .text-block {
    padding-top: 0;
  }

  .container.bagger {
    max-width: 100%;
    flex-direction: row;
    display: flex;
  }

  .container.bau, .container.metall, .container.garten {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 36px;
  }

  h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.no-padding-side {
    padding-left: 0;
    padding-right: 0;
  }

  .section.page-header-section {
    min-height: 48vw;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section.post-image-section {
    height: 44vw;
  }

  .section.post-top-section {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .section.media-promo-section {
    height: 80vw;
    max-height: none;
    justify-content: center;
  }

  .wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .no-margin {
    margin: 0;
  }

  .intro {
    margin-bottom: 48px;
    padding-left: 12%;
    padding-right: 12%;
  }

  .footer-bottom {
    margin-bottom: 0;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

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

  .licence-item {
    padding: 32px;
  }

  .licence-item-info {
    padding-left: 32px;
  }

  .button.nav-button {
    height: 40px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 13px;
  }

  .button.zertifizierung.download {
    padding-left: 17px;
    font-size: 9px;
  }

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

  .nav-link-3 {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 17px;
    line-height: 24px;
  }

  .post-card-info {
    margin-bottom: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .input.search-input {
    height: 56px;
    margin: 0;
  }

  .nav-category-link {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .no-padding {
    padding: 0;
  }

  .card {
    min-height: 320px;
  }

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

  .counters {
    flex-wrap: wrap;
  }

  .counter {
    flex: 0 auto;
  }

  .counter-number {
    font-size: 36px;
    line-height: 40px;
  }

  .no-margin-bottom {
    margin-bottom: 0;
  }

  .instagram-feed {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .instagram-photo {
    flex-basis: 25%;
  }

  .subscribe-form {
    min-width: 0;
  }

  .service {
    width: 100%;
  }

  .service.whitebg.margin {
    padding-top: 0;
  }

  .side-info {
    padding-left: 0%;
    padding-right: 0%;
  }

  .testimonial {
    max-width: 500px;
  }

  .review-v2-avatar {
    width: 48px;
    height: 48px;
  }

  .footer-nav {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .counter-text {
    font-size: 13px;
    line-height: 20px;
  }

  .protected-page {
    height: auto;
    min-height: 100vh;
  }

  .password-card {
    min-width: 400px;
  }

  .contact-form {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .blog-post-text p {
    font-size: 14px;
    line-height: 24px;
  }

  .blog-post {
    padding-top: 48px;
  }

  .services._3 {
    margin-top: 22px;
    padding-top: 0;
    display: flex;
  }

  .subscribe {
    flex-wrap: wrap;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .post-first-letter {
    margin-top: 3px;
    margin-right: 8px;
    font-size: 48px;
    line-height: 40px;
  }

  .work-presentation p {
    font-size: 14px;
    line-height: 24px;
  }

  .work-presentation figure {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .team-card {
    height: 32vw;
    max-height: none;
  }

  .icon {
    width: 40px;
    margin-bottom: 16px;
  }

  .page-intro {
    padding-top: 4vw;
  }

  .page-link {
    height: 20px;
    font-size: 10px;
  }

  .breadcrumbs-divider {
    margin-left: 1px;
    margin-right: 1px;
  }

  .post-card {
    margin-bottom: 16px;
    padding: 16px;
  }

  .post-card-content {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .clients-section {
    flex-wrap: wrap;
  }

  .client {
    height: 11vw;
    flex: 1;
    padding-left: 3%;
    padding-right: 3%;
  }

  .client-logo {
    height: 30%;
  }

  .accordion-header {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .accordion-text {
    padding-bottom: 24px;
  }

  .subscribe-form-block {
    width: 100%;
    flex: 0 auto;
  }

  .main-grid {
    grid-row-gap: 48px;
  }

  .top-button {
    display: none;
  }

  .page-heading {
    margin-bottom: 0;
    font-size: 40px;
    line-height: 48px;
  }

  .first-letter {
    margin-top: 3px;
    margin-right: 8px;
    font-size: 48px;
    line-height: 40px;
  }

  .step {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .post-cards {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .icon-box {
    width: 64px;
    height: 64px;
  }

  .promo-images-2 {
    width: 100%;
  }

  .nav-works-button {
    width: 60px;
    display: none;
  }

  .review-v2-author {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .feature-step-line {
    width: 1px;
    height: 48px;
    margin-top: 48px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .contact-blocks {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact-block-info {
    font-size: 17px;
    line-height: 24px;
  }

  .hire-form-label {
    text-align: left;
    margin-bottom: -40px;
  }

  .hire-form {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    padding-left: 12%;
    padding-right: 12%;
  }

  .hire {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .intro-text-big {
    font-size: 21px;
    line-height: 28px;
  }

  .tag {
    height: 24px;
    padding: 6px 7px 6px 9px;
    font-size: 9px;
    line-height: 12px;
  }

  .quote-intro {
    margin-bottom: 48px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .signature {
    height: 40px;
    margin-top: 16px;
  }

  .portfolio-button-2 {
    margin: 16px;
  }

  .logo-text-2 {
    min-height: 55px;
    min-width: 140px;
    margin-top: 1px;
    font-size: 17px;
    line-height: 28px;
  }

  .navigation {
    padding-right: 0;
  }

  .logo-description-2 {
    margin-top: -2px;
  }

  .nav-bar {
    height: 64px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 6vw;
    line-height: 6vw;
  }

  .brand {
    padding: 10px 16px;
  }

  .nav-bar-info {
    padding-left: 0;
    padding-right: 0;
  }

  .logo {
    height: 38px;
  }

  .logo-info {
    margin-left: 14px;
  }

  .follow {
    margin-left: auto;
    margin-right: auto;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .slide-content {
    padding-top: 0;
  }

  .work-card-image {
    margin-bottom: 16px;
  }

  .post-info {
    margin-bottom: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .image {
    padding-top: 25px;
  }

  .heading.bg {
    font-size: 60px;
  }

  .image-container.second {
    background-attachment: scroll;
  }

  .image-container.first {
    background-size: cover;
    background-attachment: scroll;
  }

  .button-close {
    width: auto;
  }

  .main-heading._1 {
    margin-top: -35px;
  }

  .main-heading._1.bau {
    margin-top: -31px;
  }

  .divider-circle {
    width: 12px;
    height: 12px;
  }

  .third-article {
    z-index: 22;
    height: auto;
    min-height: 100vh;
    position: relative;
  }

  .xlarge-paragraph {
    font-size: 10vh;
  }

  .image-wrapper {
    width: 100vw;
    height: 400px;
    background-size: cover;
  }

  .wrap-scrolling-text {
    min-height: 250px;
  }

  .card-details-wrapper {
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    display: block;
    position: static;
    top: 245px;
  }

  .cap {
    font-size: 90px;
  }

  .section-3 {
    flex-direction: column;
  }

  .second-article {
    z-index: 21;
    position: relative;
  }

  .heading-2 {
    font-size: 65px;
  }

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

  .main-content, .hero-overlay {
    padding: 40px 20px;
  }

  .heading-13 {
    font-size: 35px;
  }
}

@media screen and (max-width: 479px) {
  ul, ol {
    padding-left: 32px;
  }

  .section.no-padding-side {
    padding-left: 0;
    padding-right: 0;
  }

  .section.page-header-section {
    min-height: 90vw;
  }

  .section.post-image-section {
    height: 72vw;
  }

  .section.media-promo-section {
    height: auto;
    align-items: center;
  }

  .wrapper {
    margin-top: 0;
  }

  .no-margin {
    margin: 0;
  }

  .intro {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-bottom {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .change {
    padding: 16px;
  }

  .licence-item {
    flex-direction: column;
    padding-top: 32px;
  }

  .licence-item-info {
    text-align: center;
    align-items: center;
    margin-top: 16px;
    padding-left: 0;
  }

  .button.zertifizierung {
    font-size: 13px;
  }

  .button.zertifizierung.download {
    width: 40%;
    float: right;
    clear: none;
    justify-content: space-around;
    align-items: center;
    padding-left: 23px;
    display: block;
    position: static;
  }

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

  .post-card-info {
    flex-wrap: wrap;
  }

  .input.search-input {
    margin: 0;
    padding-left: 0;
  }

  .nav-category-link {
    height: 48px;
    box-shadow: none;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 2px 40px 0;
    display: flex;
  }

  .nav-category-link.w--current {
    box-shadow: none;
    color: #ffa61e;
  }

  .inline-links {
    width: 100%;
  }

  .no-padding {
    padding: 0;
  }

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

  .counters {
    margin-left: 0;
    margin-right: 0;
  }

  .counter {
    width: 100%;
    height: 40vw;
    margin-right: 0;
  }

  .no-margin-bottom {
    margin-bottom: 0;
  }

  .instagram-feed {
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr 1fr 1fr;
    display: inline;
  }

  .subscribe-form {
    grid-template-columns: 1fr;
  }

  .service {
    padding: 8vw 0 8vw 8vw;
    left: -34px;
    box-shadow: 0 1px rgba(255, 255, 255, .12);
  }

  .testimonial {
    text-align: center;
    margin-top: 48px;
    margin-bottom: 48px;
    padding: 32px;
  }

  .review-v2-avatar {
    width: 72px;
    height: 72px;
    margin-bottom: 8px;
    margin-right: 0;
  }

  .footer-v1-link {
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: 20px;
  }

  .protected-page {
    padding-left: 16px;
    padding-right: 16px;
  }

  .password-card {
    width: 100%;
    min-width: 0;
    margin-left: 8px;
    margin-right: 8px;
    padding: 40px;
  }

  .search {
    width: 100%;
  }

  .search-result-card {
    flex-direction: column;
    align-items: stretch;
  }

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

  .contact-form {
    width: 100%;
    max-width: none;
  }

  .blog-post-text p, .blog-post-text h2, .blog-post-text h1, .blog-post-text h3, .blog-post-text blockquote, .blog-post-text h4, .blog-post-text h5, .blog-post-text ul, .blog-post-text h6, .blog-post-text ol {
    margin-left: 0%;
    margin-right: 0%;
  }

  .testimonials-arrow {
    display: none;
  }

  .media-info {
    max-width: 100%;
  }

  .services {
    grid-template-columns: 1fr;
  }

  .subscribe {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .post-first-letter {
    margin-left: 0%;
  }

  .work-v3, .work-v1 {
    height: 91vw;
  }

  .work-presentation, .work-presentation p, .work-presentation h2, .work-presentation h1, .work-presentation h3, .work-presentation blockquote, .work-presentation h4, .work-presentation h5, .work-presentation ul, .work-presentation h6 {
    margin-left: 0;
    margin-right: 0;
  }

  .work-presentation ol {
    margin-left: 0%;
    margin-right: 0%;
  }

  .work-presentation figure {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .nav-social {
    width: 100%;
    justify-content: flex-start;
  }

  .team-card {
    height: 133vw;
  }

  .page-intro {
    padding-top: 8vw;
  }

  .post-card-heading {
    font-size: 21px;
    line-height: 28px;
  }

  .nav-categories {
    flex-direction: column;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 32px;
    display: block;
  }

  .nav-category-list {
    flex-direction: column;
    align-items: stretch;
  }

  .post-card {
    flex-wrap: wrap;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .post-card-thumb {
    width: 100%;
    height: 60vw;
    max-width: none;
  }

  .post-card-content {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .subscribe-heading {
    margin: 0;
  }

  .clients-section {
    flex-direction: column;
  }

  .client {
    height: 18vw;
    padding: 8vw;
  }

  .client-logo {
    min-height: 24px;
  }

  .main-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .search-result-image {
    width: 100%;
    height: 50vw;
  }

  .search-result-info {
    padding-top: 24px;
    padding-left: 0;
  }

  .list-dropdown {
    flex-flow: column;
    overflow: hidden;
  }

  .list-dropdown-heading {
    height: 48px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
    flex: none;
    align-items: center;
    padding: 3px 40px 0 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 32px;
    display: flex;
    position: relative;
  }

  .list-dropdown-arrow {
    width: 18px;
    opacity: .5;
    position: absolute;
    right: 20px;
  }

  .blog-tags {
    margin-left: 0%;
    margin-right: 0%;
  }

  .first-letter {
    margin-left: 0%;
  }

  .footer-left {
    flex-direction: column;
    justify-content: flex-start;
  }

  .post-cards {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .promo-images-2 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .post-top-info {
    margin-left: 0%;
    margin-right: 0%;
  }

  .text-huge.bagger {
    line-height: 34px;
  }

  .gallery {
    width: 100vw;
    flex-direction: column;
    margin-left: 0;
    padding-left: 8%;
    padding-right: 8%;
  }

  .gallery-link {
    margin: 16px 0;
  }

  .review-v2-author {
    padding-left: 12px;
    padding-right: 12px;
  }

  .review-v2-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 12px;
  }

  .feature-step-line {
    margin-top: 32px;
    margin-bottom: -16px;
  }

  .contact-blocks {
    flex-direction: column;
    align-self: start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .inline-block {
    padding-top: 24px;
    padding-bottom: 24px;
    box-shadow: 0 1px rgba(255, 255, 255, .12);
  }

  .promo-image-4 {
    right: -71px;
  }

  .hire-form {
    width: 100%;
    max-width: none;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hover {
    display: none;
  }

  .post-tags-wrapper {
    margin-left: 0%;
    margin-right: 0%;
  }

  .post-tags {
    margin-left: -4px;
  }

  .work-v2 {
    height: 91vw;
  }

  .quote-intro {
    padding-left: 0%;
    padding-right: 0%;
  }

  .navigation {
    padding-left: 0;
  }

  .nav-content {
    flex-direction: column;
    padding-top: 80px;
  }

  .nav-link {
    font-size: 8vw;
    line-height: 8vw;
  }

  .logo-info {
    display: none;
  }

  .slider-button {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }

  .slide-content {
    padding-top: 0;
  }

  .slide-heading {
    font-size: 10vw;
    line-height: 10vw;
  }

  .nav-links {
    flex: 0 auto;
    order: -1;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-info {
    width: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .work-card-name {
    margin-bottom: 8px;
  }

  .work-card {
    padding: 8vw;
  }

  .work-cards {
    grid-template-columns: 1fr;
  }

  .work-card-item {
    width: 100%;
  }

  .work-card-image {
    margin-bottom: 20px;
  }

  .all-posts-text {
    display: flex;
  }

  .contact-form-block {
    margin-left: 0%;
    margin-right: 0%;
  }

  .post-info {
    flex-wrap: wrap;
  }

  .nav-link-text {
    font-size: 2vh;
  }

  .nav-link-text.datenschutz, .nav-link-text.impressum {
    font-size: 1.5vh;
  }

  .footer-social {
    width: 100%;
    justify-content: flex-start;
  }

  .section-2, .bg-video {
    max-height: 800px;
  }

  .heading.bg {
    margin-left: 14px;
    padding-left: 0;
    font-size: 32px;
    line-height: 15px;
  }

  .heading.bg.orange.erdbau, .heading.bg.schloss {
    line-height: 33px;
  }

  .text-span {
    line-height: 65px;
  }

  .text-span-3 {
    font-size: 36px;
    line-height: 34px;
  }

  .image-container.second {
    background-position: 50% 0;
  }

  .image-container.third.vier, .image-container.third.drei, .image-container.second {
    margin-top: 20px;
    position: static;
  }

  .image-container.first {
    max-height: none;
    min-height: 0;
    background-image: linear-gradient(to top, #000 6%, rgba(22, 23, 25, .31) 83%), url('../images/3fc23989-4792-4acb-b189-a11ec32dadb5.JPG');
    background-position: 0 0, 50%;
    margin-top: 40px;
    position: static;
  }

  .arrow-read-more {
    width: 45px;
    height: 45px;
    flex: none;
    padding-left: 13px;
    padding-right: 13px;
  }

  .first-article {
    height: 100vh;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .button-close {
    max-width: 35%;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .section-content {
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .card-2 {
    width: 100%;
    flex: 1;
    align-self: stretch;
  }

  .main-heading {
    font-size: 2em;
  }

  .main-heading._1 {
    margin-top: 10px;
    padding-top: 18px;
  }

  .main-heading._1.bau {
    margin-top: 8px;
    padding-top: 20px;
  }

  .link-read-more {
    font-size: 24px;
  }

  .third-article {
    height: 100vh;
    min-height: auto;
    display: block;
  }

  .card-inner {
    padding-right: 10%;
    display: block;
  }

  .card-inner._2 {
    padding-top: 0%;
    position: absolute;
    top: -589.094px;
  }

  .small-text {
    font-size: 9px;
  }

  .image-wrapper {
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    display: block;
    position: static;
  }

  .card-details-wrapper {
    max-width: none;
    margin: 112px auto 0;
    padding-top: 0;
    padding-bottom: 0%;
    padding-left: 6%;
    position: static;
    top: 0;
  }

  .cap {
    font-size: 80px;
  }

  .section-3 {
    width: 100%;
    height: 91.6093%;
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .second-article {
    display: block;
  }

  .card-1 {
    max-height: 1400px;
    min-height: 0;
    flex: 1;
  }

  .card-3 {
    width: 100%;
    flex: 1;
  }

  .heading-2 {
    font-size: 50px;
  }

  .image-3 {
    margin-top: -53px;
    padding-top: 0;
    display: block;
  }

  .image-3.bil2 {
    margin-top: -53px;
  }

  .text-span-4 {
    font-size: 26px;
  }

  .text-block, .text-block.blau {
    font-size: 15px;
  }

  .image-21, .image-28 {
    padding-bottom: 10px;
  }

  .image-29 {
    margin-right: -6px;
  }

  .centered-container {
    text-align: left;
  }

  .heading-13 {
    font-size: 26px;
  }
}

#w-node-_99fe1e6f-f3c8-303c-4d99-c18f7bdc7dd0-7bdc7dc5, #w-node-c8c7d823-716a-f44e-f3ae-c7fc121b3ace-7bdc7dc5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b458605a-67a6-27a8-08a4-3fb1f74628d0-78727f5d {
  align-self: center;
}

#w-node-e609dee2-ed05-f690-8f69-7020933107f9-78727f5d, #w-node-_51853890-fb81-9fc7-a2e3-42948a0ed5e1-78727f5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#Betreff.w-node-fa811280-0f56-5d22-19c8-2ce77debda03-78727f5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fdc45aa-f2d9-d1c3-2bbf-18d1c9c1fc49-78727f5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#Budget.w-node-a6130849-0e16-95f3-602f-e9ebe33f55b8-78727f5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f0b02f1-e3f9-7c9e-bcb0-a161cdd47822-78727f5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#Endtermin.w-node-_2d101292-1edb-138e-8473-d7ad823af417-78727f5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f638888-7466-d8a1-4a6d-5a840012c87f-78727f5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-fa811280-0f56-5d22-19c8-2ce77debda0b-78727f5d {
  justify-self: start;
}

#w-node-_27cd6dc6-b652-407e-deed-d2267190d6f1-1f727f9c {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: start;
}

#w-node-_27cd6dc6-b652-407e-deed-d2267190d6f8-1f727f9c {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-ad832add-429b-9492-cd64-59a24ec6d40a-1f727f9c {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-ad832add-429b-9492-cd64-59a24ec6d434-1f727f9c {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_5a244228-15ce-dafc-b901-46bb6d83bef2-1f727f9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06a727d9-4b41-0545-600a-eb00bfe59dfb-28727faf {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_9f703eb6-e1ee-4823-a348-1bacc85f0f1a-28727faf {
  grid-area: 2 / 3 / 3 / 11;
}

#w-node-_401b9b8c-6aad-0020-32ce-065af975ac73-a0bfc05d, #w-node-_8306ec89-b7cc-2b8a-dbc6-8ba22b4cf3c2-a0bfc05d, #w-node-c33589bc-8564-e67d-05af-ccdaf3d23c21-a0bfc05d, #w-node-_03f55906-b05b-344f-775c-8bd564e50091-a0bfc05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a2ca01d-8ec5-6498-ee0d-fbadce8e7ba7-a0bfc05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-ab780d07-8c23-dca9-3a71-2d83c4fea258-a0bfc05d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_27cd6dc6-b652-407e-deed-d2267190d6f1-1f727f9c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_27cd6dc6-b652-407e-deed-d2267190d6f8-1f727f9c {
    grid-area: 1 / 5 / 2 / 9;
  }

  #w-node-ad832add-429b-9492-cd64-59a24ec6d40a-1f727f9c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-ad832add-429b-9492-cd64-59a24ec6d434-1f727f9c {
    grid-area: 1 / 5 / 2 / 9;
  }

  #w-node-_06a727d9-4b41-0545-600a-eb00bfe59dfb-28727faf {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_9f703eb6-e1ee-4823-a348-1bacc85f0f1a-28727faf {
    grid-area: 2 / 1 / 3 / 9;
  }
}

@media screen and (max-width: 767px) {
  #field.w-node-fa811280-0f56-5d22-19c8-2ce77debda06-78727f5d, #w-node-fa811280-0f56-5d22-19c8-2ce77debda0b-78727f5d {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_99fe1e6f-f3c8-303c-4d99-c18f7bdc7dd0-7bdc7dc5, #w-node-c8c7d823-716a-f44e-f3ae-c7fc121b3ace-7bdc7dc5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_27cd6dc6-b652-407e-deed-d2267190d6f8-1f727f9c, #w-node-ad832add-429b-9492-cd64-59a24ec6d434-1f727f9c, #w-node-_06a727d9-4b41-0545-600a-eb00bfe59dfb-28727faf, #w-node-_9f703eb6-e1ee-4823-a348-1bacc85f0f1a-28727faf {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}


