@font-face {
  font-family: "Bogart Trial Regular";
  src: url("../fonts/Bogart-Regular-trial.eot");
  src: url("../fonts/Bogart-Regular-trial.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Bogart-Regular-trial.woff2") format("woff2"),
    url("../fonts/Bogart-Regular-trial.woff") format("woff"),
    url("../fonts/Bogart-Regular-trial.ttf") format("truetype"),
    url("../fonts/Bogart-Regular-trial.svg#Bogart Trial") format("svg");
}

@font-face {
  font-family: "Bogart Trial Italic";
  src: url("../fonts/Bogart-Italic-trial.eot");
  src: url("../fonts/Bogart-Italic-trial.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Bogart-Italic-trial.woff2") format("woff2"),
    url("../fonts/Bogart-Italic-trial.woff") format("woff"),
    url("../fonts/Bogart-Italic-trial.ttf") format("truetype"),
    url("../fonts/Bogart-Italic-trial.svg#Bogart Trial") format("svg");
}

@font-face {
  font-family: "Strawford Regular";
  src: url("../fonts/strawford-regular-webfont.eot");
  src: url("../fonts/strawford-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/strawford-regular-webfont.woff2") format("woff2"),
    url("../fonts/strawford-regular-webfont.woff") format("woff"),
    url("../fonts/strawford-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

:root {
  --primary-brand: #206055;
  --secondary-brand: #99de99;
  --background: #cfe6d2;
  --icon: #00806a;

  --primary-background: #ede9de;
  --secondary-background: #f8f6f2;
  --card-on-cerel-200: #e3dfd4;
  --divider: #cfcbc0;

  --form-border: #708787;
  --primary-copy: #184040;
  --secondary-copy: #467070;

  --BorderRadiusFull: 999px;
  --container: 1320px;

  --bs-gutter-x: 24px;
}

.container {
  padding-right: calc(var(--bs-gutter-x) * 1);
  padding-left: calc(var(--bs-gutter-x) * 1);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Strawford Regular";
}

body {
  margin: 0;
  padding: 0;
}

.custom-btn-transparent {
  display: flex;
  align-items: center;
  gap: 10px;
  outline: none;
  border-radius: var(--BorderRadiusFull);
  transition-property: background-color, border-color, color, box-shadow, filter;
  transition-duration: 0.3s;
  border: 1px solid transparent;
  letter-spacing: 2px;
  text-transform: capitalize;
  white-space: normal;
  text-align: center;
  padding: 16px 24px;
  color: #fff;
  background-color: transparent;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.custom-btn-transparent:hover,
.custom-btn-icon:hover,
.button-transparent:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.custom-btn-transparent:active,
.custom-btn-icon:active {
  transform: scale(0.99);
}

.custom-btn-icon {
  display: flex;
  align-items: center;
  gap: 10px;
  outline: none;
  border-radius: var(--BorderRadiusFull);
  transition-property: background-color, border-color, color, box-shadow, filter;
  transition-duration: 0.3s;
  border: 1px solid transparent;
  letter-spacing: 2px;
  text-transform: capitalize;
  white-space: normal;
  text-align: center;
  padding: 16px;
  color: #fff;
  background-color: transparent;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  transition: 0.2s all;
}
.button {
  border-radius: var(--BorderRadiusFull);
  background-color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  color: var(--primary-brand);
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  min-width: 200px;
  min-height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-transparent {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.7);
  color: var(--secondary-background);
  transition-property: background-color;
  transition-duration: 0.2s;
}

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

.menu-wrapper {
  /* display: flex; */
  display: none;
  gap: 60px;
}

.account {
  display: flex;
  gap: 10px;
  position: relative;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}
.account::after {
  content: "";
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  bottom: 0;
  right: -32px;
  height: 100%;
  width: 1.5px;
  top: -5%;
}
main {
  overflow: hidden;
}
header {
  padding: 40px 0;
  background-color: var(--primary-brand);
  display: flex;
  align-items: center;
  margin: 0 auto;
  color: #ffffff;
}

.video-container {
  position: relative;
  width: 145%;
  overflow: hidden;
}
.video-container video {
  position: absolute;
  top: 0;
  left: -41%;
  width: auto;
  height: 114%;
}

.hero-section {
  background-color: var(--primary-brand);
  padding-top: 40px;
  /*  height: calc(100vh - 104px);*/
  position: relative;
}

.hero-section svg {
  position: absolute;
  top: 99.8%;
  left: 0;
  bottom: 0;
  z-index: 5;
}

.hero-description {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: left;
}
.hero-title h1 {
  font-family: "Bogart Trial Regular";
  color: var(--secondary-background);
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 32px;
}
.hero-title span {
  font-family: "Bogart Trial Italic";
  color: var(--secondary-brand);
}
.hero-text {
  font-family: "Strawford Regular";
  color: var(--secondary-background);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.hero-buttons {
  display: flex;
  gap: 24px;
  margin-top: 64px;
  margin-bottom: 194px;
}

.hero-video {
  position: absolute;
}

.hero-video video {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.hero-shape {
  position: absolute;
  clip-path: ellipse(50% 40% at 69% 44%);
}

.partners {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--secondary-background);
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  padding: 20px 0;
  margin-bottom: 20px;
}
.partners-logos {
  display: flex;
  gap: 32px;
  align-items: center;
}

/* Info Section (second section) */

.info-section {
  background-color: var(--primary-background);

  padding-top: 120px;
  padding-bottom: 80px;
  position: relative;
}

.info-section svg {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
}

.info-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.info-percent-img {
  margin-bottom: 20px;
}
.info-percent-img img {
  display: block;
  width: 160px;
  height: 160px;
}

.info-text {
  margin-top: -60px;
}
.info-text p {
  font-family: "Bogart Trial Regular";
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  color: var(--primary-brand);
}

.info-text p span {
  color: var(--icon);
  font-family: "Bogart Trial Italic";
}

.info-text-source p {
  color: var(--primary-copy);
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}
.divider {
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 60px 0;
}
.info-text-secondary {
  margin-bottom: 64px;
}
.info-text-secondary h2 {
  font-family: "Bogart Trial Regular";
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  color: var(--primary-brand);
}

.info-card {
  background-color: var(--secondary-background);
  padding: 40px;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  min-height: 400px;
}

.info-card-title h3 {
  font-family: "Bogart Trial Regular";
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: var(--icon);
}

.info-card-icon {
  align-self: center;
}
.info-card-icon img {
  display: block;
  width: 80px;
  height: 80px;
}

.info-card-title span {
  font-family: "Bogart Trial Italic";
  color: var(--secondary-copy);
}

.info-card-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

/* Slider Section */

.slider-section {
  background-color: var(--background);
  padding: 80px 0;
  margin-top: 30px;
}

.slider-section-text h2 {
  text-align: center;
  font-family: "Bogart Trial Regular";
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  color: var(--primary-brand);
  margin-top: 40px;
}

.potato-slider {
  padding: 80px 0;
  font-size: 40px;
  text-align: center;
}

/* Advantages Section */

.advantages-section {
  background-color: var(--primary-background);
  padding-bottom: 60px;
  position: relative;
}

.advantages-section svg {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
}

.advantages-section-video {
  position: relative;
}
.advantages-section-video svg {
  height: auto;
  position: absolute;
  top: 57.5%;
  left: 0;
  z-index: 5;
}

.advantages-section-video video {
  background-repeate: no-repeat;
  background-position: center;
  object-fit: cover;
  background-color: var(--primary-background);
  width: 100%;
  height: auto;
}

.advantages-section-title h2 {
  text-align: center;
  font-family: "Bogart Trial Regular";
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  color: var(--primary-brand);
  margin-top: 40px;
  margin-bottom: 80px;
}

.advantages-card-row {
  max-width: 1076px;
  display: flex;
  gap: 40px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.advantages-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}
.advantages-card-icon img {
  display: block;
  width: 56px;
  height: 56px;
}

.advantages-card-title h3 {
  font-family: "Bogart Trial Regular";
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: var(--primary-brand);
}

.advantages-card-text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.advantages-board-row {
  max-width: 1076px;
  display: flex;
  gap: 40px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.advantages-board {
  width: 100%;
  height: auto;
  background-color: var(--secondary-background);
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  position: relative;
}

.board-1 {
  flex: 0.8;
}

.board-2 {
  flex: 1.2;
}

.advantages-board-img img {
  max-width: 100%;
  width: 800px;
  height: 320px;
  overflow: hidden;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  background-size: cover;
  object-fit: cover;
  object-position: center;
  margin-bottom: auto;
}

/* --------WORK------- */
.advantages-board-top-element {
  display: flex;
  height: 240px;
  overflow: hidden;
  gap: 30px;
  justify-content: center;
  position: relative;
}

.benefit-score {
  width: 246px;
  height: 120px;
  background-color: var(--primary-brand);
  border-radius: 14px;
  margin-top: 40px;
}

.benefit-score-top {
  display: flex;
  justify-content: space-between;
  padding: 19px 24px;
  color: var(--secondary-background);
  font-size: 11px;
  font-weight: 700;
}

.benefit-score-top img:hover {
  transform: scale(1.2);
}

.benefit-score-rating {
  display: flex;
  justify-content: center;
}

.aktive-personen {
  margin-top: -20px;
}
.order-info {
  background-color: #ffffff;
  width: 248px;
  position: absolute;
  top: 0;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  box-shadow: 0px 32px 9px 0px rgba(0, 0, 0, 0),
    0px 21px 8px 0px rgba(0, 0, 0, 0.01), 0px 12px 7px 0px rgba(0, 0, 0, 0.03),
    0px 5px 5px 0px rgba(0, 0, 0, 0.05), 0px 1px 3px 0px rgba(0, 0, 0, 0.06),
    0px 0px 0px 0px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
}

.order-info-wrapper {
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.order-info-title {
  color: var(--primary-brand);
  font-size: 10.8px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 8px;
}

.order-info-step {
  font-family: "Bogart Trial Regular";
  color: var(--primary-brand);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 8px;
}

.order-call-service {
  background-color: var(--secondary-background);
  display: flex;
  margin-top: auto;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  border: 2.4px solid #ffffff;
  padding: 12px 20px;
  gap: 10px;
  align-items: center;
}

.call-service-staff-position {
  color: var(--secondary-copy);
  font-weight: 500;
  font-size: 8.4px;
}
.call-service-staff-name {
  color: var(--primary-copy);
  font-weight: 500;
  font-size: 10.8px;
}

.call-service-icons {
  display: flex;
  gap: 12px;
  margin-left: auto;
}
.order-call-service .call-service-icons img {
  width: 14px;
  height: 14px;
}

.order-call-service .call-service-icons img:hover {
  transform: scale(1.2);
}

.order-call-service img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-position: 50%;
  background-size: cover;
}
/* ------------------------- */
.advantages-board-title h3 {
  padding: 10px 40px;
  font-family: "Bogart Trial Regular";
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  color: var(--primary-brand);
  margin-bottom: 0;
  height: 100px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.advantages-board-text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  padding: 0px 40px 40px;
  margin-top: 0;
  align-self: flex-start;
}

/* FAQ Section */

.faq-section {
  background-color: var(--background);
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding-top: 100px;
}

.faq-section svg {
  position: absolute;
  top: 99.8%;
  left: 0;
  z-index: 5;
}

.contact-banner {
  max-width: 1076px;
  width: 100%;
  height: 400px;
  margin: 40px auto;
  margin-top: 100px;
  background-color: var(--primary-brand);
  border-radius: 32px;
  display: flex;
}

.banner-left {
  display: flex;
  flex-direction: column;
  flex: 1.2;
  justify-content: center;
  gap: 70px;
  padding-left: 80px;
}
.banner-left p {
  font-family: "Bogart Trial Regular";
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  color: var(--secondary-brand);
}

.banner-left p span {
  font-family: "Bogart Trial Italic";
  color: var(--primary-background);
}

.contact-button-wrapper {
  display: inline-flex;
}

.banner-right {
  flex: 0.8;
  padding: 20px;
}

.banner-right img {
  margin-top: -20px;
  width: 100%;
}

.faq-section .partners {
  color: var(--primary-brand);
}

.primary-brand {
  filter: brightness(0) saturate(100%) invert(32%) sepia(5%) saturate(4386%)
    hue-rotate(120deg) brightness(94%) contrast(93%);
}

.faq-title h2 {
  font-family: "Bogart Trial Regular";
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  color: var(--primary-brand);
  text-align: center;
  margin-top: 160px;
}

.faq-accordion-wrapper {
  max-width: 630px;
  margin: 0 auto;
  padding: 40px 0;
}

.accordion-content {
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.accordion-content .accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
  max-height: 106px;

  cursor: pointer;
}

.accordion-content .accordion-header .accordion-title {
  font-weight: 700;
  color: var(--primary-copy);
  font-size: 18px;
  line-height: 28px;
}

.accordion-content .accordion-header.open img {
  transform: rotate(180deg);
}

.accordion-content .accordion-header img {
  transition: all 0.2s linear;
  margin-right: 30px;
}

.accordion-content .accordion-description {
  height: 0;
  transition: all 0.2s linear;
}

footer {
  background-color: var(--primary-brand);
  padding-top: 80px;
  font-size: 14px;
}

.footer-wrapper {
  padding: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-right {
  display: flex;
  gap: 40px;
}
.copyright {
  color: var(--background);
}

.footer-links {
  display: flex;
  gap: 40px;
  position: relative;
  z-index: 10;
}

.footer-btn {
  font-weight: 700;
  color: var(--secondary-background);
  background: none !important;
  border: none;
  padding: 0 !important;
}

/* Modals */
.datenschutz-contnet p span {
  text-decoration: underline;
}

/* cool slider*/
.box {
  display: flex;
  background-color: #cfe6d2;
  align-items: center;
}
.box img {
  transition: all 0.3s linear;
}
.box .process-v {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 5px;
}

.box .property-step {
  /* width: 1440px; */
  height: 588px;

  position: relative;
  left: -166px;
}

.box .overlap-group {
  margin-top: -83px;
}

.box .fon1 {
  position: absolute;
  width: 888px;
  height: 592px;
  top: 73px;
  left: 0;
  object-fit: cover;
  transition: all 0.2s linear;
}

.box .fon1.hide {
  transform: scale(0.9);
}

.box .fon2 {
  position: absolute;
  width: 642px;
  height: 428px;
  top: 167px;
  left: 158px;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.2s linear;
}
.box .fon2.hide,
.box .fon3.hide {
  transform: scale(1.1);
}

.box .fon3 {
  position: absolute;
  width: 642px;
  height: 428px;
  top: 167px;
  left: 123px;
  transform: scale(1);
  transition: all 0.2s linear;
}

.box .exclude {
  position: absolute;
  width: 888px;
  height: 592px;
  top: 73px;
  left: 0;
}

.box .img {
  position: absolute;
  width: 324px;
  height: 78px;
  top: 131px;
  left: 282px;
}

.box .kartoffel {
  position: absolute;
  width: 89px;
  height: 85px;
  top: 188px;
  left: 370px;
}

.box .kartoffel-2 {
  position: absolute;
  width: 89px;
  height: 85px;
  top: 222px;
  left: 405px;
}

.box .kartoffel-3 {
  position: absolute;
  width: 100px;
  height: 94px;
  top: 191px;
  left: 447px;
}

.box .text-container {
}
.box .steps {
  min-height: 260px;
  position: relative;
}
.box .steps .step {
  position: absolute;
  max-width: 400px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.3s linear;
}
.box .steps .step.hide {
  z-index: 0;
}
.box .frame {
  display: inline-flex;
  align-items: flex-start;
  margin-top: 32px;
}

.box .arrow-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
  cursor: pointer;
  transition: all 0.3s linear;
}

.box .arrow-button:hover {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 100%;
}

.box .block {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 999px;
}

.box .icon {
  position: relative;
  width: 24px;
  height: 24px;
}

.box .text-wrapper {
  text-align: left !important;
  font-family: "Bogart Trial Regular", Helvetica;
  font-weight: 400;
  color: #206055;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 120%;
  white-space: nowrap;
  margin-bottom: 18px;
}

.box .div {
  font-weight: 600;
  color: #184040;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 160%;
  font-style: normal;
}

.box .text-wrapper-2 {
  font-weight: 600;
  color: #467070;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 160%;
  white-space: nowrap;
  font-style: normal;
}

.box .erhalte-deinen {
  position: absolute;
  width: 855px;
  top: 0;
  left: 286px;
  font-family: "Bogart Trial Regular", Helvetica;
  font-weight: 600;
  color: #206055;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: 120%;
}

.box .subtract {
  position: absolute;
  width: 1440px;
  height: 50px;
  top: 0;
  left: 0;
}

.box .property-step-2 {
  position: relative;
  width: 1440px;
  height: 800px;
  background-color: #cfe6d2;
  overflow: hidden;
}

.hide {
  opacity: 0 !important;
}
.show {
  opacity: 1 !important;
}

.box .kartoffel-4 {
  position: absolute;
  width: 89px;
  height: 85px;
  top: 334px;
  left: 503px;
}

.box .kartoffel-5 {
  position: absolute;
  width: 89px;
  height: 85px;
  top: 334px;
  left: 193px;
}

.box .kartoffel-6 {
  position: absolute;
  width: 100px;
  height: 94px;
  top: 350px;
  left: 560px;
}

.box .kartoffel-7 {
  position: absolute;
  width: 100px;
  height: 94px;
  top: 407px;
  left: 482px;
}

.box .kartoffel-8 {
  top: 170px;
  left: 377px;
  position: absolute;
  width: 89px;
  height: 85px;
}

.box .kartoffel-9 {
  top: 227px;
  left: 446px;
  position: absolute;
  width: 89px;
  height: 85px;
}

.box .kartoffel-10 {
  top: 161px;
  left: 441px;
  position: absolute;
  width: 100px;
  height: 94px;
}

.box .karton {
  position: absolute;
  width: 711px;
  height: 442px;
  top: 104px;
  left: 88px;
  transform: translateY(0);
  transition: all 0.2s linear;
}
.box .karton.hide {
  transform: translateY(10%);
}

.box .overlap-group-2 {
  position: relative;
  height: 548px;
  top: -30px;
}

.box .shadow-box {
  position: absolute;
  width: 506px;
  height: 548px;
  top: 0;
  left: 117px;
  background-blend-mode: soft-light;
}

.box .karton-schmeckt {
  position: absolute;
  width: 711px;
  height: 399px;
  top: 30px;
  left: 7px;
  object-fit: cover;
}

.box .ellipse {
  position: absolute;
  width: 127px;
  height: 120px;
  top: 254px;
  left: 377px;
  background-color: #000000bf;
  border-radius: 63.5px/60px;
  filter: blur(100px);
}

.box .kartoffel-11 {
  position: absolute;
  width: 89px;
  height: 85px;
  top: 271px;
  left: 423px;
}

.box .kartoffel-12 {
  position: absolute;
  width: 100px;
  height: 94px;
  top: 295px;
  left: 462px;
}

.box .kartoffel-13 {
  top: 235px;
  left: 361px;
  position: absolute;
  width: 89px;
  height: 85px;
}

.box .kartoffel-14 {
  position: absolute;
  width: 89px;
  height: 85px;
  top: 301px;
  left: 354px;
}

.box .kartoffel-15 {
  top: 202px;
  left: 418px;
  position: absolute;
  width: 100px;
  height: 94px;
}

.box .kartoffel-16 {
  position: absolute;
  width: 100px;
  height: 94px;
  top: 334px;
  left: 399px;
}

.box .kartoffel-17 {
  top: 240px;
  left: 479px;
  position: absolute;
  width: 89px;
  height: 85px;
}

/* Media queries */
@media (min-height: 1400px) {
  .video-container video {
    left: -45%;
  }
}
@media only screen and (max-width: 600px) {
  header {
    padding: 24px 0;
  }
  .account {
    display: none;
  }

  .hero-section {
    height: auto;
    padding-top: 0;
  }

  .hero-row {
    flex-direction: column-reverse;
  }

  .hero-title h1,
  .hero-title span {
    font-size: 24px;
    line-height: 28px;
  }
  .video-container {
    width: 125%;
    left: -35px;
  }
  .video-container video {
    left: -28%;
    width: auto;
    height: 100%;
  }
  #video-curve {
    width: 150%;
  }
  .hero-description {
    background-color: var(--primary-brand);
    margin-top: -1px;
    padding-top: 20px;
    position: relative;
    z-index: 10;
  }
  .hero-title {
    order: 1;
  }
  .hero-buttons {
    flex-direction: column;
    order: 2;
    margin-bottom: 56px;
    margin-top: 32px;
  }
  .hero-text {
    order: 3;
  }

  .partners-logos {
    flex-direction: column;
  }

  .info-section {
    padding-top: 70px;
    padding-bottom: 20px;
  }

  .info-section svg {
    top: 99.8%;
  }
  .info-card {
    margin-bottom: 24px;
  }
  .box .text-wrapper,
  .info-text p,
  .advantages-section-title h2 {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }

  .advantages-section-title h2,
  .advantages-board-title h3,
  .banner-left p,
  .info-text-secondary h2,
  .slider-section-text h2,
  .faq-title h2 {
    font-size: 24px;
    line-height: 28px;
    text-align: left;
  }

  .slider-section-text h2 {
    margin-top: 0;
  }
  .advantages-section-title h2 {
    margin-bottom: 40px;
    margin-top: 20px;
  }

  .info-text-secondary {
    margin-bottom: 20px;
  }
  .advantages-section-video svg {
    top: 56.5%;
  }

  .advantages-board {
    gap: 14px;
  }

  .advantages-board-title {
    height: auto;
  }

  .banner-left {
    padding: 20px;
  }
  .info-section {
    margin-bottom: -20px;
  }
  .info-card-title {
    font-size: 20px;
  }
  .box .frame {
    display: flex;
    justify-content: flex-end;
  }
  .slider-section {
    padding-bottom: 30px;
  }
  .box .property-step {
    transform: scale(0.66);
    height: 509px;
  }
  .box.row {
    overflow: hidden;
  }
  .box .overlap-group {
    margin-top: -134px;
  }

  .advantages-card-row,
  .advantages-board-row {
    flex-direction: column;
  }

  .statistiken-mobile {
    flex-direction: column-reverse !important;
    position: relative;
    transform: scale(1);
  }
  .benefit-score {
    position: absolute;
    top: 55px;
    left: 20px;
    z-index: 5;
  }

  .aktive-personen {
    position: absolute;
    top: -75px;
    right: 20px;
  }

  .contact-button-wrapper {
    display: block;
    margin-bottom: 20px;
  }

  .faq-title h2 {
    margin-top: 60px;
  }
  .faq-accordion-wrapper {
    padding-top: 0;
  }

  footer {
    padding-top: 50px;
  }
  .footer-wrapper {
    flex-direction: column;
    gap: 64px;
    padding: 24px;
  }
  .copyright {
    width: 120px;
  }

  .partners-logos {
    overflow: hidden;
  }

  .contact-banner {
    flex-direction: column;
    max-height: 600px;
    height: 100%;
    margin-top: 0px;
  }
  .banner-left {
    order: 2;
    flex: 1;
    padding: 0 20px;
    gap: 0;
  }
  .banner-right {
    order: 1;
    flex: 1;
  }
  .banner-right {
    padding-bottom: 0;
  }

  .divider {
    margin: 40px 0;
  }
}

@media only screen and (max-width: 821px) {
  .advantages-card-row,
  .advantages-board-row {
    flex-direction: column;
  }
}

@media (min-width: 1400px) {
  .info-section {
    padding-bottom: 0;
  }

  .slider-section {
    padding-top: 150px;
  }
  .advantages-section-video svg {
    top: 57.8%;
  }

  .contact-banner {
    margin-top: 180px;
  }
}
