:root {
  --rouge: #734a64;
  --bbb: #bbb;
  --sa: #e9e9e9;
  --black: black;
  --blue: #8da3ffbf;
  --white: white;
  --rpouge2: #a17b9a;
}

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

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

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

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

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

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

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

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

.item2 {
  min-height: 100vh;
  display: block;
}

.html-embed {
  border: 1px solid #000;
  display: block;
}

.body {
  background-image: url('../images/Portfolio-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  max-width: 100vw;
  font-family: Montserrat, sans-serif;
}

.navi1 {
  background-color: #000;
  background-image: radial-gradient(circle at 13% -30%, #fff0, #eaeaea00 6%, #1c1c1c57 67%, #282828 74%, #0303035e 77%, #00000069), radial-gradient(circle at 77% -30%, #414141, #000000c2), url('../images/Group-2.png');
  background-position: 0 0, 0 0, 0 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, 66%;
  justify-content: flex-end;
  align-items: flex-start;
  height: 30vh;
  display: block;
  position: relative;
}

.navi1.gal {
  height: 100px;
}

.section {
  background-color: #202020;
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
  position: relative;
}

.section.white {
  background-image: radial-gradient(circle farthest-side at 70% -20%, #fff, #d7d7d7);
  height: 30vh;
  position: relative;
  overflow: visible;
}

.section.white.absolute {
  height: 30vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section.pricing {
  background-color: #050505;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--rouge), #fff0);
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 0;
}

.section.pricing.gal {
  flex-flow: column;
  margin-bottom: 0;
  padding-bottom: 60px;
}

.section.slide {
  background-color: var(--bbb);
  background-image: linear-gradient(0deg, #1b1b1b, #7e7e7e96);
  border-top: 2px solid #1f1f1f;
  height: 120vh;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.section.ktk {
  background-image: url('../images/Group-2.png'), radial-gradient(circle farthest-corner at 20% 30%, var(--sa), #636363);
  background-position: 0 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  flex-flow: column;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer {
  background-color: #aaa;
  background-image: url('../images/Group-2.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.footer.gal {
  background-color: #aaaaaaf2;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1400px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--bbb);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  color: var(--bbb);
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.header {
  color: #afafaf;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Kumbh Sans, sans-serif;
  font-size: 5vw;
  font-weight: 100;
  line-height: .9em;
  position: absolute;
  inset: auto auto 0% 10%;
}

.header.topheader {
  color: var(--rouge);
  margin-top: 0;
  font-weight: 300;
  top: 0;
  bottom: auto;
}

.top {
  background-color: #111;
  height: 33vh;
}

.quick-stack {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: 0;
  padding: 20px 0 20px 20px;
}

.container-regular-2 {
  width: 100%;
  max-width: none;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  padding-left: 0%;
  display: flex;
}

.nav-menu-2 {
  border-bottom: 1px solid #8e8e8e;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 9px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.nav-link-2 {
  color: var(--bbb);
  letter-spacing: .5px;
  margin-left: 5px;
  margin-right: 30px;
  padding: 5px 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  transition: all .275s cubic-bezier(.39, .575, .565, 1);
}

.nav-link-2:hover {
  color: #734a64;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  color: var(--bbb);
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper-2 {
  margin-left: 40px;
}

.button-primary-2 {
  background-color: var(--bbb);
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .275s cubic-bezier(.39, .575, .565, 1);
}

.button-primary-2:hover {
  background-color: var(--blue);
  color: #fff;
}

.button-primary-2:active {
  background-color: #43464d;
}

.image {
  color: #fff;
  -webkit-text-stroke-color: var(--bbb);
  background-color: #0000;
  width: 110px;
  margin-left: 0%;
  display: block;
}

.fabi {
  z-index: 2;
  height: 60vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 17vw;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.caller {
  z-index: 9;
  color: #6d6d6d;
  letter-spacing: .15em;
  margin-top: 38px;
  margin-bottom: 10px;
  padding-top: 0;
  font-family: Kumbh Sans, sans-serif;
  font-size: 2.5vw;
  font-weight: 100;
  line-height: 1em;
  position: relative;
}

.slider {
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  min-height: 100%;
  display: block;
  overflow: visible;
}

.slider.desk {
  display: none;
}

.slider.mobile {
  background-color: #3b3b3b;
  background-image: linear-gradient(208deg, #202020, #3d3d3d 15%, #282828 38%, #424242);
  display: block;
}

.slide-nav {
  z-index: 999;
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  color: #424242;
  -webkit-text-stroke-color: #202020;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: auto;
  padding-top: 0;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  inset: 76px auto auto -25px;
  overflow: visible;
  transform: rotate(90deg);
}

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

.sliderhold.akt {
  flex-flow: column;
  padding-top: 33px;
}

.slideabsolute {
  perspective: 954px;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.slideabsolute.akt {
  position: relative;
}

.pic {
  z-index: 999;
  transform-style: preserve-3d;
  width: 15vw;
  min-width: 270px;
  height: auto;
  position: absolute;
  top: -5%;
  left: 23%;
  transform: translate3d(0, 0, -183px);
}

.pic._2 {
  max-width: 350px;
  top: 62%;
  left: 42%;
}

.pic._3 {
  top: 49%;
  left: 4%;
}

.pic._3.big {
  width: 22vw;
  min-width: 400px;
  left: -12%;
}

.pic._5 {
  background-image: url('../images/DSC00655-Bearbeitet.jpg');
  top: -3%;
  left: 67%;
}

.pic._5.big {
  width: 22vw;
  min-width: 400px;
}

.pic._4 {
  top: 59%;
  left: 85%;
}

.pic.small {
  width: 12vw;
  min-width: 150px;
}

._200 {
  color: var(--bbb);
  width: 140px;
}

._200.ftr {
  color: var(--sa);
}

.header-angle {
  z-index: 999;
  color: var(--rouge);
  -webkit-text-stroke-color: var(--rouge);
  text-transform: uppercase;
  text-shadow: -9px 4px 8px #0003;
  font-family: Montserrat, sans-serif;
  font-size: 3em;
  font-weight: 300;
  display: block;
  position: absolute;
  inset: 146px auto auto -101px;
  transform: rotate(-90deg);
}

.header-angle._1 {
  z-index: 999;
  color: var(--white);
  text-transform: none;
  font-size: 2em;
  font-weight: 100;
  top: -15px;
  left: 88px;
  transform: none;
}

.header-angle._1._2 {
  top: 32px;
}

.header-angle._1._3 {
  top: 77px;
}

.header-angle._1._4 {
  top: 125px;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 90%;
  max-width: 1400px;
  min-height: auto;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.container-2.hor {
  flex-flow: column;
  overflow: visible;
}

.container-2.hor.sli {
  align-items: center;
  height: 100%;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  margin-top: 60px;
  margin-bottom: 60px;
  display: grid;
}

.pricing-wrapper.vert {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
}

.pricing-card {
  cursor: pointer;
  background-color: #d8e7ff;
  background-image: radial-gradient(circle at 20% -40%, #fff, #cecece 85%, #fff);
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 15px 24px 30px;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #2e2e2eb0;
}

.pricing-card:hover {
  transform: scale(1.1);
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-card.n {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: none;
  background-color: #0000;
  background-image: none;
  grid-template-rows: minmax(0, .75fr) auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 0;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.button-primary-3.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-3.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.button-primary-3.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 0 -24px 5px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.left-arrow {
  z-index: 999;
  height: 100px;
  margin-top: -50px;
  inset: 50% auto auto 0%;
  overflow: visible;
}

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

.icon-2 {
  z-index: 99999;
  opacity: 1;
  perspective: none;
  color: var(--bbb);
  background-color: #000;
  font-size: 45px;
  display: block;
  position: absolute;
  overflow: visible;
  transform: none;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer1 {
  background-color: var(--black);
  background-image: linear-gradient(0deg, #111, #181818 13%, #131313 62%, #1f1f1f);
  width: 100%;
  max-width: none;
  height: 300px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
}

.footer-form-two {
  background-color: #f5f7fa00;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: none;
  overflow: visible;
}

.footer-link-three {
  color: var(--black);
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-left: 0;
  display: flex;
}

.footer-social-link-three {
  margin-left: 0;
}

.footer-divider-two {
  background-color: var(--sa);
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 40px;
  display: block;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-copyright {
  color: var(--sa);
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: var(--sa);
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.div-block {
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  padding-bottom: 30px;
  display: flex;
}

.image-2 {
  width: 90px;
  margin-bottom: 30px;
}

.lightbox-link {
  width: 100%;
}

.image-3 {
  width: 100%;
  max-width: none;
}

.image-3.small {
  max-width: 320px;
}

.mask {
  z-index: 99;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 193px;
  padding-bottom: 0;
  overflow: hidden;
}

.cta-image-1 {
  position: absolute;
  inset: auto auto 0% 24px;
}

.cta-image-3 {
  object-fit: cover;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: auto auto 40px 24px;
}

.cta-image-2 {
  width: 50px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.button-primary-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #edeffd;
  background-color: #5a6ded;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-4:hover {
  background-color: #7e8ef1;
}

.timeline-buttons-top {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.text-color-blue {
  color: #7e8ef1;
}

.h1-heading {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.1;
}

.cta-image-4 {
  height: 350px;
  position: absolute;
  inset: 42px 0% auto auto;
}

.container-x-small {
  width: 100%;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.badge {
  color: #dedfe3;
  letter-spacing: .034em;
  background-color: #333647;
  border-radius: 99px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.cta-section {
  background-color: #000;
  padding: 120px 5%;
  position: relative;
}

.button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #dedfe3;
  text-align: center;
  background-color: #0000;
  border: 2px solid #333647;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s, border-color .3s;
  display: inline-flex;
}

.button-outline:hover {
  color: #fff;
  border-color: #fff;
}

.cta-header {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  color: #f4f4f6;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.column-regular.column-center {
  justify-content: flex-start;
  align-items: center;
}

.hochzeit {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(225deg, #8b8b8bc9, #e7e7e7), url('../images/DSC08025-Verbessert-RR.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-clip: border-box;
  padding-top: 16px;
  overflow: visible;
}

.image-4 {
  color: var(--sa);
  width: 50px;
}

.left-form {
  text-align: left;
  display: none;
}

.link-block {
  color: #fff;
  display: block;
  position: absolute;
  inset: 0%;
}

.heading-2 {
  color: #5c5c5c;
  margin-bottom: 20px;
}

.center-button-block {
  text-align: left;
}

.footer-subscribe-2 {
  float: left;
  color: #6c6c6c;
  background-color: #dbdbdb1a;
  background-image: url('../images/icons8-secured-letter-64_1icons8-secured-letter-64.png');
  background-position: 9px 57%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-style: solid;
  border-color: #ebebeb;
  border-bottom-width: 1px;
  width: 64%;
  height: 45px;
  margin-right: 2px;
  padding-left: 40px;
  font-size: 13px;
  line-height: 23px;
  display: inline-block;
}

.footer-subscribe-2.email {
  background-color: var(--white);
  background-image: url('../images/icons8-secured-letter-80-1_1icons8-secured-letter-80 (1).png');
  border-radius: 40px;
  width: 94%;
  font-weight: 400;
}

.footer-subscribe-2.phone {
  background-color: var(--white);
  background-image: url('../images/icons8-ringer-volume-80_1icons8-ringer-volume-80.png');
  border-radius: 40px;
  width: 94%;
}

.column-3 {
  justify-content: flex-end;
  display: flex;
}

.column-3.ft {
  align-items: flex-start;
}

.column-3.ft.v {
  justify-content: flex-start;
  align-items: center;
}

.contact-div-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.image-div {
  background-image: url('../images/Fenster-Reinigung.jpg');
  background-position: 0 51%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.footer-content-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-content-block.padding {
  color: var(--sa);
  text-align: center;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}

.button {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: auto;
  margin-right: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  transition: all .4s;
  display: flex;
}

.button:hover {
  opacity: 1;
  color: #fff;
  background-color: #51b3cc;
  border: 0 #0000;
  font-weight: 400;
  transform: translate(0, -1px);
}

.button.dark {
  color: #fff;
  background-color: #51b3cc;
  border-style: none;
  border-color: #000;
  border-radius: 0;
  margin-right: 0;
  padding: 20px 40px;
  line-height: 22px;
}

.button.dark:hover {
  color: #fff;
  background-color: #4d98b4;
  border-style: none;
  border-color: #53d7db;
  transform: translate(0, -6px);
}

.error-message-2 {
  color: #fff;
  text-align: center;
  background-color: red;
  border-radius: 0;
  padding: 20px;
  line-height: 24px;
}

.txt {
  float: none;
  border-radius: 40px;
  height: 42px;
  margin-bottom: 12px;
  display: inline-block;
}

.txt.contact-form {
  font-size: 13px;
  line-height: 18px;
}

.txt.contact-form.gray {
  background-color: var(--white);
  background-image: url('../images/icons8-contacts-64_1icons8-contacts-64.png');
  background-position: 7px 48%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #ebebeb;
  border-radius: 40px;
  width: 94%;
  height: 45px;
  margin-bottom: 24px;
  padding-left: 40px;
  font-weight: 400;
  line-height: 23px;
}

.txt.pricing-card {
  box-shadow: none;
  color: var(--black);
  cursor: text;
  background-color: #fff;
  background-image: radial-gradient(circle at 20% -40%, #fff, #e9e9e92e 85%, #fff);
  padding-top: 25px;
}

.txt.pricing-card:hover {
  transform: none;
}

.success-message {
  color: #fff;
  text-align: center;
  background-color: #34cf2c;
  border-radius: 0;
  line-height: 24px;
}

.footer-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 600;
  line-height: 23px;
}

.container-4 {
  z-index: 1;
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  width: 90%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.container-4.np {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding: 0 0 60px;
  display: flex;
}

.container-4.about-section {
  padding-left: 0;
  padding-right: 0;
}

.container-4.pb {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.contact-form.message.gray {
  background-color: var(--sa);
  background-image: radial-gradient(circle at -50%, #fff 6%, #f0f0f0 79%, #e9e9e9 85%, #fff), url('../images/icons8-edit-80_1icons8-edit-80.png');
  background-position: 0 0, 8px 8px;
  background-repeat: repeat, no-repeat;
  background-size: auto, 23px;
  border: 1px solid #ebebeb;
  border-radius: 40px;
  width: 98%;
  height: auto;
  min-height: 200px;
  margin-bottom: 20px;
  padding-left: 40px;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
}

.contact-form.message.gray.pricing-card {
  color: #000;
  cursor: text;
  background-image: radial-gradient(circle at -50%, #fff 6%, #f0f0f0 72%, #e4e4e4 85%, #fff), url('../images/icons8-edit-80_1icons8-edit-80.png');
  background-position: 0 0, 8px 8px;
  background-repeat: repeat, no-repeat;
  background-size: auto, 23px;
  margin-top: 25px;
  font-size: 1em;
}

.contact-form.message.gray.pricing-card:hover {
  transform: none;
}

.div-block-6 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  width: 90%;
  max-width: 1400px;
  display: flex;
}

.text-block-3 {
  font-size: 20px;
  font-weight: 400;
}

.sale-tittle {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.sale-tittle.contact {
  color: var(--sa);
  letter-spacing: -1.3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 300;
  line-height: 1em;
}

.sale-tittle.small {
  color: #fff;
  margin-top: 25px;
  font-size: 1.3em;
  font-weight: 500;
}

.about-pompeo-text {
  width: 75%;
  line-height: 24px;
}

.about-pompeo-text.center {
  text-align: center;
  width: auto;
}

.field-label-2 {
  text-align: left;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.field-label-2.contact-us-field {
  color: #3f3f3f;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 400;
}

.field-label-2.contact-us-field.gray {
  color: var(--sa);
  font-size: 1.1em;
  font-weight: 500;
}

.column-6 {
  color: var(--sa);
  padding-left: 0;
}

.column-5 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.column-5.c {
  justify-content: center;
}

.columns-4 {
  justify-content: flex-end;
  width: 80%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.columns-4.breit {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  overflow: visible;
}

.div-block-5 {
  padding-top: 79px;
  padding-bottom: 79px;
  display: block;
}

.form-block-2 {
  background-color: #fff0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.button-2 {
  color: #fff;
  background-color: #da0000;
  border: 1px #0675ec;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 185px;
  padding: 12px 25px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2:hover {
  color: #fff;
  background-color: #da0000;
  border-width: 0;
  border-color: #000;
}

.button-2.contact {
  background-color: var(--rouge);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-color: #0000;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 40px;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.button-2.contact:hover {
  background-color: #8f6680;
}

.column-4 {
  justify-content: flex-end;
  display: flex;
}

.column-4.c {
  align-items: flex-start;
}

.column-4.c.cc {
  justify-content: flex-start;
  align-items: center;
}

.form-block-3 {
  width: auto;
}

.image-5 {
  box-sizing: content-box;
  object-fit: cover;
  height: 680px;
  display: block;
  overflow: visible;
}

.heading-3 {
  color: var(--sa);
  letter-spacing: -1.3px;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 300;
  line-height: 1.1em;
}

.heading-3.np {
  color: var(--white);
  margin-top: 0;
}

.heading4 {
  color: var(--rpouge2);
  text-shadow: 2px 2px 4px #0000005c;
  margin-top: 10px;
  font-size: 2em;
  font-weight: 500;
  line-height: 1em;
}

.heading4.ns {
  text-shadow: none;
}

.text-span {
  color: var(--rpouge2);
  font-size: .83em;
  font-weight: 300;
}

.select-field {
  background-color: var(--rpouge2);
  color: var(--sa);
  cursor: pointer;
  width: 50%;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.1em;
}

.akt {
  background-image: linear-gradient(225deg, #000000f0, #202020);
}

.dessous {
  background-image: linear-gradient(225deg, #000000e6, #202020), url('../images/DSC03980-Bearbeitet.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 16px;
}

.portrait {
  background-image: linear-gradient(225deg, #000000de, #181818), url('../images/Nelly_Fertig_2.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 16px;
}

.grid {
  clear: left;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  flex: none;
  order: 0;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: flex-start center;
  align-self: auto;
  place-items: flex-start center;
  width: 50%;
  max-width: 1400px;
  height: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.lightbox-link-copy {
  width: 100%;
}

.div-block-7 {
  position: absolute;
}

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

.cookie-modal_styles {
  display: none;
}

.cookie-modal_closebutton {
  z-index: 5;
  cursor: pointer;
  background-color: #e4e4e4;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_closebutton.is-sticky {
  position: sticky;
  top: -1rem;
}

.cookie-modal_button {
  color: #fff;
  text-align: center;
  background-color: #c0223f;
  border-radius: 0;
  margin-bottom: 0;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button:hover {
  background-color: #1e2c66;
}

.cookie-modal_button.is-secondary {
  color: #515750;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 700;
}

.cookie-modal_button.is-secondary:hover {
  text-decoration: underline;
}

.cookie-popup_component {
  z-index: 9500;
  max-width: 25rem;
  display: none;
  position: fixed;
  inset: auto 1.25rem 1.25rem auto;
}

.cookie-modal_closebutton_line {
  background-color: #515750;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.cookie-modal_closebutton_line.is-right {
  transform: rotate(-45deg);
}

.cookie-modal_closebutton_line.is-left {
  color: #67718e;
  transform: rotate(45deg);
}

.cookie-modal_component {
  background-color: #fff;
  border-radius: .25rem;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: block;
  position: relative;
  box-shadow: 0 4px 1rem #2629260d;
}

.link-31 {
  color: #1e2c66;
}

.cookie-modal_content-wrap {
  padding: 1.75rem 2rem;
}

.cookie-modal_content-wrap.is-small {
  padding: 1.5rem;
}

.screenreader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-modal_title {
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.cookie-modal_title.is-small {
  color: #0f0f0f;
  font-size: 1.1875rem;
}

.cookie-modal_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap.is-small {
  background-color: #e4e4e4;
  justify-content: flex-start;
  padding: 1.5rem;
}

.cookie-modal_button-wrap.in-pref-manger {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 2rem -2rem -2.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.cookie-modal_button_text {
  color: #fff;
  -webkit-text-stroke-color: #1e2c66;
  font-size: .7rem;
}

.cookie-modal_button_text.d {
  color: #c0223f;
  -webkit-text-stroke-color: #1e2c66;
}

.cookie-modal_description {
  color: #67718e;
}

.cookie-modal_radio_label {
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

.cookie-preference_component {
  z-index: 9525;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.cookie-modal_form-wrap {
  margin-bottom: 0;
}

.cookie-preference_background {
  opacity: 1;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  cursor: pointer;
  background-color: #d7e7d580;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cookie-modal_link {
  color: #1e2c66;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio {
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio.is--not-allowed {
  cursor: not-allowed;
}

.cookie-modal_radio_description {
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

.cookie-modal_form {
  padding-top: 1.25rem;
  padding-bottom: .5rem;
}

.cookie-preference_wrapper {
  width: 100%;
  max-height: 100%;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

.cookie-modal_radio_button {
  float: left;
  border: 1.75px solid #999c98;
  border-radius: .375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio_button.w--redirected-checked {
  background-color: #515750;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #515750;
}

.cookie-modal_radio_button.w--redirected-focus {
  box-shadow: none;
}

.cookie-modal_radio_button.is-always-active {
  cursor: not-allowed;
  background-color: #515750;
  background-image: none;
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #515750;
}

.cookie-preference-button {
  z-index: 9475;
  color: #262926;
  margin-bottom: 0;
  text-decoration: none;
  display: none;
  position: fixed;
  bottom: 0;
  left: 1.25rem;
}

.cookie-preference-button:hover {
  text-decoration: underline;
}

.cookie-preference-button_flex {
  color: #262926;
  background-color: #fff;
  border-radius: .5rem .5rem 0 0;
  align-items: center;
  margin-bottom: -.125rem;
  padding: .75em 1em .875em;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: margin-bottom .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.cookie-preference-button_flex:hover {
  margin-bottom: 0;
  text-decoration: underline;
}

.cookie-preference-button_icon {
  flex: none;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: .375rem;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.center-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.center-content.pd {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 20px;
  padding-right: 0;
}

.center-content.pd.c {
  justify-content: center;
}

.link-block-2 {
  display: block;
  position: absolute;
  inset: 0%;
}

.nav-button-wrapper-3 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: 0;
  display: flex;
}

.container-regular-3 {
  width: 90%;
  max-width: none;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.button-3 {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 0;
  height: auto;
  margin-right: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  transition: all .4s;
}

.button-3:hover {
  opacity: 1;
  color: #fff;
  background-color: #51b3cc;
  border: 0 #0000;
  font-weight: 400;
  transform: translate(0, -1px);
}

.button-3.dark {
  color: #fff;
  background-color: #51b3cc;
  border-style: none;
  border-color: #000;
  border-radius: 0;
  margin-right: 0;
  padding: 20px 40px;
  line-height: 22px;
}

.button-3.dark:hover {
  color: #fff;
  background-color: #4d98b4;
  border-style: none;
  border-color: #53d7db;
  transform: translate(0, -6px);
}

.navbar-no-shadow-container-3 {
  z-index: 5;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #2c2c2cbf;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-6 {
  width: auto;
  height: 90px;
}

.nav-menu-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.mobile-margin-top-12 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu-wrapper-3 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff;
  flex-direction: column;
  padding: 20px;
  display: flex;
}

.div-block-4 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-4.c {
  justify-content: center;
}

.icon-4 {
  color: #51b3cc;
  font-size: 1.6em;
}

.menu-button-3 {
  padding: 10px;
}

.menu-button-3.w--open {
  background-color: #bf001714;
  background-image: radial-gradient(circle at 40% 20%, #ff0630, #51b3cc);
  padding: 10px;
  transition: all .2s;
  transform: rotate(180deg);
}

.about-hero-block {
  z-index: 1;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin-right: 50%;
  padding-left: 15px;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.link-3 {
  color: #6c6c6c;
  font-size: 1.2em;
  text-decoration: none;
  display: block;
}

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

.section-2 {
  border-top: 1px solid #ebebeb;
  padding-top: 120px;
  padding-bottom: 120px;
  font-weight: 500;
  position: relative;
}

.section-2.gray {
  background-color: #f8f8f8;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-2.gray.testimonials {
  position: relative;
}

.section-2.footer-section {
  color: #0000;
  background-color: #dbdbdb1a;
  padding-top: 60px;
  padding-bottom: 0;
  line-height: 24px;
  position: relative;
}

.section-2.footer-section.color-block.free {
  flex-direction: column;
  align-items: stretch;
  height: auto;
  display: flex;
}

.brand {
  float: none;
  color: #000;
  text-align: left;
  margin-top: -4px;
  font-weight: 700;
  display: block;
}

.brand.w--current {
  float: left;
  margin-top: -4px;
}

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

.algin-center {
  text-align: left;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.page-title {
  color: #000;
  font-size: 44px;
  font-weight: 500;
  line-height: 54px;
}

.column-7 {
  justify-content: flex-end;
  display: flex;
}

.column-7.ft {
  align-items: flex-start;
}

.button-4 {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 0;
  height: auto;
  margin-right: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  transition: all .4s;
}

.button-4:hover {
  opacity: 1;
  color: #fff;
  background-color: #51b3cc;
  border: 0 #0000;
  font-weight: 400;
  transform: translate(0, -1px);
}

.button-4.dark {
  color: #fff;
  background-color: #51b3cc;
  border-style: none;
  border-color: #000;
  border-radius: 0;
  margin-right: 0;
  padding: 20px 40px;
  line-height: 22px;
}

.button-4.dark:hover {
  color: #fff;
  background-color: #4d98b4;
  border-style: none;
  border-color: #53d7db;
  transform: translate(0, -6px);
}

.rich-text-block {
  color: #000;
  text-align: left;
}

.logo {
  width: auto;
  height: 90px;
}

.hero-section {
  color: #0000;
  background-color: #dbdbdb1a;
  background-image: linear-gradient(#ffffff4d, #ffffff4d), url('../images/thumbnail_IMG_4590.jpg');
  background-position: 0 0, 50% 33%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 60vh;
  margin-top: 130px;
  padding-top: 0%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.hero-section.about-us {
  background-image: linear-gradient(to right, #f8f6f4 30%, #0000), url('../images/Untitled-14.jpg');
  background-position: 0 0, 50% 67%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 200px;
  padding-bottom: 130px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.about-us.plates {
  background-image: linear-gradient(to right, #f8f6f4 30%, #0000), url('../images/Fenster-Reinigung.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.licence-items {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.right-footertext {
  text-align: left;
  padding-left: 1px;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
}

.right-footertext.center {
  text-align: right;
  display: inline-block;
}

.right-footertext.s {
  margin-bottom: 0;
}

.sub-footer {
  background-color: #dbdbdb70;
  border-top: 1px solid #ebebeb;
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 20px;
}

.container-5 {
  z-index: 1;
  color: #fff;
  text-align: center;
  width: 90%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: relative;
}

.column-8 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.wrapper-pages {
  margin-top: 0;
  overflow: hidden;
}

.column-9 {
  justify-content: flex-end;
  display: flex;
}

.column-9.c {
  align-items: flex-start;
}

.body-2 {
  background-color: #272727;
}

.section-3 {
  padding-bottom: 60px;
}

.right-arrow {
  z-index: 999;
  box-sizing: border-box;
  color: #d4d4d4;
  height: 100px;
  margin-top: -50px;
  margin-bottom: 0;
  top: 50%;
  right: 0%;
  overflow: visible;
}

.galer {
  width: 100%;
}

.div-block-8 {
  z-index: 99999;
  background-image: linear-gradient(0deg, #202020, #fff0);
  height: 10%;
  max-height: 99999px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.icon-5 {
  color: var(--bbb);
  font-size: 3em;
  transform: rotate(-90deg);
}

.up {
  background-image: radial-gradient(circle at 50% 40%, #ffffff26, #ffffff4d 0%, #ffffff30 30%, #ffffff2b 35%, #fff0 48%);
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 50px;
  margin-right: 50px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.link-block-3 {
  position: absolute;
  inset: 0%;
}

.icon-6 {
  color: var(--white);
}

.testimonial-slider-large {
  background-color: #0f0c0b;
  background-image: linear-gradient(#202020, #8e8e8e 7%, #b4b4b4);
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 80px 0;
  display: flex;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  background-image: linear-gradient(81deg, var(--bbb), #f1f1f1 17%, gainsboro 31%, #fff);
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  height: 500px;
  padding: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 17px 13px 14px -5px #0003;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: none;
  margin-right: 40px;
  padding-left: 15px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: contain;
  width: 50%;
  height: auto;
  margin-top: auto;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.div-block-9 {
  padding-left: 20px;
}

.ftimg {
  width: 220px;
  position: absolute;
  inset: 0% 0% 0% 5%;
  box-shadow: 0 2px 12px 5px #0003;
}

.image-7 {
  width: 220px;
  position: absolute;
  inset: 10% 0% 0% 45%;
  box-shadow: 0 2px 12px 5px #0003;
}

.image-8 {
  width: 150px;
  position: absolute;
  inset: 38% 0% 0% 19%;
  box-shadow: 0 2px 12px 5px #0003;
}

.text-span-2 {
  font-size: 1.2em;
  font-weight: 800;
}

.text-span-3 {
  font-size: 1.1em;
}

.text-span-4 {
  font-size: 1.25em;
  font-weight: 700;
}

@media screen and (min-width: 1440px) {
  .section.slide {
    min-height: 120vh;
  }

  .pic {
    width: 29vw;
    min-width: auto;
    max-width: 400px;
  }

  .pic._3.big {
    width: 40vw;
    max-width: 680px;
    left: -15%;
  }

  .pic._5.big {
    width: 40vw;
    max-width: 680px;
  }

  .image-3.small {
    max-width: none;
  }

  .sale-tittle.small.insta {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .image-5 {
    height: auto;
  }

  .testimonial-slide {
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    padding-left: 0;
    display: flex;
    overflow: hidden;
  }

  .testimonial-image-two {
    vertical-align: baseline;
    align-self: flex-start;
    width: 50%;
    height: auto;
    margin-top: -64px;
  }
}

@media screen and (min-width: 1920px) {
  .footer.gal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .header {
    font-size: 4vw;
  }

  .fabi {
    height: 70vh;
  }

  .slide-nav {
    left: 173px;
  }

  .pic._3.big {
    left: -13%;
  }

  .header-angle {
    letter-spacing: -1px;
    font-size: 4em;
    left: -2%;
  }

  .header-angle._1 {
    letter-spacing: 1px;
    left: 294px;
  }

  .container-2.hor {
    overflow: visible;
  }

  .footer1 {
    padding-top: 30px;
  }

  .cookie-preference-button {
    margin-bottom: 0;
  }

  .icon-5 {
    color: var(--bbb);
    font-size: 3em;
    transform: rotate(-90deg);
  }

  .up {
    height: 100px;
    margin-bottom: 50px;
    margin-right: 50px;
  }

  .link-block-3 {
    position: absolute;
    inset: 0%;
  }
}

@media screen and (max-width: 991px) {
  .navi1, .section.white {
    height: 30vh;
  }

  .section.pricing {
    margin-bottom: 0;
  }

  .section.slide {
    min-height: auto;
  }

  .section.ktk {
    padding-left: 0;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .header {
    font-size: 6vw;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-2 {
    background-color: #636363;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.3em;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #0c0c0c;
  }

  .fabi {
    height: 40vh;
    padding-right: 4vw;
  }

  .slide-nav {
    left: -36px;
  }

  .sliderhold {
    padding-top: 0;
  }

  .slideabsolute {
    perspective: 2000px;
    transform: none;
  }

  .pic {
    min-width: 220px;
    transform: translate3d(0, 0, -196px);
  }

  .pic._2 {
    width: 20vw;
    max-width: 400px;
    left: 8%;
  }

  .pic._3 {
    top: 27%;
  }

  .pic._3.big {
    min-width: 340px;
    top: 33%;
  }

  .pic._5 {
    top: 19%;
  }

  .pic._5.big {
    min-width: 340px;
    top: 22%;
  }

  .pic._4 {
    left: 69%;
  }

  .header-angle {
    font-size: 2.5em;
    left: -85px;
  }

  .header-angle._1 {
    left: 71px;
  }

  .container-2 {
    max-width: 680px;
  }

  .pricing-wrapper {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .pricing-wrapper.vert {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .pricing-card {
    width: 90%;
  }

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

  .pricing-card.extra {
    width: 60%;
  }

  .pricing-tag {
    top: -10px;
  }

  .footer1 {
    max-width: none;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .cta-image-4 {
    height: 120px;
  }

  .icon-3 {
    color: var(--bbb);
    margin-right: 30px;
    font-size: 1.5em;
  }

  .footer-subscribe-2.email {
    background-image: url('../images/icons8-ringer-volume-80_1icons8-ringer-volume-80.png');
  }

  .column-3 {
    align-items: flex-start;
  }

  .contact-div-wrapper {
    flex-direction: column;
    align-items: center;
    height: 400px;
    padding-left: 0;
    display: flex;
  }

  .image-div {
    width: 100%;
  }

  .footer-content-block {
    text-align: left;
    margin-bottom: 0;
  }

  .footer-content-block.padding {
    margin-bottom: 13px;
  }

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

  .container-4 {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .container-4.np {
    margin-top: 20px;
    padding: 0 0 20px;
  }

  .container-4.pb {
    flex-direction: column;
    padding-bottom: 20px;
  }

  .div-block-6 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 16px;
  }

  .column-5 {
    justify-content: center;
    align-items: flex-start;
  }

  .columns-4 {
    flex-direction: row;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: relative;
    right: -30px;
  }

  .columns-4.breit {
    flex-flow: row;
    right: 0;
  }

  .columns-4.no {
    width: 100%;
    right: auto;
  }

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

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

  .center-content.pd {
    margin-top: 20px;
  }

  .center-content.pd.c {
    justify-content: center;
  }

  .nav-button-wrapper-3 {
    width: 100%;
    margin-left: 0;
  }

  .navbar-no-shadow-container-3 {
    background-color: #fff;
    position: fixed;
  }

  .nav-menu-3 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .mobile-margin-top-12 {
    flex-direction: row;
  }

  .div-block-4 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-4.c {
    justify-content: center;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .column-2 {
    display: flex;
  }

  .column-2.c {
    justify-content: center;
    align-items: flex-start;
  }

  .about-hero-block {
    flex-direction: column;
    align-items: flex-start;
    width: 66.66%;
    margin-bottom: 0;
    margin-right: 33.33%;
    padding-left: 9px;
    padding-right: 9px;
    display: block;
  }

  .section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-2.gray {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .section-2.gray.testimonials.pb {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brand {
    padding-left: 14px;
  }

  .brand.w--current {
    margin-top: 0;
  }

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

  .page-title {
    color: #000;
    margin-top: 0;
  }

  .column-7 {
    align-items: flex-start;
  }

  .hero-section {
    background-image: linear-gradient(#ffffff4d, #ffffff4d), url('../images/thumbnail_IMG_4590.jpg');
    background-position: 0 0, 50% 40%;
    background-repeat: repeat, repeat;
    background-size: auto, 2080px;
    justify-content: center;
    height: 80vh;
    padding: 60px 20px 120px;
    display: flex;
  }

  .hero-section.about-us {
    background-color: #0c152f99;
    background-image: linear-gradient(to right, #f8f6f4 34%, #0000), url('../images/Untitled-3-3.jpg');
    background-position: 0 0, 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
    padding: 110px 8px;
  }

  .licence-items {
    padding-left: 0;
    padding-right: 0;
  }

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

  .right-footertext.s {
    text-align: left;
    margin-top: 60px;
  }

  .sub-footer {
    width: 100%;
    margin-top: 0;
  }

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

  .column-8 {
    justify-content: center;
    align-items: flex-start;
  }

  .container-6 {
    max-width: 728px;
  }

  .testimonial-slide {
    padding-left: 0;
  }

  .testimonial-quote {
    font-size: 1em;
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .section.white, .section.white.absolute {
    height: 20vh;
  }

  .section.slide {
    background-image: linear-gradient(0deg, #000, #858585), url('../images/kamera.png'), radial-gradient(circle, #1b1b1b, #02020296);
    background-position: 0 0, 50% 44%, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, 200px, auto;
    height: 120vh;
    padding-top: 0;
  }

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

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .fabi {
    height: 34vh;
  }

  .slider.desk {
    display: none;
  }

  .slider.mobile {
    display: block;
  }

  .slide-nav {
    left: -6px;
  }

  .pic {
    min-width: 180px;
  }

  .pic._3.big, .pic._5.big {
    min-width: 250px;
  }

  .header-angle {
    font-size: 2.5em;
    top: 80px;
    left: -68px;
  }

  .header-angle._1 {
    left: 99px;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .container-2.hor.sli {
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-card.extra {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .left-arrow {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .icon {
    color: var(--white);
    margin: 0;
    inset: auto auto auto 0%;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .mask {
    padding-top: 243px;
    box-shadow: inset 0 -15px 18px #000;
  }

  .h1-heading {
    font-size: 52px;
  }

  .cta-header {
    margin-bottom: 60px;
  }

  .hochzeit {
    padding-top: 16px;
  }

  .footer-subscribe-2.email {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-subscribe-2.phone {
    width: 100%;
  }

  .column-3 {
    align-items: flex-start;
  }

  .contact-div-wrapper {
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    height: 400px;
  }

  .footer-content-block {
    margin-bottom: 60px;
  }

  .footer-content-block.padding {
    margin-bottom: 0;
  }

  .button {
    text-align: center;
  }

  .txt.contact-form.gray {
    width: 100%;
    margin-bottom: 20px;
  }

  .container-4 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .container-4.np {
    -webkit-text-stroke-color: transparent;
    margin-top: 20px;
    padding-top: 0;
  }

  .container-4.pb {
    padding-bottom: 0;
  }

  .contact-form.message.gray {
    width: 100%;
  }

  .div-block-6 {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-5 {
    align-items: flex-start;
  }

  .columns-4 {
    width: 100%;
    right: auto;
  }

  .form-block-2 {
    width: 90%;
    height: auto;
  }

  .column-4 {
    align-items: flex-start;
  }

  .column-4.c {
    justify-content: center;
  }

  .image-5 {
    box-sizing: content-box;
    object-fit: fill;
    width: 60%;
    height: auto;
    padding-top: 42px;
  }

  .heading-3 {
    font-size: 2.5em;
  }

  .heading4 {
    font-size: 1.5em;
    line-height: 1.2em;
  }

  .dessous, .portrait {
    padding-top: 16px;
  }

  .cookie-modal_closebutton {
    margin-right: 1.25rem;
  }

  .cookie-modal_closebutton.is-sticky {
    top: -1rem;
  }

  .cookie-modal_content-wrap {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cookie-modal_button-wrap {
    padding: 1.5rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    margin: 1.5rem -1.5rem -2rem;
    padding-top: 1.25rem;
    position: sticky;
    bottom: -2rem;
  }

  .cookie-modal_form {
    padding-top: .75rem;
  }

  .cookie-preference_wrapper {
    padding-top: 2rem;
  }

  .cookie-preference-button_icon {
    margin-right: 0;
  }

  .cookie-preference-button_text {
    display: none;
  }

  .center-content.pd {
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .nav-menu-3 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
  }

  .div-block-4 {
    flex-direction: column;
    align-items: stretch;
  }

  .column-2.c {
    justify-content: center;
  }

  .about-hero-block {
    width: 75%;
    margin-bottom: 0;
    margin-right: 25%;
  }

  .column-7 {
    align-items: flex-start;
  }

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

  .hero-section {
    padding-top: 6%;
  }

  .hero-section.about-us {
    background-image: linear-gradient(to right, #f8f6f4 24%, #ffffffbf), url('../images/Untitled-3-3.jpg');
    background-position: 0 0, 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .right-footertext {
    text-align: center;
    flex: 1;
  }

  .container-5 {
    height: auto;
  }

  .column-8, .column-9 {
    align-items: flex-start;
  }

  .column-9.c {
    justify-content: center;
  }

  .right-arrow {
    box-sizing: border-box;
    justify-content: flex-end;
    align-items: center;
    height: 100px;
    display: flex;
  }

  .div-block-8 {
    z-index: 9999;
    background-image: linear-gradient(0deg, #000, #fff0);
    height: 10%;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .icon-5 {
    color: var(--white);
    margin: 0;
    inset: auto 0% auto auto;
  }

  .icon-6 {
    inset: 0% 0% 0% auto;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-flow: column;
    flex: 1;
    height: auto;
    padding: 0;
    display: flex;
    overflow: hidden;
  }

  .testimonial-content {
    width: auto;
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
    margin-top: -46px;
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .navi1 {
    height: 25vh;
  }

  .section.white, .section.white.absolute {
    height: 15vh;
  }

  .section.slide {
    height: 120vh;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .header {
    font-size: 10vw;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-button-wrapper-2 {
    width: auto;
  }

  .caller {
    font-size: 5vw;
  }

  .slider {
    z-index: 99;
    height: 100vh;
    display: block;
    overflow: visible;
  }

  .slider.desk {
    display: none;
  }

  .slider.mobile {
    padding-top: 0;
    display: block;
  }

  .sliderhold {
    height: 100%;
    padding-bottom: 0;
  }

  .pic {
    min-width: 120px;
    left: 3%;
  }

  .pic._2 {
    top: 84%;
  }

  .pic._3.big {
    min-width: 200px;
    top: 61%;
  }

  .pic._5.big {
    min-width: 200px;
    top: 17%;
    left: 39%;
  }

  .pic._4 {
    top: 57%;
  }

  ._200 {
    width: 120px;
  }

  .header-angle {
    font-size: 2.5em;
    top: 75px;
    left: -77px;
  }

  .header-angle._1 {
    font-size: 1.5em;
  }

  .container-2 {
    max-width: none;
  }

  .container-2.hor.sli {
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-bottom: 0;
  }

  .pricing-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 16px;
  }

  .button-primary-3.footer-form-button {
    position: relative;
    right: 0;
  }

  .pricing-tag {
    top: -8px;
  }

  .left-arrow {
    z-index: 999;
  }

  .footer1 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .mask {
    z-index: 99;
    overflow: hidden;
  }

  .timeline-buttons-top {
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .hochzeit {
    z-index: 99;
    padding-top: 16px;
    padding-bottom: 0;
  }

  .footer-subscribe-2 {
    float: none;
    width: 100%;
  }

  .column-3 {
    justify-content: center;
  }

  .contact-div-wrapper {
    justify-content: flex-end;
    align-items: center;
    width: 90%;
    height: 400px;
  }

  .footer-content-block.padding {
    align-items: center;
    width: 100%;
  }

  .button {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .button.dark {
    width: 100%;
  }

  .container-4 {
    height: auto;
  }

  .container-4.pb {
    align-items: center;
    padding-bottom: 0;
  }

  .sale-tittle {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 1.65em;
    font-weight: 400;
  }

  .about-pompeo-text.center {
    width: 80%;
  }

  .column-5 {
    justify-content: center;
  }

  .columns-4 {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .columns-4.breit {
    flex-flow: column;
  }

  .columns-4.no {
    grid-row-gap: 10px;
  }

  .form-block-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .button-2 {
    width: 100%;
  }

  .column-4 {
    justify-content: center;
  }

  .image-5 {
    width: 100%;
    padding-top: 0;
  }

  .dessous, .portrait {
    padding-top: 16px;
  }

  .cookie-modal_closebutton {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-modal_button {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-popup_component {
    max-width: 100%;
    inset: auto 0% 0%;
  }

  .cookie-modal_component {
    max-width: 100%;
    display: flex;
  }

  .cookie-modal_content-wrap.is-small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cookie-modal_button-wrap.is-small {
    justify-content: space-between;
    padding: 1.25rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    bottom: 0;
  }

  .cookie-preference_component {
    align-items: flex-end;
  }

  .cookie-preference_wrapper {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cookie-preference-button {
    left: 1rem;
  }

  .center-content.pd {
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
  }

  .center-content.pd.c {
    margin-top: 30px;
  }

  .nav-button-wrapper-3 {
    width: auto;
    position: relative;
  }

  .button-3 {
    margin-bottom: 10px;
  }

  .button-3.dark {
    width: 100%;
  }

  .navbar-no-shadow-container-3 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .image-6 {
    height: 70px;
  }

  .nav-menu-3 {
    flex-direction: column;
  }

  .nav-menu-wrapper-3 {
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-4 {
    flex-direction: column;
    align-items: center;
  }

  .column-2 {
    justify-content: center;
  }

  .about-hero-block {
    width: 100%;
    margin-right: 0%;
  }

  .section-2.footer-section.color-block.free {
    margin-bottom: 0;
  }

  .page-title {
    font-size: 30px;
    line-height: 40px;
  }

  .column-7 {
    justify-content: center;
  }

  .button-4 {
    margin-bottom: 10px;
  }

  .button-4.dark {
    width: 100%;
  }

  .rich-text-block {
    color: #383838;
    width: 100%;
  }

  .hero-section {
    height: 700px;
    margin-top: 96px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-section.about-us {
    background-image: linear-gradient(to right, #f8f6f4 46%, #ffffffbf), url('../images/Untitled-3-3.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .licence-items {
    width: 100%;
  }

  .right-footertext.s {
    text-align: center;
  }

  .sub-footer {
    margin-top: 60px;
  }

  .container-5 {
    height: auto;
  }

  .column-8 {
    justify-content: center;
  }

  .wrapper-pages {
    margin-top: 0;
  }

  .column-9 {
    justify-content: center;
  }

  .body-2 {
    background-color: #000;
  }

  .icon-6 {
    color: var(--white);
  }

  .container-6 {
    max-width: none;
  }

  .testimonial-slide {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-content {
    padding-left: 19px;
    padding-right: 19px;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 1em;
    line-height: 30px;
  }

  .testimonial-image-two {
    margin-top: 0;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }
}

#w-node-_00b5c095-c063-1132-8ce4-7e578cae0409-adf0adbc, #w-node-_00b5c095-c063-1132-8ce4-7e578cae040b-adf0adbc, #w-node-_00b5c095-c063-1132-8ce4-7e578cae040d-adf0adbc, #w-node-_00b5c095-c063-1132-8ce4-7e578cae0418-adf0adbc, #w-node-_00b5c095-c063-1132-8ce4-7e578cae041e-adf0adbc, #w-node-_999149f4-621f-fd4f-1ebb-9bdc433c107f-adf0adbc, #w-node-_999149f4-621f-fd4f-1ebb-9bdc433c1081-adf0adbc, #w-node-_999149f4-621f-fd4f-1ebb-9bdc433c1088-adf0adbc, #w-node-_999149f4-621f-fd4f-1ebb-9bdc433c108a-adf0adbc, #w-node-_83318183-17b2-c277-8e90-b6da3cd0552c-adf0adbc, #w-node-_83318183-17b2-c277-8e90-b6da3cd0552e-adf0adbc, #w-node-_83318183-17b2-c277-8e90-b6da3cd0553b-adf0adbc, #w-node-_83318183-17b2-c277-8e90-b6da3cd0553d-adf0adbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a872233-ac54-42a4-fdd5-48fb02066153-adf0adbc {
  justify-self: center;
}

#w-node-_3a872233-ac54-42a4-fdd5-48fb02066154-adf0adbc {
  align-self: center;
}

#w-node-_4152eb28-405d-735c-f573-87864d04634a-51dd52ae, #w-node-_4152eb28-405d-735c-f573-87864d04634c-51dd52ae, #w-node-_4152eb28-405d-735c-f573-87864d04634e-51dd52ae, #w-node-_4152eb28-405d-735c-f573-87864d046359-51dd52ae, #w-node-_4152eb28-405d-735c-f573-87864d04635f-51dd52ae, #w-node-_287f4e4a-148e-7398-c404-933223e74936-51dd52ae, #w-node-_287f4e4a-148e-7398-c404-933223e74938-51dd52ae, #w-node-_287f4e4a-148e-7398-c404-933223e7493f-51dd52ae, #w-node-_287f4e4a-148e-7398-c404-933223e74941-51dd52ae, #w-node-e4916b7f-c597-01c0-39cb-89a7820c4cdd-51dd52ae, #w-node-e4916b7f-c597-01c0-39cb-89a7820c4cdf-51dd52ae, #w-node-e4916b7f-c597-01c0-39cb-89a7820c4cec-51dd52ae, #w-node-e4916b7f-c597-01c0-39cb-89a7820c4cee-51dd52ae, #w-node-_70810d06-47ce-7a07-c695-0b671e2327c7-54f07ad6, #w-node-_70810d06-47ce-7a07-c695-0b671e2327c9-54f07ad6, #w-node-_70810d06-47ce-7a07-c695-0b671e2327cb-54f07ad6, #w-node-_70810d06-47ce-7a07-c695-0b671e2327d6-54f07ad6, #w-node-_70810d06-47ce-7a07-c695-0b671e2327dc-54f07ad6, #w-node-a5601f75-68aa-c555-d1f2-ac5367f8d894-82809195, #w-node-a5601f75-68aa-c555-d1f2-ac5367f8d8a2-82809195, #w-node-a5601f75-68aa-c555-d1f2-ac5367f8d8c4-82809195, #w-node-a5601f75-68aa-c555-d1f2-ac5367f8d8ce-82809195 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


