.frame {
  position: relative;
  width: 100%;
  height: 1366px;
}

.top-content {
  position: relative;
  height: 1369px;
  background-color: #00000033;
  overflow: hidden;
  /* background-image: url(./img/images.png);
  background-size: cover;
  background-position: 50% 50%; */
}

.top-content-video-wrapper {
  position: absolute;
  width: 100vw;
  height: 966px;
  top: 0;
  left: 0;
}

.top-content-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 24px 124px;
  position: absolute;
  top: 0;
  left: 0;
}

.logo {
  width: 90px;
  height: 90px;
  object-fit: cover;
}

.frame-2 {
  display: inline-flex;
  align-items: center;
  gap: 100px;
  position: relative;
  flex: 0 0 auto;
}

.frame-3 {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  position: relative;
  flex: 0 0 auto;
}

.header-text-wrapper {
  width: 1120px;
  height: 671px;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 20px;
  position: absolute;
  top: 408px;
  left: 50%;
  transform: translate(-50%, 0);
}

.herzlich-willkommen {
  width: 953px;
  height: 124px;
  top: 423px;
  left: 204px;
  font-family: "Helvetica Neue-Light", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 100px;
  letter-spacing: 0;
  line-height: 121.5px;
}

.p {
  height: 46px;
  top: 692px;
  left: 204px;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 100px;
  letter-spacing: 0;
  line-height: 45.9px;
  white-space: nowrap;
}

.text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 33.6px;
  white-space: nowrap;
}

.img {
  position: relative;
  width: 24px;
  height: 24px;
}

.frame-4 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.line {
  position: relative;
  width: 24px;
  height: 2px;
  margin-top: -2px;
}

.line-2 {
  position: relative;
  width: 24px;
  height: 2px;
}

.overlap-group {
  position: absolute;
  width: 100%;
  height: 1728px;
  top: 138px;
  left: 0;
}

.span {
  font-weight: 300;
}

.text-wrapper-2 {
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
}

.frame-5 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 32px;
  padding: 150px 124px 100px;
  position: absolute;
  top: 828px;
  left: 0;
  background-color: #0b0b0b;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #ffffff;
  width: 100%;
}

.text-wrapper-3 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 34px;
  letter-spacing: 0;
  line-height: 47.6px;
  white-space: nowrap;
}

.frame-6 {
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  flex: 0 0 auto;
}

.frame-6-1 {
  display: flex;
  width: 100%;
  padding: 0 100px;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  flex: 0 0 auto;
}

.product-category {
  display: inline-flex;
  align-items: flex-start;
  gap: 31px;
  padding: 20px;
  position: relative;
  flex: 0 0 auto;
  background-color: #6fa2ae;
  border-radius: 6px;
}

.frame-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 14px;
  position: relative;
  flex: 0 0 auto;
}

.frame-7 {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  position: relative;
  flex: 0 0 auto;
}

.text-wrapper-4 {
  position: relative;
  width: fit-content;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 26.4px;
  white-space: nowrap;
}

.frame-8 {
  position: relative;
  width: 31.74px;
  height: 30px;
  margin-right: -0.91px;
}

.chat {
  display: flex;
  flex-direction: column;
  width: 1120px;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 20px;
  position: absolute;
  top: 774px;
  height: 105px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 14px 20px;
  background-color: #f7f7f7;
  border-radius: 6px;
  transition: height 1s, top 1s;
}

.chat.__focused {
  top: 208px;
  height: 671px;
  overflow-y: auto;
}

.chat-form {
  display: flex;
  width: 100%;
  border-radius: 8px;
}

.chat .chat-form::after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: #0000000d;
  transition: top 1s, opacity 1s;
}

.chat.__focused .chat-form::after {
  opacity: 1;
  top: 564px;
}

.chat-input {
  width: 100%;
  height: 74px;
  background-color: transparent;
  font-family: "Hellix TRIAL-Light", Helvetica;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 30.4px;
  white-space: nowrap;
  border: 0;
  padding: 2px 10px 2px 20px;
  margin-right: 20px;
  outline: none;
  position: relative;
}

.chat-input::placeholder {
  color: #b9b9b9;
}

.chat-btn {
  border: 0;
  outline: 0;
  padding: 0;
  background-color: transparent;
  width: 74px;
  height: 74px;
  display: inline-flex;
  cursor: pointer;
}

.chat-btn:hover {
  opacity: 0.9;
}

.chat-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.chat-list {
  width: 100%;
  overflow: hidden;
  height: 0;
  transition: height 1s;
}

.chat.__focused .chat-list {
  height: 549px;
  overflow: hidden auto;
}

.chat-message {
  display: block;
  padding: 16px;
  font-family: "Hellix TRIAL-Medium", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
  border-radius: 10px;
  margin: 20px auto;
  min-height: 35px;
  width: fit-content;
  min-width: 70px;
  max-width: 95%;
  white-space: pre-wrap;
  border: 1px solid #000000;
}

.chat-message.__usual_white_space {
  white-space: normal;
}

.chat-message.__bot {
  border-radius: 20px 20px 20px 0px;
  margin: 20px auto 20px 0;
}

.chat-message.__user {
  border-radius: 20px 20px 0px 20px;
  margin: 20px 0 20px auto;
  color: #ffffff;
  background-color: #6fa2ae;
  border: none;
}

.chat-message.__typing {
  background-image: url(./img/loading_dots.gif);
  background-size: contain;
  background-position: 10px 0;
  background-repeat: no-repeat;
}

.chat-message a {
  color: #000000;
}

.chat.__focused .chat-close {
  opacity: 1;
  transition: opacity 0s 1s;
  display: block;
}

.chat-close {
  cursor: pointer;
  display: none;
  opacity: 0;
  top: 10px;
  right: 10px;
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  outline: none;
  border: 0;
  color: #111;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.chat-close img {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
/*

*/

.button-r-wrapper {
  position: relative;
  width: 1120px;
  height: 671px;
}

.button-r {
  display: flex;
  width: 1120px;
  align-items: flex-start;
  padding: 14px 20px 14px 40px;
  top: 569px;
  background-color: #f7f7f7;
  border-radius: 6px;
  gap: 10px;
  position: relative;
}

.frame-9 {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.text-wrapper-5 {
  position: relative;
  flex: 1;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #b9b9b9;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 33.6px;
}

.send {
  position: relative;
  width: 74px;
  height: 74px;
}

/* 
*/

.losung {
  background-color: #f7f7f7;
  padding: 100px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.losung-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
  padding-left: 124px;
  width: calc(100% - 750px);
}

.losung-image-wrapper {
  height: 640px;
  width: 680px;
}

.relative {
  position: relative;
}

.slider {
  padding: 70px 0;
}

.branchen {
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 150px 0px;
  position: relative;
  flex: 0 0 auto;
  background-color: #6fa2ae;
}

/*
*/

.alpha-lines-big-wrapper {
  display: inline-flex;
  flex-direction: column;
  height: 1106px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 100px 0px;
  position: relative;
  background-color: #f7f7f7;
}

.alpha-lines-big {
  position: relative;
  width: 100%;
  height: 850px;
}

.BASIC {
  position: absolute;
  width: 899px;
  height: 817px;
  top: 6px;
  left: 829px;
}

.overlap-group-2 {
  position: absolute;
  width: 927px;
  height: 607px;
  top: 60px;
  left: 0;
}

.BASIC-2 {
  position: absolute;
  height: 117px;
  top: 474px;
  left: 0;
  opacity: 0.2;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  color: #0b0b0b;
  font-size: 120px;
  letter-spacing: 0;
  line-height: 166.5px;
  white-space: nowrap;
}

.BASIC-3 {
  position: absolute;
  height: 117px;
  top: 316px;
  left: 0;
  opacity: 0.3;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  color: #0b0b0b;
  font-size: 120px;
  letter-spacing: 0;
  line-height: 166.5px;
  white-space: nowrap;
}

.BASIC-4 {
  position: absolute;
  height: 117px;
  top: 158px;
  left: 0;
  opacity: 0.4;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  color: #0b0b0b;
  font-size: 120px;
  letter-spacing: 0;
  line-height: 166.5px;
  white-space: nowrap;
}

.BASIC-5 {
  position: absolute;
  height: 117px;
  top: 0;
  left: 0;
  opacity: 0.5;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  color: #0b0b0b;
  font-size: 120px;
  letter-spacing: 0;
  line-height: 166.5px;
  white-space: nowrap;
}

.rectangle-wrapper {
  display: flex;
  flex-direction: column;
  width: 567px;
  height: 415px;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
  position: absolute;
  top: 120px;
  right: 0;
  border: 0px none;
}

.rectangle {
  position: relative;
  width: 567px;
  height: 412px;
  object-fit: cover;
}

.BASIC-6 {
  position: absolute;
  height: 117px;
  top: 692px;
  left: 0;
  opacity: 0.1;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  color: #0b0b0b;
  font-size: 164px;
  letter-spacing: 0;
  line-height: 216.5px;
  white-space: nowrap;
}

.alpha-lines {
  display: flex;
  flex-direction: column;
  width: 561px;
  align-items: flex-start;
  gap: 70px;
  position: absolute;
  top: 140px;
  left: 204px;
}

.frame-10 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  position: relative;
  flex: 0 0 auto;
}

.unsere-l-sungen {
  font-weight: 400;
  line-height: 91px;
  position: relative;
  margin-top: -1px;
  font-family: "Helvetica Neue-Light", Helvetica;
  color: #0a0a0a;
  font-size: 70px;
  letter-spacing: 0;
}

.text-wrapper-6 {
  position: relative;
  font-family: "Helvetica Neue-Light", Helvetica;
  font-weight: 300;
  color: #0a0a0a;
  font-size: 34px;
  letter-spacing: 0;
  line-height: 47.6px;
}

.button {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  height: 74px;
  align-items: center;
  justify-content: center;
  padding: 20px 60px;
  background-color: #6fa2ae;
  border-radius: 6px;
  gap: 10px;
  position: relative;
}

.jetzt-beraten-lassen {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 33.6px;
  white-space: nowrap;
}

.div-2 {
  position: relative;
  width: 100%;
  height: 910px;
  background-color: #ffffff;
}

.frame-11 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 70px;
  position: relative;
  top: 156px;
}

.div-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}

.frame-12 {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.frame-13 {
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.text-wrapper-7 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #b9b9b9;
  font-size: 34px;
  line-height: 108px;
  letter-spacing: 0;
  white-space: nowrap;
}

.numbers {
  position: relative;
  width: 21px;
  height: 25px;
  overflow: hidden;
}

.text-wrapper-8 {
  position: absolute;
  width: 19px;
  height: 25px;
  top: 279px;
  left: 1px;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #b9b9b9;
  font-size: 34px;
  line-height: 108px;
  letter-spacing: 0;
  white-space: nowrap;
}

.text-wrapper-9 {
  position: absolute;
  width: 19px;
  height: 25px;
  top: 239px;
  left: 1px;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #b9b9b9;
  font-size: 34px;
  line-height: 108px;
  letter-spacing: 0;
  white-space: nowrap;
}

.text-wrapper-10 {
  position: absolute;
  width: 19px;
  height: 25px;
  top: 199px;
  left: 1px;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #b9b9b9;
  font-size: 34px;
  line-height: 108px;
  letter-spacing: 0;
  white-space: nowrap;
}

.text-wrapper-11 {
  position: absolute;
  width: 19px;
  height: 25px;
  top: 159px;
  left: 1px;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #b9b9b9;
  font-size: 34px;
  line-height: 108px;
  letter-spacing: 0;
  white-space: nowrap;
}

.text-wrapper-12 {
  position: absolute;
  width: 19px;
  height: 25px;
  top: 119px;
  left: 1px;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #b9b9b9;
  font-size: 34px;
  line-height: 108px;
  letter-spacing: 0;
  white-space: nowrap;
}

.text-wrapper-13 {
  position: absolute;
  width: 19px;
  height: 25px;
  top: 79px;
  left: 1px;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #b9b9b9;
  font-size: 34px;
  line-height: 108px;
  letter-spacing: 0;
  white-space: nowrap;
}

.text-wrapper-14 {
  position: absolute;
  width: 19px;
  height: 25px;
  top: 39px;
  left: 1px;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #b9b9b9;
  font-size: 34px;
  line-height: 108px;
  letter-spacing: 0;
  white-space: nowrap;
}

.text-wrapper-15 {
  position: absolute;
  width: 19px;
  height: 25px;
  top: -2px;
  left: 1px;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #b9b9b9;
  font-size: 34px;
  line-height: 108px;
  letter-spacing: 0;
  white-space: nowrap;
}

.frame-14 {
  display: inline-flex;
  align-items: flex-end;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.frame-15 {
  display: inline-flex;
  align-items: flex-start;
  gap: 14px;
  position: relative;
  flex: 0 0 auto;
}

.arrow-left {
  position: relative;
  flex: 0 0 auto;
}

.arrow-right {
  position: relative;
  width: 54px;
  height: 54px;
}

.frame-16 {
  display: inline-flex;
  align-items: flex-start;
  gap: 95px;
  position: relative;
  flex: 0 0 auto;
  padding: 20px 0;
}

.rectangle-2 {
  position: relative;
  width: 724px;
  height: 554px;
  object-fit: cover;
}

.frame-17 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 70px;
  position: relative;
  flex: 0 0 auto;
  padding: 20px 0;
}

.besuchen-sie-uns-auf {
  position: relative;
  width: 505px;
  margin-top: -1px;
  font-family: "Helvetica Neue-Light", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 70px;
  letter-spacing: 0;
  line-height: 84px;
}

.text-wrapper-16 {
  font-weight: 300;
  color: #0a0a0a;
}

.text-wrapper-17 {
  font-family: "Helvetica Neue-Regular", Helvetica;
  color: #0a0a0a;
}

.text-wrapper-18 {
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  color: #6fa2ae;
}

.text-wrapper-19 {
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  color: #0a0a0a;
}

.jetzt-beraten-lassen-wrapper {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 60px;
  flex: 0 0 auto;
  background-color: #6fa2ae;
  border-radius: 6px;
  gap: 10px;
  position: relative;
}

.frame-18 {
  display: flex;
  width: 1380px;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
  margin: 0 auto;
}

.frame-19 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 0px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-color: #000000;
}

.text-wrapper-20 {
  position: relative;
  width: fit-content;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 18px;
  line-height: 60px;
  letter-spacing: 0;
  white-space: nowrap;
}

.wittenstein-auf-der {
  position: relative;
  flex: 1;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 29px;
}

.text-wrapper-21 {
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 60px;
}

.frame-20 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 0px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-color: #b9b9b9;
}

.text-wrapper-22 {
  position: relative;
  width: fit-content;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 500;
  color: #b9b9b9;
  font-size: 18px;
  line-height: 60px;
  letter-spacing: 0;
  white-space: nowrap;
}

.text-wrapper-23 {
  position: relative;
  flex: 1;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  color: #b9b9b9;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 60px;
}

.frame-21 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 150px 0px;
  position: relative;
  flex: 0 0 auto;
  background-color: #6fa2ae;
}

.headline {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 32px;
  padding: 0px 54px;
  position: relative;
  flex: 0 0 auto;
}

.headline-wrapper {
  display: inline-flex;
  flex-direction: column;
  height: 76px;
  align-items: flex-start;
  justify-content: space-around;
  gap: 28px;
  position: relative;
}

.headline-2 {
  position: relative;
  width: fit-content;
  margin-top: -1.5px;
  font-family: "Helvetica Neue-Light", Helvetica;
  font-weight: 300;
  color: #ffffff;
  font-size: 70px;
  letter-spacing: 0;
  line-height: 77px;
  white-space: nowrap;
}

.spaces {
  position: relative;
  width: 1440px;
  height: 50px;
}

.frame-22 {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 701px;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.frame-23 {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  padding: 0px 54px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.product-category-2 {
  flex: 1;
  flex-grow: 1;
  background-color: #82aeb9;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 40px;
  position: relative;
  border-radius: 6px;
}

.frame-24 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 14px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.frame-25 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.text-wrapper-24 {
  position: relative;
  width: 535px;
  margin-top: -1px;
  font-family: "Helvetica Neue-Light", Helvetica;
  font-weight: 300;
  color: #ffffff;
  font-size: 34px;
  letter-spacing: 0;
  line-height: 37.4px;
}

.product-category-3 {
  flex: 1;
  flex-grow: 1;
  background-color: #82aeb9;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 40px;
  position: relative;
  border-radius: 6px;
}

.product-category-4 {
  flex: 1;
  flex-grow: 1;
  padding: 20px 40px;
}

.frame-26 {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  padding: 200px 0;
  gap: 50px;
  position: relative;
  flex: 0 0 auto;
}

.frame-27 {
  display: inline-flex;
  flex-direction: column;
  height: 385px;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}

.alpha-lines-items {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 134px;
}

.frame-28 {
  display: inline-flex;
  height: 119px;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  top: -1px;
}

.text-wrapper-25 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Poppins", Helvetica;
  font-weight: 300;
  color: #0a0a0a;
  font-size: 45px;
  line-height: 59.4px;
  letter-spacing: 0;
  white-space: nowrap;
}

.text-wrapper-26 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Helvetica Neue-Light", Helvetica;
  font-weight: 300;
  color: #0a0a0a;
  font-size: 70px;
  letter-spacing: 0;
  line-height: 92.4px;
  white-space: nowrap;
}

.frame-29 {
  display: inline-flex;
  height: 119px;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  opacity: 0.2;
}

.frame-30 {
  display: inline-flex;
  height: 119px;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  margin-bottom: -27px;
  opacity: 0.2;
}

.frame-31 {
  display: flex;
  flex-direction: column;
  width: 624px;
  height: 385px;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.text-wrapper-27 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Helvetica Neue-Light", Helvetica;
  font-weight: 300;
  color: #0a0a0a;
  font-size: 42px;
  letter-spacing: 0;
  line-height: 56.7px;
}

.karriere {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 732px;
}

.frame-32 {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
  padding-left: 100px;
}

.frame-33 {
  display: flex;
  flex-direction: column;
  width: 636px;
  align-items: flex-start;
  justify-content: center;
  gap: 70px;
  position: relative;
}

.div-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-34 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.text-wrapper-28 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Helvetica Neue-Light", Helvetica;
  font-weight: 300;
  color: #0b0b0b;
  font-size: 70px;
  letter-spacing: 0;
  line-height: 98px;
}

.text {
  align-self: stretch;
  font-family: "Helvetica Neue-Light", Helvetica;
  color: transparent;
  line-height: 47.6px;
  position: relative;
  font-weight: 400;
  font-size: 34px;
  letter-spacing: 0;
}

.text-wrapper-29 {
  font-weight: 300;
  color: #0b0b0b;
}

.frame-35 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 14px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.text-wrapper-30 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Helvetica Neue-Light", Helvetica;
  font-weight: 300;
  color: #0b0b0b;
  font-size: 34px;
  letter-spacing: 0;
  line-height: 34px;
}

.text-wrapper-31 {
  position: relative;
  align-self: stretch;
  font-family: "Helvetica Neue-Light", Helvetica;
  font-weight: 300;
  color: #0b0b0b;
  font-size: 34px;
  letter-spacing: 0;
  line-height: 34px;
}

.frame-36 {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}

.button-2 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  height: 74px;
  align-items: center;
  justify-content: center;
  padding: 20px 60px;
  border-radius: 6px;
  border: 3px solid;
  border-color: #6fa2ae;
  gap: 10px;
  position: relative;
}

.jetzt-beraten-lassen-2 {
  position: relative;
  width: fit-content;
  margin-top: -3px;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  color: #6fa2ae;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 33.6px;
  white-space: nowrap;
}

.bilder {
  position: relative;
  align-self: stretch;
  width: 630px;
}

.image-2 {
  position: absolute;
  width: 617px;
  height: 432px;
  top: 50%;
  left: 0;
  object-fit: cover;
  transform: translate(0, -50%);
}

.overlap-wrapper {
  position: relative;
  width: 100%;
  height: 1117px;
  transform: rotate(180deg);
}

.overlap {
  position: relative;
  height: 1117px;
}

.image-3 {
  position: absolute;
  width: 1059px;
  height: 1117px;
  top: 0;
  left: 669px;
  transform: rotate(-180deg);
  object-fit: cover;
}

.rectangle-3 {
  position: absolute;
  width: 100%;
  height: 1117px;
  top: 0;
  left: 0;
  background: linear-gradient(
    90deg,
    rgb(10, 10, 10) 50%,
    rgba(10, 10, 10, 0) 67%
  );
}

.frame-37 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 60px;
  position: absolute;
  top: 20%;
  left: 0;
}

.frame-38 {
  display: flex;
  flex-direction: column;
  width: 624px;
  padding-left: 24px;
  align-items: flex-start;
  justify-content: center;
  gap: 70px;
  position: relative;
  flex: 0 0 auto;
  transform: rotate(180deg);
}

.karriere-bei {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Helvetica Neue-Light", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 70px;
  letter-spacing: 0;
  line-height: 98px;
}

.text-wrapper-32 {
  font-family: "Helvetica Neue-Regular", Helvetica;
}

.text-wrapper-33 {
  position: relative;
  align-self: stretch;
  font-family: "Helvetica Neue-Light", Helvetica;
  font-weight: 300;
  color: #ffffff;
  font-size: 34px;
  letter-spacing: 0;
  line-height: 47.6px;
}

.karriere-2 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  padding: 200px 0px;
  position: relative;
  flex: 0 0 auto;
}

.karriere-12 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  padding: 200px 0px 0px;
  position: relative;
  flex: 0 0 auto;
}

.karriere-22 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  padding: 0 0px 200px;
  position: relative;
  flex: 0 0 auto;
}

.frame-39 {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
  padding: 0px 204px;
  position: relative;
  flex: 0 0 auto;
}

.frame-139 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 10px;
  padding: 0px 204px;
  position: relative;
  flex: 0 0 auto;
}

.div-4 {
  position: relative;
  margin-top: -1px;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 60px;
  letter-spacing: 0;
  line-height: 84px;
}

.text-wrapper-34 {
  font-weight: 700;
  color: #6fa2ae;
}

.text-wrapper-35 {
  font-weight: 700;
  color: #0b0b0b;
}

.text-wrapper-36 {
  font-family: "Helvetica Neue-Light", Helvetica;
  font-weight: 300;
  color: #0b0b0b;
}

.text-wrapper-136 {
  font-family: "Helvetica Neue-Light", Helvetica;
  font-weight: 300;
  font-size: 42px;
  line-height: 64px;
  color: #0b0b0b;
}

.button-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 0px 204px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-40 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.frame-41 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
  padding: 0px 124px 200px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.text-wrapper-37 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Helvetica Neue-Light", Helvetica;
  font-weight: 300;
  color: #0b0b0b;
  font-size: 70px;
  letter-spacing: 0;
  line-height: 84px;
  white-space: nowrap;
}

.frame-42 {
  display: inline-flex;
  align-items: center;
  gap: 17px;
  position: relative;
  flex: 0 0 auto;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-color: #6fa2ae;
}

.button-3 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0px;
  flex: 0 0 auto;
  gap: 10px;
  position: relative;
}

.frame-43 {
  position: relative;
  width: 27.51px;
  height: 26px;
  margin-right: -0.79px;
}

.frame-44 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 49px;
  position: relative;
  flex: 0 0 auto;
}

.frame-45 {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 60px;
  position: relative;
  flex: 0 0 auto;
}

.bilder-2 {
  position: relative;
  width: 635px;
  height: 424px;
  background-image: url(./img/image-7-1.png);
  background-size: cover;
  background-position: 50% 50%;
}

.frame-46 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}

.frame-47 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.text-wrapper-38 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Helvetica Neue-Medium", Helvetica;
  font-weight: 500;
  color: #0a0a0a;
  font-size: 45px;
  letter-spacing: 0;
  line-height: normal;
}

.text-wrapper-39 {
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  position: relative;
  align-self: stretch;
  color: #0a0a0a;
  letter-spacing: 0;
}

.frame-48 {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 49px;
  position: relative;
  flex: 0 0 auto;
}

.frame-49 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 14px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  border: 0px none;
}

.rectangle-4 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 253px;
  object-fit: cover;
}

.frame-50 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 61px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-51 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-52 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-53 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.text-wrapper-40 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #737373;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28px;
  white-space: nowrap;
}

.text-wrapper-41 {
  position: relative;
  align-self: stretch;
  font-family: "Helvetica Neue-Medium", Helvetica;
  font-weight: 500;
  color: #0a0a0a;
  font-size: 24px;
  letter-spacing: 0;
  line-height: normal;
}

.linien-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 70px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
}

.rectangle-5 {
  position: absolute;
  height: 910px;
  top: 0;
  right: 0%;
  z-index: 400;
}

.basic {
  position: absolute;
  width: 100%;
  height: 910px;
  top: 0;
  left: 0;
  background-color: #f7f7f7;
  overflow: hidden;
  z-index: 200;
}

.rectangle-6 {
  position: absolute;
  width: 864px;
  height: 1117px;
  top: 0;
  left: -864px;
  background-color: #6fa2ae;
}

.frame-54 {
  display: flex;
  flex-direction: column;
  width: 557px;
  align-items: flex-start;
  gap: 40px;
  position: absolute;
  top: 520px;
  left: 120px;
}

.text-wrapper-42 {
  align-self: stretch;
  height: 53px;
  font-weight: 300;
  line-height: 92.4px;
  white-space: nowrap;
  position: relative;
  margin-top: -1px;
  font-family: "Helvetica Neue-Light", Helvetica;
  color: #0a0a0a;
  font-size: 70px;
  letter-spacing: 0;
}

.text-wrapper-142 {
  align-self: stretch;
  font-weight: 300;
  line-height: 122.4px;
  white-space: nowrap;
  position: relative;
  margin-top: -1px;
  font-family: "Helvetica Neue-Light", Helvetica;
  color: #0a0a0a;
  font-size: 70px;
  letter-spacing: 0;
}

.text-wrapper-43 {
  margin-top: -1px;
  font-family: "Helvetica Neue-Light", Helvetica;
  font-weight: 300;
  font-size: 34px;
  line-height: 45.9px;
  position: relative;
  align-self: stretch;
  color: #0a0a0a;
  letter-spacing: 0;
}

.linien {
  position: absolute;
  width: 573px;
  height: 143px;
  top: 20px;
  left: 120px;
}

.linien-2 {
  position: absolute;
  height: 107px;
  top: 311px;
  left: -11px;
  opacity: 0.2;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  color: #0a0a0a;
  font-size: 150px;
  letter-spacing: 0;
  line-height: 198px;
  white-space: nowrap;
}

.linien-3 {
  position: absolute;
  height: 107px;
  top: 165px;
  left: -11px;
  opacity: 0.4;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  color: #0a0a0a;
  font-size: 150px;
  letter-spacing: 0;
  line-height: 198px;
  white-space: nowrap;
}

.linien-4 {
  position: absolute;
  height: 107px;
  top: 19px;
  left: -11px;
  opacity: 0.6;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  color: #0a0a0a;
  font-size: 150px;
  letter-spacing: 0;
  line-height: 198px;
  white-space: nowrap;
}

.footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 10px;
  padding: 0px 44px;
  position: relative;
  flex: 0 0 auto;
  background-color: #6fa2ae;
}

.footer-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.spaces-2 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 100px;
}

.wrap-rows {
  display: flex;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-55 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
  min-width: 348px;
}

.features {
  position: relative;
  width: 528px;
  margin-top: -1px;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  color: var(--color-fillwhite);
  font-size: 34px;
  letter-spacing: 0;
  line-height: 47.6px;
  padding-bottom: 20px;
}

.frame-56 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

.walter-wittenstein {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: var(--color-fillwhite);
  font-size: 24px;
  letter-spacing: 0;
  line-height: 33.6px;
}

.tel {
  position: relative;
  width: fit-content;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: var(--color-fillwhite);
  font-size: 24px;
  letter-spacing: 0;
  line-height: 33.6px;
}

.row-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  position: relative;
  flex: 0 0 auto;
}

.row {
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  gap: 15px;
  position: relative;
}

.social-media-item {
  display: flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  position: relative;
  background-color: var(--color-fillwhite);
  border-radius: 6px;
  overflow: hidden;
}

.img-2 {
  position: relative;
  width: 29px;
  height: 29px;
}

.row-2 {
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  display: flex;
  gap: 15px;
  position: relative;
}

.column {
  flex: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  position: relative;
}

.navipunkt {
  width: fit-content;
  margin-top: -1px;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  color: var(--color-fillwhite);
  font-size: 34px;
  white-space: nowrap;
  position: relative;
  letter-spacing: 0;
  line-height: 25px;
}

.navipunkt-2 {
  align-self: stretch;
  margin-top: -1px;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: var(--color-fillwhite);
  font-size: 24px;
  position: relative;
  letter-spacing: 0;
  line-height: 25px;
}

.navipunkt-3 {
  align-self: stretch;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: var(--color-fillwhite);
  font-size: 24px;
  position: relative;
  letter-spacing: 0;
  line-height: 25px;
}

.navipunkt-4 {
  width: fit-content;
  margin-top: -1px;
  font-family: "Helvetica Neue-Bold", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 34px;
  white-space: nowrap;
  position: relative;
  letter-spacing: 0;
  line-height: 25px;
}

.line-3 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  object-fit: cover;
}

.spaces-3 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 20px;
}

.meta-footer {
  display: flex;
  height: 24.72px;
  align-items: center;
  gap: 14px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.copright {
  position: relative;
  flex: 1;
  margin-top: -0.64px;
  opacity: 0.8;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 24px;
}

.wrap-right {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
  position: relative;
  flex: 0 0 auto;
}

.metanavi {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  opacity: 0.8;
  font-family: "Helvetica Neue-Regular", Helvetica;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 24px;
  white-space: nowrap;
}

.alert {
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  display: none;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.logo-footer-wrapper {
  width: 100%;
}

.logo-footer {
  position: relative;
  width: 132px;
  height: 54px;
}
