:root {
  --white: var(--bela);
  --burlywood: #e4ad8a;
  --dark-slate-grey: transparent;
  --black: #000;
  --gold: #b7a675;
  --bela: #fff;
  --dark-grey: #969494;
  --rgba-197-177-106-0-71: var(--dark-slate-grey);
  --dim-grey: #707070;
}

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

h1 {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 4.0625rem;
  font-style: italic;
  font-weight: 300;
  line-height: 4.6875rem;
}

h2 {
  color: var(--white);
  text-transform: uppercase;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 3.125rem;
  font-style: italic;
  font-weight: 300;
  line-height: 3.4375rem;
}

h3 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 2.8125rem;
  font-style: italic;
  font-weight: 500;
  line-height: 3.125rem;
}

h4 {
  color: var(--white);
  letter-spacing: .1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75rem;
}

p {
  color: #fff;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: .9375rem;
  line-height: 1.75rem;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 18px;
}

li {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: .9375rem;
  line-height: 1.75rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid var(--burlywood);
  color: var(--white);
  letter-spacing: .2px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 1.5rem;
  line-height: 2.125rem;
}

.creative-agency-hero-section {
  position: relative;
  overflow: hidden;
}

.creative-agency-hero-container {
  z-index: 9;
  max-width: 1290px;
  position: relative;
}

.div-block {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.autofit {
  object-fit: cover;
}

.autofit.change-opacity {
  opacity: .2;
}

.autofit.class {
  width: 72px;
}

.autofit.logo {
  display: block;
}

.creative-agency-hero-main {
  grid-column-gap: 50px;
  display: flex;
}

.creative-agency-hero-title-wrapper {
  flex: 0 60%;
}

.creative-agency-hero-title-span {
  color: rgba(0, 0, 0, 0);
  background-image: url('../images/Line-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.change-white {
  color: var(--white);
}

.change-white.padding-bottom-twenty {
  padding-bottom: 20px;
}

.creative-agency-hero-text {
  max-width: 520px;
}

.creative-agency-hero-holder {
  padding: 250px 15px;
}

.button-main {
  border: 1px solid var(--burlywood);
  background-color: var(--burlywood);
  color: var(--dark-slate-grey);
  letter-spacing: .25rem;
  text-transform: uppercase;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: Open Sans, sans-serif;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.75rem;
  transition: all .4s;
}

.button-main:hover {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.button-main.button-bg-white {
  width: auto;
  background-color: var(--white);
  opacity: 1;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-left: auto;
  display: block;
}

.button-main.button-bg-white:hover {
  color: var(--white);
  background-color: #b18941;
}

.button-main.button-bg-white.address-button {
  width: 450px;
  color: var(--black);
  margin-left: -2px;
  font-family: Ofl, sans-serif;
  font-weight: 400;
  line-height: 1.3rem;
}

.button-main.button-bg-white.address-button:hover {
  background-color: #b7a675;
}

.button-main.button-bg-white.new {
  width: 49%;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 122px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.button-main.change-button {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  padding: 0;
  text-decoration: underline;
}

.button-main.change-button.position-relative {
  position: relative;
}

.button-main.margin-bottom-thirty {
  margin-bottom: 30px;
}

.button-main.full-width {
  width: 100%;
  text-align: center;
}

.button-main.full-width.margin-top-twenty.button-border {
  border-color: var(--white);
}

.button-main.change-button-border {
  border-color: var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.button-main.change-button-border:hover {
  border-color: var(--burlywood);
  background-color: var(--burlywood);
  color: var(--dark-slate-grey);
}

.button-main.button-bg-black {
  color: var(--white);
  background-color: #000;
}

.button-main.button-bg-black:hover {
  border-color: var(--dark-slate-grey);
  color: var(--dark-slate-grey);
  background-color: rgba(0, 0, 0, 0);
}

.creative-agency-about {
  padding: 120px 15px;
  position: relative;
}

.creative-agency-about-container {
  max-width: 1290px;
}

.body {
  background-color: #000;
}

.creative-agency-about-main {
  grid-column-gap: 150px;
  align-items: center;
  display: flex;
}

.creative-agency-about-image-block {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.creative-agency-about-image-two {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.banner-image {
  width: 100vw;
  height: 100vh;
}

.banner-image.auto-fit {
  object-fit: cover;
}

.heading-small {
  color: var(--white);
  letter-spacing: .3em;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 4rem;
}

.heading-small.padding-bottom-ten {
  width: 100%;
  color: var(--gold);
  text-align: center;
  letter-spacing: .1em;
  -webkit-text-stroke-color: var(--white);
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: auto;
  margin-left: auto;
  padding: 40px 0 40px 10px;
  font-family: Ppeiko, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2rem;
  display: flex;
  position: static;
}

.heading-small.padding-bottom-ten.heading-new {
  width: 100%;
  object-fit: fill;
  margin-top: -27px;
  margin-left: 131px;
  position: absolute;
}

.heading-small.padding-bottom-ten.heading-left-right {
  width: 100%;
  margin-left: 8px;
  position: absolute;
}

.heading-small.padding-bottom-ten.heading-bammer {
  width: 100%;
  background-image: linear-gradient(#b7a675, #b7a675), url('../images/PALAZZO-BAU-Logo_1.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex: none;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.6rem;
  line-height: 2rem;
  display: block;
  position: absolute;
}

.heading-small.padding-bottom-ten.new {
  color: var(--gold);
  letter-spacing: .1em;
  background-image: linear-gradient(#f6f5ea, #f6f5ea);
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Ppeiko, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.5rem;
}

.heading-small.padding-bottom-ten.herro-banner10 {
  color: var(--black);
  text-transform: none;
  background-image: linear-gradient(#b7a675, #b7a675), url('../images/PALAZZO-BAU-Logo_1.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  margin-bottom: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2rem;
}

.heading-small.padding-bottom-ten.unsere {
  color: var(--bela);
}

.heading-small.padding-bottom-ten.service2 {
  color: var(--gold);
  margin-bottom: 25px;
  padding-top: 40px;
}

.heading-small.align-center.padding-bottom-ten {
  width: 100%;
  color: var(--gold);
  background-color: #f6f5ea;
  background-image: none;
  margin: auto 0 auto auto;
  padding-top: 60px;
  padding-bottom: 10px;
  padding-left: 0;
  font-family: Ppeiko, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 4rem;
  position: static;
}

.heading-small.align-center.padding-bottom-ten.uberuns {
  background-color: #fff;
  margin-top: -102px;
  margin-bottom: auto;
}

.heading-small.change-black {
  color: var(--dark-slate-grey);
}

.heading-small.change-black.letter-space-off.change-font-size {
  font-size: .75rem;
}

.heading-small.padding-bottom-twenty.lifestone {
  width: 100%;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #000;
  margin-top: auto;
  margin-left: auto;
  padding-top: 0;
  font-family: Ofl, sans-serif;
  font-size: 1.8rem;
}

.heading-small.underline-off {
  font-family: Ofl, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.heading-small.underline-off.bottom-footer {
  line-height: 2rem;
}

.heading-small.underline-off.footer-links {
  align-self: center;
  font-size: .8rem;
  font-style: normal;
  line-height: 2rem;
}

.heading-small.responsive-align-center {
  font-family: Ofl, sans-serif;
  font-size: .6rem;
  font-weight: 400;
  line-height: 2rem;
}

.heading-small.padding-top-thirty {
  padding-top: 30px;
}

.heading-small.padding-bottom-thirty {
  width: auto;
  text-align: center;
  background-color: #b7a675;
  margin-top: auto;
  margin-left: -5px;
  padding-top: 20px;
  font-family: Ppeiko, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2rem;
}

.heading-small.team-category {
  background-color: var(--white);
  color: var(--dark-slate-grey);
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-small.dark-grey {
  color: var(--dark-grey);
}

.heading-small.heading-banner {
  width: 100%;
  text-align: center;
  background-color: #af8741;
  margin-top: -3px;
  margin-left: -38px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.2rem;
  line-height: 2rem;
  display: block;
  position: absolute;
}

.heading-small.title-head {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  font-family: Cormorant Garamond, sans-serif;
  font-size: 1.4rem;
  line-height: 3rem;
  display: block;
}

.heading-small.uberuns {
  text-align: center;
  letter-spacing: .1em;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: Ppeiko, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2rem;
  display: block;
}

.padding-bottom-thirty {
  width: 55%;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-color: rgba(197, 177, 106, .71);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  margin-top: 84px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 31px;
  font-size: 2rem;
  line-height: 2.5rem;
  display: block;
}

.padding-bottom-thirty.title {
  width: auto;
  color: #b7a675;
  background-color: #fff;
  margin-top: auto;
  padding-top: 100px;
  padding-left: 0;
  font-family: Ppeiko, sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.8rem;
}

.padding-bottom-twenty {
  width: auto;
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #b7a675;
  flex: none;
  justify-content: space-around;
  align-items: baseline;
  margin-top: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding: 20px 0;
  font-family: Greatvibes, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.8rem;
  display: block;
}

.padding-bottom-twenty.nobackground {
  width: auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-left: auto;
  font-size: 1.5rem;
  line-height: 2rem;
  display: block;
}

.padding-bottom-twenty.wir {
  max-width: 100%;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 140px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Ppeiko, sans-serif;
  font-size: 1.8rem;
  line-height: 2rem;
}

.creative-agency-about-text-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr;
}

.creative-agency-text-grid-block {
  grid-column-gap: 15px;
  align-items: flex-start;
  display: flex;
}

.creative-agency-text-icon {
  flex: 0 10%;
  justify-content: center;
  align-items: center;
  padding: 9px 8px 9px 12px;
  display: flex;
}

.creative-agency-text-icon.top-heading.circle {
  border: 1px solid var(--white);
  border-radius: 100%;
  flex: 0 9%;
}

.creative-agency-about-image-one {
  z-index: 9;
  width: 170px;
  height: 170px;
  background-color: var(--burlywood);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: -75px;
  right: auto;
}

.creative-agency-about-image-one.change-position {
  bottom: -20px;
  left: auto;
  right: 30%;
}

.creative-agency-icon-box {
  margin-top: 120px;
}

.creative-agency-about-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  justify-items: stretch;
  margin-top: auto;
  display: block;
}

.creative-agency-about-grid-block {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  border: 1px solid var(--gold);
  color: #000;
  background-color: #f6f5ea;
  align-items: flex-start;
  margin-top: auto;
  padding: 20px 0;
  font-family: Spectralsc;
  display: flex;
  position: relative;
}

.heading-medium {
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: -96px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.heading-medium.padding-bottom-ten {
  margin-top: auto;
  padding-bottom: 10px;
}

.heading-medium.padding-bottom-ten.heading-2 {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  margin-top: -33px;
}

.heading-medium.position-relative {
  position: relative;
}

.heading-medium.underline-off {
  text-decoration: none;
}

.heading-medium.underline-off:hover {
  opacity: 1;
}

.heading-medium.change-black {
  color: var(--dark-slate-grey);
}

.heading-medium.padding-top-thirty {
  padding-top: 30px;
}

.heading-medium.align-right {
  text-align: right;
}

.heading-medium.underline {
  text-decoration: underline;
}

.heading-medium.heading-2 {
  color: var(--gold);
  text-align: center;
  letter-spacing: 0;
  background-color: #fff;
  margin-top: -18px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Ppeiko, sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  display: block;
}

.heading-medium.address {
  width: 450px;
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 0;
  font-family: Ofl, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4rem;
  display: flex;
}

.body-font {
  width: auto;
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: auto;
  margin-left: -14px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75rem;
  position: static;
}

.body-font.padding-bottom-twenty {
  color: var(--dark-grey);
}

.body-font.position-relative {
  position: relative;
}

.body-font.text-field::-ms-input-placeholder {
  color: var(--white);
  letter-spacing: .2em;
  text-transform: uppercase;
}

.body-font.text-field::placeholder {
  color: var(--white);
  letter-spacing: .2em;
  text-transform: uppercase;
}

.body-font.text-field.change-textarea {
  height: 140px;
}

.body-font.change-submit {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Arrow-18.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.body-font.newsletter-text-field {
  height: 54px;
  color: var(--white);
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.body-font.newsletter-text-field::-ms-input-placeholder {
  color: var(--white);
}

.body-font.newsletter-text-field::placeholder {
  color: var(--white);
}

.body-font.padding-top-thirty {
  color: var(--dark-grey);
  text-align: justify;
  align-items: flex-start;
  margin-top: auto;
  margin-left: auto;
  padding-top: 30px;
  font-family: Ofl, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  display: block;
}

.body-font.color-white {
  color: var(--white);
}

.body-font.color-white.uppercase, .body-font.uppercsae {
  text-transform: uppercase;
}

.body-font.font2 {
  aspect-ratio: 1 / 1;
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.creative-agency-about-icon-wrapper {
  position: relative;
}

.position-change {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.creative-agency-about-box-bg {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.creative-agency-strategies {
  margin-top: 120px;
}

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

.align-center.padding-bottom-twenty {
  color: #000;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin-top: auto;
  font-family: Ppeiko, sans-serif;
  font-size: 1.4rem;
}

.align-center.padding-top-twenty {
  padding-top: 20px;
}

.align-center.letter-space-off.padding-bottom-thirty {
  width: 500px;
  color: var(--black);
  text-align: left;
  background-color: #b7a675;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: -200px;
  margin-right: auto;
  padding-top: 0;
  font-family: Ppeiko, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.4rem;
  display: block;
}

.align-center.letter-space-off.padding-bottom-thirty.new {
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  display: block;
}

.align-center.padding-bottom-ten {
  background-color: rgba(197, 177, 106, .71);
  margin-top: -132px;
  margin-bottom: 100px;
  padding-top: 10px;
  font-size: 3rem;
}

.align-center.screen-1440 {
  text-transform: none;
  margin-top: auto;
  padding-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Ppeiko, sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 100;
  line-height: 2.5rem;
}

.creative-agency-strategies-title-wrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.creative-agency-strategies-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

.creative-agency-strategies-wrapper {
  position: relative;
}

.creative-agency-strategies-data-wrapper {
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 30px;
  right: auto;
}

.creative-agency-strategies-grid-block {
  position: relative;
}

.creative-agency-strategies-grid-image {
  overflow: hidden;
}

.creative-agency-strategies-data-overlay {
  background-color: rgba(0, 0, 0, .3);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.creative-agency-progress {
  margin-top: 120px;
}

.creative-agency-progress-main {
  grid-column-gap: 50px;
  align-items: center;
  display: flex;
}

.creative-agency-progress-text-block {
  flex: 1;
}

.creative-agency-progress-block {
  grid-row-gap: 40px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.creative-agency-progress-title-wrapper {
  max-width: 400px;
}

.creative-agency-hero-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.creative-agency-hero-button-wrapper {
  width: 400px;
}

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

.hamburger {
  z-index: 9;
  width: 40px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.humburger-bar-one {
  width: 40px;
  height: 2px;
  background-color: var(--white);
  margin-top: 3px;
  margin-bottom: 3px;
}

.zency {
  flex: 0 auto;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  display: none;
}

.humburger-bar-two {
  width: 40px;
  height: 2px;
  background-color: var(--white);
  margin-top: 3px;
  margin-bottom: 3px;
}

.creative-agency-progress-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.creative-agency-progress-wrapper.padding-bottom-ten {
  padding-bottom: 10px;
}

.creative-agency-progress-line-bg {
  height: 5px;
  background-color: var(--white);
  border-radius: 10px;
}

.creative-agency-progress-line-wrapper {
  position: relative;
}

.creative-agency-progress-line-fg {
  min-height: 5px;
  background-color: var(--burlywood);
  border-radius: 10px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.creative-agency-goal {
  margin-top: 100px;
}

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

.creative-agency-goal-title-wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-39 {
  grid-column-gap: 10px;
  display: flex;
}

.creative-agency-goal-grid-block {
  border-bottom: 1px solid var(--dark-grey);
  cursor: grab;
  justify-content: space-between;
  align-items: center;
  padding-top: 87px;
  padding-bottom: 87px;
  display: flex;
  position: relative;
}

.creative-agency-goal-grid-block.border-top {
  border-top: 1px solid var(--dark-grey);
  justify-content: space-between;
}

.creative-agency-goal-text-block {
  flex: 0 55%;
}

.creative-agency-team {
  margin-top: 120px;
}

.creative-agency-team-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.creative-agency-team-grid-block {
  position: relative;
  overflow: hidden;
}

.creative-agency-team-data-wrapper {
  background-color: var(--white);
  padding: 30px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.creative-agency-team-social-wrapper {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.creative-agency-contact {
  margin-top: 120px;
}

.creative-agency-contact.top-border {
  border-top: 1px solid var(--dark-grey);
}

.creative-agency-contact.top-border.padding-top {
  margin-top: 0;
  padding-top: 120px;
}

.creative-agency-contact-main {
  width: 1300%;
  max-width: 1300px;
  grid-column-gap: 50px;
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px 40px;
  display: flex;
}

.creative-agency-contact-main.padding-bottom {
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.creative-agency-contact-title-wrapper {
  flex-wrap: wrap;
  flex: 0 80%;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  display: flex;
}

.creative-agency-contact-title {
  max-width: 800px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer {
  -webkit-text-stroke-color: var(--dark-slate-grey);
  background-color: #b7a675;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.footer-container {
  max-width: none;
  font-family: Ofl, sans-serif;
  font-weight: 400;
  line-height: 0;
}

.footer-main {
  border-top: 1px solid var(--dark-grey);
  border-bottom: 1px solid var(--dark-grey);
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.footer-menu {
  min-width: auto;
  border-top: 1px solid var(--bela);
  color: #000;
  background-color: #000;
  flex-flow: wrap;
  flex: 0 60%;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.1rem;
  display: flex;
}

.footer-copyright {
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.copyright-span {
  color: var(--burlywood);
}

.copyright-span.underline-off {
  text-decoration: none;
}

.footer-social {
  grid-column-gap: 15px;
  display: flex;
}

.div-block-40 {
  flex: 1;
}

.creative-agency-contact-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-left: auto;
  margin-right: 5px;
  display: flex;
}

.creative-agency-goal-image {
  z-index: 9;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 10%;
}

.creating-two-hero-section {
  padding-top: 170px;
  padding-bottom: 100px;
  padding-left: 15px;
  position: relative;
  overflow: hidden;
}

.creating-two-hero-container {
  max-width: 100%;
}

.text-span {
  color: rgba(0, 0, 0, 0);
  background-image: url('../images/Line-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.creating-two-hero-main {
  position: relative;
}

.creating-two-hero-image-wrapper {
  width: 300vw;
  grid-column-gap: 30px;
  display: flex;
}

.creating-two-hero-text-block {
  z-index: 1;
  position: relative;
}

.creating-two-hero-image-block {
  position: relative;
  overflow: hidden;
}

.creating-two-goal {
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.creating-two-goal-container {
  max-width: 1290px;
}

.creating-two-goal-title-wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.creating-two-goal-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.creating-two-goal-grid-block {
  border: 1px solid var(--dark-grey);
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.creating-two-goal-grid-divider {
  height: 1px;
  background-color: var(--dark-grey);
}

.creating-two-hero-holder {
  grid-column-gap: 50px;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.creating-two-goal-grid-overlay {
  background-color: var(--white);
  border-radius: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.creating-two-goal-grid-main {
  position: relative;
}

.creating-two-about-container {
  max-width: 1290px;
}

.creating-two-about {
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.creating-two-about-main {
  grid-column-gap: 100px;
  align-items: center;
  display: flex;
}

.creating-two-about-image-wrapper {
  flex: 1;
  position: relative;
}

.creating-two-about-text-block, .creating-two-about-image-block {
  flex: 1;
}

.creating-two-about-text-divider {
  height: 1px;
  background-color: var(--dark-grey);
  margin-bottom: 30px;
}

.creating-two-about-text-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.counter-font {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 3.4375rem;
}

.counter-font.padding-bottom-ten {
  text-align: center;
  padding-bottom: 0;
  font-family: Ppeiko, sans-serif;
  font-size: 1.4rem;
  line-height: 2rem;
}

.counter-font.padding-top-twenty {
  padding-top: 20px;
}

.creating-two-about-image-two {
  z-index: 99;
  justify-content: flex-end;
  margin-top: -50%;
  display: flex;
  position: relative;
}

.creating-two-about-image-three {
  z-index: 9;
  margin-top: -50%;
  position: relative;
}

.creating-two-about-image-one {
  margin-left: 10%;
  position: relative;
}

.div-block-65 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-66 {
  position: relative;
}

.creating-two-services-container {
  max-width: 1290px;
}

.creating-two-services {
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  top: 0;
}

.creating-two-services-main {
  grid-column-gap: 100px;
  display: flex;
}

.creating-two-services-text-block, .creating-two-services-icon-box-block {
  flex: 1;
}

.creating-two-services-title-wrapper {
  max-width: 500px;
}

.creating-two-services-para-wrapper {
  max-width: 550px;
}

.creating-two-services-icon-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.creating-two-services-icon-grid-block {
  border: 1px solid var(--dark-grey);
  padding: 30px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  overflow: hidden;
}

.padding-top-ten {
  padding-top: 10px;
}

.padding-top-ten.paddding-bottom-ten {
  padding-bottom: 10px;
}

.creating-two-work {
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.creating-two-services-icon-button-wrapper {
  margin-top: 15px;
}

.creating-two-work-container {
  max-width: 1290px;
  overflow: hidden;
}

.creating-two-work-title-wrapper {
  max-width: 700px;
}

.creating-two-work-main {
  grid-column-gap: 15px;
  display: flex;
}

.creating-two-work-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.creating-two-work-image-block {
  position: relative;
}

.creating-two-work-data-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 15px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.underline-off {
  text-decoration: none;
}

.creating-two-faq-container {
  max-width: 1290px;
}

.creating-two-faq {
  padding-bottom: 200px;
  padding-left: 15px;
  padding-right: 15px;
}

.creating-two-faq-main {
  grid-column-gap: 100px;
  display: flex;
}

.creating-two-faq-text-block {
  flex: 1;
}

.creating-two-faq-image-block {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.creating-two-faq-image-wrapper {
  z-index: 9;
  position: absolute;
  top: auto;
  bottom: -50px;
  left: 0%;
  right: auto;
}

.creating-two-accordion-title {
  height: 80px;
  border-top: 1px solid var(--dark-grey);
  border-bottom: 1px solid var(--dark-grey);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.creating-two-accordion {
  overflow: hidden;
}

.creating-two-accordion-line-one, .creating-two-accordion-line-two {
  width: 15px;
  height: 1px;
  background-color: var(--dark-grey);
}

.creating-two-accordion-icon-wrapper {
  border: 1px solid var(--dark-grey);
  margin-right: 15px;
  padding: 15px 10px;
}

.creating-two-cta {
  background-image: url('../images/PALAZZO-BAU-Logo.png');
  background-position: 0 0;
  background-size: contain;
  margin-top: 0;
  margin-bottom: 120px;
  padding: 100px 15px 120px;
}

.creating-two-cta-container {
  max-width: 1290px;
}

.creating-two-cta-main {
  grid-column-gap: 100px;
  display: flex;
}

.creating-two-cta-text-block {
  flex: 0 70%;
}

.creating-two-cta-contact-block {
  border-left: 1px solid var(--white);
  flex: 0 30%;
  padding-left: 50px;
}

.creating-two-cta-sub-title-wrapper {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.footer-two {
  padding: 0 15px;
}

.footer-two-container {
  max-width: 1290px;
}

.footer-two-main {
  grid-column-gap: 30px;
  border-top: 1px solid var(--dark-grey);
  border-bottom: 1px solid var(--dark-grey);
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.footer-two-sub-one {
  flex: 0 35%;
}

.footer-two-sub-three {
  flex-direction: column;
  flex: 0 20%;
  align-items: flex-start;
  display: flex;
}

.footer-two-sub-two {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.creative-three-hero-section {
  position: relative;
}

.creative-three-hero-container {
  max-width: 1290px;
  align-items: center;
  padding-top: 250px;
  padding-bottom: 200px;
  display: flex;
}

.creative-three-hero-overlay {
  width: 30vw;
  height: 60vh;
  background-image: url('../images/Digital-Experience-2.webp');
  background-position: 50%;
  background-size: cover;
}

.creative-three-hero-title-span {
  color: rgba(0, 0, 0, 0);
  background-image: url('../images/Line-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.creative-three-hero-text-block {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.creative-three-about {
  z-index: 9;
  background-color: #000;
  padding: 120px 15px;
  position: relative;
}

.creative-three-hero-overlay-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 170px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.creative-three-about-container {
  max-width: 1290px;
}

.creative-three-about-main {
  grid-column-gap: 80px;
  display: flex;
}

.creative-three-about-text-block {
  flex: 1;
}

.creative-three-about-image-block {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.padding-bottom-ten {
  padding-bottom: 10px;
}

.creative-three-about-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.creative-three-about-grid-block {
  border: 1px solid var(--dark-grey);
  padding: 30px 35px;
}

.creative-three-about-grid-image-wrapper {
  position: relative;
}

.creative-three-about-grid-image {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.creative-three-about-image-wrapper {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.creative-three-services {
  padding: 0 15px 120px;
}

.creative-three-services-container {
  max-width: 1290px;
}

.creative-three-services-title-wrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.creative-three-services-main {
  display: flex;
}

.creative-three-services-text-block, .creative-three-services-list-block {
  flex: 1;
}

.creative-three-services-para-wrapper {
  max-width: 450px;
}

.creative-three-services-list-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.creative-three-services-list {
  grid-column-gap: 20px;
  border-bottom: 1px solid var(--dark-grey);
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.creative-three-services-image-wrapper {
  margin-top: -20px;
  margin-left: -70px;
  display: flex;
  position: relative;
}

.creative-three-services-image-two {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.creative-three-services-image-one {
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.creative-three-services-image-three {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.creative-three-services-image-four {
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image {
  transform: scale(1.5);
}

.creative-three-services-text-wrapper {
  z-index: 99;
  position: relative;
}

.creative-three-projects-container {
  max-width: 1290px;
}

.creative-three-projects {
  padding-left: 15px;
  padding-right: 15px;
}

.creative-three-projects-title-wrapper {
  max-width: 900px;
}

.creative-three-projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.profile-wrapper {
  z-index: 9;
  position: relative;
  overflow: hidden;
}

.creative-three-projects-grid-text-wrapper {
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 0%;
  right: 0%;
}

.creative-three-projects-grid-block {
  position: relative;
}

.creative-three-projects-grid-text {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.creative-three-contact {
  padding: 120px 15px;
}

.creative-three-contact-container {
  max-width: 1290px;
}

.creative-three-contact-main {
  align-items: center;
  display: flex;
}

.creative-three-contact-text-block {
  flex: 1;
}

.creative-three-contact-image-block {
  flex: 1;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.creative-three-contact-image-two, .creative-three-contact-image-three {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.creative-three-contact-image-one {
  position: relative;
}

.footer-three {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.div-block-117 {
  grid-column-gap: 15px;
  padding-bottom: 15px;
  display: flex;
}

.text-field {
  height: 54px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #858585;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.div-block-118 {
  padding-bottom: 15px;
}

.footer-three-holder {
  max-width: 1290px;
  grid-column-gap: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.footer-three-sub-one, .footer-three-sub-two {
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.footer-three-sub-three {
  flex: 0 30%;
}

.footer-three-sub-four {
  flex: 0 20%;
}

.footer-three-sub-three-form {
  border-bottom: 1px solid var(--dark-grey);
  display: flex;
}

.footer-three-main {
  border-top: 1px solid var(--dark-grey);
  border-bottom: 1px solid var(--dark-grey);
}

.creative-three-services-list-button {
  flex: 0 20%;
}

.about-hero-section {
  background-color: #383e42;
  padding-top: 170px;
  padding-bottom: 120px;
}

.about-hero-title-wrapper {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.about-hero-image-wrapper {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.about-solutions {
  background-color: #000;
  padding-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
}

.about-solutions-container {
  max-width: 1290px;
  color: #b7a675;
}

.about-solutions-title-wrapper {
  max-width: 750px;
  margin-top: -93px;
  margin-left: 220px;
  padding-right: 20px;
}

.about-solutions-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.about-solutions-grid-block {
  border: 1px solid var(--dark-grey);
  padding: 40px 40px 30px;
}

.about-story {
  background-color: #b7a675;
  margin-bottom: 0;
  padding-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
}

.about-story-container {
  height: auto;
  max-width: 1280px;
  background-color: rgba(0, 0, 0, 0);
}

.about-story-main {
  width: 107%;
  grid-column-gap: 50px;
  -webkit-text-stroke-color: black;
  display: flex;
}

.about-story-text-block {
  -webkit-text-stroke-color: black;
  flex: 1;
}

.about-story-image-block {
  flex: 1;
}

.about-story-para-wrapper {
  grid-column-gap: 20px;
  flex-direction: row;
  display: flex;
}

.about-story-para-wrapper.padding-bottom-thirty {
  width: 82%;
  margin-top: auto;
  padding-top: 20px;
  display: flex;
}

.about-story-line {
  line-height: 3rem;
}

.div-block-128 {
  width: 100px;
  height: 1px;
  background-color: var(--dark-grey);
  margin-top: 10px;
}

.about-service-text-block {
  width: 100%;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.about-service-main {
  height: 290px;
  border-bottom: 1px solid var(--dark-grey);
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-service-main.border-top {
  border-top: 1px solid var(--dark-grey);
}

.about-service-image-block {
  height: auto;
  align-self: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-service-image-block.bg-two {
  background-image: url('../images/Marketing-Services.webp');
}

.about-service-image-block.bg-three {
  background-image: url('../images/Creative-Agency-5.webp');
}

.about-service-image-block.bg-four {
  background-color: #af8741;
  background-image: url('../images/Branding-Strategy.webp');
}

.about-service-text-main {
  height: auto;
  max-height: 1040px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-service-text-wrapper {
  flex: 0 60%;
}

.about-service-button-wrapper {
  width: 80px;
  height: 80px;
  border: 2px solid var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.about-service-button-arrow-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-team {
  color: #000;
  background-color: #fff;
  padding: 120px 15px;
}

.about-team-container {
  max-width: 1290px;
}

.about-team-grid {
  max-height: none;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.about-team-grid-block {
  max-height: 358px;
  position: relative;
  overflow: hidden;
}

.about-team-overlay {
  background-image: linear-gradient(rgba(13, 13, 13, 0), #0d0d0d);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-team-text-wrapper {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: minmax(189px, 2.5fr);
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-team-social-wrapper {
  grid-column-gap: 20px;
  background-color: rgba(0, 0, 0, .4);
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.about-team-social {
  width: 33px;
  height: 33px;
  border: 1px solid var(--dark-grey);
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-team-social:hover {
  background-color: var(--burlywood);
}

.about-team-category {
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-image.autofit {
  max-width: none;
  display: inline-block;
}

.service-hero-section {
  background-color: #383e42;
  padding: 170px 15px 120px;
}

.service-hero-container {
  max-width: 1290px;
}

.service-hero-title-wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.service-hero-image-block {
  z-index: 9;
  grid-column-gap: 30px;
  background-color: #383e42;
  display: flex;
  position: relative;
}

.service-hero-image-two {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.service-hero-text-block {
  background-color: #383e42;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.service-hero-text-main {
  overflow: hidden;
}

.service-solves-container {
  max-width: 1290px;
}

.service-solves {
  padding-left: 15px;
  padding-right: 15px;
}

.service-solves-title-wrapper {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.service-solves-main {
  opacity: 1;
  outline-offset: 0px;
  color: #e7e7e7;
  text-align: center;
  border: 1px #000;
  border-radius: 0;
  outline: 3px rgba(51, 51, 51, .17);
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
  transform: translate(0);
}

.service-solves-list {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 45px 0 45px 40px;
  display: flex;
}

.service-solves-text {
  flex: 0 80%;
}

.service-solves-list-wrapper {
  max-width: 100%;
  flex: 0 70%;
}

.service-solves-number {
  width: 36px;
  height: 36px;
  border: 1px solid var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-solves-line {
  width: 100%;
  height: 1px;
  background-color: var(--dark-grey);
  color: var(--white);
  text-align: center;
  border: 50px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 2.5rem;
  display: block;
}

.service-solves-button {
  width: 80px;
  height: 80px;
  border: 1px solid var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.service-solves-button-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-case-study-container {
  max-width: 1290px;
}

.service-case-study {
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.service-case-study-text-main {
  max-width: 800px;
}

.service-case-study-text-block {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.letter-space-off {
  letter-spacing: 0;
}

.letter-space-off.align-center.padding-bottom-twenty {
  background-color: var(--dark-slate-grey);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.service-case-study-main-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.service-case-study-grid-image-wrapper {
  z-index: 9;
  position: relative;
  overflow: hidden;
}

.service-case-study-grid-overlay {
  background-image: linear-gradient(rgba(13, 13, 13, .21), #0d0d0d);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-case-study-grid-color-box {
  height: 443px;
  background-color: var(--dark-slate-grey);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-case-study-main-grid-block {
  position: relative;
}

.service-case-study-grid-text-block {
  z-index: 99;
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 40px;
  right: 40px;
  overflow: hidden;
}

.service-case-study-grid-text-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.padding-left-twenty {
  padding-left: 20px;
}

.service-case-study-grid-title-wrapper {
  border-left: 4px solid var(--burlywood);
}

.overflow-off {
  overflow: hidden;
}

.service-contact-container {
  max-width: 1290px;
}

.service-contact {
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.service-contact.padding-top {
  padding-top: 120px;
}

.service-contact-image-block {
  justify-content: space-between;
  display: flex;
}

.service-contact-image-one-wrapper {
  flex: 0 32%;
}

.service-contact-image-two-block {
  grid-row-gap: 80px;
  flex-direction: column;
  flex: 0 33%;
  display: flex;
}

.service-contact-image-three-wrapper {
  justify-content: flex-end;
  display: flex;
}

.service-contact-main {
  position: relative;
}

.service-contact-text-wrapper {
  z-index: 99;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-contact-title-wrapper {
  max-width: 720px;
}

.service-contact-para-wrapper {
  max-width: 435px;
}

.service-contact-text-main {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.service-contact-image-one {
  position: relative;
  overflow: hidden;
}

.service-contact-image-one-overlay {
  background-color: var(--burlywood);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-contact-image-two-wrapper {
  display: flex;
}

.service-contact-image-two {
  position: relative;
  overflow: hidden;
}

.service-contact-image-two-overlay {
  background-color: var(--burlywood);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-contact-image-three {
  position: relative;
  overflow: hidden;
}

.service-contact-image-three-overlay {
  background-color: var(--burlywood);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-detail-hero-section {
  padding: 0 15px;
}

.service-detail-hero-container {
  max-width: 1290px;
  background-image: url('../images/Digital-World.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 514px 720px;
}

.service-detail-hero-title-wrapper {
  max-width: 1200px;
  color: #b7a675;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: 183px;
  display: block;
}

.service-detail-hero-image-block {
  z-index: 9;
  width: 800px;
  max-width: 745px;
  grid-column-gap: 48px;
  justify-content: center;
  align-items: center;
  margin-top: 63px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.service-detail-hero-image-one {
  flex: 1;
}

.service-detail-hero-divider-one {
  width: 60px;
  height: 1px;
  background-color: var(--burlywood);
}

.service-detail-hero-image-text {
  width: 650px;
  max-width: 310px;
  flex-direction: column;
  flex: 0 auto;
  align-self: auto;
  align-items: flex-end;
  margin-top: auto;
  display: block;
}

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

.align-right.padding-top-thirty {
  width: 500px;
  color: #000;
  text-align: justify;
  padding-top: 0;
  font-family: Ofl, sans-serif;
  font-size: 1.1rem;
}

.service-detail-hero-main {
  justify-content: center;
  align-items: center;
  margin-top: 220px;
  margin-left: -200px;
  padding-bottom: 100px;
  display: block;
  position: relative;
}

.service-detail-hero-text-block {
  margin-right: 20%;
}

.service-detail {
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.service-detail-container {
  max-width: none;
  margin-top: auto;
  padding-bottom: 20px;
}

.tabs {
  align-items: flex-start;
  display: flex;
}

.tabs-menu {
  background-color: #000;
  flex-direction: column;
  flex: 0 30%;
  margin-top: 40px;
  display: flex;
}

.tabs-content {
  flex-direction: column;
  flex: 0 70%;
}

.tab-link-tab-1 {
  grid-column-gap: 20px;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.tab-link-tab-1.w--current {
  border-bottom: 1px solid var(--white);
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 0;
}

.tab-link-tab-2 {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.tab-link-tab-2.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.tab-link-tab-3 {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.tab-link-tab-3.w--current {
  background-color: rgba(0, 0, 0, 0);
}

.tab-link-tab-4 {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.tab-link-tab-4.w--current {
  background-color: rgba(0, 0, 0, 0);
}

.tab-pane-tab-1 {
  color: var(--gold);
  margin-left: 50px;
}

.service-detail-content-main {
  max-width: 700px;
}

.service-detail-content-list {
  grid-column-gap: 10px;
  display: flex;
}

.padding-top-twenty {
  padding-top: 20px;
}

.margin-top-twenty {
  margin-top: 20px;
}

.tab-pane-tab-2, .tab-pane-tab-3, .tab-pane-tab-4 {
  margin-left: 50px;
}

.service-detail-tab-border {
  border: 2px solid var(--burlywood);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-detail-tab-main {
  padding: 40px 30px;
  position: relative;
}

.service-detail-tab-line {
  height: 1px;
  background-color: var(--white);
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0%;
  right: 0%;
}

.service-detail-tab-text {
  z-index: 9;
  grid-column-gap: 20px;
  display: flex;
  position: relative;
}

.service-detail-solutions {
  background-color: #0d0d0d;
}

.service-detail-solutions-container {
  max-width: 1290px;
}

.service-detail-solutions-main {
  align-items: center;
  padding: 20px 15px 120px;
  display: flex;
  position: relative;
}

.service-detail-solutions-text-block {
  flex: 1;
  position: relative;
}

.service-detail-solutions-main-image-block {
  flex: 1;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.service-detail-solutions-title-wrapper {
  max-width: 450px;
  align-items: flex-start;
  display: flex;
}

.service-detail-solutions-divider {
  width: 88px;
  height: 1px;
  background-color: var(--burlywood);
}

.padding-top-thirty {
  padding-top: 30px;
}

.service-detail-solutions-list {
  padding-left: 18px;
}

.service-detail-solutions-main-image {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.service-detail-solutions-main-text {
  max-width: 320px;
}

.service-detail-solutions-main-divider {
  width: 88px;
  height: 1px;
  background-color: var(--white);
}

.service-detail-solutions-image-block {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.portfolio-one-hero-section {
  padding: 170px 15px 120px;
}

.portfolio-one-hero-container {
  max-width: 1290px;
}

.portfolio-one-grid {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

.portfolio-one-grid-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.protfolio-data-box {
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  top: auto;
  bottom: -40px;
  left: 0%;
  right: 0%;
}

.portfolio-one-grid-main {
  position: relative;
}

.cursor-wrapper {
  z-index: 999;
  width: 100vw;
  height: 100vh;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

.cursor {
  background-color: var(--burlywood);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.html-embed {
  cursor: none;
}

.portfolio-one-link {
  max-height: 573px;
  max-width: 1056px;
  position: relative;
  overflow: hidden;
}

.portfolio-one-para-wrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.portfolio-two-hero-section {
  padding-top: 70px;
  padding-bottom: 120px;
}

.portfolio-two-hero-section.height-off {
  width: 100%;
  background-color: rgba(56, 62, 66, .7);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  background-attachment: fixed;
  margin-top: auto;
  display: block;
}

.portfolio-two-hero-section.height-off.background-mmage {
  background-image: url('../images/Luxory-Immobilien-Wien.jpg');
  background-position: 50% 100%;
  background-size: cover;
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.portfolio-two-hero-section.height-off {
  background-color: #b7a675;
  background-image: none;
  margin-top: auto;
  padding-bottom: 60px;
}

.portfolio-two-container {
  max-width: 1290px;
  margin-top: 75px;
}

.portfolio-two-holder {
  width: 150vw;
  grid-column-gap: 30px;
  margin-top: 200px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 170px;
  bottom: 0;
}

.portfolio-two-item {
  display: block;
}

.portfolio-two-main {
  height: 200vw;
}

.portfolio-two-main.line-height-off {
  height: auto;
  height: auto;
  height: auto;
  height: auto;
  min-width: 33%;
  margin-top: auto;
}

.portfolio-one-link-overlay {
  background-image: linear-gradient(30deg, rgba(13, 13, 13, .7), rgba(255, 255, 255, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.portfolio-two-image-wrapper {
  margin-left: 83px;
  position: relative;
}

.portfolio-two-data {
  text-align: center;
  margin-top: 177px;
  padding: 20px;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.portfolio-two-overflow {
  background-image: linear-gradient(30deg, rgba(13, 13, 13, .7), rgba(255, 255, 255, 0));
  margin-top: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.portfolio-three-bg-image-block {
  width: 100vw;
  height: 100vh;
  position: fixed;
}

.portfolio-three-bg-image-one {
  width: 100vw;
  height: 100vh;
}

.portfolio-three-hero-grid-upper-line {
  height: 1px;
  background-color: var(--dark-grey);
  position: absolute;
  top: 170px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.portfolio-three-hero-section {
  height: 120vh;
  padding-top: 170px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.portfolio-three-hero-container {
  max-width: 1290px;
}

.portfolio-three-hero-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-columns: 1fr;
  align-items: center;
}

.portfolio-three-hero-grid-block {
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.portfolio-three-hero-grid-button {
  width: 100px;
  height: 100px;
  border: 1px solid var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.portfolio-three-hero-button-text {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.view-text.body-font.color-black {
  color: var(--dark-slate-grey);
}

.view-text.body-font.color-black.uppercase {
  text-transform: uppercase;
}

.portfolio-three-hero-main {
  grid-column-gap: 30px;
  display: flex;
}

.portfolio-three-hero-line-wrapper {
  width: 1px;
  background-color: var(--dark-grey);
  position: relative;
}

.portfolio-three-hero-line {
  width: 1px;
  background-color: var(--white);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.portfolio-three-bg-image-wrapper {
  position: relative;
}

.portfolio-three-bg-image-two-wrapper {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.portfolio-three-bg-image-main {
  position: relative;
}

.portfolio-three-bg-image-overflow {
  background-image: linear-gradient(rgba(255, 255, 255, 0), #0d0d0d);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.portfolio-three-bg-image-two {
  width: 100vw;
  height: 100vh;
}

.creative-detail-hero-section {
  padding: 170px 15px 120px;
}

.creative-detail-hero-container {
  max-width: 1290px;
}

.creative-detail-hero-para-wrapper {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.creative-detail-hero-text-wrapper {
  max-width: 1100px;
}

.creative-detail-divider {
  height: 1px;
  max-width: 1725px;
  background-color: var(--dark-grey);
  margin-left: auto;
  margin-right: auto;
}

.creative-detail-strategies {
  padding: 100px 15px 120px;
}

.creative-detail-strategies-title-wrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.creative-detail-strategies-container {
  max-width: 1290px;
}

.creative-detail-strategies-list-wrapper {
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.creative-detail-strategies-list {
  grid-column-gap: 20px;
  border-bottom: 1px solid var(--dark-grey);
  align-items: center;
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
}

.creative-detail-strategies-number-wrapper {
  width: 36px;
  height: 36px;
  border: 1px solid var(--dark-grey);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.creative-detail-strategies-main {
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.collection-list-wrapper {
  width: 100%;
}

.creative-detail-strategies-default-image {
  width: 520px;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.creative-detail-strategies-image-wrapper {
  z-index: 9;
  width: 520px;
  height: 600px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.creative-detail-experience-container {
  max-width: 1290px;
}

.creative-detail-user-experience {
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.creative-detail-experience-main {
  grid-column-gap: 30px;
  align-items: stretch;
  display: flex;
}

.creative-detail-experience-sub-one {
  flex: 0 60%;
}

.creative-detail-experience-sub-two {
  flex: 1;
}

.footer-four {
  padding-left: 15px;
  padding-right: 15px;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.landing-hero-section {
  background-image: url('../images/Creative-Agency-9.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.landing-hero-container {
  max-width: 1290px;
}

.landing-hero-title-wrapper {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.landing-hero-button-wrapper {
  justify-content: center;
  display: flex;
}

.landing-hero-bg-one {
  background-image: linear-gradient(rgba(36, 36, 36, 0), #242424);
  padding: 180px 15px 600px;
}

.landing-home-pages {
  padding: 100px 15px 120px;
}

.landing-home-container {
  max-width: 1290px;
}

.landing-home-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: start;
}

.landing-home-image-wrapper {
  background-color: #1f1f1f;
  justify-content: center;
  align-items: center;
  display: flex;
}

.landing-home-text-wrapper {
  justify-content: center;
  display: flex;
}

.landing-inner-pages {
  background-color: #1f1f1f;
  padding: 100px 15px 120px;
}

.landing-inner-container {
  max-width: 1290px;
}

.landing-inner-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.landing-inner-text-wrapper {
  justify-content: center;
  display: flex;
}

.landing-cta {
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.landing-container {
  max-width: 1290px;
}

.landing-inner-grid-block {
  flex-direction: column;
  align-items: center;
}

.creative-four-hero-section {
  background-image: url('../images/luxbau-header-image.jpg');
  background-position: 0%;
  background-size: cover;
  background-attachment: fixed;
  display: block;
  position: static;
}

.creative-four-hero-sub-two {
  max-width: 1290px;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(-300px);
}

.creative-four-hero-sub-text-block {
  flex: 0 56%;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 171px;
  display: flex;
}

.creative-four-hero-sub-image-block {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  margin-top: -108px;
  margin-bottom: 0;
  margin-left: -200px;
  display: block;
  position: static;
}

.creative-four-hero-sub-title-span {
  color: rgba(0, 0, 0, 0);
  background-image: url('../images/Line-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.image-open {
  max-width: 80%;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  align-items: stretch;
  margin-top: -200px;
  display: flex;
}

.creative-four-hero-sub-one {
  height: 542px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.creative-four-feature-service {
  width: auto;
  height: auto;
  color: #383e42;
  background-color: #f6f5ea;
  border: 1px #383e42;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 15px;
  display: flex;
  position: static;
  overflow: visible;
}

.creative-four-feature-container {
  max-width: none;
  color: #000;
  background-color: #000;
  flex: 0 auto;
}

.creative-four-feature-title-wrapper {
  max-width: 844px;
  border: 1px #000;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}

.creative-four-feature-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 40px;
}

.creative-four-feature-grid-block {
  position: relative;
}

.creative-four-feature-grid-block.margin-bottom-fifty {
  margin-bottom: 50px;
}

.creative-four-feature-grid-block.margin-top-fifty {
  margin-top: 50px;
}

.creative-four-feature-grid-main {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: auto;
  padding-bottom: 0;
  padding-left: 20px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.creative-four-divider {
  height: 1px;
  max-width: 1500px;
  background-color: var(--dark-grey);
  margin-left: auto;
  margin-right: auto;
}

.creative-four-about {
  color: #383e42;
  -webkit-text-stroke-color: black;
  background-color: #000;
  margin-top: auto;
  padding: 120px 15px 40px;
}

.creative-four-about-container {
  max-width: 1290px;
  -webkit-text-stroke-color: black;
  margin-top: auto;
}

.creative-four-about-main {
  grid-column-gap: 100px;
  background-color: #b7a675;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

.creative-four-about-main.background-transparent {
  background-image: url('../images/PALAZZO-BAU-Logo.png');
  background-position: 0 0;
  background-size: auto;
  background-attachment: fixed;
  margin-top: 60px;
}

.creative-four-about-image-block {
  max-width: 642px;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  order: 0;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-end;
  margin-top: auto;
  display: flex;
}

.creative-four-about-text-block {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-right: 40px;
  display: block;
}

.creative-four-about-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: rgba(56, 62, 66, .7);
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-top: -63px;
  margin-left: -110px;
}

.creative-four-about-grid-block {
  grid-column-gap: 20px;
  align-items: flex-start;
  display: flex;
}

.creative-four-about-text-wrapper {
  max-width: 500px;
}

.creative-four-agency {
  -webkit-text-stroke-color: black;
  align-items: center;
  margin-top: auto;
  margin-right: 60px;
  display: flex;
}

.creative-four-agency-text-block {
  flex: 1;
  margin-top: auto;
}

.creative-four-agency-image-block {
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.creative-four-agency-title-wrapper {
  width: auto;
  max-width: none;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.creative-four-agency-para-wrapper {
  width: auto;
  max-width: none;
}

.creative-four-agency-counter-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.creative-four-agency-image-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 105px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.creative-four-agency-counter-block {
  background-color: var(--burlywood);
  margin-bottom: -12%;
  padding: 30px 40px 20px;
}

.counter-two-font {
  color: var(--dark-slate-grey);
  font-family: Open Sans, sans-serif;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 3.125rem;
}

.creative-four-projects-text-block {
  max-width: none;
  justify-content: center;
  align-items: center;
  margin-top: -33px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  display: block;
}

.creative-four-projects-title-wrapper {
  max-width: 700px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  display: block;
}

.creative-four-projects-text-wrapper {
  margin-left: 200px;
  position: static;
}

.creative-four-projects-button-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.creative-four-why-choose {
  width: 100%;
  background-color: #b7a675;
  margin-top: auto;
  padding-bottom: 0;
}

.creative-four-why-choose-text-block {
  width: auto;
  max-width: none;
  grid-column-gap: 146px;
  grid-row-gap: 146px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.creative-four-why-choose-main {
  border-top: 1px solid var(--dark-grey);
}

.creative-four-why-choose-list {
  height: 320px;
  max-width: none;
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  text-align: center;
  border: 1px #000;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 2em;
  display: flex;
}

.creative-four-why-choose-list-title {
  flex-direction: column;
  flex: 0 41%;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.creative-four-why-choose-list-data {
  grid-column-gap: 59px;
  grid-row-gap: 59px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  display: flex;
}

.creative-four-why-choose-list-image-block {
  flex: 0 25%;
  position: relative;
}

.creative-four-why-choose-list-image-bg {
  background-color: var(--dark-grey);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.creative-four-why-choose-list-wrapper {
  max-width: 100%;
  border-bottom: 1px solid var(--dark-grey);
  margin-left: auto;
  margin-right: auto;
}

.creative-four-why-choose-list-text {
  grid-column-gap: 30px;
  flex: 0 85%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.creative-four-why-choose-list-para {
  max-width: 300px;
}

.creative-four-why-choose-list-image {
  z-index: 9;
  width: auto;
  height: 250px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.creative-four-cta {
  background-image: url('../images/LIFESTONE-VILLEN-DESIGN-Logo-3.png');
  background-position: 50% 100%;
  background-size: auto;
  background-attachment: fixed;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.creative-four-cta-container {
  max-width: 1300px;
}

.full-width.autofit {
  width: 140%;
  max-width: 140%;
  object-fit: contain;
  margin-top: -144px;
  margin-left: -80px;
}

.full-width.autofit.image-banner {
  width: 100%;
  margin-top: auto;
  margin-left: auto;
}

.full-width.autofit.image-left {
  width: 100%;
  margin-top: -348px;
  margin-left: auto;
  padding-right: 40px;
  display: block;
  position: relative;
}

.full-width.autofit {
  width: 752px;
  max-width: none;
  margin-top: -339px;
  position: absolute;
}

.full-width.autofit.logo-herro {
  width: 850px;
  max-width: none;
  margin-top: auto;
  margin-left: -128px;
}

.full-width.autofit {
  width: 199%;
  max-width: none;
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  margin-top: 78px;
  margin-left: auto;
  position: static;
}

.nav-mail-link {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-mail-link.underline-off {
  justify-content: flex-start;
}

.nav-phone-link {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-one-hero-section {
  padding: 150px 15px 120px;
}

.pricing-one-hero-container {
  max-width: 1290px;
}

.pricing-one-hero-toggle-block {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-one-main-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.pricing-one-main-grid-block {
  border: 1px solid var(--dark-grey);
  padding: 0 30px 30px;
}

.pricing-one-main-divider {
  width: auto;
  height: 1px;
  background-color: var(--dark-grey);
}

.pricing-one-main-list-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 100%;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

.pricing-one-main-list-grid-block {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.pricing-one-main-list-grid-dot {
  width: 5px;
  height: 5px;
  background-color: var(--white);
  border-radius: 100%;
}

.monthly {
  position: relative;
}

.yearly {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pricing-one-main {
  position: relative;
}

.pricing-one-hero-toggle-main {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-one-hero-toggle {
  width: 80px;
  background-color: var(--burlywood);
  border-radius: 30px;
  padding: 2px;
}

.pricing-one-hero-toggle-button {
  width: 26px;
  height: 26px;
  background-color: var(--white);
  border-radius: 100%;
}

.pricing-one-hero-discount {
  background-color: var(--white);
  padding-left: 5px;
  padding-right: 2px;
}

.pricing-one-divider {
  width: 100%;
  height: 1px;
  max-width: 1770px;
  background-color: var(--dark-grey);
  margin-left: auto;
  margin-right: auto;
}

.pricing-plans {
  padding: 100px 15px 120px;
}

.pricing-plans-container {
  max-width: 1290px;
}

.pricing-plans-block {
  grid-column-gap: 50px;
  border-bottom: 1px solid var(--dark-grey);
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.pricing-plans-sub-one, .pricing-plans-sub-two, .pricing-plans-sub-three {
  flex: 1;
  justify-content: center;
  display: flex;
}

.pricing-plans-title {
  flex: 0 40%;
}

.pricing-faq-container {
  max-width: 1290px;
}

.pricing-faq {
  padding-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
}

.pricing-faq-title-wrapper, .pricing-faq-para-wrapper {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-faq-block {
  grid-column-gap: 50px;
  display: flex;
}

.pricing-faq-sub-one, .pricing-faq-sub-two {
  flex: 1;
}

.pricing-two-hero-section {
  padding: 150px 15px 120px;
}

.pricing-two-hero-container {
  max-width: 1290px;
}

.pricing-two-hero-para-wrapper {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-two-hero-toggle-main {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-two-hero-toggle-wrapper {
  width: 80px;
  background-color: var(--burlywood);
  border-radius: 20px;
  padding: 2px;
}

.pricing-two-hero-toggle {
  width: 26px;
  height: 26px;
  background-color: var(--white);
  border-radius: 100%;
}

.pricing-two-discount {
  background-color: var(--white);
}

.pricing-two-main-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.pricing-two-main-grid-block {
  grid-column-gap: 100px;
  border: 1px solid var(--dark-grey);
  padding: 50px;
  display: flex;
}

.pricing-two-main-grid-sub-one {
  flex: 0 50%;
}

.pricing-two-main-grid-sub-two {
  flex: 1;
}

.pricing-name.margin-top-off {
  margin-top: 0;
}

.pricing-two-main-grid-para-wrapper {
  max-width: 400px;
}

.pricing-two-main-grid-divider {
  height: 1px;
  background-color: var(--dark-grey);
}

.pricing-two-main-list-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

.pricing-two-main-list-grid-block {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.pricing-two-main-list-grid-text {
  flex: 1;
}

.pricing-two-main-list-grid-dot {
  width: 8px;
  height: 8px;
  background-color: var(--white);
  border-radius: 100%;
}

.yearly-plan {
  max-width: 1067px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.monthly-plan {
  max-width: 1067px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.pricing-two-main {
  position: relative;
}

.pricing-two-faq {
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.pricing-two-faq-container {
  max-width: 1290px;
}

.pricing-two-faq-main {
  grid-column-gap: 50px;
  display: flex;
}

.pricing-two-faq-holder {
  flex: 1;
}

.pricing-two-faq-image-block {
  flex: 1;
  align-items: center;
  display: flex;
}

.pricing-two-faq-image-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: end;
}

.nav-container {
  max-width: 1290px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-main {
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 15px;
  padding-right: 15px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(0);
}

.nav-main:active {
  background-color: #7a7e73;
}

.nav-main:focus {
  background-color: rgba(159, 168, 118, 0);
}

.nav-wrapper {
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.hamburger-wrapper {
  flex: none;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: block;
  position: relative;
}

.header-bg-shape {
  z-index: 999;
  width: 300vw;
  height: 300vh;
  background-color: var(--dark-slate-grey);
  border-radius: 100%;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
  transform: translate(100%, -100%);
}

.nav-menu {
  z-index: 999;
  max-width: 1290px;
  grid-row-gap: 100px;
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, -100%);
}

.menu-link {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.menu-link.underline-off {
  padding-left: 15px;
  padding-right: 15px;
  transition: transform .6s;
}

.menu-link.underline-off:hover {
  transform: translate(20px);
}

.header {
  display: none;
}

.contact-one-hero-section {
  padding: 170px 15px 20px;
}

.contact-one-hero-container {
  max-width: 1290px;
}

.contact-one-hero-main {
  height: 513px;
  background-image: url('../images/Need-Help.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 777px 513px;
  display: flex;
}

.contact-one-hero-holder {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.contact-one-title-wrapper {
  max-width: 810px;
}

.divider-all {
  height: 1px;
  max-width: 1690px;
  background-color: var(--dark-grey);
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.contact-one-form {
  padding: 120px 15px 20px;
}

.contact-one-form-container {
  max-width: 1290px;
}

.contact-one-form-main {
  display: flex;
}

.contact-one-form-sub-one {
  flex: 0 40%;
}

.contact-one-form-sub-two {
  flex: 1;
}

.contact-one-form-sub-one-para-wrapper {
  max-width: 370px;
}

.contact-one-form-field-wrapper {
  grid-column-gap: 15px;
  padding-bottom: 10px;
  line-height: 120px;
  display: flex;
}

.contact-one-form-field-one {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 100px;
  display: flex;
}

.contact-one-form-field-two {
  height: 120px;
  flex: 1;
  align-self: auto;
}

.contact-one-form-field-main {
  height: 60px;
  background-color: #1d1d1d;
  border: 0 solid rgba(0, 0, 0, 0);
}

.contact-one-form-field-main.body-font {
  width: 300px;
  align-self: auto;
  margin-top: auto;
  margin-left: auto;
  padding-left: 20px;
  position: static;
}

.contact-one-form-text-area {
  min-height: 150px;
  background-color: #1d1d1d;
  border: 0 solid rgba(0, 0, 0, 0);
  margin-bottom: 15px;
}

.contact-one-form-text-area.body-font {
  width: 691px;
  margin-top: auto;
  margin-left: auto;
}

.contact-one {
  padding: 100px 15px 120px;
}

.contact-one-container {
  max-width: 1290px;
}

.contact-one-main {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-one-text-wrapper {
  max-width: 844px;
  margin-left: auto;
  margin-right: auto;
}

.contact-one-link-block {
  grid-column-gap: 20px;
  display: flex;
}

.contact-one-link-wrapper {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.contact-one-link-main {
  display: flex;
}

.contact-two-hero-section {
  margin-top: auto;
  margin-bottom: 140px;
  padding: 70px 15px 0;
}

.contact-two-hero-container {
  max-width: none;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.contact-two-hero-main {
  grid-column-gap: 50px;
  align-items: center;
  display: flex;
}

.contact-two-hero-main.footer-kontakt-details {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
}

.contact-two-hero-text-block {
  flex: 0 40%;
}

.contact-two-hero-form-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-two-hero-form-wrapper.kontakt32 {
  max-width: 55%;
}

.contact-two-hero-para-wrapper {
  max-width: 400px;
}

.contact-two {
  background-image: url('../images/luxbau-header-image.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  margin-top: -48px;
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.contact-two-container {
  max-width: 1290px;
  margin-top: auto;
}

.contact-two-main {
  grid-column-gap: 50px;
  background-color: rgba(56, 62, 66, .7);
  margin-bottom: 120px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.contact-two-text-block {
  flex: 1;
}

.contact-two-address-block {
  max-height: 320px;
  min-width: 53%;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-two-title-wrapper {
  max-width: 450px;
}

.contact-two-para-wrapper {
  max-width: 400px;
}

.contact-two-address-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 57px;
}

.contact-two-address-grid-block {
  grid-column-gap: 20px;
  display: flex;
}

.contact-two-address-text-wrapper {
  text-transform: lowercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  font-family: Ppeiko, sans-serif;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
  display: flex;
}

.contact-two-address {
  max-width: 350px;
}

.contact-two-solutions {
  background-color: var(--burlywood);
  padding: 60px;
  display: flex;
}

.contact-two-solutions-sub-one, .contact-two-solutions-sub-two {
  flex: 1;
}

.color-black {
  color: var(--dark-slate-grey);
}

.color-black.padding-bottom-twenty.margin-top-off {
  margin-top: 0;
}

.change-image-size {
  width: 31px;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.change-image-size.img-1, .change-image-size.link-2 {
  width: 65px;
  height: 65px;
}

.nav-address {
  grid-column-gap: 30px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  padding: 170px 15px 120px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.utility-page-form {
  background-color: #0d0d0d;
  flex-direction: column;
  align-items: center;
  padding: 60px;
  display: flex;
}

.div-block-162 {
  max-width: 600px;
}

.utility-button-wrapper {
  width: 70%;
  display: flex;
}

.field-label {
  display: none;
}

.passord-protect {
  height: 60px;
  margin-bottom: 0;
}

.template-hero-section {
  background-color: #0d0d0d;
  padding: 150px 15px 120px;
}

.template-hero-section-container {
  max-width: 1290px;
}

.template-hero-section-text-block {
  max-width: 800px;
}

.style-guide-attributes-container {
  max-width: 1290px;
}

.style-guide-color-pallette-primary-color {
  flex: 1;
}

.style-guide-color-pallette-primary-color.width {
  max-width: 50%;
}

.style-guide-heading-style-grid-title-wrapper {
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.style-guide-color-pallette {
  margin-top: 100px;
}

.style-guide-site-map-list {
  margin-bottom: 0;
}

.style-guide-attributes {
  padding: 100px 20px 120px;
}

.style-guide-heading-style-grid-font-wrapper {
  flex: 0 auto;
}

.style-guide-color-pallette-title-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.style-guide-color-pallette-title-wrapper.padding-bottom {
  padding-bottom: 30px;
}

.style-guide-color-pallette-block-color {
  height: 75px;
  background-color: var(--dim-grey);
}

.style-guide-color-pallette-block-color.gainsboro {
  background-color: rgba(0, 0, 0, 0);
}

.style-guide-color-pallette-block-color.reddish-orange {
  background-color: var(--burlywood);
}

.style-guide-color-pallette-block-color.dark-slate-grey {
  background-color: var(--dark-slate-grey);
}

.style-guide-color-pallette-block-color.drak-grey {
  color: var(--dark-grey);
}

.style-guide-color-pallette-block-color.white {
  background-color: var(--white);
}

.style-guide-heading-style {
  padding-top: 100px;
}

.style-guide-body-text {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 120px;
  display: flex;
}

.style-guide-color-pallette-grid-block {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.style-guide-typography-palette {
  padding-top: 100px;
}

.style-guide-color-pallette-secondary-color {
  flex: 1;
}

.style-guide-heading-style-grid-block-title {
  padding-bottom: 20px;
}

.style-guide-heading-style-grid-two {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.style-guide-color-pallette-color-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.style-guide-button {
  margin-top: 120px;
}

.style-guide-heading-style-grid-text-wrapper {
  grid-column-gap: 10px;
  background-color: #0d0d0d;
  padding: 30px;
  display: flex;
}

.style-guide-body-text-font-2 {
  grid-column-gap: 50px;
  display: flex;
}

.style-guide-color-pallette-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.changelog-hero-section {
  background-color: #0d0d0d;
  padding: 170px 15px 120px;
}

.changelog-logo {
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
}

.flex-center {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 0%;
  display: block;
  position: relative;
}

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

.changelog-container {
  max-width: 1320px;
  justify-content: center;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.licensing-hero-section {
  background-color: #0d0d0d;
  padding: 170px 15px 120px;
}

.licensing-text-wrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.change-size-two {
  font-size: 1.5rem;
}

.licence-information-image-block {
  margin-top: 3.6rem;
  margin-bottom: 3.5rem;
}

.licencing-image-block {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

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

.licencing-image-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.contact-container {
  max-width: 1290px;
}

.licensing-section {
  padding: 100px 15px 70px;
}

.templates-hero-section {
  background-color: #0d0d0d;
  padding-top: 170px;
  padding-bottom: 120px;
}

.documentation-subject {
  padding: 100px 15px 120px;
}

.documentation-subject-container {
  max-width: 1290px;
}

.documentation-subject-grid-block {
  display: flex;
}

.documentation-subject-grid-wrapper {
  flex: 1;
}

.documentation-container {
  max-width: 1290px;
}

.blog-detail-hero-section {
  padding-top: 70px;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-detail-hero-container {
  max-width: 1290px;
}

.blog-detail-hero-meta-wrapper {
  grid-column-gap: 30px;
  display: flex;
}

.blog-detail-hero-image-wrapper {
  height: 567px;
  margin-bottom: 30px;
  overflow: hidden;
}

.blog-detail-hero-title-wrapper {
  max-width: 980px;
}

.divider-two {
  height: 1px;
  max-width: 1290px;
  background-color: var(--dark-grey);
  margin: 50px auto;
}

.blog-detail-author-container {
  max-width: 1290px;
}

.blog-detail-author {
  padding-left: 15px;
  padding-right: 15px;
}

.blog-detail-author-main {
  justify-content: center;
  display: flex;
}

.blog-detail-author-description-wrapper {
  max-width: 780px;
}

.blog-detail-author-name-wrapper {
  display: flex;
}

.blog-detail-author-image-block {
  flex: 0 30%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.blog-detail-author-divider {
  width: 1px;
  height: 100%;
  background-color: var(--white);
}

.blog-detail-author-image-wrapper {
  width: 82px;
  height: 82px;
  background-color: var(--white);
  border-radius: 100%;
  margin-right: 30px;
  overflow: hidden;
}

.blog-detail-author-text {
  margin-left: 30px;
}

.blog-style-one-hero-section {
  padding: 70px 15px 120px;
}

.blog-style-one-hero-container {
  max-width: 1290px;
}

.blog-style-one-hero-para-wrapper {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.blog-style-one-hero-main {
  grid-column-gap: 20px;
  align-items: flex-start;
  display: flex;
}

.blog-style-one-hero-sub-one {
  flex: 0 auto;
}

.blog-style-one-recent-main {
  border: 1px solid #3a3a3a;
  flex: 1;
  padding: 20px;
}

.blog-style-one-hero-sub-one-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-style-one-main {
  width: 410px;
  height: 337px;
}

.blog-style-one-main-text {
  background-color: #000;
  padding: 20px;
}

.blog-style-one-main-title-wrapper {
  max-width: 327px;
}

.blog-style-one-recent-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-style-one-recent-post {
  grid-column-gap: 15px;
  display: flex;
}

.blog-style-one-recent-image {
  height: 101px;
  flex: 0 35%;
}

.blog-style-one-recent-text {
  flex-direction: column;
  flex: 0 65%;
  justify-content: space-around;
  display: flex;
}

.blog-style-one-recent {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.blog-style-one-container {
  max-width: 1290px;
}

.blog-style-one-cta {
  padding: 70px 15px;
}

.blog-style-one-divider {
  height: 1px;
  max-width: 1290px;
  background-color: var(--dark-grey);
  margin-left: auto;
  margin-right: auto;
}

.blog-style-one-main-data {
  margin-top: -90px;
  margin-left: 50px;
  position: relative;
}

.blog-style-one-main-category-wrapper {
  display: flex;
}

.blog-style-one-main-category {
  background-color: var(--white);
  padding-left: 10px;
  padding-right: 10px;
}

.blog-style-two-hero-section {
  padding: 70px 15px 120px;
}

.blog-style-two-hero-container {
  max-width: 1290px;
}

.blog-style-two-hero-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.blog-style-two-hero-grid-image-wrapper {
  height: 363px;
  overflow: hidden;
}

.blog-style-two-hero-grid-image-wrapper.full-height {
  height: auto;
}

.blog-style-two-hero-grid-data {
  padding-top: 20px;
}

.blog-style-two-hero-grid-meta {
  grid-column-gap: 5px;
  display: flex;
}

.blog-style-two-hero-grid-block {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.case-study-hero-section {
  padding: 170px 15px 70px;
}

.case-study-hero-container {
  max-width: 1290px;
}

.case-study-related-divider {
  height: 1px;
  max-width: 1290px;
  background-color: var(--dark-grey);
  margin-left: auto;
  margin-right: auto;
}

.case-study-related-title {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-left: 15px;
  padding-right: 15px;
}

.service-case-study-text {
  max-width: 1290px;
  background-color: #383e42;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.service-case-study-title-wrapper {
  max-width: 800px;
}

.service-case-study-button {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.case-study-list {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.case-study-main {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-163 {
  margin-top: 120px;
}

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

.italic-text {
  width: auto;
  direction: ltr;
  color: var(--black);
  text-transform: none;
  margin-top: auto;
  margin-bottom: 20px;
  font-family: Ppeiko, sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 100;
  line-height: 1.4em;
  display: block;
  overflow: visible;
}

.italic-text.align-center {
  width: 100%;
  text-align: center;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 2rem;
  display: block;
}

.italic-text.premium-home-title {
  color: var(--white);
  padding-top: 60px;
  font-weight: 500;
  line-height: 2em;
}

.italic-text.premium-home-title.text-2.title12 {
  padding-top: 0;
  font-family: Greatvibes, sans-serif;
  font-size: 2.5rem;
  font-weight: 100;
  line-height: 1.2em;
}

.italic-text.premium-home-title.title11 {
  color: var(--gold);
  letter-spacing: 1.2px;
  margin-bottom: auto;
  padding-top: 0;
  font-family: Ppeiko, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1em;
}

.italic-text.premium-home-title.titel {
  color: var(--black);
  padding-top: 40px;
  font-size: 1.8rem;
}

.italic-text.energie {
  color: var(--gold);
  text-transform: uppercase;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2em;
}

.paragraph-2 {
  width: 450px;
  text-align: center;
  margin-left: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.paragraph-3, .paragraph-4, .paragraph-5 {
  width: 90%;
  color: #f0f0f0;
  text-align: justify;
}

.div-block-164 {
  width: 110%;
  color: #000;
  -webkit-text-stroke-color: black;
  background-color: #f6f5ea;
  align-items: center;
  margin-top: -18px;
  margin-left: -53px;
  display: block;
}

.div-block-165 {
  background-color: #000;
}

.bold-text {
  font-family: Cormorant Garamond, sans-serif;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.9rem;
}

.heading-3 {
  background-color: rgba(197, 177, 106, .71);
  margin-top: auto;
  font-size: 2rem;
  position: absolute;
}

.heading-4 {
  width: 100%;
  text-align: center;
  background-color: rgba(197, 177, 106, .71);
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 18px;
  margin-left: -23px;
  padding-left: 0;
  font-size: 1.2rem;
  display: block;
  position: absolute;
}

.heading-5 {
  text-align: left;
  font-size: 2rem;
}

.heading-5.creative-four-about-grid {
  width: 50%;
  text-align: center;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  margin-bottom: 40px;
  margin-left: 128px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.6rem;
  line-height: 2.8rem;
  display: flex;
  position: absolute;
}

.block-quote {
  text-align: justify;
}

.div-block-166 {
  background-color: #383e42;
}

.image-2 {
  max-width: 350px;
  margin-top: -15px;
  margin-left: 35px;
  padding-bottom: 0;
}

.div-block-167 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.div-block-168 {
  margin-top: 57px;
}

.div-block-170 {
  align-items: center;
  display: flex;
}

.logo-slider {
  margin-left: 200px;
}

.logo-slider.full-width {
  width: auto;
  height: 588px;
  max-width: 100%;
  margin-top: -93px;
  margin-left: 108px;
  margin-right: -18px;
  display: block;
  position: absolute;
  overflow: hidden;
}

.bold-text-4 {
  color: var(--black);
  text-align: center;
  padding-left: 20px;
  font-family: Ppeiko, sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  display: block;
}

.button-main-2 {
  color: #3a3a3a;
  letter-spacing: .25rem;
  text-transform: uppercase;
  background-color: #e4ad8a;
  border: 1px solid #e4ad8a;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: Open Sans, sans-serif;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.75rem;
  transition: all .4s;
}

.button-main-2:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}

.button-main-2.change-button {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  padding: 0;
  text-decoration: underline;
}

.body-font-2 {
  color: #969494;
  font-family: Open Sans, sans-serif;
  font-size: .9375rem;
  line-height: 1.75rem;
}

.creative-four-why-choose-list-image-bg-2 {
  background-color: #969494;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.creative-four-why-choose-list-wrapper-2 {
  max-width: 100%;
  border-bottom: 1px solid #969494;
  margin-left: auto;
  margin-right: auto;
}

.button-main-3 {
  color: #3a3a3a;
  letter-spacing: .25rem;
  text-transform: uppercase;
  background-color: #e4ad8a;
  border: 1px solid #e4ad8a;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: Open Sans, sans-serif;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.75rem;
  transition: all .4s;
}

.button-main-3:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}

.button-main-3.change-button {
  width: auto;
  grid-column-gap: 50px;
  grid-row-gap: 10px;
  color: #fff;
  color: #fff;
  width: 240px;
  color: #fff;
  background-color: rgba(197, 177, 106, .71);
  border-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 20px;
  font-family: Ppeiko, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: underline;
  display: flex;
}

.button-main-3.button-bg-white {
  background-color: #fff;
  margin-left: -67px;
}

.button-main-3.button-bg-white:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.button-main-3.button-bg-white.full-width {
  width: 450px;
}

.button-main-3.button-bg-black {
  color: #fff;
  background-color: #000;
}

.button-main-3.button-bg-black:hover {
  color: #3a3a3a;
  background-color: rgba(0, 0, 0, 0);
  border-color: #3a3a3a;
}

.button-main-3.change-button {
  width: 268px;
  grid-column-gap: 55px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  padding: 0;
  text-decoration: underline;
}

.button-main-3.button-bg-white {
  background-color: #fff;
}

.button-main-3.button-bg-white:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.button-main-3.button-bg-white {
  background-color: #fff;
  margin-left: 100px;
  padding-top: 10px;
}

.button-main-3.button-bg-white:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.body-font-3 {
  width: 353px;
  color: var(--black);
  order: -1;
  align-self: center;
  padding-right: 10px;
  font-family: Great Vibes, cursive;
  font-size: 2rem;
  line-height: 1.75rem;
  display: block;
}

.creative-four-why-choose-list-image-bg-3, .creative-four-why-choose-list-image-bg-4, .creative-four-why-choose-list-image-bg-5 {
  background-color: #969494;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-view-2 {
  max-width: 91%;
  flex: 0 auto;
}

.creative-four-why-choose-list-text-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 0 85%;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.creative-four-why-choose-list-image-bg-6 {
  background-color: #969494;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.creative-four-why-choose-list-wrapper-3 {
  height: 320px;
  max-width: 100%;
  border-bottom: 1px solid #969494;
  margin-left: auto;
  margin-right: auto;
}

.creative-four-why-choose-list-para-2 {
  max-width: none;
  grid-column-gap: 50px;
  grid-row-gap: 12px;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.bold-text-6 {
  text-align: center;
  padding-left: 0;
  font-size: 1.4rem;
  line-height: 2rem;
  display: block;
}

.bold-text-6.last {
  margin-left: 47px;
}

.bold-text-7 {
  text-align: center;
  padding-left: 20px;
  font-size: 1.4rem;
  line-height: 2rem;
  display: block;
}

.bold-text-8 {
  text-align: center;
  padding-left: 20px;
  font-size: 1.4rem;
  line-height: 2rem;
}

.heading-7 {
  width: 380px;
  height: auto;
  background-color: #b7a675;
  margin-top: auto;
  padding: 20px;
  font-family: Ppeiko, sans-serif;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
}

.image-4 {
  flex: 0 auto;
  margin-top: -48px;
  display: block;
}

.div-block-173 {
  flex-flow: wrap;
  flex: 0 auto;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 50px;
  display: block;
}

.hero-heading-center {
  -webkit-text-stroke-color: black;
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  color: #fff;
  margin-top: auto;
  margin-bottom: 60px;
  padding-top: 40px;
  font-family: Ppeiko, sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.5rem;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px {
  color: #fff;
  text-align: justify;
  margin-bottom: 24px;
  font-family: Ofl, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(197, 177, 106, .71);
  align-self: center;
  padding: 12px 25px;
  font-family: Ppeiko, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #131111;
  background-color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  height: auto;
  max-width: 117%;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.padding-bottom-twenty-2 {
  padding-bottom: 20px;
}

.title2 {
  text-align: left;
  margin-top: 36px;
  margin-left: auto;
  display: block;
  position: relative;
}

.heading-8 {
  margin-left: -20px;
}

.div-block-175 {
  width: auto;
  align-items: flex-start;
  display: flex;
}

.image-6 {
  max-width: 15%;
}

.heading-small-2 {
  color: #fff;
  letter-spacing: .3em;
  text-transform: uppercase;
  background-color: rgba(197, 177, 106, .71);
  padding: 20px;
  font-family: Open Sans, sans-serif;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.about-service-button-wrapper-2 {
  width: 80px;
  height: 80px;
  border: 2px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.about-service-main-2 {
  height: 290px;
  border-bottom: 1px solid #969494;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-service-main-2.border-top {
  height: 326px;
  background-image: url('../images/Luxusbau-Lifestoneleft.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  border-top: 1px solid #969494;
}

.about-service-main-2.border-top.traum {
  height: 620px;
  background-image: url('../images/villa.jpg');
  background-position: 100%;
}

.portfolio-two-item-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: 0 auto;
  justify-content: space-around;
  display: flex;
}

.heading-small-3 {
  color: #fff;
  letter-spacing: .3em;
  text-transform: uppercase;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  font-family: Open Sans, sans-serif;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.75rem;
  display: flex;
}

.heading-small-3.padding-bottom-ten {
  padding-bottom: 10px;
}

.heading-small-3.change-black {
  color: #3a3a3a;
  font-size: 1.2rem;
}

.heading-small-3.first {
  text-align: left;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-left: 2px;
  display: block;
}

.heading-small-3.phone {
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: 2px;
  display: flex;
}

.portfolio-two-holder-2 {
  width: auto;
  grid-column-gap: 509px;
  grid-row-gap: 509px;
  justify-content: flex-end;
  align-items: stretch;
  padding-bottom: 60px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 170px;
  bottom: 0;
}

.portfolio-two-container-2 {
  max-width: 1290px;
  background-color: rgba(56, 62, 66, .7);
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 40px;
}

.creative-four-projects-title-wrapper-2 {
  max-width: 700px;
}

.creative-four-projects-title-wrapper-3 {
  max-width: 700px;
  margin-top: 3px;
}

.creative-four-projects-text-wrapper-3 {
  background-color: rgba(56, 62, 66, .7);
  margin-top: -24px;
  padding: 10px 20px;
}

.image-7 {
  width: 80%;
  margin-left: 86px;
}

.image-8 {
  width: 60%;
  margin-left: -5px;
}

.image-9 {
  width: 120%;
  max-width: 120%;
  display: block;
}

.heading-9 {
  text-align: center;
  background-color: rgba(0, 0, 0, .79);
  border-bottom: 1px solid gray;
  justify-content: center;
  align-items: baseline;
  margin-top: -45px;
  margin-bottom: 63px;
  margin-left: -5px;
  padding: 20px 10px 20px 20px;
  font-family: Ppeiko, sans-serif;
  font-size: 2.2rem;
  font-style: normal;
  display: flex;
}

.padding-bottom-twenty-3 {
  text-align: left;
  padding-bottom: 20px;
  font-size: 2.5rem;
}

.contact-one-form-field-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  padding-bottom: 10px;
  display: flex;
}

.heading-medium-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  text-transform: none;
  font-family: Ofl, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.heading-medium-2.underline-off {
  text-transform: lowercase;
  font-family: Ofl, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.6rem;
  text-decoration: none;
}

.heading-medium-2.underline-off:hover {
  opacity: 1;
}

.heading-medium-2.underline-off.kontakt-email, .heading-medium-2.address {
  font-size: 1.2rem;
}

.contact-two-address-grid-2 {
  max-width: 459px;
  min-width: 150px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  display: block;
}

.contact-two-address-grid-2.kontakt-page {
  max-width: 100%;
  min-width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: -147px;
  padding-left: 20px;
  display: block;
}

.body-font-4 {
  color: #969494;
  font-family: Open Sans, sans-serif;
  font-size: .9375rem;
  line-height: 1.75rem;
}

.body-font-4.padding-bottom-ten {
  color: rgba(255, 255, 255, .63);
}

.contact-two-solutions-2 {
  background-color: rgba(197, 177, 106, .71);
  margin-top: auto;
  padding: 60px;
  display: flex;
}

.color-black-2 {
  color: #3a3a3a;
}

.color-black-2.padding-bottom-twenty {
  color: #fff;
}

.color-black-2.padding-bottom-twenty.margin-top-off {
  color: #fff;
  margin-top: 0;
}

.div-block-182 {
  width: 577px;
  align-self: flex-start;
  padding-top: 40px;
}

.form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.paragraph-7 {
  color: var(--white);
}

.image-10 {
  max-width: 193px;
}

.image-10.logo-footer {
  max-width: 353px;
  margin-left: auto;
}

.image-10.image-kontakt {
  max-width: 244px;
  padding-left: 0;
}

.div-block-183 {
  width: 320px;
}

.link-block {
  max-width: 52%;
}

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

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

.div-block-187 {
  width: 426px;
}

.collection-list-wrapper-2 {
  margin-left: 65px;
  display: flex;
}

.autofit-2 {
  max-width: 77%;
  object-fit: cover;
  margin-left: 164px;
}

.autofit-2.change-opacity {
  opacity: .2;
}

.autofit-2.padding-bottom-thirty {
  width: auto;
  height: 350px;
  max-width: 200%;
  margin-top: auto;
  margin-left: auto;
}

.creative-four-hero-sub-one-2 {
  max-height: 662px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.creative-four-hero-sub-two-2 {
  max-height: none;
  max-width: 1290px;
  grid-column-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-small-4 {
  color: #fff;
  letter-spacing: .3em;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.heading-small-4.padding-bottom-ten {
  padding-bottom: 10px;
}

.heading-small-4.change-black {
  color: #3a3a3a;
}

.heading-small-4.padding-bottom-ten {
  width: 500px;
  text-align: center;
  background-color: #b7a675;
  align-items: center;
  margin-top: -54px;
  padding: 20px 20px 10px;
  font-size: 1.6rem;
  line-height: 4rem;
  display: flex;
}

.heading-small-4.align-center.padding-bottom-ten.headding-top {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 1.8rem;
}

.heading-small-4.padding-bottom-ten {
  width: 100%;
  text-align: left;
  letter-spacing: .1em;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 40px;
  padding-left: 0;
  font-family: Ppeiko, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  display: block;
}

.heading-small-4.padding-bottom-ten.headding11 {
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 0;
}

.heading-small-4.padding-bottom-ten.headding11.title2 {
  margin-top: auto;
}

.heading-small-4.padding-bottom-ten._123 {
  color: #b7a675;
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 20px;
  font-style: normal;
  line-height: 1rem;
}

.heading-small-4.padding-bottom-ten.service2 {
  justify-content: center;
  margin-top: 60px;
  padding-right: 0;
  font-size: 1.8rem;
  display: flex;
}

.heading-small-4.padding-bottom-ten {
  padding-bottom: 10px;
}

.creative-four-hero-sub-text-block-2 {
  flex: 1;
  align-self: center;
  margin-left: 220px;
}

.image-open-2 {
  margin-top: -125px;
  margin-left: 200px;
}

.creative-four-hero-section-2 {
  min-height: 650px;
  background-image: url('../images/luxory-home-collection-luxusbau.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.creative-four-hero-sub-image-block-2 {
  flex-direction: column;
  flex: 0 50%;
  align-items: flex-start;
  margin-bottom: -120px;
  display: flex;
}

.padding-bottom-twenty-4 {
  width: 138%;
  background-color: #b7a675;
  margin-left: auto;
  padding: 20px;
  font-size: 2.5rem;
  line-height: 3rem;
  display: block;
}

.div-block-188 {
  min-width: 380px;
}

.portfolio-two-container-3 {
  max-width: 1290px;
  padding-top: 100px;
}

.creative-four-projects-title-wrapper-4 {
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.creative-four-projects-text-wrapper-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.heading-14 {
  max-width: 650px;
  min-width: auto;
  text-align: center;
  background-color: rgba(183, 166, 117, .85);
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Ppeiko, sans-serif;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 100;
  line-height: 1.8rem;
  display: block;
}

.div-block-189 {
  max-width: 90%;
  justify-content: center;
  align-items: center;
  padding-left: 100px;
  display: flex;
}

.heading-medium-3 {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Ppeiko, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.heading-medium-3.padding-bottom-ten {
  color: #000;
  padding-bottom: 10px;
  font-family: Ppeiko, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}

.heading-medium-3.letter-space-off.align-right.padding-bottom-ten {
  width: 500px;
  color: #000;
  text-align: left;
  background-color: #b7a675;
  padding: 20px 10px;
  font-size: 1.1rem;
  transform: translate(0, -255px);
}

.heading-medium-3.letter-space-off.padding-bottom-ten {
  color: #fff;
  margin-top: 51px;
  font-size: 1.2rem;
}

.creative-four-about-text-wrapper-2 {
  max-width: 500px;
}

.creative-four-agency-counter-block-2 {
  background-color: #e4ad8a;
  margin-bottom: -12%;
  padding: 30px 40px 20px;
}

.creative-four-agency-text-block-2 {
  flex: 1;
}

.creative-four-about-grid-block-2 {
  grid-column-gap: 20px;
  align-items: flex-start;
  display: flex;
}

.creative-four-about-main-2 {
  grid-column-gap: 100px;
  align-items: center;
  display: flex;
}

.creative-four-agency-image-wrapper-2 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.counter-two-font-2 {
  color: #3a3a3a;
  font-family: Open Sans, sans-serif;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 3.125rem;
}

.creative-four-agency-title-wrapper-2 {
  max-width: 500px;
}

.creative-four-about-image-block-2 {
  flex: 0 auto;
}

.creative-four-agency-para-wrapper-2 {
  max-width: 500px;
}

.creative-four-agency-para-wrapper-2.padding-bottom-twenty {
  text-align: justify;
  margin-top: auto;
  display: block;
}

.creative-four-agency-para-wrapper-2.padding-bottom-twenty.background-element {
  background-color: #000;
}

.creative-four-about-text-block-2 {
  flex: 1;
}

.creative-four-agency-2 {
  align-items: center;
  margin-top: 120px;
  display: flex;
}

.creative-four-about-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.creative-four-agency-image-block-2 {
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.creative-four-about-container-2 {
  max-width: 1290px;
}

.padding-bottom-twenty-5 {
  padding-bottom: 20px;
}

.creative-four-about-2 {
  padding: 120px 15px;
}

.creative-four-divider-2 {
  height: 1px;
  max-width: 1500px;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
}

.creative-four-about-text-wrapper-3 {
  max-width: 500px;
}

.creative-four-agency-text-block-3 {
  flex: 1;
}

.creative-four-about-grid-block-3 {
  grid-column-gap: 20px;
  align-items: flex-start;
  display: flex;
}

.creative-four-about-main-3 {
  grid-column-gap: 100px;
  align-items: center;
  display: flex;
}

.creative-four-agency-image-wrapper-3 {
  width: 850px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.counter-two-font-3 {
  color: #3a3a3a;
  font-family: Open Sans, sans-serif;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 3.125rem;
}

.creative-four-agency-title-wrapper-3 {
  max-width: 500px;
}

.creative-four-about-image-block-3 {
  flex: 0 auto;
}

.padding-bottom-twenty-6 {
  padding-bottom: 20px;
}

.cursor-wrapper-2 {
  z-index: 999;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

.cursor-2 {
  background-color: #e4ad8a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.creative-four-about-text-wrapper-4 {
  max-width: 500px;
}

.creative-four-agency-text-block-4 {
  flex: 1;
}

.creative-four-about-grid-block-4 {
  grid-column-gap: 20px;
  align-items: flex-start;
  display: flex;
}

.creative-four-about-main-4 {
  grid-column-gap: 100px;
  align-items: center;
  display: flex;
}

.counter-two-font-4 {
  color: #3a3a3a;
  font-family: Open Sans, sans-serif;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 3.125rem;
}

.creative-four-agency-title-wrapper-4 {
  max-width: 500px;
}

.creative-four-about-text-block-3 {
  flex: 1;
}

.creative-four-about-grid-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.creative-four-about-container-3 {
  max-width: 1290px;
}

.padding-bottom-twenty-7 {
  padding-bottom: 20px;
}

.creative-four-about-3 {
  padding: 120px 15px;
}

.creative-four-about-text-wrapper-5 {
  max-width: 500px;
}

.creative-four-agency-text-block-5 {
  flex: 1;
  margin-top: 50px;
}

.creative-four-about-grid-block-5 {
  grid-column-gap: 20px;
  align-items: flex-start;
  display: flex;
}

.creative-four-about-main-5 {
  grid-column-gap: 100px;
  align-items: center;
  display: flex;
}

.counter-two-font-5 {
  color: #3a3a3a;
  font-family: Open Sans, sans-serif;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 3.125rem;
}

.creative-four-agency-title-wrapper-5 {
  max-width: 500px;
}

.creative-four-about-text-block-4 {
  flex: 1;
}

.creative-four-about-grid-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.creative-four-about-container-4 {
  max-width: 1290px;
}

.padding-bottom-twenty-8 {
  margin-left: auto;
  padding-bottom: 20px;
  padding-left: 100px;
  font-size: 2.8rem;
  line-height: 2.8rem;
}

.autofil {
  display: block;
}

.paragraph-9 {
  color: #000;
  text-align: justify;
  padding-bottom: 20px;
  padding-right: 40px;
  font-family: Ofl, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.paragraph-10 {
  width: auto;
  color: #000;
  text-align: justify;
  padding-bottom: 20px;
  padding-right: 40px;
  font-family: Ofl, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5rem;
  position: static;
}

.italic-text-2 {
  text-align: justify;
  padding-left: 0;
  font-family: Ppeiko, sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
}

.paragraph-11 {
  margin-bottom: 40px;
  padding-left: 100px;
  padding-right: 20px;
  font-size: .85rem;
}

.paragraph-12 {
  color: #000;
  text-align: justify;
  padding-right: 40px;
  font-family: Ofl, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.bold-text-10 {
  flex: 1;
  align-self: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.6rem;
}

.italic-text-3 {
  width: auto;
  text-align: justify;
  text-transform: none;
  font-family: Allura, sans-serif;
  font-size: 4rem;
  font-weight: 400;
}

.bold-text-11 {
  letter-spacing: .1em;
  text-transform: uppercase;
  overflow-wrap: normal;
  padding-bottom: 0;
  font-family: Ppeiko, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2rem;
}

.image-15 {
  max-width: 100%;
}

.image-16 {
  width: 785px;
  max-width: none;
  margin-top: -212px;
  padding-right: 60px;
  position: absolute;
}

.portfolio-two-item-3 {
  width: 100%;
  max-width: none;
  min-width: auto;
  background-color: #f6f5ea;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.creative-four-projects-text-block-2 {
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  display: flex;
}

.portfolio-two-holder-3 {
  width: 100%;
  grid-column-gap: 0px;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 170px;
  bottom: 0;
}

.portfolio-two-container-4 {
  max-width: 1290px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.creative-four-projects-title-wrapper-5 {
  max-width: none;
  margin-left: 20px;
}

.creative-four-projects-text-wrapper-5 {
  -webkit-text-stroke-color: black;
  margin-left: 20px;
  font-family: Ppeiko, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2rem;
}

.heading-15 {
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  font-family: Ppeiko, sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  display: flex;
}

.text-block {
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.text-span-2 {
  aspect-ratio: 2.39 / 1;
  color: #fff;
  object-fit: fill;
  overflow: visible;
}

.div-block-198 {
  width: 100%;
}

.div-block-199 {
  max-width: none;
  min-width: auto;
  background-color: #f6f5ea;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 17px 20px 20px;
  display: flex;
}

.div-block-202 {
  max-height: none;
  max-width: 320px;
}

.div-block-203 {
  max-width: 304px;
}

.heading-18 {
  text-align: center;
  background-color: #b7a675;
  margin-top: auto;
  font-family: Ppeiko, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.5rem;
}

.service-detail-hero-container-2 {
  max-width: 1290px;
  background-color: #f6f5ea;
  background-image: url('../images/Villa-Vista-del-Sol.jpeg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 514px 720px;
  margin-top: auto;
}

.service-detail-hero-divider-one-2 {
  width: 200px;
  height: 1px;
  text-align: left;
  background-color: #b7a675;
  margin-top: 66px;
  margin-bottom: 10px;
  padding-top: 3px;
  padding-bottom: 0;
  transform: translate(0, -268px);
}

.body-font-5 {
  color: #969494;
  font-family: Open Sans, sans-serif;
  font-size: .9375rem;
  line-height: 1.75rem;
}

.body-font-5.color-white {
  color: #fff;
}

.body-font-5.color-white.uppercase {
  text-transform: uppercase;
  padding-top: 7px;
  font-family: Ppeiko, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2rem;
}

.margin-top-twenty-2 {
  border-left-color: var(--gold);
  text-align: justify;
  letter-spacing: .1px;
  margin-top: 20px;
  font-family: Ofl, sans-serif;
  font-size: 1.1rem;
  line-height: 1.75rem;
}

.service-detail-tab-border-2 {
  border: 2px solid #b7a675;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.italic-text-4 {
  width: 100px;
  direction: rtl;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: keep-all;
  font-style: italic;
  text-decoration: none;
}

.italic-text-4.service.subtitle {
  color: var(--gold);
  font-family: Ppeiko, sans-serif;
  font-size: 1.4rem;
}

.tab-link-tab-1-2 {
  grid-column-gap: 20px;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.tab-link-tab-1-2.w--current {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.padding-bottom-twenty-9 {
  text-align: justify;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Ofl, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.padding-bottom-twenty-9.headding {
  color: var(--gold);
  margin-top: auto;
  margin-bottom: auto;
  font-family: Ppeiko, sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  line-height: 2.2rem;
}

.padding-bottom-twenty-9.unser {
  color: var(--gold);
  border: 1px #000;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  font-family: Ppeiko, sans-serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  display: flex;
}

.padding-bottom-twenty-9.service {
  color: var(--white);
  text-align: left;
  padding-bottom: 0;
  font-family: Ppeiko, sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
}

.padding-bottom-twenty-9.service.service2 {
  color: var(--gold);
  font-size: 1.4rem;
  font-style: normal;
}

.padding-bottom-twenty-9.service.subtitle {
  color: var(--gold);
  text-align: left;
  margin-top: 0;
  margin-bottom: auto;
  padding-bottom: 0;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
}

.service-detail-tab-line-2 {
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0%;
  right: 0%;
}

.padding-bottom-thirty-2 {
  text-align: justify;
  padding-bottom: 30px;
  font-family: Ofl, sans-serif;
  font-size: 1.1rem;
}

.service-detail-solutions-divider-2 {
  width: 88px;
  height: 1px;
  background-color: #e4ad8a;
}

.service-detail-solutions-main-divider-2 {
  width: 88px;
  height: 1px;
  background-color: #fff;
  margin-top: 63px;
}

.service-case-study-text-2 {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.heading-20 {
  background-color: #b7a675;
  align-items: flex-start;
  margin-top: -200px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.4rem;
  font-style: normal;
  line-height: 2.2rem;
  display: flex;
}

.div-block-205 {
  margin-top: 75px;
  margin-left: -200px;
}

.header-section-title {
  height: 200px;
  background-color: #000;
  align-items: center;
  margin-top: 111px;
  display: flex;
}

.div-block-207 {
  max-width: 75%;
}

.div-block-210 {
  max-width: 78%;
}

.image-17 {
  max-width: 100%;
  display: block;
}

.image-19 {
  max-width: 100%;
}

.absolute {
  width: 100%;
  height: 120%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.absolute.girl {
  height: 450px;
  background-image: url('../images/Villa-Vista-Del-Sol-3-copy.jpg');
  border: 0 solid #b7a675;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.absolute.girl.home-banner {
  background-image: url('../images/Rooftop-FINAL.jpg');
}

.absolute.station {
  width: 100%;
  height: 85%;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/villa.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.absolute.team {
  height: 102%;
  background-image: url('../images/luxbau-header-image.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 102px;
  display: block;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.absolute.team.image12 {
  height: 80%;
  margin-top: auto;
}

.absolute.room {
  background-image: url('../images/jonathan-borba-BshrrmYryyc-unsplash-1.jpg');
}

.absolute.station {
  background-image: url('../images/villa.jpg');
  background-size: cover;
}

.absolute.desk {
  background-image: url('../images/jonathan-borba-W3lF9j7THvM-unsplash.jpg');
}

.absolute.computer {
  background-image: url('../images/jonathan-borba-PZBjJ12Xv2s-unsplash.jpg');
}

.absolute.work-2 {
  height: 133%;
  background-image: url('../images/Perchtoldsdorf-df3-4-1.png');
}

.absolute.work-1 {
  height: 139%;
  background-image: url('../images/Villa-Vista-Del-Sol-3.jpeg');
}

.absolute.layout {
  width: auto;
  height: auto;
  background-image: url('../images/villa.jpg');
  background-position: 50%;
  background-attachment: scroll;
}

.absolute.team {
  background-image: url('../images/jonathan-borba-fNmUtZQwErM-unsplash.jpg');
}

.absolute.desks {
  background-image: url('../images/Luxusbau.jpg');
}

._50-percent-column {
  width: 50%;
  justify-content: center;
  align-items: flex-start;
  display: block;
  position: relative;
}

._50-percent-column.col-right {
  width: 43%;
  height: auto;
  flex: none;
  margin-top: 60px;
  margin-bottom: 60px;
  display: block;
}

._50-percent-column.column1 {
  margin-top: auto;
}

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

.no-top-margin {
  margin-top: 0;
  font-size: 1.1rem;
  line-height: 2rem;
}

.no-top-margin.title {
  color: #000;
  margin-bottom: auto;
  padding-bottom: 20px;
  font-family: Ppeiko, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2rem;
}

.box-80-percent {
  width: auto;
  max-width: none;
  flex-wrap: wrap;
  flex: 1;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-right: 40px;
  padding-top: 20px;
  padding-left: 40px;
  display: flex;
}

.badge {
  z-index: 100000;
  width: 123px;
  height: 123px;
  background-image: url('../images/Logo-2_1Logo (2).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 52px;
  margin-top: 120px;
  margin-right: 51px;
  position: absolute;
  top: auto;
  bottom: -6%;
  left: -8%;
  right: auto;
}

.badge.w--current {
  background-position: 50%;
}

.flex {
  height: 100%;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: center;
  align-items: stretch;
  line-height: 1px;
  display: flex;
}

.top-margin {
  position: relative;
}

.top-margin._30-pixels {
  text-align: justify;
  margin-top: 30px;
}

.top-margin._20-pixels {
  margin-top: 20px;
}

.top-margin._15-pixels {
  margin-top: 15px;
}

.top-margin._10-pixels {
  margin-top: 10px;
}

.top-margin._30-pixels {
  margin-top: 30px;
}

.text-container {
  width: 50%;
  justify-content: center;
  align-items: flex-start;
  padding: 50px 20px 0;
  display: block;
}

.relative-height {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.relative-height.right-right {
  height: 100%;
  display: flex;
  box-shadow: 0 0 0 25px #b7a675;
}

.content-wrapper {
  z-index: 1;
  width: 100%;
  height: auto;
  max-width: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.content-section {
  background-color: #f6f5ea;
  padding-top: 60px;
  padding-bottom: 20px;
  position: relative;
}

.no-bottom-margin {
  color: var(--gold);
  margin-top: auto;
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 2rem;
}

.absolute-bg {
  z-index: 5;
  background-color: #fdfcf9;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-box {
  width: 71%;
  max-width: 700px;
  text-align: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.title {
  color: #286150;
  letter-spacing: .3px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.h2-regular {
  font-size: 35px;
  font-weight: 400;
  line-height: 50px;
}

.italicized {
  font-style: italic;
}

.paragraph-13 {
  color: #000;
  text-align: justify;
  margin-top: 0;
  font-family: Ofl, sans-serif;
  font-size: 1.1rem;
  line-height: 1.75rem;
}

.paragraph-14 {
  color: #000;
  text-align: justify;
  font-family: Ofl, sans-serif;
  font-size: 1.1rem;
  line-height: 1.75rem;
}

.left-padding-2 {
  align-items: center;
  padding-left: 0;
  display: flex;
}

.section-full-4 {
  background-color: #b7a675;
  margin-top: auto;
  position: relative;
  overflow: hidden;
}

.text-block-6 {
  width: 50%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  padding: 60px 70px 90px;
  display: flex;
}

.text-block-6.left {
  justify-content: flex-start;
}

.column-offset-right {
  z-index: 10;
  width: 73%;
  max-width: 640px;
  min-width: 645px;
  background-color: #f6f5ea;
  align-self: center;
  margin-top: 20%;
  margin-bottom: 20%;
  padding: 40px 40px 70px 65px;
  position: relative;
  left: -160px;
}

.flex-right {
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.button-icon {
  min-height: 42px;
  min-width: 135px;
  color: #286150;
  text-align: center;
  letter-spacing: .3px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/reloj.svg');
  background-position: 9% 55%;
  background-repeat: no-repeat;
  background-size: 19px;
  border: 1px solid #286150;
  border-radius: 25px;
  padding: 13px 35px 11px 50px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-icon:hover {
  color: #fff;
  background-color: #286150;
  background-image: url('../images/reloj-1.svg');
}

.bold-text-12 {
  font-family: Ppeiko, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}

.bold-text-13 {
  font-size: 1.4rem;
  font-weight: 500;
}

.italic-text-5 {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 100;
  line-height: 1rem;
}

.bold-text-14 {
  font-family: Ppeiko, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}

.menu-divider {
  width: 100%;
  height: 1px;
  background-color: #374545;
  margin-top: .3em;
  margin-bottom: .3em;
}

.menu {
  z-index: 99;
  position: fixed;
  top: 4vh;
  right: 3vw;
  overflow: visible;
}

.hero-about {
  color: #f8f5f0;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 1vw;
  margin-left: .5vw;
  font-size: 1.6vw;
  font-weight: 300;
  line-height: 1;
}

.logo-title {
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 1.6vw;
  font-weight: 200;
}

.navlink-border {
  width: 50%;
  border-bottom: 1px solid #f8f5f0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
}

.menu-link-2 {
  color: #e9e1d2;
  letter-spacing: .02em;
  padding: .5em 1.2em;
  font-size: .9em;
  font-weight: 400;
  text-decoration: none;
  transition: color .1s, background-color .2s;
}

.menu-link-2:hover {
  color: #fff;
  background-color: rgba(248, 245, 240, .28);
}

.menu-link-2:visited {
  color: #cae6e6;
}

.navigation {
  min-width: 635px;
  grid-column-gap: 6vw;
  grid-row-gap: 2vw;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  align-content: end;
  justify-content: center;
  align-self: center;
  align-items: center;
  justify-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.nav-link-text {
  color: #f8f5f0;
  letter-spacing: .02em;
  font-family: Ppeiko, sans-serif;
  font-size: 1.5vw;
  font-weight: 100;
  line-height: 1;
}

.hero-header {
  min-width: 1127px;
  color: #b7a675;
  background-color: rgba(183, 166, 117, .5);
  flex-wrap: nowrap;
  flex: 0 auto;
  order: -1;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: -129px;
  padding: 20px 40px;
  display: flex;
  position: static;
}

.section-hero {
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 15vh 8% 12vh;
  display: flex;
}

.menu-icon {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #f8f5f0;
  border-radius: 5%;
  font-size: 1.9em;
  transition: transform .4s, background-color .2s;
  position: relative;
}

.menu-icon:hover {
  transform: rotate(45deg);
}

.hero-title-wrap {
  margin-bottom: -1.5vw;
  overflow: hidden;
}

.menu-dots {
  width: 8px;
  height: 8px;
  border: 1px solid #bb9c63;
  border-radius: 5%;
  position: absolute;
  top: 0;
  left: 0;
}

.menu-dots.two {
  top: 9px;
  left: 23px;
}

.menu-dots.four {
  top: 23px;
  left: 23px;
}

.menu-dots.one {
  top: 9px;
  left: 9px;
}

.menu-dots.three {
  top: 23px;
  left: 9px;
}

.menu-content {
  width: auto;
  min-width: 200px;
  background-color: rgba(27, 24, 22, .9);
  border-radius: .1em;
  flex-direction: column;
  align-items: stretch;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
  position: absolute;
  top: 0%;
  right: 125%;
  box-shadow: 0 0 30px rgba(24, 24, 24, .12);
}

.menu-content.hidden {
  display: none;
}

.logo {
  min-width: 600px;
  color: #f8f5f0;
  align-self: center;
  margin-left: .5vw;
}

.nav-link {
  text-decoration: none;
}

.menu-wrapper {
  right: 2.5vw;
}

.hero-title {
  max-width: 15ch;
  text-transform: capitalize;
  margin-top: auto;
  font-size: 7vw;
  font-weight: 700;
  line-height: .6;
}

.image-21 {
  max-width: 18%;
  min-width: 109px;
  margin-left: 60px;
  display: block;
}

.italic-text-6 {
  font-family: Ppeiko, sans-serif;
  font-size: 2.4vw;
  font-style: normal;
  font-weight: 500;
  line-height: 0;
}

.italic-text-7 {
  font-family: Ppeiko, sans-serif;
  font-size: 2.4vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}

.div-block-212 {
  max-width: 350px;
  background-color: rgba(183, 166, 117, .78);
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: auto;
  padding: 0 30px 40px;
  display: flex;
}

.image-22 {
  max-width: 30%;
}

.section {
  justify-content: center;
  align-items: center;
  display: flex;
}

.no-margins {
  color: var(--gold);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppeiko, sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
}

.no-top-margin-2 {
  color: var(--black);
  margin-top: 0;
  font-family: Ppeiko, sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
}

.max-width {
  max-width: 405px;
  text-align: center;
}

.relative-height-2 {
  height: 100%;
  min-height: 491px;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.text-box-2 {
  width: 100%;
  max-width: 633px;
  min-width: 480px;
  justify-content: center;
  display: flex;
}

.content-section-2 {
  margin-top: 40px;
  margin-bottom: 100px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.button-3 {
  min-height: 42px;
  min-width: 185px;
  color: #b7a675;
  text-align: center;
  letter-spacing: .3px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #b7a675;
  padding: 15px 28px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-3:hover {
  color: #fff;
  background-color: #000;
}

.text-container-6 {
  width: 50%;
  max-height: 500px;
  min-height: auto;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #faf6eb;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: static;
}

.go-up-button {
  z-index: 20;
  width: 45px;
  height: 45px;
  color: #fff;
  background-color: #000;
  background-image: url('../images/flecha-hacia-arriba.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px 100%;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 13px;
  margin-right: 15px;
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.go-up-button.w--current {
  z-index: 100;
}

.paragraph-18 {
  color: #000;
  font-family: Ofl, sans-serif;
  font-size: 1.1rem;
  line-height: 1.75rem;
}

.paragraph-19 {
  color: #000;
  font-family: Ofl, sans-serif;
  font-size: 1.2rem;
}

.button-4 {
  min-width: 100%;
  background-color: #b7a675;
}

.button-4:hover {
  color: #b7a675;
  background-color: #f6f5ea;
  border: 2px solid #b7a675;
}

.italic-text-8 {
  text-transform: uppercase;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Ppeiko, sans-serif;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 500;
  display: flex;
}

.italic-text-8:hover {
  background-color: #f6f5ea;
}

.button-5 {
  background-color: #b7a675;
  justify-content: space-around;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Ppeiko, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 3.7rem;
  display: block;
}

.text-container-9 {
  width: 50%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  padding: 80px 70px;
  display: flex;
}

.left-padding-3 {
  padding-left: 20px;
}

.no-top-margin-3 {
  color: var(--gold);
  margin-top: 0;
  font-family: Ppeiko, sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
}

.mini-feature {
  width: auto;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #f2f2f2;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  padding: 8px 25px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: flex;
}

.flex-right-2 {
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.flex-left {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.inline-icon {
  margin-right: 16px;
  display: inline-block;
}

.column-offset-left {
  z-index: 10;
  max-width: 640px;
  min-width: 640px;
  background-color: #fff;
  padding: 70px 65px 70px 40px;
  position: relative;
  right: -160px;
}

.section-full-3 {
  position: relative;
  overflow: hidden;
}

.section-full-5 {
  background-color: #b7a675;
  margin-top: 65px;
  margin-bottom: 60px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.text-block-7 {
  width: 50%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  padding: 60px 70px 90px;
  display: flex;
}

.text-block-7.left {
  justify-content: flex-start;
}

.column-offset-right-2 {
  z-index: 10;
  width: 89%;
  max-width: 640px;
  min-width: 700px;
  background-color: #f6f5ea;
  margin-top: 200px;
  padding: 70px 40px 70px 65px;
  position: relative;
  left: -160px;
}

.paragraph-20 {
  color: #000;
}

.paragraph-21 {
  color: #000;
  font-family: Ofl, sans-serif;
  font-size: 1.1rem;
}

.paragraph-22 {
  color: var(--black);
  font-family: Ofl, sans-serif;
  font-size: 1.1rem;
}

.text-block-8 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 60px;
  font-family: Ofl, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.75rem;
  display: flex;
}

.div-block-213, .div-block-215 {
  max-width: 320px;
}

.text-span-3 {
  width: 480px;
  min-width: auto;
  color: var(--black);
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  margin-left: auto;
  font-size: 1.4rem;
  font-style: normal;
  display: block;
}

.text-span-4 {
  color: var(--black);
  font-size: 1.4rem;
  line-height: 2rem;
}

.link-block-2 {
  color: #286150;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.heading-box-2 {
  width: 71%;
  max-width: 700px;
  text-align: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.service-icon {
  width: 110px;
  height: 110px;
  background-image: url('../images/medalla.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  border: 1px solid #286150;
  border-radius: 50%;
}

.service-icon.pc {
  background-image: url('../images/imac.svg');
}

.service-icon.store {
  background-image: url('../images/tienda-delantera-con-toldo.svg');
}

.service-icon.printer {
  background-image: url('../images/boton-de-impresion.svg');
}

.inline-block {
  display: inline-block;
}

.inline-block.right-border {
  margin-right: 1px;
}

.services-intro-box {
  width: 23%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.flex-space {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.content-wrapper-2 {
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 1120px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.content-section-3 {
  padding-top: 100px;
  position: relative;
}

.content-section-3.double {
  -webkit-text-stroke-color: #f6f5ea;
  background-color: #f6f5ea;
  padding-top: 40px;
  padding-bottom: 100px;
}

.text-container-7 {
  width: 50%;
  background-color: #faf6eb;
  padding: 140px 60px;
}

.text-container-7.home-block {
  padding: 20px 40px;
}

._50-percent-column-2 {
  width: 50%;
  position: relative;
}

.left-padding-4 {
  padding-left: 20px;
}

.no-top-margin-4 {
  margin-top: 0;
}

.relative {
  position: relative;
  overflow: hidden;
}

.flex-right-3 {
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.text-column-padding {
  width: 94%;
  max-width: 443px;
  padding-left: 20px;
  padding-right: 20px;
}

.relative-height-3 {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.absolute-bg-2 {
  z-index: 5;
  background-color: #fdfcf9;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-full-6 {
  position: relative;
  overflow: hidden;
}

.left-padding-5 {
  padding-left: 0;
}

.no-top-margin-5 {
  margin-top: 0;
  font-size: 1.8rem;
  line-height: 2rem;
}

.box-80-percent-2 {
  width: 79%;
  max-width: 405px;
}

.image-absolute {
  margin-right: 40px;
  position: absolute;
  top: auto;
  bottom: -13%;
  left: 0%;
  right: auto;
  overflow: hidden;
}

._50-percent-flex {
  width: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-2 {
  height: 100%;
  flex-wrap: wrap;
  display: flex;
}

.half-column-flex {
  width: 50%;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button-6 {
  min-height: 42px;
  min-width: 185px;
  color: #286150;
  text-align: center;
  letter-spacing: .3px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #286150;
  padding: 15px 28px 11px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-6:hover {
  color: #fff;
  background-color: #286150;
}

.italic-text-9 {
  color: var(--gold);
  font-family: Ppeiko, sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
}

.paragraph-24 {
  color: var(--black);
  font-family: Ofl, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.bold-text-16 {
  color: var(--black);
  font-family: Ppeiko, sans-serif;
  font-weight: 400;
}

.paragraph-25 {
  font-family: Ofl, sans-serif;
  font-size: 1.1rem;
}

.italic-text-10.tekstic {
  color: #b7a675;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
}

.div-block-217 {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.heading-small-5 {
  color: #fff;
  letter-spacing: .3em;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 4rem;
}

.heading-small-5.underline-off {
  font-family: Ofl, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.heading-small-5.underline-off.footer-links {
  align-self: center;
  font-size: 1.1rem;
  font-style: normal;
  line-height: 2rem;
}

.heading-small-6 {
  color: #fff;
  letter-spacing: .3em;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 4rem;
}

.heading-small-6.underline-off {
  font-family: Ofl, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.heading-small-6.underline-off.footer-links {
  min-width: 120px;
  flex-wrap: wrap;
  align-content: flex-end;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 20px 10px;
  font-size: .8rem;
  font-style: normal;
  line-height: 2rem;
  display: flex;
}

.button-main-4 {
  color: rgba(0, 0, 0, 0);
  letter-spacing: .25rem;
  text-transform: uppercase;
  background-color: #e4ad8a;
  border: 1px solid #e4ad8a;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: Open Sans, sans-serif;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.75rem;
  transition: all .4s;
}

.button-main-4:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}

.button-main-4.button-bg-white {
  width: auto;
  opacity: 1;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  margin-left: auto;
  display: block;
}

.button-main-4.button-bg-white:hover {
  color: #fff;
  background-color: #b18941;
}

.button-main-4.button-bg-white.address-button {
  width: auto;
  color: #000;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 13px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Ofl, sans-serif;
  font-weight: 400;
  line-height: 1.3rem;
  display: flex;
}

.button-main-4.button-bg-white.address-button:hover {
  background-color: #b7a675;
}

.heading-small-7 {
  color: #fff;
  letter-spacing: .3em;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 4rem;
}

.heading-small-7.padding-bottom-twenty.lifestone {
  width: 100%;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #000;
  margin-top: auto;
  margin-left: auto;
  padding-top: 20px;
  font-family: Ofl, sans-serif;
  font-size: 1.8rem;
}

.heading-medium-4 {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: -96px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.heading-medium-4.address {
  width: 450px;
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 0;
  font-family: Ofl, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4rem;
  display: flex;
}

.heading-21 {
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: -85px;
  font-family: Ppeiko, sans-serif;
  font-size: 1.4svw;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  display: flex;
}

.heading-21.heading2 {
  min-height: auto;
  min-width: 50px;
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.8svw;
  font-weight: 100;
  line-height: 0;
}

.image-26 {
  width: 350px;
  max-width: none;
  margin-top: -21px;
  position: static;
  overflow: scroll;
}

.image-27 {
  max-width: 30px;
  margin-left: 40px;
  margin-right: 40px;
}

.image-28 {
  max-width: 30px;
}

.div-block-219.stars {
  width: auto;
  min-width: auto;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding-left: 0;
  display: flex;
}

.cell {
  flex-flow: column;
  align-content: space-around;
  justify-content: space-around;
  align-items: baseline;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.quick-stack-2 {
  max-width: 542px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-right: auto;
  padding: 0 0 0 100px;
}

.footertop.section-footer {
  min-width: 33%;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.link-block-3 {
  color: #286150;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

._50-percent-column-3 {
  width: 50%;
  position: relative;
}

.left-padding-6 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.no-top-margin-6 {
  margin-top: 0;
}

.flex-right-4 {
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.relative-height-4 {
  height: 100%;
  position: relative;
  overflow: hidden;
}

._76-percent-column {
  max-width: none;
}

.section-full-7 {
  background-color: #b7a675;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.cell-2-copy {
  display: block;
}

.columns-3 {
  width: auto;
  display: block;
}

.image-34 {
  padding-top: 20px;
}

.div-block-224 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.image-36 {
  min-height: auto;
}

.cell-3 {
  display: block;
}

.cell-4 {
  display: flex;
}

.image-37 {
  padding-top: 30px;
}

.div-block-226 {
  max-width: 80%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-38, .image-39 {
  max-width: 222px;
}

.div-block-227 {
  width: 100%;
  max-width: none;
  min-width: 33%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.image-40 {
  max-height: 420px;
  max-width: none;
  margin-left: auto;
  margin-right: 40px;
  display: block;
}

.div-block-228 {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 40px;
  display: flex;
}

.div-block-229 {
  min-height: auto;
  min-width: 33%;
}

.div-block-230 {
  min-width: 650px;
}

.div-block-231 {
  max-width: 20%;
  min-width: 30%;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-231.block2 {
  max-width: 8%;
  min-width: 23%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  margin-left: 100px;
  display: flex;
}

.div-block-232 {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: -42px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.image-41 {
  max-width: 40px;
  min-height: auto;
  clear: none;
  flex: 1;
  margin-top: auto;
  line-height: 0;
  display: block;
  position: static;
}

.image-42 {
  max-width: 40px;
  min-height: auto;
  margin-top: auto;
}

.heading-22 {
  text-align: center;
  margin-top: -117px;
  font-family: Ppeiko, sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 100;
  line-height: 2rem;
}

.plannung {
  text-transform: none;
  margin-top: -15px;
  margin-bottom: auto;
  font-family: Ppeiko, sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 100;
  line-height: 0;
}

.bold-text-20 {
  font-weight: 400;
}

.div-block-233 {
  display: flex;
}

.no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
}

._50-percent-column-4 {
  width: 50%;
  position: relative;
}

.no-top-margin-7 {
  margin-top: 0;
}

.flex-3 {
  height: 100%;
  flex-wrap: wrap;
  display: flex;
}

.max-width-2 {
  max-width: 405px;
  text-align: center;
}

.relative-height-5 {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.text-box-3 {
  width: 100%;
  max-width: 633px;
  min-width: 480px;
  justify-content: center;
  display: flex;
}

.button-7 {
  min-height: 42px;
  min-width: 185px;
  color: #286150;
  text-align: center;
  letter-spacing: .3px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #286150;
  padding: 15px 28px 11px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-7:hover {
  color: #fff;
  background-color: #286150;
}

.text-container-10 {
  width: 50%;
  background-color: #faf6eb;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

._50-percent-column-5 {
  width: 50%;
  position: relative;
}

.no-top-margin-8 {
  margin-top: 0;
}

.max-width-3 {
  max-width: 405px;
  text-align: center;
}

.relative-height-6 {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.text-box-4 {
  width: 100%;
  max-width: 633px;
  min-width: 480px;
  justify-content: center;
  display: flex;
}

.button-8 {
  min-height: 42px;
  min-width: 185px;
  color: #286150;
  text-align: center;
  letter-spacing: .3px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #286150;
  padding: 15px 28px 11px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-8:hover {
  color: #fff;
  background-color: #286150;
}

.text-container-11 {
  width: 50%;
  background-color: #faf6eb;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

._50-percent-column-6 {
  width: 50%;
  position: relative;
}

.no-top-margin-9 {
  margin-top: 0;
}

.flex-4 {
  height: 100%;
  flex-wrap: wrap;
  display: flex;
}

.max-width-4 {
  max-width: 405px;
  text-align: center;
}

.relative-height-7 {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.text-box-5 {
  width: 100%;
  max-width: 633px;
  min-width: 480px;
  justify-content: center;
  display: flex;
}

.content-section-4 {
  padding-top: 100px;
  position: relative;
}

.button-9 {
  min-height: 42px;
  min-width: 185px;
  color: #286150;
  text-align: center;
  letter-spacing: .3px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #286150;
  padding: 15px 28px 11px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-9:hover {
  color: #fff;
  background-color: #286150;
}

.text-container-12 {
  width: 50%;
  background-color: #faf6eb;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

._50-percent-column-7 {
  width: 50%;
  position: relative;
}

.no-top-margin-10 {
  margin-top: 0;
}

.max-width-5 {
  max-width: 405px;
  text-align: center;
}

.relative-height-8 {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.text-box-6 {
  width: 100%;
  max-width: 633px;
  min-width: 480px;
  justify-content: center;
  display: flex;
}

.button-10 {
  min-height: 42px;
  min-width: 185px;
  color: #286150;
  text-align: center;
  letter-spacing: .3px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #286150;
  padding: 15px 28px 11px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-10:hover {
  color: #fff;
  background-color: #286150;
}

.text-container-13 {
  width: 50%;
  background-color: #faf6eb;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.section-full {
  margin-top: 60px;
  margin-bottom: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.text-container-3 {
  max-width: 537px;
  background-color: #fff;
  padding: 80px 70px;
}

.left-padding-7 {
  padding-left: 20px;
}

.no-top-margin-11 {
  color: var(--gold);
  margin-top: 0;
  font-family: Ppeiko, sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
}

.content-wrapper-wide {
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 1410px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.button-2 {
  max-width: 100%;
  min-height: 39px;
  min-width: 100px;
  color: #b7a675;
  text-align: center;
  letter-spacing: .3px;
  -webkit-text-stroke-color: #b7a675;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #b7a675;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: 100px;
  margin-right: 100px;
  padding: 14px 35px 11px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition: color .2s, background-color .2s;
  display: flex;
}

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

.paragraph-26, .paragraph-27 {
  color: #000;
  font-family: Ofl, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.heading-23 {
  min-width: auto;
  justify-content: center;
  align-items: center;
  font-family: Ppeiko, sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.5rem;
  display: flex;
}

.text-block-9 {
  letter-spacing: 0;
  font-family: Ofl, sans-serif;
  font-size: 1.1rem;
  font-style: normal;
  line-height: 1.75rem;
}

.text-block-10 {
  letter-spacing: 0;
  padding-bottom: 20px;
  font-family: Ofl, sans-serif;
  font-size: 1.1rem;
  line-height: 1.75rem;
}

.heading-24 {
  color: #b7a675;
  text-align: center;
  margin-top: auto;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: Ppeiko, sans-serif;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
}

.heading-25 {
  color: var(--gold);
  padding-bottom: 40px;
  font-family: Ppeiko, sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
}

.paragraph-28, .paragraph-29 {
  color: #000;
  font-family: Ofl, sans-serif;
  font-size: 1.1rem;
}

.div-block-234 {
  display: flex;
}

.kontakr-12 {
  min-width: 55%;
  padding-left: 100px;
}

.heading-26 {
  color: #b7a675;
  font-family: Ppeiko, sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
}

@media screen and (min-width: 1280px) {
  .button-main.button-bg-white {
    width: 41%;
    margin-left: 92px;
  }

  .button-main.button-bg-white.address-button {
    font-family: Ppeiko, sans-serif;
  }

  .heading-small.padding-bottom-ten {
    color: var(--gold);
    margin-top: 20px;
    margin-bottom: auto;
    padding-top: 10px;
    font-size: 2rem;
    line-height: 3rem;
  }

  .heading-small.padding-bottom-ten.heading-bammer {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .heading-small.padding-bottom-ten.new {
    color: var(--gold);
    background-image: linear-gradient(#f6f5ea, #f6f5ea);
    margin-bottom: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .heading-small.padding-bottom-ten.herro-banner10 {
    background-image: none;
    margin-top: 15px;
    margin-bottom: auto;
    font-family: Ppeiko, sans-serif;
  }

  .heading-small.align-center.padding-bottom-ten {
    width: 100%;
    color: var(--gold);
    align-items: flex-start;
    margin-top: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 2rem;
    line-height: 2em;
    display: block;
  }

  .heading-small.align-center.padding-bottom-ten.uberuns {
    color: var(--gold);
  }

  .heading-small.padding-bottom-twenty.lifestone {
    margin-left: -2px;
  }

  .heading-small.underline-off {
    min-width: auto;
    flex-wrap: nowrap;
    flex: 1;
    justify-content: center;
    align-self: auto;
    align-items: center;
    font-family: Ofl, sans-serif;
    font-size: .8rem;
    font-weight: 400;
    display: flex;
  }

  .heading-small.underline-off.bottom-footer {
    align-self: flex-start;
  }

  .heading-small.responsive-align-center {
    letter-spacing: .1em;
    font-family: Ofl, sans-serif;
    font-size: .8rem;
    position: static;
  }

  .heading-small.heading-banner {
    margin-left: -23px;
    font-size: 1rem;
  }

  .heading-small.title-head {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 40px;
    font-family: Cormorant Garamond, sans-serif;
    font-size: 1.4rem;
  }

  .heading-small.uberuns {
    font-size: 2rem;
  }

  .padding-bottom-thirty {
    width: 68%;
    color: var(--white);
    -webkit-text-fill-color: transparent;
    background-color: #b7a675;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 2rem;
    line-height: 2.8rem;
  }

  .padding-bottom-thirty.title {
    padding-top: 60px;
    font-size: 1.6rem;
    font-style: normal;
  }

  .padding-bottom-twenty {
    text-align: left;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 2rem;
  }

  .padding-bottom-twenty.nobackground {
    width: auto;
    text-align: center;
    align-items: center;
    margin-top: auto;
    margin-left: auto;
    padding-top: 20px;
    font-size: 1.8rem;
    line-height: 2rem;
    display: block;
  }

  .padding-bottom-twenty.wir {
    text-align: center;
    margin-right: 140px;
  }

  .heading-medium.heading-2 {
    max-width: 90%;
    margin-top: -21px;
  }

  .heading-medium.address {
    font-size: 1.1rem;
  }

  .body-font {
    text-align: justify;
    font-size: 1.1rem;
  }

  .body-font.padding-top-thirty {
    text-align: justify;
    padding-top: 0;
    font-weight: 400;
  }

  .align-center.padding-bottom-twenty {
    text-align: center;
    font-size: 1.8rem;
  }

  .align-center.letter-space-off.padding-bottom-thirty {
    margin-top: auto;
    font-size: 1.4rem;
  }

  .align-center.letter-space-off.padding-bottom-thirty.new {
    margin-top: 220px;
  }

  .align-center.screen-1440 {
    max-width: none;
    padding-left: 110px;
    padding-right: 110px;
    line-height: 2.2rem;
  }

  .creative-agency-contact-main {
    width: 1340%;
    max-width: 1340px;
  }

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

  .footer-menu {
    flex-wrap: nowrap;
    flex-basis: 91%;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .footer-copyright {
    justify-content: center;
    align-items: center;
  }

  .creating-two-goal {
    padding-bottom: 120px;
  }

  .counter-font.padding-bottom-ten {
    font-size: 1.6rem;
  }

  .about-service-image-block.bg-four {
    background-color: rgba(197, 177, 106, .71);
  }

  .about-team-grid-block {
    width: 290px;
  }

  .letter-space-off.align-center.padding-bottom-twenty {
    background-color: var(--rgba-197-177-106-0-71);
    font-size: 2.9rem;
  }

  .service-detail-hero-section {
    padding-bottom: 0;
  }

  .service-detail-hero-image-text {
    max-width: 347px;
    margin-top: -200px;
  }

  .service-detail-hero-main {
    margin-bottom: 75px;
  }

  .service-detail-container {
    max-width: none;
    margin-top: auto;
  }

  .service-detail-content-main {
    margin-top: 0;
  }

  .service-detail-solutions-image-block {
    margin-top: auto;
  }

  .portfolio-two-hero-section.height-off.background-mmage {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
  }

  .portfolio-two-hero-section.height-off {
    width: auto;
  }

  .portfolio-two-holder {
    grid-column-gap: 78px;
    justify-content: flex-start;
  }

  .portfolio-two-overflow {
    margin-top: auto;
  }

  .creative-four-hero-sub-two {
    font-size: 12px;
  }

  .creative-four-hero-sub-image-block {
    justify-content: space-around;
    align-items: flex-start;
    margin-top: -200px;
  }

  .image-open {
    margin-top: -159px;
    margin-left: 176px;
  }

  .creative-four-feature-service {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .creative-four-feature-container {
    max-width: none;
    display: block;
  }

  .creative-four-feature-title-wrapper {
    max-width: none;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: -54px;
    padding-top: 0;
    line-height: 4em;
    display: flex;
  }

  .creative-four-about {
    padding-top: 0;
  }

  .creative-four-about-main {
    grid-column-gap: 205px;
    grid-row-gap: 205px;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    margin-left: auto;
    display: flex;
  }

  .creative-four-about-image-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex: 1;
    order: 0;
    justify-content: flex-end;
    align-self: flex-start;
    align-items: center;
    margin-left: auto;
  }

  .creative-four-about-text-block {
    flex: 0 auto;
    order: 1;
    align-self: center;
  }

  .creative-four-about-grid {
    align-content: start;
    align-items: center;
    justify-items: start;
  }

  .creative-four-agency-title-wrapper {
    width: auto;
    max-width: none;
    align-content: flex-start;
    margin-left: auto;
    display: block;
  }

  .creative-four-agency-para-wrapper {
    width: 500px;
    max-width: none;
    margin-left: 65px;
  }

  .creative-four-agency-image-wrapper {
    margin-top: 111px;
  }

  .creative-four-why-choose {
    margin-top: 63px;
  }

  .creative-four-why-choose-list {
    padding-top: 10px;
  }

  .creative-four-why-choose-list-title {
    grid-column-gap: 59px;
    grid-row-gap: 59px;
  }

  .creative-four-cta {
    background-image: url('../images/LIFESTONE-VILLEN-DESIGN-Logo-3.png');
    background-position: 50% 100%;
    background-repeat: repeat-x;
    background-size: auto;
    background-attachment: fixed;
  }

  .full-width.autofit.image-left {
    margin-top: -81px;
  }

  .full-width.autofit {
    width: 726px;
    height: auto;
    max-width: none;
    margin-top: -431px;
    margin-left: -23px;
    display: inline-block;
    position: absolute;
  }

  .full-width.autofit.logo-herro {
    width: 731px;
    margin-top: -81px;
    margin-left: 636px;
    display: block;
    position: absolute;
  }

  .full-width.autofit {
    width: 561px;
    flex: 0 auto;
    margin-top: auto;
    margin-left: auto;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .header {
    display: none;
  }

  .contact-one-form-text-area.body-font {
    width: 695px;
    min-height: 189px;
  }

  .contact-two-address-grid-block {
    align-items: center;
  }

  .change-image-size {
    width: 29px;
  }

  .style-guide-color-pallette-primary-color {
    flex: 1;
  }

  .style-guide-color-pallette-primary-color.width {
    width: 50%;
  }

  .style-guide-heading-style-grid-title-wrapper {
    flex: 1;
  }

  .style-guide-color-pallette {
    display: flex;
  }

  .style-guide-site-map-list {
    margin-bottom: 0;
    list-style-type: disc;
  }

  .style-guide-heading-style-grid-font-wrapper {
    flex: 1;
  }

  .style-guide-color-pallette-block-color {
    height: 75px;
    position: relative;
  }

  .style-guide-color-pallette-secondary-color {
    flex: 1;
  }

  .style-guide-heading-style-grid-two {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .style-guide-color-pallette-wrapper {
    flex: 1;
  }

  .style-guide-heading-style-grid-text-wrapper {
    border-radius: 6px;
  }

  .style-guide-color-pallette-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .italic-text {
    width: auto;
    padding-top: 40px;
    font-size: 2.2rem;
    line-height: 3rem;
  }

  .italic-text.premium-home-title.text-2.title12 {
    padding-top: 20px;
    font-size: 2rem;
  }

  .italic-text.premium-home-title.title11 {
    padding-top: 40px;
    font-size: 2rem;
    line-height: 1em;
  }

  .italic-text.premium-home-title.titel {
    padding-bottom: 20px;
    font-size: 2rem;
  }

  .italic-text.energie {
    padding-top: 0;
    font-size: 2rem;
    font-style: normal;
  }

  .paragraph-2 {
    width: auto;
    text-align: justify;
    margin-left: auto;
    font-size: .9375rem;
  }

  .paragraph-3 {
    text-align: justify;
    font-size: .9375rem;
  }

  .paragraph-4, .paragraph-5 {
    text-align: justify;
  }

  .div-block-164 {
    margin-top: auto;
    line-height: 2em;
  }

  .heading-4 {
    font-size: 1.5rem;
  }

  .logo-slider.full-width {
    height: 586px;
    flex: 0 auto;
    align-self: flex-start;
    margin-top: -189px;
    margin-left: 50px;
  }

  .button-main-3.change-button {
    width: 199px;
    padding-left: 20px;
    display: block;
  }

  .button-main-3.button-bg-white {
    margin-left: 25px;
  }

  .button-main-3.button-bg-white.full-width {
    width: 450px;
  }

  .button-main-3.button-bg-white {
    max-width: 100%;
  }

  .body-font-3 {
    align-self: center;
  }

  .creative-four-why-choose-list-text-2 {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    flex-basis: 67%;
  }

 

  .creative-four-why-choose-list-para-2 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .bold-text-6 {
    flex: 0 auto;
    align-self: auto;
    padding-left: 0;
  }

  .heading-7 {
    background-color: #b7a675;
    padding: 40px 10px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.2rem;
  }

  .image-4 {
    margin-top: -5px;
  }

  .hero-heading-center {
    color: #383e42;
    background-color: #000;
  }

  .centered-heading.margin-bottom-32px {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }

  .margin-bottom-24px {
    color: #fff;
    text-align: justify;
  }

  .button-primary {
    background-color: rgba(183, 166, 117, .87);
  }

  .title2 {
    text-align: left;
    margin-left: auto;
  }

  .image-5 {
    max-width: 100%;
  }

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

  .collection-list {
    margin-left: 140px;
  }

  .div-block-175 {
    font-weight: 700;
  }

  .image-6 {
    max-width: 17%;
  }

  .about-service-main-2.border-top {
    background-position: 50% 100%;
    background-size: cover;
  }

  .about-service-main-2.border-top.traum {
    height: 650px;
  }

  .heading-9 {
    font-size: 2rem;
  }

  .heading-medium-2 {
    text-align: center;
  }

  .heading-medium-2.underline-off {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .color-black-2.padding-bottom-twenty {
    font-size: 1.4rem;
  }

  .image-10.image-kontakt {
    margin-top: 20px;
  }

  .link-block {
    max-width: 47%;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .image-11, .image-12 {
    max-width: 100%;
  }

  .autofit-2.padding-bottom-thirty {
    margin-top: auto;
    padding-top: 20px;
  }

  .heading-small-4.padding-bottom-ten {
    width: 503px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    padding: 10px 20px 10px 0;
    font-size: 1.4em;
    font-weight: 500;
    line-height: 3rem;
    display: block;
  }

  .heading-small-4.padding-bottom-ten.headding11 {
    width: auto;
  }

  .heading-small-4.padding-bottom-ten.service2 {
    margin-top: 60px;
    font-size: 2em;
  }

  .creative-four-hero-sub-text-block-2 {
    margin-left: -7px;
  }

  .image-open-2 {
    margin-top: auto;
  }

  .creative-four-hero-sub-image-block-2 {
    display: flex;
  }

  .padding-bottom-twenty-4 {
    width: 91%;
    background-color: #b7a675;
    margin-left: 38px;
    padding-left: 20px;
    font-size: 2.4rem;
  }

  .div-block-188 {
    min-width: 350px;
    margin-left: -14px;
  }

  .heading-14 {
    text-align: center;
    padding: 20px;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 100;
    line-height: 2.2rem;
  }

  .heading-medium-3.letter-space-off.padding-bottom-ten {
    color: #fff;
    margin-top: 78px;
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .creative-four-agency-para-wrapper-2.padding-bottom-twenty {
    margin-left: auto;
  }

  .creative-four-about-text-block-2 {
    display: flex;
  }

  .creative-four-about-grid-2 {
    display: block;
  }

  .creative-four-agency-image-block-2 {
    align-self: flex-start;
  }

  .creative-four-about-container-2 {
    flex: 0 auto;
    display: block;
  }

  .creative-four-about-2 {
    align-items: center;
    display: flex;
  }

  .creative-four-agency-image-wrapper-3 {
    margin-top: 17px;
  }

  .padding-bottom-twenty-6 {
    display: block;
  }

  .creative-four-agency-text-block-5 {
    margin-top: auto;
  }

  .padding-bottom-twenty-8 {
    padding-left: 20px;
    line-height: 2.5rem;
  }

  .paragraph-9, .paragraph-10 {
    text-align: justify;
  }

  .italic-text-2 {
    padding-left: 0;
    font-size: 1.1rem;
    line-height: 2rem;
  }

  .paragraph-11, .paragraph-12 {
    text-align: justify;
  }

  .bold-text-10 {
    background-color: rgba(0, 0, 0, 0);
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5rem;
  }

  .italic-text-3 {
    text-align: justify;
  }

  .bold-text-11 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .text-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .service-detail-hero-container-2 {
    margin-top: auto;
  }

  .service-detail-hero-divider-one-2 {
    padding-top: 0;
  }

  .body-font-5.color-white.uppercase {
    font-family: Ofl, sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
  }

  .margin-top-twenty-2 {
    letter-spacing: 0;
  }

  .service-detail-tab-border-2 {
    border-color: #b7a675;
  }

  .italic-text-4.service.subtitle {
    font-size: 1.4rem;
  }

  .padding-bottom-twenty-9.headding {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
  }

  .padding-bottom-twenty-9.unser {
    font-size: 1.8rem;
  }

  .padding-bottom-twenty-9.service, .padding-bottom-twenty-9.service.subtitle {
    font-size: 1.4rem;
  }

  .service-detail-solutions-main-divider-2 {
    margin-top: auto;
  }

  .div-block-207 {
    max-width: 75%;
  }

  .div-block-210 {
    max-width: 76%;
  }

  .absolute.girl {
    height: 400px;
    border-style: none;
    padding-bottom: 0;
  }

  .absolute.station {
    background-image: url('../images/villa.jpg');
    background-size: cover;
    padding-bottom: 40px;
  }

  .box-80-percent {
    margin-top: 35px;
    padding-top: 0;
  }

  .text-container {
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .relative-height.right-right {
    width: 90%;
    height: 100%;
  }

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

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

  .no-bottom-margin {
    font-family: Ppeiko, sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
  }

  .section-full-4 {
    padding-bottom: 40px;
  }

  .italic-text-5 {
    line-height: 1.75rem;
    display: inline;
  }

  .logo {
    align-items: center;
    display: flex;
  }

  .hero-title {
    max-width: none;
    margin-bottom: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Ofl, sans-serif;
    font-size: 2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    text-decoration: none;
  }

  .italic-text-6, .italic-text-7 {
    font-style: normal;
  }

  .div-block-212 {
    max-width: 360px;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: auto;
    margin-left: -8px;
    padding-bottom: 15px;
    display: flex;
  }

  .no-margins {
    color: var(--gold);
    font-size: 1.4rem;
    font-style: normal;
  }

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

  .text-block-8 {
    color: #000;
  }

  .div-block-214 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-span-3 {
    line-height: 2.4rem;
  }

  .text-container-7 {
    padding: 20px 40px;
  }

  .text-container-7.about-text {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .no-top-margin-5, .italic-text-9 {
    font-size: 1.4rem;
  }

  .heading-small-5.underline-off, .heading-small-6.underline-off {
    min-width: auto;
    flex-wrap: nowrap;
    flex: 1;
    justify-content: center;
    align-self: auto;
    align-items: center;
    font-family: Ofl, sans-serif;
    font-size: .8rem;
    font-weight: 400;
    display: flex;
  }

  .button-main-4.button-bg-white {
    width: 41%;
    margin-left: 92px;
  }

  .button-main-4.button-bg-white.address-button {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Ppeiko, sans-serif;
    font-weight: 500;
  }

  .heading-small-7.padding-bottom-twenty.lifestone {
    margin-left: -2px;
  }

  .heading-medium-4.address {
    font-size: 1.1rem;
  }

  .heading-21.heading2 {
    font-size: 1.9svw;
    font-weight: 100;
  }

  .image-26 {
    width: 365px;
    margin-top: 20px;
  }

  .div-block-219.stars {
    min-width: auto;
  }

  .div-block-232 {
    margin-top: -45px;
    font-family: Ofl, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
  }

  .heading-22, .plannung {
    font-size: 1.6rem;
    font-weight: 100;
  }

  .text-block-10 {
    padding-bottom: 25px;
  }

  .heading-25 {
    font-size: 1.6rem;
  }

  .heading-26 {
    margin-top: 60px;
  }
}

@media screen and (min-width: 1440px) {
  .autofit {
    max-width: none;
    margin-left: 0;
  }

  .autofit.change-opacity {
    position: -webkit-sticky;
    position: sticky;
  }

  .button-main.button-bg-white.new {
    width: auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 42px;
    margin-left: auto;
    display: block;
  }

  .body {
    background-color: #000;
  }

  .heading-small.padding-bottom-ten {
    color: var(--gold);
    background-image: none;
    margin-top: 0;
    margin-bottom: auto;
    padding-top: 20px;
    padding-bottom: 60px;
    font-size: 2.2rem;
    line-height: 3rem;
  }

  .heading-small.padding-bottom-ten.heading-bammer {
    width: 104%;
    justify-content: center;
    align-items: flex-start;
    margin-top: auto;
    margin-left: auto;
    padding-top: 20px;
    display: flex;
    position: absolute;
  }

  .heading-small.padding-bottom-ten.new {
    color: var(--gold);
    background-image: linear-gradient(#f6f5ea, #f6f5ea);
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 2.2rem;
    line-height: 2rem;
  }

  .heading-small.padding-bottom-ten.herro-banner10 {
    margin-top: 20px;
    font-size: 1.4rem;
  }

  .heading-small.padding-bottom-ten.service2 {
    margin-top: 0;
  }

  .heading-small.align-center.padding-bottom-ten {
    color: var(--gold);
    letter-spacing: .1em;
    background-color: #f6f5ea;
    background-image: none;
    padding-top: 60px;
    padding-bottom: 20px;
    padding-right: 0;
    font-size: 2.2rem;
  }

  .heading-small.align-center.padding-bottom-ten.uberuns {
    color: var(--gold);
  }

  .heading-small.padding-bottom-twenty.lifestone {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-small.underline-off.bottom-footer {
    align-self: center;
    line-height: 1rem;
  }

  .heading-small.underline-off.footer-links {
    line-height: 1rem;
  }

  .heading-small.responsive-align-center {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }

  .heading-small.padding-bottom-thirty {
    letter-spacing: .1em;
    margin-bottom: 10px;
    font-size: 1.2rem;
  }

  .heading-small.heading-banner {
    font-size: 1.4rem;
  }

  .heading-small.title-head {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding: 10px;
    font-family: Cormorant Garamond, sans-serif;
    font-size: 2rem;
    display: flex;
    position: static;
  }

  .heading-small.uberuns {
    font-size: 2.2rem;
  }

  .padding-bottom-thirty {
    text-align: center;
    margin-top: auto;
    padding-top: 100px;
    padding-bottom: 0;
    font-size: 1.8rem;
  }

  .padding-bottom-twenty {
    text-align: left;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .padding-bottom-twenty.nobackground {
    width: auto;
    text-align: center;
    margin-left: auto;
    padding-left: 20px;
    display: block;
  }

  .padding-bottom-twenty.wir {
    max-width: none;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-right: 100px;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .creative-agency-about-grid-block {
    padding-left: 0;
    padding-right: 60px;
  }

  .heading-medium.heading-2 {
    margin-top: -24px;
  }

  .heading-medium.address {
    font-size: 1.1rem;
  }

  .body-font {
    color: var(--white);
  }

  .body-font.padding-top-thirty {
    direction: ltr;
    color: var(--white);
    text-align: justify;
    white-space: pre-wrap;
    word-break: keep-all;
    padding-top: 20px;
    font-weight: 400;
  }

  .align-center.padding-bottom-twenty {
    text-align: center;
    font-size: 1.6rem;
  }

  .align-center.letter-space-off.padding-bottom-thirty {
    width: 450px;
    margin-top: auto;
    margin-left: -200px;
    padding-top: 0;
    font-size: 1.8rem;
  }

  .align-center.letter-space-off.padding-bottom-thirty.new {
    margin-top: 446px;
  }

  .align-center.screen-1440 {
    margin-top: auto;
    margin-bottom: 0;
    padding: 0 220px;
    font-size: 1.75rem;
    font-style: normal;
    line-height: 2.6rem;
  }

  .creative-agency-contact-main {
    width: 1440px;
    max-width: 1440px;
    align-items: center;
    margin-left: auto;
    padding-right: 119px;
    display: flex;
  }

  .footer {
    text-align: justify;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Ofl, sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 4rem;
  }

  .footer-menu {
    margin-top: 15px;
  }

  .creative-agency-contact-box {
    margin-top: -54px;
    margin-right: auto;
  }

  .counter-font.padding-bottom-ten {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }

  .about-story-text-block {
    padding-bottom: 20px;
  }

  .about-story-image-block {
    justify-content: space-around;
    align-items: stretch;
    display: flex;
  }

  .about-story-para-wrapper.padding-bottom-thirty {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .about-team-grid {
    width: auto;
    align-content: space-between;
    justify-content: space-between;
    align-items: center;
    justify-items: center;
  }

  .about-team-overlay {
    min-width: 100%;
    align-items: center;
    display: block;
  }

  .about-team-text-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .team-image.autofit {
    width: 312px;
  }

  .service-detail-hero-title-wrapper {
    max-width: 1039px;
  }

  .service-detail-hero-image-block {
    grid-column-gap: 53px;
  }

  .service-detail-hero-image-text {
    max-width: 338px;
    align-self: flex-start;
    margin-top: -400px;
  }

  .align-right.padding-top-thirty {
    width: 450px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: -200px;
    padding-top: 20px;
    display: block;
    position: relative;
  }

  .service-detail-hero-main {
    width: 1440px;
    margin-left: auto;
    display: block;
  }

  .service-detail-hero-text-block {
    width: 1383px;
    justify-content: center;
    align-items: center;
    margin-right: 0%;
    display: flex;
  }

  .service-detail-hero-text-block.headding-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .service-detail {
    border-bottom: 1px solid var(--bela);
  }

  .service-detail-container {
    margin-top: auto;
  }

  .service-detail-tab-text {
    font-family: Ppeiko, sans-serif;
    font-weight: 500;
  }

  .service-detail-solutions-main {
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-two-hero-section.height-off.background-mmage {
    padding-bottom: 40px;
  }

  .portfolio-two-holder {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .portfolio-two-main.line-height-off {
    min-width: 100%;
  }

  .creative-four-hero-sub-image-block {
    margin-top: -200px;
    margin-left: 20px;
  }

  .creative-four-hero-sub-one {
    background-image: url('../images/luxbau-header-image.jpg');
    background-position: 0 0;
    background-size: auto;
    background-attachment: fixed;
  }

  .creative-four-feature-service, .creative-four-feature-container {
    background-image: none;
  }

  .creative-four-feature-title-wrapper {
    margin-top: auto;
  }

  .creative-four-feature-grid {
    padding-left: 60px;
  }

  .creative-four-about {
    padding-bottom: 20px;
  }

  .creative-four-about-container {
    max-width: 1440px;
  }

  .creative-four-about-main {
    align-items: flex-start;
  }

  .creative-four-about-image-block {
    max-width: 562px;
    align-self: auto;
    margin-top: 94px;
    display: block;
  }

  .creative-four-about-text-block {
    flex: 1;
    order: 1;
    align-self: flex-start;
    position: static;
  }

  .creative-four-about-grid {
    margin-left: -92px;
  }

  .creative-four-agency {
    justify-content: center;
    align-items: center;
    margin-top: auto;
  }

  .creative-four-agency-text-block {
    align-self: auto;
    margin-top: auto;
    display: block;
  }

  .creative-four-agency-title-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    display: flex;
  }

  .creative-four-agency-para-wrapper {
    width: auto;
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .creative-four-projects-text-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: block;
  }

  .creative-four-why-choose {
    margin-top: auto;
  }

  .creative-four-why-choose-list {
    height: auto;
    justify-content: center;
    align-items: stretch;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .creative-four-why-choose-list-image {
    height: 272px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .creative-four-cta {
    background-image: url('../images/LIFESTONE-VILLEN-DESIGN-Logo-3.png');
    background-position: 50%;
    background-size: auto;
  }

  .creative-four-cta-container {
    max-width: 1440px;
  }

  .full-width.autofit.image-left {
    margin-top: auto;
  }

  .full-width.autofit {
    width: 700px;
    margin-top: -410px;
    margin-left: 18px;
    position: absolute;
  }

  .full-width.autofit.logo-herro {
    width: 700px;
    margin-top: -168px;
    margin-left: auto;
    position: static;
  }

  .full-width.autofit {
    width: 647px;
    margin-top: auto;
    position: static;
  }

  .header {
    display: none;
  }

  .contact-one-form-field-main.body-font:focus {
    background-color: #76796a;
  }

  .contact-one-form-text-area.body-font {
    width: 719px;
    min-height: 228px;
  }

  .contact-two-hero-section {
    border-bottom: 2px solid silver;
  }

  .contact-two-address-grid-block {
    font-family: Ppeiko, sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: .25rem;
  }

  .contact-two-address-text-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .change-image-size {
    width: 44px;
    height: 61px;
  }

  .italic-text {
    width: auto;
    padding-top: 40px;
    padding-bottom: 0;
    font-size: 1.75rem;
    line-height: 2.8rem;
  }

  .italic-text.premium-home-title.text-2.title12 {
    padding-top: 0;
  }

  .italic-text.premium-home-title.title11 {
    padding-top: 20px;
    font-size: 2.2rem;
    line-height: 1.6em;
  }

  .italic-text.premium-home-title.titel {
    padding-top: 20px;
    font-size: 2.2rem;
  }

  .italic-text.energie {
    color: var(--gold);
    letter-spacing: .1px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2.2rem;
  }

  .paragraph-2 {
    align-items: center;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2rem;
    display: flex;
  }

  .div-block-164 {
    width: 100%;
    margin-left: auto;
  }

  .bold-text {
    font-family: Cormorant Garamond, sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    text-decoration: none;
  }

  .block-quote {
    font-family: Great Vibes, cursive;
  }

  .div-block-170 {
    align-items: center;
    display: flex;
  }

  .logo-slider.full-width {
    width: 48%;
    height: auto;
    max-width: 138%;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    margin-top: -257px;
    margin-left: -2px;
  }

  .button-main-3.button-bg-white {
    max-width: 52%;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: -213px;
    display: block;
    position: absolute;
  }

  .button-main-3.button-bg-white.full-width {
    flex: 1;
    align-self: center;
  }

  .button-main-3.button-bg-white {
    text-align: center;
    margin-left: auto;
    display: block;
  }

  .body-font-3 {
    align-self: center;
  }

  .image-view-2 {
    position: static;
  }

  .creative-four-why-choose-list-text-2 {
    flex: 0 2 40%;
    justify-content: center;
    align-self: center;
  }

  .bold-text-6 {
    text-align: left;
    flex: 0 auto;
    align-self: auto;
  }

  .heading-7 {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 10px;
    font-size: 1.4rem;
    font-style: normal;
  }

  .image-4 {
    margin-top: -6px;
  }

  .hero-heading-center {
    background-color: #000;
  }

  .centered-heading.margin-bottom-32px {
    color: #b7a675;
    align-self: auto;
    font-size: 1.8rem;
    font-style: normal;
    line-height: 2.2rem;
  }

  .hero-split {
    max-width: 46%;
  }

  .margin-bottom-24px {
    font-size: 1.1rem;
  }

  .title2 {
    align-items: flex-start;
    margin-top: auto;
    margin-left: -11px;
    padding-top: 40px;
    display: block;
    position: static;
  }

  .image-5 {
    max-width: 100%;
  }

  .heading-8 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .collection-list {
    margin-left: 134px;
  }

  .about-service-main-2.border-top {
    height: 353px;
    background-image: url('../images/Luxusbau-Lifestoneleft.jpg');
    background-position: 50% 100%;
    background-size: cover;
  }

  .about-service-main-2.border-top.traum {
    height: 650px;
  }

  .portfolio-two-holder-2 {
    grid-column-gap: 731px;
    grid-row-gap: 731px;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
  }

  .heading-9 {
    outline-offset: 0px;
    text-align: right;
    border-bottom: 1px solid gray;
    outline: 1px rgba(255, 255, 255, .52);
    margin-top: -27px;
    margin-bottom: 78px;
    font-size: 2.2rem;
    font-weight: 500;
  }

  .heading-medium-2 {
    font-size: .9rem;
    font-weight: 400;
    line-height: 2rem;
  }

  .heading-medium-2.underline-off {
    font-size: .9rem;
    line-height: 2rem;
  }

  .contact-two-address-grid-2 {
    display: block;
  }

  .body-font-4.padding-bottom-ten {
    font-size: 1.2rem;
  }

  .color-black-2.padding-bottom-twenty {
    font-size: 1.1rem;
  }

  .image-10.logo-footer {
    max-width: 330px;
    margin-top: auto;
    margin-left: 45px;
  }

  .image-10.image-kontakt {
    margin-top: 20px;
  }

  .image-11, .image-12 {
    max-width: 100%;
  }

  .div-block-186 {
    padding-left: 40px;
  }

  .collection-list-wrapper-2 {
    display: block;
  }

  .autofit-2 {
    max-width: 100%;
    margin-left: auto;
    display: block;
  }

  .autofit-2.padding-bottom-thirty {
    width: auto;
    height: 369px;
    padding-top: 0;
  }

  .creative-four-hero-sub-one-2 {
    padding-top: 0;
  }

  .creative-four-hero-sub-two-2 {
    justify-content: center;
  }

  .heading-small-4.padding-bottom-ten {
    width: 491px;
    width: 100%;
    letter-spacing: .1em;
    background-color: rgba(0, 0, 0, 0);
    margin-top: auto;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 1.8em;
    font-weight: 500;
    line-height: 2.2rem;
    display: block;
  }

  .heading-small-4.padding-bottom-ten.headding11 {
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
    font-style: normal;
  }

  .heading-small-4.padding-bottom-ten.headding11.title2 {
    margin-top: auto;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-small-4.padding-bottom-ten._123 {
    padding-top: 20px;
  }

  .heading-small-4.padding-bottom-ten.service2 {
    margin-top: 60px;
    padding-bottom: 40px;
    font-size: 2.2em;
  }

  .creative-four-hero-sub-text-block-2 {
    margin-left: auto;
  }

  .image-open-2 {
    width: 450px;
    margin-top: auto;
    margin-left: 137px;
  }

  .image-open-2.logo2 {
    width: auto;
    margin-left: 175px;
  }

  .creative-four-hero-sub-image-block-2.left-logo {
    justify-content: space-around;
    align-self: center;
    align-items: center;
    margin-right: 40px;
  }

  .padding-bottom-twenty-4 {
    width: 483px;
    margin-left: auto;
    padding-top: 20px;
  }

  .div-block-188 {
    min-width: auto;
    margin-left: auto;
  }

  .portfolio-two-container-3 {
    max-width: 1444px;
    min-height: auto;
    padding-top: 60px;
  }

  .creative-four-projects-title-wrapper-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-14 {
    justify-content: center;
    align-items: center;
    margin-top: 21px;
    font-size: 1.1rem;
    display: block;
  }

  .heading-medium-3.letter-space-off.align-right.padding-bottom-ten {
    width: 455px;
    flex: 0 auto;
    margin-left: -200px;
  }

  .heading-medium-3.letter-space-off.padding-bottom-ten {
    margin-top: auto;
    margin-left: -107px;
  }

  .heading-medium-3.buttons-nav {
    font-size: 1.1rem;
  }

  .creative-four-agency-image-wrapper-3 {
    margin-top: 15px;
  }

  .autofil {
    height: 60px;
    max-width: 100%;
    min-width: 60px;
  }

  .paragraph-9 {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .paragraph-10 {
    margin-bottom: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .italic-text-2 {
    text-align: left;
    font-size: 1.1rem;
    line-height: 2rem;
    display: block;
  }

  .paragraph-11 {
    font-size: 1rem;
  }

  .paragraph-12 {
    margin-bottom: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .bold-text-10 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2rem;
  }

  .italic-text-3 {
    text-align: left;
  }

  .bold-text-11 {
    font-size: 2.2rem;
  }

  .portfolio-two-item-3 {
    height: 450px;
  }

  .portfolio-two-container-4 {
    max-width: none;
  }

  .div-block-199 {
    padding: 57px 40px;
  }

  .div-block-202 {
    max-width: none;
  }

  .service-detail-hero-container-2 {
    max-width: 1427px;
    margin-top: 33px;
  }

  .service-detail-hero-divider-one-2 {
    width: 475px;
    justify-content: center;
    align-items: flex-start;
    margin-left: -200px;
    display: block;
  }

  .body-font-5.color-white.uppercase {
    font-family: Ppeiko, sans-serif;
    font-size: 1.1rem;
  }

  .margin-top-twenty-2 {
    letter-spacing: 0;
    line-height: 1.75rem;
  }

  .service-detail-tab-border-2 {
    border-color: #b7a675;
    font-family: Ppeiko, sans-serif;
    font-weight: 500;
  }

  .italic-text-4.service {
    font-size: 2rem;
  }

  .padding-bottom-twenty-9 {
    padding-top: 40px;
    font-size: 1.1rem;
  }

  .padding-bottom-twenty-9.headding {
    padding-top: 20px;
    padding-bottom: 0;
    font-size: 1.8rem;
  }

  .padding-bottom-twenty-9.unser {
    color: var(--gold);
    margin-top: 40px;
    font-size: 2.2rem;
  }

  .padding-bottom-twenty-9.service {
    padding-top: 20px;
    padding-bottom: 0;
    font-size: 1.8rem;
  }

  .padding-bottom-twenty-9.service.service2 {
    font-size: 1.8rem;
  }

  .padding-bottom-twenty-9.service.subtitle {
    margin-top: auto;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.2rem;
  }

  .service-detail-tab-line-2 {
    font-family: Ppeiko, sans-serif;
    font-weight: 500;
  }

  .padding-bottom-thirty-2 {
    font-size: 1.1rem;
  }

  .heading-20 {
    margin-top: 78px;
  }

  .div-block-207, .div-block-210 {
    max-width: 85%;
  }

  .absolute.girl {
    height: 424px;
    border: 0 #b7a675;
    padding-left: 20px;
    padding-right: 20px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .absolute.station {
    background-image: url('../images/villa.jpg');
    background-size: cover;
  }

  ._50-percent-column.col-right {
    margin-top: auto;
  }

  .left-padding {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: auto;
    display: flex;
  }

  .no-top-margin.title {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .box-80-percent {
    max-width: 450px;
    margin-top: auto;
    margin-right: 0;
    padding-top: 0;
  }

  .flex {
    height: auto;
    align-content: flex-start;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .top-margin._30-pixels {
    margin-top: auto;
  }

  .text-container {
    margin-left: auto;
    padding: 0 20px 40px 0;
  }

  .relative-height.right-right {
    height: 333px;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: auto;
    box-shadow: 0 0 0 25px #b7a675;
  }

  .content-wrapper {
    max-width: none;
    padding-left: 140px;
    padding-right: 140px;
  }

  .paragraph-13 {
    margin-top: auto;
  }

  .paragraph-14 {
    font-size: 1.1rem;
  }

  .section-full-4 {
    margin-top: auto;
  }

  .column-offset-right {
    max-width: 680px;
    min-width: 680px;
  }

  .italic-text-5 {
    font-size: 1.4rem;
  }

  .navigation {
    padding-bottom: 10px;
  }

  .hero-header {
    min-width: 1452px;
    margin-top: -139px;
  }

  .section-hero {
    background-color: rgba(0, 0, 0, 0);
  }

  .italic-text-6 {
    letter-spacing: 1px;
  }

  .div-block-212 {
    max-width: 379px;
    margin-bottom: auto;
    padding-left: 20px;
    padding-right: 0;
  }

  .no-margins {
    color: var(--gold);
  }

  .max-width {
    max-width: 440px;
  }

  .button-3 {
    padding-bottom: 15px;
  }

  .button-4:hover {
    color: #b7a675;
    background-color: #f6f5ea;
    border: 2px solid #b7a675;
  }

  .italic-text-8 {
    background-color: rgba(0, 0, 0, 0);
    font-family: Ppeiko, sans-serif;
    font-weight: 500;
  }

  .italic-text-8:hover {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .flex-right-2 {
    background-color: #b7a675;
  }

  .column-offset-left, .column-offset-right-2 {
    max-width: 680px;
    min-width: 680px;
  }

  .text-block-8 {
    letter-spacing: 1.1px;
  }

  .text-span-3 {
    justify-content: center;
    align-items: stretch;
    margin-top: -171px;
    padding-bottom: 40px;
    padding-left: 10px;
    font-size: 1.8rem;
    display: flex;
  }

  .text-span-4 {
    width: 450px;
    font-size: 1.8rem;
  }

  .content-wrapper-2 {
    max-width: 1220px;
  }

  .text-container-7 {
    padding: 100px 60px;
  }

  .box-80-percent-2 {
    max-width: 450px;
  }

  .paragraph-25 {
    margin-bottom: auto;
  }

  .bold-text-17 {
    background-color: #f6f5ea;
  }

  .italic-text-10.tekstic {
    font-style: normal;
    font-weight: 500;
  }

  .heading-small-5.underline-off.footer-links, .heading-small-6.underline-off.footer-links {
    line-height: 1rem;
  }

  .button-main-4.button-bg-white.address-button {
    max-width: 296px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 500;
  }

  .heading-small-7.padding-bottom-twenty.lifestone {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-medium-4.address {
    font-size: 1.1rem;
  }

  .heading-21 {
    font-style: normal;
  }

  .heading-21.heading2 {
    min-width: 98px;
    letter-spacing: .2em;
    margin-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.6svw;
    font-weight: 100;
  }

  .image-26 {
    width: 500px;
    margin-top: 0;
  }

  .div-block-219.stars {
    min-width: auto;
    flex-wrap: wrap;
    display: flex;
  }

  .cell {
    padding-bottom: 100px;
    padding-right: 40px;
  }

  .left-padding-6 {
    padding-bottom: 0;
  }

  ._76-percent-column {
    max-width: none;
  }

  .div-block-227 {
    min-width: 37%;
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    margin-bottom: auto;
    padding-left: 100px;
    padding-right: 100px;
  }

  .image-40 {
    max-height: 430px;
    margin-top: auto;
    margin-left: auto;
    padding-right: 0;
  }

  .div-block-228 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    justify-content: center;
    margin-right: 20px;
    display: flex;
  }

  .div-block-229 {
    max-width: 320px;
    min-height: auto;
    min-width: 494px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 20px;
    display: block;
  }

  .div-block-230 {
    flex-wrap: nowrap;
    display: block;
  }

  .div-block-230.footer-clock {
    max-width: none;
    min-width: 501px;
    margin-right: 40px;
  }

  .div-block-231.block2 {
    max-width: none;
  }

  .div-block-232 {
    margin-top: -63px;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .image-41, .image-42 {
    max-width: 54px;
  }

  .heading-22 {
    letter-spacing: .2em;
    margin-top: -200px;
    font-size: 1.6rem;
    font-weight: 100;
    line-height: 2.5rem;
  }

  .plannung {
    letter-spacing: .2em;
    font-family: Ppeiko, sans-serif;
    font-size: 1.6rem;
    font-weight: 100;
    line-height: 2rem;
  }

  .max-width-2, .max-width-3, .max-width-4, .max-width-5 {
    max-width: 440px;
  }

  .text-block-9 {
    text-align: justify;
  }

  .text-block-10 {
    text-align: justify;
    padding-bottom: 10px;
  }

  .heading-25 {
    text-align: center;
    padding-bottom: 40px;
  }

  .paragraph-28 {
    text-align: justify;
    padding-bottom: 40px;
  }

  .paragraph-29 {
    text-align: justify;
    margin-bottom: 40px;
  }

  .bold-text-21 {
    font-weight: 500;
  }

  .div-block-234 {
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .autofit {
    width: auto;
    height: auto;
    max-width: 88%;
    color: #fff;
    flex: 0 auto;
    margin-top: auto;
    margin-left: 20px;
    display: block;
    position: static;
    overflow: hidden;
  }

  .autofit.class {
    width: 80px;
    height: 80px;
    margin-top: 78px;
  }

  .autofit.logo {
    width: auto;
    height: auto;
  }

  .autofit.icon, .autofit.icons {
    width: 80px;
  }

  .button-main.button-bg-white {
    width: 365px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 200px;
    margin-left: 5px;
    padding: 20px 100px;
    font-size: 1.5rem;
    line-height: 2.5rem;
    display: flex;
  }

  .button-main.button-bg-white.button-main-3 {
    width: 70%;
    justify-content: flex-end;
    margin-left: auto;
    display: flex;
  }

  .button-main.button-bg-white.address-button {
    width: auto;
    margin-top: 20px;
    margin-left: auto;
    padding-top: 20px;
    font-family: Ofl, sans-serif;
  }

  .button-main.button-bg-white.address-button:hover {
    background-color: #b7a675;
  }

  .button-main.button-bg-white.new {
    width: auto;
    margin-top: 40px;
    margin-left: auto;
  }

  .body {
    max-width: none;
    background-color: #000;
    flex-wrap: nowrap;
    margin-top: 0;
    margin-bottom: auto;
    display: block;
  }

  .heading-small.padding-bottom-ten {
    width: auto;
    color: var(--bela);
    text-align: left;
    letter-spacing: .1em;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 75px;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 0;
    font-family: Ppeiko, sans-serif;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 2rem;
    display: flex;
    position: static;
  }

  .heading-small.padding-bottom-ten.heading-left-right {
    color: var(--white);
  }

  .heading-small.padding-bottom-ten.heading-text {
    width: 83%;
    margin-top: -30px;
    margin-left: 32px;
    display: block;
  }

  .heading-small.padding-bottom-ten.heading-bammer {
    width: 100%;
    letter-spacing: .1em;
    background-image: linear-gradient(#b7a675, #b7a675), url('../images/PALAZZO-BAU-Logo_1.png');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    justify-content: center;
    align-items: center;
    margin-top: -105px;
    margin-bottom: 50px;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Ppeiko, sans-serif;
    font-size: 4rem;
    font-weight: 500;
    line-height: 4rem;
    display: flex;
    position: absolute;
  }

  .heading-small.padding-bottom-ten.new {
    color: var(--gold);
    letter-spacing: 0;
    background-color: #f6f5ea;
    background-image: none;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 19px;
    padding-bottom: 20px;
    padding-left: 10px;
    font-family: Ppeiko, sans-serif;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 6rem;
    display: flex;
  }

  .heading-small.padding-bottom-ten.herro-banner10 {
    border-bottom-width: 0;
    border-right: 0 #000;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .heading-small.padding-bottom-ten.unsere {
    color: var(--bela);
    margin-top: auto;
    margin-bottom: 0;
    font-size: 2.8rem;
  }

  .heading-small.padding-bottom-ten.service2 {
    color: var(--gold);
    margin-top: auto;
    padding-top: 0;
  }

  .heading-small.align-center.padding-bottom-ten {
    max-width: 100%;
    color: var(--gold);
    letter-spacing: .1em;
    background-color: #f6f5ea;
    background-image: none;
    border-bottom-width: 0;
    align-items: flex-start;
    margin-top: 60px;
    margin-bottom: 15px;
    padding: 20px 0;
    font-family: Ppeiko, sans-serif;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 4rem;
    display: flex;
    position: relative;
  }

  .heading-small.align-center.padding-bottom-ten.uberuns {
    background-color: #fff;
    align-items: center;
    margin-top: auto;
    font-family: Ppeiko, sans-serif;
    font-size: 2.8rem;
    line-height: 4rem;
    display: flex;
  }

  .heading-small.padding-bottom-twenty {
    margin-top: 32px;
    line-height: 2.8rem;
  }

  .heading-small.padding-bottom-twenty.lifestone {
    width: auto;
    max-width: none;
    color: #fff;
    text-transform: uppercase;
    background-color: #b7a675;
    margin-left: auto;
    padding: 20px 10px;
    font-family: Ppeiko, sans-serif;
    font-size: 1.8rem;
    font-weight: 900;
    display: block;
    position: static;
  }

  .heading-small.underline-off {
    color: var(--black);
  }

  .heading-small.underline-off.bottom-footer {
    color: var(--bela);
    justify-content: center;
    align-items: center;
    display: block;
  }

  .heading-small.underline-off.footer-links {
    color: var(--white);
    letter-spacing: .1em;
    font-size: 1.4rem;
  }

  .heading-small.responsive-align-center {
    min-width: auto;
    color: var(--bela);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-small.padding-bottom-thirty {
    background-color: #b7a675;
    font-family: Ppeiko, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
  }

  .heading-small.heading-banner {
    width: 100%;
    text-align: center;
    background-color: #af8741;
    margin-top: 20px;
    margin-left: auto;
    padding: 20px;
    font-size: 1.8rem;
    display: block;
    position: absolute;
  }

  .heading-small.title-head {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 140px;
    font-size: 2rem;
    display: block;
  }

  .heading-small.uberuns {
    width: 100%;
    min-width: 100%;
    letter-spacing: .1em;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 0;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 2rem;
    display: flex;
  }

  .padding-bottom-thirty {
    width: 67%;
    text-align: center;
    background-color: rgba(197, 177, 106, .71);
    flex: 0 auto;
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 3rem;
  }

  .padding-bottom-thirty.title {
    width: auto;
    background-color: var(--gold);
    color: #fff;
    letter-spacing: .1px;
    margin-top: -63px;
    padding-top: 0;
    padding-bottom: 40px;
    font-family: Ppeiko, sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 4rem;
  }

  .padding-bottom-twenty {
    width: auto;
    max-width: 47%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    flex: 1;
    align-self: flex-start;
    align-items: stretch;
    margin-top: 75px;
    margin-bottom: 0;
    margin-left: auto;
    padding: 40px 20px;
    font-size: 2.8rem;
    display: block;
    position: absolute;
  }

  .padding-bottom-twenty.nobackground {
    width: auto;
    text-align: center;
    background-color: rgba(56, 62, 66, .64);
    justify-content: flex-start;
    align-items: center;
    margin-top: 69px;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 2.8rem;
    line-height: 2.8rem;
    display: block;
    position: relative;
  }

  .padding-bottom-twenty.wir {
    color: #000;
    text-transform: none;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    font-family: Ppeiko, sans-serif;
    font-weight: 500;
    line-height: 2.8rem;
  }

  .creative-agency-about-grid {
    width: auto;
    grid-column-gap: 147px;
    grid-row-gap: 147px;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    display: block;
  }

  .creative-agency-about-grid-block {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    border-width: 1px;
    border-color: var(--gold);
    background-color: #f6f5ea;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: auto;
    margin-bottom: 40px;
    display: flex;
  }

  .heading-medium {
    width: auto;
    text-align: center;
    background-color: #af8741;
    align-items: flex-start;
    margin-top: -48px;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    position: static;
  }

  .heading-medium.padding-bottom-ten {
    text-align: left;
    background-color: rgba(0, 0, 0, 0);
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 12px;
    margin-left: auto;
    padding-top: 0;
    font-size: 2rem;
    display: block;
    position: static;
  }

  .heading-medium.padding-bottom-ten.heading-2 {
    background-color: rgba(0, 0, 0, 0);
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 63px;
    margin-left: 2px;
    font-size: 2rem;
    display: flex;
  }

  .heading-medium.heading2 {
    width: 480px;
  }

  .heading-medium.heading-2 {
    max-width: 100%;
    color: var(--gold);
    justify-content: center;
    align-items: flex-start;
    margin-top: -12px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Ppeiko, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    display: block;
  }

  .heading-medium.padding-top {
    margin-top: 42px;
    margin-left: 23px;
  }

  .heading-medium.address {
    width: 650px;
    background-color: #000;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-left: auto;
    padding: 40px 10px 20px;
    font-family: Ofl, sans-serif;
    font-size: 1.4rem;
    line-height: 1.8rem;
    display: flex;
  }

  .heading-medium.mid {
    margin-top: auto;
    margin-left: auto;
    position: static;
  }

  .body-font {
    margin-top: 200px;
    margin-left: auto;
    font-size: .6em;
  }

  .body-font.padding-top-thirty {
    color: var(--bela);
    -webkit-text-stroke-color: var(--white);
    background-color: rgba(0, 0, 0, 0);
    font-family: Ofl, sans-serif;
    font-size: 1.3em;
    font-weight: 400;
    line-height: 2.1rem;
  }

  .align-center.padding-bottom-twenty {
    width: 100%;
    max-width: none;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    align-items: center;
    margin-top: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-bottom: 60px;
    font-size: 2.4rem;
    font-style: normal;
    display: block;
    position: static;
  }

  .align-center.letter-space-off.padding-bottom-thirty {
    width: 800px;
    height: auto;
    color: var(--gold);
    text-align: left;
    background-color: #b7a675;
    margin-top: 20px;
    margin-bottom: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 0;
    font-family: Ppeiko, sans-serif;
    font-size: 1.4rem;
    line-height: 4rem;
    display: block;
  }

  .align-center.letter-space-off.padding-bottom-thirty.new {
    margin-top: auto;
  }

  .align-center.screen-1440 {
    width: auto;
    text-transform: none;
    margin-bottom: 60px;
    padding: 0 220px;
    font-family: Ppeiko, sans-serif;
    font-size: 2.4rem;
    font-style: normal;
    line-height: 3.5rem;
  }

  .zency {
    border: 1px #000;
    flex: 1;
    order: 0;
    justify-content: space-around;
    align-self: center;
    align-items: stretch;
    display: flex;
  }

  .creative-agency-contact-main {
    width: 100%;
    max-width: none;
    background-color: #f6f5ea;
    margin-left: auto;
  }

  .footer {
    background-color: #b7a675;
    justify-content: space-around;
    align-items: baseline;
    padding: 10px 0;
    display: flex;
  }

  .footer-container {
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .footer-main {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-menu {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: auto;
    padding-right: 60px;
    display: flex;
  }

  .footer-copyright {
    color: #000;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .creative-agency-contact-box {
    display: block;
  }

  .creating-two-hero-title-wrapper {
    max-width: 450px;
  }

  .creating-two-hero-main {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .creating-two-hero-image-wrapper {
    width: 350vw;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .creating-two-hero-text-block {
    flex: 0 40%;
    justify-content: flex-end;
    display: flex;
  }

  .creating-two-hero-image-block {
    flex: 0 60%;
  }

  .counter-font.padding-bottom-ten {
    font-family: Ppeiko, sans-serif;
    font-size: 2rem;
    font-style: normal;
    line-height: 2.8rem;
  }

  .about-solutions {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    margin-left: auto;
    padding-bottom: 0;
    display: block;
  }

  .about-solutions-container {
    max-width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-end;
    display: grid;
    position: static;
  }

  .about-solutions-title-wrapper {
    max-width: none;
    color: #fff;
    margin-top: auto;
    margin-left: auto;
  }

  .about-story {
    height: 1148px;
    background-color: var(--gold);
    background-image: none;
    padding-bottom: 0;
    position: static;
  }

  .about-story-container {
    height: 650px;
    max-width: 100%;
    background-color: var(--gold);
    padding-top: 100px;
  }

  .about-story-text-block {
    margin-bottom: auto;
    padding-bottom: 0;
  }

  .about-story-para-wrapper.padding-bottom-thirty {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .about-service-image-block {
    background-image: none;
    font-family: Ppeiko, sans-serif;
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 4px;
  }

  .about-service-text-main {
    width: 136%;
    margin-left: -200px;
  }

  .about-team {
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 60px;
    display: block;
  }

  .about-team-container {
    max-width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .about-team-grid {
    max-width: 100%;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1.75fr 2fr 1.5fr minmax(200px, 1.75fr);
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: stretch;
    align-items: center;
    justify-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .about-team-grid-block {
    width: 100%;
    max-height: 512px;
    max-width: none;
    min-width: auto;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: flex-start;
    display: block;
    overflow: hidden;
  }

  .about-team-overlay {
    width: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    grid-template-rows: minmax(50%, 2.25fr) minmax(50%, 1fr);
    grid-template-columns: minmax(50%, 1fr) minmax(50%, 1fr);
    grid-auto-columns: 1fr;
    align-items: stretch;
    justify-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .about-team-text-wrapper {
    width: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .team-image.autofit {
    width: 100%;
    height: auto;
    max-height: 515px;
    max-width: 100%;
    min-width: auto;
    aspect-ratio: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    overflow: hidden;
  }

  .service-detail-hero-section {
    background-color: #f6f5ea;
    padding: 0 15px 120px;
    display: block;
  }

  .service-detail-hero-title-wrapper {
    max-width: 1920px;
    margin-top: 20px;
    margin-left: auto;
  }

  .service-detail-hero-image-block {
    max-width: 1198px;
    grid-column-gap: 86px;
    grid-row-gap: 200px;
    color: #000;
    justify-content: space-around;
    align-items: flex-end;
    margin-top: 140px;
  }

  .service-detail-hero-image-one.top-image {
    margin-top: 200px;
  }

  .service-detail-hero-image-text {
    max-width: none;
    flex: 0 auto;
    justify-content: flex-end;
    align-self: flex-start;
    align-items: stretch;
    margin-top: auto;
    display: block;
  }

  .align-right.padding-top-thirty {
    width: 100%;
    color: #000;
    text-align: justify;
    margin-top: 75px;
    margin-left: 0;
    padding-top: 0;
    font-family: Ofl, sans-serif;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }

  .service-detail-hero-main {
    width: auto;
    background-color: rgba(0, 0, 0, 0);
    align-self: flex-start;
    margin-top: auto;
    display: block;
  }

  .service-detail-hero-text-block {
    max-width: 1920px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: auto;
  }

  .service-detail-hero-text-block.headding-block {
    width: 1920px;
    margin-top: 25px;
    display: block;
  }

  .service-detail {
    margin-top: 60px;
  }

  .service-detail-container {
    max-width: none;
    border: 0 #000;
    align-items: center;
    margin-top: auto;
    display: flex;
  }

  .tabs {
    padding-bottom: 100px;
  }

  .tabs-menu {
    margin-top: 100px;
  }

  .service-detail-content-main {
    max-width: 1158px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    display: inline-block;
  }

  .service-detail-tab-text {
    font-size: 2.6rem;
    line-height: 2.2px;
  }

  .service-detail-solutions {
    max-width: none;
  }

  .service-detail-solutions-container {
    max-width: 1910px;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .service-detail-solutions-main {
    width: 1920px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .service-detail-solutions-main-image-block {
    margin-left: -125px;
  }

  .service-detail-solutions-title-wrapper {
    max-width: 450px;
  }

  .padding-top-thirty {
    margin-left: 29px;
    font-size: 20px;
  }

  .service-detail-solutions-main-image {
    text-align: left;
    justify-content: space-between;
    align-items: center;
    line-height: 4em;
  }

  .service-detail-solutions-main-text {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .service-detail-solutions-image-block {
    width: auto;
    justify-content: center;
    align-items: flex-start;
  }

  .cursor-wrapper {
    display: block;
  }

  .portfolio-two-hero-section.height-off {
    width: auto;
    background-color: #383e42;
    background-image: linear-gradient(#000, #fff);
    background-position: 0 0;
    background-repeat: repeat-y;
    background-size: cover;
    background-attachment: fixed;
    margin-top: 54px;
    margin-left: auto;
  }

  .portfolio-two-hero-section.height-off.background-mmage {
    background-position: 50%;
    margin-top: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .portfolio-two-hero-section.height-off {
    min-height: 850px;
    min-width: 100%;
    background-color: #b7a675;
    background-image: none;
    margin-top: auto;
    margin-right: auto;
    padding-bottom: 220px;
  }

  .portfolio-two-container {
    max-width: none;
  }

  .portfolio-two-holder {
    width: auto;
    margin-top: auto;
  }

  .portfolio-two-item {
    margin-top: auto;
  }

  .portfolio-two-main.line-height-off {
    min-width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    padding-left: 0;
    display: flex;
  }

  .portfolio-two-image-wrapper {
    margin-left: 89px;
    display: flex;
  }

  .portfolio-two-data {
    bottom: -80px;
  }

  .portfolio-two-overflow {
    width: auto;
    height: 496px;
    justify-content: center;
    margin-top: 78px;
    display: block;
    position: absolute;
  }

  .creative-four-hero-section {
    width: 100%;
    height: auto;
    -webkit-text-fill-color: inherit;
    background-image: url('../images/luxbau-header-image.jpg');
    background-position: 30% 30%;
    background-size: cover;
    background-clip: border-box;
    margin-left: auto;
  }

  .creative-four-hero-sub-two {
    max-height: 650px;
    max-width: none;
    background-image: none;
    margin-top: 30px;
    margin-left: auto;
    position: absolute;
  }

  .creative-four-hero-sub-text-block {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    margin-top: 15px;
    margin-left: 200px;
    display: flex;
  }

  .creative-four-hero-sub-image-block {
    flex: 1;
    align-items: flex-start;
    margin-top: 150px;
    margin-bottom: auto;
    margin-left: 77px;
    display: flex;
  }

  .image-open {
    flex: 1;
    margin-left: 200px;
  }

  .creative-four-hero-sub-one {
    width: 100px;
    height: 750px;
    background-image: none;
  }

  .creative-four-feature-service {
    background-image: none;
    justify-content: flex-start;
    margin-top: auto;
    padding: 0;
    display: flex;
  }

  .creative-four-feature-container {
    max-width: 125%;
    background-color: #f6f5ea;
    background-image: none;
    margin-top: -108px;
    padding-top: 0;
    padding-bottom: 140px;
  }

  .creative-four-feature-title-wrapper {
    width: auto;
    height: 152px;
    border-width: 1px;
    border-color: #b7a675;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 1.2rem;
    line-height: 0;
  }

  .creative-four-feature-grid {
    margin-top: 40px;
    padding-left: 60px;
  }

  .creative-four-feature-grid-main {
    padding-bottom: 20px;
    padding-left: 0;
    position: static;
  }

  .creative-four-divider {
    background-image: url('../images/PALAZZO-BAU-Logo.png');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: cover;
    background-attachment: fixed;
    margin-top: -60px;
  }

  .creative-four-about {
    margin-top: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .creative-four-about-container {
    max-width: 100%;
    margin-top: 69px;
    margin-bottom: auto;
    padding-top: 0;
    display: block;
    position: relative;
  }

  .creative-four-about-main {
    width: auto;
    grid-column-gap: 366px;
    grid-row-gap: 366px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .creative-four-about-main.background-transparent {
    background-color: rgba(56, 62, 66, .64);
    background-image: url('../images/PALAZZO-BAU-Logo.png');
    background-position: 50%;
    background-size: contain;
    margin-top: auto;
    padding-bottom: 20px;
    display: flex;
    position: static;
  }

  .creative-four-about-image-block {
    max-width: none;
    grid-row-gap: 0px;
    flex-direction: row;
    flex: 1;
    order: 0;
    justify-content: flex-end;
    align-self: auto;
    align-items: center;
    margin-top: -200px;
    display: block;
  }

  .creative-four-about-text-block {
    width: auto;
    flex-wrap: nowrap;
    flex: 1;
    order: 1;
    justify-content: space-around;
    align-self: auto;
    align-items: flex-start;
    margin-top: auto;
    display: block;
  }

  .creative-four-about-grid {
    width: auto;
    background-color: rgba(56, 62, 66, .64);
    margin-top: -79px;
    margin-left: auto;
    display: block;
  }

  .creative-four-about-grid-block {
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: -48px;
    position: static;
  }

  .creative-four-about-text-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .creative-four-agency {
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: auto;
    display: flex;
    position: static;
  }

  .creative-four-agency-text-block {
    max-width: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 150px;
    display: block;
  }

  .creative-four-agency-image-block {
    margin-top: 99px;
  }

  .creative-four-agency-title-wrapper {
    max-width: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .creative-four-agency-image-wrapper {
    margin-top: 150px;
  }

  .creative-four-projects-text-block {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 50px;
    padding-bottom: 60px;
    display: block;
  }

  .creative-four-projects-title-wrapper {
    display: flex;
  }

  .creative-four-projects-text-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    display: flex;
  }

  .creative-four-projects-button-wrapper {
    flex: 1;
  }

  .creative-four-why-choose {
    outline-offset: 0px;
    background-color: #b7a675;
    outline: 3px #333;
    margin-top: auto;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .creative-four-why-choose-text-block {
    margin-top: 0;
  }

  .creative-four-why-choose-list {

    grid-column-gap: 38px;
    grid-row-gap: 38px;
    object-fit: fill;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .creative-four-why-choose-list-title {
    flex-shrink: 1;
    flex-basis: 90%;
  }

  .creative-four-why-choose-list-data {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex: 1;
  }

  .creative-four-why-choose-list-image-block {
    height: auto;
    display: block;
  }

  .creative-four-why-choose-list-text {
    flex: 1;
    align-items: center;
    display: flex;
  }

  .creative-four-why-choose-list-para {
    color: #fff;
  }

  .image-view {
    aspect-ratio: auto;
  }

  .creative-four-why-choose-list-image {
    width: 317px;
    height: 241px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .creative-four-cta {
    background-color: rgba(56, 62, 66, .8);
    background-image: url('../images/LIFESTONE-VILLEN-DESIGN-Logo-3.png');
    background-position: 50%;
    background-size: auto;
    background-attachment: fixed;
    margin-top: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .creative-four-cta-container {
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    background-color: rgba(0, 0, 0, .47);
    align-items: center;
    display: flex;
    position: relative;
  }

  .div-block-161 {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 26px;
    display: flex;
  }

  .full-width.autofit {
    width: 850px;
    margin-top: auto;
    margin-left: 40px;
  }

  .full-width.autofit.image-left {
    width: 105%;
    height: auto;
    max-width: 168%;
    margin-top: -257px;
    display: block;
  }

  .full-width.autofit {
    width: 850px;
    height: auto;
    margin-top: -538px;
    margin-left: 83px;
    display: inline-block;
    position: absolute;
    overflow: visible;
  }

  .full-width.autofit:focus {
    display: inline-block;
  }

  .full-width.autofit.logo-herro {
    width: 815px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .full-width.autofit {
    width: auto;
    max-width: 130%;
    object-fit: contain;
    flex: 1;
    align-self: flex-start;
    margin-top: -43px;
    margin-left: auto;
    position: static;
  }

  .nav-container {
    max-width: 1853px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-main {
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    flex: 0 auto;
    align-self: center;
    position: fixed;
  }

  .nav-wrapper {
    width: 1900px;
  }

  .hamburger-wrapper {
    flex: none;
  }

  .header-bg-shape {
    width: 351vw;
    -webkit-text-stroke-color: rgba(0, 0, 0, .8);
    background-color: #333;
    background-image: none;
    flex: 0 auto;
  }

  .nav-menu {
    background-color: #000;
    align-self: center;
  }

  .header {
    background-color: rgba(197, 177, 106, .71);
    background-image: none;
    border-radius: 15px;
    align-items: stretch;
    display: none;
  }

  .contact-one-form-field-main.body-font {
    width: 400px;
    height: 100px;
    font-size: 1.5em;
  }

  .contact-one-form-text-area.body-font {
    width: 898px;
    margin-left: auto;
    padding-left: 12px;
    font-size: 1.5em;
  }

  .contact-two-hero-section {
    max-height: none;
    max-width: none;
    justify-content: space-around;
    align-items: flex-end;
    display: block;
  }

  .contact-two-hero-container {
    max-width: none;
    align-items: flex-start;
    display: block;
  }

  .contact-two-hero-main {
    grid-column-gap: 41px;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .contact-two-hero-main.footer-kontakt-details {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    align-items: center;
    display: flex;
  }

  .contact-two-hero-form-wrapper {
    display: block;
  }

  .contact-two-container {
    max-width: none;
  }

  .contact-two-address-block {
    max-height: 320px;
    min-width: 39%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    display: flex;
  }

  .contact-two-address-grid-block {
    grid-column-gap: 10px;
    margin-bottom: auto;
    font-size: 1.4px;
    line-height: 10px;
  }

  .contact-two-address-grid-block.kontkat-50 {
    font-size: 1.6px;
  }

  .contact-two-address-text-wrapper {
    justify-content: center;
    align-items: center;
  }

  .change-image-size {
    width: 57px;
    height: 73px;
    font-size: 1px;
  }

  .change-image-size.img-1, .change-image-size.link-2 {
    width: 80px;
    height: 80px;
  }

  .flex-center {
    margin-top: 0%;
  }

  .licencing-image-block {
    display: flex;
  }

  .licencing-images {
    margin-right: 20px;
    padding-right: 0;
  }

  .italic-text {
    width: auto;
    direction: rtl;
    color: var(--black);
    text-align: center;
    letter-spacing: 1px;
    text-indent: 2px;
    background-color: rgba(0, 0, 0, 0);
    flex: 0 auto;
    align-items: flex-start;
    margin-left: auto;
    padding: 0 20px;
    font-family: Ppeiko, sans-serif;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 100;
    line-height: 3.5rem;
    display: block;
  }

  .italic-text.align-center {
    background-color: rgba(56, 62, 66, .64);
    margin-top: 114px;
    margin-left: auto;
    position: static;
  }

  .italic-text.premium-home-title {
    direction: ltr;
    color: var(--white);
    letter-spacing: 5px;
    text-indent: 3px;
    font-weight: 500;
  }

  .italic-text.premium-home-title.text-2 {
    color: var(--black);
    padding-bottom: 0;
    font-family: Greatvibes, sans-serif;
    font-size: 3.5rem;
  }

  .italic-text.premium-home-title.text-2.title12 {
    color: var(--bela);
    background-color: rgba(0, 0, 0, 0);
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1em;
  }

  .italic-text.premium-home-title.title11 {
    color: var(--gold);
    background-color: rgba(0, 0, 0, 0);
    padding-top: 60px;
    font-size: 2.8rem;
    line-height: 1.5em;
  }

  .italic-text.premium-home-title.titel {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2.8rem;
    line-height: 3em;
  }

  .italic-text.energie {
    color: var(--gold);
    text-transform: uppercase;
    margin-top: -51px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2.8rem;
    font-weight: 500;
  }

  .italic-text.text-new {
    padding-left: 220px;
    padding-right: 220px;
    font-size: 2rem;
  }

  .paragraph-2 {
    width: 750px;
    color: #fff;
    align-items: flex-start;
    margin-top: 36px;
    margin-left: 53px;
    font-size: 1.4rem;
    line-height: 2.2rem;
    display: flex;
  }

  .paragraph-3 {
    width: 100%;
    direction: ltr;
    color: #f0f0f0;
    text-align: left;
    white-space: break-spaces;
    word-break: keep-all;
    overflow-wrap: anywhere;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }

  .paragraph-4 {
    width: 100%;
    color: #f0f0f0;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 100px;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }

  .paragraph-5 {
    width: 100%;
    color: #f0f0f0;
    text-align: left;
    white-space: break-spaces;
    word-break: normal;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }

  .div-block-164 {
    width: 100%;
    background-image: none;
    margin-top: auto;
    margin-left: auto;
  }

  .div-block-165 {
    max-width: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-left: auto;
    margin-right: 220px;
    padding-bottom: 140px;
    padding-left: 220px;
    display: block;
  }

  .bold-text {
    font-size: 2em;
    line-height: 2rem;
  }

  .heading-3 {
    width: 530px;
    text-align: center;
    background-color: rgba(197, 177, 106, .71);
    margin-left: -17px;
  }

  .heading-4 {
    width: 508px;
    text-align: center;
    background-color: rgba(197, 177, 106, .71);
    margin-top: -78px;
    font-size: 2.2rem;
    display: block;
  }

  .heading-4.von-feost {
    width: 534px;
  }

  .heading-5.creative-four-about-grid {
    width: 50%;
    margin-top: 66px;
    padding: 20px 20px 10px;
    font-size: 1.8rem;
    position: absolute;
  }

  .image-2 {
    width: 148px;
    max-width: 150%;
    background-color: #fdb2b2;
    margin-left: -65px;
    display: block;
    position: relative;
  }

  .image-2.logo {
    margin-top: auto;
    margin-bottom: 10px;
    margin-left: 23px;
  }

  .div-block-169 {
    margin-top: 93px;
  }

  .bold-text-2 {
    margin-top: 42px;
    font-weight: 500;
    display: flex;
  }

  .div-block-170 {
    margin-top: 74px;
    margin-left: 140px;
  }

  .logo-slider {
    width: 700px;
    height: auto;
    max-width: 850px;
    margin-top: auto;
    margin-left: 200px;
    display: block;
    position: absolute;
  }

  .logo-slider.full-width {
    width: 805px;
    height: 764px;
    margin-top: -33px;
    margin-left: -164px;
    margin-right: 200px;
  }

  .div-block-171 {
    display: flex;
  }

  .heading-6 {
    justify-content: space-around;
    align-items: baseline;
    font-size: 2.4rem;
    font-weight: 400;
    display: flex;
  }

  .div-block-172 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    justify-items: center;
    margin-left: 200px;
    display: flex;
  }

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

  .column:hover {
    color: #adadad;
  }

  .column.projects-row {
    border: 1px rgba(0, 0, 0, .76);
  }

  .column-2 {
    flex-flow: column;
    align-content: stretch;
    justify-content: flex-start;
    align-items: stretch;
    display: inline-block;
  }

  .column-2.projects-row {
    border: 1px rgba(0, 0, 0, .59);
  }

  .columns {
    color: rgba(0, 0, 0, 0);
    border: .2px solid rgba(255, 255, 255, .36);
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .columns:hover {
    background-color: #3a3a3a;
  }

  .columns.projects-row {
    border: 1px solid var(--dim-grey);
  }

  .columns.creative-four-why-choose-list-wrapper {
    background-color: #383e42;
  }

  .columns.creative-four-why-choose-list-wrapper:hover {
    color: #fff;
    background-color: #3a3a3a;
  }

  .image-3 {
    width: 400px;
    float: right;
    clear: left;
    display: inline-block;
  }

  .image-3.image-view {
    float: left;
    clear: left;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-6 {
    color: #adadad;
    font-size: 1.4rem;
  }

  .paragraph-6.creative-four-why-choose-list-text {
    color: rgba(0, 0, 0, 0);
  }

  .paragraph-6.creative-four-why-choose-list-text:hover {
    color: #929292;
  }

  .paragraph-6.text-hide {
    color: #beb9b9;
    display: inline-block;
  }

  .paragraph-6.text-hide:hover {
    color: #adadad;
  }

  .bold-text-3 {
    width: 400px;
    font-size: 2.6rem;
    font-weight: 400;
    display: block;
  }

  .bold-text-4 {
    width: 400px;
    color: var(--black);
    font-size: 2.3rem;
    font-weight: 400;
    line-height: 2.5rem;
  }

  .bold-text-4.riviera, .bold-text-4.cas-mediteranea, .bold-text-4.villa-sant-tropez, .bold-text-4.marquesa {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 3rem;
  }

  .bold-text-4.vista-del-sol {
    font-weight: 500;
  }

  .bold-text-5 {
    width: 400px;
    font-weight: 400;
  }

  .creative-four-why-choose-list-wrapper-2:hover {
    color: #fff;
  }

  .button-main-3.change-button {
    width: 268px;
    color: #fff;
    padding: 40px;
    display: block;
  }

  .button-main-3.button-bg-white {
    max-width: none;
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    margin-top: 87px;
    margin-left: -107px;
    line-height: 2.2rem;
    display: block;
    position: absolute;
  }

  .button-main-3.button-bg-white.full-width {
    width: 450px;
  }

  .button-main-3.change-button {
    width: 365px;
    flex: 0 auto;
    align-self: center;
    font-size: 1.5rem;
    line-height: 2.2rem;
  }

  .button-main-3.button-bg-white {
    margin-bottom: 40px;
    margin-left: auto;
    font-size: 1.5rem;
  }

  .body-font-3 {
    width: 434px;
    color: #000;
    flex: 0 auto;
    align-self: center;
    margin-left: auto;
    font-family: Great Vibes, cursive;
    font-size: 2rem;
    line-height: 3rem;
  }

  .image-view-2 {
    height: auto;
    flex: 0 auto;
    display: block;
  }

  .creative-four-why-choose-list-text-2 {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    flex-shrink: 1;
    flex-basis: 85%;
    justify-content: space-between;
    align-self: auto;
    align-items: stretch;
    display: flex;
  }

  .creative-four-why-choose-list-wrapper-3 {
    background-color: rgba(0, 0, 0, 0);
    border-bottom-style: none;
    border-bottom-width: 0;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    display: flex;
  }

  .creative-four-why-choose-list-wrapper-3.first {
    background-color: rgba(0, 0, 0, 0);
  }

  .creative-four-why-choose-list-wrapper-3.list1 {
    margin-top: 40px;
    padding-top: 0;
  }

  .creative-four-why-choose-list-wrapper-3.list2 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .creative-four-why-choose-list-para-2 {
    flex-direction: row;
    flex: 1;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
  }

  .bold-text-6 {
    width: 400px;
    font-size: 2.6rem;
  }

  .bold-text-7 {
    width: auto;
    font-size: 2.6rem;
  }

  .bold-text-8 {
    width: auto;
  }

  .heading-7 {
    width: 761px;
    float: none;
    text-align: center;
    background-color: #b7a675;
    margin-bottom: 20px;
    padding: 40px 20px;
    font-family: Ppeiko, sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 100;
    line-height: 3.5rem;
  }

  .image-4 {
    margin-top: 42px;
  }

  .div-block-173 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    margin-top: 101px;
    margin-left: 200px;
    display: flex;
  }

  .hero-heading-center {
    color: #000;
    background-color: #000;
    border: 1px #000;
    justify-content: center;
    align-items: center;
    padding-bottom: 140px;
    display: block;
  }

  .container {
    max-width: 1200px;
    margin-right: auto;
  }

  .centered-heading.margin-bottom-32px {
    min-width: 650px;
    color: #fff;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-self: flex-end;
    align-items: center;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
    font-family: Ppeiko, sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 4rem;
    display: flex;
  }

  .hero-wrapper {
    width: 120%;
    grid-column-gap: 158px;
    grid-row-gap: 158px;
    justify-content: center;
    align-items: baseline;
    margin-top: 100px;
    margin-left: -200px;
    margin-right: 220px;
    display: flex;
  }

  .hero-split {
    max-width: 46%;
    grid-column-gap: 71px;
    grid-row-gap: 60px;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: baseline;
  }

  .margin-bottom-24px {
    width: 550px;
    align-self: flex-start;
    align-items: center;
    margin: auto;
    font-family: Ofl, sans-serif;
    font-size: 1.3rem;
    line-height: 2.3rem;
    display: block;
    position: static;
  }

  .button-primary {
    clear: none;
    background-color: #b7a675;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    margin-top: auto;
    margin-left: 260px;
    margin-right: auto;
    padding: 20px;
    font-family: Ppeiko, sans-serif;
    font-size: 1.4em;
    font-weight: 500;
    display: block;
    transform: translate(-102px);
  }

  .button-primary:hover {
    color: #000;
    background-color: #fff;
  }

  .shadow-two {
    height: 526px;
    max-width: 162%;
    flex: 0 auto;
    align-self: auto;
  }

  .bold-text-9 {
    width: auto;
    overflow-wrap: normal;
    align-items: flex-start;
    display: block;
  }

  .title2 {
    width: auto;
    text-align: left;
    flex-wrap: wrap;
    flex: 1;
    align-content: flex-start;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: auto;
    margin-left: auto;
    padding-top: 26px;
    font-size: 2.4rem;
    line-height: 2.8rem;
    display: block;
    position: static;
  }

  .image-5 {
    max-width: 100%;
    display: inline-block;
  }

  .image-5:hover {
    transform: scale(1);
    box-shadow: 0 11px 11px 2px rgba(189, 179, 179, .2);
  }

  .div-block-174 {
    padding-top: 100px;
  }

  .collection-list {
    width: auto;
    margin-left: auto;
  }

  .div-block-175 {
    color: #fff;
    text-transform: none;
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
    margin-left: auto;
    display: flex;
  }

  .image-6 {
    max-width: 20%;
    margin-left: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .collection-item-2 {
    width: 621px;
  }

  .div-block-176 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    justify-items: center;
    margin-left: 104px;
    display: flex;
  }

  .collection-list-3 {
    width: auto;
  }

  .collection-item-3 {
    width: 621px;
  }

  .div-block-177 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    justify-items: center;
    margin-left: 104px;
    display: flex;
  }

  .collection-list-4 {
    width: auto;
  }

  .collection-item-4 {
    width: 621px;
  }

  .about-service-main-2.border-top {
    height: 467px;
    background-image: url('../images/AdobeStock_621629838-Recovered.jpg');
    background-position: 50% 100%;
    background-size: cover;
    align-items: flex-end;
    margin-top: auto;
    padding-top: 40px;
    padding-bottom: 140px;
  }

  .about-service-main-2.border-top.traum {
    height: 761px;
  }

  .portfolio-two-item-2 {
    margin-bottom: auto;
    padding-left: 0;
  }

  .heading-small-3 {
    justify-content: flex-start;
    font-size: 1.2rem;
  }

  .heading-small-3.phone {
    font-family: Ppeiko, sans-serif;
  }

  .heading-small-3.message {
    padding-left: 23px;
    font-family: Ppeiko, sans-serif;
  }

  .portfolio-two-holder-2 {
    grid-column-gap: 1003px;
    grid-row-gap: 0px;
    flex: 0 auto;
    justify-content: space-between;
    align-items: baseline;
    margin-right: 40px;
    display: flex;
  }

  .portfolio-two-container-2 {
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0);
    padding-top: 40px;
    padding-bottom: 100px;
    padding-left: 220px;
  }

  .creative-four-projects-title-wrapper-3 {
    margin-top: 9px;
  }

  .creative-four-projects-text-wrapper-3 {
    margin-top: 45px;
  }

  .image-8 {
    width: 49%;
  }

  .image-9 {
    width: 171%;
    max-width: 170%;
  }

  .heading-9 {
    margin-top: 20px;
    margin-bottom: 90px;
    padding-bottom: 40px;
    font-family: Ppeiko, sans-serif;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 500;
  }

  .heading-10 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-178 {
    max-width: 100%;
    position: relative;
  }

  .div-block-179 {
    max-width: 100%;
    display: block;
  }

  .div-block-180 {
    max-width: 1282px;
    aspect-ratio: auto;
    position: static;
  }

  .div-block-181 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: auto;
    display: block;
  }

  .heading-medium-2 {
    text-transform: none;
    font-family: Ofl, sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 2.4rem;
  }

  .heading-medium-2.underline-off {
    text-align: justify;
    text-transform: lowercase;
    justify-content: flex-end;
    align-items: stretch;
    font-family: Ofl, sans-serif;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.43rem;
  }

  .heading-medium-2.underline-off.kontakt-email {
    font-size: 1.6rem;
  }

  .heading-medium-2.footer-fonts {
    min-width: auto;
  }

  .heading-medium-2.likn-kontakt {
    font-size: 1.6rem;
  }

  .heading-medium-2.address {
    letter-spacing: .1em;
    font-size: 1.6rem;
  }

  .contact-two-address-grid-2 {
    min-height: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-items: center;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-left: 0;
    display: flex;
    position: absolute;
  }

  .contact-two-address-grid-2.kontakt-page {
    min-width: 84%;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: auto;
    padding-left: 60px;
    display: block;
    position: static;
  }

  .body-font-4.padding-bottom-ten {
    width: 450px;
    font-size: 1.8rem;
    line-height: 2.5rem;
  }

  .color-black-2.padding-bottom-twenty {
    width: auto;
    display: flex;
    position: static;
  }

  .paragraph-7, .paragraph-8 {
    font-size: 1.2rem;
  }

  .image-10 {
    max-width: 312px;
    min-width: 312px;
    margin-top: -132px;
    margin-left: auto;
    display: block;
    position: static;
  }

  .image-10.logo-footer {
    max-width: 496px;
    min-width: auto;
    margin-top: auto;
    margin-left: 20px;
  }

  .image-10.image-kontakt {
    margin-top: 20px;
    display: inline-block;
  }

  .div-block-183 {
    width: auto;
    display: block;
  }

  .link-block {
    max-width: 50%;
  }

  .image-11 {
    max-width: 100%;
    min-width: 100%;
  }

  .image-12 {
    max-width: 100%;
  }

  .heading-13 {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    font-family: Ppeiko, sans-serif;
    font-size: 2.2rem;
  }

  .div-block-186 {
    padding-left: 0;
  }

  .collection-list-wrapper-2 {
    margin-left: auto;
  }

  .autofit-2 {
    width: auto;
    height: auto;
    max-width: 77%;
    margin-top: auto;
    margin-left: 164px;
    margin-right: 200px;
    display: block;
  }

  .autofit-2.change-opacity {
    max-width: 827px;
  }

  .autofit-2.padding-bottom-thirty {
    width: auto;
    height: 629px;
    max-width: none;
    text-align: left;
    margin: auto auto 40px 0;
    padding-left: 100px;
    overflow: hidden;
  }

  .creative-four-hero-sub-one-2 {
    max-height: 662px;
    max-width: 1920%;
    min-height: 0;
    overflow: hidden;
  }

  .creative-four-hero-sub-two-2 {
    max-width: 1920px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -webkit-text-stroke-color: transparent;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: -60px;
    margin-left: auto;
    margin-right: -62px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .heading-small-4.padding-bottom-ten {
    width: 720px;
    text-align: left;
    word-break: normal;
    flex: 0 auto;
    align-self: flex-start;
    margin-top: -75px;
    margin-left: 60px;
    padding-left: 20px;
    font-family: Open Sans, sans-serif;
    font-size: 1.6em;
    font-weight: 500;
    display: block;
  }

  .heading-small-4.align-center.padding-bottom-ten.headding-top {
    width: 650px;
    align-items: flex-start;
    margin-top: 84px;
    margin-left: auto;
    font-size: 2.4rem;
    display: block;
    position: absolute;
  }

  .heading-small-4.padding-bottom-ten {
    width: auto;
    color: var(--white);
    text-align: left;
    background-color: rgba(0, 0, 0, 0);
    align-items: flex-start;
    margin-top: 50px;
    margin-left: auto;
    padding-top: 40px;
    padding-bottom: 10px;
    padding-left: 0;
    font-family: Ppeiko, sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 3rem;
    text-decoration: none;
    display: block;
  }

  .heading-small-4.padding-bottom-ten.headding11 {
    text-align: left;
    margin-top: 100px;
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 0;
    font-size: 2.2rem;
    display: block;
  }

  .heading-small-4.padding-bottom-ten._123 {
    margin-top: auto;
    padding-top: 20px;
  }

  .heading-small-4.padding-bottom-ten.service2 {
    align-items: center;
    margin-top: auto;
    font-size: 2.8rem;
  }

  .creative-four-hero-sub-text-block-2 {
    flex-direction: column;
    flex: 1;
    order: 0;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    margin-top: 78px;
    margin-left: auto;
    line-height: 0;
    display: block;
  }

  .image-open-2 {
    width: 457px;
    margin-top: -110px;
    margin-left: 242px;
  }

  .image-open-2.logo2 {
    flex: 1;
    align-self: center;
    margin-top: -89px;
    margin-left: 39px;
  }

  .creative-four-hero-section-2 {
    max-height: 650px;
    min-height: 700px;
    background-image: url('../images/luxory-home-collection-luxusbau.jpg');
    background-position: 0 0;
    background-size: cover;
    background-attachment: fixed;
  }

  .creative-four-hero-sub-image-block-2 {
    flex: 0 50%;
    margin-left: auto;
    padding-left: 0;
    display: flex;
  }

  .creative-four-hero-sub-image-block-2.left-logo {
    grid-column-gap: 59px;
    grid-row-gap: 59px;
    flex: 1;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-left: 220px;
  }

  .padding-bottom-twenty-4 {
    width: 172%;
    margin-left: auto;
    padding: 40px 40px 40px 20px;
    font-size: 3rem;
    line-height: 3.5rem;
    position: absolute;
  }

  .div-block-188 {
    min-width: 355px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: start;
    justify-content: center;
    align-items: flex-start;
    justify-items: end;
    margin-top: -54px;
    margin-left: auto;
    font-size: 12px;
    display: flex;
    position: absolute;
  }

  .portfolio-two-container-3 {
    max-width: none;
    margin-top: 140px;
    padding-left: 40px;
  }

  .creative-four-projects-title-wrapper-4 {
    max-width: 894px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .creative-four-projects-text-wrapper-4 {
    flex: none;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 369px;
    display: block;
  }

  .heading-14 {
    max-width: 1200px;
    min-width: auto;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Ppeiko, sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 100;
    line-height: 3rem;
  }

  .image-14 {
    max-width: 100%;
  }

  .heading-medium-3 {
    font-family: Ppeiko, sans-serif;
    font-size: 1.6rem;
  }

  .heading-medium-3.padding-bottom-ten {
    font-size: 1.4rem;
  }

  .heading-medium-3.letter-space-off.align-right.padding-bottom-ten {
    width: 652px;
    height: auto;
    color: #000;
    background-color: #b7a675;
    margin-top: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding: 40px 20px;
    font-family: Ppeiko, sans-serif;
    font-size: 1.4rem;
    line-height: 2.5rem;
  }

  .heading-medium-3.letter-space-off.padding-bottom-ten {
    width: 450px;
    height: auto;
    color: #fff;
    align-items: flex-start;
    margin-top: 50px;
    margin-left: -35px;
    padding-left: 40px;
    font-size: 1.4rem;
    line-height: 3rem;
    display: block;
  }

  .heading-medium-3.buttons-nav {
    font-size: 1.6rem;
  }

  .creative-four-agency-para-wrapper-2.padding-bottom-twenty {
    max-width: 800px;
  }

  .creative-four-agency-image-block-2 {
    flex: 1;
    justify-content: flex-end;
    align-self: center;
    align-items: flex-end;
    display: block;
  }

  .creative-four-divider-2 {
    margin-top: -126px;
  }

  .creative-four-agency-image-wrapper-3 {
    flex: 0 auto;
    align-self: center;
    margin-top: auto;
  }

  .cursor-wrapper-2 {
    top: 0;
  }

  .creative-four-about-text-wrapper-5 {
    max-width: none;
    font-size: 1.4rem;
  }

  .creative-four-agency-text-block-5 {
    flex-flow: wrap;
    flex: 1;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    margin-top: -374px;
    display: block;
    position: static;
  }

  .creative-four-agency-title-wrapper-5 {
    max-width: 547px;
    margin-left: -14px;
    display: block;
  }

  .padding-bottom-twenty-8 {
    width: 800px;
    margin-top: 60px;
  }

  .autofil {
    width: auto;
    height: 70px;
    max-width: none;
    min-width: 70px;
    background-color: #f6f5ea;
    align-self: flex-start;
  }

  .paragraph-9 {
    margin-bottom: auto;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
    font-family: Ofl, sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 2.2rem;
  }

  .paragraph-10 {
    text-transform: none;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 0;
    padding-top: 20px;
    padding-right: 0;
    font-family: Ofl, sans-serif;
    font-size: 1.3rem;
    font-style: normal;
    line-height: 2.2rem;
    text-decoration: none;
  }

  .italic-text-2 {
    width: auto;
    color: var(--gold);
    text-align: left;
    font-family: Ppeiko, sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 3rem;
  }

  .paragraph-11 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  .paragraph-12 {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
    font-family: Ofl, sans-serif;
    font-size: 1.3rem;
    line-height: 2.2rem;
  }

  .bold-text-10 {
    margin-left: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Open Sans, sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 2rem;
  }

  .italic-text-3 {
    font-size: 3rem;
  }

  .bold-text-11 {
    color: var(--black);
    text-transform: uppercase;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 2.8rem;
    line-height: 4rem;
    display: flex;
  }

  .image-15 {
    max-width: 100%;
    min-width: 100px;
  
  }

  .image-16 {
    margin-top: 98px;
  }

  .div-block-197 {
    max-width: 100%;
  }

  .portfolio-two-item-3 {
    height: 500px;
    min-height: 500px;
  }

  .creative-four-projects-text-block-2 {
    max-width: none;
    background-color: rgba(0, 0, 0, 0);
    justify-content: space-between;
    margin-right: auto;
    position: static;
  }

  .portfolio-two-holder-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .portfolio-two-container-4 {
    max-width: none;
  }

  .creative-four-projects-title-wrapper-5 {
    max-width: none;
    min-width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-left: auto;
    display: flex;
  }

  .creative-four-projects-text-wrapper-5 {
    min-width: 100%;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: auto;
    display: block;
  }

  .heading-15 {
    min-width: 100%;
    color: var(--black);
    letter-spacing: .1px;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    padding-bottom: 60px;
    font-family: Ppeiko, sans-serif;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem;
    display: flex;
  }

  .text-block {
    height: auto;
    color: var(--white);
    margin-top: auto;
    display: block;
    position: static;
  }

  .text-span-2 {
    color: #000;
    align-items: center;
    font-family: Ofl, sans-serif;
    font-size: 1.8rem;
    line-height: 2.4rem;
    display: flex;
  }

  .div-block-198 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .div-block-199 {
    min-height: 504px;
    padding: 91px 40px 98px;
  }

  .div-block-202 {
    max-width: 420px;
    min-height: auto;
    min-width: 420px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    margin-left: auto;
    display: block;
  }

  .div-block-203 {
    max-width: 420px;
    min-width: 420px;
  }

  .heading-16 {
    max-width: 90%;
  }

  .heading-17 {
    max-width: 90%;
    text-align: left;
  }

  .div-block-204 {
    width: 100%;
    display: block;
  }

  .heading-18 {
    letter-spacing: 0;
    margin-bottom: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Ppeiko, sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.3rem;
  }

  .heading-19 {
    max-width: 90%;
  }

  .service-detail-hero-container-2 {
    max-width: 1920px;
    color: #f6f5ea;
    -webkit-text-stroke-color: #f6f5ea;
    background-color: #f6f5ea;
    background-size: 750px;
    border-bottom: 1px solid #b7a675;
    justify-content: center;
    align-items: flex-start;
    margin-top: auto;
    display: block;
    position: static;
  }

  .service-detail-hero-divider-one-2 {
    width: auto;
    margin-top: auto;
    margin-left: auto;
  }

  .body-font-5.color-white.uppercase {
    padding-top: 5px;
    font-family: Ppeiko, sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 2.6rem;
  }

  .margin-top-twenty-2 {
    letter-spacing: .1px;
    font-family: Ofl, sans-serif;
    font-size: 1.3rem;
    line-height: 2rem;
  }

  .service-detail-tab-border-2 {
    border-color: #b7a675;
  }

  .italic-text-4 {
    direction: ltr;
    text-transform: uppercase;
    font-size: 2.8em;
    font-weight: 500;
  }

  .italic-text-4.service {
    color: var(--gold);
    text-align: center;
    font-family: Ppeiko, sans-serif;
    font-size: 2.6rem;
    font-weight: 500;
  }

  .italic-text-4.service.subtitle {
    font-size: 2.2rem;
  }

  .padding-bottom-twenty-9 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: Ofl, sans-serif;
    font-size: 1.3em;
    line-height: 2rem;
    display: block;
  }

  .padding-bottom-twenty-9.headding {
    color: var(--gold);
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Ppeiko, sans-serif;
    font-size: 2.2em;
    font-style: normal;
    line-height: 3rem;
  }

  .padding-bottom-twenty-9.unser {
    background-color: #000;
    border: 1px #000;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Ppeiko, sans-serif;
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 4rem;
    display: flex;
  }

  .padding-bottom-twenty-9.service {
    color: var(--white);
    margin-top: 0;
    margin-bottom: auto;
    padding-top: 20px;
    padding-bottom: 0;
    font-family: Ppeiko, sans-serif;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3rem;
  }

  .padding-bottom-twenty-9.service.service2 {
    color: var(--gold);
    padding-left: 0;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 500;
  }

  .padding-bottom-twenty-9.service.subtitle {
    color: var(--gold);
    font-size: 2.2rem;
    line-height: 2.5rem;
  }

  .padding-bottom-twenty-9.subtitle {
    padding-top: 0;
    font-size: 2.4em;
  }

  .padding-bottom-thirty-2 {
    padding-top: 20px;
    font-family: Ofl, sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 2rem;
  }

  .service-detail-solutions-divider-2 {
    margin-left: 35px;
  }

  .heading-20 {
    width: 629px;
    margin-top: -625px;
    padding: 20px;
    font-family: Ppeiko, sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3.5rem;
  }

  .div-block-205 {
    margin-top: 75px;
    margin-left: -200px;
    display: block;
  }

  .div-block-207 {
    max-width: 100%;
    margin-left: auto;
  }

  .div-block-210 {
    max-width: 100%;
    min-width: auto;
  }

  .absolute.girl {
    width: auto;
    height: auto;
    background-image: url('../images/Villa-Vista-Del-Sol-3-copy.jpg');
    border: 0 solid #000;
    transition: opacity .2s;
    top: -83px;
    transform: translate(0, -7px);
  }

  .absolute.girl.home-banner {
    background-image: url('../images/Rooftop-FINAL.jpg');
  }

  .absolute.station {
    width: 100%;
    height: 100%;
    background-image: url('../images/Perchtoldsdorf-df3-4-1.png');
    background-size: cover;
    background-attachment: scroll;
    justify-content: center;
    display: block;
    position: absolute;
  }

  .absolute.team {
    height: 737px;
    background-image: url('../images/LifeStone-background.jpeg');
    left: auto;
  }

  .absolute.team.image12 {
    height: 100%;
    object-fit: fill;
    position: absolute;
  }

  .absolute.station {
    background-image: url('../images/villa.jpg');
    padding-top: 40px;
  }

  .absolute.computer {
    background-image: url('../images/AdobeStock_583982553_Preview.jpeg');
  }

  .absolute.work-2 {
    width: 100%;
    height: 135%;
  }

  .absolute.work-1 {
    width: 100%;
    height: 139%;
    margin-left: 220px;
  }

  .absolute.layout {
    height: 100%;
    min-height: auto;
    position: static;
  }

  .absolute.desks {
    background-image: url('../images/Luxusbau.jpg');
  }

  ._50-percent-column {
    height: auto;
    display: block;
  }

  ._50-percent-column.col-right {
    width: 45%;
    height: 550px;
    margin-bottom: auto;
    margin-right: auto;
  }

  .left-padding {
    justify-content: center;
    align-items: stretch;
    padding-left: 0;
    line-height: 2rem;
    display: block;
  }

  .no-top-margin {
    line-height: 2.8rem;
  }

  .no-top-margin.title {
    color: #000;
    text-align: left;
    flex: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Ppeiko, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 3rem;
  }

  .box-80-percent {
    width: 100%;
    height: 544px;
    max-width: none;
    flex: 0 auto;
    align-content: flex-start;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    margin-top: auto;
    padding-top: 20px;
    padding-bottom: 60px;
    display: flex;
  }

  .rotating-text {
    order: 0;
  }

  .badge {
    margin-right: auto;
    display: flex;
    position: absolute;
  }

  .flex {
    padding-right: 40px;
  }

  .top-margin._30-pixels {
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 0;
    padding-right: 0;
    font-family: Ppeiko, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
  }

  .text-container {
    width: 51%;
    background-color: rgba(0, 0, 0, 0);
    flex: 0 auto;
    justify-content: center;
    align-self: stretch;
    align-items: flex-start;
    margin-right: 0;
    padding: 0 140px 0 40px;
  }

  .relative-height {
    height: 91%;
    border-radius: 0;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: auto;
    display: flex;
    box-shadow: 0 6px 0 41px #b7a675;
  }

  .relative-height.right-right {
    width: 83%;
    height: 86%;
    justify-content: flex-end;
    align-items: center;
    margin-top: 40px;
    display: block;
    box-shadow: 0 0 0 30px #b7a675;
  }

  .content-wrapper {
    max-width: none;
    padding-left: 140px;
    padding-right: 140px;
  }

  .content-section {
    background-color: #f6f5ea;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .no-bottom-margin {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: auto;
    font-family: Ppeiko, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: .3rem;
    display: flex;
  }

  .absolute-bg {
    width: 750px;
    height: 750px;
  }

  .heading-box {
    width: 100%;
    max-width: none;
  }

  .h2-regular {
    font-family: Ppeiko, sans-serif;
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 4rem;
  }

  .paragraph-13 {
    color: #000;
    margin-top: 40px;
    font-family: Ofl, sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 2.2rem;
  }

  .paragraph-14 {
    color: #000;
    padding-top: 20px;
    font-family: Ofl, sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 2.2rem;
  }

  .left-padding-2 {
    padding-left: 0;
  }

  .section-full-4 {
    background-color: #b7a675;
    margin-top: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-6.left {
    border: 0 rgba(0, 0, 0, 0);
    padding-right: 0;
  }

  .column-offset-right {
    width: 100%;
    max-width: 1200px;
    min-width: 600px;
    background-color: #f6f5ea;
    margin-top: 66px;
    margin-bottom: 171px;
    padding-bottom: 40px;
    padding-left: 60px;
    padding-right: 40px;
  }

  .flex-right {
    align-content: stretch;
  }

  .paragraph-15 {
    color: #000;
    font-family: Cormorant Garamond, sans-serif;
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .paragraph-16 {
    color: #000;
    font-family: Exo, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2rem;
  }

  .paragraph-17 {
    color: var(--black);
    font-family: Ppeiko, sans-serif;
    font-size: 1.4rem;
    font-weight: 100;
    line-height: 2rem;
  }

  .bold-text-12, .bold-text-13 {
    font-family: Ppeiko, sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
  }

  .italic-text-5 {
    text-align: center;
    font-family: Ppeiko, sans-serif;
    font-size: 2.2rem;
    font-weight: 100;
    line-height: 3.5rem;
  }

  .bold-text-14 {
    font-family: Ppeiko, sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
  }

  .bold-text-15 {
    font-family: Ppeiko, sans-serif;
    font-weight: 500;
    line-height: 5rem;
  }

  .image-20 {
    max-width: 100%;
  }

  .background-video {
    height: 1042px;
    -webkit-text-stroke-color: black;
  }

  .navigation {
    min-width: 1200px;
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    flex: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-right: 100px;
    display: flex;
  }

  .nav-link-text {
    font-family: Ppeiko, sans-serif;
    font-size: 1.3vw;
    font-weight: 100;
  }

  .hero-header {
    width: auto;
    min-width: auto;
    grid-column-gap: 106px;
    grid-row-gap: 56px;
    color: rgba(183, 166, 117, .4);
    background-color: rgba(183, 166, 117, .5);
    flex: 0 auto;
    order: -1;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    margin-top: 0;
    padding: 0;
    display: flex;
    position: static;
  }

  .section-hero {
    width: auto;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
    padding: 0 0% 0 0;
    display: block;
  }

  .hero-title-wrap {
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: auto;
    display: block;
  }

  .logo {
    flex: 0 auto;
    align-self: center;
    align-items: center;
    margin-right: auto;
    padding: 40px 20px 20px;
    display: flex;
  }

  .hero-title {
    letter-spacing: 1px;
    text-transform: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-family: Ppeiko, sans-serif;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
  }

  .image-21 {
    max-width: 24%;
    margin-top: -18px;
    margin-left: 149px;
  }

  .italic-text-6 {
    color: var(--white);
    text-transform: capitalize;
    font-family: Ppeiko, sans-serif;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    display: block;
  }

  .italic-text-7 {
    color: var(--white);
    text-transform: none;
    font-size: 2.4rem;
    font-style: normal;
    line-height: 1;
  }

  .div-block-212 {
    max-width: 412px;
    background-color: rgba(183, 166, 117, .5);
    border-radius: 5px;
    flex-wrap: nowrap;
    flex: none;
    align-content: flex-start;
    justify-content: center;
    align-self: baseline;
    align-items: flex-end;
    margin: 60px auto auto 178px;
    padding: 10px 10px 10px 20px;
    display: flex;
    position: static;
  }

  .image-22 {
    max-width: 30%;
  }

  .section {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .no-margins {
    color: var(--gold);
    margin-top: 60px;
    font-family: Ppeiko, sans-serif;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3rem;
  }

  .no-top-margin-2 {
    color: var(--gold);
    font-family: Ppeiko, sans-serif;
    font-style: normal;
    font-weight: 500;
  }

  .max-width {
    max-width: 480px;
    flex: 1;
    align-self: flex-end;
  }

  .relative-height-2 {
    height: 100%;
    min-height: 904px;
    margin-top: 0;
    padding-bottom: 220px;
  }

  .text-box-2 {
    max-width: 633px;
    flex: 1;
    align-self: auto;
    align-items: center;
  }

  .button-3 {
    color: #000;
    border-color: #b7a675;
    padding-bottom: 15px;
    font-family: Ppeiko, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
  }

  .button-3:hover {
    min-height: 53px;
    min-width: 195px;
    background-color: #b7a675;
    border-color: #b7a675;
    border-radius: 14px;
    font-weight: 500;
  }

  .text-container-6 {
    height: auto;
    max-height: 546px;
    min-height: auto;
    color: #000;
    background-color: #f6f5ea;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 140px;
    margin-bottom: 140px;
    margin-right: auto;
    padding-top: 60px;
    display: flex;
  }

  .paragraph-18 {
    color: #000;
    font-family: Ofl, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.2rem;
  }

  .paragraph-19 {
    color: #000;
    font-family: Ofl, sans-serif;
    font-size: 1.6rem;
  }

  .button-4 {
    width: 100%;
    max-width: 100%;
    min-width: 90%;
    color: var(--black);
    background-color: #f6f5ea;
    border: 1px solid #b7a675;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Ppeiko, sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 100;
    transition: background-color .2s;
    display: flex;
  }

  .button-4:hover {
    color: #fff;
    background-color: #b7a675;
  }

  .italic-text-8 {
    width: auto;
    text-transform: uppercase;
    font-family: Ppeiko, sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
  }

  .italic-text-8:hover {
    color: #f6f5ea;
    background-color: rgba(0, 0, 0, 0);
  }

  .button-5 {
    min-width: 100%;
    text-align: center;
    background-color: #b7a675;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Ppeiko, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2rem;
    display: flex;
  }

  .button-5:hover {
    color: #b7a675;
    background-color: #fff;
  }

  .left-padding-3 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .no-top-margin-3 {
    color: var(--gold);
    justify-content: center;
    align-items: center;
    margin-top: auto;
    font-family: Ppeiko, sans-serif;
    font-size: 1.9rem;
    font-weight: 500;
    line-height: 3.2rem;
    display: flex;
  }

  .flex-right-2 {
    background-color: #b7a675;
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .column-offset-left {
    max-width: 700px;
    min-width: 700px;
  }

  .section-full-5 {
    margin-top: 140px;
    padding-bottom: 0;
  }

  .text-block-7.left {
    flex: 1;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    margin-top: 200px;
    display: block;
  }

  .column-offset-right-2 {
    width: 100%;
    height: 650px;
    max-width: none;
    min-width: auto;
    background-color: #f6f5ea;
    margin-top: 180px;
    padding-bottom: 0;
  }

  .paragraph-20 {
    font-family: Ofl, sans-serif;
    font-size: 1.6rem;
  }

  .paragraph-21 {
    margin-bottom: auto;
    padding-top: 20px;
    padding-bottom: 0;
    font-family: Ofl, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
  }

  .paragraph-22 {
    font-family: Ofl, sans-serif;
    font-size: 1.4rem;
  }

  .paragraph-23 {
    color: #ccc;
  }

  .text-block-8 {
    max-width: none;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    margin-left: 220px;
    margin-right: 220px;
    padding-top: 0;
    padding-left: 0;
    font-family: Ofl, sans-serif;
    font-size: 1.3rem;
    line-height: 2rem;
    display: flex;
  }

  .div-block-213 {
    max-width: none;
    min-width: auto;
    color: rgba(0, 0, 0, 0);
    margin-right: 40px;
  }

  .div-block-214 {
    width: auto;
    max-width: 100%;
    color: #fff;
    display: block;
  }

  .div-block-215 {
    max-width: 420px;
    min-width: 420px;
  }

  .text-span-3 {
    width: 493px;
    color: var(--gold);
    -webkit-text-stroke-color: var(--black);
    background-color: rgba(0, 0, 0, 0);
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 2.4rem;
    line-height: 3rem;
    display: flex;
  }

  .text-span-4 {
    width: 544px;
    margin-left: auto;
    padding-left: 0;
    font-size: 2.6rem;
    line-height: 1.3rem;
  }

  .content-wrapper-2 {
    max-width: 1880px;
    overflow: visible;
  }

  .content-section-3 {
    background-color: #000;
  }

  .content-section-3.double {
    background-color: #f6f5ea;
  }

  .text-container-7 {
    padding: 140px;
  }

  .text-container-7.home-block {
    padding: 20px 60px;
  }

  .text-container-7.about-text {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .relative {
    height: 671px;
  }

  .box-80-percent-2 {
    max-width: 490px;
  }

  ._50-percent-flex {
    justify-content: center;
  }

  .flex-2 {
    display: flex;
  }

  .half-column-flex {
    justify-content: space-around;
    align-items: baseline;
    display: block;
  }

  .image-23 {
    height: 450px;
  }

  .image-24 {
    height: auto;
    margin-left: 191px;
  }

  .italic-text-9 {
    font-family: Ppeiko, sans-serif;
    font-size: 2.2rem;
    line-height: 2.8rem;
  }

  .paragraph-24 {
    margin-bottom: 100px;
    font-size: 1.6rem;
  }

  .bold-text-16 {
    font-family: Ppeiko, sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 2rem;
  }

  .paragraph-25 {
    padding-top: 20px;
  }

  .bold-text-17:hover {
    color: #000;
  }

  .bold-text-18 {
    font-weight: 500;
  }

  .italic-text-10.tekstic {
    color: var(--gold);
    font-style: normal;
    font-weight: 500;
  }

  .bold-text-19 {
    font-weight: 500;
    line-height: 2rem;
  }

  .div-block-217 {
    align-items: center;
  }

  .heading-small-5.underline-off {
    color: #000;
  }

  .heading-small-5.underline-off.footer-links {
    color: #fff;
    letter-spacing: .1em;
    font-size: 1.4rem;
  }

  .heading-small-6.underline-off {
    color: #000;
  }

  .heading-small-6.underline-off.footer-links {
    min-width: 204px;
    color: #fff;
    letter-spacing: .1em;
    flex: 0 auto;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-left: auto;
    padding: 20px 40px;
    font-size: 1.2rem;
    display: flex;
  }

  .heading-small-6.underline-off.footer-links:hover {
    color: #b7a675;
  }

  .heading-small-6.underline-off.footer-links.agb.links2 {
    min-width: 145px;
    margin-right: 140px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .heading-small-6.underline-off.footer-links.links2 {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    font-family: Ofl, sans-serif;
    display: block;
  }

  .button-main-4.button-bg-white {
    width: 365px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 200px;
    margin-left: 5px;
    padding: 20px 100px;
    font-size: 1.5rem;
    line-height: 2.5rem;
    display: flex;
  }

  .button-main-4.button-bg-white.address-button {
    width: auto;
    max-width: 418px;
    text-align: center;
    justify-content: center;
    margin: 100px auto 40px;
    padding: 20px;
    font-family: Ofl, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    display: flex;
  }

  .button-main-4.button-bg-white.address-button:hover {
    background-color: #b7a675;
  }

  .heading-small-7.padding-bottom-twenty {
    margin-top: 32px;
    line-height: 2.8rem;
  }

  .heading-small-7.padding-bottom-twenty.lifestone {
    width: auto;
    max-width: none;
    color: #fff;
    text-transform: uppercase;
    background-color: #b7a675;
    margin-left: auto;
    padding: 20px 10px;
    font-family: Ppeiko, sans-serif;
    font-size: 1.8rem;
    font-weight: 900;
    display: block;
    position: static;
  }

  .heading-medium-4 {
    width: auto;
    text-align: center;
    background-color: #af8741;
    align-items: flex-start;
    margin-top: -48px;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    position: static;
  }

  .heading-medium-4.address {
    width: 650px;
    background-color: #000;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-left: auto;
    padding: 40px 10px 20px;
    font-family: Ofl, sans-serif;
    font-size: 1.4rem;
    line-height: 1.8rem;
    display: flex;
  }

  .heading-21 {
    min-height: 71px;
    min-width: 50px;
    text-align: center;
    text-transform: none;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Ppeiko, sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0;
    display: flex;
  }

  .heading-21.heading2 {
    min-width: 120px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.69svw;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .image-26 {
    width: auto;
    max-width: 359px;
    min-height: auto;
    min-width: 550px;
    margin-top: 60px;
  }

  .image-27 {
    max-width: 50px;
    margin-left: 100px;
    margin-right: 100px;
  }

  .image-28 {
    max-width: 50px;
  }

  .div-block-219 {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .div-block-219.stars {
    width: 320px;
    min-width: 449px;
    flex-wrap: wrap;
    margin-top: 80px;
    display: flex;
  }

  .cell {
    background-color: #b7a675;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 40px 40px 60px 60px;
    display: flex;
  }

  .image-29 {
    height: 106%;
  }

  .quick-stack {
    padding-left: 0;
  }

  .quick-stack-2 {
    height: auto;
    min-height: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #b7a675;
    margin-bottom: auto;
    margin-right: 20px;
    padding: 0;
  }

  .cell-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 0;
    display: flex;
  }

  .grid-3 {
    min-height: 350px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template: "Area Area-2 Area-3" 397px
    / 300px 300px 300px;
    grid-auto-columns: 1fr;
    align-content: space-between;
    justify-content: space-around;
    align-items: stretch;
    justify-items: baseline;
    display: grid;
  }

  .image-30 {
    max-width: 100%;
    margin-top: -69px;
  }

  .div-block-220 {
    width: 100%;
    min-height: 350px;
    justify-content: center;
    align-items: flex-end;
    margin-left: auto;
    display: flex;
  }

  .div-block-221 {
    height: 747px;
    flex-flow: column-reverse wrap;
    justify-content: space-around;
    align-items: baseline;
    margin-top: -72px;
    display: block;
  }

  .image-31 {
    margin-top: 63px;
  }

  .footertop {
    background-color: #b7a675;
    display: block;
    position: relative;
  }

  .footertop.section-footer {
    min-width: 100%;
    margin-left: auto;
  }

  .image-32 {
    max-width: 86%;
    margin-top: 40px;
    margin-left: auto;
    padding-top: 0;
    position: static;
  }

  .div-block-222 {
    max-width: 264px;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 220px;
    display: block;
  }

  .div-block-223 {
    padding-top: 20px;
  }

  .image-33 {
    height: auto;
  }

  .columns-2 {
    flex-wrap: wrap;
    display: flex;
  }

  .column-3 {
    display: flex;
  }

  ._76-percent-column {
    max-width: none;
  }

  .section-full-7 {
    padding-bottom: 100px;
  }

  .quick-stack-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cell-2-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: block;
  }

  .column-4 {
    border: 2px #000;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .columns-3 {
    width: 100%;
    border-left: 10px #000;
    flex: 1;
    display: block;
  }

  .image-34 {
    margin-top: auto;
    padding-top: 30px;
    display: block;
  }

  .div-block-224 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
    display: flex;
  }

  .column-5 {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .image-35 {
    min-height: auto;
    padding-top: 20px;
  }

  .image-36 {
    max-width: 100%;
    min-height: auto;
    border: 1px #000;
    padding-top: 15px;
  }

  .div-block-225 {
    min-height: auto;
  }

  .div-block-226 {
    max-width: none;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: stretch;
    margin-right: 20px;
    display: block;
  }

  .image-38 {
    max-width: 250px;
    display: block;
  }

  .image-39 {
    max-width: 250px;
  }

  .div-block-227 {
    width: 100%;
    max-width: none;
    min-width: 33%;
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    margin-top: -75px;
    margin-right: auto;
    padding-left: 100px;
    padding-right: 60px;
    display: flex;
  }

  .image-40 {
    max-height: 620px;
    margin-left: 90px;
    margin-right: 70px;
  }

  .div-block-228 {
    min-width: 33%;
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: 0;
    display: flex;
    position: static;
  }

  .div-block-229 {
    max-height: 320px;
    min-height: auto;
    min-width: 33%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    margin-right: auto;
    display: flex;
  }

  .div-block-230 {
    width: 320px;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    display: flex;
    position: relative;
  }

  .div-block-230.footer-clock {
    margin-right: 140px;
  }

  .div-block-231 {
    max-width: 20%;
    min-width: 38%;
    flex-direction: row-reverse;
    flex: none;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
  }

  .div-block-231.block2 {
    max-width: none;
    min-width: auto;
    flex-wrap: nowrap;
    flex: none;
    justify-content: space-around;
    align-items: center;
    margin-right: auto;
    padding-right: 0;
    display: flex;
  }

  .div-block-232 {
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    margin-top: -69px;
    padding-top: 23px;
    padding-bottom: 23px;
    line-height: 0;
    display: flex;
  }

  .image-41, .image-42 {
    max-width: 100px;
    min-height: auto;
  }

  .heading-22 {
    text-align: center;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: -200px;
    margin-bottom: 25px;
    font-family: Ppeiko, sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 100;
    line-height: 3.1rem;
    display: block;
  }

  .plannung {
    text-transform: none;
    margin-top: -15px;
    margin-bottom: auto;
    font-family: Ppeiko, sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 100;
    line-height: 0;
  }

  .bold-text-20 {
    font-family: Ofl, sans-serif;
    font-weight: 400;
  }

  .div-block-233 {
    justify-content: center;
    align-items: center;
  }

  .div-block-233.footer-block {
    min-width: 586px;
  }

  .flex-3 {
    background-color: #000;
  }

  .max-width-2 {
    max-width: 480px;
  }

  ._50-percent-column-5 {
    background-color: #000;
  }

  .max-width-3 {
    max-width: 480px;
  }

  .relative-height-6 {
    background-color: #000;
  }

  .max-width-4, .max-width-5 {
    max-width: 480px;
  }

  .relative-height-8 {
    height: 100px;
  }

  .section-full {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 100px;
  }

  .text-container-3 {
    max-width: 650px;
  }

  .no-top-margin-11 {
    color: var(--gold);
    text-align: center;
    font-family: Ppeiko, sans-serif;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3.8rem;
  }

  .content-wrapper-wide {
    max-width: 1650px;
    padding-bottom: 0;
  }

  .button-2 {
    min-height: auto;
    min-width: auto;
    color: #b7a675;
    border-color: #b7a675;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2rem;
    display: flex;
  }

  .button-2:hover {
    color: #fff;
    background-color: #b7a675;
    border-color: #fff;
  }

  .paragraph-26 {
    color: #000;
    font-family: Ofl, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.2rem;
  }

  .paragraph-27 {
    color: #000;
    font-family: Ofl, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.2rem;
  }

  .text-block-9 {
    padding-top: 10px;
    font-size: 1.3rem;
    line-height: 2.3rem;
  }

  .text-block-10 {
    padding-bottom: 0;
    font-size: 1.3rem;
    line-height: 2.3rem;
  }

  .heading-24 {
    padding-top: 15px;
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .heading-25 {
    font-size: 2rem;
  }

  .paragraph-28 {
    padding-top: 20px;
    font-size: 1.3rem;
    line-height: 2.1rem;
  }

  .paragraph-29 {
    padding-top: 10px;
    font-size: 1.3rem;
    line-height: 2.1rem;
  }

  .div-block-234 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  .kontakr-12 {
    min-height: 750px;
    min-width: 50%;
  }

  .heading-26 {
    color: #b7a675;
    font-family: Ppeiko, sans-serif;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 500;
  }
}

@media screen and (max-width: 991px) {
  .autofit {
    max-width: 225px;
    flex: 1;
    align-self: stretch;
    margin-top: -36px;
    margin-left: 29px;
  }

  .autofit.image-full-width {
    width: 100%;
  }

  .autofit.class {
    width: 65px;
  }

  .autofit.logo {
    max-width: 100%;
    margin-left: auto;
  }

  .autofit.slika {
    max-width: 450px;
    align-self: flex-start;
    margin-top: 20px;
    margin-left: 220px;
    margin-right: 220px;
    display: block;
  }

  .creative-agency-hero-main {
    flex-direction: column;
  }

  .button-main.button-bg-white {
    width: 57%;
    text-align: center;
    -webkit-text-fill-color: inherit;
    background-clip: padding-box;
    align-items: stretch;
    margin-top: 0;
    margin-left: 100px;
    padding: 10px;
    font-size: 1rem;
    line-height: 1rem;
    display: block;
  }

  .button-main.button-bg-white.address-button {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
  }

  .button-main.button-bg-white.new {
    justify-content: center;
    align-items: flex-start;
    margin-left: 140px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .creative-agency-about {
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
  }

  .body {
    color: #fff;
    background-color: #000;
    margin-top: auto;
  }

  .creative-agency-about-main {
    width: 100%;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .heading-small.padding-bottom-ten {
    width: 100%;
    color: var(--bela);
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    margin-top: 50px;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 60px;
    padding-left: 0;
    font-size: 1.8rem;
    line-height: 1rem;
  }

  .heading-small.padding-bottom-ten.heading-bammer {
    width: 100%;
    background-image: linear-gradient(#b7a675, #b7a675), url('../images/PALAZZO-BAU-Logo_1.png');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    margin-left: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1rem;
    display: block;
    position: static;
  }

  .heading-small.padding-bottom-ten.new {
    color: var(--gold);
    background-image: linear-gradient(#f6f5ea, #f6f5ea);
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }

  .heading-small.padding-bottom-ten.herro-banner10 {
    width: 100%;
    background-image: linear-gradient(#b7a675, #b7a675), url('../images/PALAZZO-BAU-Logo_1.png');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    margin-top: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-bottom: 15px;
    font-size: 1rem;
  }

  .heading-small.padding-bottom-ten.unsere {
    width: 50%;
    justify-content: center;
    align-items: flex-start;
    margin-top: 60px;
    margin-left: 14px;
    display: block;
  }

  .heading-small.padding-bottom-ten.service2 {
    margin-bottom: auto;
    padding-bottom: 0;
  }

  .heading-small.align-center.padding-bottom-ten {
    margin-top: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .heading-small.padding-bottom-twenty.lifestone {
    font-weight: 400;
  }

  .heading-small.underline-off {
    padding-right: 10px;
    line-height: 2rem;
  }

  .heading-small.underline-off.bottom-footer {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-small.responsive-align-center {
    text-align: center;
    font-size: 1rem;
    line-height: 2rem;
  }

  .heading-small.padding-bottom-thirty {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.2rem;
    display: flex;
  }

  .heading-small.heading-banner {
    width: 80%;
    margin-top: 15px;
    margin-left: 59px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 2rem;
  }

  .heading-small.title-head {
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 1.2rem;
  }

  .heading-small.uberuns {
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .padding-bottom-thirty {
    width: 87%;
    margin-top: 15px;
    margin-left: auto;
    padding-top: 10px;
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .padding-bottom-thirty.title {
    color: #fff;
    padding-top: 0;
    font-size: 1.2rem;
  }

  .padding-bottom-twenty {
    width: auto;
    flex: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: auto;
    margin-left: -14px;
    padding: 20px;
    font-size: 1.5rem;
    line-height: 1.2rem;
    display: block;
  }

  .padding-bottom-twenty.nobackground {
    margin-left: 32px;
    padding-left: 0;
  }

  .padding-bottom-twenty.wir {
    flex: 1;
    align-self: flex-end;
    margin-left: auto;
    margin-right: auto;
    font-family: Ofl, sans-serif;
    font-size: 1.4rem;
  }

  .creative-agency-text-icon.top-heading.circle {
    flex-basis: 7%;
  }

  .creative-agency-icon-box {
    margin-top: 70px;
  }

  .creative-agency-about-grid {
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .heading-medium.heading-2 {
    font-size: 1.1rem;
  }

  .heading-medium.address {
    width: auto;
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .body-font {
    margin-left: auto;
  }

  .body-font.padding-top-thirty {
    font-size: 1rem;
  }

  .creative-agency-strategies {
    margin-top: 70px;
  }

  .align-center.padding-bottom-twenty {
    font-size: 1.6rem;
  }

  .align-center.letter-space-off.padding-bottom-thirty {
    margin-top: -200px;
    padding-top: 0;
    font-size: 1.8rem;
  }

  .align-center.letter-space-off.padding-bottom-thirty.new {
    padding-left: 20px;
  }

  .align-center.screen-1440 {
    text-align: center;
    margin-top: auto;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .creative-agency-strategies-grid {
    width: 100%;
    flex-direction: column;
    display: flex;
  }

  .grid-image.autofit {
    width: 100%;
  }

  .creative-agency-progress {
    margin-top: 70px;
  }

  .creative-agency-progress-main {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .creative-agency-progress-block {
    width: 100%;
  }

  .hamburger {
    width: 30px;
    height: 30px;
    grid-row-gap: 0px;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .humburger-bar-one {
    width: 30px;
    height: 2px;
    background-color: var(--white);
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .zency {
    flex: 1;
    justify-content: flex-start;
    padding-left: 0;
  }

  .humburger-bar-two {
    width: 30px;
    height: 2px;
    background-color: var(--white);
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .creative-agency-goal-grid-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .creative-agency-goal-grid-block.border-top {
    grid-column-gap: 50px;
  }

  .creative-agency-goal-text-block {
    flex: 1;
  }

  .creative-agency-team {
    margin-top: 70px;
  }

  .creative-agency-team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .creative-agency-contact {
    margin-top: 70px;
  }

  .creative-agency-contact.top-border.padding-top {
    padding-top: 70px;
  }

  .creative-agency-contact-main {
    width: 100%;
    max-width: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .creative-agency-contact-title-wrapper {
    flex-shrink: 2;
    flex-basis: 89%;
    align-self: auto;
  }

  .creative-agency-contact-title {
    max-width: 916px;
  }

  .footer-main {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .footer-main.padding-change {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-menu {
    min-width: 100%;
    grid-column-gap: 94px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
    flex: 0 auto;
    order: 1;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-left: auto;
    padding-left: 0;
    display: flex;
  }

  .footer-copyright {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .creative-agency-contact-box {
    flex: 0 auto;
    margin-top: 9px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .creative-agency-goal-image {
    display: none;
  }

  .creating-two-hero-section {
    padding-top: 120px;
    padding-bottom: 50px;
    padding-right: 15px;
  }

  .creating-two-hero-main {
    flex-direction: column;
    display: flex;
  }

  .creating-two-hero-image-wrapper {
    width: 100%;
    flex-direction: row;
  }

  .creating-two-goal {
    padding-bottom: 70px;
  }

  .creating-two-goal-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .creating-two-hero-holder {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .creating-two-about {
    padding-bottom: 40px;
  }

  .creating-two-about-main {
    grid-row-gap: 100px;
    flex-direction: column;
  }

  .creating-two-about-image-block {
    width: 100%;
  }

  .counter-font.padding-bottom-ten {
    width: auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    display: flex;
  }

  .creating-two-services {
    padding-bottom: 70px;
  }

  .creating-two-services-main {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .creating-two-services-title-wrapper, .creating-two-services-para-wrapper {
    max-width: 100%;
  }

  .creating-two-work {
    padding-bottom: 70px;
  }

  .creating-two-work-grid {
    width: 100%;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .resize-image {
    min-width: 100%;
  }

  .creating-two-faq {
    padding-bottom: 130px;
  }

  .creating-two-faq-main {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .creating-two-cta {
    margin-bottom: 70px;
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .creating-two-cta-main {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: flex-start;
  }

  .creating-two-cta-contact-block {
    border-left-color: rgba(0, 0, 0, 0);
    padding-left: 0;
  }

  .footer-two-main {
    grid-column-gap: 0px;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }

  .footer-two-sub-one {
    flex-basis: 50%;
    padding-bottom: 30px;
    padding-right: 50px;
  }

  .footer-two-sub-three {
    flex-basis: 50%;
    padding-bottom: 30px;
  }

  .footer-two-sub-two {
    flex: 0 50%;
    padding-bottom: 30px;
  }

  .creative-three-hero-container {
    padding: 170px 15px 0;
  }

  .creative-three-hero-overlay {
    width: auto;
    height: auto;
  }

  .creative-three-hero-text-block {
    padding-left: 0;
    padding-right: 0;
  }

  .creative-three-about {
    padding-top: 0;
    padding-bottom: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .creative-three-hero-overlay-wrapper {
    display: none;
  }

  .creative-three-about-container {
    margin-left: auto;
    margin-right: auto;
  }

  .creative-three-about-main {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .creative-three-services {
    padding-top: 100px;
    padding-bottom: 70px;
  }

  .creative-three-services-main {
    flex-direction: column;
  }

  .creative-three-services-image-wrapper {
    margin-top: 0;
    margin-left: 0;
  }

  .creative-three-services-image-two {
    display: none;
  }

  .creative-three-services-image-one {
    width: 100%;
  }

  .creative-three-services-image-three, .creative-three-services-image-four {
    display: none;
  }

  .creative-three-projects-grid-text-wrapper {
    position: relative;
    bottom: auto;
  }

  .creative-three-contact {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .creative-three-contact-main {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .creative-three-contact-image-block {
    width: 100%;
  }

  .creative-three-contact-image-two, .creative-three-contact-image-three {
    display: none;
  }

  .creative-three-contact-image-one {
    width: 100%;
  }

  .footer-three-holder {
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-three-sub-one, .footer-three-sub-two {
    flex: 0 45%;
    padding-bottom: 50px;
  }

  .footer-three-sub-three {
    flex-basis: 45%;
    padding-bottom: 50px;
  }

  .footer-three-sub-four {
    flex-basis: 50%;
    padding-bottom: 50px;
  }

  .footer-three-main {
    border-top-color: rgba(0, 0, 0, 0);
  }

  .about-hero-section {
    padding: 120px 15px 70px;
  }

  .about-hero-image-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .about-solutions {
    padding-bottom: 70px;
  }

  .about-solutions-title-wrapper {
    max-width: none;
    margin-top: auto;
    margin-left: auto;
  }

  .about-solutions-grid {
    align-content: center;
    align-items: stretch;
    justify-items: end;
    display: block;
  }

  .about-solutions-grid-block {
    width: 100%;
    display: block;
  }

  .about-story {
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    padding-bottom: 70px;
    display: flex;
  }

  .about-story-container {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .about-story-main {
    grid-row-gap: 30px;
    flex-flow: column;
    align-content: flex-end;
    justify-content: center;
    align-items: center;
  }

  .about-story-text-block {
    flex-wrap: wrap;
    flex: none;
    order: -1;
    align-content: center;
    justify-content: center;
    align-self: flex-end;
    align-items: center;
    display: flex;
  }

  .about-story-image-block {
    max-width: 200px;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .about-story-para-wrapper.padding-bottom-thirty {
    width: 450px;
    display: block;
  }

  .about-story-line {
    width: 100px;
    justify-content: flex-end;
    align-items: center;
    display: block;
  }

  .about-service-image-block {
    margin-top: auto;
  }

  .about-service-text-wrapper {
    margin-top: 10px;
    display: block;
  }

  .about-team {
    margin-top: -63px;
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .about-team-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .about-team-grid-block {
    width: 106%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-start;
    justify-items: baseline;
    display: flex;
  }

  .about-team-overlay {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .about-team-text-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: end;
    display: flex;
  }

  .team-image.autofit {
    max-width: 148%;
    flex: 1;
    display: inline-block;
  }

  .service-hero-section {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .service-solves-main {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .service-solves-list-wrapper {
    width: 100%;
  }

  .service-case-study {
    padding-top: 0;
    padding-bottom: 70px;
  }

  .service-case-study-text-block.padding-bottom-thirty {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .service-contact {
    padding-bottom: 70px;
  }

  .service-contact.padding-top {
    padding-top: 0;
    padding-bottom: 0;
  }

  .service-contact-image-one-wrapper, .service-contact-image-two-block {
    opacity: 0;
  }

  .service-contact-text-wrapper.border-top-bottom {
    border-top: 1px solid var(--dark-grey);
    border-bottom: 1px solid var(--dark-grey);
  }

  .service-solves-image-wrapper {
    width: 100%;
  }

  .service-detail-hero-section {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .service-detail-hero-container {
    background-size: 0;
  }

  .align-right.padding-top-thirty {
    margin-left: 20px;
    font-size: 1rem;
  }

  .service-detail-hero-main {
    margin-left: auto;
  }

  .service-detail-hero-text-block {
    margin-right: 0%;
  }

  .service-detail {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 70px;
    display: flex;
  }

  .service-detail-container {
    margin-top: auto;
  }

  .service-detail-solutions {
    justify-content: center;
    align-items: center;
    margin-top: auto;
    display: flex;
  }

  .service-detail-solutions-container {
    max-width: none;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-end;
    align-items: center;
    display: block;
  }

  .service-detail-solutions-main {
    padding-top: 0;
    padding-bottom: 70px;
    display: block;
  }

  .service-detail-solutions-main-image-block {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .service-detail-solutions-title-wrapper {
    max-width: none;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    padding-right: 140px;
    display: block;
  }

  .service-detail-solutions-main-image {
    align-items: flex-start;
  }

  .service-detail-solutions-main-text {
    order: 1;
    display: block;
  }

  .service-detail-solutions-image-block {
    display: none;
  }

  .portfolio-one-hero-section {
    padding-top: 120px;
  }

  .portfolio-one-grid-main {
    width: 100%;
  }

  .cursor, .html-embed {
    display: none;
  }

  .portfolio-one-link {
    width: 100%;
  }

  .portfolio-two-hero-section {
    height: 1106vh;
    padding: 100px 15px 70px;
    position: relative;
  }

  .portfolio-two-hero-section.height-off {
    height: auto;
    height: auto;
    height: auto;
  }

  .portfolio-two-hero-section.height-off.background-mmage {
    color: #b7a675;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-two-hero-section.height-off {
    height: auto;
    padding-top: 20px;
  }

  .portfolio-two-holder {
    width: 100%;
    height: auto;
    grid-row-gap: 70px;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: auto;
  }

  .portfolio-two-item {
    width: 100%;
  }

  .portfolio-two-main {
    width: 100%;
    height: auto;
    position: relative;
  }

  .portfolio-two-main.line-height-off {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .portfolio-two-image-wrapper {
    width: auto;
    margin-left: 122px;
  }

  .portfolio-two-overflow {
    margin-top: -3px;
  }

  .portfolio-three-hero-grid-upper-line {
    display: none;
  }

  .portfolio-three-hero-section {
    padding-top: 70px;
  }

  .portfolio-three-hero-grid {
    grid-row-gap: 30px;
  }

  .portfolio-three-hero-grid-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .portfolio-three-hero-line-wrapper {
    display: none;
  }

  .creative-detail-hero-section {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .creative-detail-strategies {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .creative-detail-strategies-main {
    padding-bottom: 70px;
  }

  .creative-detail-strategies-default-image, .creative-detail-strategies-image-wrapper {
    display: none;
  }

  .creative-detail-user-experience {
    padding-bottom: 70px;
  }

  .footer-four {
    background-color: #000;
  }

  .landing-hero-bg-one {
    padding-top: 120px;
    padding-bottom: 300px;
  }

  .landing-home-pages {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .landing-home-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .landing-inner-pages {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .landing-inner-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .landing-cta {
    padding-bottom: 70px;
  }

  .creative-four-hero-section {
    height: 431px;
    margin-left: -29px;
    display: block;
  }

  .creative-four-hero-sub-two {
    height: 1449px;
    max-width: none;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: baseline;
    padding-top: 120px;
    display: block;
    position: relative;
  }

  .creative-four-hero-sub-text-block {
    align-items: center;
    margin-top: auto;
    display: block;
  }

  .creative-four-hero-sub-image-block {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: 0;
    margin-left: 200px;
    display: flex;
  }

  .image-open {
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
    margin-left: auto;
    padding-left: 0;
    display: block;
  }

  .creative-four-hero-sub-one {
    height: 250px;
    display: none;
  }

  .creative-four-feature-service {
    -webkit-text-stroke-color: black;
    background-color: #000;
    padding-top: 70px;
    padding-bottom: 0;
    display: block;
  }

  .creative-four-feature-grid {
    align-items: center;
    justify-items: start;
  }

  .creative-four-about {
    padding-top: 0;
    padding-bottom: 0;
  }

  .creative-four-about-main {
    grid-row-gap: 50px;
    flex-direction: column;
    margin-top: 6px;
  }

  .creative-four-about-image-block {
    width: auto;
    max-width: none;
    flex: 0 auto;
    align-self: flex-start;
    margin-top: auto;
    display: block;
  }

  .creative-four-about-text-block {
    margin-top: -78px;
  }

  .creative-four-about-grid {
    align-items: end;
    justify-items: center;
    margin-left: auto;
  }

  .creative-four-agency {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-top: 50px;
    padding-left: 100px;
    padding-right: 40px;
    display: flex;
  }

  .creative-four-agency-text-block {
    width: 700px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    margin-left: auto;
    display: block;
    position: relative;
  }

  .creative-four-agency-title-wrapper {
    align-items: center;
    display: flex;
  }

  .creative-four-agency-para-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
    display: flex;
  }

  .creative-four-projects-text-block {
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .creative-four-why-choose {
    margin-top: auto;
    padding-top: 20px;
    padding-bottom: 70px;
  }

  .creative-four-why-choose-text-block {
    align-items: center;
    margin-top: auto;
    display: block;
  }

  .creative-four-why-choose-list {
    flex-direction: row;
    align-items: flex-start;
    margin-top: 12px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .creative-four-why-choose-list-title {
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    margin-left: auto;
    display: flex;
  }

  .creative-four-why-choose-list-data {
    width: 324px;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-self: auto;
    align-items: center;
    line-height: 10px;
    display: flex;
  }

  .creative-four-why-choose-list-image-block {
    width: 300px;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .creative-four-why-choose-list-text {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 30px;
  }

  .creative-four-why-choose-list-para {
    max-width: 100%;
  }

  .creative-four-why-choose-list-image {
    width: 300px;
    height: auto;
    display: flex;
  }

  .creative-four-cta {
    max-width: none;
    background-size: auto;
    padding-bottom: 0;
  }

  .full-width {
    width: 100%;
  }

  .full-width.autofit.image-left {
    margin-top: auto;
    position: static;
  }

  .full-width.autofit {
    width: 200px;
    margin-top: -491px;
    margin-left: 489px;
    position: absolute;
  }

  .full-width.autofit.logo-herro {
    width: 450px;
    margin-top: auto;
    margin-left: 145px;
  }

  .full-width.autofit {
    width: auto;
    flex: 1;
    align-self: flex-end;
    margin-top: auto;
    margin-left: auto;
    display: block;
    position: static;
  }

  .pricing-one-hero-section {
    padding-top: 100px;
    padding-bottom: 70px;
  }

  .pricing-one-main-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .pricing-plans {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .pricing-faq {
    padding-bottom: 50px;
  }

  .pricing-faq-block {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .pricing-two-hero-section {
    padding-top: 100px;
    padding-bottom: 70px;
  }

  .pricing-two-main-grid-block {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .pricing-two-faq {
    padding-bottom: 70px;
  }

  .pricing-two-faq-main {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .pricing-two-faq-image-grid {
    width: 100%;
    justify-items: center;
  }

  .nav-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact-one-hero-section {
    padding-top: 120px;
    padding-bottom: 0;
  }

  .contact-one-hero-main {
    height: auto;
    background-size: 0;
  }

  .divider-all {
    margin-top: 80px;
  }

  .contact-one-form {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .contact-one-form-main {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .contact-one-form-sub-one-para-wrapper {
    max-width: 100%;
  }

  .contact-one {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .contact-two-hero-section {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .contact-two-hero-main {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .contact-two-hero-para-wrapper {
    max-width: 100%;
  }

  .contact-two {
    padding-bottom: 70px;
  }

  .contact-two-main {
    grid-row-gap: 50px;
    flex-direction: column;
    margin-bottom: 70px;
  }

  .contact-two-title-wrapper, .contact-two-para-wrapper, .contact-two-address {
    max-width: 100%;
  }

  .contact-two-solutions {
    grid-row-gap: 30px;
    flex-direction: column;
    padding: 40px;
  }

  .contact-two-solutions-sub-two {
    width: auto;
    margin-top: 15px;
    margin-left: auto;
  }

  .utility-page-wrap, .template-hero-section {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .style-guide-color-pallette {
    margin-top: 50px;
  }

  .style-guide-attributes {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .style-guide-heading-style {
    padding-top: 50px;
  }

  .style-guide-body-text {
    margin-top: 70px;
  }

  .style-guide-typography-palette {
    padding-top: 50px;
  }

  .style-guide-heading-style-grid-two {
    grid-template-columns: 1fr;
  }

  .style-guide-button {
    margin-top: 70px;
  }

  .changelog-hero-section {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .flex-center {
    margin-top: 0%;
  }

  .changelog-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .licensing-hero-section {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .licence-information-image-block {
    margin-bottom: 0;
  }

  .licensing-section {
    padding-top: 50px;
  }

  .templates-hero-section {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .documentation-subject {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .documentation-subject-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .blog-style-one-hero-section {
    padding-bottom: 70px;
  }

  .blog-style-one-hero-main {
    flex-direction: column;
  }

  .blog-style-one-hero-sub-one {
    width: 100%;
  }

  .blog-style-one-hero-sub-one-list {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .blog-style-one-main {
    width: 100%;
  }

  .blog-style-one-recent-image, .blog-style-one-recent-text {
    flex: 0 auto;
  }

  .blog-style-one-recent {
    width: 100%;
  }

  .blog-style-one-cta {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .blog-style-two-hero-section {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .case-study-hero-section {
    padding-top: 120px;
    padding-bottom: 30px;
  }

  .case-study-related-title {
    padding-top: 50px;
  }

  .service-case-study-text {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .div-block-163 {
    margin-top: 70px;
  }

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

  .italic-text {
    width: auto;
    margin-top: auto;
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  .italic-text.premium-home-title.text-2.title12 {
    margin-top: auto;
    font-size: 1.8rem;
  }

  .italic-text.premium-home-title.title11 {
    margin-bottom: auto;
    padding-top: 40px;
    font-size: 1.8rem;
    line-height: 1.5em;
  }

  .italic-text.premium-home-title.titel {
    color: var(--white);
    margin-top: auto;
    padding-top: 0;
    font-size: 1.4rem;
    font-weight: 900;
  }

  .italic-text.energie {
    width: auto;
    margin-top: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.8rem;
  }

  .paragraph-2 {
    width: 517px;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    padding-bottom: 40px;
    display: block;
  }

  .div-block-164 {
    margin-top: 15px;
    padding-top: 40px;
  }

  .bold-text {
    font-size: 1.2em;
  }

  .heading-4 {
    width: 100%;
    justify-content: space-around;
    align-items: baseline;
    margin-left: -20px;
    display: block;
  }

  .heading-5.creative-four-about-grid {
    width: 65%;
    align-items: center;
    margin-top: -87px;
    margin-left: -116px;
    display: flex;
  }

  .logo-slider.full-width {
    height: auto;
    max-width: 64%;
    flex: 0 auto;
    align-self: center;
    margin-top: -200px;
    margin-left: 300px;
  }

  .bold-text-4 {
    flex: 0 auto;
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
    margin-left: 35px;
    font-size: 1.2rem;
    display: flex;
  }

  .bold-text-4.riviera {
    margin-left: 44px;
  }

  .bold-text-4.cas-mediteranea {
    margin-left: 35px;
  }

  .bold-text-4.villa-sant-tropez, .bold-text-4.marquesa {
    margin-left: 50px;
  }

  .bold-text-4.vista-del-sol {
    margin-left: 41px;
  }

  .button-main-3.change-button {
    width: 235px;
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    width: 299px;
    justify-content: space-around;
    align-self: auto;
    margin-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: .8rem;
  }

  .button-main-3.button-bg-white.full-width {
    width: 50%;
    align-self: flex-start;
    margin-left: 38px;
  }

  .button-main-3.button-bg-black {
    width: 100%;
    text-align: center;
  }

  .button-main-3.button-bg-white {
    margin-left: auto;
  }

  .body-font-3 {
    width: 308px;
    margin-top: 20px;
    margin-bottom: 33px;
    margin-left: auto;
  }

  .image-view-2 {
    width: 250px;
    max-width: none;
    flex: 0 auto;
    order: 0;
    align-self: center;
    display: block;
    position: static;
  }

  .creative-four-why-choose-list-text-2 {
    width: 200px;
    text-align: center;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-bottom: 30px;
  }

  .creative-four-why-choose-list-para-2 {
    max-width: none;
    flex: 1;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: auto;
    font-size: 1.1rem;
    display: block;
  }

  .bold-text-6 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 53px;
    padding-left: 0;
    display: block;
  }

  .bold-text-7 {
    margin-left: 71px;
  }

  .bold-text-8 {
    align-items: center;
    margin-left: auto;
    padding-left: 60px;
    display: flex;
  }

  .heading-7 {
    width: 350px;
    background-color: #b7a675;
    flex: 1;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    padding-left: 40px;
    font-size: 1.2rem;
    display: flex;
  }

  .image-4 {
    width: 450px;
    max-width: none;
  }

  .div-block-173 {
    width: 350px;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-left: 272px;
    display: flex;
  }

  .container {
    max-width: 728px;
  }

  .centered-heading.margin-bottom-32px {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    font-size: 1.8rem;
    line-height: 2rem;
    display: flex;
  }

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

  .hero-split {
    max-width: 100%;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .margin-bottom-24px {
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 1rem;
  }

  .button-primary {
    background-color: rgba(183, 166, 117, .87);
    font-size: 1rem;
  }

  .title2 {
    flex: 0 auto;
    align-self: center;
    margin-top: 15px;
    margin-left: auto;
    display: block;
    position: static;
  }

  .div-block-175 {
    text-align: center;
    align-items: flex-start;
    display: block;
  }

  .image-6 {
    max-width: 18%;
    align-self: center;
    margin-left: auto;
  }

  .heading-small-2 {
    font-size: .8rem;
  }

  .about-service-main-2.border-top {
    height: 310px;
    background-image: url('../images/Luxusbau-Lifestoneleft.jpg');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: cover;
    background-attachment: fixed;
  }

  .about-service-main-2.border-top.traum {
    height: 850px;
    background-position: 50%;
    background-size: cover;
  }

  .portfolio-two-item-2 {
    width: 500px;
    align-self: center;
    margin-left: 140px;
  }

  .heading-small-3.message {
    margin-top: -21px;
  }

  .portfolio-two-holder-2 {
    width: 100%;
    height: auto;
    grid-row-gap: 70px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: -113px;
    padding-top: 60px;
    position: relative;
    top: auto;
  }

  .portfolio-two-container-2 {
    padding-bottom: 20px;
  }

  .image-8 {
    width: 80%;
    margin-left: 92px;
  }

  .image-9 {
    width: 80%;
    margin-left: 83px;
  }

  .heading-9 {
    margin-top: auto;
    font-size: 1.8rem;
  }

  .heading-10 {
    font-size: 2rem;
  }

  .div-block-179 {
    margin-top: 69px;
  }

  .padding-bottom-twenty-3 {
    margin-top: -33px;
  }

  .heading-medium-2 {
    text-align: left;
    font-size: .8rem;
  }

  .heading-medium-2.underline-off {
    font-size: .8rem;
  }

  .contact-two-address-grid-2 {
    text-align: center;
    padding-left: 40px;
  }

  .contact-two-address-grid-2.kontakt-page {
    padding-left: 20px;
  }

  .contact-two-solutions-2 {
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-end;
    padding: 40px;
    display: grid;
  }

  .color-black-2.padding-bottom-twenty {
    padding-left: 20px;
    padding-right: 20px;
  }

  .color-black-2.padding-bottom-twenty.margin-top-off {
    margin-top: 3px;
    padding-left: 10px;
    padding-right: 20px;
  }

  .div-block-182 {
    margin-left: 38px;
  }

  .paragraph-7 {
    width: auto;
    justify-content: center;
    align-items: flex-start;
    padding-right: 40px;
    display: block;
  }

  .image-10 {
    width: 23%;
    margin-top: auto;
    margin-left: 53px;
    display: block;
  }

  .image-10.logo-footer {
    width: auto;
    max-width: 247px;
    margin-left: 60px;
  }

  .div-block-183 {
    width: 450px;
  }

  .link-block {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .heading-13 {
    width: 451px;
    text-align: center;
    justify-content: space-around;
    align-items: flex-end;
    margin-left: 56px;
    display: block;
  }

  .div-block-185 {
    width: 450px;
  }

  .div-block-186 {
    min-width: 575px;
    flex: 1;
    align-self: stretch;
    align-items: flex-start;
    display: flex;
  }

  .autofit-2 {
    margin-top: 40px;
    margin-left: auto;
  }

  .autofit-2.padding-bottom-thirty {
    overflow: hidden;
  }

  .creative-four-hero-sub-one-2 {
    display: none;
  }

  .creative-four-hero-sub-two-2 {
    height: 535px;
    grid-row-gap: 50px;
    flex-direction: column;
    padding-top: 120px;
    position: relative;
  }

  .heading-small-4.padding-bottom-ten {
    width: 100%;
    width: 300px;
    width: auto;
    text-align: left;
    margin-top: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    font-size: 1.4rem;
    line-height: 2rem;
    display: block;
  }

  .heading-small-4.padding-bottom-ten.headding11 {
    padding-bottom: 10px;
    padding-left: 0;
    line-height: 2rem;
  }

  .heading-small-4.padding-bottom-ten._123 {
    padding-top: 0;
  }

  .heading-small-4.padding-bottom-ten.service2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    line-height: 2.3rem;
    display: flex;
  }

  .creative-four-hero-sub-text-block-2 {
    flex: 0 auto;
    order: -1;
    align-self: flex-start;
    margin-left: 45px;
  }

  .image-open-2 {
    width: 559px;
    margin-top: -311px;
  }

  .creative-four-hero-section-2 {
    background-image: url('../images/luxory-home-collection-luxusbau.jpg');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .creative-four-hero-sub-image-block-2 {
    width: 96%;
    order: 0;
    align-self: center;
    margin-top: -230px;
    margin-bottom: 0;
    margin-left: -1px;
    display: block;
  }

  .padding-bottom-twenty-4 {
    width: 54%;
    margin-left: -2px;
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .div-block-188 {
    justify-content: center;
    align-items: flex-end;
    margin-top: 200px;
    display: block;
  }

  .portfolio-two-container-3 {
    align-items: center;
    padding-left: 100px;
    display: block;
  }

  .creative-four-projects-title-wrapper-4 {
    max-width: 650px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: Ppeiko, sans-serif;
    font-weight: 100;
    display: block;
  }

  .creative-four-projects-text-wrapper-4 {
    justify-content: center;
    display: block;
  }

  .heading-14 {
    margin-left: auto;
    font-size: 1.1rem;
    line-height: 2rem;
    display: flex;
  }

  .image-14 {
    max-width: 100%;
    display: block;
  }

  .div-block-189 {
    padding-bottom: 40px;
  }

  .heading-medium-3 {
    font-size: 1rem;
  }

  .heading-medium-3.letter-space-off.align-right.padding-bottom-ten {
    min-width: 284px;
    margin-left: 20px;
    padding-left: 20px;
    font-size: 1.2rem;
  }

  .heading-medium-3.letter-space-off.padding-bottom-ten {
    min-width: 415px;
    color: #fff;
    -webkit-text-stroke-color: #fff;
    margin-top: auto;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .creative-four-agency-text-block-2 {
    width: 100%;
  }

  .creative-four-about-main-2 {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .creative-four-about-image-block-2 {
    width: 100%;
  }

  .creative-four-agency-para-wrapper-2.padding-bottom-twenty {
    max-width: none;
    text-align: left;
    margin-left: auto;
  }

  .creative-four-agency-2 {
    grid-row-gap: 50px;
    flex-direction: column;
    margin-top: 0;
    padding-top: 50px;
  }

  .creative-four-agency-image-block-2 {
    margin-bottom: 40px;
  }

  .creative-four-about-2 {
    padding-top: 0;
    padding-bottom: 150px;
  }

  .creative-four-agency-text-block-3 {
    width: 100%;
  }

  .creative-four-about-main-3 {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .creative-four-about-image-block-3 {
    width: 100%;
  }

  .cursor-2 {
    display: none;
  }

  .creative-four-agency-text-block-4 {
    width: 100%;
  }

  .creative-four-about-main-4 {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .creative-four-about-3 {
    padding-top: 0;
    padding-bottom: 150px;
  }

  .creative-four-agency-text-block-5 {
    width: 100%;
    flex: 0 auto;
    align-self: auto;
  }

  .creative-four-about-main-5 {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .creative-four-agency-title-wrapper-5 {
    max-width: none;
  }

  .padding-bottom-twenty-8 {
    max-width: none;
    margin-left: auto;
    padding-left: 20px;
  }

  .paragraph-9, .paragraph-10 {
    font-size: 1rem;
  }

  .italic-text-2 {
    text-align: justify;
    padding-left: 0;
    font-size: 1.1rem;
  }

  .paragraph-11 {
    margin-left: auto;
  }

  .paragraph-12 {
    font-size: 1rem;
  }

  .bold-text-10 {
    width: 100%;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: underline;
  }

  .italic-text-3 {
    text-align: left;
    margin-left: -113px;
    font-size: 1.6rem;
    line-height: 3rem;
  }

  .bold-text-11 {
    max-width: 450px;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    padding-top: 0;
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .image-15 {
    max-width: 100%;
  }

  .portfolio-two-item-3 {
    width: 100%;
    margin-right: 40px;
  }

  .creative-four-projects-text-block-2 {
    grid-row-gap: 30px;
    text-align: center;
    flex-direction: column;
    justify-content: space-around;
    align-items: baseline;
    margin-left: 140px;
    padding-left: 20px;
    display: inline-block;
  }

  .portfolio-two-holder-3 {
    width: 80%;
    height: auto;
    grid-row-gap: 70px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
    display: block;
    position: relative;
    top: auto;
  }

  .creative-four-projects-title-wrapper-5 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    display: flex;
  }

  .creative-four-projects-text-wrapper-5 {
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    display: block;
  }

  .heading-15 {
    margin-left: auto;
    font-size: 1.2rem;
  }

  .text-block {
    width: 378px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-198 {
    max-width: 100%;
  }

  .div-block-199 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .div-block-200 {
    width: 100%;
  }

  .heading-18 {
    max-width: 100%;
    display: block;
  }

  .service-detail-hero-container-2 {
    background-size: 0;
  }

  .service-detail-hero-divider-one-2 {
    margin-left: 20px;
  }

  .margin-top-twenty-2 {
    letter-spacing: 0;
    font-size: 1rem;
  }

  .padding-bottom-twenty-9 {
    font-size: 1rem;
  }

  .padding-bottom-twenty-9.headding {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .padding-bottom-twenty-9.unser {
    margin-top: 100px;
    font-size: 1.8rem;
  }

  .padding-bottom-twenty-9.service {
    font-size: 1.4rem;
  }

  .padding-bottom-twenty-9.service.service2 {
    font-size: 1.6rem;
  }

  .padding-bottom-twenty-9.service.subtitle {
    font-size: 1.4rem;
    font-weight: 500;
  }

  .padding-bottom-thirty-2 {
    font-size: 1rem;
  }

  .service-detail-solutions-main-divider-2 {
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .service-case-study-text-2 {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .heading-20 {
    justify-content: center;
    align-items: center;
    margin-top: 132px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 1.6rem;
    line-height: 2rem;
    display: block;
  }

  .div-block-206 {
    margin-right: auto;
  }

  .div-block-207 {
    width: 80%;
    max-width: none;
  }

  .div-block-208 {
    width: 100%;
  }

  .div-block-210 {
    max-width: 80%;
  }

  .div-block-211 {
    margin-top: 60px;
  }

  .absolute.girl {
    width: 100%;
    height: 450px;
    border: 10px #b7a675;
    margin-right: 100px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .absolute.station {
    width: auto;
    height: 421px;
    min-width: auto;
    background-image: none;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    overflow: visible;
  }

  .absolute.team.image12 {
    width: 100%;
    height: 320px;
    margin-top: 20px;
    display: block;
  }

  .absolute.station {
    width: 100%;
    -webkit-text-fill-color: inherit;
    background-image: url('../images/villa.jpg');
    background-position: 50%;
    background-size: cover;
    background-clip: border-box;
    display: block;
    position: absolute;
  }

  .absolute.work-2 {
    justify-content: center;
    align-items: stretch;
    margin-top: auto;
    display: block;
  }

  .absolute.layout {
    width: auto;
    height: auto;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 40px;
    display: block;
  }

  ._50-percent-column {
    width: 100%;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    display: block;
  }

  ._50-percent-column.col-right {
    width: auto;
    height: auto;
    min-width: 550px;
    align-items: center;
    margin-top: 100px;
    margin-bottom: auto;
    margin-right: auto;
    display: block;
  }

  ._50-percent-column.column1 {
    flex: 0 auto;
    align-self: stretch;
  }

  .no-top-margin.title {
    font-size: 1.6rem;
  }

  .box-80-percent {
    text-align: center;
    align-items: center;
    margin-left: 40px;
  }

  .badge {
    top: auto;
    left: -4%;
    right: auto;
  }

  .flex {
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .top-margin._30-pixels {
    margin-left: auto;
    margin-right: auto;
  }

  .text-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .relative-height {
    width: 100%;
    height: 448px;
    align-self: flex-end;
    align-items: center;
    margin-left: auto;
    display: flex;
    position: relative;
  }

  .relative-height.right-right {
    height: 378px;
    margin-top: -75px;
    margin-left: 100px;
    margin-right: auto;
    padding-left: 0;
  }

  .content-wrapper {
    padding-bottom: 140px;
    line-height: 0;
  }

  .content-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .no-bottom-margin {
    color: var(--gold);
    margin-top: 50px;
    font-family: Ppeiko, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1rem;
  }

  .absolute-bg {
    height: 450px;
    background-image: url('../images/villa.jpg');
    background-position: 0 0;
    background-size: cover;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
    display: none;
    position: static;
  }

  .heading-box {
    width: 74%;
  }

  .paragraph-13 {
    text-align: justify;
    margin-top: auto;
    font-size: 1rem;
  }

  .paragraph-14 {
    text-align: justify;
    font-size: 1rem;
  }

  .section-full-4 {
    margin-top: -90px;
    padding-bottom: 0;
  }

  .text-block-6.left {
    padding-bottom: 20px;
  }

  .column-offset-right {
    width: 97%;
    min-width: 639px;
    flex: 0 auto;
    margin-top: auto;
    margin-left: 26px;
    padding-left: 60px;
    position: static;
    left: auto;
  }

  .flex-right {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .italic-text-5 {
    font-family: Ppeiko, sans-serif;
    font-size: 1.6rem;
  }

  .hero-about, .logo-title {
    font-size: 1em;
  }

  .navigation {
    grid-row-gap: 1.5em;
    grid-template-columns: max-content;
  }

  .nav-link-text {
    font-size: 1em;
  }

  .hero-header {
    justify-content: center;
    align-items: center;
    margin-top: -95px;
    display: flex;
  }

  .section-hero {
    min-height: 65vh;
    padding-top: 10vh;
    padding-left: 10%;
    padding-right: 10%;
  }

  .hero-title-wrap {
    margin-bottom: -.5em;
  }

  .logo {
    min-width: 288px;
  }

  .hero-title {
    max-width: 18ch;
    font-size: 1.8rem;
    line-height: 1;
  }

  .image-21 {
    max-width: 20px;
    min-width: 120px;
    margin-left: 100px;
    padding-left: 40px;
  }

  .div-block-212 {
    max-width: 205px;
    margin-top: 40px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 0;
  }

  .section {
    background-color: #000;
  }

  .no-margins {
    font-size: 1.8rem;
  }

  .no-top-margin-2 {
    font-size: 2rem;
  }

  .max-width {
    max-width: none;
  }

  .relative-height-2 {
    width: auto;
    height: 255px;
    min-height: 508px;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .text-box-2 {
    width: auto;
    max-width: none;
    min-width: auto;
    align-self: flex-start;
    align-items: center;
  }

  .content-section-2 {
    background-color: #000;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: auto;
    padding-bottom: 0;
    display: flex;
  }

  .button-3 {
    justify-content: center;
    align-items: center;
    margin-left: 140px;
    margin-right: 140px;
    display: flex;
  }

  .text-container-6 {
    width: 100%;
    min-height: auto;
    justify-content: center;
    margin: -159px 20px 60px;
  }

  .paragraph-18 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .button-4 {
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    display: flex;
  }

  .italic-text-8 {
    font-size: .8rem;
  }

  .no-top-margin-3 {
    margin-top: -48px;
    margin-right: 40px;
    padding-left: 40px;
  }

  .flex-right-2 {
    color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    display: block;
  }

  .column-offset-left {
    min-width: 440px;
  }

  .section-full-3 {
    padding-bottom: 0;
  }

  .section-full-5 {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .text-block-7.left {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: static;
  }

  .column-offset-right-2 {
    width: 90%;
    max-width: none;
    min-width: auto;
    margin-top: auto;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 40px;
    left: auto;
  }

  .text-block-8 {
    margin-right: 100px;
  }

  .div-block-214 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-span-4 {
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    display: flex;
  }

  .heading-box-2 {
    width: 74%;
  }

  .content-section-3 {
    padding-bottom: 0;
  }

  .text-container-7 {
    width: 100%;
    padding: 60px 100px;
  }

  .section-full-6 {
    padding-bottom: 0;
  }

  .box-80-percent-2 {
    width: 96%;
  }

  .image-absolute {
    align-self: flex-start;
    bottom: -1%;
  }

  .half-column-flex {
    align-items: flex-start;
  }

  .image-23 {
    display: block;
  }

  .italic-text-9 {
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 39px;
    margin-left: auto;
    line-height: 2rem;
    display: block;
  }

  .bold-text-16 {
    font-weight: 500;
  }

  .div-block-217 {
    display: flex;
  }

  .heading-small-5.underline-off, .heading-small-6.underline-off {
    padding-right: 10px;
    line-height: 2rem;
  }

  .heading-small-6.underline-off.footer-links {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .heading-small-6.underline-off.footer-links.agb.links2 {
    margin-top: auto;
    margin-right: 40px;
  }

  .button-main-4.button-bg-white {
    width: 57%;
    text-align: center;
    -webkit-text-fill-color: inherit;
    background-clip: padding-box;
    align-items: stretch;
    margin-top: 0;
    margin-left: 100px;
    padding: 10px;
    font-size: 1rem;
    line-height: 1rem;
    display: block;
  }

  .button-main-4.button-bg-white.address-button {
    width: auto;
    text-align: center;
    letter-spacing: .1rem;
    flex: 1;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    font-size: .6rem;
    line-height: 1rem;
    display: block;
  }

  .heading-small-7.padding-bottom-twenty.lifestone {
    font-weight: 400;
  }

  .div-block-218 {
    margin-right: auto;
  }

  .heading-medium-4.address {
    width: auto;
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

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

  .heading-21.heading2 {
    min-height: auto;
    min-width: 79px;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: .8rem;
    line-height: 0;
  }

  .image-26 {
    width: 226px;
    margin-top: auto;
    margin-left: 0;
  }

  .div-block-219.stars {
    min-width: 450px;
    display: flex;
  }

  .cell {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 140px;
    display: block;
  }

  .footertop.section-footer {
    display: flex;
  }

  ._50-percent-column-3 {
    width: 100%;
    height: 320px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .relative-height-4 {
    width: auto;
    display: block;
  }

  ._76-percent-column {
    width: 100%;
  }

  .section-full-7 {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: block;
  }

  .div-block-227 {
    width: 39%;
    min-width: 30%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    padding-left: 40px;
    display: flex;
  }

  .div-block-228 {
    display: none;
  }

  .div-block-230 {
    min-width: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-231 {
    line-height: 0;
  }

  .div-block-231.block2 {
    justify-content: center;
    align-items: flex-end;
    margin-top: -48px;
    display: flex;
  }

  .div-block-232 {
    margin-top: -27px;
  }

  .image-41, .image-42 {
    max-width: 30px;
    min-height: auto;
    margin-bottom: 5px;
  }

  .heading-22 {
    min-height: 92px;
    min-width: 409px;
    margin-top: -66px;
    font-size: .8rem;
    line-height: 2rem;
  }

  .plannung {
    margin-top: 0;
    font-size: .8rem;
    line-height: 2rem;
  }

  .max-width-2 {
    max-width: 290px;
  }

  .text-box-3 {
    min-width: 100%;
  }

  .text-container-10 {
    justify-content: center;
  }

  .max-width-3 {
    max-width: 290px;
  }

  .text-box-4 {
    min-width: 100%;
  }

  .text-container-11 {
    justify-content: center;
  }

  .max-width-4 {
    max-width: 290px;
  }

  .text-box-5 {
    min-width: 100%;
  }

  .content-section-4 {
    padding-bottom: 0;
  }

  .text-container-12 {
    justify-content: center;
  }

  .max-width-5 {
    max-width: 290px;
  }

  .text-box-6 {
    min-width: 100%;
  }

  .text-container-13 {
    justify-content: center;
  }

  .section-full {
    padding-bottom: 100px;
  }

  .text-container-3 {
    max-width: 608px;
  }

  .text-block-9, .text-block-10 {
    color: #000;
    font-size: 1rem;
  }

  .heading-25 {
    margin-top: auto;
    padding-top: 0;
    font-size: 1.2rem;
  }

  .paragraph-28 {
    text-align: justify;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 1rem;
  }

  .paragraph-29 {
    font-size: 1rem;
  }

  .kontakr-12 {
    min-width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    display: flex;
  }

  .heading-26 {
    margin-top: 140px;
    display: flex;
  }
}

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

  .autofit {
    max-width: 249px;
    margin-top: 42px;
    margin-left: auto;
    margin-right: 60px;
  }

  .autofit.class {
    display: block;
  }

  .autofit.icon {
    order: 0;
    align-self: auto;
    display: block;
  }

  .autofit.icons {
    text-align: left;
    flex: none;
    order: 0;
    align-self: flex-start;
    display: block;
  }

  .autofit.slika {
    max-width: 450px;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .creative-agency-hero-holder {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .button-main.button-bg-white {
    margin-left: 95px;
    display: block;
  }

  .button-main.button-bg-white.address-button {
    margin-top: 20px;
    margin-left: auto;
    margin-right: 20px;
  }

  .button-main.button-bg-white.address-button:hover {
    background-color: #b7a675;
  }

  .button-main.button-bg-white.new {
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    margin-top: auto;
    margin-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .creative-agency-about {
    padding-top: 70px;
  }

  .body {
    text-align: left;
    background-color: #000;
  }

  .heading-small.padding-bottom-ten {
    width: auto;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 1.8rem;
    line-height: 2.3rem;
  }

  .heading-small.padding-bottom-ten.heading-bammer {
    width: 85%;
    background-image: linear-gradient(#b7a675, #b7a675), url('../images/PALAZZO-BAU-Logo_1.png');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    margin-top: 51px;
    margin-bottom: auto;
    margin-left: 41px;
    padding-top: 15px;
    position: static;
  }

  .heading-small.padding-bottom-ten.new {
    color: var(--gold);
    background-image: linear-gradient(#f6f5ea, #f6f5ea);
    font-size: 1.4rem;
  }

  .heading-small.padding-bottom-ten.herro-banner10 {
    background-image: linear-gradient(#b7a675, #b7a675), url('../images/PALAZZO-BAU-Logo_1.png');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    padding-top: 0;
  }

  .heading-small.padding-bottom-ten.unsere {
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-small.padding-bottom-ten.service2 {
    margin-top: auto;
  }

  .heading-small.align-center.padding-bottom-ten {
    background-image: none;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.4rem;
  }

  .heading-small.align-center.padding-bottom-ten.uberuns {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 2rem;
  }

  .heading-small.padding-bottom-twenty.lifestone {
    align-items: flex-start;
    margin-top: auto;
    margin-left: -2px;
  }

  .heading-small.underline-off, .heading-small.underline-off.bottom-footer, .heading-small.responsive-align-center {
    font-size: .6rem;
  }

  .heading-small.padding-bottom-thirty {
    text-align: center;
    margin-left: auto;
    padding-left: 40px;
    display: block;
  }

  .heading-small.heading-banner {
    width: 450px;
    margin-top: 12px;
    margin-left: auto;
    line-height: 2rem;
    position: static;
  }

  .heading-small.title-head {
    max-width: 90%;
    margin-left: 20px;
    padding-bottom: 0;
    font-size: .8rem;
  }

  .heading-small.uberuns {
    margin-left: auto;
    margin-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 1.4rem;
  }

  .padding-bottom-thirty {
    width: auto;
    text-align: center;
    align-items: center;
    margin-top: auto;
    margin-left: auto;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 1.5rem;
    display: flex;
  }

  .padding-bottom-thirty.title {
    width: 100%;
    padding-right: 0;
    font-size: 1.4rem;
  }

  .padding-bottom-twenty {
    width: 422px;
    flex: 1;
    order: -1;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    margin-top: auto;
    margin-left: auto;
    display: block;
  }

  .padding-bottom-twenty.nobackground {
    flex: 0 auto;
    margin-left: auto;
    padding-left: 20px;
  }

  .padding-bottom-twenty.wir {
    width: 444px;
    justify-content: center;
    align-items: flex-start;
    margin-top: auto;
    margin-left: auto;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .creative-agency-about-image-one {
    left: 15px;
  }

  .creative-agency-about-grid {
    min-width: 100%;
    margin-top: 50px;
  }

  .creative-agency-about-grid-block {
    border-top-width: 1px;
    justify-content: space-around;
    align-items: center;
    margin-top: auto;
  }

  .heading-medium {
    max-width: 100%;
  }

  .heading-medium.padding-bottom-ten {
    align-self: flex-start;
    margin-top: -45px;
    display: block;
  }

  .heading-medium.padding-bottom-ten.heading-2 {
    max-width: none;
    align-self: flex-start;
    margin-top: -42px;
    font-size: 1.5rem;
  }

  .heading-medium.heading-2 {
    width: 400px;
    max-width: none;
    margin-top: auto;
    margin-left: 0;
    font-size: .8rem;
    position: static;
    transform: translate(0, -16px);
  }

  .heading-medium.address {
    font-size: 1rem;
  }

  .body-font {
    width: 59%;
    margin-left: auto;
    margin-right: 71px;
    padding-left: 0;
  }

  .body-font.padding-top-thirty {
    width: 400px;
    margin-left: auto;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1em;
  }

  .align-center.padding-bottom-twenty {
    width: auto;
    font-size: 1.4rem;
  }

  .align-center.letter-space-off.padding-bottom-thirty {
    width: 100%;
    padding-left: 20px;
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .align-center.padding-bottom-ten {
    font-size: 2rem;
  }

  .align-center.screen-1440 {
    width: auto;
    background-color: rgba(0, 0, 0, 0);
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.1rem;
    line-height: 1.8rem;
    display: block;
  }

  .zency {
    justify-content: flex-start;
    padding-left: 0;
    display: none;
  }

  .creative-agency-team-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .creative-agency-contact-main {
    width: 568px;
    height: auto;
    max-width: 568px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .footer-main {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-menu, .footer-copyright {
    text-align: center;
  }

  .creative-agency-contact-box {
    width: 100%;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: flex-end;
    align-items: flex-start;
    margin-top: auto;
    margin-right: auto;
    display: block;
  }

  .creating-two-about-main {
    grid-row-gap: 50px;
  }

  .counter-font.padding-bottom-ten {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-three-sub-three {
    flex-basis: 70%;
  }

  .about-solutions {
    padding-bottom: 0;
  }

  .about-solutions-container {
    margin-top: auto;
  }

  .about-solutions-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .about-solutions-grid-block {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .about-story {
    align-items: center;
    margin-right: auto;
    display: block;
  }

  .about-story-container {
    max-width: none;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    display: block;
  }

  .about-story-main {
    width: auto;
    grid-column-gap: 0px;
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .about-story-text-block {
    width: 461px;
    flex-wrap: wrap;
    flex: none;
    align-content: space-around;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: auto;
    display: block;
  }

  .about-story-image-block {
    max-width: none;
    justify-content: flex-end;
    align-self: flex-start;
    align-items: flex-start;
    margin-right: auto;
    display: block;
  }

  .about-story-para-wrapper.padding-bottom-thirty {
    margin-top: auto;
    padding-bottom: 0;
    padding-left: 0;
  }

  .about-story-line {
    margin-left: auto;
  }

  .about-service-text-block {
    height: auto;
    max-height: 1100px;
    max-width: 125px;
  }

  .about-team {
    -webkit-text-stroke-color: black;
    background-color: #fff;
  }

  .about-team-grid {
    align-content: center;
    justify-content: center;
    align-items: start;
    justify-items: start;
    display: block;
  }

  .about-team-grid-block {
    width: auto;
    min-width: 320px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .about-team-overlay {
    flex: 0 auto;
    display: block;
  }

  .about-team-text-wrapper {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    object-fit: fill;
    flex: 1;
    order: 0;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    display: flex;
    position: absolute;
  }

  .team-image.autofit {
    max-width: none;
    min-width: 450px;
    flex: 1;
    align-self: center;
    margin-top: 15px;
  }

  .service-hero-image-block {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .service-case-study-grid-text-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .service-contact-image-block {
    display: none;
  }

  .service-contact-text-wrapper {
    position: relative;
  }

  .service-contact-text-main {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .align-right.padding-top-thirty {
    width: 299px;
    margin-right: 40px;
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .service-detail {
    padding-bottom: 40px;
  }

  .tabs {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .tabs-menu {
    width: 100%;
    flex-basis: 100%;
  }

  .tabs-content {
    flex-basis: 100%;
  }

  .tab-pane-tab-1 {
    width: 100%;
    margin-left: 0;
  }

  .tab-pane-tab-3 {
    margin-left: auto;
  }

  .service-detail-solutions-title-wrapper {
    margin-left: auto;
    padding-right: 0;
  }

  .portfolio-two-hero-section.height-off.background-mmage {
    background-color: #f6f5ea;
    margin-bottom: 140px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-two-holder {
    flex-direction: column;
  }

  .portfolio-two-main.line-height-off {
    flex-wrap: nowrap;
    display: flex;
  }

  .creative-detail-user-experience {
    padding-bottom: 60px;
  }

  .creative-detail-experience-main {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .footer-four {
    background-color: #000;
  }

  .landing-inner-grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .creative-four-hero-section {
    height: 548px;
  }

  .creative-four-hero-sub-two {
    align-items: center;
    display: flex;
  }

  .creative-four-hero-sub-text-block {
    justify-content: center;
    align-items: flex-start;
    margin-top: auto;
    margin-left: auto;
    display: block;
  }

  .creative-four-hero-sub-image-block {
    width: 320px;
    flex: 1;
    order: 0;
    justify-content: space-around;
    align-self: baseline;
    align-items: flex-start;
    margin-top: 200px;
    margin-left: 119px;
    display: flex;
  }

  .image-open {
    flex: 1;
    order: 0;
    justify-content: space-between;
    align-self: auto;
    align-items: flex-start;
    margin-top: -87px;
    margin-left: 200px;
    display: block;
  }

  .creative-four-feature-service {
    margin-top: -63px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .creative-four-feature-title-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    display: flex;
  }

  .creative-four-feature-grid {
    max-width: 480px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    justify-items: center;
    margin-left: auto;
    padding-left: 20px;
    display: flex;
  }

  .creative-four-feature-grid-block.margin-top-fifty {
    margin-top: 0;
  }

  .creative-four-about-image-block {
    margin-top: auto;
  }

  .creative-four-about-text-block {
    margin-top: auto;
    padding-left: 0;
  }

  .creative-four-about-grid {
    width: 450px;
    margin-top: -162px;
    margin-left: auto;
    margin-right: auto;
  }

  .creative-four-about-grid-block {
    grid-column-gap: 12px;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    display: flex;
  }

  .creative-four-agency {
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 100px;
    display: flex;
  }

  .creative-four-agency-text-block {
    width: 450px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 84px;
    margin-left: 2px;
    display: flex;
  }

  .creative-four-agency-title-wrapper {
    display: flex;
  }

  .creative-four-agency-para-wrapper {
    justify-content: flex-end;
    align-self: center;
    align-items: center;
  }

  .creative-four-agency-image-wrapper {
    max-width: 90%;
    margin-left: 20px;
  }

  .creative-four-projects-text-block {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .creative-four-why-choose {
    margin-top: -200px;
  }

  .creative-four-why-choose-list {
    max-height: none;
    max-width: none;
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .creative-four-why-choose-list-title {
    flex: 1;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    margin-left: auto;
    display: flex;
  }

  .creative-four-why-choose-list-data {
    width: auto;
    flex: none;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-left: auto;
    display: flex;
  }

  .creative-four-why-choose-list-image {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .creative-four-cta {
    padding-bottom: 0;
  }

  .creative-four-cta-container {
    max-width: 568px;
    position: static;
  }

  .div-block-161 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .full-width.autofit.image-left {
    width: 500px;
    margin-top: -174px;
  }

  .full-width.autofit {
    margin-left: 340px;
  }

  .full-width.autofit.logo-herro {
    width: 250px;
    margin-left: 350px;
  }

  .full-width.autofit {
    margin-left: auto;
  }

  .nav-mail-link.underline-off, .nav-phone-link.underline-off {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .nav-menu {
    grid-row-gap: 50px;
  }

  .contact-one-form-main {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .contact-one-form-sub-one-para-wrapper {
    max-width: 100%;
  }

  .contact-one-form-field-one {
    flex: 1;
    display: block;
  }

  .contact-one-form-field-two {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .contact-one-form-field-main.body-font {
    width: 450px;
    flex: 1;
    margin-left: auto;
    display: inline-block;
  }

  .contact-one-form-text-area.body-font {
    width: 441px;
    min-height: 170px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 23px;
    padding-left: 20px;
    display: block;
  }

  .contact-one-link-block {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .contact-two-hero-main.footer-kontakt-details {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .contact-two-address-block {
    margin-bottom: 20px;
  }

  .contact-two-address-grid-block {
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    display: flex;
  }

  .contact-two-address-grid-block.kontakt-50 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: flex-start;
    display: flex;
  }

  .contact-two-address-text-wrapper {
    max-width: 200px;
  }

  .nav-address {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .utility-page-form {
    padding: 30px;
  }

  .utility-button-wrapper {
    width: 100%;
  }

  .style-guide-color-pallette-primary-color.width {
    max-width: 100%;
  }

  .style-guide-heading-style-grid-two {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-color-pallette-color-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .style-guide-heading-style-grid-text-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .flex-center {
    margin-top: 0%;
  }

  .licencing-image-block {
    flex-wrap: wrap;
  }

  .licencing-image-grid {
    grid-template-columns: 1fr 1fr;
  }

  .blog-detail-hero-meta-wrapper.padding-bottom-thirty {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .blog-detail-author-name-wrapper.padding-bottom-thirty {
    flex-direction: column;
  }

  .divider.heading-small {
    display: none;
  }

  .blog-style-one-recent-image {
    flex: 0 35%;
  }

  .blog-style-one-recent-text {
    flex: 0 65%;
  }

  .blog-style-two-hero-grid {
    flex-direction: column;
    display: flex;
  }

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

  .italic-text {
    width: auto;
    margin-top: auto;
    padding-top: 0;
    padding-bottom: 40px;
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .italic-text.premium-home-title.title11 {
    margin-top: 15px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.4rem;
    line-height: 1.4em;
  }

  .italic-text.premium-home-title.titel {
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 1.4rem;
  }

  .italic-text.energie {
    padding-top: 0;
    font-size: 1.4rem;
    line-height: 1.6em;
  }

  .paragraph-2 {
    width: auto;
    margin-left: 14px;
  }

  .paragraph-3, .paragraph-4 {
    width: 90%;
  }

  .paragraph-5 {
    width: 90%;
    justify-content: flex-end;
    align-items: flex-start;
    display: block;
  }

  .div-block-164 {
    width: 100%;
    margin-left: auto;
  }

  .bold-text {
    padding-left: 0;
    font-size: 1.4em;
    line-height: 1.8rem;
  }

  .heading-4 {
    width: 100%;
    font-size: 1.5rem;
  }

  .heading-5.creative-four-about-grid {
    width: 350px;
    margin-top: -39px;
    margin-left: -113px;
  }

  .logo-slider.full-width {
    height: 306px;
    max-width: none;
    flex: 1;
    order: 1;
    align-self: flex-end;
    margin-top: -120px;
    margin-left: 200px;
  }

  .bold-text-4 {
    width: auto;
    max-width: 480px;
    margin-left: auto;
    padding-left: 0;
    font-size: 1.3rem;
  }

  .bold-text-4.riviera {
    width: 290px;
    justify-content: center;
    align-items: flex-start;
    margin-top: 156px;
    margin-left: -56px;
    padding-left: 0;
    font-size: 1.3rem;
  }

  .bold-text-4.cas-mediteranea {
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: -23px;
    display: flex;
  }

  .bold-text-4.villa-sant-tropez {
    margin-left: -14px;
  }

  .bold-text-4.marquesa {
    margin-left: 14px;
  }

  .button-main-3.change-button {
    width: 341px;
    align-items: center;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .button-main-3.button-bg-white {
    width: auto;
    margin-left: -106px;
    font-size: .8rem;
    display: block;
  }

  .button-main-3.button-bg-white.full-width {
    align-self: flex-start;
    margin-left: 101px;
  }

  .button-main-3.button-bg-black {
    width: 80%;
  }

  .button-main-3.change-button {
    padding-left: 40px;
  }

  .button-main-3.button-bg-white {
    max-width: 100%;
    text-align: center;
    margin-left: auto;
  }

  .body-font-3 {
    width: auto;
    flex: 0 auto;
    margin-left: 47px;
    font-family: Ofl, sans-serif;
    font-size: 1.1rem;
    font-style: italic;
  }

  .image-view-2 {
    width: 205px;
    margin-top: auto;
    display: block;
  }

  .creative-four-why-choose-list-text-2 {
    width: 225px;
    max-width: 224px;
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-wrap: nowrap;
    flex: none;
    order: 0;
    justify-content: flex-end;
    align-self: auto;
    align-items: center;
    margin-top: auto;
    margin-left: auto;
    padding-bottom: 0;
  }

  .creative-four-why-choose-list-wrapper-3.list2 {
    width: 633px;
    max-width: 100%;
  }

  .creative-four-why-choose-list-para-2 {
    width: 242px;
    max-width: 480px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    flex: none;
    order: -1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    display: flex;
  }

  .bold-text-6 {
    justify-content: center;
    margin-left: auto;
    font-size: 1.2rem;
    display: flex;
  }

  .bold-text-7 {
    justify-content: center;
    font-size: 1.2rem;
    display: flex;
  }

  .bold-text-8 {
    width: 290px;
    flex: 1;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    margin-top: 120px;
    margin-left: -53px;
    font-size: 1.3rem;
    display: flex;
  }

  .heading-7 {
    width: 484px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 5px 40px 20px;
    font-family: Ppeiko, sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    position: relative;
  }

  .image-4 {
    max-width: 90%;
  }

  .div-block-173 {
    flex-wrap: nowrap;
    flex: 0 auto;
    order: 0;
    align-content: space-around;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    margin-top: -609px;
    margin-left: auto;
    display: block;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .centered-heading.margin-bottom-32px {
    width: 520px;
    justify-content: flex-start;
    align-items: flex-start;
    margin: auto 65px 0 auto;
    padding-top: 0;
    padding-bottom: 40px;
    font-size: 1.4rem;
    display: block;
  }

  .margin-bottom-24px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-primary {
    margin-left: 20px;
  }

  .image-5 {
    width: 400px;
    max-width: none;
    margin-left: auto;
    position: relative;
  }

  .div-block-174 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .heading-8 {
    width: 290px;
    text-align: left;
    margin-top: auto;
    margin-left: -20px;
    font-size: 1.2rem;
  }

  .collection-list, .collection-list-2, .collection-list-3, .collection-list-4 {
    max-width: 350px;
  }

  .heading-small-2 {
    width: 567px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: .6rem;
  }

  .about-service-main-2.border-top {
    height: 300px;
    background-image: url('../images/Luxory-House-design.jpg');
    background-position: 100% 0;
  }

  .about-service-main-2.border-top.traum {
    height: 620px;
  }

  .portfolio-two-item-2 {
    margin-bottom: auto;
    margin-left: auto;
    padding-bottom: 0;
  }

  .heading-small-3 {
    padding-left: 10px;
  }

  .heading-small-3.phone {
    display: block;
  }

  .heading-small-3.message {
    margin-left: 20px;
  }

  .portfolio-two-holder-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: -98px;
  }

  .image-7 {
    margin-left: 65px;
  }

  .image-8 {
    margin-left: 71px;
  }

  .image-9 {
    margin-left: 62px;
  }

  .heading-9 {
    align-items: center;
    margin-top: auto;
    margin-left: auto;
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .div-block-178 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .padding-bottom-twenty-3 {
    font-size: 2rem;
  }

  .contact-one-form-field-wrapper-2 {
    width: 450px;
    align-self: flex-start;
    display: block;
  }

  .heading-medium-2 {
    max-width: 200px;
    min-width: 250px;
    text-align: center;
    font-size: 1.2rem;
  }

  .heading-medium-2.underline-off {
    min-width: 250px;
    padding-bottom: 0;
    font-size: 1.2rem;
  }

  .heading-medium-2.underline-off.kontakt-email {
    min-width: 210px;
    text-align: left;
  }

  .heading-medium-2.address {
    text-align: left;
  }

  .contact-two-address-grid-2 {
    padding-left: 0;
  }

  .contact-two-address-grid-2.kontakt-page {
    min-width: 62%;
    padding-left: 0;
  }

  .contact-two-solutions-2 {
    align-items: end;
    justify-items: end;
    display: block;
  }

  .color-black-2.padding-bottom-twenty {
    width: 450px;
    margin-left: -14px;
    display: block;
  }

  .color-black-2.padding-bottom-twenty.margin-top-off {
    width: 450px;
    justify-content: center;
    align-items: flex-start;
    margin-left: -11px;
    display: block;
  }

  .div-block-182 {
    width: 450px;
    flex: 1;
    align-self: flex-start;
    margin-left: -14px;
  }

  .form {
    padding-left: 40px;
  }

  .image-10 {
    width: 30%;
    margin-left: 100px;
  }

  .image-10.logo-footer {
    max-width: 236px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 10px;
  }

  .image-10.image-kontakt {
    max-width: 262px;
  }

  .heading-11 {
    width: 290px;
    text-align: left;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .heading-12 {
    width: 290px;
    margin-top: 129px;
    margin-left: -47px;
  }

  .image-11, .image-12 {
    width: 400px;
    max-width: none;
    margin-top: 40px;
    margin-left: auto;
  }

  .heading-13 {
    width: 426px;
    margin-top: auto;
  }

  .div-block-184 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .div-block-186 {
    width: 200px;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: 40px;
    display: flex;
  }

  .autofit-2 {
    max-width: 100%;
    margin-left: -14px;
  }

  .autofit-2.padding-bottom-thirty {
    max-width: 100%;
  }

  .creative-four-hero-sub-two-2 {
    justify-content: center;
    align-items: center;
  }

  .heading-small-4.padding-bottom-ten {
    width: auto;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    font-size: 1rem;
  }

  .heading-small-4.align-center.padding-bottom-ten.headding-top {
    font-size: 1.6rem;
  }

  .heading-small-4.padding-bottom-ten {
    padding-left: 0;
    font-size: 1.4rem;
  }

  .heading-small-4.padding-bottom-ten._123 {
    justify-content: flex-start;
    padding-right: 0;
    display: flex;
  }

  .heading-small-4.padding-bottom-ten.service2 {
    font-size: 1.4rem;
  }

  .creative-four-hero-sub-text-block-2 {
    width: 320px;
    object-fit: fill;
    flex: 0 auto;
    align-self: center;
    margin-left: -200px;
  }

  .image-open-2 {
    width: 227px;
    margin-top: -264px;
    margin-left: -126px;
  }

  .creative-four-hero-section-2 {
    background-image: url('../images/luxory-home-collection-luxusbau.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .creative-four-hero-sub-image-block-2 {
    width: 320px;
    margin-left: -6px;
  }

  .padding-bottom-twenty-4 {
    margin-top: -47px;
    margin-left: -2px;
    font-size: 1.4rem;
  }

  .div-block-188 {
    width: 595px;
    margin-left: -1px;
  }

  .creative-four-projects-title-wrapper-4 {
    max-width: none;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .creative-four-projects-text-wrapper-4 {
    display: flex;
  }

  .heading-14 {
    width: 447px;
    flex: 0 auto;
    font-size: 1rem;
    line-height: 1.8rem;
  }

  .image-14 {
    max-width: 100%;
    margin-left: auto;
  }

  .div-block-189 {
    max-width: 100%;
    margin-bottom: 60px;
    margin-left: auto;
    padding-left: 0;
    padding-right: 20px;
  }

  .div-block-190 {
    width: auto;
    max-width: none;
  }

  .heading-medium-3 {
    max-width: 100%;
  }

  .heading-medium-3.letter-space-off.align-right.padding-bottom-ten {
    font-size: 1rem;
  }

  .heading-medium-3.letter-space-off.padding-bottom-ten {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .creative-four-agency-para-wrapper-2.padding-bottom-twenty {
    margin-left: 5px;
  }

  .creative-four-agency-image-block-2 {
    display: block;
  }

  .creative-four-agency-image-wrapper-3 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .creative-four-agency-text-block-5 {
    width: 133%;
    align-self: center;
    padding-right: 20px;
  }

  .paragraph-9 {
    padding-right: 40px;
  }

  .paragraph-11 {
    text-align: justify;
  }

  .bold-text-10 {
    text-align: left;
    font-size: 1rem;
    line-height: 2rem;
  }

  .italic-text-3 {
    font-size: 1.5rem;
  }

  .bold-text-11 {
    margin-top: auto;
    padding-top: 40px;
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .image-15 {
    max-width: 100%;
    margin-left: auto;
  }

  .image-16 {
    width: 550px;
    max-width: none;
    margin-bottom: 40px;
    margin-left: -104px;
    display: block;
  }

  .div-block-195, .div-block-196 {
    max-width: none;
  }

  .portfolio-two-item-3 {
    margin-right: auto;
  }

  .creative-four-projects-text-block-2 {
    margin-left: auto;
    padding-left: 0;
  }

  .portfolio-two-holder-3 {
    flex-direction: column;
  }

  .portfolio-two-container-4 {
    flex-wrap: nowrap;
    display: flex;
  }

  .creative-four-projects-text-wrapper-5 {
    margin-left: 50px;
    display: block;
  }

  .heading-15 {
    justify-content: space-around;
    margin-right: auto;
    font-size: 1.1rem;
  }

  .text-block {
    width: 304px;
    min-width: 209px;
  }

  .div-block-201 {
    width: auto;
  }

  .div-block-202 {
    min-width: 250px;
  }

  .heading-16 {
    max-width: 184px;
  }

  .heading-17 {
    max-width: none;
  }

  .heading-18 {
    font-size: 1.4rem;
  }

  .heading-19 {
    width: 400px;
  }

  .service-detail-hero-divider-one-2 {
    width: 164px;
  }

  .margin-top-twenty-2 {
    font-size: 1rem;
    line-height: 1.75rem;
  }

  .italic-text-4.service.subtitle {
    font-size: 1.4rem;
  }

  .padding-bottom-twenty-9 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .padding-bottom-twenty-9.unser {
    font-size: 1.8rem;
  }

  .padding-bottom-twenty-9.service {
    padding-left: 0;
    font-size: 1.4rem;
  }

  .padding-bottom-twenty-9.service.service2, .padding-bottom-twenty-9.service.subtitle {
    font-size: 1.4rem;
  }

  .padding-bottom-thirty-2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .heading-20 {
    margin-top: 33px;
    margin-left: 40px;
    margin-right: 40px;
    padding: 10px;
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .div-block-207 {
    width: 450px;
    margin-top: 100px;
  }

  .div-block-210 {
    width: 450px;
    max-width: 90%;
  }

  .absolute.girl {
    width: 320px;
    height: 320px;
    min-width: 320px;
    margin-left: auto;
    position: static;
  }

  .absolute.station {
    width: auto;
    height: 350px;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 29px;
    display: block;
    position: static;
  }

  .absolute.team.image12 {
    width: 450px;
    height: 450px;
    min-width: 450px;
  }

  .absolute.station {
    min-width: 509px;
    margin-left: auto;
    margin-right: auto;
  }

  .absolute.work-2 {
    height: 122%;
  }

  ._50-percent-column {
    width: 550px;
    height: auto;
    justify-content: center;
    align-items: flex-start;
    margin-top: auto;
    margin-bottom: 0;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: static;
  }

  ._50-percent-column.col-right {
    width: auto;
    height: auto;
    min-width: auto;
    grid-column-gap: 86px;
    grid-row-gap: 86px;
    align-self: baseline;
    align-items: flex-start;
    margin-bottom: 100px;
    display: block;
  }

  ._50-percent-column.column1 {
    width: 550px;
    padding-right: 0;
  }

  .left-padding {
    padding-left: 0;
    display: block;
  }

  .no-top-margin {
    text-align: center;
  }

  .no-top-margin.title {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
    position: static;
  }

  .box-80-percent {
    width: auto;
    max-width: 568px;
    margin-top: -67px;
    padding-left: 0;
  }

  .badge {
    width: 90px;
    height: 90px;
    margin-right: 20px;
  }

  .badge.w--current {
    background-position: 50%;
  }

  .flex {
    height: auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .top-margin._30-pixels {
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    position: static;
  }

  .top-margin._15-pixels {
    display: flex;
  }

  .top-margin._30-pixels {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }

  .text-container {
    width: 90%;
    padding: 0 10px 20px;
  }

  .relative-height {
    width: 550px;
    height: auto;
    justify-content: flex-start;
    margin-left: auto;
    display: block;
  }

  .relative-height.right-right {
    width: 320px;
    height: 320px;
    justify-content: space-around;
    margin-left: 100px;
    display: block;
    position: static;
  }

  .content-wrapper {
    max-width: none;
    padding-left: 25px;
    display: block;
  }

  .content-section {
    padding-top: 20px;
  }

  .no-bottom-margin {
    text-align: center;
    margin-top: auto;
    font-size: 1.4rem;
  }

  .absolute-bg {
    height: auto;
    margin-top: 135px;
    margin-bottom: 60px;
    padding-bottom: 0;
    display: block;
  }

  .heading-box {
    width: 90%;
    max-width: none;
    margin-bottom: 40px;
  }

  .title {
    font-size: 12px;
  }

  .h2-regular {
    font-size: 30px;
    line-height: 45px;
  }

  .left-padding-2 {
    margin-top: auto;
    padding-left: 0;
    display: block;
  }

  .section-full-4 {
    padding-top: 80px;
  }

  .text-block-6.left {
    width: 100%;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .column-offset-right {
    width: 130%;
    max-width: 679px;
    min-width: 428px;
    flex-wrap: nowrap;
    flex: 0 auto;
    align-self: flex-end;
    align-items: flex-start;
    margin-left: auto;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 0;
    display: block;
  }

  .flex-right {
    min-width: auto;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
    position: static;
  }

  .button-icon {
    min-width: 123px;
    padding-right: 25px;
  }

  .italic-text-5 {
    margin-right: 40px;
    line-height: 2rem;
    display: block;
  }

  .hero-about {
    font-size: .9em;
  }

  .navigation {
    grid-column-gap: 2em;
    grid-row-gap: 1.5em;
    grid-template-columns: max-content max-content;
    margin-top: -60px;
    padding-top: 0;
  }

  .nav-link-text {
    font-size: 1.2em;
  }

  .hero-header {
    min-width: 568px;
    flex-direction: column;
    margin-top: -81px;
  }

  .section-hero {
    padding-bottom: 15vh;
  }

  .logo {
    min-width: 110px;
    justify-content: center;
    align-items: center;
    margin-bottom: 10vh;
    display: flex;
  }

  .hero-title {
    font-size: 2.3em;
    line-height: .8;
  }

  .image-21 {
    max-width: 12px;
    min-width: 104px;
    margin-left: auto;
    padding-left: 0;
  }

  .italic-text-7 {
    line-height: 1.5;
  }

  .div-block-212 {
    max-width: 169px;
    margin-top: 40px;
    padding-right: 20px;
  }

  .image-22 {
    max-width: 35%;
  }

  .no-margins {
    font-size: 1.4rem;
    font-style: normal;
    line-height: 1.8rem;
  }

  .no-top-margin-2 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .max-width {
    max-width: 100%;
  }

  .relative-height-2 {
    width: auto;
    margin-top: auto;
    margin-left: 40px;
    margin-right: 40px;
  }

  .text-box-2 {
    width: 80%;
    min-width: 80%;
  }

  .content-section-2 {
    padding-top: 0;
  }

  .text-container-6 {
    width: 550px;
    justify-content: center;
    margin-top: auto;
    margin-left: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph-18, .paragraph-19 {
    font-size: 1.1rem;
  }

  .button-5 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-container-9 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .left-padding-3 {
    padding-left: 0;
  }

  .no-top-margin-3 {
    margin-top: auto;
    margin-right: 10px;
    padding-left: 10px;
    font-family: Ppeiko, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
  }

  .column-offset-left {
    min-width: 350px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 50px;
  }

  .section-full-5 {
    margin-top: auto;
    padding-top: 40px;
  }

  .text-block-7.left {
    margin-right: auto;
    padding-top: 0;
  }

  .column-offset-right-2 {
    width: 87%;
    min-width: auto;
    margin-top: auto;
    margin-right: 40px;
    padding-left: 40px;
  }

  .text-block-8 {
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: 1rem;
    display: block;
  }

  .div-block-215 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .text-span-3 {
    margin-top: -200px;
  }

  .text-span-4 {
    margin-top: 40px;
    margin-left: auto;
  }

  .heading-box-2 {
    width: 90%;
    margin-bottom: 40px;
  }

  .services-intro-box {
    width: 25%;
  }

  .content-section-3 {
    padding-top: 80px;
  }

  .content-section-3.double {
    padding-bottom: 80px;
  }

  .text-container-7 {
    padding: 60px 50px;
  }

  .left-padding-4 {
    padding-left: 15px;
  }

  .text-column-padding {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .left-padding-5 {
    padding-left: 15px;
  }

  .image-absolute {
    bottom: 14%;
  }

  .italic-text-9 {
    margin-left: auto;
  }

  .bold-text-16 {
    font-size: .9rem;
  }

  .heading-small-5.underline-off, .heading-small-6.underline-off {
    font-size: .6rem;
  }

  .heading-small-6.underline-off.footer-links {
    font-size: .8rem;
  }

  .button-main-4.button-bg-white {
    margin-left: 95px;
    display: block;
  }

  .button-main-4.button-bg-white.address-button {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .button-main-4.button-bg-white.address-button:hover {
    background-color: #b7a675;
  }

  .heading-small-7.padding-bottom-twenty.lifestone {
    align-items: flex-start;
    margin-top: auto;
    margin-left: -2px;
  }

  .heading-medium-4 {
    max-width: 100%;
  }

  .heading-medium-4.address {
    font-size: 1rem;
  }

  .heading-21 {
    min-width: 450px;
    font-family: Ppeiko, sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.8rem;
  }

  .heading-21.heading2 {
    min-width: 79px;
    font-size: 1.2rem;
  }

  .image-26 {
    width: 319px;
  }

  .image-27 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .div-block-219.stars {
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .cell {
    justify-content: center;
    align-items: center;
    padding-left: 200px;
  }

  .footertop.section-footer {
    display: block;
  }

  .left-padding-6 {
    padding-left: 15px;
  }

  .div-block-227 {
    width: 100%;
    min-width: 22%;
    margin-top: -141px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-232 {
    margin-top: -45px;
  }

  .image-41, .image-42 {
    max-width: 50px;
    margin-bottom: auto;
  }

  .heading-22 {
    min-width: 438px;
    font-size: 1.2rem;
  }

  .plannung {
    font-size: 1.2rem;
  }

  .div-block-233 {
    margin-bottom: 20px;
  }

  .max-width-2 {
    max-width: 100%;
  }

  .text-box-3 {
    width: 80%;
    min-width: 80%;
  }

  .text-container-10 {
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .max-width-3 {
    max-width: 100%;
  }

  .text-box-4 {
    width: 80%;
    min-width: 80%;
  }

  .text-container-11 {
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .max-width-4 {
    max-width: 100%;
  }

  .text-box-5 {
    width: 80%;
    min-width: 80%;
  }

  .content-section-4 {
    padding-top: 80px;
  }

  .text-container-12 {
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .max-width-5 {
    max-width: 100%;
  }

  .text-box-6 {
    width: 80%;
    min-width: 80%;
  }

  .text-container-13 {
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .text-container-3 {
    max-width: 90%;
    margin-left: 40px;
    margin-right: 40px;
    padding: 60px 50px;
  }

  .left-padding-7 {
    padding-left: 15px;
  }

  .content-wrapper-wide {
    padding-left: 25px;
    padding-right: 25px;
  }

  .button-2 {
    max-width: none;
    min-width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .paragraph-26 {
    display: block;
  }

  .heading-25 {
    font-size: 1.4rem;
  }

  .kontakr-12 {
    min-width: 50%;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-26 {
    padding-left: 40px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: 0;
    font-size: 3.125rem;
    line-height: 3.75rem;
  }

  h2 {
    font-size: 2.8125rem;
    line-height: 3.125rem;
  }

  h3 {
    font-size: 2.5rem;
    line-height: 2.8125rem;
  }

  .autofit {
    width: 262px;
    height: auto;
    max-width: none;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .autofit.class {
    width: 53px;
    order: -1;
    align-self: center;
    margin-left: 10px;
  }

  .autofit.icon {
    width: 53px;
    align-self: flex-start;
    margin-left: 0;
    display: block;
  }

  .autofit.icons {
    width: 53px;
    align-self: flex-start;
    margin-left: 0;
  }

  .autofit.slika {
    width: 296px;
    max-width: 465px;
    margin-right: auto;
  }

  .creative-agency-hero-title-span {
    display: none;
  }

  .button-main.button-bg-white {
    width: 120px;
    margin-top: 9px;
    padding-left: 0;
    padding-right: 0;
  }

  .button-main.button-bg-white.address-button {
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: .7rem;
    display: flex;
  }

  .button-main.button-bg-white.new {
    width: 48%;
    align-self: auto;
    align-items: flex-end;
    margin-left: 110px;
    margin-right: 41px;
    line-height: 1.5rem;
    display: block;
  }

  .body {
    margin-top: auto;
  }

  .heading-small.padding-bottom-ten {
    width: 100%;
    border-bottom: 3px solid #b7a675;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: auto;
    margin-bottom: 15px;
    margin-left: auto;
    padding-bottom: 20px;
    padding-left: 40px;
    font-size: 1.4rem;
    font-style: normal;
    text-decoration: none;
    display: block;
    position: static;
  }

  .heading-small.padding-bottom-ten.heading-bammer {
    width: 100%;
    align-items: flex-start;
    margin-top: auto;
    margin-left: auto;
    margin-right: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: .8rem;
    line-height: 2rem;
    display: block;
    position: static;
  }

  .heading-small.padding-bottom-ten.new {
    width: auto;
    min-width: 100%;
    color: var(--black);
    background-image: linear-gradient(#f6f5ea, #f6f5ea);
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: 75px;
    margin-left: auto;
    padding: 10px 20px;
    font-size: .8rem;
    line-height: 1.8rem;
    display: flex;
    position: relative;
  }

  .heading-small.padding-bottom-ten.herro-banner10 {
    width: 100%;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: .8rem;
    display: inline-block;
  }

  .heading-small.padding-bottom-ten.unsere {
    order: -1;
    align-self: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-small.padding-bottom-ten.service2 {
    width: 300px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: 40px;
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .heading-small.align-center.padding-bottom-ten {
    width: auto;
    margin-top: 10px;
    margin-bottom: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 1.4rem;
  }

  .heading-small.align-center.padding-bottom-ten.uberuns {
    margin-top: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-small.padding-bottom-twenty.lifestone {
    width: 100%;
    text-align: left;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-left: auto;
    padding-left: 20px;
    font-size: 1.1rem;
    display: flex;
  }

  .heading-small.padding-bottom-thirty {
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.2rem;
  }

  .heading-small.width-off {
    width: 100%;
  }

  .heading-small.heading-banner {
    width: auto;
    margin-left: auto;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: .8rem;
    line-height: 1.5rem;
  }

  .heading-small.title-head {
    font-size: .9rem;
    line-height: 1.5rem;
  }

  .heading-small.uberuns {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .padding-bottom-thirty {
    width: 90%;
    background-color: #b7a675;
    align-items: flex-start;
    margin-top: 15px;
    margin-left: auto;
    font-size: 1.2rem;
    line-height: 1.8rem;
    display: inline-block;
    position: relative;
  }

  .padding-bottom-thirty.title {
    width: 100%;
    color: #b7a675;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .padding-bottom-twenty {
    width: auto;
    order: -1;
    margin-top: 45px;
    margin-left: auto;
    font-size: 1.2rem;
    display: block;
  }

  .padding-bottom-twenty.nobackground {
    width: auto;
    text-align: center;
    flex: 0 auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1rem;
    display: block;
  }

  .padding-bottom-twenty.wir {
    width: auto;
    flex: 0 auto;
    margin-left: auto;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .creative-agency-text-grid-block {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .creative-agency-about-grid {
    min-width: 100%;
    justify-content: center;
    margin-top: 10px;
  }

  .creative-agency-about-grid-block {
    grid-column-gap: 4px;
    border-width: 1px;
    flex-wrap: wrap;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    margin-top: auto;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Ppeiko, sans-serif;
    display: flex;
  }

  .heading-medium.padding-bottom-ten {
    margin-top: -42px;
    margin-left: 80px;
    display: block;
  }

  .heading-medium.padding-bottom-ten.heading-2 {
    max-width: none;
    text-align: left;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    margin-top: -33px;
    margin-left: -62px;
    display: block;
  }

  .heading-medium.heading-2 {
    width: auto;
    max-width: none;
    margin-left: auto;
  }

  .heading-medium.address {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1rem;
  }

  .body-font {
    width: 80%;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .body-font.padding-top-thirty {
    width: auto;
    direction: ltr;
    text-align: justify;
    word-break: keep-all;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1em;
  }

  .align-center.padding-bottom-twenty {
    width: auto;
    margin-top: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.2rem;
    line-height: 2.1rem;
  }

  .align-center.letter-space-off.padding-bottom-thirty {
    width: 320px;
    margin-top: -45px;
    padding-top: 0;
    padding-left: 0;
    font-size: 1.4rem;
  }

  .align-center.padding-bottom-ten {
    font-size: 1.6rem;
  }

  .align-center.screen-1440 {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.1rem;
    display: flex;
    position: relative;
  }

  .creative-agency-hero-button-wrapper {
    width: 100%;
  }

  .hamburger {
    width: auto;
    align-items: center;
    margin-top: 20px;
    display: block;
  }

  .zency {
    min-width: 338px;
    background-image: url('../images/LIFESTONE---Premium-Villen-Design-GOLD.png');
    background-position: 50%;
    background-size: cover;
    margin-left: auto;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
  }

  .div-block-39 {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .creative-agency-goal-grid-block {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .creative-agency-contact-main {
    width: auto;
    max-width: none;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .creative-agency-contact-title-wrapper {
    flex: 1;
    align-self: center;
  }

  .creative-agency-contact-title {
    max-width: none;
  }

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

  .footer-main {
    grid-column-gap: 51px;
    grid-row-gap: 51px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .footer-menu {
    min-height: 80px;
    margin-top: 100px;
    margin-left: 10px;
    margin-right: 10px;
    font-family: Ofl, sans-serif;
    display: flex;
    position: static;
  }

  .footer-copyright {
    font-size: 12px;
  }

  .creative-agency-contact-box {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: -27px;
    margin-left: auto;
    display: flex;
  }

  .creating-two-hero-image-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .creating-two-about {
    padding-left: 0;
    padding-right: 0;
  }

  .creating-two-about-text-block.padding-bottom-thirty {
    padding-left: 15px;
    padding-right: 15px;
  }

  .creating-two-about-text-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .counter-font.padding-bottom-ten {
    text-align: center;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.4rem;
  }

  .creating-two-work-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-two-sub-one {
    flex-basis: 100%;
    padding-right: 0;
  }

  .footer-two-sub-three, .footer-two-sub-two {
    flex-basis: 100%;
  }

  .creative-three-about-image-block {
    padding-bottom: 100px;
  }

  .creative-three-about-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .creative-three-projects-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-three-sub-one, .footer-three-sub-two, .footer-three-sub-three, .footer-three-sub-four {
    flex-basis: 100%;
  }

  .about-solutions {
    padding-left: 0;
    padding-right: 0;
  }

  .about-solutions-container {
    margin-top: auto;
  }

  .about-solutions-title-wrapper {
    margin-top: auto;
    margin-left: auto;
    padding-right: 0;
  }

  .about-solutions-grid-block {
    padding: 30px 30px 20px 20px;
  }

  .about-story {
    aspect-ratio: 2.39 / 1;
  }

  .about-story-container {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .about-story-main {
    width: 320px;
    grid-column-gap: 95px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .about-story-text-block {
    width: auto;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .about-story-image-block {
    flex-wrap: wrap;
    display: block;
  }

  .about-story-para-wrapper.padding-bottom-thirty {
    width: auto;
    grid-row-gap: 30px;
    flex-direction: column;
    padding-top: 20px;
    padding-right: 0;
    display: block;
  }

  .about-service-text-block {
    width: 320px;
    margin-top: auto;
    margin-left: 10px;
    overflow: visible;
  }

  .about-service-image-block {
    width: 320px;
    height: auto;
    background-image: none;
    margin-top: auto;
    margin-left: 40px;
    overflow: visible;
  }

  .about-service-text-main {
    width: auto;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    margin-top: auto;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    overflow: hidden;
  }

  .about-service-text-wrapper {
    width: 300px;
    flex-direction: column;
    flex-basis: 98%;
    order: -1;
    align-self: auto;
    margin-top: 200px;
    margin-left: auto;
    display: flex;
  }

  .about-team {
    align-items: center;
    margin-bottom: 100px;
    display: block;
  }

  .about-team-container {
    max-width: none;
    display: block;
  }

  .about-team-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    flex: 1;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    align-content: flex-start;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .about-team-grid-block {
    height: auto;
    min-width: 305px;
    display: block;
  }

  .about-team-text-wrapper {
    min-width: auto;
    justify-content: flex-end;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .team-image.autofit {
    width: 300px;
    max-width: none;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .about-service {
    background-image: url('../images/Luxory-House-design.jpg');
    background-position: 50% 0;
    background-size: contain;
    background-attachment: fixed;
    display: flex;
    overflow: visible;
  }

  .service-solves-list {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }

  .service-solves-button {
    width: 60px;
    height: 60px;
  }

  .service-detail-hero-section {
    color: #f6f5ea;
    padding-top: 40px;
  }

  .service-detail-hero-title-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .service-detail-hero-image-block {
    width: auto;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .service-detail-hero-image-one.top-image {
    flex-wrap: nowrap;
    display: flex;
  }

  .service-detail-hero-image-text {
    width: auto;
    margin-top: auto;
  }

  .align-right.padding-top-thirty {
    width: auto;
    margin-right: 40px;
    font-size: 1rem;
  }

  .service-detail-hero-main {
    padding-bottom: 0;
  }

  .tabs-content {
    width: 100%;
    flex: 0 auto;
    align-self: center;
  }

  .tab-pane-tab-1 {
    width: 100%;
  }

  .service-detail-content-main {
    width: 100%;
    max-width: none;
    font-style: normal;
    display: block;
  }

  .tab-pane-tab-2, .tab-pane-tab-4 {
    margin-left: auto;
  }

  .service-detail-tab-text {
    font-size: 1rem;
  }

  .service-detail-solutions-main {
    flex-direction: column;
    padding-bottom: 40px;
  }

  .service-detail-solutions-main-text {
    margin-left: 20px;
  }

  .cursor-wrapper {
    width: 99vw;
  }

  .portfolio-two-hero-section.height-off {
    background-size: cover;
    position: static;
  }

  .portfolio-two-hero-section.height-off.background-mmage {
    margin-left: auto;
    margin-right: 10px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-two-container {
    max-width: none;
    margin-top: 200px;
    position: relative;
  }

  .portfolio-two-main.line-height-off {
    width: 82%;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 100%;
    min-width: auto;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }

  .portfolio-two-overflow {
    width: 240px;
    margin-top: -3px;
  }

  .portfolio-three-hero-grid {
    grid-row-gap: 0px;
  }

  .portfolio-three-hero-grid-block {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .portfolio-three-hero-grid-button {
    width: 40px;
    height: 40px;
  }

  .curve-arrow {
    width: 15px;
  }

  .landing-hero-bg-one {
    padding-bottom: 150px;
  }

  .creative-four-hero-section {
    height: 482px;
    background-position: 50%;
    background-repeat: repeat;
    background-size: auto;
    justify-content: space-around;
    align-items: center;
    display: block;
  }

  .creative-four-hero-sub-two {
    width: auto;
    height: auto;
    max-width: none;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding-top: 100px;
    display: flex;
  }

  .creative-four-hero-sub-text-block {
    width: 120px;
    flex: 0 auto;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    margin-top: -120px;
    margin-left: auto;
    display: block;
    position: static;
  }

  .creative-four-hero-sub-image-block {
    width: auto;
    height: auto;
    min-width: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    margin-top: auto;
    margin-left: 200px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .image-open {
    width: 140px;
    flex: 1;
    order: 0;
    justify-content: flex-end;
    align-self: center;
    margin-top: auto;
    margin-left: auto;
    display: block;
    overflow: hidden;
  }

  .creative-four-hero-sub-one {
    height: 120px;
    justify-content: flex-end;
    align-items: flex-start;
    display: block;
    overflow: visible;
  }

  .creative-four-feature-service {
    margin-top: 39px;
  }

  .creative-four-feature-container {
    justify-content: center;
    align-items: center;
    margin-top: auto;
    display: flex;
  }

  .creative-four-feature-title-wrapper {
    max-width: none;
    margin-left: auto;
    display: block;
  }

  .creative-four-feature-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    flex: 1;
    align-content: flex-start;
    justify-content: flex-end;
    align-self: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: 40px;
    padding-left: 0;
    display: flex;
    position: static;
  }

  .creative-four-about {
    padding-bottom: 0;
  }

  .creative-four-about-main {
    margin-top: 72px;
  }

  .creative-four-about-text-block {
    margin-top: auto;
    margin-right: 20px;
  }

  .creative-four-about-grid {
    width: 331px;
    margin-left: auto;
  }

  .creative-four-about-grid-block {
    width: 323px;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    display: flex;
  }

  .creative-four-about-text-wrapper {
    max-width: 445px;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .creative-four-agency {
    padding-top: 0;
    padding-left: 40px;
  }

  .creative-four-agency-text-block {
    width: 380px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 60px;
    display: block;
  }

  .creative-four-agency-title-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .creative-four-agency-para-wrapper {
    max-width: none;
    align-self: auto;
    margin-left: auto;
    padding-right: 0;
    display: block;
  }

  .creative-four-projects-title-wrapper {
    max-width: 0;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: -192px;
    margin-left: auto;
    display: block;
  }

  .creative-four-projects-text-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    display: block;
    position: absolute;
  }

  .creative-four-projects-button-wrapper {
    margin-top: 40px;
  }

  .creative-four-why-choose {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    display: block;
    position: static;
  }

  .creative-four-why-choose-text-block {
    margin-top: -6px;
    position: static;
  }

  .creative-four-why-choose-list {
    width: auto;
    height: auto;
    max-width: none;
    min-height: auto;
    grid-column-gap: 0px;
    grid-row-gap: 53px;
    border-bottom-color: rgba(0, 0, 0, 0);
    flex: 1;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    margin-top: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .creative-four-why-choose-list-title {
    width: 285px;
    max-height: 80px;
    min-width: auto;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    text-align: left;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-end;
    align-self: auto;
    align-items: center;
    margin-top: auto;
    margin-bottom: 40px;
    margin-left: auto;
    padding-left: 0;
    font-size: 1.2em;
    display: block;
  }

  .creative-four-why-choose-list-data {
    width: 68px;
    height: auto;
    max-height: 80px;
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-wrap: wrap;
    flex: 1;
    align-content: flex-start;
    justify-content: flex-end;
    align-self: flex-start;
    align-items: center;
    margin-top: -96px;
    margin-left: 0;
    margin-right: auto;
    display: block;
    position: static;
  }

  .creative-four-why-choose-list-image-block {
    width: auto;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    margin-left: -8px;
    display: flex;
    position: relative;
  }

  .creative-four-why-choose-list-image {
    width: auto;
    height: auto;
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    text-align: center;
    flex-direction: row;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-self: flex-end;
    align-items: center;
    margin-top: auto;
    margin-left: -23px;
    margin-right: 100px;
    display: block;
    position: static;
  }

  .creative-four-cta-container {
    max-width: none;
  }

  .div-block-161 {
    max-width: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .full-width.autofit.image-left {
    width: 100%;
    margin-top: -200px;
    margin-left: 20px;
  }

  .full-width.autofit {
    margin-top: -42px;
    margin-left: auto;
    position: static;
  }

  .full-width.autofit.logo-herro {
    width: 159px;
    margin-top: 24px;
    margin-left: auto;
  }

  .pricing-one-hero-toggle-main.padding-bottom-thirty {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .pricing-plans-block {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .pricing-plans-sub-one {
    width: 20px;
    flex: 1;
  }

  .pricing-plans-sub-one.width-off {
    width: auto;
  }

  .pricing-plans-sub-two {
    width: 20px;
    flex: 1;
  }

  .pricing-plans-sub-two.width-off {
    width: auto;
  }

  .pricing-plans-sub-three {
    width: 20px;
  }

  .pricing-plans-sub-three.width-off {
    width: auto;
  }

  .pricing-two-hero-toggle-main.padding-bottom-thirty {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .pricing-two-main-grid-block {
    padding: 30px;
  }

  .nav-container {
    max-width: none;
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-container:active {
    color: rgba(0, 0, 0, 0);
    background-color: #000;
  }

  .nav-main {
    position: static;
  }

  .nav-main:active {
    -webkit-text-stroke-color: black;
    background-color: #000;
  }

  .nav-wrapper {
    width: 100%;
    height: auto;
    max-height: 80px;
    min-width: auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hamburger-wrapper {
    flex: none;
    order: -1;
    justify-content: center;
    align-self: baseline;
    align-items: center;
    display: flex;
  }

  .header-bg-shape {
    width: auto;
    height: 209vh;
    background-color: var(--black);
    justify-content: space-around;
    align-items: baseline;
    display: flex;
  }

  .nav-menu {
    max-width: none;
  }

  .header {
    background-color: rgba(0, 0, 0, .99);
    justify-content: flex-start;
    align-items: center;
    margin-top: 27px;
    margin-right: auto;
    display: flex;
  }

  .contact-one-form-field-wrapper {
    flex-direction: column;
  }

  .contact-one-form-field-main.body-font {
    width: 300px;
  }

  .contact-one-form-text-area.body-font {
    width: 291px;
  }

  .contact-one-link-wrapper {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-two-hero-section {
    margin-top: -135px;
    margin-bottom: auto;
  }

  .contact-two-hero-container {
    margin-top: 21px;
  }

  .contact-two-address-block {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .contact-two-address-grid-block {
    min-width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: -9px;
    display: flex;
  }

  .contact-two-address-grid-block.kontkat-50 {
    justify-content: center;
    display: flex;
  }

  .contact-two-address-grid-block.kontakt-50 {
    min-width: auto;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    display: flex;
  }

  .contact-two-address-text-wrapper {
    height: auto;
    max-width: none;
    min-width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-right: auto;
    display: flex;
  }

  .contact-two-address {
    max-width: none;
    min-height: 50px;
    min-width: 100%;
    flex: 1;
    align-self: flex-start;
    margin-top: auto;
    display: block;
  }

  .contact-two-solutions {
    padding: 20px;
  }

  .utility-button-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .style-guide-color-pallette-title-wrapper.padding-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .style-guide-heading-style-grid-two {
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .style-guide-body-text-font-2 {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .style-guide-color-pallette-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .flex-center {
    margin-top: 10%;
  }

  .licencing-image-block {
    grid-row-gap: 30px;
  }

  .licencing-image-grid {
    grid-template-columns: 1fr;
  }

  .documentation-subject-grid-block {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .blog-detail-author-main {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-detail-author-image-wrapper {
    margin-right: 0;
  }

  .blog-detail-author-text {
    margin-left: 0;
  }

  .italic-text {
    width: auto;
    text-align: center;
    flex-wrap: wrap;
    flex: 0 auto;
    align-content: flex-start;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.1rem;
    line-height: 2rem;
    display: flex;
    position: static;
  }

  .italic-text.premium-home-title.text-2.title12 {
    margin-top: -30px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Greatvibes, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    display: flex;
  }

  .italic-text.premium-home-title.title11 {
    color: var(--gold);
    align-content: center;
    justify-content: space-around;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.4rem;
    line-height: 2em;
  }

  .italic-text.premium-home-title.titel {
    padding-bottom: 0;
    font-size: 1.2rem;
  }

  .italic-text.energie {
    font-size: 1.2rem;
    line-height: 2em;
  }

  .paragraph-2 {
    width: auto;
    margin-left: 5px;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .paragraph-3, .paragraph-4, .paragraph-5 {
    width: 94%;
    text-align: left;
    padding-left: 20px;
  }

  .div-block-164 {
    width: auto;
    justify-content: center;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: block;
  }

  .bold-text {
    font-size: 1.1em;
    line-height: 1.2rem;
  }

  .heading-4 {
    width: 240px;
    margin-left: -20px;
    line-height: 1.8rem;
  }

  .heading-4.von-feost {
    width: 240px;
  }

  .heading-5.creative-four-about-grid {
    width: 240px;
    text-align: center;
    align-items: flex-start;
    margin: 90px 40px auto 23px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.2rem;
    line-height: 1.8rem;
    display: block;
    position: static;
  }

  .div-block-170 {
    flex: 1;
    align-self: flex-start;
    display: block;
  }

  .logo-slider.full-width {
    width: 140px;
    height: 190px;
    max-width: 123%;
    float: none;
    clear: none;
    flex: none;
    margin-top: auto;
    margin-left: auto;
    display: block;
    position: static;
    overflow: visible;
  }

  .bold-text-4 {
    max-width: none;
    text-align: center;
    justify-content: space-around;
    align-self: flex-start;
    align-items: baseline;
    margin-left: auto;
    padding-left: 0;
    font-size: .5em;
    display: inline-block;
  }

  .bold-text-4.riviera {
    width: auto;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: -50px;
    font-size: 1.1rem;
    line-height: 1.5rem;
    display: flex;
  }

  .bold-text-4.cas-mediteranea {
    width: auto;
    text-align: left;
    margin: auto auto 10px -50px;
    padding-bottom: 20px;
    font-size: 1.1rem;
    line-height: 1.5rem;
    display: flex;
  }

  .bold-text-4.villa-sant-tropez {
    width: 234px;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: -50px;
    font-size: 1.1rem;
    line-height: 1.2rem;
    display: flex;
  }

  .bold-text-4.marquesa {
    width: auto;
    margin-left: -95px;
    padding-left: 0;
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .bold-text-4.vista-del-sol {
    width: 120px;
    text-align: left;
    margin-left: -89px;
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .button-main-3.change-button {
    width: 184px;
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex: 0 auto;
    justify-content: flex-end;
    align-self: flex-end;
    align-items: flex-start;
    margin: -27px auto 220px 11px;
    padding: 0 0 20px;
    font-size: .5rem;
    line-height: 1rem;
    display: block;
    position: static;
  }

  .button-main-3.button-bg-white {
    width: 300px;
    margin-left: auto;
    margin-right: 40px;
    font-size: .8rem;
    line-height: 1.3rem;
  }

  .button-main-3.button-bg-white.full-width {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-main-3.button-bg-white {
    width: 65%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .body-font-3 {
    width: 185px;
    height: 40px;
    min-height: 20px;
    text-align: left;
    flex-wrap: nowrap;
    order: 0;
    align-content: flex-start;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 38px;
    padding-left: 0;
    padding-right: 0;
    font-family: Ofl, sans-serif;
    font-size: 1rem;
    font-style: italic;
    line-height: 1rem;
    display: flex;
    position: static;
  }

  .image-view-2 {
    width: 107px;
    max-width: none;
    flex: 0 auto;
    align-self: flex-start;
    margin: 40px 40px 20px auto;
    display: block;
    position: relative;
  }

  .creative-four-why-choose-list-text-2 {
    width: auto;
    height: 132px;
    max-width: none;
    grid-column-gap: 0px;
    grid-row-gap: 31px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    flex-wrap: nowrap;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-end;
    align-items: center;
    margin-top: auto;
    padding-left: 60px;
    line-height: 5em;
    display: flex;
    position: relative;
  }

  .creative-four-why-choose-list-image-bg-6 {
    max-width: none;
    margin-top: 144px;
    position: static;
  }

  .creative-four-why-choose-list-wrapper-3 {
    height: auto;
    border-bottom-color: #000;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    display: flex;
    position: relative;
  }

  .creative-four-why-choose-list-wrapper-3.list1 {
    flex: 1;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .creative-four-why-choose-list-wrapper-3.list2 {
    width: auto;
    justify-content: center;
    align-items: center;
  }

  .creative-four-why-choose-list-para-2 {
    width: auto;
    height: auto;
    grid-column-gap: 38px;
    grid-row-gap: 33px;
    object-fit: contain;
    flex-flow: wrap;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-between;
    justify-content: flex-start;
    align-self: baseline;
    align-items: flex-start;
    margin: auto;
    padding-top: 0;
    padding-left: 0;
    display: flex;
    position: absolute;
    overflow: visible;
  }

  .bold-text-6 {
    width: 280px;
    flex: 0 auto;
    align-self: auto;
    align-items: flex-start;
    margin-left: 8px;
    font-size: 1.2rem;
    display: block;
  }

  .bold-text-7 {
    margin-left: -116px;
  }

  .bold-text-8 {
    margin-top: auto;
    margin-left: auto;
    padding-left: 40px;
    display: block;
  }

  .heading-7 {
    width: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    font-size: 1rem;
    line-height: 2rem;
  }

  .image-4 {
    width: 320px;
  }

  .div-block-173 {
    width: 320px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 125px;
    display: flex;
  }

  .container {
    max-width: none;
  }

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

  .centered-heading.margin-bottom-32px {
    width: 293px;
    justify-content: center;
    align-items: center;
    margin: auto auto 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.4rem;
    display: block;
  }

  .hero-split {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .margin-bottom-24px {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-primary {
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .shadow-two {
    padding-left: 10px;
    padding-right: 10px;
  }

  .title2 {
    width: auto;
    align-items: center;
    margin-top: 100px;
    margin-bottom: -63px;
    margin-left: auto;
    font-size: 1.3rem;
    display: block;
    position: static;
  }

  .image-5 {
    width: auto;
    max-width: 320px;
    flex: 0 auto;
    order: -1;
    margin-top: 10px;
    display: block;
    position: static;
  }

  .div-block-174 {
    display: block;
  }

  .heading-8 {
    flex-direction: column;
    flex: none;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    margin-top: auto;
    margin-left: auto;
    display: block;
  }

  .collection-list {
    width: 320px;
    max-width: 99%;
    margin-top: -186px;
    margin-left: -89px;
  }

  .collection-list-2 {
    max-width: 90%;
    margin-left: -98px;
  }

  .div-block-175 {
    position: static;
  }

  .collection-item {
    width: 320px;
    margin-left: -11px;
  }

  .image-6 {
    max-width: 74%;
    flex: none;
    order: 0;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .collection-list-3, .collection-list-4 {
    max-width: 99%;
    margin-top: -186px;
    margin-left: -89px;
  }

  .heading-small-2 {
    width: 322px;
    padding-bottom: 0;
    padding-left: 20px;
    display: block;
  }

  .about-service-main-2.border-top {
    height: 135px;
    display: flex;
    overflow: visible;
  }

  .about-service-main-2.border-top.traum {
    height: 510px;
    flex: 1;
    display: block;
  }

  .portfolio-two-item-2 {
    width: auto;
    margin-right: auto;
  }

  .portfolio-two-holder-2 {
    width: 89%;
    grid-column-gap: 47px;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 25px;
    display: flex;
  }

  .image-7, .image-8 {
    margin-left: 26px;
  }

  .image-9 {
    margin-top: -117px;
    margin-left: 32px;
  }

  .heading-9 {
    width: 320px;
    height: 164px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-bottom: 0;
    padding-left: 10px;
    font-size: 1.4rem;
    display: block;
  }

  .heading-10 {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .div-block-178 {
    flex-flow: row;
    justify-content: space-around;
    align-items: stretch;
  }

  .div-block-179 {
    width: auto;
    align-items: flex-start;
    margin-top: -9px;
    display: block;
  }

  .padding-bottom-twenty-3 {
    font-size: 1.4rem;
  }

  .contact-one-form-field-wrapper-2 {
    width: auto;
    flex-direction: column;
  }

  .heading-medium-2 {
    max-width: none;
    min-width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: .9rem;
    line-height: 2rem;
    display: flex;
  }

  .heading-medium-2.underline-off {
    justify-content: center;
    align-items: center;
    font-size: .9rem;
    line-height: 1.8rem;
    display: block;
  }

  .heading-medium-2.underline-off.kontakt-email {
    font-size: 1rem;
    display: flex;
  }

  .heading-medium-2.address {
    align-items: flex-start;
    font-size: 1rem;
  }

  .contact-two-address-grid-2 {
    justify-content: center;
    align-items: flex-end;
    margin-top: auto;
    display: flex;
  }

  .body-font-4.padding-bottom-ten {
    text-align: center;
    align-self: center;
    line-height: 1rem;
  }

  .contact-two-solutions-2 {
    padding: 20px;
  }

  .color-black-2.padding-bottom-twenty {
    width: 265px;
  }

  .color-black-2.padding-bottom-twenty.margin-top-off {
    width: 260px;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .form {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
  }

  .image-10.logo-footer {
    max-width: 187px;
    flex: 0 auto;
    margin: 15px 100px auto;
  }

  .div-block-183 {
    width: 320px;
  }

  .link-block {
    width: 50%;
    max-width: 100%;
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    flex: none;
    order: 1;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: 80px;
    display: block;
  }

  .heading-11 {
    width: 300px;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: auto;
    margin-left: -41px;
    font-size: 2rem;
    line-height: 2rem;
    text-decoration: none;
    display: flex;
    overflow: visible;
  }

  .heading-12 {
    width: auto;
    flex: 1;
    align-self: flex-start;
    margin-top: auto;
    margin-left: auto;
  }

  .image-11 {
    width: auto;
    max-width: 320px;
    margin-left: auto;
  }

  .image-12 {
    width: auto;
    max-width: 315px;
    margin-left: auto;
  }

  .image-13 {
    width: 200px;
    margin-left: 59px;
    display: block;
  }

  .heading-13 {
    width: 107px;
    min-width: auto;
    text-align: center;
    flex-flow: column wrap;
    flex: 1;
    align-content: stretch;
    justify-content: flex-start;
    align-self: flex-end;
    align-items: flex-start;
    margin: auto auto 220px;
    display: block;
  }

  .div-block-185 {
    width: 320px;
  }

  .div-block-186 {
    min-width: 277px;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-right: auto;
    padding-left: 0;
  }

  .autofit-2 {
    max-width: 100%;
    margin: auto 20px auto auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .autofit-2.change-opacity {
    overflow: visible;
  }

  .autofit-2.padding-bottom-thirty {
    height: 350px;
    margin-left: 20px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .creative-four-hero-sub-two-2 {
    height: 400px;
    max-width: 420px;
    padding-top: 40px;
  }

  .heading-small-4.padding-bottom-ten {
    width: 380px;
    text-align: left;
    width: 253px;
    background-color: #b7a675;
    padding: 10px;
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .heading-small-4.align-center.padding-bottom-ten.headding-top {
    padding-bottom: 20px;
    font-size: 1rem;
  }

  .heading-small-4.padding-bottom-ten {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    margin-top: auto;
    padding-left: 20px;
    font-size: 1.2rem;
  }

  .heading-small-4.padding-bottom-ten.headding11 {
    margin-top: auto;
    padding-left: 20px;
    font-size: 1.2rem;
  }

  .heading-small-4.padding-bottom-ten._123 {
    padding-left: 0;
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .heading-small-4.padding-bottom-ten.service2 {
    text-align: center;
    margin-top: -36px;
    padding-top: 0;
    padding-left: 0;
    font-size: 1.2rem;
  }

  .creative-four-hero-sub-text-block-2 {
    width: 375px;
    flex: 0 auto;
    order: -1;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-top: 144px;
    margin-left: 15px;
    display: block;
  }

  .image-open-2 {
    width: 120px;
    align-items: flex-end;
    margin-top: -227px;
    margin-left: 21px;
    display: flex;
  }

  .creative-four-hero-section-2 {
    background-image: url('../images/luxory-home-collection-luxusbau.jpg');
    background-position: 50%;
    background-size: auto;
  }

  .creative-four-hero-sub-image-block-2 {
    width: 410px;
    text-align: left;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    margin-top: -200px;
    margin-left: auto;
    display: block;
  }

  .creative-four-hero-sub-image-block-2.left-logo {
    flex: 0 auto;
    align-self: flex-start;
  }

  .padding-bottom-twenty-4 {
    width: 286px;
    margin-top: auto;
    margin-left: -41px;
  }

  .div-block-188 {
    width: 321px;
    min-width: auto;
    justify-content: space-around;
    align-items: flex-end;
    margin-top: auto;
    margin-left: auto;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .portfolio-two-container-3 {
    max-width: none;
    clear: none;
    grid-column-gap: 65px;
    grid-row-gap: 65px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 220px;
    display: block;
    position: relative;
  }

  .creative-four-projects-title-wrapper-4 {
    max-width: 718px;
  }

  .heading-14 {
    width: auto;
    text-align: center;
    margin-top: 63px;
    margin-left: auto;
    font-weight: 100;
  }

  .image-14 {
    width: 300px;
    max-width: none;
    margin-right: auto;
  }

  .div-block-189 {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .div-block-190 {
    width: auto;
    max-width: none;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    display: block;
  }

  .heading-medium-3 {
    font-size: 1rem;
    line-height: 1rem;
  }

  .heading-medium-3.padding-bottom-ten {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-medium-3.letter-space-off.align-right.padding-bottom-ten {
    width: auto;
    margin-left: 15px;
    margin-right: 40px;
    font-size: 1rem;
  }

  .heading-medium-3.letter-space-off.padding-bottom-ten {
    min-width: 310px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.75rem;
  }

  .heading-medium-3.buttons-nav {
    line-height: 1.3rem;
  }

  .creative-four-agency-para-wrapper-2.padding-bottom-twenty {
    text-align: justify;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .creative-four-agency-image-wrapper-3 {
    align-items: center;
    margin-left: auto;
    display: block;
    position: static;
  }

  .creative-four-about-text-wrapper-5 {
    max-width: 538px;
  }

  .creative-four-agency-text-block-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .padding-bottom-twenty-8 {
    text-align: center;
    padding-left: 0;
    line-height: 1.8rem;
  }

  .autofil {
    max-width: 100%;
    align-self: flex-start;
    padding-bottom: 0;
  }

  .paragraph-9 {
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1rem;
  }

  .paragraph-10 {
    text-align: justify;
    padding-bottom: 0;
    padding-left: 20px;
    font-size: 1rem;
  }

  .italic-text-2 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .paragraph-11 {
    width: 90%;
  }

  .paragraph-12 {
    text-align: justify;
    margin-bottom: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1rem;
  }

  .bold-text-10 {
    text-align: justify;
    font-size: .8rem;
  }

  .italic-text-3 {
    margin-left: auto;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .bold-text-11 {
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 20px;
    padding-left: 0;
    font-size: 1.2rem;
    display: block;
  }

  .image-15 {
    width: 300px;
    max-width: none;
  }

  .image-16 {
    width: 320px;
    max-width: none;
    margin-left: -50px;
  }

  .div-block-195 {
    width: auto;
    flex: 0 auto;
    align-self: center;
    margin-left: auto;
    display: block;
    position: relative;
  }

  .div-block-196 {
    width: auto;
    margin-left: auto;
    display: inline-block;
  }

  .creative-four-projects-text-block-2 {
    max-width: none;
    margin-left: auto;
    padding-left: 10px;
  }

  .portfolio-two-holder-3 {
    width: 100%;
    margin-left: auto;
    margin-right: 20px;
  }

  .portfolio-two-container-4 {
    max-width: none;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .creative-four-projects-text-wrapper-5 {
    margin-left: auto;
  }

  .heading-15 {
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1rem;
    line-height: 2rem;
  }

  .text-block {
    width: 299px;
    margin-left: 26px;
    display: flex;
  }

  .div-block-202 {
    min-width: auto;
  }

  .div-block-203 {
    min-width: 320px;
  }

  .heading-16 {
    max-width: none;
  }

  .div-block-204 {
    overflow: hidden;
  }

  .heading-18 {
    font-size: 1rem;
  }

  .service-detail-hero-container-2 {
    color: #f6f5ea;
    padding-bottom: 20px;
  }

  .service-detail-hero-divider-one-2 {
    margin-right: 20px;
  }

  .service-detail-tab-border-2 {
    border-color: #b7a675;
    font-size: .5rem;
  }

  .italic-text-4.service {
    font-size: 1rem;
  }

  .italic-text-4.service.subtitle {
    width: 200px;
    max-width: none;
    text-align: left;
    flex-wrap: wrap;
    flex: none;
    order: 0;
    align-content: flex-start;
    justify-content: center;
    align-self: auto;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
    display: block;
    position: static;
  }

  .padding-bottom-twenty-9 {
    max-width: none;
    margin-top: 20px;
    padding-left: 20px;
    font-size: 1rem;
    display: block;
  }

  .padding-bottom-twenty-9.headding {
    font-size: 1.2rem;
    font-weight: 500;
  }

  .padding-bottom-twenty-9.unser {
    font-size: 1.4rem;
  }

  .padding-bottom-twenty-9.service, .padding-bottom-twenty-9.service.service2 {
    font-size: 1.2rem;
  }

  .padding-bottom-twenty-9.service.subtitle {
    width: 100%;
    margin-left: auto;
    padding-left: 20px;
    font-size: 1.2rem;
  }

  .padding-bottom-twenty-9.subtitle {
    width: 200px;
    max-width: none;
    min-width: auto;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 200px;
    display: flex;
  }

  .padding-bottom-thirty-2 {
    padding-left: 10px;
    font-size: 1rem;
  }

  .service-detail-solutions-main-divider-2 {
    margin-top: auto;
  }

  .heading-20 {
    margin-top: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.4rem;
    font-style: normal;
  }

  .div-block-206 {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .div-block-207 {
    width: auto;
    margin-top: auto;
    margin-right: auto;
  }

  .div-block-209 {
    max-width: none;
  }

  .div-block-210 {
    width: 300px;
    max-width: 101%;
    margin-right: 40px;
  }

  .image-17, .image-18, .image-19 {
    margin-left: auto;
  }

  .absolute.girl {
    width: 100%;
    height: 274px;
    min-width: auto;
    border-width: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .absolute.station {
    width: auto;
    height: 252px;
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .absolute.team {
    position: absolute;
  }

  .absolute.team.image12 {
    width: 100%;
    height: 285px;
    min-width: auto;
    margin-top: 60px;
    display: block;
  }

  .absolute.work-2 {
    width: 200px;
    height: 130%;
    margin-top: auto;
  }

  ._50-percent-column {
    width: auto;
    min-height: auto;
    min-width: 100%;
    padding-right: 0;
    display: block;
  }

  ._50-percent-column.col-right {
    width: auto;
    min-width: 400px;
    grid-column-gap: 59px;
    grid-row-gap: 59px;
    margin: auto 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._50-percent-column.column1 {
    width: 100%;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
  }

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

  .box-80-percent {
    width: 100%;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .flex {
    flex-wrap: wrap;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .top-margin._30-pixels {
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .top-margin._15-pixels {
    flex: 1;
  }

  .text-container {
    width: 100%;
    padding: 40px 10px;
  }

  .relative-height {
    width: 105%;
    height: 300px;
    margin-left: 20px;
  }

  .relative-height.right-right {
    width: 64%;
    height: 270px;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 0 15px #b7a675;
  }

  .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .content-section {
    min-width: 100%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: 20px;
    padding-top: 0;
  }

  .no-bottom-margin {
    font-size: 1rem;
  }

  .absolute-bg {
    height: 7%;
    max-width: 100%;
    background-position: 50%;
    margin-bottom: auto;
  }

  .heading-box {
    width: 100%;
  }

  .h2-regular {
    font-size: 30px;
    line-height: 45px;
  }

  .paragraph-13 {
    padding-top: 20px;
    font-size: 1rem;
  }

  .paragraph-14 {
    margin-top: 40px;
    margin-bottom: auto;
    font-size: 1rem;
  }

  .left-padding-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-full-4 {
    margin-top: -114px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 60px;
  }

  .text-block-6.left {
    width: 117%;
    justify-content: center;
    align-items: center;
    margin-top: -168px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 0 20px;
  }

  .column-offset-right {
    width: 100%;
    max-width: none;
    min-width: auto;
    flex: 1;
    align-self: flex-start;
    margin-top: auto;
    margin-left: auto;
    margin-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    left: 0;
  }

  .flex-right {
    margin-left: auto;
    margin-right: 50px;
  }

  .button-icon {
    padding-left: 50px;
  }

  .bold-text-12, .bold-text-13 {
    margin-top: 20px;
    font-size: 1.2rem;
  }

  .italic-text-5 {
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-right: auto;
    font-size: 1.2rem;
    line-height: 2rem;
    display: flex;
  }

  .bold-text-14 {
    margin-top: 20px;
    font-size: 1.2rem;
  }

  .menu-divider {
    margin-bottom: 10px;
  }

  .hero-about {
    max-width: 20ch;
    margin-bottom: 3vh;
    line-height: 1.5;
  }

  .navlink-border {
    width: 68%;
  }

  .menu-link-2 {
    margin-bottom: 6px;
  }

  .navigation {
    max-width: 320px;
    grid-row-gap: 1em;
    flex-wrap: nowrap;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    display: none;
  }

  .nav-link-text {
    max-width: none;
    min-width: auto;
    font-size: 1rem;
    display: block;
  }

  .hero-header {
    display: none;
  }

  .section-hero {
    min-height: 49vh;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-title-wrap {
    margin-bottom: 0;
  }

  .menu-content {
    min-width: 170px;
  }

  .menu-content.hidden {
    display: none;
  }

  .logo {
    min-width: 100px;
  }

  .nav-link._2nd {
    flex: 1;
    order: 0;
    align-self: center;
  }

  .nav-link._1st {
    font-size: 1rem;
  }

  .menu-wrapper {
    top: 2vh;
    right: 2vh;
  }

  .hero-title {
    max-width: 19ch;
    padding-top: 10px;
    padding-left: 0;
    font-size: 1.9em;
  }

  .image-21 {
    margin-left: auto;
  }

  .italic-text-6 {
    padding-left: 0;
    font-size: 1rem;
  }

  .italic-text-7 {
    font-size: 1rem;
  }

  .div-block-212 {
    max-width: 178px;
    min-width: auto;
    flex: none;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    margin-top: auto;
    margin-bottom: 200px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .image-22 {
    max-width: 60%;
  }

  .no-margins {
    font-size: 1.2rem;
  }

  .relative-height-2 {
    width: 100%;
    min-height: 360px;
    flex: 0 auto;
    order: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .content-section-2 {
    padding-top: 0;
    display: block;
    position: relative;
    overflow: visible;
  }

  .button-3 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .text-container-6 {
    width: 100%;
    margin: auto auto 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-18 {
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
  }

  .button-4 {
    max-width: none;
    min-width: auto;
  }

  .italic-text-8 {
    font-size: 1.1rem;
  }

  .button-5 {
    font-size: 1rem;
  }

  .text-container-9 {
    width: 100%;
    padding: 0;
  }

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

  .no-top-margin-3 {
    text-align: center;
    margin-top: -2844380000000000px;
    margin-right: auto;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.1rem;
  }

  .mini-feature {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .flex-right-2 {
    max-width: 100%;
  }

  .column-offset-left {
    min-width: 100%;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    right: 0;
  }

  .section-full-3 {
    padding-top: 60px;
  }

  .section-full-5 {
    margin-bottom: 40px;
    padding-top: 60px;
  }

  .text-block-7.left {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: auto;
    margin-left: auto;
    padding: 0 20px;
    display: block;
  }

  .column-offset-right-2 {
    width: 100%;
    min-width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    display: block;
    left: 0;
  }

  .paragraph-21 {
    text-align: justify;
    margin-bottom: 0;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-22 {
    text-align: justify;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-8 {
    width: 100%;
    margin-top: -111px;
  }

  .text-span-3 {
    width: auto;
    min-width: auto;
    margin-top: -171px;
    margin-left: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2rem;
  }

  .text-span-4 {
    margin-top: auto;
    margin-left: 20px;
    font-size: 1rem;
  }

  .heading-box-2 {
    width: 100%;
  }

  .services-intro-box {
    width: 100%;
    margin-bottom: 40px;
  }

  .services-intro-box.last {
    margin-bottom: 0;
  }

  .content-section-3 {
    padding-top: 60px;
  }

  .content-section-3.double {
    padding-bottom: 60px;
    overflow: hidden;
  }

  .text-container-7 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-container-7.flex {
    padding: 50px 40px;
  }

  ._50-percent-column-2 {
    width: 100%;
  }

  .left-padding-4 {
    padding-left: 10px;
  }

  .section-full-6 {
    padding-top: 60px;
  }

  .left-padding-5 {
    padding-left: 0;
  }

  .box-80-percent-2 {
    width: 100%;
  }

  .image-absolute {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._50-percent-flex {
    width: 100%;
  }

  .half-column-flex {
    width: 100%;
    min-height: 300px;
    align-items: flex-start;
  }

  .image-23 {
    max-width: 200px;
    margin-top: auto;
  }

  .paragraph-25 {
    font-size: 1rem;
  }

  .image-25 {
    width: auto;
    height: 74px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .italic-text-10 {
    color: #b7a675;
    font-family: Ppeiko, sans-serif;
    font-weight: 500;
  }

  .italic-text-10.tekstic {
    font-size: 1.2rem;
  }

  .div-block-216 {
    width: 100%;
  }

  .heading-small-6.underline-off.footer-links {
    min-width: auto;
  }

  .heading-small-6.underline-off.footer-links.agb.links2 {
    margin-right: auto;
  }

  .button-main-4.button-bg-white {
    width: 120px;
    margin-top: 9px;
    padding-left: 0;
    padding-right: 0;
  }

  .button-main-4.button-bg-white.address-button {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    font-size: .7rem;
    display: block;
  }

  .heading-small-7.padding-bottom-twenty.lifestone {
    width: 100%;
    text-align: left;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-left: auto;
    padding-left: 20px;
    font-size: 1.1rem;
    display: flex;
  }

  .div-block-218 {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .heading-medium-4.address {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1rem;
  }

  .heading-21 {
    text-align: center;
    font-size: 1.1rem;
  }

  .heading-21.heading2 {
    margin-bottom: 5px;
    padding-top: 0;
    font-size: .9rem;
  }

  .image-26 {
    width: 242px;
    display: block;
  }

  .div-block-219.stars {
    min-width: auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .cell {
    padding-left: 0;
    font-family: Ppeiko, sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    display: block;
  }

  .quick-stack-2 {
    margin-right: auto;
  }

  ._50-percent-column-3 {
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .left-padding-6 {
    padding-left: 0;
  }

  .flex-right-4 {
    justify-content: center;
    align-items: center;
  }

  .section-full-7 {
    margin-top: -48px;
    padding-top: 20px;
  }

  .div-block-227 {
    justify-content: center;
    margin-top: -126px;
    display: flex;
  }

  .div-block-229 {
    min-width: auto;
    display: flex;
  }

  .div-block-230 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-231 {
    max-width: none;
    min-width: 100%;
    display: none;
  }

  .div-block-231.block2 {
    max-width: none;
    min-width: 100%;
    margin-left: auto;
  }

  .div-block-232 {
    margin-top: auto;
    padding-top: 0;
    line-height: 13px;
  }

  .image-41, .image-42 {
    max-width: 40px;
  }

  .heading-22 {
    min-height: auto;
    min-width: 280px;
    font-size: .9rem;
    line-height: 1.8rem;
  }

  .plannung {
    font-size: .9rem;
    line-height: 1rem;
  }

  .div-block-233 {
    height: auto;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  ._50-percent-column-4 {
    width: 100%;
  }

  .text-container-10 {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._50-percent-column-5 {
    width: 100%;
  }

  .text-container-11 {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._50-percent-column-6 {
    width: 100%;
  }

  .content-section-4 {
    padding-top: 60px;
  }

  .text-container-12 {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._50-percent-column-7 {
    width: 100%;
  }

  .text-container-13 {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-full {
    padding-top: 60px;
  }

  .text-container-3 {
    max-width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    padding: 40px 20px;
  }

  .left-padding-7 {
    padding-left: 10px;
  }

  .no-top-margin-11 {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .content-wrapper-wide {
    max-width: 1425px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-2 {
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-26, .paragraph-27 {
    font-size: 1rem;
  }

  .text-block-9, .text-block-10 {
    text-align: justify;
  }

  .heading-25 {
    text-align: center;
    font-size: 1.2rem;
  }

  .div-block-234 {
    display: block;
  }

  .heading-26 {
    font-size: 1.2rem;
  }
}

#w-node-b849e94a-547d-9646-557a-dd5c9bfd05d5-d5082e71, #w-node-_12bb2387-cd3d-541a-e834-2a8f5c06b484-d5082e71, #w-node-d8d7f2bd-5bb0-3cf8-6316-64f16c2fa028-d5082e71, #w-node-_68b91938-557d-e965-e85e-0b3463c0d6a3-d5082e71, #w-node-b49858b2-f43d-c1da-dd57-7467149e1068-d5082e71, #w-node-df7448d4-7d0e-12a0-05a7-d66f4ce8eedc-d5082e71, #w-node-_9d4a4452-a9f7-62d8-a652-9a228744332b-d5082e71, #w-node-_00f24a81-da2b-fe9c-9a32-c22be6beba01-d5082e71, #w-node-f8881dc1-8cc8-5566-38a5-41de8b569683-d5082e71, #w-node-_391f3897-d909-1574-6a00-b80c64e914ff-d5082e71, #w-node-c112de7a-1837-e24e-b20b-483fbc57ed89-d5082e71, #w-node-_11e5d709-adcb-2a38-a658-04d60f50df46-d5082e71, #w-node-_2fb2599e-5d75-652c-f597-7d9fb3f7cfd5-d5082e71, #w-node-_757601f9-2006-e486-e036-014b73999410-d5082e71, #w-node-c85b67ad-e7b0-64a9-9d3f-338379862a55-d5082e71, #w-node-_1afa629c-950f-df22-d64c-f81662392bce-d5082e71, #w-node-a563797d-be92-43da-ddb8-82443cda21f3-d5082e71, #w-node-f48e1434-dd4a-0d25-a25b-b963ccca8964-d5082e71, #w-node-_9b1b63ce-e706-5de5-8428-6ceda2e72e45-d5082e71, #w-node-dae4de12-7ae1-d621-1e7c-a5315847a7f1-d5082e71, #w-node-dae4de12-7ae1-d621-1e7c-a5315847a7f7-d5082e71, #w-node-_4f717df5-7f82-6036-11f5-617d21b8b544-d5082eb4, #w-node-_12303c16-eadc-8b90-18a7-773ba176edc9-d5082eb4, #w-node-_0c36e43d-9340-3895-c91a-5c3dd9d62161-d5082eb4, #w-node-d3526afc-9248-84af-ff51-63ebb927ee32-d5082eb4, #w-node-_451ad0f1-3e12-1739-33fe-5a090306450d-d5082eb4, #w-node-a5b0f67f-f76a-c3a6-c02e-84d520c8e4f7-d5082eb4, #w-node-b5e4ee15-36e1-a9b9-d73e-41f8f5fbd561-d5082eb4, #w-node-_332c6e98-6e0a-4afb-b0fd-7a15635aa158-d5082eb4, #w-node-_3d26518d-dcc7-8330-e09a-e5d3471e1de2-d5082eb4, #w-node-_545cce7a-e7f6-2507-3ace-97494d7e0ed6-d5082eb7, #w-node-_685701d9-076a-7cdb-ac4f-4faa01b7ee76-d5082eb7, #w-node-_963e1692-c017-1dbf-9d60-a6240eb9ae3f-d5082ecd, #w-node-_963e1692-c017-1dbf-9d60-a6240eb9ae46-d5082ecd, #w-node-_963e1692-c017-1dbf-9d60-a6240eb9ae4d-d5082ecd, #w-node-_8617a260-828b-1a4a-2773-0cb7f455bae4-d5082ecd, #w-node-_50d7d39b-67ab-51f0-8f7b-7dd106e29453-d5082ece, #w-node-_2aaf56bf-a823-5519-ebe9-891c64719a65-d5082ece, #w-node-_2edaf463-7a12-8999-8892-5ab819dedb4a-d5082ecf, #w-node-_79b3577f-1a1b-92aa-1c08-eca686107e8e-d5082ecf, #w-node-_017ca0fc-6ff7-fbf7-a5ae-4c281a2958f3-d5082ecf, #w-node-fa44912c-f3de-def8-4db1-9d28f065ddd9-d5082ecf, #w-node-d63356d3-f17b-865e-fcbf-05553f91dd4e-d5082ecf, #w-node-_0f235d67-4c65-68a1-ad52-db541b3c7c81-d5082ecf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6391d9e-b17a-141e-4fdc-fea36460ddc5-d5082ecf {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-d7d0536e-fd0b-065b-b6d3-a109962b5621-d5082ecf, #w-node-c8df355a-816e-e565-945b-a20258f3506e-d5082ecf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e69d468-52cc-07ca-cba8-654ab9f9d87d-d5082ecf {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-bbcf021b-2334-6f75-fdea-c7e47a47901c-d5082ecf, #w-node-_0eeb11fc-2fc3-4e06-6cee-cf9fde6b8717-d5082ecf, #w-node-a1913d3a-d435-dfb2-7856-15bf4c9d62c3-d5082ecf, #w-node-e3fecd5c-1f29-5caa-10a2-21287ef4b192-d5082ecf, #w-node-d2d39d59-7e00-1bf2-7061-42b5127b3972-d5082ed0, #w-node-_530920f8-2e5f-8537-1bdd-d641cb9ba50f-d5082ed0, #w-node-_661ab2e4-290b-3db1-7372-44cf8ae14394-d5082ed0, #w-node-_483a42e0-ad2c-ca11-9cf9-586eca40ffa6-d5082ed0, #w-node-_05ba3165-f6e4-f713-13c8-ec062b0cb2d1-d5082ed0, #w-node-aa12ccb5-feae-195a-ec2a-7067e1132f2e-d5082ed0, #w-node-de9df975-76d4-cbbc-4f24-df3eae609171-d5082ed0, #w-node-ba64266a-6c4c-f3ba-bb22-074e4a77c352-d5082ed0, #w-node-ba64266a-6c4c-f3ba-bb22-074e4a77c353-d5082ed0, #w-node-_426a6236-cc71-b927-a95d-63166a660264-d5082ed0, #w-node-_426a6236-cc71-b927-a95d-63166a660265-d5082ed0, #w-node-_627bbbad-5922-1da4-d693-819eddbe3517-d5082ed0, #w-node-_627bbbad-5922-1da4-d693-819eddbe3518-d5082ed0, #w-node-fa73dc18-c18c-d176-936b-09429d00215d-d5082ed1, #w-node-_20f880c9-6653-c632-8ddd-bcb08ff61c91-d5082ed1, #w-node-_0d51e682-6161-7ccb-0c80-ea2205a396a9-d5082ed1, #w-node-_203acec5-fee2-a2e7-9599-e37f19638289-d5082ed1, #w-node-_3a04c074-c6fc-8a0c-1b71-8fd316a2d6be-d5082ed1, #w-node-a2ed5f04-80a9-bce7-9ee4-5684e808e860-d5082ed1, #w-node-_39d8d65b-5d7e-a0e3-93e7-183ef6cfc943-d5082ed1, #w-node-_6815fd41-ad42-088d-2ea0-5f142d018c4a-d5082ed1, #w-node-_6e1bacdd-8cf0-f75b-a8da-11ec9f1a15d6-d5082ed1, #w-node-d1402ebc-5370-98c9-a64f-5b961141c931-d5082ed1, #w-node-f23a5d80-3e42-5a2a-632f-7ccb694ccbe3-d5082ed1, #w-node-_00319f04-b48e-9d74-61f7-349857b5a81b-57b5a819, #w-node-_00319f04-b48e-9d74-61f7-349857b5a827-57b5a819, #w-node-_00319f04-b48e-9d74-61f7-349857b5a833-57b5a819, #w-node-c9dd5f50-a055-7323-02f5-312db67a6ff4-d5082ed4, #w-node-_3f9bfa3b-c489-37cf-c9c5-e3f431ec9697-d5082ed5, #w-node-b2943b5f-8677-b51b-5412-3fa54516aae1-d5082ed5, #w-node-e972655d-46b2-4daa-5230-00d1bbbccb23-d5082ed5, #w-node-_325f76eb-c532-ea01-c83c-24db1a90041b-d5082ed5, #w-node-b07aab19-ed2e-3898-9602-8f2d8c113b73-d5082ed9, #w-node-f6cfb91d-0ca5-91de-d9ad-2fb47e8a2f9e-d5082ed9, #w-node-_74bd33d7-62ba-fbfb-d4c8-de0361b10872-d5082ed9, #w-node-f619d45d-c5f6-3ab0-bec2-20a93ee33bde-d5082ed9, #w-node-_877766bd-c3d2-657d-d6cf-7d27228cd204-d5082ed9, #w-node-_99941b26-fe8f-9644-f08e-fb3bc12cec22-d5082eda, #w-node-f3599161-6a37-1ce2-5e1c-9d0ca5ddc732-d5082eda, #w-node-c06713ea-2b33-6fcf-6375-7deb5e7fa3f5-d5082edb, #w-node-_9b6b62ef-ae00-9887-f261-b4d0b8f8e86e-d5082edc, #w-node-_9b6b62ef-ae00-9887-f261-b4d0b8f8e87a-d5082edc, #w-node-_9b6b62ef-ae00-9887-f261-b4d0b8f8e87f-d5082edc, #w-node-_9b6b62ef-ae00-9887-f261-b4d0b8f8e884-d5082edc, #w-node-_9b6b62ef-ae00-9887-f261-b4d0b8f8e889-d5082edc, #w-node-_9b6b62ef-ae00-9887-f261-b4d0b8f8e890-d5082edc, #w-node-_9b6b62ef-ae00-9887-f261-b4d0b8f8e89c-d5082edc, #w-node-_9b6b62ef-ae00-9887-f261-b4d0b8f8e8a1-d5082edc, #w-node-_9b6b62ef-ae00-9887-f261-b4d0b8f8e8a6-d5082edc, #w-node-_9b6b62ef-ae00-9887-f261-b4d0b8f8e8ab-d5082edc, #w-node-_9b6b62ef-ae00-9887-f261-b4d0b8f8e8b2-d5082edc, #w-node-_9b6b62ef-ae00-9887-f261-b4d0b8f8e8be-d5082edc, #w-node-_9b6b62ef-ae00-9887-f261-b4d0b8f8e8c3-d5082edc, #w-node-_9b6b62ef-ae00-9887-f261-b4d0b8f8e8c8-d5082edc, #w-node-_9b6b62ef-ae00-9887-f261-b4d0b8f8e8cd-d5082edc, #w-node-a293c08e-44a4-b0cc-4c1f-1f0e2c81ceef-d5082edc, #w-node-_64e7d2fc-f779-0565-dd1e-ea2eec7655e1-d5082edc, #w-node-_843f8ed4-ebd4-24f2-75e1-9c4b0713541d-d5082edc, #w-node-d69502a0-21d1-1e27-c642-d08fe787e2ce-d5082edc, #w-node-_3911bbb1-b718-9b4d-b7c1-095e0e304bde-d5082edc, #w-node-_8165af49-17d0-5a68-a038-5276f3fef24e-d5082edc, #w-node-_8165af49-17d0-5a68-a038-5276f3fef25a-d5082edc, #w-node-_8165af49-17d0-5a68-a038-5276f3fef25f-d5082edc, #w-node-_8165af49-17d0-5a68-a038-5276f3fef264-d5082edc, #w-node-_8165af49-17d0-5a68-a038-5276f3fef269-d5082edc, #w-node-_3671529b-3c8d-0707-1987-04e2c631002c-d5082edc, #w-node-_3671529b-3c8d-0707-1987-04e2c6310038-d5082edc, #w-node-_3671529b-3c8d-0707-1987-04e2c631003d-d5082edc, #w-node-_3671529b-3c8d-0707-1987-04e2c6310042-d5082edc, #w-node-_3671529b-3c8d-0707-1987-04e2c6310047-d5082edc, #w-node-b2df2ab3-3839-9918-6af0-8f3f63006741-d5082edd, #w-node-b2df2ab3-3839-9918-6af0-8f3f63006751-d5082edd, #w-node-b2df2ab3-3839-9918-6af0-8f3f63006756-d5082edd, #w-node-b2df2ab3-3839-9918-6af0-8f3f6300675b-d5082edd, #w-node-b2df2ab3-3839-9918-6af0-8f3f63006760-d5082edd, #w-node-b2df2ab3-3839-9918-6af0-8f3f63006765-d5082edd, #w-node-b2df2ab3-3839-9918-6af0-8f3f6300676d-d5082edd, #w-node-b2df2ab3-3839-9918-6af0-8f3f6300677d-d5082edd, #w-node-b2df2ab3-3839-9918-6af0-8f3f63006782-d5082edd, #w-node-b2df2ab3-3839-9918-6af0-8f3f63006787-d5082edd, #w-node-b2df2ab3-3839-9918-6af0-8f3f6300678c-d5082edd, #w-node-b2df2ab3-3839-9918-6af0-8f3f63006791-d5082edd, #w-node-b2df2ab3-3839-9918-6af0-8f3f63006799-d5082edd, #w-node-b2df2ab3-3839-9918-6af0-8f3f630067a9-d5082edd, #w-node-b2df2ab3-3839-9918-6af0-8f3f630067ae-d5082edd, #w-node-b2df2ab3-3839-9918-6af0-8f3f630067b3-d5082edd, #w-node-b2df2ab3-3839-9918-6af0-8f3f630067b8-d5082edd, #w-node-b2df2ab3-3839-9918-6af0-8f3f630067bd-d5082edd, #w-node-e6c957c9-9408-9c4c-18da-76979a8d5839-d5082edd, #w-node-a372aa87-a328-ccff-54da-0976e309f27f-d5082edd, #w-node-_10ee4573-f72b-fbc8-8da3-6411c158cefb-d5082edd, #w-node-d654c9e2-c549-29c3-55ab-d7833e384ca4-d5082edd, #w-node-d759054e-2b42-dc89-b71b-1df388bae883-d5082edd, #w-node-_2c2e6ea2-1816-2331-97df-285b7abf61a7-d5082edd, #w-node-d6a9cd78-9d3e-0507-d944-991fb77b5292-d5082edd, #w-node-d6a9cd78-9d3e-0507-d944-991fb77b52a2-d5082edd, #w-node-d6a9cd78-9d3e-0507-d944-991fb77b52a7-d5082edd, #w-node-d6a9cd78-9d3e-0507-d944-991fb77b52ac-d5082edd, #w-node-d6a9cd78-9d3e-0507-d944-991fb77b52b1-d5082edd, #w-node-d6a9cd78-9d3e-0507-d944-991fb77b52b6-d5082edd, #w-node-_946aafe1-dd27-6530-2ef2-1d6931bf0e5f-d5082edd, #w-node-_946aafe1-dd27-6530-2ef2-1d6931bf0e6f-d5082edd, #w-node-_946aafe1-dd27-6530-2ef2-1d6931bf0e74-d5082edd, #w-node-_946aafe1-dd27-6530-2ef2-1d6931bf0e79-d5082edd, #w-node-_946aafe1-dd27-6530-2ef2-1d6931bf0e7e-d5082edd, #w-node-_946aafe1-dd27-6530-2ef2-1d6931bf0e83-d5082edd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61450907-aa1b-5ee6-f2ea-9384c12582f4-d5082edd {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-fbd6323b-8d5b-11ab-0c89-c6bb1d2ce837-d5082edd, #w-node-c8f94ac1-b71b-99e0-42c3-c83b9d15d7a2-d5082edd, #w-node-_4620fb7e-f6b3-dfaa-0f3f-da61b410b961-d5082ef2, #w-node-c1beaca4-5ede-6870-fabe-50548a63c67b-d5082ef3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-b099f878-5573-1b49-3672-0174042f5bc1-d5082eb4 {
    align-self: baseline;
  }

  #w-node-_4477f277-1831-b0bb-15c4-e6ed60c055aa-d5082ece, #w-node-_4477f277-1831-b0bb-15c4-e6ed60c055af-d5082ece, #w-node-_4477f277-1831-b0bb-15c4-e6ed60c055b4-d5082ece {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_4c33375c-2eea-0d9a-0896-ca885a876485-d5082ecf, #w-node-e8d19c16-51b3-d8cb-bff9-a0e982fb57b2-d5082ecf, #w-node-f872f5d1-a613-b11d-2db0-6221b5790ca1-d5082ecf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_581014bf-d9eb-db19-b781-532f808078a8-d5082ef4, #w-node-_581014bf-d9eb-db19-b781-532f808078ad-d5082ef4, #w-node-_581014bf-d9eb-db19-b781-532f808078b2-d5082ef4, #w-node-_581014bf-d9eb-db19-b781-532f808078bc-d5082ef4, #w-node-_581014bf-d9eb-db19-b781-532f808078c1-d5082ef4, #w-node-_581014bf-d9eb-db19-b781-532f808078c6-d5082ef4, #w-node-_581014bf-d9eb-db19-b781-532f808078d3-d5082ef4, #w-node-_581014bf-d9eb-db19-b781-532f808078d8-d5082ef4, #w-node-_581014bf-d9eb-db19-b781-532f808078dd-d5082ef4, #w-node-_581014bf-d9eb-db19-b781-532f808078e7-d5082ef4, #w-node-_581014bf-d9eb-db19-b781-532f808078f6-d5082ef4, #w-node-_581014bf-d9eb-db19-b781-532f80807905-d5082ef4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_13761e86-5797-0469-dbdc-b83e074dba1a-d5082ecd {
    align-self: start;
    justify-self: start;
  }

  #w-node-_4477f277-1831-b0bb-15c4-e6ed60c055aa-d5082ece {
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b49858b2-f43d-c1da-dd57-7467149e1068-d5082e71 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_13761e86-5797-0469-dbdc-b83e074dba1a-d5082ecd {
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_581014bf-d9eb-db19-b781-532f80807905-d5082ef4 {
    grid-area: 2 / 1 / 3 / 3;
  }
}


@font-face {
  font-family: 'Ofl';
  src: url('../fonts/OFL.txt') format('undefined'), url('../fonts/OFL_1.txt') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Great Vibes 1';
  src: url('../fonts/great_vibes-1.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Great Vibes Sil Ofl Font License';
  src: url('../fonts/Great-Vibes-SIL-OFL-Font-License.txt') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Greatvibes';
  src: url('../fonts/GreatVibes-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Allura';
  src: url('../fonts/Allura-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppeiko';
  src: url('../fonts/ppeiko-heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppeiko';
  src: url('../fonts/ppeiko-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppeiko';
  src: url('../fonts/ppeiko-thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}