:root {
  --white: white;
  --black: black;
  --blue-violet: #6e2ed8;
  --dim-grey: #6b6b6b;
  --663399: #602bb6;
  --deep-pink: #fc0a7e;
  --medium-violet-red: #b32e6e;
  --medium-slate-blue: #955df1;
}

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

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10vh;
  font-weight: 700;
  line-height: 10vh;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  color: #6b6b6b;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #000;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  font-family: Georgia, Times, Times New Roman, serif;
  text-decoration: underline;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section.center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f9ce7f;
  background-image: radial-gradient(circle, #e5d056, #fffbf3);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: end stretch;
  height: 70vh;
  padding-top: 0;
  display: grid;
  position: relative;
}

.section.center.small {
  height: 30vh;
}

.section.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.section.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section.full-img {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section.wide.img {
  background-color: #0000;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 2vh;
  padding-right: 7vh;
}

.section.wide.img.vertical {
  background-color: #fffbf3;
  flex-direction: column;
  max-width: none;
  padding-bottom: 22vh;
  padding-left: 2vh;
  padding-right: 2vh;
  display: flex;
}

.section.wide.purple {
  background-image: url('../images/wavy-bg.svg'), radial-gradient(circle, #e5d056, #fffbf3);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  padding: 10vh 100px 1vh;
  font-family: Georgia, Times, Times New Roman, serif;
  display: flex;
}

.section.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.section.maxw {
  align-items: flex-start;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.section.padding-down {
  padding-bottom: 30vh;
}

.col {
  border: 1px #000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  padding-left: 0;
  display: flex;
}

.col.sideimg {
  flex: 0 auto;
  width: 25vw;
}

.col.padding {
  border-style: none;
  flex: 1;
  max-width: 50%;
  padding-left: 9vw;
  padding-right: 9vw;
}

.col.bg {
  border-style: none;
  align-items: flex-start;
  overflow: hidden;
}

.col.vertical {
  flex-direction: column;
}

.col.team {
  flex-basis: 33%;
}

.col.img {
  justify-content: center;
}

.hero {
  z-index: 999999;
  background-color: #0000;
  border: 1px #000;
  width: 100%;
  height: auto;
  padding: 0 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.nav {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: none;
  position: sticky;
}

.nav-inner {
  border-bottom: 1px #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.body {
  background-color: #0000;
  font-family: Gothic A1;
}

.heading {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 10vh;
  font-weight: 500;
  line-height: 9vh;
}

.div-block-2 {
  z-index: 80;
  flex-direction: column;
  align-items: flex-start;
  width: 80vw;
  display: flex;
  position: relative;
}

.image {
  height: 40px;
  margin-bottom: 20px;
}

.feature-content {
  border: 1px #000;
  flex: none;
  width: 50vw;
  max-width: none;
  margin-right: 70px;
  padding-left: 2vw;
  padding-right: 0;
}

.feature-content.mid {
  width: 40vw;
  max-width: 500px;
}

.feature-content.icons {
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 33.33%;
  max-width: none;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.feature-content.icons.numbers {
  width: 25%;
}

.heading-2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 400;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #c8b068;
  border-radius: 3px;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.button:hover {
  color: #6b6b6b;
  background-color: #fff;
}

.button.outline {
  color: #5a5a5a;
  background-color: #0000;
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button.contact {
  background-color: #0000;
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px #fff3;
}

.button.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button.form-button:hover {
  color: #fff;
  background-color: #000;
}

.button.leistung {
  color: #fff;
  text-transform: uppercase;
  max-width: 100%;
  font-size: 14px;
}

.button.leistung:hover {
  color: #000;
}

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

.button.white.w--current {
  color: #000;
  background-color: #fff;
}

.h2 {
  color: #000;
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 400;
  line-height: 56px;
}

.p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.p.list {
  margin-bottom: 0;
}

.div-block-3 {
  background-image: url('../images/richard-01.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100vw;
  height: 8600px;
}

.div-block-3._02 {
  background-image: url('../images/richard-02.jpg');
  background-size: 100vw;
}

.div-block-3._03 {
  background-image: url('../images/richard-03.jpg');
  background-size: 100vw;
  height: 6000px;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  width: 65%;
  max-width: 440px;
  display: flex;
}

.div-block-4.left {
  align-items: flex-start;
  margin-bottom: 30px;
}

.img-device {
  height: auto;
  max-height: 450px;
}

.h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  color: #6b6b6b;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.div-block-5 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  max-width: 1200px;
  height: 500px;
  display: flex;
}

.wrapper.welcome {
  z-index: 90;
  align-items: flex-start;
  width: 100vw;
  position: relative;
}

.wrapper.width-50 {
  width: 80%;
}

.wrapper.width-50.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.wrap {
  text-align: left;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 40px;
  display: block;
}

.wrap._700 {
  width: 70%;
  max-width: 500px;
}

.wrap._1200 {
  max-width: 1200px;
  padding-top: 40px;
}

.wrap._1200._1400.padding30 {
  padding-left: 40px;
  padding-right: 40px;
}

.wrap._1400 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.title {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 5px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.title.white {
  color: #fff9;
  border-bottom-color: #fff6;
}

.title.farbe {
  padding-bottom: 20px;
}

.image-2 {
  flex: none;
}

.div-block-6 {
  align-items: center;
  display: flex;
}

.div-block-7 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 100px;
  display: flex;
}

.div-block-7.team {
  flex-wrap: wrap;
  justify-content: center;
}

.div-block-8 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: auto;
  height: 150px;
  display: flex;
}

.button-wrap {
  justify-content: center;
  width: auto;
  margin-top: 5vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-3 {
  padding: 10px 30px 30px 0;
}

.thumb-food {
  background-color: #c6ced3;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.thumb-food._01 {
  background-image: url('../images/bg-001.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}

.thumb-food._02 {
  background-image: url('../images/bg-001_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('../images/bg-003.jpg');
  background-position: 0 0;
  background-size: cover;
}

.text-block {
  color: #fff;
  font-family: Georgia, Times, Times New Roman, serif;
}

.h4 {
  color: #fff;
  margin-bottom: 10px;
}

.h4.faq {
  margin-top: 20px;
  margin-bottom: 10px;
}

.h4.black.big {
  text-transform: none;
  font-family: Georgia, Times, Times New Roman, serif;
}

.nav-link {
  color: #000;
  flex: 0 auto;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover {
  color: #fff;
  box-shadow: inset 0 -5px #fff;
}

.nav-link.w--current {
  color: #000;
  font-family: Georgia, Times, Times New Roman, serif;
  text-decoration: none;
}

.nav-link.w--current:hover {
  box-shadow: inset 0 -5px #fff;
}

.nav-menu {
  height: auto;
}

.div-block-11 {
  background-color: #acb1b4;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.ico {
  height: 35px;
  margin-right: 20px;
}

.div-block-12 {
  margin-top: 50px;
}

._w-icon {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 80px;
  margin-right: 20px;
  display: flex;
}

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

.field-newsletter {
  color: #fff;
  background-color: #300479;
  border: 1px solid #300479;
  border-radius: 10px;
  width: 340px;
  height: 80px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 20px;
  font-size: 16px;
}

._w-img {
  flex: 1;
  overflow: hidden;
}

.image-4 {
  width: 100%;
  display: block;
}

.icon {
  height: 25px;
}

.nav-list {
  justify-content: space-between;
  margin-right: 30px;
  display: flex;
}

.hero-image {
  height: 50vh;
  position: absolute;
  bottom: 0;
  right: 3vw;
}

.light-blue {
  color: #9b68f0;
}

.black-text {
  color: #000;
  text-transform: uppercase;
}

.hero-content {
  z-index: 90;
  width: 100%;
  padding-left: 10vw;
  padding-right: 10vh;
  font-family: Georgia, Times, Times New Roman, serif;
  position: relative;
}

.hero-content.flex {
  padding-top: 10em;
  display: flex;
  position: relative;
}

.feature-wrap {
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 90vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.feature-wrap.reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.feature-wrap.logos {
  border-style: none;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.feature-wrap.icons {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.feature-image {
  border: 1px #000;
  justify-content: flex-start;
  align-items: center;
  width: 50vw;
  display: flex;
}

.black {
  color: #000;
}

.hero-subhead {
  color: #000;
  max-width: 60%;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.hero-subhead.center {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 18px;
}

.bottom-image-wrap {
  max-width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.black-bar {
  background-color: #2a2326;
  width: 100vw;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-icon {
  height: 35px;
  margin-bottom: 30px;
}

.purple {
  color: #b32e6e;
}

.footer {
  background-color: #1b1b1b;
  background-image: url('../images/wavy-bg.svg'), radial-gradient(circle, #e5d056, #fffbf3);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #6b6b6b;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  text-decoration: none;
}

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

.footer-list {
  padding-top: 29px;
  padding-bottom: 29px;
}

.text-block-2 {
  color: #ffffff4d;
  font-size: 12px;
}

.form-2 {
  margin-top: 40px;
  display: flex;
}

.input {
  clear: none;
  color: #000;
  background-color: #fff;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  flex: 0 auto;
  height: 70px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1);
  box-shadow: inset 0 0 #fc0a7e;
}

.input:hover, .input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::placeholder {
  color: #555;
}

.arrow {
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.quote-slider {
  background-color: #0000;
  width: 90vw;
  height: 60vh;
  margin-top: 10vh;
}

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quote-attribution {
  justify-content: center;
  align-items: center;
  display: flex;
}

.quote-dash {
  background-color: #d3d3d3;
  flex: none;
  width: 30px;
  height: 1px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.quote-icon {
  margin-bottom: 45px;
}

.slide-nav {
  font-size: 7px;
}

.number {
  font-size: 60px;
  line-height: 90px;
}

.float {
  border: 4px solid #09a4ec;
  width: 40vw;
  height: 50vh;
  position: relative;
  top: 200px;
  left: 567px;
}

.nav-logo-wrap {
  flex: none;
}

.brand {
  background-image: url('../images/bto.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 240px;
  height: 80px;
  display: block;
  left: auto;
}

.image-licensing {
  background-color: #0000000d;
  border: 1px solid #0000001a;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  line-height: 24px;
}

.image-licensing-wrap {
  flex: 1;
  max-width: 600px;
}

.heading-3 {
  color: #000;
  text-transform: uppercase;
  font-size: 6vh;
  line-height: 6vh;
}

.heading-3.small {
  font-size: 5vh;
}

.heading-4 {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  font-family: Georgia, Times, Times New Roman, serif;
}

.heading-4.center {
  text-align: left;
  margin-top: 6px;
}

.heading-4.no-margin-down {
  margin-bottom: 0;
}

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

.bold-text {
  text-transform: uppercase;
  display: none;
}

.bold-text.nohidden {
  display: block;
}

.bold-text.nohidden.small {
  font-size: 28px;
  line-height: 32px;
}

.image-5 {
  max-width: 50%;
  display: block;
}

.paragraph-2 {
  text-align: left;
  margin-bottom: 25px;
  font-weight: 700;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: stretch;
  justify-items: stretch;
  max-width: 1000px;
  margin: 3vh 0 10vh;
  padding-left: 0;
  padding-right: 0;
}

.image-grid {
  background-image: url('../images/Bild_2023-11-01_143954299.png');
  background-position: 0 0;
  background-size: cover;
  height: 200px;
}

.content-section {
  perspective: 1000px;
  padding-top: 100px;
}

._3-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(263px, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery.feature-image {
  display: block;
}

.gallery-item {
  position: relative;
}

.project-link-block {
  transform-style: preserve-3d;
  border-radius: 5px;
  align-items: stretch;
  padding-bottom: 125%;
  transition: transform .3s, box-shadow .3s;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
  box-shadow: 2px 2px 16px #0003;
}

.project-link-block:hover {
  transform: translate3d(0, 0, 20px);
  box-shadow: 6px 17px 40px #0000004d;
}

.project-link-block.landscape {
  padding-bottom: 60%;
}

.project-image {
  background-image: url('../images/architecture-beautiful-exterior-106399.jpg');
  background-position: 0 0;
  background-size: cover;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gallery-preview-indicator {
  background-color: #fff;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 0;
  display: flex;
  position: absolute;
  top: auto;
  left: auto;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.lightbox-link {
  width: 100%;
  height: 100%;
  position: relative;
}

.image-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.img-wrapper {
  background-image: url('../images/Bild_2023-11-01_134740628.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.img-wrapper.beulen {
  background-image: url('../images/PCIMG_2023-10-18_20-58-01.webp');
}

.img-wrapper.leder {
  background-image: url('../images/PCIMG_2023-09-23_15-38-20.webp');
}

.img-wrapper.r-ckl-ufer {
  background-image: url('../images/IMG_2020-07-21_06-06-25.webp');
  background-size: contain;
}

.img-wrapper.lack, .img-wrapper.rost {
  background-image: url('../images/IMG_2021-03-07_08-46-56.webp');
}

.wrapper-gallery {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 40px;
}

.div-center {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper-inp {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.text-wrapper {
  width: 80%;
  padding-left: 0;
}

.flex-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.line {
  background-color: #a0a0a0;
  width: 100%;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.line.small {
  background-color: #c8b068;
  width: 20%;
  height: 2px;
}

.center-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 22px;
  margin-bottom: 22px;
  display: flex;
}

.leistung-wrap {
  flex-direction: column;
  justify-content: space-around;
  width: 200px;
  margin-left: 6px;
  margin-right: 6px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.leistung-wrap.hor {
  border-bottom: 1px solid #000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
}

.leistung-wrap.hor.height-0 {
  padding-top: 0;
  padding-bottom: 0;
}

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

.leistung-img {
  background-image: url('../images/Bild_2023-12-03_155219862.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 125px;
}

.leistung-img.beulendoktor {
  background-image: url('../images/PCIMG_2023-10-18_20-43-38-1.webp');
}

.leistung-img.rost {
  background-image: url('../images/Bild_2023-12-03_155443864.webp');
  background-position: 50% 100%;
}

.leistung-img.leder {
  background-image: url('../images/PCIMG_2023-09-23_15-38-20.webp');
  background-position: 50%;
}

.leistung-img.leasing {
  background-image: url('../images/Bild_2023-12-03_160643684.webp');
}

.leistung-h3 {
  color: var(--black);
  text-transform: uppercase;
  min-height: 50px;
  margin-bottom: 12px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  line-height: 24px;
}

.leistung-h3.min20 {
  white-space: normal;
  word-break: break-all;
  max-width: 100%;
  font-size: 15px;
  line-height: 20px;
}

.leistung-tx {
  text-transform: uppercase;
  height: 40px;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 12px;
}

.leistung-tx.padding {
  text-transform: none;
  margin-bottom: 19px;
  padding-left: 12px;
  font-size: 14px;
  font-weight: 700;
}

.leistung-p {
  height: auto;
  min-height: 80px;
  margin-top: 18px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 16px;
}

.service-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-wrap {
  flex-direction: column;
  justify-content: center;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.service-h3 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  line-height: 18px;
}

.flex-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.flex-wrapper-hor {
  border-bottom: 1px solid #a7a7a7;
  justify-content: flex-start;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 12px;
  display: flex;
}

.flex-wrapper-hor.noline {
  border-bottom-style: none;
}

.arrow-icon {
  width: 20px;
  height: 20px;
  font-family: "Fa Solid 900", sans-serif;
}

.text-block-3 {
  align-self: center;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 30px;
}

.text-block-4 {
  font-weight: 400;
  line-height: 16px;
}

.leasing-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: center;
  width: 100%;
  max-height: 100%;
  display: grid;
}

.text-wrap {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.text-block-5, .text-block-6, .text-block-7 {
  font-family: Georgia, Times, Times New Roman, serif;
}

.rost-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: center;
  width: 100%;
  max-height: 100%;
  display: grid;
}

.navbar_dropdown-item-title {
  letter-spacing: .4px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

.footer_social-link {
  margin-left: 16px;
  padding: 2px;
}

.navbar_divider {
  background-color: #ededed;
  width: 1px;
  height: 32px;
  margin-left: 24px;
  margin-right: 24px;
}

.nav_menu {
  align-items: center;
  display: flex;
}

.navbar_brand {
  margin-right: 36px;
}

.navbar_brand.w--current {
  margin-right: 34px;
}

.navbar_brand.hide, .navbar_brand.phone {
  display: none;
}

.navbar-desktop {
  z-index: 1000;
  background-color: #f5f8fa00;
  border-bottom: 1px solid #ededed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 84px;
  padding: 24px 64px;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.navbar-desktop.farbe {
  background-color: #c8b068;
}

.navbar_dropdown-menu-wrapper {
  z-index: 1050;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  transform-origin: 0 0;
  cursor: default;
  border-radius: 8px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: flex;
  position: absolute;
  top: 100%;
  overflow: visible;
  transform: scale(0);
  box-shadow: 0 0 4px 2px #0000000d;
}

.navbar_dropdown-grid {
  z-index: 1001;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.navbar_dropdown-all-wrapper {
  z-index: 1;
  color: #080808;
  background-color: #fff;
  border-top: 1px solid #ededed;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 100%;
  min-width: 100%;
  padding: 32px;
  text-decoration: none;
}

.footer_alt-links-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-2 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #0b6dff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

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

.navbar_logo.altlogo {
  max-width: 50%;
  max-height: 70px;
  margin-top: 0;
  padding-bottom: 12px;
}

.navbar_dropdown-pointer {
  z-index: 1000;
  background-color: #fff;
  border-radius: 6px;
  width: 24px;
  height: 24px;
  position: absolute;
  inset: -8px auto auto 24px;
  transform: rotate(45deg);
  box-shadow: 0 0 4px 2px #0000000d;
}

.navbar_links {
  align-items: center;
  display: flex;
}

.navbar_links.is--32rm {
  margin-right: 32px;
  display: none;
}

.navbar_arrow-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  display: flex;
}

.navbar_dropdown-icon-wrapper {
  background-color: #080808;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 64px;
  min-height: 64px;
  margin-right: 16px;
  display: flex;
}

.navbar_dropdown-icon-wrapper.is--bg-green {
  background-color: #3cc059;
}

.navbar_dropdown-icon-wrapper.is--bg-red {
  background-color: #da4e4e;
}

.navbar_dropdown-icon-wrapper.is--bg-orange {
  background-color: #f0b14b;
}

.navbar_dropdown-icon-wrapper.is--bg-blue {
  background-color: #4254ff;
}

.navbar_dropdown-icon-wrapper.is--bg-purple {
  background-color: #a25eda;
}

.navbar_dropdown-icon-wrapper.is--bg-pink {
  background-color: #e077ba;
}

.navbar_dropdown-menu-item {
  color: #080808;
  cursor: pointer;
  border-radius: 8px;
  align-items: center;
  margin-bottom: 8px;
  padding: 12px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.navbar_dropdown-menu-item.is--last {
  margin-bottom: 0;
}

.navbar_arrow {
  background-color: #080808;
  border-radius: 50px;
  width: 8px;
  height: 2px;
  transform: rotate(45deg);
}

.navbar_arrow.is--mirrored {
  margin-left: -3px;
  transform: rotate(-45deg);
}

.navbar_container {
  z-index: 1000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.navbar_dropdown-menu-title {
  color: #686868;
  letter-spacing: .4px;
  margin-bottom: 16px;
  margin-left: 12px;
  font-size: 15px;
  line-height: 1;
}

.navbar_dropdown-backdrop {
  z-index: 998;
  cursor: default;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.navbar_dropdown-icon {
  width: 30px;
}

.navbar_dropdown-item-title-icon {
  width: 6px;
  margin-top: 1px;
  margin-left: 12px;
}

.navbar_dropdown-menu {
  z-index: 1001;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  width: 300px;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar_dropdown-menu.is--bg-grey {
  border-left: 1px solid #ededed;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar_dropdown-menu.is--left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar_link {
  color: #080808;
  letter-spacing: .5px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.navbar_link.is--secondary {
  color: #686868;
  font-weight: 500;
  transition: color .2s ease-in;
}

.navbar_link.is--secondary:hover {
  color: #2b2b2b;
}

.navbar_link-block {
  color: #080808;
  cursor: pointer;
  align-items: center;
  margin-right: 8px;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.navbar_dropdown-item-overview {
  color: #686868;
  letter-spacing: .3px;
  margin-top: 12px;
  margin-bottom: 0;
}

.navbar_dropdown-item-title-wrapper {
  align-items: center;
  display: flex;
}

.navbar_dropdown-item-title-wrapper.is--centered {
  justify-content: center;
}

.bubbly-nav-menu {
  background-color: #0000;
  top: 90px;
}

.nav-link-bubble {
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 55px;
  width: 100%;
  margin-top: 10px;
  font-family: PT Sans, sans-serif;
  transition: color .2s, padding .35s;
}

.nav-link-bubble:hover {
  padding-left: 30px;
}

.melted {
  background-color: #000;
  border-radius: 75px;
  width: 60px;
  height: 60px;
  padding: 0;
}

.melted.w--open {
  background-color: #000;
}

.top-bubble {
  background-color: #fff;
  border-radius: 50px;
  width: 40px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
}

.middle-bubble {
  background-color: #fff;
  border-radius: 50px;
  width: 40px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
}

.bottom-bubble {
  background-color: #fff;
  border-radius: 50px;
  width: 40px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
}

.m-nav-toggle {
  z-index: 99;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.m-nav-close-icon {
  width: 23px;
  padding: 1px;
}

.nav-overlay-gradient-bottom {
  z-index: 4;
  background-image: linear-gradient(to top, #242423 15%, #24242300);
  height: 130px;
  position: absolute;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.m-nav-toggle-open {
  z-index: 1;
  text-decoration: none;
  display: block;
  position: absolute;
  bottom: 55px;
}

.m-nav-overlay {
  z-index: 95;
  background-color: #242423;
  align-items: flex-end;
  width: 100%;
  height: 90%;
  display: none;
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.m-nav-toggle-inner {
  box-shadow: none;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-color: #000;
  border-radius: 99em;
  justify-content: center;
  align-items: center;
  padding: 17px 25px;
  transition: transform .25s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
}

.m-nav-toggle-inner:active {
  transform: scale(.88);
}

.m-nav-toggle-inner.close {
  padding: 18px;
}

.m-nav-toggle-description {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1;
}

.m-nav-link {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 54px;
  text-decoration: none;
}

.m-nav-list {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: block;
}

.m-nav-toggle-close {
  z-index: 1;
  text-decoration: none;
  display: none;
  position: absolute;
  bottom: 55px;
}

.mobile-nav {
  display: none;
  position: relative;
}

.nav-overlay-gradient-top {
  z-index: 4;
  background-image: linear-gradient(#242423 15%, #24242300);
  height: 65px;
  position: absolute;
  inset: 0% 0% auto;
}

.m-nav-toggle-bg {
  z-index: 1;
  background-image: linear-gradient(#eee0, #fff 98%);
  height: 125px;
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.m-nav-content {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: auto;
}

.m-nav-link-item {
  text-align: center;
}

.m-nav-link-item.last-item {
  padding-bottom: 135px;
}

.m-nav-link-item.first-item {
  padding-top: 65px;
}

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

.form_field-label {
  color: #2b2b2b;
  margin-bottom: 6px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1em;
  font-weight: 400;
}

.width-60percent {
  width: 60%;
  line-height: 1.3em;
}

.link-3 {
  color: #000;
}

.is--second {
  color: #000;
  margin-left: 32px;
}

.contact-form_wrap {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  color: #000;
  flex-direction: column;
  display: flex;
}

.button-3 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #0b6dff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 18px 48px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-3:hover {
  background-color: #284ee7;
}

.button-3.is--secondary {
  color: #080808;
  background-color: #ededed00;
  border: 1px solid #080808;
  border-radius: 20px;
  padding: 10px 12px;
}

.button-3.mg-top-36px {
  background-color: #c8b068;
  border-radius: 50px;
  margin-top: 0;
  font-weight: 500;
}

.form_section {
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  padding: 155px 64px 77px;
  display: flex;
}

.button-_icon {
  margin-left: 12px;
}

.page-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 200vh;
  margin-top: 100px;
  margin-bottom: 32px;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: grid;
}

.contact-form_wf-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.contact-form_fail-message {
  background-color: #323a49;
  border-left: 3px solid #dd5454;
  border-radius: 0;
}

.form_text-field {
  color: #000;
  border: 1px solid #ededed;
  border-radius: 20px;
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.form_text-field.gro {
  color: #000;
  height: 150px;
  padding-top: 10px;
  padding-bottom: 40px;
}

.text-span-8 {
  color: #5600e3;
}

.display-1 {
  margin-bottom: 40px;
  font-size: 50px;
  line-height: 62px;
}

.display-1.width-80percent {
  color: #0c0c0c;
  width: 80%;
  font-weight: 700;
  line-height: 52px;
}

.divider {
  background-color: #ccc;
  width: 100%;
  max-width: 300px;
  height: 1px;
  margin-top: 56px;
  margin-bottom: 16px;
}

.contact-form_success-message {
  background-color: #323a49;
  border: 1px #000;
  border-left: 3px solid #009e1d;
  border-radius: 0;
  margin-bottom: 2rem;
  padding: 0;
}

.information_header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 96px;
  display: flex;
}

.information_section {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  padding: 40px;
  display: flex;
}

.information_section.background-color.neutral-200 {
  background-color: #fffbf3;
}

.information_section.background-color.neutral-200.is--footer.hide-desktop {
  display: none;
}

.ms-toggle-wrap {
  width: 50px;
  height: 34px;
  margin-bottom: 15px;
  position: relative;
}

.ms-toggle-checkbox {
  display: none;
}

.ms-toggle-label {
  z-index: 2;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 65px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.ms-toggle-dot {
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  margin-top: 3px;
  transition: left .2s;
  position: absolute;
  left: 3px;
  box-shadow: 0 1px 5px #0003;
}

.ms-toggle-dot.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  left: 39px;
}

.ms-toggle-bg {
  z-index: 0;
  background-color: #e2e2e2;
  border-radius: 100px;
  width: 50px;
  transition: background-color .2s;
  position: absolute;
  inset: 0%;
}

.ms-iframe {
  z-index: 2147483647;
  justify-content: flex-end;
  align-items: flex-end;
  height: 70px;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
}

.ms-iframe-embed {
  justify-content: flex-end;
  align-items: flex-end;
  width: 180px;
  height: 70px;
  display: none;
  position: relative;
  overflow: visible;
}

.ms-embed {
  background-color: #ededed;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  margin-bottom: 10px;
  font-style: italic;
  display: flex;
}

.text-block-8, .text-block-9 {
  font-family: Georgia, Times, Times New Roman, serif;
}

.review-collection-wrapper-2 {
  display: flex;
}

.review-collection-wrapper-2.ver2 {
  width: 30%;
  display: none;
  position: relative;
  top: 43px;
}

.contactform-wrapper {
  max-width: 450px;
  margin-right: 0;
  padding-right: 0;
}

.grade {
  align-items: center;
  padding-top: 14px;
  display: flex;
}

.datentext {
  color: #000;
  text-transform: none;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.datentext.form {
  color: #000;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
}

.datentext.red {
  color: #000;
  padding-right: 26px;
  font-size: 14px;
  text-decoration: none;
}

.infotext {
  color: #000;
  margin-top: 39px;
  margin-bottom: 8px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 22px;
}

.review-wrapper {
  padding-right: 15px;
}

.review-wrapper.ver2 {
  flex-direction: column;
  align-items: center;
  padding-right: 15px;
  display: flex;
}

.startext {
  color: #ec9c0c;
  padding-left: 2px;
  padding-right: 2px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
}

.review-svg {
  background-image: url('../images/google.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  width: 100%;
  height: 44px;
}

.review-svg.mobile {
  background-image: url('../images/mobile.svg');
  background-size: cover;
  width: 100%;
  height: 44px;
}

.contact-info {
  justify-content: flex-start;
  margin-top: 22px;
  margin-bottom: 22px;
  display: flex;
}

.review {
  color: #ec9c0c;
  padding-right: 2px;
  font-size: 22px;
}

.h2-2 {
  color: #fff;
  text-transform: none;
  min-width: 250px;
  padding-right: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 50px;
}

.h2-2.contact {
  color: #000;
  margin-top: 0;
}

.datenwrapper-contact {
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  display: flex;
}

.datenschutztitel {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.h1-sizing {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2em;
}

.h1-sizing.datenschutz, .h1-sizing.rechtliches {
  color: #000;
  margin-bottom: .1em;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 70px;
}

.container-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 18px;
  display: flex;
  position: relative;
  top: -11px;
}

.container-2.imprint.hide {
  display: none;
}

.bold-text-2 {
  font-family: Georgia, Times, Times New Roman, serif;
}

.content-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 0 auto;
  grid-template: "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  max-width: 1500px;
  display: grid;
  position: relative;
}

.content-container.imprint {
  margin: 0 auto 160px;
  display: block;
}

.rechtliches-text-2 {
  font-family: Georgia, Times, Times New Roman, serif;
}

.link-4 {
  color: #000;
}

.titel-2 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.rechtliches-text-3 {
  font-family: Georgia, Times, Times New Roman, serif;
}

.bold-text-3, .bold-text-4 {
  font-weight: 400;
}

.body-2, .body-3, .body-4 {
  background-color: #fffbf3;
}

.footer-wrapper {
  justify-content: space-between;
  display: flex;
}

.footer-wrapper.bottom {
  border: 1px #fff;
  justify-content: space-between;
  margin-top: 15px;
}

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

.social-media-link-block {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  display: flex;
  position: relative;
}

.container-3 {
  border-top: 1px #fff;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.container-3.daten {
  border-top-style: none;
  border-top-color: #000;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.link {
  text-decoration: none;
}

.datentext-2 {
  color: #000;
  text-transform: none;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

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

.footer-column.social-media {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.footer-column.social-media.version-2 {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.icon-bg {
  z-index: 10;
  color: #fff;
  background-color: #fff3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.linie {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-bottom: 70px;
}

.madebyantbit {
  color: #38cfff;
  display: block;
}

.dot {
  color: #000;
  background-color: #000;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-right: 12px;
}

.link-5 {
  display: none;
}

.daten-berschrift {
  color: #000;
  margin-top: 5px;
  margin-bottom: 6px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  font-weight: 700;
}

.section-2 {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.caption {
  color: #000;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  font-weight: 400;
}

.caption.white {
  color: #38cfff;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.caption.footer {
  color: #000;
  background-color: #1b1b1b00;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin-right: 0;
  padding-left: 0;
  font-size: 11px;
  font-weight: 700;
}

.caption.footer.byantbit {
  color: #38cfff;
}

.footer-circle {
  border: 3px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 20;
  position: absolute;
}

.footer-icon {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 50px;
}

.contact-button {
  color: #d19563;
  text-transform: uppercase;
  align-items: center;
  margin-left: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.text-block-10 {
  justify-content: center;
  align-items: center;
  min-height: 32px;
  font-size: 14px;
  line-height: 16px;
  display: flex;
}

.field-text {
  color: #000;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 22px;
}

.form_col {
  font-family: Georgia, Times, Times New Roman, serif;
  position: relative;
}

.hidden-elements {
  display: none;
}

.contact-form_checkbox-wrap {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: flex-start;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

.form_checkbox-input-field {
  margin-bottom: 0;
  padding-left: 2rem;
}

.form_input-checkbox-button {
  outline-offset: -1px;
  background-color: #0000;
  border: 1px #000;
  border-radius: .4rem;
  outline: 1px solid #d1def700;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.form_input-checkbox-button:hover {
  outline-color: #d1def733;
}

.form_input-checkbox-button:focus {
  outline-color: #d1def736;
}

.form_input-checkbox-button.w--redirected-checked {
  background-color: #3898ec00;
  background-image: none;
  border-style: none;
}

.form_input-checkbox-button.w--redirected-focus {
  box-shadow: none;
  outline-color: #d1def736;
}

.form_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_input-checkbox-button-check-wrap {
  color: #d1def7;
  cursor: pointer;
  background-color: #363e53;
  border: 1px #000;
  border-radius: .2rem;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
  position: relative;
}

.form_checkbox-input-label {
  color: #6c7ea3;
  margin-bottom: .25rem;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: .9rem;
  line-height: 1.5;
}

.form_input-checkbox-button-check-icon {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: .6rem;
  height: .6rem;
  transition: opacity .3s;
  display: flex;
}

.form_checkbox-input {
  color: #fff;
  background-color: #c4c4c4;
  border: 1px solid #d1def700;
  border-radius: .2rem;
  width: 1.2rem;
  min-width: 1.2rem;
  height: 1.2rem;
  min-height: 1.2rem;
  margin-top: .1rem;
  margin-left: -2rem;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1rem;
  transition: border-color .2s;
}

.form_checkbox-input.w--redirected-checked {
  background-size: auto;
  border-color: #d1def700;
}

.form_input-checkbox-button-field {
  color: #fff;
  background-color: #242424;
  border: 1px #000;
  border-radius: .4rem;
  align-items: center;
  margin-bottom: 0;
  padding: 1rem 1.6rem 1rem 1.2rem;
  font-family: Georgia, Times, Times New Roman, serif;
  transition: background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form_input-checkbox-button-label {
  color: #6c7ea3;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  transition: color .25s;
}

.contact-form_submit-button {
  background-color: #e5d056;
  width: 100%;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 700;
}

.contact-form_message-inner {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  padding: 1.2rem;
  display: flex;
}

.contact-form_message-title {
  color: #a9ffb8;
  font-size: 1.2rem;
  font-weight: 700;
}

.form_col-2 {
  position: relative;
}

.form_input-text {
  outline-offset: -1px;
  color: #d1def7;
  background-color: #242424;
  border: 1px #000;
  border-radius: .4rem;
  outline: 1px solid #d1def700;
  height: 4.4rem;
  margin-bottom: 0;
  padding: 1rem 2rem .6rem;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1.2rem;
  line-height: 1.5;
  transition: all .2s;
}

.form_input-text:hover {
  outline-color: #d1def733;
}

.form_input-text:focus-visible {
  outline-color: #d1def733;
}

.form_input-text[data-wf-focus-visible] {
  outline-color: #d1def733;
}

.form_input-text::placeholder {
  color: #6c7ea3;
  font-size: 1rem;
}

.form_input-text.is-textarea-input {
  width: 100%;
  max-width: 100%;
  min-height: 12rem;
  padding-top: 1.5rem;
  transition: all .2s;
}

.form_regular-label {
  transform-origin: 0 0;
  color: #6c7ea3;
  margin-bottom: .25rem;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: color .2s, transform .2s;
  display: block;
  position: absolute;
  top: 1.5rem;
  left: 2rem;
}

.contact-form_wrap-2 {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  color: #fff;
  flex-direction: column;
  font-family: Georgia, Times, Times New Roman, serif;
  display: flex;
}

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

.background-video {
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.grid-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 48px;
  padding-bottom: 48px;
  display: grid;
}

.grid-thirds.lesspading {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-top: 0;
  padding-bottom: 0;
}

.contact-form_submit-button-2 {
  color: #fff;
  background-color: #133883;
  width: 100%;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
}

.text-size-xlarge {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 32px;
  line-height: 1.5;
}

.contact-form_fail-message-2 {
  color: #d1def7;
  background-color: #101319;
  border-left: 3px solid #dd5454;
  border-radius: 0 .4rem .4rem 0;
  margin-bottom: 2rem;
  padding: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.contact-form_message-title-2 {
  color: #a9ffb8;
  font-size: 1.2rem;
  font-weight: 700;
}

.padding-large {
  padding: 1rem 3rem;
}

.hero_section {
  width: 100%;
  height: 97vh;
  min-height: 97vh;
  position: relative;
}

.hero_col-header {
  position: relative;
}

.container-custom-large {
  color: #fff;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1rem;
  line-height: 1.5;
}

.margin-small {
  margin: 1rem;
}

.margin-small.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.footer-wrap {
  font-family: Georgia, Times, Times New Roman, serif;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.form_checkbox-button-title {
  color: #d1def7;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1rem;
  line-height: 1.5;
}

.background-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: grid;
  position: fixed;
  inset: 0%;
}

.main-wrapper {
  color: #fff;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1rem;
  line-height: 1.5;
}

.background_blur {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  position: absolute;
  inset: 0%;
}

.footer-link-2 {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
  text-decoration: none;
  transition: color .6s cubic-bezier(.23, 1, .32, 1);
}

.footer-link-2:hover {
  color: #38cfff;
}

.footer-link-2.last-item {
  margin-left: 0;
  margin-right: 0;
}

.hero_background-col {
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.hero_background-col.unsichtbar {
  display: none;
}

.contact-form_component-2 {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 52rem;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.container-large {
  color: #fff;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 18px;
  line-height: 1.8;
}

.container-large.muchpadding {
  width: 100%;
  position: relative;
}

.contact-form_success-message-2 {
  color: #d1def7;
  background-color: #101319;
  border-left: 3px solid #009e1d;
  margin-bottom: 2rem;
  padding: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1rem;
  line-height: 1.5;
}

.contact-form_wf-block-2 {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.image-bg {
  background-image: url('../images/WhatsApp-Image-2024-03-01-at-10.04.55_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30em;
  height: 18em;
  margin-top: 0;
  margin-right: 2em;
  padding-right: 0;
  display: none;
  position: absolute;
  inset: auto 0% -16% auto;
}

.half {
  z-index: 1;
  width: 70%;
  position: relative;
}

.heroimage {
  background-image: url('../images/WhatsApp-Image-2024-03-01-at-10.04.55_1.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

@media screen and (min-width: 1280px) {
  .section {
    padding-left: 50px;
    padding-right: 50px;
  }

  .section.wide.img {
    padding-left: 10vh;
    padding-right: 10vh;
  }

  .section.wide.img.vertical {
    padding-left: 2vh;
    padding-right: 2vh;
  }

  .section.maxw {
    max-width: 1400px;
  }

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

  .nav {
    display: none;
    position: sticky;
  }

  .feature-content {
    padding-left: 0;
  }

  .wrapper {
    width: 100%;
  }

  .wrapper.width-50 {
    width: 100%;
    max-width: 1400px;
  }

  .wrap._700 {
    width: 70%;
    max-width: 700px;
  }

  .wrap._1200 {
    padding-top: 79px;
  }

  .wrap._1200._1400 {
    max-width: 100%;
  }

  .grid {
    max-width: 1400px;
  }

  .wrapper-gallery {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .wrapper-inp {
    max-width: none;
  }

  .leistung-wrap {
    width: 220px;
  }

  .leistung-wrap.hor {
    padding-bottom: 0;
  }

  .navbar-desktop {
    background-color: #f5f8fa00;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: sticky;
  }

  .navbar_container {
    justify-content: space-around;
  }

  .navbar_link {
    font-weight: 400;
  }

  .navbar_link-block {
    font-family: Georgia, Times, Times New Roman, serif;
  }

  .form_section {
    height: 80vh;
  }

  .page-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .half {
    z-index: 1;
  }
}

@media screen and (min-width: 1440px) {
  .section.wide.img {
    padding-left: 20vh;
  }

  .wrap._1200._1400 {
    max-width: 80%;
  }

  .form_field-label, .width-60percent, .link-3, .is--second {
    font-size: .8em;
  }

  .form_section {
    height: 80vh;
  }

  .page-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .review-collection-wrapper-2 {
    display: flex;
  }

  .review-collection-wrapper-2.ver2 {
    width: 30%;
    display: none;
    position: relative;
    top: 43px;
  }

  .grade {
    align-items: center;
    padding-top: 6px;
    display: flex;
  }

  .review-wrapper.ver2 {
    flex-direction: column;
    align-items: center;
    padding-right: 15px;
    display: flex;
  }

  .startext {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 14px;
  }

  .review-svg {
    background-image: url('../images/google.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    width: 100%;
    height: 44px;
  }

  .review-svg.mobile {
    background-image: url('../images/mobile.svg');
    background-size: cover;
  }

  .review {
    font-size: 22px;
  }
}

@media screen and (min-width: 1920px) {
  .section.wide.img {
    padding-left: 20vh;
  }

  .wrapper {
    width: 50%;
  }

  .wrap._1200._1400 {
    max-width: 80%;
  }

  .img-wrapper.r-ckl-ufer {
    background-size: cover;
    width: 60%;
  }

  .form_field-label, .width-60percent, .link-3, .is--second {
    font-size: .8em;
  }

  .form_section {
    height: 80vh;
  }

  .page-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form_fail-message {
    border-left: 3px solid #dd5454;
  }

  .display-1 {
    font-size: 94px;
    line-height: 92px;
  }

  .display-1.width-80percent {
    font-size: 66px;
    line-height: 80px;
  }

  .contact-form_success-message {
    border: 3px #009e1d;
    border-left-style: solid;
  }

  .review-collection-wrapper-2 {
    align-items: stretch;
    display: flex;
    position: relative;
  }

  .review-collection-wrapper-2.ver2 {
    flex-direction: row;
    align-items: stretch;
    display: none;
    top: 43px;
  }

  .grade {
    align-items: center;
    padding-top: 15px;
    padding-bottom: 5px;
    display: flex;
  }

  .review-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 8px;
    display: flex;
  }

  .review-wrapper.ver2 {
    margin-left: 0;
  }

  .startext {
    color: #ec9c0c;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 14px;
    font-weight: 400;
  }

  .review-svg {
    background-image: url('../images/google.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    width: 100%;
    height: 44px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .review-svg.mobile {
    background-image: url('../images/mobile.svg');
    background-size: cover;
    width: 100%;
    height: 50px;
  }

  .review {
    color: #ec9c0c;
    font-size: 22px;
    font-weight: 800;
  }

  .container-3.daten {
    width: 50%;
  }

  .contact-form_message-title {
    color: #00ff2c;
    font-family: Georgia, Times, Times New Roman, serif;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .section.center {
    flex-direction: column;
    height: auto;
    padding-top: 15vh;
  }

  .section.wide.img {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .section.padding-down {
    padding-bottom: 0;
  }

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

  .nav {
    width: 100vw;
    margin-top: 24px;
    padding-right: 10px;
    display: block;
    position: sticky;
    left: auto;
    right: auto;
  }

  .nav-inner {
    width: 100vw;
    margin-top: 15px;
    display: none;
  }

  .feature-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: Georgia, Times, Times New Roman, serif;
  }

  .button {
    font-size: 12px;
    line-height: 12px;
  }

  .wrapper {
    order: -1;
    align-self: auto;
    width: 80%;
    height: 400px;
    margin-top: 0;
    padding-right: 14px;
  }

  .wrapper.width-50 {
    width: 75%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .wrap._700 {
    width: 100%;
    max-width: 610px;
  }

  .wrap._1200, .wrap._1400 {
    max-width: 670px;
  }

  .title {
    padding-bottom: 0;
  }

  .image-2 {
    width: auto;
    max-width: 100%;
    padding-bottom: 18px;
  }

  .h4 {
    color: var(--black);
  }

  .nav-link {
    padding-top: 20px;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .nav-menu {
    position: absolute;
  }

  .hero-image {
    width: 70%;
    height: auto;
    margin-bottom: 7vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    inset: auto 0 0;
  }

  .black-text {
    font-size: 26px;
  }

  .hero-content {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap.reverse {
    flex-direction: column-reverse;
  }

  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .feature-image {
    align-self: auto;
    width: 100%;
    display: block;
  }

  .hero-subhead {
    font-size: 24px;
    line-height: 31px;
  }

  .bottom-image-wrap {
    background-image: none;
    height: auto;
  }

  .feature-icon {
    flex: none;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote-wrap {
    width: 70vw;
  }

  .menu-icon {
    color: #000;
    font-size: 40px;
  }

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

  .nav-menu-2 {
    background-color: #000;
    min-width: 240px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    padding-left: 18px;
  }

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

  .heading-4 {
    margin-top: 0;
  }

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

  .heading-4.no-margin-down {
    text-align: left;
  }

  .grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex: 0 auto;
    grid-template-columns: minmax(200px, 2fr) minmax(200px, 2fr);
    max-width: 800px;
    padding-left: 4vh;
    padding-right: 4vh;
  }

  .lightbox-link {
    width: auto;
    max-width: 400px;
    padding: 10px;
  }

  .image-wrap {
    max-width: 100%;
  }

  .image-6 {
    max-height: 500px;
  }

  .img-wrapper {
    background-image: url('../images/Bild_2023-11-01_134740628.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .img-wrapper.lack {
    width: 100%;
  }

  .div-center {
    text-align: center;
    margin-left: 0;
    padding-left: 0;
  }

  .wrapper-inp {
    margin-left: auto;
    margin-right: auto;
    padding-left: 52px;
    padding-right: 52px;
  }

  .leistung-wrap {
    width: 200px;
  }

  .leistung-wrap.hor {
    padding-bottom: 10px;
  }

  .leistung-wrap.hor.padding {
    height: 90px;
  }

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

  .navbar_brand.hide, .navbar_brand.phone {
    display: block;
  }

  .navbar-desktop {
    display: none;
  }

  .bubbly-nav-menu {
    background-color: #fdcfcf00;
  }

  .nav-link-bubble {
    mix-blend-mode: normal;
    font-family: Georgia, Times, Times New Roman, serif;
    display: inline-block;
  }

  .melted {
    font-family: Georgia, Times, Times New Roman, serif;
  }

  .m-nav-toggle-open {
    bottom: 115px;
  }

  .m-nav-overlay {
    display: none;
  }

  .m-nav-toggle-inner {
    top: auto;
  }

  .mobile-nav {
    display: block;
  }

  .m-nav-toggle-bg {
    background-image: none;
    bottom: 19%;
  }

  .m-nav-link-item.first-item {
    font-family: Georgia, Times, Times New Roman, serif;
  }

  .form_field-label {
    font-size: 1.7em;
  }

  .information_content.hide-tablet {
    display: none;
  }

  .information_content.is--centered {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .form_section {
    align-items: flex-start;
    max-width: 100%;
    height: auto;
  }

  .page-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    max-width: 100%;
    height: auto;
  }

  .contact-form_wf-block {
    width: 540px;
  }

  .display-1 {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 66px;
  }

  .display-1.width-80percent {
    width: 82%;
  }

  .information_section {
    height: auto;
  }

  .information_section.background-color {
    min-height: auto;
  }

  .information_section.background-color.neutral-200 {
    max-width: 100%;
  }

  .information_section.background-color.neutral-200.is--footer {
    text-align: center;
    padding-bottom: 8px;
  }

  .information_section.background-color.neutral-200.is--footer.hide-desktop {
    display: flex;
  }

  .infotext {
    font-size: 18px;
  }

  .startext {
    font-size: 10px;
  }

  .review-svg {
    width: 60%;
  }

  .review-svg.mobile {
    width: 80%;
  }

  .review {
    font-size: 18px;
  }

  .h1-sizing {
    white-space: nowrap;
    font-size: 70px;
  }

  .h1-sizing.datenschutz {
    white-space: normal;
    font-size: 50px;
  }

  .h1-sizing.rechtliches {
    white-space: normal;
    font-size: 65px;
  }

  .container-2 {
    top: -17px;
  }

  .content-container.imprint {
    margin-top: 225px;
  }

  .footer-wrapper {
    flex-direction: row;
  }

  .footer-wrapper.bottom {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 0;
  }

  .container-3.daten {
    width: 100%;
    max-width: 800px;
  }

  .datentext-2 {
    font-size: 12px;
  }

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

  .footer-column.social-media.version-2 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    margin-left: 0;
  }

  .daten-berschrift {
    font-size: 14px;
  }

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

  .hero_grid {
    grid-column-gap: 0rem;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: block;
  }

  .background-video {
    width: 100%;
    min-width: 100%;
  }

  .grid-thirds {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .grid-thirds.lesspading {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-xlarge {
    font-size: 24px;
  }

  .hero_col-header {
    top: 40%;
  }

  .hero_background-col {
    height: 40vh;
  }

  .hero_background-col.unsichtbar {
    display: block;
  }

  .container-large {
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .container-large.muchpadding {
    font-family: Georgia, Times, Times New Roman, serif;
  }

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

  .hero_col.unsichtbar {
    display: none;
    position: static;
  }

  .image-bg {
    margin-top: 0;
    bottom: -1%;
  }

  .half {
    z-index: 1;
    position: relative;
  }
}

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

  .section.wide.img {
    flex-direction: column;
    padding-left: 2.7vh;
    padding-right: 2.7vh;
  }

  .section.wide.purple {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav {
    margin-top: 24px;
    padding-right: 10px;
  }

  .feature-content.icons {
    text-align: left;
    align-items: flex-start;
    width: auto;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content.icons.numbers {
    flex: none;
    align-items: center;
    width: 50%;
  }

  .button {
    padding-left: 5px;
    padding-right: 5px;
    line-height: 14px;
  }

  .button.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .wrapper {
    width: 100%;
    padding-right: 0;
  }

  .wrapper.width-50 {
    width: 85%;
  }

  .wrap {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    max-width: none;
    padding: 20px 0 0;
    display: flex;
  }

  .wrap._700 {
    max-width: 700px;
  }

  .hero-image {
    margin-bottom: 10vw;
  }

  .hero-content {
    margin-bottom: 5vh;
  }

  .hero-content.flex {
    flex-flow: column;
  }

  .feature-wrap {
    flex-direction: row;
  }

  .feature-wrap.reverse {
    margin-top: 0;
  }

  .feature-wrap.icons {
    flex-flow: wrap;
    display: block;
  }

  .feature-wrap.icons.numbers {
    display: flex;
  }

  .footer-link {
    margin-bottom: 10px;
    display: inline-block;
  }

  .form-2 {
    flex-direction: column;
  }

  .input {
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .quote-attribution {
    flex-direction: row;
    align-items: center;
  }

  .menu-icon {
    font-size: 30px;
  }

  .brand {
    width: 180px;
  }

  .form-block {
    width: 100%;
  }

  .heading-4.no-margin-down {
    text-align: left;
  }

  .bold-text {
    display: none;
  }

  .content-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  ._3-col-grid {
    grid-template-columns: minmax(200px, 1fr) 1fr;
  }

  .gallery-wrapper.hide-mobile {
    display: none;
  }

  .gallery {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .wrapper-gallery {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    max-width: none;
    padding: 20px 0 0;
    display: flex;
  }

  .div-center {
    margin-left: 0;
  }

  .wrapper-inp {
    padding-left: 32px;
    padding-right: 32px;
  }

  .center-wrap {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .leistung-wrap {
    width: 140px;
  }

  .leistung-wrap.hor {
    padding-bottom: 14px;
  }

  .leistung-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .leistung-h3 {
    font-size: 16px;
    line-height: 16px;
  }

  .service-h3 {
    font-size: 14px;
    line-height: 14px;
  }

  .footer_social-link.is--first {
    margin-left: 0;
  }

  .button-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .m-nav-toggle-inner {
    top: auto;
  }

  .form_field-label {
    font-size: .6em;
  }

  .button-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .form_section {
    padding: 56px 40px;
  }

  .page-wrapper {
    grid-template-columns: 100vw;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-form_wf-block {
    width: 100%;
  }

  .display-1 {
    margin-bottom: 24px;
    font-size: 52px;
    line-height: 55px;
  }

  .display-1.width-80percent {
    width: 100%;
    font-size: 32px;
    line-height: 38px;
  }

  .information_header {
    margin-bottom: 56px;
  }

  .information_section.background-color.neutral-200 {
    padding-bottom: 16px;
  }

  .information_section.background-color.neutral-200.is--footer.hide-desktop {
    padding-top: 20px;
    padding-bottom: 80px;
  }

  .review-collection-wrapper-2.ver2 {
    top: 7px;
  }

  .contactform-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .datentext {
    font-size: 12px;
  }

  .h1-sizing {
    font-size: 55px;
  }

  .h1-sizing.datenschutz {
    white-space: normal;
    font-size: 30px;
  }

  .h1-sizing.rechtliches {
    white-space: normal;
    font-size: 50px;
  }

  .content-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .titel-2 {
    line-height: 40px;
  }

  .social-media-link-block {
    padding-right: 0;
  }

  .container-3.daten {
    margin-top: 13px;
  }

  .datentext-2 {
    font-size: 11px;
    line-height: 12px;
  }

  .daten-berschrift {
    font-size: 14px;
  }

  .text-size-xlarge {
    font-size: 20px;
  }

  .container-large {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-large.muchpadding {
    width: 100%;
  }

  .image-bg {
    display: block;
    position: static;
  }

  .half {
    width: 100%;
  }

  .heroimage {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 16px;
  }

  p {
    color: #000;
  }

  .section {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .section.center {
    padding-bottom: 10vh;
  }

  .section.wide.img {
    flex-direction: column;
    padding-left: 1vh;
    padding-right: 1vh;
  }

  .section.maxw {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .nav {
    padding-right: 10px;
  }

  .nav-inner {
    width: 100vw;
  }

  .feature-content {
    width: auto;
    max-width: 100%;
  }

  .feature-content.icons.numbers {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .h2 {
    color: #000;
    align-self: flex-start;
    font-size: 25px;
    font-weight: 400;
    line-height: 25px;
  }

  .wrapper {
    order: -1;
    width: 100%;
  }

  .wrap {
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .wrap._700 {
    flex-wrap: nowrap;
    align-content: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .wrap._1400 {
    width: 100%;
    max-width: 670px;
  }

  .title {
    color: #000;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    font-weight: 700;
  }

  .image-2 {
    width: 100%;
  }

  .button-wrap {
    flex-direction: column;
    width: 90vw;
  }

  .h4 {
    line-height: 30px;
  }

  .hero-image {
    width: 80%;
  }

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

  .hero-content.flex {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap, .feature-wrap.reverse {
    flex-direction: column;
  }

  .feature-image {
    order: -1;
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .hero-subhead {
    max-width: 80%;
    font-size: 16px;
    line-height: 20px;
  }

  .hero-subhead.center {
    max-width: 80%;
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 16px;
    line-height: 16px;
  }

  .feature-icon {
    margin-bottom: 20px;
  }

  .form-2 {
    flex-direction: column;
    width: 90vw;
  }

  .quote-slider {
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .left-arrow, .right-arrow {
    width: 15vw;
  }

  .number {
    font-size: 40px;
  }

  .brand {
    width: 160px;
  }

  .heading-3 {
    font-size: 26px;
    line-height: 30px;
  }

  .heading-3.small {
    font-size: 1.6vh;
    line-height: 18px;
  }

  .heading-4 {
    font-size: 26px;
  }

  .heading-4.center {
    font-size: 14px;
    line-height: 16px;
  }

  .heading-4.no-margin-down {
    text-align: center;
    padding-left: 0;
    font-size: 22px;
    line-height: 22px;
  }

  .heading-4.margin {
    margin-top: 12px;
    line-height: 24px;
  }

  .bold-text {
    display: none;
  }

  .bold-text.nohidden {
    font-size: 20px;
    line-height: 22px;
  }

  .bold-text.nohidden.small {
    font-size: 18px;
    line-height: 22px;
  }

  .grid {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
    align-items: stretch;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .lightbox-link {
    width: 100%;
    max-width: 300px;
    padding: 5px;
  }

  .image-wrap {
    max-width: none;
  }

  .img-wrapper.lack {
    width: 100%;
  }

  .wrapper-gallery {
    align-items: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-inp {
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-div {
    flex-direction: column;
    display: flex;
  }

  .text-wrapper, .center-wrap {
    width: 100%;
  }

  .leistung-wrap {
    width: 100%;
    padding-top: 30px;
  }

  .leistung-wrap.hor {
    height: 140px;
    padding-bottom: 10px;
  }

  .leistung-wrap.hor.height-0 {
    height: auto;
  }

  .leistung-wrap.hor.padding {
    height: 180px;
    padding-top: 0;
  }

  .leistung-grid {
    flex-direction: column;
    width: 80%;
    display: flex;
  }

  .leistung-h3 {
    color: #000;
  }

  .leistung-h3.min20 {
    min-height: 20px;
  }

  .leistung-tx {
    color: #000;
  }

  .service-grid {
    grid-template-columns: 1fr 1fr;
  }

  .service-wrap {
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .service-h3 {
    text-align: center;
    align-self: auto;
    font-size: 12px;
    line-height: 12px;
  }

  .flex-grid {
    grid-template-columns: 1fr;
  }

  .flex-wrapper-hor.noline {
    border-bottom-style: solid;
  }

  .text-block-3 {
    font-size: 25px;
    line-height: 15px;
  }

  .leasing-grid {
    grid-template-columns: 1fr;
  }

  .text-wrap.padding {
    flex-direction: column;
    align-self: auto;
    align-items: center;
    width: auto;
    max-width: none;
    margin-left: 0;
    padding-left: 10px;
  }

  .paragraph-3 {
    max-width: 100%;
    font-size: 16px;
  }

  .navbar_brand.phone {
    background-image: url('../images/bto.svg');
    background-position: 0 0;
    background-size: cover;
    width: 125px;
    height: 125px;
  }

  .button-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 19px;
  }

  .navbar_logo {
    display: none;
  }

  .melted {
    width: 40px;
    height: 40px;
  }

  .top-bubble {
    width: 20px;
    height: 1.5px;
    top: 12px;
  }

  .middle-bubble {
    width: 20px;
    height: 1.5px;
    top: 20px;
  }

  .bottom-bubble {
    width: 20px;
    height: 1.5px;
    top: 28px;
  }

  .m-nav-toggle-open {
    bottom: 80px;
  }

  .m-nav-overlay {
    display: none;
  }

  .m-nav-toggle-inner {
    top: auto;
  }

  .paragraph-small.width-60percent {
    width: 100%;
  }

  .form_field-label {
    font-size: 1em;
  }

  .button-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 19px;
  }

  .button-3.is--secondary {
    width: auto;
    padding-left: 12px;
    padding-right: 12px;
  }

  .form_section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-_icon {
    margin-left: 6px;
  }

  .page-wrapper {
    max-width: 100%;
    margin-top: 150px;
  }

  .information_section.background-color.neutral-200 {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .information_section.background-color.neutral-200.is--footer.hide-desktop {
    padding-bottom: 24px;
  }

  .ms-toggle-label {
    font-size: 10px;
  }

  .datentext {
    font-size: 12px;
  }

  .datentext.red {
    padding-right: 13px;
    font-size: 14px;
  }

  .infotext {
    font-size: 16px;
  }

  .review-wrapper {
    align-self: auto;
    padding-right: 5px;
  }

  .startext {
    font-size: 8px;
  }

  .review-svg {
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .review {
    font-size: 14px;
  }

  .h2-2 {
    margin-top: 0;
    margin-left: 6px;
    font-size: 34px;
  }

  .h2-2.contact {
    margin-left: 0;
    line-height: 40px;
  }

  .datenwrapper-contact {
    margin-bottom: 10px;
  }

  .h1-sizing {
    font-size: 32px;
  }

  .h1-sizing.datenschutz {
    white-space: normal;
    font-size: 22px;
  }

  .h1-sizing.rechtliches {
    white-space: normal;
    font-size: 30px;
  }

  .container-2.imprint {
    max-width: 350px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .bold-text-2 {
    font-size: 18px;
    line-height: 18px;
  }

  .content-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .content-container.imprint {
    margin-top: 201px;
    margin-left: auto;
    padding-right: 0;
  }

  .rechtliches-text-2 {
    font-size: 14px;
  }

  .link-with-max-w {
    white-space: normal;
    font-size: 6px;
    line-height: 6px;
  }

  .titel-2 {
    margin-top: 8px;
    padding-right: 0;
    font-size: 16px;
    line-height: 25px;
  }

  .rechtliches-text-3 {
    font-size: 14px;
  }

  .footer-wrapper {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-wrapper.bottom {
    text-align: left;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
    inset: auto 0% 0% auto;
  }

  .datenwrapper {
    margin-bottom: 10px;
  }

  .social-media-link-block {
    flex-direction: row;
    margin-top: 9px;
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .container-3.daten {
    margin-top: 27px;
  }

  .datentext-2 {
    font-size: 12px;
  }

  .footer-column {
    margin-right: 5px;
  }

  .footer-column.social-media {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    right: 50px;
  }

  .footer-column.social-media.version-2 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: static;
    left: -197px;
    right: 0;
  }

  .dot {
    width: 10px;
    height: 10px;
    margin-right: 6px;
  }

  .daten-berschrift {
    font-size: 14px;
  }

  .caption {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    display: flex;
  }

  .caption.footer {
    text-align: center;
    margin-right: 14px;
  }

  .field-text {
    font-size: 16px;
  }

  .form_input-text {
    height: 3.3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .form_regular-label {
    font-size: .9rem;
    top: 1rem;
    left: 1rem;
  }

  .contact-form_wrap-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .grid-thirds.lesspading {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

  .padding-large {
    padding: 1rem .5rem;
  }

  .container-custom-large {
    padding-left: .5rem;
    padding-right: .5rem;
  }

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

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

  .footer-link-2 {
    font-family: Georgia, Times, Times New Roman, serif;
  }

  .container-large.muchpadding {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .image-bg {
    width: 24.5em;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .half {
    width: 100%;
    padding-left: 3em;
    padding-right: 3em;
  }
}

#w-node-_9eb09c4b-e77d-be88-2329-1d0c42a91ee8-2efc9576 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3054a88e-d0ad-4162-338c-26e094050916-2efc9576, #w-node-_8ccea5f8-cff7-a132-df08-9e8c47f16353-2efc9576, #w-node-ebf44cea-700d-5951-e530-ba5b43eb49d1-2efc9576, #w-node-_226e8dc2-5cbd-e485-176f-770434e3c467-2efc9576, #w-node-a8871233-c9b6-b663-6cac-c007b44d1dab-2efc9576, #w-node-_0b1a1f83-e07a-1257-0b80-bc439f999406-2efc9576, #w-node-_8782141a-2e7d-1d1a-a9bd-6ce145ce87db-2efc9576, #w-node-_1809b87d-deb3-3567-6b4a-27bea5d887fe-2efc9576, #w-node-_88ea6712-54b9-7ed4-ed15-a5160125e84b-2efc9576, #w-node-_849b21bc-90fe-a2c4-84c9-40733f4fb4a9-2efc9576 {
  place-self: center;
}

#w-node-acfed1e9-1f9d-d618-8238-aaeefa8422db-2efc9576, #w-node-b69fae23-a539-34de-67bc-d7a55c972195-2efc9576, #w-node-_99c47043-d9e6-4ef4-94cf-10744d88c6bf-c581265b, #w-node-cd7ef0d6-a19c-c3e3-8e00-a75f4908614d-c581265b, #w-node-a8291d7f-ddee-527b-8b61-d6292eb839ad-c581265b, #w-node-c9442c35-ed43-fb0d-3c64-e9dd33eea348-c581265b, #w-node-_7a9112f8-9e41-f557-e8aa-3e75d58041bf-c581265b, #w-node-fca733b2-5f8a-1522-83e4-8f3fe0fd1884-c581265b, #w-node-_6b650193-c745-0715-5851-eb2ffbf8c822-c581265b, #w-node-_1b3b35fe-5c7c-47d3-b46b-96962cc642aa-c581265b, #w-node-_7034906d-a69b-8b0d-3ef8-0621794ee046-c581265b, #w-node-_4a842d03-f52f-d921-96c2-55d8fe66caaf-c581265b, #w-node-_6d07f5ee-8f8d-590f-008e-08f961d22737-c581265b, #w-node-c17ffb47-2519-2a38-17b9-9eaa2f2eb29f-c581265b, #w-node-_880f23bd-d3d6-69eb-69f3-9d39391eb837-39db943f, #w-node-a89d81d1-ba37-8d17-26c1-a76f410502d4-39db943f, #w-node-a89d81d1-ba37-8d17-26c1-a76f410502d9-39db943f, #w-node-a89d81d1-ba37-8d17-26c1-a76f410502e0-39db943f, #w-node-a89d81d1-ba37-8d17-26c1-a76f410502e8-39db943f, #w-node-_06c24d13-32b7-30cf-23e5-5e32a3dcafcf-39db943f, #w-node-c865a1af-ce44-dbf1-2334-48083462b82a-39db943f, #w-node-_12b7f098-9bcd-a52c-b7f4-271c78c1fb4d-39db943f, #w-node-_0bb8aacc-f297-456c-9dbe-5a483a016574-39db943f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db210f1e-617c-032d-fc6d-867a0f6552bd-0f6552b4, #w-node-db210f1e-617c-032d-fc6d-867a0f6552c2-0f6552b4, #w-node-db210f1e-617c-032d-fc6d-867a0f6552c7-0f6552b4, #w-node-db210f1e-617c-032d-fc6d-867a0f6552cc-0f6552b4, #w-node-db210f1e-617c-032d-fc6d-867a0f6552d1-0f6552b4, #w-node-db210f1e-617c-032d-fc6d-867a0f6552d6-0f6552b4, #w-node-db210f1e-617c-032d-fc6d-867a0f6552db-0f6552b4, #w-node-db210f1e-617c-032d-fc6d-867a0f6552e0-0f6552b4, #w-node-db210f1e-617c-032d-fc6d-867a0f6552e5-0f6552b4, #w-node-db210f1e-617c-032d-fc6d-867a0f6552ea-0f6552b4, #w-node-db210f1e-617c-032d-fc6d-867a0f6552ef-0f6552b4, #w-node-db210f1e-617c-032d-fc6d-867a0f6552f4-0f6552b4, #w-node-db210f1e-617c-032d-fc6d-867a0f6552f9-0f6552b4, #w-node-db210f1e-617c-032d-fc6d-867a0f6552fe-0f6552b4, #w-node-db210f1e-617c-032d-fc6d-867a0f655303-0f6552b4 {
  place-self: center;
}

#w-node-_6718595b-24ce-9438-6e60-332812b75425-878d16be, #w-node-_2b00a81f-84c6-29ca-05b1-38564bcace88-878d16be, #w-node-_69a717e9-f19d-968d-fd43-4b869b0ae207-878d16be, #w-node-f2f59ee1-0aec-d699-6f06-d8f9a077c8fe-878d16be, #w-node-_53b6a084-6362-fc0d-85eb-582971f9bcc2-878d16be, #w-node-f059cee5-2b50-3f74-5745-a76f2bff06f2-878d16be, #w-node-_62766727-3145-4243-2a7d-0071f701364f-878d16be, #w-node-df82d3e3-6b52-1a1a-a886-8f2340561705-878d16be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e151915d-af1d-6370-48fa-b4385d7cd442-878d16be, #w-node-e151915d-af1d-6370-48fa-b4385d7cd447-878d16be, #w-node-e151915d-af1d-6370-48fa-b4385d7cd44c-878d16be, #w-node-e151915d-af1d-6370-48fa-b4385d7cd451-878d16be, #w-node-e151915d-af1d-6370-48fa-b4385d7cd456-878d16be, #w-node-e151915d-af1d-6370-48fa-b4385d7cd45b-878d16be, #w-node-e151915d-af1d-6370-48fa-b4385d7cd460-878d16be, #w-node-e151915d-af1d-6370-48fa-b4385d7cd465-878d16be, #w-node-e151915d-af1d-6370-48fa-b4385d7cd46a-878d16be, #w-node-e151915d-af1d-6370-48fa-b4385d7cd46f-878d16be {
  place-self: center;
}

#w-node-fd00b9c2-260b-c17e-a511-2810f88a8803-d30b0fb6, #w-node-_4b2b6c71-abe7-f82e-b54f-2f4f9431c680-d30b0fb6, #w-node-_5bf5fecc-b544-4142-8ca5-c7e7ec549a67-d30b0fb6, #w-node-a1b6a712-8d9a-e2f4-3640-9067036706ea-d30b0fb6, #w-node-b9bca3db-4466-770e-dbe2-e0a2c901344a-d30b0fb6, #w-node-fc39bace-429b-dd49-17ce-b9cd0758ef7d-d30b0fb6, #w-node-_966396ce-c105-a99a-5304-9eef548f9fef-d30b0fb6, #w-node-b73bf2ba-fa24-3075-5b5d-1cb3f4b816e1-d30b0fb6, #w-node-b54c545f-2788-e60e-d44f-8bce16fb1319-d30b0fb6, #w-node-fc7b9a2f-afe7-ee56-3151-5ea0f1c80c66-d30b0fb6, #w-node-_522548d0-0aad-a048-33f9-2ab746b9b6a6-d30b0fb6, #w-node-_358cb0f5-be22-8298-dab5-65cb8863d1a1-d30b0fb6, #w-node-c12ddab0-31d9-6442-b2af-37bfc4e6ef3b-d30b0fb6, #w-node-ff73df0d-8096-c3d2-9610-bf59d25eb526-d30b0fb6, #w-node-_4ed439b4-adc3-b046-40f4-e7046582c96b-d30b0fb6, #w-node-cbe285f8-848e-da42-7846-3c0f4f9b9a69-d30b0fb6, #w-node-_13458518-4c35-e3ec-d568-9655430e202a-d30b0fb6, #w-node-_59d5c151-4f19-d367-6c31-d45c0aa701e4-d30b0fb6, #w-node-ae4de7f2-0ce4-ed51-afac-50be489118c7-d30b0fb6, #w-node-_9f5078d3-3426-f086-7f94-47e777198ea1-d30b0fb6, #w-node-e3dd08d5-3155-faf4-0e65-8adf8a95a6d8-4a5cc763, #w-node-_4b2b6c71-abe7-f82e-b54f-2f4f9431c680-4a5cc763, #w-node-_59d5c151-4f19-d367-6c31-d45c0aa701e4-4a5cc763, #w-node-ae4de7f2-0ce4-ed51-afac-50be489118c7-4a5cc763, #w-node-d7f4a483-41f4-dcaf-775f-a7890c480dea-4a5cc763, #w-node-cfc4330a-a6ad-b90a-2fae-ea2527fbb2ea-4a5cc763, #w-node-f8f13f3e-b255-4486-56af-e2b2f33d5ced-4a5cc763, #w-node-_42830bd1-3f29-2f33-04b7-043ac7199658-4a5cc763, #w-node-b6504c46-1d87-f08b-03e9-274ca382b1f1-f320de09, #w-node-a542124d-25d3-4a37-1c96-a6cc50b379aa-f320de09, #w-node-_3ae36d89-ed31-1fe7-7398-c6df992b7b4f-32b73395, #w-node-_1de0c606-bc4c-0d88-d29c-7f72ba7c3a26-0ece751d, #w-node-c54ccd6d-50ac-d187-0937-8a897e724398-19006fff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3054a88e-d0ad-4162-338c-26e094050916-19006fff, #w-node-_8ccea5f8-cff7-a132-df08-9e8c47f16353-19006fff, #w-node-ebf44cea-700d-5951-e530-ba5b43eb49d1-19006fff, #w-node-_226e8dc2-5cbd-e485-176f-770434e3c467-19006fff, #w-node-a8871233-c9b6-b663-6cac-c007b44d1dab-19006fff, #w-node-_0b1a1f83-e07a-1257-0b80-bc439f999406-19006fff, #w-node-_8782141a-2e7d-1d1a-a9bd-6ce145ce87db-19006fff, #w-node-_1809b87d-deb3-3567-6b4a-27bea5d887fe-19006fff, #w-node-_88ea6712-54b9-7ed4-ed15-a5160125e84b-19006fff, #w-node-_849b21bc-90fe-a2c4-84c9-40733f4fb4a9-19006fff {
  place-self: center;
}

#w-node-acfed1e9-1f9d-d618-8238-aaeefa8422db-19006fff, #w-node-b69fae23-a539-34de-67bc-d7a55c972195-19006fff, #w-node-f5569558-4a98-89bc-f81d-98ab846e4429-c0912974, #w-node-acfed1e9-1f9d-d618-8238-aaeefa8422db-c0912974, #w-node-b69fae23-a539-34de-67bc-d7a55c972195-c0912974, #w-node-_291dd642-bd73-3d29-e822-7bc68af2f2d8-a5a0763d, #w-node-_2b00a81f-84c6-29ca-05b1-38564bcace88-a5a0763d, #w-node-_69a717e9-f19d-968d-fd43-4b869b0ae207-a5a0763d, #w-node-f2f59ee1-0aec-d699-6f06-d8f9a077c8fe-a5a0763d, #w-node-_53b6a084-6362-fc0d-85eb-582971f9bcc2-a5a0763d, #w-node-f059cee5-2b50-3f74-5745-a76f2bff06f2-a5a0763d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_7a9112f8-9e41-f557-e8aa-3e75d58041bf-c581265b {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-fca733b2-5f8a-1522-83e4-8f3fe0fd1884-c581265b {
    grid-area: 2 / 2 / 3 / 4;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7a9112f8-9e41-f557-e8aa-3e75d58041bf-c581265b {
    grid-column-end: 2;
    justify-self: start;
  }

  #w-node-fca733b2-5f8a-1522-83e4-8f3fe0fd1884-c581265b {
    grid-column-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7034906d-a69b-8b0d-3ef8-0621794ee046-c581265b {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_06c24d13-32b7-30cf-23e5-5e32a3dcafcf-39db943f, #w-node-c865a1af-ce44-dbf1-2334-48083462b82a-39db943f, #w-node-_12b7f098-9bcd-a52c-b7f4-271c78c1fb4d-39db943f, #w-node-_0bb8aacc-f297-456c-9dbe-5a483a016574-39db943f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b9bca3db-4466-770e-dbe2-e0a2c901344a-d30b0fb6 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_966396ce-c105-a99a-5304-9eef548f9fef-d30b0fb6 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-b54c545f-2788-e60e-d44f-8bce16fb1319-d30b0fb6 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_522548d0-0aad-a048-33f9-2ab746b9b6a6-d30b0fb6 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-c12ddab0-31d9-6442-b2af-37bfc4e6ef3b-d30b0fb6 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_4ed439b4-adc3-b046-40f4-e7046582c96b-d30b0fb6 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_13458518-4c35-e3ec-d568-9655430e202a-d30b0fb6 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-ae4de7f2-0ce4-ed51-afac-50be489118c7-d30b0fb6 {
    grid-area: 10 / 1 / 11 / 2;
  }
}


@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}