@keyframes lexprofitBackAnim {
  0% {
    transform: scaleX(0.7) scaleY(0.7);
  }
  25% {
    transform: scaleX(1.2) scaleY(1.2);
  }
  50% {
    transform: scaleX(1.5) scaleY(1.5);
  }
  65% {
    transform: scaleX(1.2) scaleY(1.2);
    opacity: 0.7;
  }
  100% {
    transform: scaleX(0.7) scaleY(0.7);
    opacity: 0;
  }
}
@keyframes lexprofitBorderAnim {
  0% {
    transform: scaleX(1) scaleY(1);
  }
  50% {
    transform: scaleX(1.5) scaleY(1.5);
  }
  100% {
    transform: scaleX(2) scaleY(2);
    opacity: 0;
  }
}
@keyframes lexprofitBoundingAnim {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(15deg);
  }
  30% {
    transform: rotate(0deg);
  }
  45% {
    transform: rotate(-15deg);
  }
  60% {
    transform: rotate(0deg);
  }
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

@font-face {
  font-display: swap;
  font-family: "Brandon Text";
  src: url(../fonts/BrandonText-Regular.woff2);
  font-weight: 400;
}
@font-face {
  font-display: swap;
  font-family: "Brandon Text";
  src: url(../fonts/BrandonText-Medium.woff2);
  font-weight: 500;
}
@font-face {
  font-display: swap;
  font-family: "Brandon Text";
  src: url(../fonts/BrandonText-Bold.woff2);
  font-weight: 700;
}
@font-face {
  font-display: swap;
  font-family: "Brandon Text";
  src: url(../fonts/BrandonText-Black.woff2);
  font-weight: 900;
}
@font-face {
  font-display: swap;
  font-family: "CircularStd";
  src: url(../fonts/CircularStd-Black.woff2);
  font-weight: 700;
}
@font-face {
  font-display: swap;
  font-family: "CircularStd";
  src: url(../fonts/CircularStd-Bold.woff2);
  font-weight: 600;
}
@font-face {
  font-display: swap;
  font-family: "CircularStd";
  src: url(../fonts/CircularStd-Medium.woff2);
  font-weight: 500;
}
body {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  scroll-behavior: smooth;
  overflow-x: hidden;
  margin: 77.7px 0 0 0;
  padding: 0;
  background: #ffffff;
  color: var(--text-color);
}
body * {
  box-sizing: border-box;
}
body h1, body h2, body h3, body h4, body h5, body h6, body p, body span, body b, body strong, body ol, body ul, body li {
  margin: 0;
}
body a {
  text-decoration: none;
}
body a:visited {
  color: #1799d0;
}
body a:hover, body button:hover {
  cursor: pointer;
}
body img, body svg {
  flex-shrink: 0;
}
body .teleBTN {
  display: flex;
  background: var(--cta-color);
  color: var(--cta-icon-color);
  box-shadow: 0 8px 16px rgba(98, 98, 98, 0.3);
  border-radius: 9px;
  font-weight: 700;
  line-height: 1.25;
  padding: 10px 16px 10px 12px;
  width: fit-content;
  font-family: "CircularStd", Arial, sans-serif;
  transition: all 0.3s ease-in-out;
}
body .teleBTN:hover {
  transform: scale(105%);
}
body .teleBTN .teleSVG {
  display: flex;
  width: 48px;
  height: 48px;
  margin: 2px 12px 0 0;
}
body .teleBTN .telText {
  display: flex;
  flex-direction: column;
  text-align: center;
}
body .teleBTN .telText .strongTel {
  font-size: 28px;
}
body .teleBTN .telText .pTel {
  font-size: 14px;
  font-weight: 600;
}
body .menu {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  background: #fff;
  display: flex;
}
body .menu .inner {
  display: flex;
  flex-direction: row;
  width: 1200px;
  padding: 24px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
body .menu .inner .logoLink {
  display: flex;
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
  line-height: 20px;
  font-family: "Brandon Text", Arial, sans-serif;
}
body .menu .inner .logoLink b {
  margin-right: 5px;
}
body .menu .inner .nav {
  display: flex;
  flex-direction: row;
}
body .menu .inner .nav a {
  padding: 4px 0;
  text-transform: uppercase;
  color: var(--primary-color);
  line-height: 1.55;
  font-family: "Brandon Text", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-right: 32px;
  transition: all 0.25s;
  text-underline-offset: 10px;
  text-decoration-color: var(--secondary-color);
}
body .menu .inner .nav a:hover {
  text-decoration: var(--secondary-color) underline 3px;
}
body .menu .inner .nav a:first-child {
  text-decoration: var(--secondary-color) underline 3px;
}
body .menu .inner .nav a:last-child {
  margin: 0;
}
body .menu .inner .burger {
  display: none;
  flex-direction: column;
  outline: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  width: 34px;
  height: 30px;
  cursor: pointer;
}
body .menu .inner .burger span {
  display: flex;
  height: 4px;
  border-radius: 2px;
  background: var(--primary-color);
  transform-origin: 50% 50%;
  flex-shrink: 0;
  transition: transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6) 0s, width 0.2s ease 0.2s;
}
body .menu .inner .burger span:first-child {
  width: 18px;
  margin-top: 0;
}
body .menu .inner .burger span:nth-child(2) {
  width: 34px;
  margin-top: 7px;
}
body .menu .inner .burger span:last-child {
  width: 22px;
  margin-top: 7px;
}
body header {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: var(--highlight-color);
  position: relative;
}
body header .polygon1 {
  display: flex;
  background: #fff;
  clip-path: polygon(0 0, 20% 0, 0 40%);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.35;
  margin-top: 77.7px;
  height: 563px;
  z-index: 1;
}
body header .polygon2 {
  display: flex;
  background: #e0e4e6;
  clip-path: polygon(10% 0, 25% 0, 25% 100%);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0.35;
  height: 563px;
}
body header .imgFade2 {
  display: flex;
  content: "";
  position: absolute;
  margin-left: 40%;
  margin-top: 0;
  z-index: 1;
  top: 0;
  left: 0;
  pointer-events: none;
  height: 615px;
  width: 276px;
  background: linear-gradient(90deg, var(--highlight-color), rgba(236, 240, 241, 0));
}
body header .img_1 {
  display: flex;
  max-width: 60%;
  height: 100%;
  right: 0;
  overflow: hidden;
  /* prevents weird scroll */
  position: absolute;
  object-fit: cover;
  object-position: center top;
}
body header .container {
  display: flex;
  position: relative;
  z-index: 2;
  padding: 92px 0;
  width: 100%;
}
body header .container .containerInner {
  display: flex;
  width: 1200px;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 20px;
}
body header .container .containerInner .headline {
  font-size: 64px;
  font-family: "CircularStd", Arial, sans-serif;
  font-weight: 700;
  color: var(--primary-color);
  margin: 0;
  line-height: 1.25;
  width: fit-content;
}
body header .container .containerInner .text_1 {
  display: flex;
  font-size: 36px;
  font-weight: 500;
  margin-top: 8px;
  font-family: "CircularStd", Arial, sans-serif;
  color: var(--primary-color);
  width: fit-content;
  white-space: nowrap;
  height: 56px;
  align-items: center;
}
body header .container .containerInner .text_1 .rectangle {
  display: flex;
  position: relative;
  padding: min(7%, 18px) min(3%, 12px);
  color: #ffffff;
  margin-left: 9px;
  background: linear-gradient(-2deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 19.25%, var(--secondary-color) 20%, var(--secondary-color) 80%, rgba(0, 0, 0, 0) 80.75%, rgba(0, 0, 0, 0) 100%);
}
body header .container .containerInner .text_2 {
  display: flex;
  margin: 24px 0;
  align-items: center;
}
body header .container .containerInner .text_2 svg {
  display: flex;
  width: 32px;
  height: 32px;
  margin: 0 8px 0 0;
  color: var(--secondary-color);
}
body header .container .containerInner .text_2 .desc {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  font-family: "CircularStd", Arial, sans-serif;
  color: var(--primary-color);
}
body .banner1 {
  display: flex;
  width: 100%;
  background: var(--primary-color);
  height: auto;
  z-index: 3;
}
body .banner1 .container {
  display: flex;
  flex-direction: row;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 20px;
  align-items: center;
  position: static;
  justify-content: space-between;
}
body .banner1 .container .info {
  display: flex;
  flex-direction: row;
  width: 48%;
}
body .banner1 .container .info .bewertungssiegel {
  display: flex;
  width: 112px;
  height: 112px;
  margin: 0 24px 0 0;
}
body .banner1 .container .info .text {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  justify-content: center;
}
body .banner1 .container .info .text .name {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
  font-family: "Brandon Text", Arial, sans-serif;
}
body .banner1 .container .info .text .stars {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body .banner1 .container .info .text .stars .desc {
  margin: 0 12px 0 0;
  line-height: 1.25;
  font-size: 32px;
  font-weight: 700;
  font-family: "Brandon Text", Arial, sans-serif;
}
body .banner1 .container .info .text .stars .stars-group {
  display: flex;
  flex-direction: row;
  width: fit-content;
}
body .banner1 .container .info .text .stars .stars-group .star {
  display: flex;
  color: var(--secondary-color);
  margin: 4px 4px 0 0;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}
body .banner1 .container .info .text .desc2 {
  font-size: 12px;
  font-weight: 500;
  margin: 4px 0 0 0;
  line-height: 1.55;
  font-family: "Brandon Text", Arial, sans-serif;
}
body .banner1 .container .hrLine {
  height: 80px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
body .banner1 .container .checklist {
  display: grid;
  grid-gap: 24px 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 40%;
  margin: 0 0 0 auto;
  list-style: none;
  padding: 0;
  height: fit-content;
}
body .banner1 .container .checklist .check {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body .banner1 .container .checklist .check svg {
  display: flex;
  width: 20px;
  height: 20px;
  margin: 0 12px 0 0;
  color: var(--secondary-color);
}
body .banner1 .container .checklist .check p {
  line-height: 20px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  font-family: "Brandon Text", Arial, sans-serif;
}
body .miniBar {
  display: flex;
  border-top: 1px solid #cddde5;
  border-bottom: 1px solid #cddde5;
  position: static;
  height: 43px;
  width: 100%;
  background: #fff;
}
body .miniBar .container {
  display: flex;
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  align-items: center;
  font-family: "Brandon Text", Arial, sans-serif;
}
body .miniBar .container .bg-color {
  display: flex;
  width: 100%;
  height: 100%;
  background: var(--highlight-color);
  z-index: 2;
  position: absolute;
  right: 50%;
}
body .miniBar .container .startseite {
  color: var(--text-color);
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  padding: 10px 16px 10px 0;
  z-index: 3;
}
body .miniBar .container .arrowDiv {
  display: flex;
  background: var(--highlight-color);
  content: "";
  width: 16px;
  height: 100%;
  z-index: 10;
  position: static;
  top: 100%;
  clip-path: polygon(-1% -1%, 100% 50%, -1% 101%);
}
body .miniBar .container .arrowBorder {
  display: flex;
  background: #cddde5;
  margin-left: -15px;
  content: "";
  width: 16px;
  position: static;
  z-index: 9;
  height: 100%;
  top: 100%;
  clip-path: polygon(-1% -1%, 100% 50%, -1% 101%);
}
body .miniBar .container .fillBar {
  display: flex;
  width: 100%;
  background: #ffffff;
  height: 100%;
  z-index: 3;
}
body .miniBar .container .fillBar .schlMuenchen {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  display: flex;
  align-items: center;
  color: var(--primary-color);
  padding: 10px 16px;
}
body .section1 {
  display: flex;
  padding: 72px 0;
  background: #fff;
  width: 100%;
  position: static;
}
body .section1 .container {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  align-items: center;
}
body .section1 .container .title1 {
  margin: 0 0 4px 0;
  color: var(--primary-color);
  font-family: "CircularStd", Arial, sans-serif;
  font-size: 52px;
  font-weight: 600;
  text-align: center;
  line-height: 1.25;
}
body .section1 .container .desc1 {
  font-family: "Brandon Text", Arial, sans-serif;
  color: var(--primary-color);
  font-size: 24px;
  line-height: 37.2px;
  margin: 0 0 32px 0;
}
body .section1 .container .divRow {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 80px;
}
body .section1 .container .divRow .div1 {
  display: flex;
  margin-left: 70px;
  margin-top: 32px;
}
body .section1 .container .divRow .div1 .circleDiv {
  display: flex;
  box-shadow: inset 0 0 0 8px var(--secondary-color);
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
  transform: translate(-16px, 16px) rotate(-40deg);
  width: 452px;
  height: 452px;
  content: "";
  border-radius: 50%;
  bottom: 0;
  position: static;
  flex-shrink: 0;
}
body .section1 .container .divRow .div1 .circleBG {
  display: flex;
  background: var(--highlight-color);
  position: absolute;
  width: 420px;
  height: 420px;
  bottom: 0;
  border-radius: 50%;
  flex-shrink: 0;
}
body .section1 .container .divRow .div1 .circleBG img {
  display: flex;
  border-radius: 100%;
  flex-shrink: 0;
  margin-top: -65px;
}
body .section1 .container .divRow .div2 {
  display: flex;
  flex-direction: column;
  position: static;
  z-index: 1;
}
body .section1 .container .divRow .div2 .textfield {
  display: flex;
  flex-direction: column;
}
body .section1 .container .divRow .div2 .textfield h3 {
  font-size: 24px;
  line-height: 1.55;
  color: var(--text-color);
  font-family: "Brandon Text", Arial, sans-serif;
}
body .section1 .container .divRow .div2 .textfield h4 {
  font-size: 20px;
  line-height: 1.55;
  color: var(--text-color);
  font-family: "Brandon Text", Arial, sans-serif;
}
body .section1 .container .divRow .div2 .textfield p {
  margin: 0 0 24px 0;
  font-size: 18px;
  line-height: 1.55;
  color: var(--text-color);
  font-family: "Brandon Text", Arial, sans-serif;
}
body .section1 .container .divRow .div2 .textfield p:last-child {
  margin: 0;
}
body .section1 .container .divRow .div2 .teleBTN {
  margin-top: 32px;
}
body .section1 .container .divRow .div2 .teleBTN .telText .strongTel {
  font-family: "Brandon Text", Arial, sans-serif;
  font-weight: 900;
}
body .section1 .container .divRow .div2 .teleBTN .telText .pTel {
  font-family: "Brandon Text", Arial, sans-serif;
}
body .banner2 {
  display: flex;
  width: 100%;
  padding: 52px 0;
  background: linear-gradient(90deg, var(--secondary-color), var(--secondary-color-gradient));
}
body .banner2 .container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 20px;
  width: 1200px;
  align-items: center;
}
body .banner2 .container .text_3 {
  display: flex;
  width: 100%;
  align-items: center;
  font-family: "CircularStd", Arial, sans-serif;
  color: #FFFFFF;
  margin: 0 0 4px 0;
  height: 30px;
}
body .banner2 .container .text_3 .text-container {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  align-items: center;
  width: inherit;
}
body .banner2 .container .text_3 .text-container .title2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.25;
  margin: 0 auto;
}
body .banner2 .container .text_3 .text-container .rectangle {
  align-items: center;
  display: flex;
  width: fit-content;
  margin-right: auto;
  margin-left: 9px;
  padding: min(7%, 12px) min(3%, 12px);
  line-height: 1.25;
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
  background: linear-gradient(-2deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 19.25%, var(--secondary-color) 20%, var(--secondary-color) 80%, rgba(0, 0, 0, 0) 80.75%, rgba(0, 0, 0, 0) 100%);
}
body .banner2 .container .desc3 {
  display: flex;
  flex-direction: column;
}
body .banner2 .container .desc3 p {
  font-size: 20px;
  text-align: center;
  color: #FFFFFF;
  line-height: 1.55;
  font-family: "Brandon Text", Arial, sans-serif;
}
body .section2 {
  display: flex;
  background: #f6f8fa;
  border-radius: 9px;
  padding: 32px 40px;
  margin: 48px 0 0 0;
}
body .section2 .container {
  display: flex;
  flex-direction: column;
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
body .section2 .container .title3 {
  margin-top: 0;
  margin-bottom: 20px;
  color: var(--primary-color);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.55;
  font-family: "Brandon Text", Arial, sans-serif;
}
body .section2 .container .InhaltsverUL {
  display: flex;
  flex-direction: column;
  padding: 0;
}
body .section2 .container .InhaltsverUL .linkLI {
  display: flex;
  flex-direction: row;
  margin: 0 0 12px 0;
  align-items: center;
}
body .section2 .container .InhaltsverUL .linkLI:last-child {
  margin: 0;
}
body .section2 .container .InhaltsverUL .linkLI .arrow {
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  color: var(--secondary-color);
}
body .section2 .container .InhaltsverUL .linkLI a {
  color: var(--text-color);
  text-decoration: underline;
  line-height: 23px;
  font-size: 18px;
  font-family: "Brandon Text", Arial, sans-serif;
}
body .section3 {
  display: flex;
  margin: 116px 0 0 0;
}
body .section3 .container {
  display: flex;
  flex-direction: row;
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  justify-content: space-between;
}
body .section3 .container .text_4 {
  display: flex;
  flex-direction: column;
  width: 52%;
  height: fit-content;
  align-self: center;
}
body .section3 .container .text_4 .text-container2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "CircularStd", Arial, sans-serif;
  width: 100%;
}
body .section3 .container .text_4 .text-container2 .rectangle {
  display: inline-flex;
  width: fit-content;
  position: relative;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  padding: min(7%, 12px) min(3%, 12px);
  color: #ffffff;
  background: linear-gradient(-2deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 19.25%, var(--secondary-color) 20%, var(--secondary-color) 80%, rgba(0, 0, 0, 0) 80.75%, rgba(0, 0, 0, 0) 100%);
}
body .section3 .container .text_4 .text-container2 .title4 {
  width: 100%;
  font-weight: 600;
  line-height: 1.5;
  font-size: 32px;
  color: var(--primary-color);
}
body .section3 .container .text_4 .desc4 {
  font-size: 18px;
  line-height: 1.55;
  color: var(--text-color);
  font-family: "Brandon Text", Arial, sans-serif;
}
body .section4 {
  display: flex;
  margin: 116px 0 0 0;
}
body .section4 .container {
  display: flex;
  flex-direction: row-reverse;
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  justify-content: space-between;
}
body .section4 .container .text_5 {
  display: flex;
  flex-direction: column;
  width: 52%;
  align-self: center;
}
body .section4 .container .text_5 .text-container3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "CircularStd", Arial, sans-serif;
}
body .section4 .container .text_5 .text-container3 .rectangle {
  display: inline-flex;
  width: fit-content;
  position: relative;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  padding: min(7%, 12px) min(3%, 12px);
  color: #ffffff;
  background: linear-gradient(-2deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 19.25%, var(--secondary-color) 20%, var(--secondary-color) 80%, rgba(0, 0, 0, 0) 80.75%, rgba(0, 0, 0, 0) 100%);
}
body .section4 .container .text_5 .text-container3 .title5 {
  width: 100%;
  font-weight: 600;
  font-size: 32px;
  color: var(--primary-color);
  line-height: 1.5;
  font-family: "CircularStd", Arial, sans-serif;
  padding-bottom: 12px;
}
body .section4 .container .text_5 .desc5 {
  font-size: 18px;
  line-height: 1.55;
  color: var(--text-color);
  font-family: "Brandon Text", Arial, sans-serif;
}
body .section4 .container .text_5 .desc5 .link_1 {
  color: var(--secondary-color);
  text-decoration: underline;
  transition: color 0.3s;
}
body .section4 .container .text_5 .desc5 .link_1:hover {
  color: #1799d0;
}
body .section5 {
  display: flex;
  margin: 116px 0 0 0;
}
body .section5 .container {
  display: flex;
  flex-direction: row;
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  justify-content: space-between;
}
body .section5 .container .text_6 {
  display: flex;
  flex-direction: column;
  width: 52%;
  height: fit-content;
  align-self: center;
}
body .section5 .container .text_6 .text-container4 {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "CircularStd", Arial, sans-serif;
}
body .section5 .container .text_6 .text-container4 .rectangle {
  display: inline-flex;
  width: fit-content;
  position: relative;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  padding: min(7%, 12px) min(3%, 12px);
  color: #ffffff;
  background: linear-gradient(-2deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 19.25%, var(--secondary-color) 20%, var(--secondary-color) 80%, rgba(0, 0, 0, 0) 80.75%, rgba(0, 0, 0, 0) 100%);
}
body .section5 .container .text_6 .text-container4 .title6 {
  width: 100%;
  font-weight: 600;
  font-size: 32px;
  color: var(--primary-color);
  line-height: 1.5;
  font-family: "CircularStd", Arial, sans-serif;
  padding-bottom: 12px;
}
body .section5 .container .text_6 .desc6 {
  font-size: 18px;
  line-height: 1.5;
  color: var(--text-color);
  font-family: "Brandon Text", Arial, sans-serif;
}
body .section5 .container .text_6 .desc6 .link_2 {
  color: var(--secondary-color);
  text-decoration: underline;
  transition: color 0.3s;
}
body .section5 .container .text_6 .desc6 .link_2:hover {
  color: #1799d0;
}
body .section6 {
  display: flex;
  margin: 116px 0;
}
body .section6 .container {
  display: flex;
  flex-direction: row-reverse;
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  justify-content: space-between;
}
body .section6 .container .text_7 {
  display: flex;
  flex-direction: column;
  width: 52%;
  align-self: center;
}
body .section6 .container .text_7 .text-container5 {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "CircularStd", Arial, sans-serif;
}
body .section6 .container .text_7 .text-container5 .rectangle {
  display: inline-flex;
  width: fit-content;
  position: relative;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  padding: min(7%, 12px) min(3%, 12px);
  color: #ffffff;
  background: linear-gradient(-2deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 19.25%, var(--secondary-color) 20%, var(--secondary-color) 80%, rgba(0, 0, 0, 0) 80.75%, rgba(0, 0, 0, 0) 100%);
}
body .section6 .container .text_7 .text-container5 .title7 {
  width: 100%;
  font-weight: 600;
  font-size: 32px;
  color: var(--primary-color);
  line-height: 1.5;
  font-family: "CircularStd", Arial, sans-serif;
  padding-bottom: 12px;
}
body .section6 .container .text_7 .textfield_2 {
  display: flex;
  flex-direction: column;
  font-family: "Brandon Text", Arial, sans-serif;
  font-size: 18px;
  color: var(--text-color);
  line-height: 1.5;
}
body .section6 .container .text_7 .textfield_2 p {
  margin: 0 0 24px 0;
}
body .section6 .container .text_7 .textfield_2 p:last-child {
  margin: 0;
}
body .banner1-2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: var(--primary-color);
  z-index: 3;
}
body .banner1-2 .teleContainer {
  display: none;
  width: 100%;
  background: var(--highlight-color);
  padding: 20px;
}
body .banner1-2 .teleBTN_1, body .banner1-2 .teleBTN_1_container {
  display: flex;
  position: absolute;
  margin-top: 116px;
  z-index: 1;
  background: var(--cta-color);
  color: var(--cta-icon-color);
  box-shadow: 0 8px 16px rgba(98, 98, 98, 0.3);
  border-radius: 9px;
  font-weight: 600;
  line-height: 1.25;
  padding: 10px 16px 10px 12px;
  width: fit-content;
  font-family: "Brandon Text", Arial, sans-serif;
  transition: transform 0.15s;
  transition: all 0.3s ease-in-out;
}
body .banner1-2 .teleBTN_1:hover, body .banner1-2 .teleBTN_1_container:hover {
  transform: scale(105%);
}
body .banner1-2 .teleBTN_1 .teleSVG, body .banner1-2 .teleBTN_1_container .teleSVG {
  display: flex;
  width: 48px;
  height: 48px;
  margin: 2px 12px 0 0;
}
body .banner1-2 .teleBTN_1 .telText, body .banner1-2 .teleBTN_1_container .telText {
  display: flex;
  flex-direction: column;
  text-align: center;
}
body .banner1-2 .teleBTN_1 .telText .strongTel, body .banner1-2 .teleBTN_1_container .telText .strongTel {
  font-size: 28px;
}
body .banner1-2 .teleBTN_1 .telText .pTel, body .banner1-2 .teleBTN_1_container .telText .pTel {
  font-size: 14px;
  font-weight: 600;
}
body .banner1-2 .container {
  display: flex;
  width: 1200px;
  max-width: 1200px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 20px;
  align-items: flex-end;
  position: static;
  justify-content: space-between;
}
body .banner1-2 .container .innerContainer_2 {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  align-items: center;
}
body .banner1-2 .container .innerContainer_2 .info {
  display: flex;
  flex-direction: row;
  width: 44%;
}
body .banner1-2 .container .innerContainer_2 .info .bewertungssiegel {
  display: flex;
  width: 112px;
  height: 112px;
  margin: 0 24px 0 0;
}
body .banner1-2 .container .innerContainer_2 .info .text {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  justify-content: center;
}
body .banner1-2 .container .innerContainer_2 .info .text .name {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
  font-family: "Brandon Text", Arial, sans-serif;
}
body .banner1-2 .container .innerContainer_2 .info .text .stars {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body .banner1-2 .container .innerContainer_2 .info .text .stars .stars-group {
  display: flex;
  flex-direction: row;
  width: fit-content;
}
body .banner1-2 .container .innerContainer_2 .info .text .stars .stars-group .star {
  display: flex;
  margin: 4px 4px 0 0;
  color: var(--secondary-color);
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}
body .banner1-2 .container .innerContainer_2 .info .text .stars .desc {
  margin: 0 12px 0 0;
  line-height: 1.25;
  font-size: 32px;
  font-weight: 700;
  font-family: "Brandon Text", Arial, sans-serif;
}
body .banner1-2 .container .innerContainer_2 .info .text .desc2 {
  font-size: 12px;
  font-weight: 500;
  margin: 4px 0 0 0;
  line-height: 1.55;
  font-family: "Brandon Text", Arial, sans-serif;
}
body .banner1-2 .container .innerContainer_2 .hrLine {
  height: 80px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
body .banner1-2 .container .innerContainer_2 .checklist {
  display: grid;
  grid-gap: 24px 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 40%;
  list-style: none;
  padding: 0;
  height: fit-content;
}
body .banner1-2 .container .innerContainer_2 .checklist .check {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body .banner1-2 .container .innerContainer_2 .checklist .check svg {
  display: flex;
  width: 20px;
  height: 20px;
  margin: 0 12px 0 0;
  color: var(--secondary-color);
}
body .banner1-2 .container .innerContainer_2 .checklist .check p {
  line-height: 20px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  font-family: "Brandon Text", Arial, sans-serif;
}
body .section7 {
  display: flex;
  margin: 116px 0 0 0;
}
body .section7 .container {
  display: flex;
  flex-direction: row;
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  justify-content: space-between;
}
body .section7 .container .text_8 {
  display: flex;
  flex-direction: column;
  width: 52%;
  height: fit-content;
  align-self: center;
}
body .section7 .container .text_8 .text-container6 {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "CircularStd", Arial, sans-serif;
  margin-bottom: 10px;
}
body .section7 .container .text_8 .text-container6 .rectangle {
  display: inline-flex;
  width: fit-content;
  position: relative;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  padding: min(7%, 12px) min(3%, 12px);
  color: #ffffff;
  background: linear-gradient(-2deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 19.25%, var(--secondary-color) 20%, var(--secondary-color) 80%, rgba(0, 0, 0, 0) 80.75%, rgba(0, 0, 0, 0) 100%);
}
body .section7 .container .text_8 .text-container6 .title8 {
  width: 100%;
  font-weight: 600;
  font-size: 32px;
  color: var(--primary-color);
  line-height: 1.5;
  font-family: "CircularStd", Arial, sans-serif;
  padding-top: 12px;
}
body .section7 .container .text_8 .desc7 {
  font-size: 18px;
  line-height: 1.55;
  color: var(--text-color);
  font-family: "Brandon Text", Arial, sans-serif;
}
body .section8 {
  display: flex;
  margin: 116px 0 0 0;
}
body .section8 .container {
  display: flex;
  flex-direction: row-reverse;
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  justify-content: space-between;
}
body .section8 .container .text_9 {
  display: flex;
  flex-direction: column;
  width: 52%;
  align-self: center;
}
body .section8 .container .text_9 .text-container7 {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "CircularStd", Arial, sans-serif;
}
body .section8 .container .text_9 .text-container7 .rectangle {
  display: inline-flex;
  width: fit-content;
  position: relative;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  padding: min(7%, 12px) min(3%, 12px);
  color: #ffffff;
  background: linear-gradient(-2deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 19.25%, var(--secondary-color) 20%, var(--secondary-color) 80%, rgba(0, 0, 0, 0) 80.75%, rgba(0, 0, 0, 0) 100%);
}
body .section8 .container .text_9 .text-container7 .title9 {
  width: 100%;
  font-weight: 600;
  font-size: 32px;
  color: var(--primary-color);
  line-height: 1.5;
  font-family: "CircularStd", Arial, sans-serif;
  padding-bottom: 12px;
}
body .section8 .container .text_9 .desc8 {
  font-size: 18px;
  line-height: 1.55;
  color: var(--text-color);
  font-family: "Brandon Text", Arial, sans-serif;
}
body .section8 .container .text_9 .desc8 .link_3 {
  color: var(--secondary-color);
  text-decoration: underline;
  transition: color 0.3s;
}
body .section8 .container .text_9 .desc8 .link_3:hover {
  color: #1799d0;
}
body .section9 {
  display: flex;
  margin: 116px 0 0 0;
}
body .section9 .container {
  display: flex;
  flex-direction: row;
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  justify-content: space-between;
}
body .section9 .container .text_10 {
  display: flex;
  flex-direction: column;
  width: 52%;
  height: fit-content;
  align-self: center;
}
body .section9 .container .text_10 .text-container8 {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "CircularStd", Arial, sans-serif;
}
body .section9 .container .text_10 .text-container8 .rectangle {
  display: inline-flex;
  width: fit-content;
  position: relative;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  padding: min(7%, 12px) min(3%, 12px);
  color: #ffffff;
  background: linear-gradient(-2deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 19.25%, var(--secondary-color) 20%, var(--secondary-color) 80%, rgba(0, 0, 0, 0) 80.75%, rgba(0, 0, 0, 0) 100%);
}
body .section9 .container .text_10 .text-container8 .title10 {
  width: 100%;
  font-weight: 600;
  font-size: 32px;
  color: var(--primary-color);
  line-height: 1.5;
  font-family: "CircularStd", Arial, sans-serif;
  align-items: center;
  margin: 0 0 12px 0;
}
body .section9 .container .text_10 .desc9 {
  font-size: 18px;
  line-height: 1.55;
  color: var(--text-color);
  font-family: "Brandon Text", Arial, sans-serif;
}
body .section10 {
  display: flex;
  margin: 116px 0;
}
body .section10 .container {
  display: flex;
  flex-direction: row-reverse;
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  justify-content: space-between;
}
body .section10 .container .text_11 {
  display: flex;
  flex-direction: column;
  width: 52%;
  align-self: center;
}
body .section10 .container .text_11 .text-container9 {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "CircularStd", Arial, sans-serif;
}
body .section10 .container .text_11 .text-container9 .rectangle {
  display: inline-flex;
  width: fit-content;
  position: relative;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  padding: min(7%, 12px) min(3%, 12px);
  color: #ffffff;
  background: linear-gradient(-2deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 19.25%, var(--secondary-color) 20%, var(--secondary-color) 80%, rgba(0, 0, 0, 0) 80.75%, rgba(0, 0, 0, 0) 100%);
}
body .section10 .container .text_11 .text-container9 .title11 {
  width: 100%;
  font-weight: 600;
  font-size: 32px;
  color: var(--primary-color);
  line-height: 1.5;
  font-family: "CircularStd", Arial, sans-serif;
  padding-bottom: 12px;
}
body .section10 .container .text_11 .desc10 {
  font-size: 18px;
  line-height: 1.55;
  color: var(--text-color);
  font-family: "Brandon Text", Arial, sans-serif;
}
body .bewertungen {
  display: flex;
  flex-direction: column;
  padding: 132px 0;
  background: var(--highlight-color);
  max-height: 674px;
  height: 100%;
  clip-path: polygon(-1px -1px, calc(100% + 1px) -1px, calc(100% + 1px) 96%, -1px calc(100% + 1px));
}
body .bewertungen .bg-shape {
  display: flex;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 662px;
  margin-top: -132px;
  clip-path: polygon(0 0, 20% 0, 0 90%, 0 100%, 70% 100%, 100% 0, 100% 100%, 0 100%);
  background: #FFFFFF;
  opacity: 0.3;
}
body .bewertungen .container {
  display: flex;
  flex-direction: column;
  width: 1200px;
  max-width: 1200px;
  z-index: 2;
  margin: 0 auto;
  padding: 0 20px;
}
body .bewertungen .container .headerContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: -37.5px 0 48px 0;
}
body .bewertungen .container .headerContainer .space, body .bewertungen .container .headerContainer img {
  width: 128px;
  height: auto;
}
body .bewertungen .container .headerContainer .title12 {
  max-width: 620px;
  font-size: 44px;
  margin: 0 auto;
  font-family: "CircularStd", Arial, sans-serif;
  font-weight: 600;
  color: var(--primary-color);
  line-height: 1.25;
}
body .bewertungen .container .comments {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  overflow-x: hidden;
  transform: translate3d(0px, 0px, 0px);
  transition-duration: 0ms;
}
body .bewertungen .container .comments .comment {
  display: flex;
  flex-direction: column;
  max-width: 365.333px;
  min-width: 365.333px;
  margin-right: 32px;
  padding: 32px;
  background: #FFFFFF;
  border-radius: 7px;
  transition: box-shadow 0.25s;
  box-shadow: 0 4px 16px rgba(14, 58, 82, 0.05);
}
body .bewertungen .container .comments .comment:first-child {
  box-shadow: 0 4px 16px rgba(14, 58, 82, 0.05), inset 0 -3px 0 0 var(--cta-color);
}
body .bewertungen .container .comments .comment:last-child {
  margin: 0;
}
body .bewertungen .container .comments .comment .commHead {
  display: flex;
  flex-direction: row;
  margin: 0 0 16px 0;
}
body .bewertungen .container .comments .comment .commHead img {
  width: 48px;
  height: 48px;
  display: flex;
  flex-shrink: 0;
}
body .bewertungen .container .comments .comment .commHead .n-s-d {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 16px;
  flex-grow: 1;
}
body .bewertungen .container .comments .comment .commHead .n-s-d .name-date {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 4px;
}
body .bewertungen .container .comments .comment .commHead .n-s-d .name-date .name {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-color);
  font-family: "Brandon Text", Arial, sans-serif;
  line-height: 22px;
}
body .bewertungen .container .comments .comment .commHead .n-s-d .name-date .date {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-color);
  font-family: "Brandon Text", Arial, sans-serif;
  line-height: 22px;
}
body .bewertungen .container .comments .comment .commHead .n-s-d .stars {
  display: flex;
  flex-direction: row;
  gap: 1.5px;
}
body .bewertungen .container .comments .comment .commHead .n-s-d .stars .starBlue {
  width: 14px;
  height: 14px;
  color: var(--secondary-color);
}
body .bewertungen .container .comments .comment .commHead .n-s-d .stars .starBlue path {
  fill: var(--secondary-color);
}
body .bewertungen .container .comments .comment .contentP {
  font-size: 18px;
  line-height: 1.55;
  color: var(--text-color);
  font-family: "Brandon Text", Arial, sans-serif;
}
body .bewertungen .container .swiper {
  display: flex;
  flex-direction: row;
  margin-top: 24px;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-bottom: 18px;
}
body .bewertungen .container .swiper .swiperBtn {
  display: flex;
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  border-radius: 100%;
  background: var(--secondary-color);
  border: none;
  margin: 0 4px;
  transition: background 0.25s;
}
body .bewertungen .container .swiper .swiperBtn:hover {
  background: var(--primary-color);
}
body .imgsSlider-section, body .imgsSlider-section_2 {
  display: flex;
  flex-direction: column;
  background: var(--primary-color);
  padding: 100px 0;
  clip-path: polygon(-1px 8%, calc(100% + 1px) -1px, calc(100% + 1px) calc(100% + 1px), -1px calc(100% + 1px));
}
body .imgsSlider-section .container, body .imgsSlider-section_2 .container {
  display: flex;
  flex-direction: column;
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
body .imgsSlider-section .container .headline_2, body .imgsSlider-section_2 .container .headline_2 {
  color: #fff;
  font-size: 48px;
  font-family: "CircularStd", Arial, sans-serif;
  font-weight: 600;
  margin: 0 0 64px 0;
  line-height: 1.25;
  text-align: center;
}
body .imgsSlider-section .container .slider, body .imgsSlider-section_2 .container .slider {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body .imgsSlider-section .container .slider .text_12, body .imgsSlider-section_2 .container .slider .text_12 {
  display: flex;
  flex-direction: column;
  max-width: 545px;
}
body .imgsSlider-section .container .slider .text_12 .title13, body .imgsSlider-section .container .slider .text_12 .title13-2, body .imgsSlider-section_2 .container .slider .text_12 .title13, body .imgsSlider-section_2 .container .slider .text_12 .title13-2 {
  color: #fff;
  font-size: 32px;
  margin: 0 0 12px 0;
  font-family: "CircularStd", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.25;
  opacity: 1;
  transition-duration: 300ms;
  transition-property: opacity;
}
body .imgsSlider-section .container .slider .text_12 .desc11, body .imgsSlider-section .container .slider .text_12 .desc11-2, body .imgsSlider-section_2 .container .slider .text_12 .desc11, body .imgsSlider-section_2 .container .slider .text_12 .desc11-2 {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.55;
  font-family: "Brandon Text", Arial, sans-serif;
  opacity: 1;
  transition-duration: 300ms;
  transition-property: opacity;
}
body .imgsSlider-section .container .slider .text_12 .teleBTN, body .imgsSlider-section_2 .container .slider .text_12 .teleBTN {
  margin-top: auto;
}
body .imgsSlider-section .container .slider .text_12 .teleBTN .telText, body .imgsSlider-section_2 .container .slider .text_12 .teleBTN .telText {
  margin-left: 4px;
}
body .imgsSlider-section .container .slider .text_12 .teleBTN .telText .strongTel, body .imgsSlider-section_2 .container .slider .text_12 .teleBTN .telText .strongTel {
  font-family: "Brandon Text", Arial, sans-serif;
  font-weight: 900;
}
body .imgsSlider-section .container .slider .text_12 .teleBTN .telText .pTel, body .imgsSlider-section_2 .container .slider .text_12 .teleBTN .telText .pTel {
  font-family: "Brandon Text", Arial, sans-serif;
}
body .section11 {
  display: flex;
  margin: 116px 0 0 0;
}
body .section11 .container {
  display: flex;
  flex-direction: row;
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  justify-content: space-between;
}
body .section11 .container .text_13 {
  display: flex;
  flex-direction: column;
  width: 52%;
  height: fit-content;
  align-self: center;
}
body .section11 .container .text_13 .text-container10 {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "CircularStd", Arial, sans-serif;
}
body .section11 .container .text_13 .text-container10 .rectangle {
  display: inline-flex;
  width: fit-content;
  position: relative;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  padding: min(7%, 12px) min(3%, 12px);
  color: #ffffff;
  background: linear-gradient(-2deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 19.25%, var(--secondary-color) 20%, var(--secondary-color) 80%, rgba(0, 0, 0, 0) 80.75%, rgba(0, 0, 0, 0) 100%);
}
body .section11 .container .text_13 .text-container10 .title14 {
  width: 100%;
  font-weight: 600;
  font-size: 32px;
  color: var(--primary-color);
  line-height: 1.5;
  font-family: "CircularStd", Arial, sans-serif;
  align-items: center;
  margin: 0 0 12px 0;
}
body .section11 .container .text_13 .desc12 {
  font-size: 18px;
  line-height: 1.55;
  color: var(--text-color);
  font-family: "Brandon Text", Arial, sans-serif;
}
body .section11 .container .text_13 .desc12 .link_4 {
  color: var(--secondary-color);
  text-decoration: underline;
  transition: color 0.3s;
}
body .section11 .container .text_13 .desc12 .link_4:hover {
  color: #1799d0;
}
body .section12 {
  display: flex;
  margin: 116px 0 0 0;
}
body .section12 .container {
  display: flex;
  flex-direction: row-reverse;
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  justify-content: space-between;
}
body .section12 .container .text_14 {
  display: flex;
  flex-direction: column;
  width: 52%;
  align-self: center;
}
body .section12 .container .text_14 .text-container11 {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "CircularStd", Arial, sans-serif;
  margin-bottom: 12px;
}
body .section12 .container .text_14 .text-container11 .rectangle {
  display: inline-flex;
  width: fit-content;
  position: relative;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  padding: min(7%, 12px) min(3%, 12px);
  color: #ffffff;
  background: linear-gradient(-2deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 19.25%, var(--secondary-color) 20%, var(--secondary-color) 80%, rgba(0, 0, 0, 0) 80.75%, rgba(0, 0, 0, 0) 100%);
}
body .section12 .container .text_14 .text-container11 .title15 {
  width: 100%;
  font-weight: 600;
  font-size: 32px;
  color: var(--primary-color);
  line-height: 1.5;
  font-family: "CircularStd", Arial, sans-serif;
}
body .section12 .container .text_14 .desc13 {
  font-size: 18px;
  line-height: 1.55;
  color: var(--text-color);
  font-family: "Brandon Text", Arial, sans-serif;
}
body .section13 {
  display: flex;
  margin: 116px 0 0 0;
}
body .section13 .container {
  display: flex;
  flex-direction: row;
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  justify-content: space-between;
}
body .section13 .container .text_15 {
  display: flex;
  flex-direction: column;
  width: 52%;
  height: fit-content;
  align-self: center;
}
body .section13 .container .text_15 .text-container12 {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "CircularStd", Arial, sans-serif;
}
body .section13 .container .text_15 .text-container12 .rectangle {
  display: inline-flex;
  width: fit-content;
  position: relative;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  padding: min(7%, 12px) min(3%, 12px);
  color: #ffffff;
  background: linear-gradient(-2deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 19.25%, var(--secondary-color) 20%, var(--secondary-color) 80%, rgba(0, 0, 0, 0) 80.75%, rgba(0, 0, 0, 0) 100%);
}
body .section13 .container .text_15 .text-container12 .title16 {
  width: 100%;
  font-weight: 600;
  font-size: 32px;
  color: var(--primary-color);
  line-height: 1.5;
  font-family: "CircularStd", Arial, sans-serif;
  align-items: center;
  margin: 0 0 12px 0;
}
body .section13 .container .text_15 .desc14 {
  font-size: 18px;
  line-height: 1.55;
  color: var(--text-color);
  font-family: "Brandon Text", Arial, sans-serif;
}
body .section14 {
  display: flex;
  margin: 116px 0 0 0;
}
body .section14 .container {
  display: flex;
  flex-direction: row-reverse;
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  justify-content: space-between;
}
body .section14 .container .text_16 {
  display: flex;
  flex-direction: column;
  width: 52%;
  align-self: center;
}
body .section14 .container .text_16 .text-container13 {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "CircularStd", Arial, sans-serif;
}
body .section14 .container .text_16 .text-container13 .rectangle {
  display: inline-flex;
  width: fit-content;
  position: relative;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  padding: min(7%, 12px) min(3%, 12px);
  color: #ffffff;
  background: linear-gradient(-2deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 19.25%, var(--secondary-color) 20%, var(--secondary-color) 80%, rgba(0, 0, 0, 0) 80.75%, rgba(0, 0, 0, 0) 100%);
}
body .section14 .container .text_16 .text-container13 .title17 {
  width: 100%;
  font-weight: 600;
  font-size: 32px;
  color: var(--primary-color);
  line-height: 1.5;
  font-family: "CircularStd", Arial, sans-serif;
  padding-bottom: 12px;
}
body .section14 .container .text_16 .desc15 {
  font-size: 18px;
  line-height: 1.55;
  color: var(--text-color);
  font-family: "Brandon Text", Arial, sans-serif;
}
body .section14 .container .text_16 .desc15 .link_5 {
  color: var(--secondary-color);
  text-decoration: underline;
  transition: color 0.3s;
}
body .section14 .container .text_16 .desc15 .link_5:hover {
  color: #1799d0;
}
body .section15 {
  display: flex;
  margin: 116px 0;
}
body .section15 .container {
  display: flex;
  flex-direction: row;
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  justify-content: space-between;
}
body .section15 .container .text_15 {
  display: flex;
  flex-direction: column;
  width: 52%;
  height: fit-content;
  align-self: center;
}
body .section15 .container .text_15 .text-container14 {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "CircularStd", Arial, sans-serif;
}
body .section15 .container .text_15 .text-container14 .rectangle {
  display: inline-flex;
  width: fit-content;
  position: relative;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  padding: min(7%, 12px) min(3%, 12px);
  color: #ffffff;
  background: linear-gradient(-2deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 19.25%, var(--secondary-color) 20%, var(--secondary-color) 80%, rgba(0, 0, 0, 0) 80.75%, rgba(0, 0, 0, 0) 100%);
}
body .section15 .container .text_15 .text-container14 .title18 {
  width: 100%;
  font-weight: 600;
  font-size: 32px;
  color: var(--primary-color);
  line-height: 1.5;
  font-family: "CircularStd", Arial, sans-serif;
  align-items: center;
  margin: 0 0 12px 0;
}
body .section15 .container .text_15 .desc16 {
  font-size: 18px;
  line-height: 1.55;
  color: var(--text-color);
  font-family: "Brandon Text", Arial, sans-serif;
}
body .section15 .container .text_15 .desc16 .link_6 {
  color: var(--secondary-color);
  text-decoration: underline;
  transition: color 0.3s;
}
body .section15 .container .text_15 .desc16 .link_6:hover {
  color: #1799d0;
}
body .title19 {
  font-size: 20px;
  font-family: "CircularStd", Arial, sans-serif;
  font-weight: 600;
  color: var(--primary-color);
  line-height: 1.25;
  text-align: center;
  margin-bottom: 10px;
}
body .table-container {
  display: flex;
  margin: 0 auto;
  max-width: 800px;
  width: 800px;
  flex-wrap: wrap;
  border: 1px solid #ccc;
}
body .table-container a {
  flex: 1 1 50%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 12px;
  text-align: center;
  font-size: 18px;
  line-height: 1.55;
  color: var(--secondary-color);
  font-family: "Brandon Text", Arial, sans-serif;
  text-decoration: underline;
  transition: color 0.3s;
}
body .table-container a:hover {
  color: #1799d0;
}
body .hgf-title {
  text-align: center;
  font-family: "CircularStd", Arial, sans-serif;
  font-weight: 600;
  color: var(--primary-color);
  line-height: 1.25;
  margin: 24px 0;
  font-size: 20px;
}
body .h_g_f {
  display: flex;
  background: #f6f8fa;
  width: 100%;
  padding: 112px 0;
}
body .h_g_f .container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 740px;
}
body .h_g_f .container .frage.open .collapsible-content {
  padding-top: 12px;
  background: #fff;
  /* max-height will be switched to 'none' by JS after opening to allow dynamic content height */
}
body .h_g_f .container .frage.open {
  box-shadow: 0 4px 12px rgba(14, 58, 82, 0.1), 0 1px 3px rgba(14, 58, 82, 0.1);
  background: #fff;
}
body .h_g_f .container .frage {
  display: flex;
  width: 700px;
  height: auto;
  flex-direction: column;
  margin: 0 0 16px 0;
  padding: 24px;
  box-shadow: inset 0 0 0 1px #cddde5;
  border-radius: 4px;
  transition: box-shadow 0.25s, background 0.25s, height 0.25s;
  background: rgba(255, 255, 255, 0);
}
body .h_g_f .container .frage:last-child {
  margin: 0;
}
body .h_g_f .container .frage .collapsible-title {
  display: flex;
  flex-direction: row;
  font-size: 20px;
  line-height: 28px;
  cursor: pointer;
  font-family: "CircularStd", Arial, sans-serif;
  font-weight: 600;
  color: var(--primary-color);
}
body .h_g_f .container .frage .collapsible-title .icon-question {
  width: 24px;
  height: 24px;
  display: flex;
  margin: 2px 8px 2px 0;
  color: var(--secondary-color);
}
body .h_g_f .container .frage .collapsible-title .icon-collapse {
  width: 24px;
  height: 24px;
  display: flex;
  margin: 0 0 0 auto;
  fill: var(--primary-color);
  transition: fill 0.25s, transform 0.25s;
  rotate: 0;
  transform: rotate(0deg);
}
body .h_g_f .container .frage .collapsible-title .icon-collapse.open {
  transform: rotate(90deg);
  fill: var(--cta-color);
  transition: fill 0.25s, transform 0.25s;
}
body .h_g_f .container .frage .collapsible-content {
  /* remove display:none; use max-height transition instead */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0;
  /* we'll add padding when open */
  font-size: 18px;
  line-height: 1.55;
  color: var(--text-color);
  font-family: "Brandon Text", Arial, sans-serif;
}
body .section16 {
  display: flex;
  margin: 116px 0 0 0;
}
body .section16 .container {
  display: flex;
  flex-direction: row;
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  justify-content: space-between;
}
body .section16 .container .text_17 {
  display: flex;
  flex-direction: column;
  width: 52%;
  height: fit-content;
  align-self: center;
}
body .section16 .container .text_17 .text-container15 {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "CircularStd", Arial, sans-serif;
  margin-bottom: 26px;
  line-height: 1.5;
}
body .section16 .container .text_17 .text-container15 .rectangle {
  display: inline-flex;
  width: fit-content;
  position: relative;
  font-size: 32px;
  font-weight: 600;
  padding: min(7%, 12px) min(3%, 12px);
  color: #ffffff;
  background: linear-gradient(-2deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 19.25%, var(--secondary-color) 20%, var(--secondary-color) 80%, rgba(0, 0, 0, 0) 80.75%, rgba(0, 0, 0, 0) 100%);
}
body .section16 .container .text_17 .text-container15 .title20 {
  width: 100%;
  font-weight: 600;
  font-size: 32px;
  color: var(--primary-color);
  font-family: "CircularStd", Arial, sans-serif;
  align-items: center;
}
body .section16 .container .text_17 .desc17 {
  font-size: 18px;
  line-height: 1.55;
  color: var(--text-color);
  font-family: "Brandon Text", Arial, sans-serif;
}
body .section16 .container .text_17 .desc17 .link_7 {
  color: var(--secondary-color);
  text-decoration: underline;
  transition: filter 0.3s;
}
body .section16 .container .text_17 .desc17 .link_7:hover {
  filter: brightness(0.9);
}
body .section14 {
  display: flex;
  margin: 116px 0 0 0;
}
body .section14 .container {
  display: flex;
  flex-direction: row-reverse;
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  justify-content: space-between;
}
body .section14 .container .text_16 {
  display: flex;
  flex-direction: column;
  width: 52%;
  align-self: center;
}
body .section14 .container .text_16 .text-container13 {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "CircularStd", Arial, sans-serif;
}
body .section14 .container .text_16 .text-container13 .rectangle {
  display: inline-flex;
  width: fit-content;
  position: relative;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  padding: min(7%, 12px) min(3%, 12px);
  color: #ffffff;
  background: linear-gradient(-2deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 19.25%, var(--secondary-color) 20%, var(--secondary-color) 80%, rgba(0, 0, 0, 0) 80.75%, rgba(0, 0, 0, 0) 100%);
}
body .section14 .container .text_16 .text-container13 .title17 {
  width: 100%;
  font-weight: 600;
  font-size: 32px;
  color: var(--primary-color);
  line-height: 1.5;
  font-family: "CircularStd", Arial, sans-serif;
  padding-bottom: 12px;
}
body .section14 .container .text_16 .desc15 {
  font-size: 18px;
  line-height: 1.55;
  color: var(--text-color);
  font-family: "Brandon Text", Arial, sans-serif;
}
body .section14 .container .text_16 .desc15 .link_5 {
  color: var(--secondary-color);
  text-decoration: underline;
  transition: filter 0.3s;
}
body .section14 .container .text_16 .desc15 .link_5:hover {
  filter: brightness(0.9);
}
body .section17 {
  display: flex;
  margin: 116px 0;
}
body .section17 .container {
  display: flex;
  flex-direction: row-reverse;
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  justify-content: space-between;
}
body .section17 .container .text_18 {
  display: flex;
  flex-direction: column;
  width: 52%;
  align-self: center;
}
body .section17 .container .text_18 .text-container16 {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "CircularStd", Arial, sans-serif;
  margin-bottom: 12px;
}
body .section17 .container .text_18 .text-container16 .rectangle {
  display: inline-flex;
  width: fit-content;
  position: relative;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  padding: min(7%, 12px) min(3%, 12px);
  color: #ffffff;
  background: linear-gradient(-2deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 19.25%, var(--secondary-color) 20%, var(--secondary-color) 80%, rgba(0, 0, 0, 0) 80.75%, rgba(0, 0, 0, 0) 100%);
}
body .section17 .container .text_18 .text-container16 .title21 {
  width: 100%;
  font-weight: 600;
  font-size: 32px;
  color: var(--primary-color);
  line-height: 1.5;
  font-family: "CircularStd", Arial, sans-serif;
}
body .section17 .container .text_18 .desc18, body .section17 .container .text_18 .desc18-2 {
  font-size: 18px;
  line-height: 1.55;
  color: var(--text-color);
  font-family: "Brandon Text", Arial, sans-serif;
}
body .section17 .container .text_18 .desc18 .link_8, body .section17 .container .text_18 .desc18-2 .link_8 {
  color: var(--secondary-color);
  text-decoration: underline;
  transition: filter 0.3s;
}
body .section17 .container .text_18 .desc18 .link_8:hover, body .section17 .container .text_18 .desc18-2 .link_8:hover {
  filter: brightness(0.9);
}
body .section17 .container .text_18 .desc18 {
  margin: 0 0 24px 0;
}
body .section-img-bg {
  display: flex;
  background-color: var(--primary-color);
  width: 100%;
}
body .section-img-bg .bg-img {
  display: flex;
  opacity: 0.05;
  width: 100%;
  height: 522.4px;
  background-position: center center;
  background-size: cover;
  position: absolute;
}
body .section-img-bg .bg-img_1 {
  display: flex;
  position: absolute;
  width: 100%;
  height: 522.4px;
  clip-path: polygon(0 0, 20% 0, 0 90%, 0 100%, 70% 100%, 100% 0, 100% 100%, 0 100%);
  background: var(--cta-color);
  opacity: 0.04;
}
body .section-img-bg .container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1200px;
}
body .section-img-bg .container .text-container17 {
  display: flex;
  flex-direction: column;
  max-width: 670px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  padding: 92px 0 48px 0;
}
body .section-img-bg .container .text-container17 .title22 {
  font-family: "CircularStd", Arial, sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  font-size: 32px;
  margin: 0 0 24px 0;
}
body .section-img-bg .container .text-container17 .desc19, body .section-img-bg .container .text-container17 .desc19-2 {
  font-size: 18px;
  line-height: 1.55;
  color: #FFFFFF;
  font-family: "Brandon Text", Arial, sans-serif;
}
body .section-img-bg .container .text-container17 .desc19 {
  margin: 0 0 24px 0;
}
body .section-img-bg .container .row-4 {
  display: flex;
  flex-direction: row;
  box-shadow: 0 1px 3px rgba(14, 58, 82, 0.05), 0 4px 24px rgba(14, 58, 82, 0.05);
  margin: 0;
  padding: 0;
  transform: translateY(36px);
}
body .section-img-bg .container .row-4 .box_3 {
  display: flex;
  flex-direction: column;
  width: 290px;
  border-right: 1px solid #e0e4e6;
  padding: 24px 32px;
  background: #FFFFFF;
  align-items: center;
}
body .section-img-bg .container .row-4 .box_3:last-child {
  border-right: none;
}
body .section-img-bg .container .row-4 .box_3 img {
  display: flex;
  width: 63px;
  height: auto;
  margin: 0 auto 16px auto;
}
body .section-img-bg .container .row-4 .box_3 .label {
  max-width: 190px;
  margin: 0 auto;
  font-weight: 600;
  font-size: 18px;
  color: var(--primary-color);
  line-height: 1.55;
  font-family: "Brandon Text", Arial, sans-serif;
  text-align: center;
}
body .preise-section {
  display: flex;
  background: #f6f8fa;
  padding: 120px 0;
  margin: 30px 0 0 0;
}
body .preise-section .container {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
body .preise-section .container .text_19 {
  display: flex;
  flex-direction: column;
  max-width: 720px;
  margin: -12px auto 0;
}
body .preise-section .container .text_19 .text-container18 {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-family: "CircularStd", Arial, sans-serif;
  margin: 0 0 20px 0;
}
body .preise-section .container .text_19 .text-container18 .rectangle {
  display: inline-flex;
  width: fit-content;
  position: relative;
  font-weight: 600;
  line-height: 1.25;
  font-size: 44px;
  padding: min(7%, 12px) min(3%, 12px);
  color: #ffffff;
  background: linear-gradient(-2deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 19.25%, var(--secondary-color) 20%, var(--secondary-color) 80%, rgba(0, 0, 0, 0) 80.75%, rgba(0, 0, 0, 0) 100%);
}
body .preise-section .container .text_19 .text-container18 .title23 {
  margin-bottom: 16px;
  color: var(--primary-color);
  font-size: 44px;
  font-weight: 600;
  line-height: 1.5;
}
body .preise-section .container .text_19 .desc20 {
  text-align: center;
  font-size: 18px;
  line-height: 1.55;
  color: var(--text-color);
  font-family: "Brandon Text", Arial, sans-serif;
}
body footer {
  display: flex;
  width: 100%;
  margin: 54px 0 0 0;
}
body footer .container {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
body footer .container .top {
  display: flex;
  flex-direction: row;
  padding: 36px 0;
  align-items: center;
  width: 100%;
  max-width: 1200px;
}
body footer .container .top .logo {
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
  color: var(--text-color);
  line-height: 1.55;
  font-family: "Brandon Text", Arial, sans-serif;
  width: fit-content;
}
body footer .container .top .footer-container {
  display: flex;
  flex: 1;
  margin: 0 0 0 auto;
}
body footer .container .top .footer-container .footer-links {
  display: flex;
  margin-left: auto;
  padding-left: 20px;
}
body footer .container .top .footer-container .footer-links .footer-link {
  text-transform: uppercase;
  text-decoration: none;
  color: var(--text-color);
  transition: color 0.25s;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 0;
  line-height: 1.55;
  font-family: "Brandon Text", Arial, sans-serif;
  margin-right: 24px;
}
body footer .container .top .footer-container .footer-links .footer-link:hover {
  color: var(--primary-color);
}
body footer .container .top .footer-container .footer-links .footer-link:last-child {
  margin-right: 0;
}
body footer .container .copyright {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  width: 100%;
  padding: 24px 0;
}
body footer .container .copyright .copyright-p {
  color: var(--text-color);
  font-size: 12px;
  margin: 0 auto;
  font-weight: 700;
  font-family: "Brandon Text", Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
}
body .border-top-left, body .border-top-right {
  position: relative;
  width: 40%;
  display: flex;
}
body .border-top-left img, body .border-top-right img {
  height: auto;
  max-width: 100%;
}
body .border-top-right::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: 35%;
  height: 50%;
  border-top: 14px solid var(--secondary-color);
  border-right: 14px solid var(--secondary-color);
  margin: -20px -20px 0 0;
}
body .border-top-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 35%;
  height: 50%;
  border-top: 14px solid var(--secondary-color);
  border-left: 14px solid var(--secondary-color);
  margin: -20px 0 0 -20px;
}

.fixed-call-button {
  display: block;
  background: none;
  border: 0;
  border-radius: 0;
  position: fixed;
  float: none;
  font-style: normal;
  text-transform: none;
  width: 80px;
  max-width: none;
  max-height: none;
  opacity: 1;
  outline: 0;
  overflow: visible;
  text-decoration: none;
  vertical-align: top;
  word-spacing: normal;
  letter-spacing: normal;
  color: var(--cta-color);
  bottom: 8%;
  right: 7%;
  margin-left: -40px;
  margin-top: -40px;
  height: 80px;
  text-align: center;
  font-size: 10px;
  line-height: 80px;
  -webkit-font-smoothing: antialiased;
  z-index: 1000;
  cursor: pointer;
}
.fixed-call-button * {
  transition: 0.5s;
}
.fixed-call-button svg {
  color: var(--cta-icon-color);
  width: 37.5px;
  height: 55px;
  font-size: 30px;
  padding-top: 25px !important;
}
.fixed-call-button:after, .fixed-call-button:before {
  content: "";
  border-radius: 100%;
  position: absolute;
  width: 80px;
  height: 80px;
  transform-origin: center center;
  box-sizing: border-box;
  z-index: 9;
  transition: 0.5s;
}
.fixed-call-button:after {
  background: var(--cta-color);
  animation: lexprofitBackAnim 3s linear infinite;
}
.fixed-call-button:before {
  border: 1px solid var(--cta-color);
  animation: lexprofitBorderAnim 3s -0.5s linear infinite;
}
.fixed-call-button a {
  z-index: 10;
  position: absolute;
  background-color: var(--cta-color);
  border-radius: 100%;
  width: 100%;
  height: 100%;
}
.fixed-call-button a:hover {
  animation: lexprofitBoundingAnim 1s linear infinite;
}
.fixed-call-button:hover a {
  background-color: #bbb;
}
.fixed-call-button:hover:after {
  background-color: #aaa;
}
.fixed-call-button:hover:before {
  border-color: #aaa;
}
@media (max-width: 768px) {
  .fixed-call-button {
    right: 18%;
    bottom: 5%;
  }
}

/*# sourceMappingURL=style.css.map */
