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

._5layer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/5layer.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.herowrapper {
  position: relative;
  display: none;
  height: 85vh;
}

._4layer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 6;
  background-image: url('../images/4layer_smaller.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

._3layer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 7;
  background-image: url('../images/3layer_smaller.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._2layer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  display: block;
  background-image: url('../images/2layer_smaller.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.front {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: block;
  background-image: url('../images/1layer_smaller.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: flex;
  margin-top: 15vh;
  margin-left: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.heading {
  font-family: Lato2, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 100px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 3px 3px 24px rgba(0, 0, 0, 0.1);
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: block;
  background-image: linear-gradient(0deg, #ff7f4b, rgba(255, 127, 75, 0.2));
}

.pattern {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  height: 100vh;
  margin-top: 20vh;
  background-image: url('../images/juconn_pattern_2020-2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.15;
}

.content-wrapper-flex {
  display: flex;
  overflow: hidden;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  align-items: center;
}

.content-section {
  position: relative;
  overflow: hidden;
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-image: linear-gradient(180deg, #ff7f4b, #fd9760);
  opacity: 1;
}

.headline-white {
  position: relative;
  z-index: 99;
  font-family: Jost, sans-serif;
  color: #fff;
  font-size: 44px;
  line-height: 60px;
  font-weight: 500;
  letter-spacing: 1px;
}

.headline-white.center {
  margin-bottom: 0px;
  font-size: 48px;
  text-align: center;
}

.content-text-left {
  width: 55%;
  margin-right: 0px;
  padding-right: 52px;
}

.subheadline-white {
  margin-top: 0px;
  font-family: Lato2, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 1px;
}

.subheadline-white.center {
  font-size: 20px;
  text-align: center;
}

.beschreibungstext {
  margin-top: 40px;
  font-family: Lato2, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.content-right-mockup {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 90vw;
  padding: 12px;
  -ms-grid-row-align: auto;
      align-self: auto;
  flex: 0 auto;
}

.content-section-white {
  position: relative;
  z-index: 400;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 120px;
  padding-bottom: 0vh;
}

.content-wrapper-flex-center {
  position: relative;
  z-index: auto;
  display: flex;
  overflow: visible;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.headline-black {
  margin-bottom: 0px;
  align-self: flex-start;
  font-family: Jost, sans-serif;
  color: #303030;
  font-size: 44px;
  font-weight: 500;
  text-align: center;
}

.headline-black.left {
  font-size: 44px;
  text-align: left;
  letter-spacing: 1px;
}

.subheadline-black {
  font-family: Lato2, sans-serif;
  color: #86939d;
  font-weight: 300;
}

.subheadline-black.center {
  margin-top: 16px;
  font-family: Lato2, sans-serif;
  color: #86939d;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.subheadline-black.left {
  margin-top: 10px;
  font-family: Lato2, sans-serif;
  color: #86939d;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.juconn-mockup {
  position: static;
  left: auto;
  top: 0%;
  right: -14%;
  bottom: 0%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  text-align: left;
}

.vorteile {
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin-top: 100px;
  padding: 40px;
  flex-wrap: nowrap;
}

.vorteil-card.first {
  display: flex;
  width: 400px;
  height: 120px;
  margin-right: 24px;
  padding: 20px 40px;
  align-items: center;
  order: -1;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.vorteil-card.last {
  display: flex;
  width: 400px;
  height: 120px;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.icon-bgr {
  display: flex;
  width: auto;
  height: auto;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
}

.vorteile-card-text {
  width: 70%;
  margin-left: 20px;
}

.vorteile-text {
  font-family: Jost, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.anwendungen-wrapper {
  position: static;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 560px;
  padding: 56px 40px;
  align-items: stretch;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 8px 8px 24px 4px rgba(0, 0, 0, 0.05);
  color: #303030;
  text-decoration: none;
}

.accordion-item {
  position: static;
  overflow: hidden;
}

.text-block {
  font-family: Lato2, sans-serif;
  color: #ff7f4b;
  font-weight: 700;
  letter-spacing: 1px;
}

.accordion-item-content {
  display: block;
}

.paragraph {
  position: static;
  display: block;
  font-family: Lato2, sans-serif;
  color: #303030;
  font-size: 16px;
  line-height: 24px;
}

.cases-wrapper {
  position: relative;
  max-width: 1200px;
  margin-top: 0px;
  margin-bottom: 0px;
  flex: 0 auto;
}

.accordion-trigger {
  position: static;
  display: flex;
  margin-top: 20px;
  cursor: pointer;
}

.icon-arrow-down {
  width: 24px;
  height: 24px;
}

.case-subheading {
  margin-bottom: 10px;
  font-family: Lato2, sans-serif;
  color: #86939d;
  font-size: 18px;
  font-weight: 300;
}

.case-heading {
  font-family: Jost, sans-serif;
  font-size: 28px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 1px;
}

.bam-mockup {
  position: absolute;
  left: auto;
  top: -10%;
  right: 7%;
  bottom: 0%;
  padding: 16px;
}

.d-bam-content-section-case {
  display: none;
  padding-top: 0vh;
  padding-bottom: 5vh;
}

.hypeconn-mockup {
  position: absolute;
  left: auto;
  top: 0%;
  right: 3%;
  bottom: 0%;
  z-index: 1;
  padding: 16px;
}

.heatconn-mockup {
  position: absolute;
  left: auto;
  top: 0%;
  right: 1%;
  bottom: 0%;
  z-index: 1;
  padding: 16px;
}

.sc-mockup {
  position: absolute;
  left: auto;
  top: 3%;
  right: 3%;
  bottom: 0%;
  z-index: 1;
  padding: 16px;
}

.content-section-grey {
  position: relative;
  z-index: 10000;
  padding-top: 20vh;
  padding-bottom: 20vh;
  background-color: #f5f5f5;
}

.beschreibungstext-black {
  margin-top: 20px;
  font-family: Lato2, sans-serif;
  color: #303030;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.logos {
  display: block;
  margin-left: 55px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fp-logo {
  display: none;
}

.thinkmore-logo {
  display: none;
}

.content-wrapper-team {
  display: flex;
  overflow: hidden;
  max-width: 1300px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  justify-content: space-around;
  align-items: center;
}

.team-member {
  display: flex;
  width: 250px;
  height: auto;
  max-height: 350px;
  min-height: 350px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  align-self: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 6px;
  background-color: #fff;
  background-image: url('../images/minnt-juconn.jpg');
  background-position: 50% 10%;
  background-size: 380px;
  font-style: normal;
  text-decoration: none;
}

.team-name {
  font-family: Jost, sans-serif;
  color: #303030;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.team-role {
  font-family: Lato2, sans-serif;
  color: #ff7f4b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.team-member-content {
  display: flex;
  padding: 16px;
  justify-content: space-between;
  background-color: hsla(0, 0%, 100%, 0.9);
}

.linkedin-account {
  -ms-grid-row-align: center;
      align-self: center;
}

.team-member2 {
  display: flex;
  width: 250px;
  height: 350px;
  margin-right: 20px;
  margin-left: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-self: center;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 6px;
  background-image: url('../images/detlef_impkampe.jpg');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

.team-member3 {
  display: flex;
  width: 250px;
  height: 350px;
  margin-right: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  align-self: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 6px;
  background-image: url('../images/Marco-Ilsche-.jpg');
  background-position: 50% 40%;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

.jobs-news-wrapper {
  display: flex;
  overflow: hidden;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.jobangebote-div {
  width: auto;
  margin-right: 0px;
  padding: 60px 16px;
}

.news-div {
  display: block;
  padding: 60px 16px;
}

.primary-button {
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 0px;
  padding: 12px 28px;
  border-radius: 6px;
  background-color: #ff7f4b;
  text-decoration: none;
}

.button-primary-text {
  font-family: Jost, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.subheadline-hero-white {
  margin-top: 0px;
  font-family: Lato2, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 33px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.juconn-core-text {
  font-family: Jost, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
}

.subheading-core {
  margin-top: 16px;
  margin-bottom: 40px;
  font-family: Lato2, sans-serif;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.icon-core {
  margin-bottom: 12px;
}

.details-button {
  position: relative;
  z-index: 104;
  display: flex;
  height: 30px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.05);
  transition: box-shadow 200ms ease-in-out;
  cursor: pointer;
}

.details-button:hover {
  box-shadow: 6px 6px 16px 4px rgba(0, 0, 0, 0.1);
}

.ai-text {
  margin-bottom: 32px;
  font-family: Jost, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.image-8 {
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  padding: 8px;
  border-radius: 100px;
  background-color: hsla(0, 0%, 96.1%, 0.1);
}

.modal-popup-ai {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-popup-wrapper {
  display: flex;
  width: 320px;
  margin-right: auto;
  margin-left: auto;
  padding: 32px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
  background-color: #fff;
}

.content-popup {
  width: 100%;
  align-self: flex-start;
}

.popup-heading {
  margin-top: 12px;
  margin-bottom: 8px;
  font-family: Jost, sans-serif;
  color: #303030;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.subheading-popup {
  margin-bottom: 24px;
  font-family: Lato2, sans-serif;
  color: #86939d;
  font-size: 17px;
  font-weight: 300;
}

.list-item {
  margin-top: 12px;
  font-family: Lato2, sans-serif;
  color: #303030;
  font-size: 15px;
}

.list {
  padding-left: 20px;
  list-style-type: square;
}

.button-details {
  position: relative;
  z-index: 102;
  font-family: Lato2, sans-serif;
  color: #ff7f4b;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
}

.shadow {
  position: relative;
  z-index: 9999;
  display: block;
  height: 30px;
  max-width: 700px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.05);
  filter: blur(20px);
}

.icon-ai {
  width: 60px;
  height: 60px;
  padding: 8px;
  border-radius: 2px;
  background-color: rgba(255, 127, 75, 0.2);
}

.close {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-self: flex-end;
}

.icon-close {
  width: 32px;
  height: 32px;
}

.icon-individual {
  width: 60px;
  height: 60px;
  padding: 8px;
  border-radius: 2px;
  background-color: rgba(255, 127, 75, 0.2);
}

.modal-popup-sensoren {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999;
  display: none;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-popup-juconn {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.content-section-vorteile {
  position: relative;
  z-index: 300;
  padding-top: 10vh;
  padding-bottom: 10vh;
  background-image: url('../images/juconn_pattern_alpha-0.2.png'), linear-gradient(180deg, #ff7f4b, #fd9760);
  background-position: 50% 50%, 0px 0px;
  background-size: 1600px, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: fixed, scroll;
  opacity: 1;
}

.content-text-center-cases {
  margin-bottom: 80px;
}

.subheading-erkennung {
  margin-bottom: 8px;
  color: rgba(41, 41, 41, 0.8);
  font-size: 20px;
  line-height: 30px;
  text-align: right;
}

.subheading-erkennung.left {
  font-family: Jost, sans-serif;
  font-weight: 500;
  text-align: left;
}

.subheading-erkennung.left.white {
  width: 500px;
  font-family: Lato2, sans-serif;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.subheading-erkennung.left.white {
  font-family: Lato2, sans-serif;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.kontakt-info {
  margin-right: 0px;
}

.wrapper {
  display: block;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
  flex: 1;
}

.image-4 {
  margin-right: 12px;
  flex: 0 auto;
}

.kontakt-headline {
  display: flex;
  max-width: 60%;
  margin-right: 40px;
  padding-right: 309px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
}

.contact-link {
  margin-top: 0px;
  font-family: Lato2, sans-serif;
  color: #f7f8fa;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.contact-link:hover {
  color: #ff7f4b;
  text-decoration: none;
}

.content-kontakt {
  position: static;
  display: flex;
  margin-top: 0px;
  padding-top: 36px;
  padding-bottom: 36px;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  text-align: left;
}

.headline-h2 {
  margin-top: 0px;
  font-family: Jost, sans-serif;
  color: #163063;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.headline-h2.left {
  text-align: left;
}

.headline-h2.left.white {
  margin-bottom: 16px;
  color: #f7f8fa;
  font-size: 40px;
}

.headline-h2.left.white {
  margin-bottom: 16px;
  color: #f7f8fa;
  font-size: 40px;
}

.contact-text-regular {
  margin-top: 0px;
  font-family: Lato2, sans-serif;
  color: #f7f8fa;
  font-size: 13px;
  letter-spacing: 0.2px;
}

.contact-flex {
  display: flex;
  margin-top: 8px;
  margin-bottom: 8px;
  justify-content: flex-start;
  align-items: center;
}

.content-bgr-black {
  display: block;
  padding-top: 50vh;
  padding-bottom: 50vh;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.content-bgr-black.small {
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0vh;
  padding-bottom: 0vh;
  flex: 1;
  background-color: #303030;
}

.content-bgr-black.small {
  padding-top: 10vh;
  padding-bottom: 10vh;
  background-color: #303030;
}

.content-wrapper-flex-center-module {
  position: relative;
  z-index: 90;
  display: flex;
  overflow: hidden;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.impressum-link {
  margin-right: 32px;
  margin-left: 0px;
  font-family: Jost, sans-serif;
  color: #303030;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.impressum-link:hover {
  color: #ff7f4b;
}

.impressum-link.w--current {
  color: #ff7f4b;
}

.footer-links {
  display: flex;
  align-items: center;
  font-family: Lato2, sans-serif;
  color: #153574;
}

.lizenzvereinbarung {
  margin-right: 0px;
  margin-left: 32px;
  font-family: Jost, sans-serif;
  color: #303030;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.lizenzvereinbarung.w--current {
  color: #ff7f4b;
}

.copyright-heatconn {
  color: #fff;
}

.wrapper-footer {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 100px;
  padding-left: 100px;
  flex: 1;
}

.datenschutz-link {
  margin-right: 32px;
  font-family: Jost, sans-serif;
  color: #303030;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.datenschutz-link:hover {
  color: #ff7f4b;
}

.datenschutz-link.w--current {
  color: #ff7f4b;
}

.footer {
  position: relative;
  z-index: 10000;
  display: flex;
  height: 70px;
  margin-bottom: 89px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  flex: 1;
  background-color: #f5f5f5;
}

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

.footer-text-copyright {
  font-family: Jost, sans-serif;
  color: #303030;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: none;
}

.navbar-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 300;
  height: 70px;
  margin-top: 0px;
  background-color: #3b3b3b;
  color: #303030;
}

.navbar-2:hover {
  color: #ff7f4b;
}

.wrapper-nav {
  display: block;
  min-width: 100%;
  padding-right: 100px;
  padding-left: 100px;
}

.nav-link {
  height: auto;
  margin-left: 0px;
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 12px;
  background-color: transparent;
  transition: background-color 200ms cubic-bezier(.77, 0, .175, 1);
  font-family: Jost, sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link:hover {
  border-radius: 2px;
  background-color: #f4f6f7;
  color: #000;
}

.nav-link:active {
  background-color: rgba(255, 255, 255, 0);
  color: #f4f6f7;
}

.nav-link:focus {
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}

.nav-link:visited {
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.nav-link-page {
  background-color: #f4f6f7;
}

.nav-link.nav-link-page:hover {
  color: #ff7f4b;
}

.nav-link.nav-link-page:focus {
  background-color: #f4f6f7;
  color: #303030;
}

.content-bgr-datenschutz {
  display: block;
  padding-top: 10vh;
  padding-bottom: 10vh;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.datenschutz-juconn {
  display: flex;
  margin-top: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.datenschutz-text {
  width: 700px;
  color: #292929;
  line-height: 21px;
  text-align: center;
}

.datenschutz-text.left {
  width: auto;
  padding-top: 16px;
  font-family: Lato2, sans-serif;
  color: rgba(41, 41, 41, 0.8);
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.2px;
}

.link-style {
  color: #ff7f4b;
  text-decoration: none;
}

.content-wrapper-datenschutz {
  display: flex;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-right: 100px;
  padding-left: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.text-span {
  font-weight: 700;
}

.text-span-2 {
  font-weight: 700;
}

.text-span-3 {
  font-weight: 700;
}

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

.text-span-5 {
  font-weight: 700;
}

.button-back-previous {
  display: flex;
  height: 24px;
  margin-bottom: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-self: flex-start;
  color: #32b4e6;
  text-decoration: none;
}

.button-back-icon {
  margin-right: 4px;
  color: #ff7f4b;
}

.back-btn-text {
  font-family: Jost, sans-serif;
  color: #ff7f4b;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 1px;
}

.nav-menu {
  display: flex;
  overflow: visible;
  margin-top: 0px;
  padding-top: 12px;
  align-items: center;
  color: #fff;
}

.dropdown-wrapper {
  overflow: visible;
  background-color: #f4f6f7;
}

.dropdown-wrapper:hover {
  background-color: #f4f6f7;
  color: #ff7f4b;
}

.dropdown-wrapper:focus {
  color: #ff7f4b;
}

.dropdown-trigger {
  overflow: visible;
  background-color: #f4f6f7;
}

.dropdown-trigger:hover {
  border: 1px solid transparent;
  background-color: #f4f6f7;
  color: #ff7f4b;
}

.dropdown-content {
  position: absolute;
  top: auto;
  display: block;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0);
  color: #f5f5f5;
  text-align: center;
}

.dropdown-content.page {
  display: flex;
  background-color: #f5f5f5;
}

.nav-link-dropdown-content {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-left: 0px;
  padding: 12px 20px;
  transition: background-color 200ms cubic-bezier(.77, 0, .175, 1);
  font-family: Jost, sans-serif;
  color: #303030;
  line-height: 17px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link-dropdown-content:hover {
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0);
  color: #303030;
  font-weight: 500;
}

.nav-link-dropdown-content.w--current {
  color: #ff7f4b;
}

.nav-link-dropdown-content.page {
  color: #303030;
}

.nav-link-dropdown-content.page:hover {
  color: #303030;
  font-weight: 500;
}

.loesung-section {
  position: relative;
  z-index: 300;
  display: none;
}

.anwendungen-section {
  position: relative;
  z-index: 300;
  overflow: hidden;
  padding-top: 10vh;
  padding-bottom: 5vh;
  background-color: #fff;
}

.team-pics {
  display: flex;
  margin-bottom: 68px;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.grid-desktop {
  position: static;
  justify-items: stretch;
  align-items: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 0.25fr;
  grid-auto-rows: minmax(auto, 1fr);
  grid-column-gap: 8px;
  grid-row-gap: 8px;
      grid-template-areas: ".";
  -ms-grid-columns: 1fr 8px 1fr 8px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 8px auto 8px auto 8px auto 8px auto;
  grid-template-rows: auto auto auto auto auto;
}

.juconn-core-div {
  position: relative;
  z-index: 101;
  display: flex;
  width: 500px;
  height: 450px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url('../images/juconn-core-circle-desktop.png');
  background-position: 50% 50%;
  background-size: 485px;
  background-repeat: no-repeat;
}

.juconn-core-div.mobile {
  z-index: 100;
}

.ai-div {
  position: relative;
  z-index: 100;
  display: flex;
  width: 250px;
  height: 250px;
  margin-right: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url('../images/analytics-ai_1.png');
  background-position: 50% 50%;
  background-size: 250px;
  background-repeat: no-repeat;
}

.individual-div {
  position: relative;
  z-index: 100;
  display: flex;
  width: 250px;
  height: 250px;
  margin-right: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url('../images/analytics-ai_1.png');
  background-position: 50% 50%;
  background-size: 250px;
  background-repeat: no-repeat;
}

.juconn-core-illustration {
  position: relative;
  z-index: auto;
  margin-top: 40px;
  padding-top: 0px;
  padding-right: 2.5vh;
  padding-left: 2.5vh;
}

.grid-mobile {
  display: none;
}

.nav-button-animated {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 900;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-right: 20px;
  padding: 0px;
  background-color: transparent;
}

.nav-button-animated.w--open {
  background-color: transparent;
}

.nav-button-animated.negative {
  z-index: auto;
}

.nav-button-animated.negative {
  z-index: auto;
}

.bottom-line {
  position: absolute;
  left: 0px;
  top: 38px;
  right: 0px;
  width: 40px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.navbar-animated {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  background-color: transparent;
}

.top-line {
  position: absolute;
  left: 0px;
  top: 18px;
  right: 0px;
  width: 40px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.middle-line {
  position: absolute;
  left: 0px;
  top: 28px;
  right: 0px;
  width: 40px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.full-screen-menu-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.9);
}

.mobile-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

.linkedin-profile {
  display: flex;
  width: 230px;
  margin-top: 16px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background-color: #ff7f4b;
  box-shadow: 3px 3px 6px 0 rgba(51, 51, 51, 0.5);
  text-decoration: none;
}

.linkedin-profile:hover {
  background-color: #ff7f4b;
  box-shadow: 3px 3px 8px 4px rgba(0, 0, 0, 0.1);
}

.linkedin_text {
  padding-left: 8px;
  -ms-grid-row-align: center;
      align-self: center;
  font-family: Jost, sans-serif;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.erklaerung-section {
  position: relative;
  z-index: 300;
  display: block;
  overflow: hidden;
  padding-bottom: 10vh;
  color: #fff;
}

.heading-erklaerung {
  margin-bottom: 0px;
  align-self: flex-start;
  font-family: Jost, sans-serif;
  color: #303030;
  font-size: 32px;
  font-weight: 500;
  text-align: left;
}

.erklaerung-list-items {
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: Lato2, sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}

.content-wrapper-block {
  display: block;
  overflow: hidden;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 110px;
  align-items: center;
  border-radius: 4px;
  background-color: #f5f5f5;
}

.list-erklaerung {
  margin-top: 40px;
  padding-left: 20px;
  color: #303030;
  list-style-type: square;
}

.headline-erklaerung {
  overflow: visible;
  width: auto;
  margin-right: 0px;
  padding-right: 0px;
}

.d-hypeconn-content-section-case {
  display: none;
  padding-bottom: 5vh;
}

.d-heatconn-content-section-case {
  padding-bottom: 5vh;
}

.d-sc-content-section-case {
  display: none;
  padding-bottom: 5vh;
}

.desktop-cases {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1920px;
  padding-right: 5%;
  padding-left: 5%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.mobile-cases {
  display: none;
}

.content_background {
  position: static;
  left: 0%;
  top: 50vh;
  right: 0%;
  bottom: 0%;
  display: block;
  border-bottom: 7px none #32b4e6;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(51, 51, 51, 0.1);
}

.job-cta {
  margin-left: 32px;
  padding-left: 0px;
}

.section-headline {
  position: static;
  display: block;
  margin-bottom: 50px;
  flex: 1;
}

.section-headline.karriere {
  width: 54%;
  flex: 0 auto;
}

.content-left-horizontal-scroll {
  position: relative;
  display: block;
  flex: 1;
}

.custom-section-jobs {
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
}

.content-wrapper {
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0px;
  justify-content: center;
  align-items: center;
  -ms-grid-row-align: auto;
      align-self: auto;
}

.section-flex {
  display: flex;
  height: auto;
  padding: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.section-flex.greybgr {
  height: auto;
  background-color: #fafafa;
}

.section-flex.greybgr.job-nr-4 {
  display: none;
}

.section-flex.job-nr-3 {
  display: none;
}

.job-bewerbung {
  position: static;
  display: block;
  width: 240px;
  height: 240px;
  margin-right: 16px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  -ms-grid-row-align: center;
      align-self: center;
  order: 0;
  flex: 0 auto;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 -8px 16px 0 rgba(51, 51, 51, 0.05), 0 4px 8px 0 rgba(51, 51, 51, 0.05);
}

.help-me {
  position: static;
  display: flex;
  padding-right: 40px;
  float: none;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  flex: 0 auto;
}

.job-list-beschreibung {
  padding-left: 20px;
  font-family: Lato2, sans-serif;
  color: #303030;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  list-style-type: disc;
}

.custom-section {
  display: block;
  height: 100vh;
  padding-right: 40px;
  padding-bottom: 200px;
  padding-left: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.custom-section.small {
  height: auto;
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: transparent;
}

.job-card-wrapper {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  justify-content: center;
  align-items: center;
}

.headline-job {
  margin-bottom: 0px;
  align-self: flex-start;
  font-family: Jost, sans-serif;
  color: #ff7f4b;
  font-size: 32px;
  font-weight: 500;
  text-align: left;
}

.headline-job-caption {
  font-family: Jost, sans-serif;
  color: #303030;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}

.headline-bewerbung {
  font-family: Jost, sans-serif;
  color: #303030;
  font-size: 18px;
  font-weight: 500;
}

.primary-button-small {
  display: flex;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 12px 28px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background-color: #ff7f4b;
  font-size: 13px;
  text-decoration: none;
}

.button-primary-text-small {
  font-family: Jost, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.navbar-div {
  display: flex;
}

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

.case-subheading-sc {
  margin-bottom: 10px;
  font-family: Lato2, sans-serif;
  color: #86939d;
  font-size: 18px;
  font-weight: 300;
}

.paragraph-sc {
  position: static;
  display: block;
  font-family: Lato2, sans-serif;
  color: #303030;
  font-size: 16px;
  line-height: 24px;
}

.logo-brand-orange {
  position: absolute;
  display: block;
  width: 60px;
  height: 40px;
  margin-top: 12px;
  padding-top: 0px;
  padding-bottom: 0px;
  opacity: 1;
}

.logo-brand-orange.page {
  opacity: 1;
}

.nav-70px {
  height: 70px;
}

.navbar-pages {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  height: 70px;
  margin-top: 0px;
  background-color: #f5f5f5;
}

.nav-link-page {
  height: auto;
  margin-left: 0px;
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  transition: background-color 200ms cubic-bezier(.77, 0, .175, 1);
  font-family: Jost, sans-serif;
  color: #303030;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.nav-link-page:hover {
  border-radius: 2px;
  background-color: transparent;
  color: #303030;
  font-weight: 500;
}

.nav-link-page:active {
  background-color: #f4f6f7;
  color: #303030;
}

.nav-link-page:focus {
  background-color: hsla(0, 0%, 100%, 0.4);
  color: #ff7f4b;
}

.nav-link-page:visited {
  background-color: hsla(0, 0%, 100%, 0);
  color: #303030;
}

.nav-link-page.w--current {
  color: #ff7f4b;
}

.image-15 {
  opacity: 1;
}

.kontakt-footer {
  position: relative;
  z-index: 90000;
  margin-top: 32px;
  background-color: #303030;
}

.hypeconn-color-desktop {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: none;
  width: 130px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #ff9d4c;
}

.heatconn-color-desktop {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #163063;
}

.sc-color-desktop {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 130px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #056fb7;
}

.bam-color-desktop {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 130px;
  margin-right: auto;
  margin-left: auto;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #f6b059;
}

.body {
  overflow: visible;
  background-color: #303030;
}

.iubenda-cs-preferences-link {
  margin-top: 20px;
  padding: 16px;
  border-radius: 4px;
  background-color: #ff7f4b;
  color: #fff;
  line-height: 14px;
  text-decoration: none;
}

.minnt-link {
  margin-right: 0px;
}

.logo-juconn {
  display: block;
  margin-left: 55px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.div-block-2 {
  height: 5000px;
}

.lottie-animation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.lottie-animation-5 {
  position: fixed;
  left: auto;
  top: 69px;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: block;
  width: 1200px;
  height: 100vh;
  margin-right: 0px;
  margin-left: 0px;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

.hero {
  position: relative;
  z-index: 1;
  display: flex;
  height: 18000px;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  color: transparent;
}

.hero-h1 {
  position: fixed;
  left: 0%;
  top: 48vh;
  right: 0%;
  bottom: auto;
  z-index: 200;
  display: block;
  width: 85vw;
  margin-right: auto;
  margin-left: auto;
  clear: none;
  font-family: Lato2, sans-serif;
  color: #f5f5f5;
  font-size: 3vw;
  line-height: 6vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.text1 {
  position: absolute;
  left: 80px;
  bottom: 97px;
  width: 450px;
  margin-left: 0px;
  padding: 0px;
  border: 1px solid transparent;
  border-radius: 12px;
  background-color: hsla(0, 0%, 100%, 0);
  box-shadow: 0 0 0 -20px rgba(136, 42, 4, 0.43);
  font-family: Jost, sans-serif;
  color: #f5f5f5;
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
  text-align: left;
}

.potenziale {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: flex;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  background-color: transparent;
}

.logo {
  position: fixed;
  left: 329px;
  top: 30.2vh;
  right: 329px;
  bottom: auto;
  z-index: 200;
  display: block;
  width: 34vw;
  margin-right: auto;
  margin-left: auto;
  clear: none;
  opacity: 1;
  font-family: Lato2, sans-serif;
  color: #f5f5f5;
  font-size: 5vw;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.distractor {
  position: fixed;
  z-index: 100;
  display: flex;
  width: 100vw;
  height: 2000px;
  max-width: none;
  background-image: linear-gradient(322deg, rgba(48, 48, 48, 0.99) 39%, rgba(48, 48, 48, 0.97));
}

.neu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: flex;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  background-color: transparent;
}

.head002 {
  position: absolute;
  left: 80px;
  bottom: 215px;
  width: 450px;
  margin-left: 0px;
  padding: 0px;
  border: 1px solid transparent;
  border-radius: 12px;
  background-color: hsla(0, 0%, 100%, 0);
  box-shadow: 0 0 0 -20px rgba(136, 42, 4, 0.43);
  font-family: Jost, sans-serif;
  color: #fff;
  font-size: 27px;
  line-height: 29px;
  font-weight: 600;
  text-align: justify;
}

.text002 {
  position: absolute;
  left: 80px;
  bottom: 97px;
  width: 450px;
  margin-left: 0px;
  padding: 0px;
  border: 1px solid transparent;
  border-radius: 12px;
  background-color: hsla(0, 0%, 100%, 0);
  box-shadow: 0 0 0 -20px rgba(136, 42, 4, 0.43);
  font-family: Jost, sans-serif;
  color: #f5f5f5;
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
  text-align: left;
}

.berichte_und {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  display: flex;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  background-color: transparent;
}

.head003 {
  position: absolute;
  left: 80px;
  bottom: 231px;
  width: 450px;
  margin-left: 0px;
  padding: 0px;
  border: 1px solid transparent;
  border-radius: 12px;
  background-color: hsla(0, 0%, 100%, 0);
  box-shadow: 0 0 0 -20px rgba(136, 42, 4, 0.43);
  font-family: Jost, sans-serif;
  color: #fff;
  font-size: 27px;
  line-height: 29px;
  font-weight: 600;
  text-align: justify;
}

.text003 {
  position: absolute;
  left: 80px;
  bottom: 97px;
  width: 450px;
  margin-left: 0px;
  padding: 0px;
  border: 1px solid transparent;
  border-radius: 12px;
  background-color: hsla(0, 0%, 100%, 0);
  box-shadow: 0 0 0 -20px rgba(136, 42, 4, 0.43);
  font-family: Jost, sans-serif;
  color: #f5f5f5;
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
  text-align: left;
}

.pfeil_head01 {
  position: static;
  left: 80px;
  bottom: 31.7vh;
  z-index: 2000;
  margin-bottom: 16px;
  margin-left: 0px;
  padding: 0px;
  border: 1px solid transparent;
  border-radius: 12px;
  background-color: hsla(0, 0%, 100%, 0);
  box-shadow: 0 0 0 -20px rgba(136, 42, 4, 0.43);
  font-family: Jost, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
}

.pfeil_text01 {
  position: static;
  left: 80px;
  bottom: 25vh;
  z-index: 2000;
  margin-left: 0px;
  padding: 0px;
  border: 1px solid transparent;
  border-radius: 12px;
  background-color: hsla(0, 0%, 100%, 0);
  box-shadow: 0 0 0 -20px rgba(136, 42, 4, 0.43);
  font-family: Jost, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  text-align: left;
}

.pfeiltexte {
  position: fixed;
  left: auto;
  top: 9.7vh;
  right: auto;
  bottom: auto;
  z-index: 50;
  display: flex;
  width: 950px;
  height: 100vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.image-18 {
  position: static;
  padding-bottom: 20px;
  padding-left: 0px;
  text-align: left;
}

.anwendungs-text {
  position: absolute;
  left: 278px;
  top: 35.9vh;
  right: auto;
  bottom: 0vh;
}

.individuell-text {
  position: absolute;
  left: auto;
  top: 23.5vh;
  right: 281px;
  bottom: 0vh;
}

.testing-text {
  position: absolute;
  left: auto;
  top: 7.1vh;
  right: 113px;
  bottom: 0vh;
}

.text001 {
  position: absolute;
  left: auto;
  bottom: auto;
  width: 650px;
  margin-top: 0px;
  margin-left: 0px;
  padding: 208px 0px 0px;
  border: 1px solid transparent;
  border-radius: 12px;
  background-color: hsla(0, 0%, 100%, 0);
  box-shadow: 0 0 0 -20px rgba(136, 42, 4, 0.43);
  font-family: Jost, sans-serif;
  color: #f5f5f5;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.text02 {
  position: absolute;
  left: auto;
  bottom: auto;
  width: auto;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px;
  border: 1px solid transparent;
  border-radius: 12px;
  background-color: hsla(0, 0%, 100%, 0);
  box-shadow: 0 0 0 -20px rgba(136, 42, 4, 0.43);
  font-family: Jost, sans-serif;
  color: #f5f5f5;
  font-size: 38px;
  line-height: 45px;
  font-weight: 500;
  text-align: center;
}

.wir_bauen {
  position: fixed;
  left: 0px;
  top: 113px;
  right: 0px;
  bottom: auto;
  z-index: auto;
  display: flex;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  background-color: transparent;
  color: #f5f5f5;
  text-align: center;
}

.analyse-text0 {
  position: absolute;
  left: 90px;
  top: 45vh;
  right: auto;
  bottom: 0vh;
  width: auto;
}

.wrapper-pfeiltexte {
  position: static;
  left: auto;
  top: -145px;
  right: auto;
  bottom: auto;
  z-index: 2000;
  display: flex;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.head001 {
  position: absolute;
  left: 80px;
  bottom: 215px;
  width: 450px;
  margin-left: 0px;
  padding: 0px;
  border: 1px solid transparent;
  border-radius: 12px;
  background-color: hsla(0, 0%, 100%, 0);
  box-shadow: 0 0 0 -20px rgba(136, 42, 4, 0.43);
  font-family: Jost, sans-serif;
  color: #fff;
  font-size: 27px;
  line-height: 29px;
  font-weight: 600;
  text-align: justify;
}

.mobile_version {
  display: none;
}

.service-agreement {
  margin-right: 0px;
  margin-left: 0px;
  font-family: Jost, sans-serif;
  color: #303030;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.service-agreement.w--current {
  color: #ff7f4b;
}

.branchen_drei_w-rter {
  position: fixed;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  z-index: auto;
  display: flex;
  width: auto;
  height: 100vh;
  margin-top: 115px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0px;
  background-color: transparent;
  color: #f5f5f5;
  text-align: center;
}

.branchen_text {
  position: absolute;
  left: auto;
  bottom: auto;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px;
  border: 1px solid transparent;
  border-radius: 12px;
  background-color: hsla(0, 0%, 100%, 0);
  box-shadow: 0 0 0 -20px rgba(136, 42, 4, 0.43);
  font-family: Jost, sans-serif;
  color: #f5f5f5;
  font-size: 27px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
}

.trenner_animation_content {
  position: relative;
  z-index: auto;
  display: none;
  height: 35vh;
  margin-bottom: -55px;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #303030 83%);
}

.d-tempconn-content-section-case-copy {
  padding-bottom: 5vh;
}

.d-immoconn-content-section-case-copy-copy {
  padding-bottom: 5vh;
}

.content-section-grey-flex-vert {
  position: relative;
  z-index: 300;
  padding-top: 20vh;
  padding-bottom: 20vh;
  background-color: #f5f5f5;
}

.wrapper-neu {
  position: relative;
  display: flex;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  align-items: center;
  flex: 1;
}

.gr-nwald-equity-logo {
  margin-top: 18px;
  margin-left: 66px;
}

.logos-partner {
  display: block;
  margin-left: 55px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.juconn_logo {
  position: fixed;
  left: 329px;
  top: 352px;
  right: 329px;
  bottom: auto;
  z-index: 20000;
  display: block;
  width: 34vw;
  margin-right: auto;
  margin-left: auto;
  clear: none;
  opacity: 1;
  font-family: Lato2, sans-serif;
  color: #f5f5f5;
  font-size: 5vw;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.footer-2 {
  position: relative;
  z-index: 10000;
  display: flex;
  height: 70px;
  margin-bottom: 0px;
  flex-direction: row;
  align-items: center;
  flex: 1;
  background-color: #f5f5f5;
}

.datenschutz-link-2 {
  margin-right: 32px;
  margin-left: 0px;
  font-family: Jost, sans-serif;
  color: #303030;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.datenschutz-link-2:hover {
  color: #ff7f4b;
}

.datenschutz-link-2.w--current {
  color: #ff7f4b;
}

.lizenzvereinbarung-2 {
  margin-right: 0px;
  margin-left: 32px;
  font-family: Jost, sans-serif;
  color: #303030;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.lizenzvereinbarung-2:hover {
  color: #ff7f4b;
}

.lizenzvereinbarung-2.w--current {
  color: #ff7f4b;
}

.service-agreement-2 {
  margin-right: 0px;
  margin-left: 0px;
  font-family: Jost, sans-serif;
  color: #303030;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.service-agreement-2:hover {
  color: #ff7f4b;
}

.service-agreement-2.w--current {
  color: #ff7f4b;
}

.navbar-div-2 {
  position: relative;
  z-index: 2000;
}

.dropdown-content-2 {
  position: absolute;
  top: auto;
  z-index: 100000;
  display: flex;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #3b3b3b;
  text-align: center;
}

.navbar-animated-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  background-color: transparent;
}

.dropdown-trigger-2 {
  overflow: visible;
}

.dropdown-trigger-2:hover {
  background-color: hsla(0, 0%, 100%, 0);
  color: #ff7f4b;
}

.nav-menu-2 {
  display: flex;
  overflow: visible;
  margin-top: 0px;
  padding-top: 12px;
  align-items: center;
}

.dropdown-wrapper-2 {
  overflow: visible;
}

.dropdown-wrapper-2:hover {
  color: #ff7f4b;
}

.dropdown-wrapper-2:focus {
  color: #ff7f4b;
}

.navbar-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 70px;
  margin-top: 0px;
  background-color: #3b3b3b;
  color: #303030;
}

.nav-link-dropdown-content-2 {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-left: 0px;
  padding: 12px 20px;
  transition: background-color 200ms cubic-bezier(.77, 0, .175, 1);
  font-family: Jost, sans-serif;
  color: #f4f6f7;
  line-height: 17px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link-dropdown-content-2:hover {
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0);
  color: #f4f6f7;
  font-weight: 500;
}

.nav-link-dropdown-content-2.w--current {
  color: #ff7f4b;
}

.nav-link-desktop {
  height: auto;
  margin-left: 0px;
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 12px;
  background-color: transparent;
  transition: background-color 200ms cubic-bezier(.77, 0, .175, 1);
  font-family: Jost, sans-serif;
  color: #f4f6f7;
  line-height: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link-desktop:hover {
  border-radius: 2px;
  background-color: transparent;
  color: #f4f6f7;
  font-weight: 500;
}

.nav-link-desktop:active {
  background-color: transparent;
  color: #f4f6f7;
}

.nav-link-desktop:focus {
  background-color: transparent;
  color: #f4f6f7;
}

.nav-link-desktop:visited {
  background-color: transparent;
  color: #f4f6f7;
}

.nav-link-desktop.w--current {
  color: #ff7f4b;
}

.wrapper-footer-3 {
  display: block;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
  flex: 1;
}

.linkedin-profile-2 {
  display: flex;
  width: 230px;
  margin-top: 16px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background-color: #ff7f4b;
  box-shadow: 3px 3px 6px 0 rgba(51, 51, 51, 0.5);
  text-decoration: none;
}

.linkedin-profile-2:hover {
  background-color: #ff7f4b;
  box-shadow: 3px 3px 8px 4px rgba(0, 0, 0, 0.1);
}

.content-kontakt-2 {
  display: flex;
  margin-top: 0px;
  padding-top: 36px;
  padding-bottom: 36px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.kontakt-headline-2 {
  display: flex;
  max-width: 60%;
  margin-right: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
}

.contact-link-2 {
  margin-top: 0px;
  font-family: Lato2, sans-serif;
  color: #f7f8fa;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.contact-link-2:hover {
  color: #ff7f4b;
  text-decoration: none;
}

.footer-text-copyright-3 {
  font-family: Jost, sans-serif;
  color: #303030;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: none;
}

.impressum-link-3 {
  margin-right: 32px;
  margin-left: 0px;
  font-family: Jost, sans-serif;
  color: #303030;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.impressum-link-3:hover {
  color: #ff7f4b;
}

.impressum-link-3.w--current {
  color: #ff7f4b;
}

.content-section-dark {
  position: relative;
  z-index: 400;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  background-color: #303030;
}

.image-28 {
  max-width: 80%;
}

.image-29 {
  max-width: 80%;
}

.image-30 {
  max-width: 80%;
}

.wrapper-contact-footer {
  display: block;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
  flex: 1;
}

.nav-link-mobile {
  height: auto;
  margin-left: 0px;
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 12px;
  transition: background-color 200ms cubic-bezier(.77, 0, .175, 1);
  font-family: Jost, sans-serif;
  color: #f4f6f7;
  line-height: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link-mobile:hover {
  border-radius: 2px;
  background-color: #3b3b3b;
  color: #f4f6f7;
  font-weight: 500;
}

.nav-link-mobile:active {
  background-color: rgba(255, 255, 255, 0.4);
  color: #f4f6f7;
}

.nav-link-mobile:focus {
  background-color: hsla(0, 0%, 100%, 0.4);
  color: #f4f6f7;
}

.nav-link-mobile:visited {
  background-color: hsla(0, 0%, 100%, 0);
  color: #f4f6f7;
}

.nav-link-mobile.w--current {
  color: #ff7f4b;
}

.immoconn-stoerer {
  position: absolute;
  left: 15%;
  display: flex;
  height: 54px;
  margin-top: 8px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  align-items: center;
  border-radius: 4px;
  background-color: #5493ff;
  text-decoration: none;
}

.immoconn-stoerer.fixed {
  display: none;
}

.div-block-9 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  flex: 0 auto;
}

.text-block-7 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Jost, sans-serif;
  color: #fff;
}

.text-block-7:hover {
  color: #fff;
}

.image-31 {
  max-width: none;
  margin-top: 0px;
}

.arrow-animation-left {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.team-member4 {
  display: flex;
  width: 250px;
  height: 350px;
  margin-right: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  align-self: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 6px;
  background-image: url('../images/dirk_vasbender_pic.jpg');
  background-position: 50% 40%;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

.content-wrapper-team--backup {
  display: none;
  overflow: hidden;
  max-width: 1300px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  justify-content: space-around;
  align-items: center;
}

@media screen and (min-width: 1440px) {
  .heading {
    text-shadow: 3px 3px 24px rgba(0, 0, 0, 0.1);
  }

  .overlay {
    display: block;
    background-image: linear-gradient(0deg, #ff804c, rgba(255, 127, 75, 0.2));
  }

  .content-section-white {
    display: flex;
    margin-bottom: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .content-wrapper-flex-center {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .headline-black {
    align-self: flex-start;
  }

  .headline-black.left {
    font-size: 48px;
  }

  .anwendungen-wrapper {
    height: 400px;
    padding-top: 24px;
    padding-right: 40px;
    padding-bottom: 24px;
    text-decoration: none;
  }

  .paragraph {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .case-heading {
    color: #303030;
    font-size: 28px;
  }

  .d-bam-content-section-case {
    display: none;
    padding-bottom: 5vh;
  }

  .sc-mockup {
    top: 8%;
  }

  .content-wrapper-team {
    padding-bottom: 101px;
  }

  .team-member {
    width: 250px;
    margin-left: 20px;
    background-size: 370px;
  }

  .team-member2 {
    width: 250px;
    margin-right: 20px;
    margin-left: 20px;
    background-image: url('../images/detlef_impkampe.jpg');
  }

  .team-member3 {
    width: 250px;
    background-image: url('../images/Marco-Ilsche-.jpg');
    background-position: 50% 30%;
    background-size: cover;
  }

  .jobs-news-wrapper {
    margin-right: 0px;
    margin-left: 0px;
  }

  .jobangebote-div {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .news-div {
    display: block;
    padding: 60px 16px;
  }

  .primary-button:hover {
    background-color: #ff7f4b;
  }

  .modal-popup-ai {
    display: none;
  }

  .shadow {
    position: static;
    margin-top: 0px;
    background-color: rgba(0, 0, 0, 0.08);
  }

  .modal-popup-sensoren {
    display: none;
  }

  .modal-popup-juconn {
    display: none;
  }

  .subheading-erkennung.left.white {
    font-weight: 300;
  }

  .subheading-erkennung.left.white {
    font-weight: 300;
  }

  .kontakt-info {
    position: relative;
    margin-right: 0px;
  }

  .wrapper {
    display: block;
    justify-content: flex-start;
    flex: 1;
  }

  .kontakt-headline {
    max-width: none;
    margin-right: 0px;
  }

  .content-kontakt {
    justify-content: center;
  }

  .content-bgr-black.small {
    padding-left: 0px;
  }

  .impressum-link {
    margin-right: 0px;
  }

  .datenschutz-link {
    margin-right: 0px;
  }

  .navbar-2 {
    z-index: 50000;
    background-color: #3b3b3b;
  }

  .nav-link {
    color: #f4f6f7;
    line-height: 17px;
  }

  .nav-link:hover {
    border-radius: 2px;
    background-color: hsla(0, 0%, 100%, 0);
    color: #fff;
    font-weight: 500;
  }

  .nav-link:focus {
    background-color: hsla(0, 0%, 100%, 0);
    color: #fff;
  }

  .nav-link:visited {
    background-color: hsla(0, 0%, 100%, 0);
    color: #fff;
  }

  .nav-link.w--current {
    color: #fff;
  }

  .nav-link.nav-link-page {
    color: #303030;
  }

  .nav-link.nav-link-page:hover {
    color: #ff7f4b;
  }

  .link-style {
    color: #ff7f4b;
  }

  .content-wrapper-datenschutz {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .nav-menu {
    margin-top: 0px;
    color: #fff;
  }

  .dropdown-trigger:hover {
    background-color: rgba(48, 48, 48, 0);
    color: #303030;
  }

  .dropdown-content {
    display: none;
  }

  .nav-link-dropdown-content {
    line-height: 17px;
  }

  .nav-link-dropdown-content:hover {
    border-radius: 2px;
    background-color: hsla(0, 0%, 100%, 0.4);
    color: #303030;
    font-weight: 500;
  }

  .anwendungen-section {
    z-index: 300;
    padding-bottom: 6vh;
  }

  .juconn-core-illustration {
    position: static;
  }

  .erklaerung-section {
    z-index: 300;
  }

  .heading-erklaerung {
    align-self: flex-start;
  }

  .content-wrapper-block {
    position: static;
  }

  .erklaerung-list {
    color: #333;
  }

  .d-hypeconn-content-section-case {
    display: none;
  }

  .d-heatconn-content-section-case {
    padding-bottom: 0vh;
  }

  .d-sc-content-section-case {
    display: none;
  }

  .desktop-cases {
    display: -ms-grid;
    display: grid;
    width: 100%;
    max-width: 1920px;
    padding-right: 5%;
    padding-left: 5%;
    grid-auto-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .section-flex.job-nr-3 {
    display: none;
  }

  .headline-job {
    align-self: flex-start;
  }

  .navbar-div {
    display: flex;
  }

  .nav-link-page {
    color: #303030;
    line-height: 17px;
  }

  .nav-link-page:hover {
    border-radius: 2px;
    background-color: hsla(0, 0%, 100%, 0);
    color: #303030;
  }

  .kontakt-footer {
    z-index: auto;
  }

  .body {
    background-color: #303030;
    color: #f4f6f7;
  }

  .minnt-link {
    display: flex;
    margin-right: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .lottie-animation-5 {
    position: fixed;
    left: auto;
    top: 5vh;
    right: auto;
    bottom: auto;
    z-index: 3000;
    display: block;
    width: 1900px;
    height: 100vh;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 29px;
    padding-left: 29px;
    background-color: transparent;
  }

  .hero {
    height: 14000px;
    background-color: transparent;
  }

  .hero-h1 {
    left: 0%;
    top: 420px;
    right: 0%;
    bottom: auto;
    z-index: 200;
    display: block;
    font-size: 3vw;
  }

  .text1 {
    left: 207px;
    bottom: 173px;
    z-index: auto;
    display: flex;
    width: 450px;
    background-color: hsla(0, 0%, 100%, 0);
    box-shadow: 0 0 0 -20px rgba(136, 42, 4, 0.43);
    opacity: 1;
    font-family: Jost, sans-serif;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
  }

  .potenziale {
    display: flex;
  }

  .logo {
    left: 0%;
    top: 301px;
    right: 0%;
    bottom: auto;
    z-index: 200;
    display: block;
    width: 28vw;
  }

  .distractor {
    display: block;
  }

  .neu {
    z-index: 2;
    display: flex;
  }

  .head002 {
    left: 207px;
    bottom: 287px;
    display: flex;
    width: 450px;
    background-color: hsla(0, 0%, 100%, 0);
    box-shadow: 0 0 0 -20px rgba(136, 42, 4, 0.43);
    font-family: Jost, sans-serif;
    color: #fff;
    font-size: 30px;
    line-height: 32px;
    font-weight: 600;
    text-align: left;
  }

  .text002 {
    left: 207px;
    bottom: 173px;
    z-index: auto;
    display: flex;
    width: 450px;
    background-color: hsla(0, 0%, 100%, 0);
    box-shadow: 0 0 0 -20px rgba(136, 42, 4, 0.43);
    opacity: 1;
    font-family: Jost, sans-serif;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
  }

  .berichte_und {
    z-index: auto;
    display: block;
  }

  .head003 {
    left: 207px;
    bottom: 309px;
    z-index: auto;
    display: flex;
    width: 450px;
    background-color: hsla(0, 0%, 100%, 0);
    box-shadow: 0 0 0 -20px rgba(136, 42, 4, 0.43);
    opacity: 1;
    font-family: Jost, sans-serif;
    color: #fff;
    font-size: 30px;
    line-height: 32px;
    font-weight: 600;
    text-align: left;
  }

  .text003 {
    left: 207px;
    bottom: 173px;
    z-index: auto;
    display: flex;
    width: 450px;
    background-color: hsla(0, 0%, 100%, 0);
    box-shadow: 0 0 0 -20px rgba(136, 42, 4, 0.43);
    opacity: 1;
    font-family: Jost, sans-serif;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
  }

  .pfeil_head01 {
    left: 207px;
    bottom: 315px;
    z-index: 3000000;
    display: flex;
    width: auto;
    margin-bottom: 0.5vh;
    background-color: hsla(0, 0%, 100%, 0);
    box-shadow: 0 0 0 -20px rgba(136, 42, 4, 0.43);
    font-family: Jost, sans-serif;
    color: #fff;
    font-size: 2.4vh;
    line-height: 2.8vh;
    font-weight: 600;
    text-align: left;
  }

  .pfeil_text01 {
    left: 207px;
    bottom: 25vh;
    z-index: 3000000;
    display: flex;
    width: auto;
    background-color: hsla(0, 0%, 100%, 0);
    box-shadow: 0 0 0 -20px rgba(136, 42, 4, 0.43);
    font-family: Jost, sans-serif;
    color: #fff;
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
  }

  .pfeiltexte {
    position: fixed;
    left: auto;
    top: 5vh;
    right: auto;
    bottom: auto;
    display: flex;
    width: 1300px;
    height: 100vh;
    margin-left: 0px;
    padding-left: 0px;
    align-items: center;
  }

  .image-18 {
    width: 5vh;
    margin-bottom: 1vh;
    padding-bottom: 0px;
  }

  .anwendungs-text {
    left: 30%;
    top: auto;
    right: auto;
    bottom: 43%;
  }

  .individuell-text {
    left: auto;
    top: 24%;
    right: 36%;
    bottom: auto;
  }

  .testing-text {
    left: auto;
    top: 15%;
    right: 14%;
    bottom: auto;
  }

  .text001 {
    left: auto;
    bottom: auto;
    z-index: auto;
    display: flex;
    width: 550px;
    margin-top: 0px;
    padding-top: 193px;
    background-color: hsla(0, 0%, 100%, 0);
    box-shadow: 0 0 0 -20px rgba(136, 42, 4, 0.43);
    opacity: 1;
    font-family: Jost, sans-serif;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }

  .text02 {
    left: auto;
    top: auto;
    bottom: auto;
    z-index: auto;
    display: flex;
    width: auto;
    margin-bottom: 0px;
    background-color: hsla(0, 0%, 100%, 0);
    box-shadow: 0 0 0 -20px rgba(136, 42, 4, 0.43);
    opacity: 1;
    font-family: Jost, sans-serif;
    font-size: 40px;
    line-height: 41px;
    font-weight: 500;
    text-align: center;
  }

  .wir_bauen {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 14%;
    z-index: auto;
    display: flex;
    height: 30vh;
    justify-content: center;
  }

  .analyse-text0 {
    left: 13%;
    top: auto;
    right: auto;
    bottom: 29%;
    display: flex;
    width: auto;
    flex-direction: column;
    align-items: flex-start;
  }

  .wrapper-pfeiltexte {
    position: static;
    left: auto;
    top: -59px;
    right: auto;
    bottom: 0%;
    display: flex;
    width: 1440px;
    height: 100vh;
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .head001 {
    left: 207px;
    bottom: 287px;
    display: flex;
    width: 450px;
    background-color: hsla(0, 0%, 100%, 0);
    box-shadow: 0 0 0 -20px rgba(136, 42, 4, 0.43);
    font-family: Jost, sans-serif;
    color: #fff;
    font-size: 30px;
    line-height: 32px;
    font-weight: 600;
    text-align: left;
  }

  .mobile_version {
    display: none;
  }

  .branchen_drei_w-rter {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    z-index: auto;
    display: flex;
    margin-top: 181px;
    padding-top: 0px;
    justify-content: flex-start;
  }

  .branchen_text {
    left: auto;
    top: auto;
    bottom: auto;
    z-index: auto;
    display: flex;
    width: auto;
    margin-bottom: 0px;
    background-color: hsla(0, 0%, 100%, 0);
    box-shadow: 0 0 0 -20px rgba(136, 42, 4, 0.43);
    opacity: 1;
    font-family: Jost, sans-serif;
    font-size: 30px;
    line-height: 41px;
    font-weight: 600;
    text-align: center;
  }

  .d-tempconn-content-section-case-copy {
    padding-bottom: 0vh;
  }

  .d-immoconn-content-section-case-copy-copy {
    padding-bottom: 0vh;
  }

  .content-section-grey-flex-vert {
    padding-bottom: 12vh;
  }

  .wrapper-neu {
    max-width: 1300px;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .logos-partner {
    display: flex;
  }

  .juconn_logo {
    left: 0%;
    top: 301px;
    right: 0%;
    bottom: auto;
    display: block;
    width: 28vw;
  }

  .dropdown-content-2 {
    display: flex;
  }

  .nav-menu-2 {
    margin-top: 0px;
  }

  .nav-link-dropdown-content-2 {
    line-height: 17px;
  }

  .nav-link-dropdown-content-2:hover {
    border-radius: 2px;
    background-color: transparent;
    color: #fff;
  }

  .nav-link-desktop {
    line-height: 17px;
  }

  .nav-link-desktop:hover {
    border-radius: 2px;
    background-color: transparent;
    color: #fff;
    font-weight: 500;
  }

  .content-kontakt-2 {
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
  }

  .kontakt-headline-2 {
    position: relative;
    display: block;
    align-items: flex-start;
  }

  .content-section-dark {
    display: block;
    margin-bottom: 0px;
    padding-top: 10vh;
    padding-bottom: 10vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .wrapper-contact-footer {
    display: block;
    justify-content: flex-start;
    flex: 1;
  }

  .nav-link-mobile {
    line-height: 17px;
  }

  .nav-link-mobile:hover {
    border-radius: 2px;
    background-color: transparent;
    color: #fff;
    font-weight: 500;
  }

  .immoconn-stoerer {
    height: 54px;
    margin-top: 8px;
  }

  .div-block-9 {
    align-items: center;
  }

  .text-block-7 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    color: #fff;
    font-size: 14px;
  }

  .text-block-7:hover {
    color: #fff;
  }

  .image-31 {
    margin-bottom: 0px;
  }

  .team-member4 {
    width: 250px;
    margin-right: 20px;
    background-image: url('../images/dirk_vasbender_pic.jpg');
    background-position: 50% 30%;
    background-size: cover;
  }

  .content-wrapper-team--backup {
    padding-bottom: 101px;
  }
}

@media screen and (min-width: 1920px) {
  ._5layer {
    z-index: 5;
    display: block;
    background-color: hsla(0, 0%, 100%, 0);
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 66%, #fe804c 72%), url('../images/5layer.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .herowrapper {
    height: 120vh;
  }

  ._4layer {
    display: block;
    background-image: url('../images/4layer_test.png');
  }

  ._3layer {
    display: block;
    background-image: url('../images/3layer_test.png');
  }

  ._2layer {
    display: block;
    background-image: url('../images/2layer_test.png');
    background-position: 50% 50%;
  }

  .front {
    display: block;
    background-image: linear-gradient(0deg, #ff7f4b, rgba(250, 143, 101, 0.2)), url('../images/1layer_test.png');
    background-position: 0px 0px, 50% 72%;
  }

  .hero-content {
    z-index: 100;
    display: block;
    margin-top: 25vh;
    padding-bottom: 30px;
    transition: width 1000ms cubic-bezier(.165, .84, .44, 1);
  }

  .heading {
    margin-top: 60px;
    color: #fff;
    font-size: 100px;
    line-height: 130px;
    text-shadow: 3px 3px 24px rgba(0, 0, 0, 0.2);
  }

  .overlay {
    display: none;
    background-image: linear-gradient(0deg, #ff804c, rgba(255, 127, 75, 0.3) 49%);
  }

  .pattern {
    top: 0%;
    z-index: 13;
    display: none;
    height: 100vh;
    margin-top: 25vh;
    margin-bottom: 0px;
    background-image: url('../images/juconn_pattern_2020-2.png');
    background-position: 50% 50%;
    background-size: cover;
    opacity: 0.15;
  }

  .content-wrapper-flex {
    display: flex;
    overflow: hidden;
    max-width: 1600px;
    margin-top: 16px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .content-section {
    position: relative;
    margin-top: 0px;
    padding-top: 10vh;
    padding-bottom: 20vh;
    background-image: linear-gradient(180deg, #ff7f4b, #fd9760);
  }

  .headline-white {
    margin-bottom: 10px;
    font-family: Jost, sans-serif;
    color: #fff;
    font-size: 52px;
    line-height: 60px;
    font-weight: 500;
    letter-spacing: 1px;
  }

  .headline-white.center {
    text-align: center;
  }

  .content-text-left {
    width: 70%;
    margin-right: 20px;
  }

  .subheadline-white {
    margin-top: 0px;
    font-family: Lato2, sans-serif;
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
    letter-spacing: 1px;
  }

  .subheadline-white.center {
    text-align: center;
  }

  .beschreibungstext {
    margin-top: 32px;
    font-family: Lato2, sans-serif;
    color: #fff;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
  }

  .content-right-mockup {
    width: 100vw;
  }

  .content-section-white {
    position: relative;
    display: flex;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 2vh;
    flex-direction: column;
    background-image: linear-gradient(180deg, #fff, #fff);
  }

  .content-wrapper-flex-center {
    position: relative;
    z-index: 0;
    display: flex;
    overflow: visible;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .content-text-center {
    margin-right: 0px;
    -ms-grid-row-align: auto;
        align-self: auto;
  }

  .headline-black {
    margin-bottom: 10px;
    align-self: flex-start;
    font-family: Jost, sans-serif;
    color: #303030;
    font-size: 52px;
    line-height: 60px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
  }

  .headline-black.left {
    font-size: 48px;
    text-align: left;
  }

  .subheadline-black {
    margin-top: 0px;
    font-family: Lato2, sans-serif;
    color: #86939d;
    font-size: 24px;
    line-height: 33px;
    font-weight: 300;
    text-align: left;
    letter-spacing: 0.5px;
  }

  .subheadline-black.center {
    text-align: center;
    letter-spacing: 1px;
  }

  .subheadline-black.left {
    font-size: 20px;
    text-align: left;
    letter-spacing: 1px;
  }

  .juconn-mockup {
    margin-top: 50px;
  }

  .vorteile {
    display: flex;
    max-width: 1554px;
    margin-top: 100px;
    padding: 40px;
    justify-content: center;
    align-items: center;
  }

  .vorteil-card {
    width: 516px;
    height: 100px;
    margin-right: 12px;
    order: -1;
    background-color: hsla(0, 0%, 100%, 0.2);
  }

  .vorteil-card.first {
    display: flex;
    width: 400px;
    height: 120px;
    margin-right: 24px;
    padding: 20px 40px;
    align-items: center;
    border-radius: 4px;
  }

  .vorteil-card.last {
    display: flex;
    width: 400px;
    height: 120px;
    margin-right: 0px;
    padding: 20px 40px;
    order: 1;
    border-radius: 4px;
  }

  .icon-bgr {
    display: flex;
    width: auto;
    height: auto;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-color: #fff;
  }

  .icon-modular {
    transition: transform 200ms ease;
  }

  .vorteile-card-text {
    width: 70%;
    margin-left: 20px;
    -ms-grid-row-align: center;
        align-self: center;
    line-height: 28px;
  }

  .vorteile-text {
    font-family: Jost, sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.5px;
  }

  .icon-kosteneffizient {
    transition: transform 200ms ease;
  }

  .icon-effizient {
    transition: transform 200ms ease;
  }

  .anwendungen-wrapper {
    display: flex;
    margin-top: 0px;
    padding: 40px 0px 40px 40px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 12px 24px 4px rgba(0, 0, 0, 0.05);
  }

  .text-block {
    font-family: Lato2, sans-serif;
    color: #fe7f4b;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
  }

  .accordion-item-content {
    display: block;
    overflow: hidden;
  }

  .paragraph {
    font-family: Lato2, sans-serif;
    color: #303030;
    font-size: 16px;
    line-height: 24px;
  }

  .cases-wrapper {
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .accordion-trigger {
    display: flex;
    margin-top: 40px;
  }

  .icon-arrow-down {
    width: 24px;
    height: 24px;
    cursor: pointer;
  }

  .case-subheading {
    margin-bottom: 10px;
    font-family: Lato2, sans-serif;
    color: #86939d;
    font-size: 18px;
    font-weight: 300;
  }

  .case-heading {
    font-family: Jost, sans-serif;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 1px;
  }

  .bam-mockup {
    position: absolute;
    left: 52%;
    top: -16%;
    right: 0%;
    bottom: 0%;
    display: inline-block;
  }

  .d-bam-content-section-case {
    position: relative;
    margin-top: 0px;
    padding-top: 5vh;
    padding-bottom: 5vh;
    background-image: linear-gradient(180deg, #fff, #fff);
  }

  .hypeconn-mockup {
    position: absolute;
    left: 49%;
    top: -6%;
    right: 0%;
    bottom: 0%;
    display: inline-block;
  }

  .heatconn-mockup {
    position: absolute;
    left: 49%;
    top: 4%;
    right: 0%;
    bottom: 0%;
    display: inline-block;
  }

  .sc-mockup {
    position: absolute;
    left: 50%;
    top: 3%;
    right: 0%;
    bottom: 0%;
    display: inline-block;
  }

  .content-section-grey {
    position: relative;
    display: flex;
    margin-top: 0px;
    padding-top: 10vh;
    padding-bottom: 10vh;
    flex-direction: row;
    background-image: linear-gradient(180deg, #f4f6f7, #f4f6f7);
  }

  .beschreibungstext-black {
    margin-top: 40px;
    font-family: Lato2, sans-serif;
    color: #303030;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
  }

  .logos {
    display: flex;
    margin-left: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .juconn-logo-no-link {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .fp-logo {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .thinkmore-logo {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 9px;
  }

  .content-wrapper-team {
    display: flex;
    overflow: hidden;
    max-width: 1600px;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    justify-content: space-between;
    align-items: center;
  }

  .team-member {
    display: flex;
    width: 250px;
    height: 350px;
    max-height: none;
    min-height: auto;
    margin-top: 0px;
    margin-right: 60px;
    margin-left: 40px;
    padding: 0px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    align-self: center;
    border-radius: 6px;
    background-color: #fff;
    background-image: url('../images/Julian_Dawo.jpg');
    background-position: 50% 12%;
    background-size: 340px;
    background-repeat: no-repeat;
  }

  .team-name {
    margin-bottom: 2px;
    font-family: Jost, sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0.5px;
  }

  .team-role {
    font-family: Lato2, sans-serif;
    color: #ff7f4b;
    font-weight: 700;
    letter-spacing: 1px;
  }

  .team-member-content {
    display: flex;
    margin-bottom: -1px;
    padding: 16px;
    flex-direction: row;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.9);
  }

  .linkedin-account {
    -ms-grid-row-align: center;
        align-self: center;
  }

  .team-member2 {
    display: flex;
    width: 250px;
    height: 350px;
    margin-top: 0px;
    margin-right: 60px;
    margin-left: 40px;
    padding: 0px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    border-radius: 6px;
    background-color: #fff;
    background-image: url('../images/detlef_impkampe.jpg');
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .team-member3 {
    display: flex;
    width: 250px;
    height: 350px;
    margin-top: 0px;
    margin-right: 60px;
    margin-left: 40px;
    padding: 0px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    border-radius: 6px;
    background-color: #fff;
    background-image: url('../images/Marco-Ilsche-.jpg');
    background-position: 50% 60%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .jobs-news-wrapper {
    display: flex;
    overflow: hidden;
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    justify-content: center;
    align-items: center;
  }

  .jobangebote-div {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding: 60px 0px;
    flex: 0 auto;
  }

  .news-div {
    display: block;
    margin-left: 100px;
  }

  .primary-button {
    display: inline-block;
    margin-top: 40px;
    padding: 12px 32px;
    border-radius: 6px;
    background-image: linear-gradient(180deg, #ff7f4b, #ff7f4b);
    box-shadow: 0 4px 8px 1px rgba(255, 127, 75, 0.1);
    text-decoration: none;
  }

  .button-primary-text {
    display: inline;
    font-family: Jost, sans-serif;
    color: #fff;
    font-size: 17px;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
  }

  .subheadline-hero-white {
    margin-top: 0px;
    font-family: Lato2, sans-serif;
    color: #fff;
    font-size: 27px;
    line-height: 33px;
    font-weight: 300;
    letter-spacing: 3px;
  }

  .juconn-core-text {
    font-family: Jost, sans-serif;
    color: #fff;
    font-size: 40px;
    line-height: 32px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 2px;
  }

  .subheading-core {
    margin-top: 16px;
    margin-bottom: 40px;
    font-family: Lato2, sans-serif;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
  }

  .icon-core {
    margin-right: 8px;
    margin-bottom: 16px;
    -ms-grid-row-align: auto;
        align-self: auto;
  }

  .details-button {
    position: relative;
    z-index: 13;
    display: flex;
    height: 30px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    border-style: none;
    border-width: 1px;
    border-color: #fff;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.05);
    transition: box-shadow 200ms ease-in-out;
    text-align: center;
    cursor: pointer;
  }

  .details-button:hover {
    background-color: #fff;
    box-shadow: 6px 6px 16px 4px rgba(0, 0, 0, 0.1);
  }

  .ai-text {
    margin-bottom: 32px;
    font-family: Jost, sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 2px;
  }

  .image-8 {
    margin-bottom: 16px;
  }

  .modal-popup-ai {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 999;
    display: none;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
  }

  .modal-popup-wrapper {
    display: flex;
    width: 320px;
    margin-right: auto;
    margin-left: auto;
    padding: 32px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    align-self: auto;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.1);
  }

  .content-popup {
    display: block;
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 2px;
    justify-content: center;
    align-self: flex-start;
    text-align: left;
  }

  .popup-heading {
    margin-top: 12px;
    margin-bottom: 8px;
    font-family: Jost, sans-serif;
    color: #303030;
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0.5px;
  }

  .subheading-popup {
    margin-top: 0px;
    margin-bottom: 24px;
    font-family: Lato2, sans-serif;
    color: #86939d;
    font-size: 17px;
    font-weight: 300;
    text-align: left;
  }

  .list-item {
    width: 200px;
    margin-top: 12px;
    font-family: Lato2, sans-serif;
    color: #303030;
    font-size: 16px;
    text-align: left;
    list-style-type: square;
  }

  .list {
    padding-left: 20px;
    color: #303030;
    text-align: left;
  }

  .button-details {
    font-family: Lato2, sans-serif;
    color: #ff7f4b;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.8px;
  }

  .shadow {
    height: 30px;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 200px;
    background-color: rgba(0, 0, 0, 0.05);
    filter: blur(20px);
  }

  .icon-ai {
    margin-bottom: 0px;
    text-align: right;
  }

  .close {
    display: flex;
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 0px;
    justify-content: space-between;
    align-self: flex-end;
    text-align: right;
  }

  .icon-close {
    width: 32px;
    height: 32px;
    flex: 0 auto;
    cursor: pointer;
  }

  .icon-individual {
    margin-bottom: 0px;
    text-align: right;
  }

  .modal-popup-sensoren {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 999;
    display: none;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
  }

  .modal-popup-juconn {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 999;
    display: none;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
  }

  .content-section-vorteile {
    position: relative;
    display: flex;
    overflow: hidden;
    margin-top: 0px;
    padding-top: 20vh;
    padding-bottom: 20vh;
    background-image: url('../images/juconn_pattern_alpha-0.2.png'), linear-gradient(180deg, #ff7f4b, #fd9760);
    background-position: 50% 50%, 0px 0px;
    background-repeat: no-repeat, repeat;
    background-attachment: fixed, scroll;
  }

  .content-text-center-cases {
    margin-right: 0px;
    margin-bottom: 0vh;
  }

  .subheading-erkennung.left.white {
    width: 500px;
  }

  .kontakt-info {
    margin-right: 0px;
  }

  .wrapper {
    display: block;
    max-width: 1300px;
    padding-right: 40px;
    padding-left: 40px;
    flex: 1;
  }

  .kontakt-headline {
    flex-direction: column;
    justify-content: center;
  }

  .contact-link:hover {
    color: #ff7f4b;
  }

  .content-kontakt {
    justify-content: space-between;
  }

  .headline-h2.left.white {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 1.5px;
  }

  .headline-h2.left.white {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 1.5px;
  }

  .content-bgr-black.small {
    display: flex;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
  }

  .content-bgr-black.small {
    position: relative;
    z-index: 10000;
    display: block;
    height: 500px;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .content-wrapper-flex-center-module {
    position: relative;
    z-index: 0;
    display: flex;
    overflow: hidden;
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer {
    height: auto;
    margin-bottom: 0px;
    flex-direction: column;
    align-items: stretch;
    background-color: #303030;
  }

  .navbar-2 {
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    flex-direction: row;
    justify-content: space-between;
  }

  .wrapper-nav {
    display: block;
    height: auto;
    min-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 100px;
    padding-left: 100px;
    justify-content: space-between;
  }

  .nav-link {
    margin-left: 0px;
    font-family: Jost, sans-serif;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .nav-link:hover {
    background-color: transparent;
    color: #fff;
  }

  .nav-link:focus {
    color: #fff;
  }

  .nav-link:visited {
    background-color: hsla(0, 0%, 100%, 0);
    color: #fff;
  }

  .nav-link.w--current {
    color: #fff;
  }

  .link-style {
    color: #ff7f4b;
  }

  .content-wrapper-datenschutz {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .link {
    color: #ff7f4b;
  }

  .image-9 {
    display: inline-block;
    text-align: left;
  }

  .nav-menu {
    margin-top: 0px;
    color: #fff;
  }

  .dropdown-wrapper:hover {
    background-color: #f4f6f7;
    color: #ff7f4b;
  }

  .dropdown-trigger:hover {
    background-color: #f4f6f7;
  }

  .dropdown-content {
    display: none;
    background-color: #fcefeb;
  }

  .dropdown-content:hover {
    background-color: rgba(252, 239, 235, 0);
  }

  .dropdown-content.page {
    display: flex;
  }

  .nav-link-dropdown-content {
    margin-left: 0px;
    background-color: #f4f6f7;
    font-family: Jost, sans-serif;
    color: #303030;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .nav-link-dropdown-content:hover {
    background-color: #f4f6f7;
    color: #303030;
  }

  .nav-link-dropdown-content.w--current {
    color: #ff7f4b;
  }

  .nav-link-dropdown-content.w--current:hover {
    color: #ff7f4b;
  }

  .nav-link-dropdown-content.page {
    background-color: #f4f6f7;
  }

  .loesung-section {
    position: relative;
    z-index: 300;
  }

  .anwendungen-section {
    z-index: 1000;
    display: block;
    overflow: hidden;
    background-color: transparent;
  }

  .team-pics {
    flex-wrap: nowrap;
    align-items: stretch;
    -ms-grid-row-align: auto;
        align-self: auto;
  }

  .juconn-core-illustration {
    padding-right: 131px;
    padding-left: 131px;
  }

  .erklaerung-section {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0vh 0px 10vh;
    background-color: #fff;
  }

  .heading-erklaerung {
    margin-bottom: 10px;
    align-self: flex-start;
    font-family: Jost, sans-serif;
    color: #303030;
    font-size: 32px;
    line-height: 32px;
    font-weight: 500;
    text-align: left;
    letter-spacing: 1px;
  }

  .erklaerung-list-items {
    margin-top: 16px;
    margin-bottom: 16px;
    font-family: Lato2, sans-serif;
    color: #303030;
    font-size: 16px;
    line-height: 22px;
    list-style-type: disc;
  }

  .content-wrapper-block {
    display: block;
    overflow: hidden;
    max-width: 1000px;
    padding: 60px 170px;
    flex-direction: row;
    align-items: center;
    border-radius: 4px;
    background-color: #f4f6f7;
  }

  .list-erklaerung {
    margin-top: 40px;
    padding-right: 0px;
    padding-left: 20px;
    color: #303030;
    text-align: left;
  }

  .headline-erklaerung {
    width: 100%;
    max-width: 700px;
    margin-right: 20px;
    padding-right: 0px;
  }

  .d-hypeconn-content-section-case {
    position: relative;
    margin-top: 0px;
    padding-top: 0vh;
    padding-bottom: 0px;
    background-image: linear-gradient(180deg, #fff, #fff);
  }

  .d-heatconn-content-section-case {
    position: relative;
    margin-top: 0px;
    padding-top: 0vh;
    padding-bottom: 0px;
    background-image: linear-gradient(180deg, #fff, #fff);
  }

  .d-sc-content-section-case {
    position: relative;
    margin-top: 0px;
    padding-top: 0vh;
    padding-bottom: 100px;
    background-image: linear-gradient(180deg, #fff, #fff);
  }

  .desktop-cases {
    margin-right: auto;
    margin-left: auto;
  }

  .content_background {
    border-bottom-style: none;
  }

  .section-flex.greybgr.job-nr-4 {
    display: none;
  }

  .section-flex.job-nr-3 {
    display: none;
  }

  .job-bewerbung {
    margin-right: 0px;
  }

  .help-me {
    padding-right: 40px;
  }

  .job-list-beschreibung {
    font-family: Lato2, sans-serif;
    font-size: 15px;
  }

  .headline-job {
    margin-bottom: 10px;
    align-self: flex-start;
    font-family: Jost, sans-serif;
    color: #ff7f4b;
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    text-align: left;
    letter-spacing: 1px;
  }

  .headline-job-caption {
    font-family: Jost, sans-serif;
    color: #303030;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.5px;
  }

  .headline-bewerbung {
    margin-top: 0px;
    font-family: Jost, sans-serif;
    color: #303030;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
  }

  .primary-button-small {
    display: flex;
    margin-top: 20px;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background-image: linear-gradient(180deg, #ff7f4b, #ff7f4b);
    box-shadow: 0 4px 8px 1px rgba(255, 127, 75, 0.1);
    text-decoration: none;
  }

  .button-primary-text-small {
    display: inline;
    font-family: Jost, sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
  }

  .utility-page-wrap {
    flex-direction: column;
    background-image: linear-gradient(0deg, rgba(255, 127, 75, 0.84), rgba(255, 135, 87, 0.3)), url('../images/juconn-bgr-2000px.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  ._404-text {
    width: 15vw;
    font-family: Lato2, sans-serif;
    color: #303030;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
  }

  ._4040-content-div {
    display: flex;
    padding: 45px 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: auto;
    border-radius: 4px;
    background-color: hsla(0, 0%, 100%, 0.5);
    box-shadow: 3px 3px 16px 4px rgba(0, 0, 0, 0.05);
  }

  .case-subheading-sc {
    margin-bottom: 10px;
    font-family: Lato2, sans-serif;
    color: #86939d;
    font-size: 18px;
    font-weight: 300;
  }

  .paragraph-sc {
    font-family: Lato2, sans-serif;
    color: #303030;
    font-size: 16px;
    line-height: 24px;
  }

  .logo-brand-orange {
    margin-top: 12px;
  }

  .logo-brand-orange.page {
    margin-top: 12px;
  }

  .navbar-pages {
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    flex-direction: row;
    justify-content: space-between;
  }

  .nav-link-page {
    margin-left: 0px;
    font-family: Jost, sans-serif;
    color: #303030;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .kontakt-footer {
    position: relative;
    z-index: 200000;
    display: flex;
    overflow: hidden;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 32px;
    padding-bottom: 21px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
  }

  .image-16 {
    margin-top: 0px;
  }

  .body {
    background-color: #303030;
  }

  .iubenda-cs-preferences-link {
    height: auto;
    margin-top: 20px;
    padding: 16px;
    border-radius: 4px;
    background-color: #ff7f4b;
    color: #fff;
    line-height: 14px;
    text-decoration: none;
  }

  .minnt-link {
    display: flex;
    margin-right: 0px;
    margin-left: 0%;
    justify-content: center;
    align-items: center;
  }

  .minnt-logo {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .logo-juconn {
    display: block;
    margin-right: 18%;
    margin-left: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .lottie-animation-5 {
    top: 1.2vh;
    display: block;
    width: 1920px;
    height: 100vh;
    padding-top: 0px;
    background-color: transparent;
  }

  .hero {
    display: flex;
    height: 20000px;
  }

  .hero-h1 {
    left: 0%;
    top: 52vh;
    right: 0%;
    bottom: auto;
    display: block;
    margin-top: 30px;
    font-size: 4.5em;
  }

  .text1 {
    width: 550px;
    font-size: 25px;
    line-height: 30px;
  }

  .potenziale {
    display: flex;
    font-size: 30px;
    line-height: 34px;
  }

  .logo {
    top: 37vh;
    bottom: auto;
    display: block;
    width: 25vw;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .distractor {
    display: block;
    background-image: linear-gradient(13deg, rgba(48, 48, 48, 0.98) 75%, rgba(48, 48, 48, 0.73) 89%, rgba(48, 48, 48, 0));
  }

  .neu {
    display: flex;
    font-size: 30px;
  }

  .head002 {
    bottom: 287px;
  }

  .berichte_und {
    display: flex;
    width: 250vw;
    font-size: 30px;
    line-height: 34px;
  }

  .head003 {
    bottom: 315px;
  }

  .pfeil_head01 {
    display: inline-block;
    width: auto;
    margin-bottom: 1vh;
    font-size: 2em;
    line-height: 1.3em;
  }

  .pfeil_text01 {
    display: inline-block;
    width: auto;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 400;
  }

  .pfeiltexte {
    position: fixed;
    left: auto;
    top: 3.1vh;
    right: auto;
    bottom: auto;
    display: flex;
    width: 65vw;
    height: 94vh;
    max-width: 100vw;
    margin-top: 0vh;
    margin-left: 0px;
    justify-content: flex-start;
    align-items: stretch;
    color: transparent;
  }

  .image-18 {
    width: 2vw;
    max-width: 100%;
    margin-bottom: 1vh;
    padding-bottom: 0px;
  }

  .anwendungs-text {
    left: 28%;
    top: 46%;
    right: auto;
    bottom: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 0 auto;
  }

  .individuell-text {
    left: auto;
    top: 36%;
    right: 30%;
    bottom: auto;
    display: flex;
    width: auto;
    flex-direction: column;
    align-items: flex-start;
  }

  .testing-text {
    left: auto;
    top: 18%;
    right: 8%;
    bottom: auto;
    display: flex;
    width: auto;
    flex-direction: column;
    align-items: flex-start;
    flex: 0 auto;
  }

  .text001 {
    position: static;
    width: 780px;
    margin-top: 0px;
    padding-top: 249px;
    font-size: 28px;
    line-height: 32px;
  }

  .text02 {
    position: absolute;
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    align-items: stretch;
    font-size: 44px;
    line-height: 52px;
    font-weight: 500;
  }

  .wir_bauen {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 14%;
    z-index: auto;
    display: flex;
    padding-bottom: 0px;
    justify-content: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border-radius: 0px;
    background-color: transparent;
  }

  .analyse-text0 {
    left: 0%;
    top: 60%;
    right: auto;
    bottom: auto;
    display: flex;
    width: auto;
    flex-direction: column;
    align-items: flex-start;
  }

  .wrapper-pfeiltexte {
    position: static;
    left: auto;
    top: 9.7vh;
    right: auto;
    bottom: auto;
    display: flex;
    width: auto;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .wrapper {
    display: block;
    width: 100%;
    height: auto;
    max-width: 1300px;
    padding-right: 0px;
    padding-left: 0px;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
  }

  .head001 {
    bottom: 308px;
  }

  .mobile_version {
    display: none;
  }

  .branchen_drei_w-rter {
    top: 0px;
    z-index: auto;
    display: flex;
    margin-top: 162px;
    padding-bottom: 0px;
    justify-content: flex-start;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border-radius: 0px;
    background-color: transparent;
  }

  .branchen_text {
    position: absolute;
    top: auto;
    bottom: auto;
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    align-items: stretch;
    font-size: 30px;
    line-height: 52px;
    font-weight: 600;
  }

  .d-tempconn-content-section-case-copy {
    position: relative;
    margin-top: 0px;
    padding-top: 0vh;
    padding-bottom: 0px;
    background-image: linear-gradient(180deg, #fff, #fff);
  }

  .d-immoconn-content-section-case-copy-copy {
    position: relative;
    margin-top: 0px;
    padding-top: 0vh;
    padding-bottom: 0px;
    background-image: linear-gradient(180deg, #fff, #fff);
  }

  .content-section-grey-flex-vert {
    position: relative;
    display: flex;
    overflow: hidden;
    margin-top: 0px;
    padding-top: 10vh;
    padding-bottom: 10vh;
    flex-direction: column;
    background-image: linear-gradient(180deg, #f4f6f7, #f4f6f7);
  }

  .wrapper-neu {
    display: block;
    max-width: none;
    min-width: 1600px;
    padding-right: 0px;
    padding-left: 0px;
    flex: 1;
  }

  .gr-nwald-equity {
    display: block;
  }

  .gr-nwald-equity-logo {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .logos-partner {
    display: flex;
    margin-right: 8%;
    margin-left: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-6 {
    display: block;
  }

  .juconn_logo {
    top: 403px;
    bottom: auto;
    display: block;
    width: 28vw;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .footer-2 {
    background-color: #fff;
  }

  .datenschutz-link-2 {
    margin-left: 0px;
  }

  .service-agreement-2 {
    margin-left: 0px;
  }

  .dropdown-content-2 {
    display: flex;
    background-color: #3b3b3b;
  }

  .nav-menu-2 {
    margin-top: 0px;
  }

  .navbar-3 {
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    flex-direction: row;
    justify-content: space-between;
  }

  .nav-link-dropdown-content-2 {
    margin-left: 0px;
    font-family: Jost, sans-serif;
    color: #f4f6f7;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .nav-link-desktop {
    margin-left: 0px;
    font-family: Jost, sans-serif;
    color: #f4f6f7;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .wrapper-footer-3 {
    max-width: 1600px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .content-kontakt-2 {
    display: flex;
    justify-content: space-between;
    flex: 0 auto;
  }

  .kontakt-headline-2 {
    flex: 0 auto;
  }

  .contact-link-2:hover {
    color: #ff7f4b;
  }

  .content-section-dark {
    display: block;
    flex-direction: column;
    background-color: #303030;
  }

  .wrapper-contact-footer {
    max-width: 1600px;
    padding-right: 0px;
    padding-left: 0px;
    flex: 1;
  }

  .nav-link-mobile {
    margin-left: 0px;
    font-family: Jost, sans-serif;
    color: #f4f6f7;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .immoconn-stoerer {
    height: 54px;
    margin-top: 8px;
  }

  .team-member4 {
    display: flex;
    width: 250px;
    height: 350px;
    margin-top: 0px;
    margin-right: 60px;
    margin-left: 40px;
    padding: 0px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    border-radius: 6px;
    background-color: #fff;
    background-image: url('../images/dirk_vasbender_pic.jpg');
    background-position: 50% 60%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .content-wrapper-team--backup {
    display: none;
    overflow: hidden;
    max-width: 1600px;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .hero-content {
    margin-top: 5vh;
    margin-left: 40px;
  }

  .heading {
    font-size: 70px;
    line-height: 90px;
  }

  .content-wrapper-flex {
    max-width: 1440px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 32px;
    padding-left: 32px;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: stretch;
    -ms-grid-row-align: auto;
        align-self: auto;
    flex: 0 auto;
  }

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

  .headline-white {
    font-size: 44px;
    line-height: 52px;
  }

  .headline-white.center {
    font-size: 44px;
  }

  .content-text-left {
    width: auto;
    margin-right: 0px;
    margin-bottom: 32px;
    padding-right: 0px;
    order: -1;
    flex: 1;
    text-align: left;
  }

  .subheadline-white {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1px;
  }

  .beschreibungstext {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .content-right-mockup {
    -ms-grid-row-align: stretch;
        align-self: stretch;
    flex: 0 auto;
  }

  .content-section-white {
    margin-right: auto;
    margin-left: auto;
    padding: 5vh 40px 0vh;
  }

  .content-wrapper-flex-center {
    z-index: auto;
    overflow: visible;
    padding: 4px 0px;
  }

  .headline-black {
    font-size: 38px;
    line-height: 48px;
  }

  .headline-black.left {
    font-size: 32px;
  }

  .subheadline-black.center {
    margin-top: 8px;
  }

  .subheadline-black.left {
    font-size: 20px;
  }

  .juconn-mockup {
    position: static;
    bottom: 27%;
    width: auto;
  }

  .vorteile {
    display: flex;
    margin-top: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-self: auto;
  }

  .vorteil-card.first {
    margin-top: 12px;
    margin-right: 0px;
    margin-bottom: 12px;
  }

  .vorteil-card.last {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .vorteile-text {
    font-size: 19px;
  }

  .anwendungen-wrapper {
    position: relative;
    display: flex;
    overflow: visible;
    height: auto;
    padding-right: 24px;
    padding-left: 24px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .accordion-item {
    overflow: hidden;
    -ms-grid-row-align: auto;
        align-self: auto;
    flex: 0 auto;
  }

  .paragraph {
    overflow: visible;
    width: 80%;
    font-size: 15px;
    line-height: 24px;
  }

  .paragraph.short {
    overflow: visible;
    width: 65%;
    font-size: 15px;
    line-height: 24px;
  }

  .accordion-trigger {
    overflow: hidden;
  }

  .case-subheading {
    font-size: 16px;
  }

  .case-heading {
    margin-bottom: 4px;
    font-size: 28px;
  }

  .case-heading.short {
    width: 60%;
  }

  .bam-mockup {
    position: absolute;
    left: auto;
    top: -20%;
    right: 0%;
    bottom: auto;
    z-index: 1;
    display: block;
    overflow: visible;
    margin-right: 0px;
    margin-left: 0px;
    float: right;
    clear: none;
  }

  .hypeconn-mockup {
    left: auto;
    top: -15%;
    right: 2%;
    bottom: auto;
  }

  .heatconn-mockup {
    left: auto;
    top: -13%;
    right: 4%;
    bottom: auto;
    z-index: 1;
  }

  .sc-mockup {
    top: -12%;
    right: 0%;
    z-index: 1;
  }

  .content-section-grey {
    padding-top: 15vh;
    padding-bottom: 15vh;
  }

  .beschreibungstext-black {
    font-size: 15px;
  }

  .logos {
    display: flex;
    margin-left: 0px;
    flex-direction: row;
  }

  .fp-logo {
    margin-right: 24px;
    margin-left: 24px;
  }

  .content-wrapper-team {
    display: block;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    align-content: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .team-member {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    align-self: flex-start;
    order: 1;
  }

  .team-member-content {
    height: 90px;
  }

  .team-member2 {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-row-align: center;
        align-self: center;
    order: 1;
  }

  .team-member3 {
    width: auto;
    margin-right: 0px;
    order: 1;
  }

  .jobs-news-wrapper {
    padding-right: 0px;
    padding-left: 0px;
    flex-direction: column;
  }

  .jobangebote-div {
    width: auto;
    margin-right: 0px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .subheadline-hero-white {
    font-size: 20px;
    line-height: 30px;
  }

  .juconn-core-text {
    font-size: 32px;
  }

  .subheading-core {
    margin-top: 8px;
    margin-bottom: 7%;
    font-size: 15px;
  }

  .icon-core {
    width: 10vw;
    height: 10vw;
    margin-bottom: 1%;
  }

  .details-button {
    margin-bottom: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .ai-text {
    margin-bottom: 11%;
    font-size: 16px;
  }

  .image-8 {
    width: 40px;
    height: 40px;
    margin-bottom: 4px;
  }

  .modal-popup-juconn {
    display: none;
  }

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

  .subheading-erkennung {
    text-align: center;
  }

  .subheading-erkennung.left {
    text-align: center;
  }

  .subheading-erkennung.left.white {
    font-size: 15px;
    line-height: 20px;
    text-align: left;
  }

  .subheading-erkennung.left.white {
    font-size: 15px;
    line-height: 20px;
    text-align: left;
  }

  .kontakt-info {
    margin-right: 40px;
    margin-left: 40px;
  }

  .wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }

  .kontakt-headline {
    max-width: 500px;
  }

  .contact-link {
    font-size: 14px;
  }

  .headline-h2.left.white {
    font-size: 36px;
  }

  .headline-h2.left.white {
    font-size: 36px;
  }

  .content-wrapper-flex-center-module {
    padding-bottom: 40px;
  }

  .impressum-link {
    margin-right: 10px;
  }

  .lizenzvereinbarung {
    margin-left: 10px;
  }

  .wrapper-footer {
    padding-right: 40px;
    padding-left: 40px;
  }

  .datenschutz-link {
    margin-right: 10px;
    margin-left: 0px;
  }

  .navbar-2 {
    display: none;
  }

  .wrapper-nav {
    padding-right: 40px;
    padding-left: 40px;
  }

  .nav-link {
    display: block;
    margin-right: 0px;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 20px;
    flex-direction: column;
    justify-content: flex-start;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    color: #303030;
    text-align: left;
  }

  .nav-link:hover {
    font-weight: 500;
  }

  .nav-link:active {
    color: #303030;
  }

  .nav-link:focus {
    color: #303030;
  }

  .nav-link:visited {
    color: #303030;
  }

  .content-bgr-datenschutz {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .datenschutz-juconn {
    display: flex;
    flex-direction: column;
  }

  .datenschutz-text.left {
    padding-top: 20px;
    text-align: left;
  }

  .link-style {
    text-decoration: none;
  }

  .content-wrapper-datenschutz {
    padding-right: 40px;
    padding-left: 40px;
  }

  .nav-menu {
    display: none;
    padding-top: 57px;
    background-color: hsla(0, 0%, 100%, 0.9);
  }

  .dropdown-wrapper {
    -ms-grid-row-align: stretch;
        align-self: stretch;
  }

  .dropdown-trigger {
    background-color: transparent;
  }

  .dropdown-content {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: auto;
    display: block;
    width: 100%;
    text-align: center;
  }

  .dropdown-content.page {
    color: transparent;
  }

  .nav-link-dropdown-content {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 30px;
    background-color: #f4f6f7;
    font-size: 12px;
    text-align: left;
  }

  .nav-link-dropdown-content:hover {
    color: #303030;
    font-weight: 500;
  }

  .anwendungen-section {
    z-index: 400;
    overflow: visible;
  }

  .team-pics {
    display: flex;
    justify-content: center;
    align-self: stretch;
    order: 0;
  }

  .grid-desktop {
    -ms-grid-columns: minmax(20px, 30px) 0.5fr 0.5fr 0.5fr;
    grid-template-columns: minmax(20px, 30px) 0.5fr 0.5fr 0.5fr;
    -ms-grid-rows: 0.5fr auto auto auto;
    grid-template-rows: 0.5fr auto auto auto;
  }

  .juconn-core-div {
    position: relative;
    z-index: 1;
    width: 59vw;
    height: 47vw;
    margin-top: 10%;
    margin-right: 0px;
    padding: 0px;
    background-size: 457px;
  }

  .ai-div {
    position: relative;
    width: 24vw;
    height: 24vw;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 25px;
    background-size: cover;
  }

  .individual-div {
    position: relative;
    width: 24vw;
    height: 24vw;
    margin-top: 0px;
    margin-right: 0px;
    padding: 25px;
    background-size: cover;
  }

  .juconn-core-illustration {
    padding-right: 0vh;
    padding-left: 0vh;
  }

  .grid-mobile {
    display: none;
  }

  .nav-button-animated {
    width: 40px;
    height: 40px;
  }

  .nav-button-animated.w--open {
    width: 40px;
  }

  .nav-button-animated.negative {
    z-index: 3000;
    display: block;
    margin-top: 16px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.05);
  }

  .nav-button-animated.negative {
    z-index: 3000;
    display: block;
    margin-top: 16px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-color: #3b3b3b;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.05);
  }

  .bottom-line {
    top: 30px;
    width: 28px;
    border-radius: 20px;
  }

  .bottom-line.negative {
    top: 26px;
    width: 24px;
    background-color: #f5f5f5;
  }

  .bottom-line.negative {
    top: 26px;
    width: 24px;
    background-color: #f4f6f7;
  }

  .navbar-animated {
    z-index: 3333;
    display: block;
    padding-right: 220px;
    padding-left: 40px;
  }

  .top-line {
    width: 28px;
    border-radius: 20px;
    background-color: #fff;
  }

  .top-line.negative {
    top: 14px;
    width: 24px;
    background-color: #f5f5f5;
  }

  .top-line.negative {
    top: 14px;
    width: 24px;
    background-color: #f4f6f7;
  }

  .middle-line {
    top: 24px;
    width: 28px;
    border-radius: 20px;
  }

  .middle-line.negative {
    top: 20px;
    width: 24px;
    background-color: #f5f5f5;
  }

  .middle-line.negative {
    top: 20px;
    width: 24px;
    background-color: #f4f6f7;
  }

  .full-screen-menu-overlay {
    height: 100vh;
    justify-content: flex-start;
    border-left: 1px none #000;
    background-color: #fff;
    box-shadow: -4px 0 8px 0 rgba(51, 51, 51, 0.1);
  }

  .mobile-menu {
    top: 0px;
    z-index: auto;
    height: 100vh;
  }

  .space-help {
    height: 55px;
    align-self: flex-start;
  }

  .erklaerung-section {
    display: block;
  }

  .heading-erklaerung {
    font-size: 28px;
    line-height: 40px;
  }

  .content-wrapper-block {
    overflow: hidden;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    padding: 25px 50px;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: stretch;
    -ms-grid-row-align: auto;
        align-self: auto;
    flex: 0 auto;
  }

  .list-erklaerung {
    margin-top: 10px;
    color: #303030;
  }

  .headline-erklaerung {
    width: auto;
    margin-right: 0px;
    margin-bottom: 32px;
    padding-right: 0px;
    order: -1;
    flex: 1;
    text-align: left;
  }

  .d-heatconn-content-section-case {
    padding-bottom: 0vh;
  }

  .desktop-cases {
    display: -ms-grid;
    display: grid;
    margin-bottom: 40px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .mobile-cases {
    display: none;
  }

  .job-cta {
    margin-top: 28px;
    margin-left: 0px;
    -ms-grid-row-align: center;
        align-self: center;
  }

  .section-headline {
    float: none;
    align-self: flex-start;
  }

  .section-headline.karriere {
    width: auto;
  }

  .content-left-horizontal-scroll {
    float: none;
  }

  .bewerbung-content {
    display: flex;
    align-items: flex-end;
  }

  .content-wrapper {
    position: static;
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    flex-direction: row;
    -ms-grid-row-align: auto;
        align-self: auto;
  }

  .section-flex {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .job-bewerbung {
    display: flex;
    width: 480px;
    height: 180px;
    margin-right: 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 -8px 16px 0 rgba(51, 51, 51, 0.05), 0 4px 8px 0 rgba(51, 51, 51, 0.05);
  }

  .help-me {
    display: flex;
    padding-right: 0px;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    align-content: flex-start;
    align-self: auto;
    flex: 1;
  }

  .custom-section {
    padding-bottom: 40px;
  }

  .custom-section.small {
    margin-top: 0px;
  }

  .headline-job {
    font-size: 28px;
    line-height: 40px;
  }

  .case-subheading-sc {
    width: 59%;
    font-size: 16px;
  }

  .paragraph-sc {
    overflow: visible;
    width: 80%;
    font-size: 15px;
    line-height: 24px;
  }

  .logo-brand-orange {
    width: 40px;
    margin-top: 0px;
  }

  .logo-brand-orange.page {
    width: auto;
    height: auto;
  }

  .nav-70px {
    height: auto;
  }

  .navbar-pages {
    display: none;
  }

  .nav-link-page {
    display: block;
    margin-right: 0px;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 20px;
    justify-content: flex-start;
    align-self: flex-start;
    color: #303030;
    text-align: left;
  }

  .nav-link-page:active {
    background-color: transparent;
  }

  .nav-link-page:focus {
    background-color: transparent;
  }

  .nav-link-page:visited {
    background-color: transparent;
  }

  .image-15 {
    margin-top: 10px;
    margin-left: 10px;
  }

  .heatconn-color {
    display: none;
  }

  .sc-color {
    display: none;
  }

  .bam-color {
    display: none;
  }

  .hypeconn-color-desktop {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 130px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #ff9d4c;
  }

  .hypeconn-color-mobile {
    display: none;
  }

  .heatconn-color-desktop {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    display: block;
    width: 130px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #163063;
  }

  .sc-color-desktop {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 130px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #056fb7;
  }

  .bam-color-desktop {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 130px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #f6b059;
  }

  .iubenda-cs-preferences-link {
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 14px;
  }

  .logo-juconn {
    display: flex;
    margin-left: 0px;
    flex-direction: row;
  }

  .lottie-animation-5 {
    top: -3.4vh;
    bottom: auto;
    width: 950px;
    max-width: 1920px;
    margin-top: 0vh;
    margin-right: auto;
    margin-left: auto;
  }

  .hero {
    display: flex;
    height: 21200px;
    background-color: #303030;
    color: #fffefe;
    text-transform: uppercase;
  }

  .hero-h1 {
    left: 0%;
    top: 465px;
    right: 0%;
    bottom: auto;
    display: block;
    width: auto;
    font-size: 4vw;
    text-align: center;
  }

  .text1 {
    left: auto;
    top: auto;
    right: auto;
    bottom: -8%;
    width: 550px;
    font-size: 21px;
    line-height: 23px;
  }

  .potenziale {
    left: auto;
    top: auto;
    right: auto;
    bottom: 19%;
  }

  .logo {
    left: 0%;
    top: 361px;
    right: 0%;
    bottom: auto;
    display: block;
    width: 45vw;
    max-width: none;
    padding-bottom: 0px;
  }

  .distractor {
    display: flex;
  }

  .neu {
    left: auto;
    top: auto;
    right: auto;
    bottom: 19%;
    display: flex;
  }

  .head002 {
    left: auto;
    bottom: 43px;
    width: 550px;
    color: #fff;
    font-size: 34px;
    line-height: 36px;
    text-align: left;
    text-transform: none;
  }

  .text002 {
    left: auto;
    top: auto;
    right: auto;
    bottom: -8%;
    width: 550px;
    font-size: 21px;
    line-height: 23px;
  }

  .berichte_und {
    left: auto;
    top: auto;
    right: auto;
    bottom: 19%;
    display: flex;
  }

  .head003 {
    left: auto;
    bottom: 15px;
    width: 550px;
    color: #fff;
    font-size: 34px;
    line-height: 36px;
    text-align: left;
    text-transform: none;
  }

  .text003 {
    left: auto;
    top: auto;
    right: auto;
    bottom: -8%;
    width: 550px;
    font-size: 21px;
    line-height: 23px;
  }

  .pfeil_head01 {
    left: auto;
    bottom: 72px;
    display: block;
    width: auto;
    height: auto;
    margin-bottom: 0vh;
    flex-direction: row;
    color: #fff;
    font-size: 2vh;
    line-height: 22px;
    font-weight: 500;
    text-align: left;
    text-transform: none;
  }

  .pfeil_text01 {
    left: auto;
    bottom: 72px;
    display: block;
    width: auto;
    flex-direction: row;
    color: #fff;
    font-size: 1.3vh;
    line-height: 1.8vh;
    text-align: left;
    text-transform: none;
  }

  .pfeiltexte {
    position: fixed;
    left: auto;
    top: 28px;
    right: auto;
    bottom: auto;
    display: flex;
    width: 60vh;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .image-18 {
    display: block;
    width: 5vh;
    max-width: none;
    min-width: auto;
    margin-bottom: 1vh;
    padding-bottom: 0px;
    font-size: 4vw;
    line-height: 4vh;
  }

  .anwendungs-text {
    left: 13.1vh;
    top: auto;
    right: auto;
    bottom: 49.9vh;
    z-index: 1000000000;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.6vw;
    line-height: 2vh;
  }

  .individuell-text {
    left: auto;
    top: auto;
    right: 15vh;
    bottom: 60.2vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.6vw;
    line-height: 2vh;
  }

  .testing-text {
    left: auto;
    top: 16vh;
    right: 0vh;
    bottom: auto;
    display: block;
    width: auto;
    padding-right: 0px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    font-size: 14px;
    line-height: 20px;
  }

  .text001 {
    left: auto;
    top: auto;
    right: auto;
    bottom: -8%;
    width: 550px;
    font-size: 20px;
    line-height: 24px;
  }

  .text02 {
    left: auto;
    top: auto;
    right: auto;
    bottom: -8%;
    display: flex;
    width: auto;
    margin-bottom: 98px;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    font-size: 34px;
    line-height: 41px;
  }

  .wir_bauen {
    left: 0%;
    top: 222px;
    right: 0%;
    bottom: auto;
    display: flex;
    height: 50vh;
    justify-content: flex-end;
  }

  .analyse-text0 {
    left: 0vh;
    top: auto;
    right: auto;
    bottom: 42.9vh;
    z-index: 1000000000;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.6vw;
    line-height: 2vh;
  }

  .wrapper-pfeiltexte {
    position: static;
    left: auto;
    top: 28px;
    right: auto;
    bottom: auto;
    width: 700px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .head001 {
    left: auto;
    bottom: 20px;
    z-index: 5000000;
    width: 550px;
    color: #fff;
    font-size: 34px;
    line-height: 36px;
    text-align: left;
    text-transform: none;
  }

  .service-agreement {
    margin-left: 0px;
  }

  .branchen_drei_w-rter {
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: auto;
    display: flex;
    height: 30vh;
    margin-top: 0px;
    margin-bottom: 0px;
    flex-direction: column;
    justify-content: flex-start;
  }

  .branchen_text {
    left: auto;
    top: auto;
    right: auto;
    bottom: -8%;
    display: flex;
    width: auto;
    margin-bottom: 71px;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    font-size: 34px;
    line-height: 41px;
  }

  .trenner_animation_content {
    height: 50vh;
    margin-bottom: -71px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 83%);
  }

  .d-tempconn-content-section-case-copy {
    padding-bottom: 0vh;
  }

  .d-immoconn-content-section-case-copy-copy {
    padding-bottom: 0vh;
  }

  .content-section-grey-flex-vert {
    padding-top: 15vh;
    padding-bottom: 15vh;
  }

  .wrapper-neu {
    padding-right: 40px;
    padding-left: 40px;
  }

  .logos-partner {
    display: flex;
    margin-left: 0px;
    flex-direction: row;
  }

  .juconn_logo {
    left: 0%;
    top: 361px;
    right: 0%;
    bottom: auto;
    display: block;
    width: 45vw;
    max-width: none;
    padding-bottom: 0px;
  }

  .footer-2 {
    z-index: 999;
  }

  .datenschutz-link-2 {
    margin-right: 10px;
    margin-left: 0px;
  }

  .lizenzvereinbarung-2 {
    margin-left: 10px;
  }

  .service-agreement-2 {
    margin-left: 0px;
  }

  .dropdown-content-2 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: auto;
    display: block;
    width: 100%;
    text-align: center;
  }

  .navbar-animated-2 {
    z-index: 3333;
    display: block;
  }

  .nav-menu-2 {
    display: none;
    padding-top: 57px;
    background-color: hsla(0, 0%, 100%, 0.9);
  }

  .dropdown-wrapper-2 {
    -ms-grid-row-align: stretch;
        align-self: stretch;
  }

  .navbar-3 {
    display: none;
  }

  .nav-link-dropdown-content-2 {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 30px;
    background-color: #f4f6f7;
    font-size: 12px;
    text-align: left;
  }

  .nav-link-desktop {
    display: block;
    margin-right: 0px;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 20px;
    flex-direction: column;
    justify-content: flex-start;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    color: #303030;
    text-align: left;
  }

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

  .content-kontakt-2 {
    flex-direction: column;
    justify-content: center;
  }

  .kontakt-headline-2 {
    max-width: none;
    margin-right: 0px;
    margin-bottom: 24px;
    align-items: center;
  }

  .contact-link-2 {
    font-size: 14px;
  }

  .impressum-link-3 {
    margin-right: 10px;
  }

  .content-section-dark {
    margin-right: auto;
    margin-left: auto;
    padding: 5vh 0px;
  }

  .wrapper-contact-footer {
    padding-right: 40px;
    padding-left: 40px;
  }

  .nav-link-mobile {
    display: block;
    margin-right: 0px;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 20px;
    flex-direction: column;
    justify-content: flex-start;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    color: #303030;
    text-align: left;
  }

  .nav-link-mobile:hover {
    background-color: transparent;
    color: #303030;
  }

  .nav-link-mobile:active {
    color: #ff7f4b;
  }

  .nav-link-mobile:focus {
    color: #ff7f4b;
  }

  .nav-link-mobile:visited {
    color: #303030;
  }

  .immoconn-stoerer.fixed {
    position: fixed;
    left: 3%;
    top: 1%;
    z-index: 30000;
    display: flex;
    width: auto;
  }

  .div-block-9 {
    align-items: center;
  }

  .text-block-7 {
    margin-bottom: 0px;
  }

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

  .arrow-animation-left {
    margin-right: 10px;
    flex: 0 auto;
    transform: rotate(0deg);
  }

  .team-member4 {
    width: auto;
    margin-right: 0px;
    order: 1;
  }

  .content-wrapper-team--backup {
    display: none;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    align-content: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
}

@media screen and (max-width: 767px) {
  .hero-content {
    margin-left: 24px;
  }

  .heading {
    font-size: 50px;
    line-height: 70px;
  }

  .headline-white {
    font-size: 32px;
  }

  .headline-white.center {
    font-size: 28px;
  }

  .subheadline-white {
    font-size: 18px;
    line-height: 24px;
  }

  .subheadline-white.center {
    font-size: 17px;
  }

  .content-section-white {
    display: block;
    margin-bottom: 0px;
    padding: 5vh 40px 1vh;
    background-color: #fff;
  }

  .content-wrapper-flex-center {
    overflow: visible;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
  }

  .headline-black {
    font-size: 28px;
    line-height: 36px;
    text-align: left;
  }

  .headline-black.left {
    font-size: 28px;
  }

  .subheadline-black.center {
    font-size: 17px;
    line-height: 24px;
    text-align: left;
  }

  .subheadline-black.left {
    font-size: 17px;
  }

  .vorteil-card.first {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .vorteil-card.last {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .anwendungen-wrapper {
    overflow: visible;
    width: 100%;
    height: 350px;
    padding-top: 32px;
    padding-right: 40px;
    padding-bottom: 32px;
    justify-content: flex-start;
    align-items: stretch;
  }

  .accordion-item {
    overflow: visible;
    -ms-grid-row-align: auto;
        align-self: auto;
    flex: 0 auto;
    text-align: left;
  }

  .accordion-item-trigger {
    overflow: hidden;
  }

  .text-block {
    font-size: 13px;
  }

  .paragraph {
    width: auto;
    padding-right: 0px;
    font-size: 14px;
    text-align: left;
  }

  .paragraph.short {
    width: 56%;
    padding-right: 0vw;
  }

  .cases-wrapper {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-row-align: auto;
        align-self: auto;
  }

  .case-subheading {
    display: inline-block;
    width: 50%;
    font-size: 15px;
    text-align: left;
  }

  .case-heading {
    font-size: 24px;
    text-align: left;
  }

  .case-heading.short {
    width: 60%;
  }

  .bam-mockup {
    position: absolute;
    left: auto;
    top: -19%;
    right: -5%;
    bottom: auto;
    z-index: 1;
    width: 45vw;
    max-width: 80%;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    padding: 8px;
    float: none;
  }

  .hypeconn-mockup {
    left: auto;
    top: 6%;
    right: 0%;
    bottom: auto;
    width: 45vw;
    max-width: 100%;
    padding: 16px;
  }

  .heatconn-mockup {
    left: auto;
    top: -11%;
    right: 0%;
    bottom: auto;
    z-index: 3;
    width: 52vw;
    max-width: 100%;
    padding: 32px;
  }

  .sc-mockup {
    top: -12%;
    z-index: 1;
    width: 45vw;
  }

  .content-section-grey {
    display: block;
    padding-bottom: 10vh;
  }

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

  .content-wrapper-team {
    margin-bottom: 40px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
  }

  .team-member {
    width: auto;
    height: 50vw;
    max-height: none;
    min-height: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    clear: none;
    flex-wrap: nowrap;
    align-items: stretch;
    align-content: center;
    background-size: 300px;
  }

  .team-role {
    font-size: 12px;
    line-height: 15px;
  }

  .team-member-content {
    height: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .team-member2 {
    width: auto;
    height: 50vw;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    clear: none;
  }

  .team-member3 {
    width: auto;
    height: 50vw;
    clear: none;
    background-size: cover;
  }

  .jobangebote-div {
    width: auto;
    padding: 40px 16px;
  }

  .subheadline-hero-white {
    font-size: 16px;
    letter-spacing: 2.5px;
  }

  .juconn-core-text {
    font-size: 26px;
    letter-spacing: 1.5px;
  }

  .subheading-core {
    margin-top: 0px;
    margin-bottom: 5%;
    font-size: 13px;
    text-align: center;
  }

  .icon-core {
    width: 15vw;
    height: 15vw;
    margin-bottom: 1%;
  }

  .ai-text {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
  }

  .image-8 {
    width: 8vw;
    height: 8vw;
    margin-bottom: 8%;
  }

  .button-details {
    font-size: 14px;
  }

  .content-section-vorteile {
    display: block;
  }

  .subheading-erkennung.left {
    text-align: center;
  }

  .subheading-erkennung.left.white {
    text-align: center;
  }

  .subheading-erkennung.left.white {
    text-align: center;
  }

  .wrapper {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-4 {
    margin-top: 0px;
    margin-bottom: 6px;
  }

  .kontakt-headline {
    margin-bottom: 40px;
    align-items: center;
  }

  .content-kontakt {
    flex-direction: column;
  }

  .headline-h2 {
    font-size: 28px;
    letter-spacing: 0.4px;
  }

  .headline-h2.left.white {
    text-align: left;
    letter-spacing: 1px;
  }

  .headline-h2.left.white {
    text-align: left;
    letter-spacing: 1px;
  }

  .contact-text-regular {
    text-align: left;
  }

  .contact-flex {
    margin-top: 16px;
    margin-bottom: 16px;
    flex-direction: row;
    justify-content: flex-start;
  }

  .content-wrapper-flex-center-module {
    padding-right: 24px;
    padding-left: 24px;
  }

  .footer-links {
    flex-direction: column;
    justify-content: center;
  }

  .wrapper-footer {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer {
    background-color: #fff;
  }

  .footer-content {
    flex-direction: column;
    justify-content: center;
  }

  .wrapper-nav {
    padding-right: 24px;
    padding-left: 24px;
  }

  .datenschutz-juconn {
    display: flex;
  }

  .datenschutz-text.left {
    width: 90vw;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    -ms-grid-row-align: center;
        align-self: center;
    flex: 0 auto;
    text-align: left;
  }

  .link-style {
    text-decoration: none;
  }

  .content-wrapper-datenschutz {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
  }

  .dropdown-content {
    top: auto;
  }

  .anwendungen-section {
    display: block;
    overflow: hidden;
    padding: 5vh 32px;
    background-color: #fff;
  }

  .team-pics {
    display: -ms-grid;
    display: grid;
    clear: none;
    -ms-grid-row-align: center;
        align-self: center;
    order: 0;
    flex: 1;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-desktop {
    display: none;
    -ms-grid-columns: 0.25fr 1fr;
    grid-template-columns: 0.25fr 1fr;
  }

  .juconn-core-div {
    width: 80vw;
    height: 80vw;
    margin-top: 0px;
    margin-right: 0px;
  }

  .juconn-core-div.mobile {
    z-index: 1;
    width: 60vw;
    height: 60vw;
    margin-top: 66px;
    padding-top: 60px;
    padding-left: 0px;
    background-image: url('../images/juconn-core-circle-mobile.png');
    background-size: contain;
  }

  .ai-div {
    width: 35vw;
    height: 35vw;
    margin-bottom: 0px;
    padding: 12px;
  }

  .individual-div {
    width: 35vw;
    height: 35vw;
    margin-top: 0px;
    padding: 12px;
  }

  .juconn-core-illustration {
    margin-top: 30px;
  }

  .grid-mobile {
    display: -ms-grid;
    display: grid;
    justify-content: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .nav-button-animated.negative {
    z-index: 3000;
    background-color: #414040;
  }

  .nav-button-animated.negative {
    z-index: 3000;
  }

  .bottom-line {
    top: 30px;
    width: 24px;
  }

  .navbar-animated {
    padding-left: 24px;
  }

  .top-line {
    width: 24px;
  }

  .middle-line {
    top: 24px;
    width: 24px;
  }

  .linkedin-logo {
    width: 28px;
    height: 28px;
  }

  .image-11 {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .erklaerung-section {
    display: block;
    padding-bottom: 10vh;
    background-color: #fff;
  }

  .heading-erklaerung {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
  }

  .content-wrapper-block {
    max-width: 90%;
  }

  .d-heatconn-content-section-case {
    padding-bottom: 0vh;
  }

  .desktop-cases {
    display: -ms-grid;
    display: grid;
    padding-right: 0%;
    padding-left: 0%;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .mobile-cases {
    display: none;
  }

  .bam-content-head {
    text-align: left;
  }

  .hypeconn-content-head {
    text-align: left;
  }

  .heatconn-content-head {
    text-align: left;
  }

  .sc-content-head {
    text-align: left;
  }

  .image-12 {
    display: block;
  }

  .image-13 {
    display: block;
  }

  .image-14 {
    display: block;
  }

  .job-cta {
    -ms-grid-row-align: center;
        align-self: center;
  }

  .section-headline {
    width: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    float: none;
  }

  .section-headline.karriere {
    width: auto;
  }

  .content-left-horizontal-scroll {
    width: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    float: none;
  }

  .content-wrapper {
    display: block;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -ms-grid-row-align: auto;
        align-self: auto;
  }

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

  .job-bewerbung {
    width: 420px;
    max-width: 480px;
    padding: 20px;
  }

  .help-me {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .custom-section.small {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .job-card-wrapper {
    -ms-grid-row-align: auto;
        align-self: auto;
    flex: 0 0 auto;
  }

  .headline-job {
    font-size: 28px;
    line-height: 36px;
    text-align: left;
  }

  .primary-button-small {
    padding: 10px 15px;
    align-self: flex-end;
  }

  .case-subheading-sc {
    display: inline-block;
    width: 50%;
    font-size: 15px;
    text-align: left;
  }

  .paragraph-sc {
    width: 80vw;
    padding-right: 0px;
    font-size: 14px;
    text-align: left;
  }

  .logo-brand-orange.page {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 1000;
    width: 50px;
    height: auto;
  }

  .image-15 {
    margin-top: 16px;
    margin-left: 10px;
  }

  .kontakt-footer {
    display: block;
  }

  .hypeconn-color-desktop {
    position: absolute;
    left: auto;
    top: -7%;
    right: -2%;
    bottom: 0%;
    display: block;
    width: 45vw;
    height: 180px;
    padding-right: 0px;
    padding-bottom: 0px;
    align-self: flex-start;
    flex: 0 auto;
    border-radius: 6px 6px 2px 2px;
    background-color: #ff9d4c;
  }

  .hypeconn-color-mobile {
    position: relative;
    display: none;
    align-self: flex-start;
    flex: 0 auto;
    background-color: #ff9d4c;
  }

  .heatconn-color-desktop {
    position: absolute;
    left: auto;
    top: -8%;
    right: -2%;
    bottom: 0%;
    z-index: 1;
    display: block;
    width: 50vw;
    height: 160px;
    padding-right: 0px;
    padding-bottom: 0px;
    align-self: flex-start;
    flex: 0 auto;
    border-radius: 6px 6px 2px 2px;
    background-color: #163063;
  }

  .sc-color-desktop {
    position: absolute;
    left: auto;
    top: -11%;
    right: -2%;
    bottom: 0%;
    display: block;
    width: 50vw;
    height: 160px;
    padding-right: 0px;
    padding-bottom: 0px;
    align-self: flex-start;
    flex: 0 auto;
    border-radius: 6px 6px 2px 2px;
    background-color: #056fb7;
  }

  .bam-color-desktop {
    position: absolute;
    left: auto;
    top: -7%;
    right: -2%;
    bottom: 0%;
    display: block;
    width: 40vw;
    height: 200px;
    padding-right: 0px;
    padding-bottom: 0px;
    align-self: flex-start;
    flex: 0 auto;
    border-radius: 6px 6px 2px 2px;
    background-color: #f6b059;
  }

  .iubenda-cs-preferences-link {
    padding: 12px 16px;
    line-height: 14px;
  }

  .minnt-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .logo-juconn {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .lottie-animation-5 {
    display: none;
  }

  .hero {
    display: none;
    height: 100vh;
  }

  .hero-h1 {
    display: none;
  }

  .potenziale {
    display: none;
  }

  .logo {
    top: 386px;
    display: none;
  }

  .distractor {
    display: none;
    background-image: linear-gradient(322deg, rgba(48, 48, 48, 0.99) 61%, rgba(48, 48, 48, 0.97));
  }

  .neu {
    display: none;
  }

  .berichte_und {
    display: none;
  }

  .wir_bauen {
    display: none;
  }

  .wrapper-pfeiltexte {
    display: none;
  }

  .entfalten_text {
    display: flex;
    margin-top: 52px;
    margin-bottom: 51px;
    padding-right: 50px;
    padding-left: 50px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .mobil_head {
    display: flex;
    margin-top: 0px;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
    font-family: Jost, sans-serif;
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
  }

  .mobil_text {
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-bottom: 29px;
    margin-left: auto;
    justify-content: center;
    font-family: Jost, sans-serif;
    color: #fff;
    font-weight: 400;
  }

  .mobile_version {
    display: block;
    margin-top: 65px;
    margin-bottom: 54px;
  }

  .dashboard {
    display: flex;
    margin-top: 120px;
    margin-bottom: 100px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .code {
    display: flex;
    margin-top: 16px;
    padding-right: 50px;
    padding-left: 50px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .img_dash {
    display: block;
  }

  .image-21 {
    margin-right: auto;
    margin-left: auto;
  }

  .image-22 {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .kreisel {
    display: flex;
    overflow: hidden;
    justify-content: center;
  }

  .wir_bauen_ihre {
    display: flex;
    margin-bottom: 32px;
    padding-right: 50px;
    padding-left: 50px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .image-23 {
    max-width: 40px;
    margin-right: 16px;
    padding-bottom: 19px;
  }

  .pfeil_kasten {
    display: flex;
    margin-right: 8vw;
    margin-left: 8vw;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-self: flex-start;
    text-align: center;
  }

  .text_content_right {
    flex: 0 auto;
  }

  .mobil_text_linksb-ndig {
    display: flex;
    margin-bottom: 29px;
    justify-content: center;
    flex: 0 auto;
    font-family: Jost, sans-serif;
    color: #fff;
    text-align: left;
  }

  .mobil_head_linksb-ndig {
    margin-bottom: 8px;
    font-family: Jost, sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
  }

  .pfeil_teil {
    display: flex;
    margin-right: 8vw;
    margin-left: 8vw;
    padding-top: 22px;
    padding-left: 5vw;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .branchen_drei_w-rter {
    display: none;
  }

  .trenner_animation_content {
    display: none;
  }

  .d-tempconn-content-section-case-copy {
    padding-bottom: 0vh;
  }

  .d-immoconn-content-section-case-copy-copy {
    padding-bottom: 0vh;
  }

  .content-section-grey-flex-vert {
    display: block;
    padding-bottom: 10vh;
  }

  .wrapper-neu {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-3 {
    padding-top: 22px;
  }

  .logos-partner {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .juconn_logo {
    position: static;
    top: 29px;
    z-index: auto;
    display: block;
    margin-top: 0px;
  }

  .footer-2 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    flex-direction: column;
    background-color: #fff;
  }

  .datenschutz-link-2 {
    margin-right: 0px;
    margin-bottom: 20px;
    padding-bottom: 0px;
  }

  .lizenzvereinbarung-2 {
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .service-agreement-2 {
    margin-bottom: 20px;
  }

  .dropdown-content-2 {
    top: auto;
  }

  .wrapper-footer-3 {
    display: flex;
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .content-kontakt-2 {
    flex-direction: column;
  }

  .kontakt-headline-2 {
    margin-bottom: 40px;
    align-items: center;
  }

  .footer-text-copyright-3 {
    margin-bottom: 0px;
  }

  .copyright-heatconn-2 {
    margin-top: 60px;
  }

  .impressum-link-3 {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .content-section-dark {
    display: block;
    padding: 5vh 0px;
    background-color: #303030;
  }

  .wrapper-contact-footer {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
  }

  .h1-mobile {
    margin-top: 40px;
    margin-bottom: 30px;
    padding-right: 44px;
    padding-left: 44px;
    font-family: Lato2, sans-serif;
    color: #f5f5f5;
    font-size: 7vw;
    line-height: 9vw;
    text-align: center;
  }

  .immoconn-stoerer.fixed {
    left: 3%;
    top: 1%;
    right: auto;
    bottom: auto;
    display: flex;
  }

  .team-member4 {
    width: auto;
    height: 50vw;
    clear: none;
    background-size: cover;
  }

  .content-wrapper-team--backup {
    margin-bottom: 40px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
  }
}

@media screen and (max-width: 479px) {
  .hero-content {
    margin-right: 24px;
    padding-top: 10vh;
  }

  .heading {
    font-size: 36px;
    line-height: 50px;
  }

  .overlay {
    display: block;
  }

  .content-wrapper-flex {
    padding-right: 16px;
    padding-left: 0px;
    align-items: center;
  }

  .content-section {
    padding-top: 0vh;
  }

  .headline-white {
    width: 80vw;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.5px;
  }

  .headline-white.center {
    font-size: 24px;
    line-height: 40px;
    text-align: left;
  }

  .content-text-left {
    width: 90vw;
    -ms-grid-row-align: auto;
        align-self: auto;
    order: -1;
    flex: 1;
  }

  .subheadline-white {
    font-size: 17px;
    line-height: 24px;
  }

  .subheadline-white.center {
    font-size: 15px;
    text-align: left;
  }

  .content-right-mockup {
    overflow: visible;
  }

  .content-section-white {
    z-index: 100;
    overflow: hidden;
    margin-right: 0px;
    margin-left: 0px;
    padding: 3vh 16px;
    background-color: #fff;
  }

  .content-wrapper-flex-center {
    display: flex;
    overflow: visible;
    padding: 10px 0px;
  }

  .headline-black {
    width: 95vw;
    padding-left: 5vw;
    color: #303030;
    font-size: 26px;
    line-height: 32px;
    text-align: left;
  }

  .headline-black.left {
    width: auto;
    margin-bottom: 4px;
    padding-left: 0vw;
    font-size: 24px;
    line-height: 32px;
  }

  .subheadline-black.center {
    width: 90vw;
    padding-left: 5vw;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
  }

  .subheadline-black.left {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 20px;
  }

  .juconn-mockup {
    max-width: 140%;
  }

  .vorteile {
    padding-right: 0px;
    padding-left: 0px;
  }

  .vorteil-card.first {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .vorteil-card.last {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .vorteile-text {
    font-size: 17px;
    line-height: 20px;
  }

  .anwendungen-wrapper {
    display: flex;
    overflow: visible;
    width: auto;
    height: auto;
    padding: 10px 16px 26px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .accordion-item {
    position: relative;
    z-index: 2;
    flex: 0 auto;
  }

  .paragraph {
    width: 100%;
  }

  .paragraph.short {
    width: 100%;
    padding-right: 0vw;
    font-size: 14px;
  }

  .cases-wrapper {
    order: 0;
  }

  .case-subheading {
    width: auto;
    text-align: left;
  }

  .case-heading {
    line-height: 32px;
    text-align: left;
    letter-spacing: 0.5px;
  }

  .case-heading.short {
    width: 100%;
  }

  .bam-mockup {
    position: static;
    left: 105px;
    top: 16%;
    right: 0%;
    bottom: auto;
    display: block;
    width: 70vw;
    max-width: 100%;
    margin: 0px auto;
  }

  .d-bam-content-section-case {
    padding-bottom: 0vh;
  }

  .hypeconn-mockup {
    position: relative;
    top: 0%;
    z-index: 1;
    display: block;
    width: 96vw;
    max-width: 100%;
    padding: 16px;
  }

  .heatconn-mockup {
    position: static;
    display: block;
    width: 100vw;
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 16px;
    margin-left: auto;
    padding: 30px;
  }

  .sc-mockup {
    position: static;
    width: 96vw;
    max-width: 100%;
    padding: 30px;
  }

  .content-section-grey {
    padding: 10vh 24px;
  }

  .logos {
    flex-wrap: wrap;
  }

  .content-wrapper-team {
    padding-right: 0px;
    padding-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .team-member {
    width: auto;
    height: 380px;
    min-height: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    align-items: stretch;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .team-role {
    margin-top: 5px;
  }

  .team-member-content {
    margin-right: -1px;
    margin-bottom: -1px;
    margin-left: -1px;
  }

  .team-label {
    padding-top: 2px;
  }

  .team-member2 {
    width: auto;
    height: 380px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    align-items: stretch;
  }

  .team-member3 {
    width: auto;
    height: 380px;
    margin-bottom: 0px;
    background-size: cover;
  }

  .jobs-news-wrapper {
    overflow: visible;
    margin-right: 0px;
    margin-left: 0px;
    flex-wrap: wrap;
  }

  .jobangebote-div {
    width: auto;
    margin-right: 0px;
    padding: 40px 16px;
    order: -1;
  }

  .news-div {
    padding-top: 40px;
    padding-bottom: 40px;
    order: 1;
  }

  .primary-button {
    width: 100%;
    padding: 10px 20px;
    text-align: center;
  }

  .button-primary-text {
    font-size: 14px;
    line-height: 14px;
  }

  .subheadline-hero-white {
    line-height: 24px;
  }

  .icon-core {
    width: 20vw;
    height: 20vw;
  }

  .details-button {
    height: 26px;
    margin-top: 4px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
  }

  .ai-text {
    margin-bottom: 5px;
    -ms-grid-row-align: center;
        align-self: center;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
  }

  .image-8 {
    width: 10vw;
    height: 10vw;
    margin-bottom: 4%;
    padding: 4px;
    -ms-grid-row-align: center;
        align-self: center;
  }

  .button-details {
    font-size: 12px;
    font-weight: 400;
  }

  .content-section-vorteile {
    padding-right: 16px;
    padding-left: 16px;
  }

  .content-text-center-cases {
    margin-bottom: 0px;
  }

  .subheading-erkennung.left {
    margin-bottom: 0px;
    font-family: Lato2, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-align: left;
  }

  .subheading-erkennung.left.white {
    overflow: hidden;
    align-self: flex-start;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
  }

  .subheading-erkennung.left.white {
    overflow: visible;
    width: auto;
    align-self: flex-start;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
  }

  .kontakt-info {
    margin-right: 0px;
    margin-left: 0px;
  }

  .wrapper {
    overflow: hidden;
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
    flex: 1;
  }

  .kontakt-headline {
    display: flex;
    overflow: hidden;
    max-width: 0px;
    margin-right: 0px;
    align-items: flex-start;
    align-self: auto;
    text-align: left;
  }

  .content-kontakt {
    overflow: hidden;
    background-color: #303030;
  }

  .headline-h2 {
    font-size: 20px;
    line-height: 28px;
    text-align: left;
  }

  .headline-h2.left.white {
    overflow: hidden;
    font-size: 32px;
  }

  .headline-h2.left.white {
    overflow: visible;
    font-size: 32px;
  }

  .content-bgr-black.small {
    display: flex;
    overflow: hidden;
    padding-top: 5vh;
    padding-right: 0px;
    padding-bottom: 5vh;
    flex-direction: row;
    align-items: center;
  }

  .content-bgr-black.small {
    overflow: visible;
    padding: 5vh 16px;
  }

  .content-wrapper-flex-center-module {
    overflow: visible;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 16px;
    padding-bottom: 0px;
    padding-left: 16px;
  }

  .impressum-link {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .footer-links {
    margin-top: 20px;
    flex-direction: column;
  }

  .lizenzvereinbarung {
    margin-bottom: 40px;
    margin-left: 0px;
  }

  .wrapper-footer {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
    flex: 1;
  }

  .datenschutz-link {
    margin-right: 10px;
    margin-bottom: 16px;
    margin-left: 10px;
  }

  .footer {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    align-items: flex-start;
    background-color: #fff;
  }

  .footer-content {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    flex-direction: column;
  }

  .footer-text-copyright {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .wrapper-nav {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-link {
    color: #303030;
  }

  .nav-link:hover {
    color: #303030;
  }

  .nav-link:focus {
    color: #303030;
  }

  .nav-link:focus-visible {
    color: #303030;
  }

  .nav-link[data-wf-focus-visible] {
    color: #303030;
  }

  .nav-link:visited {
    color: #303030;
  }

  .content-bgr-datenschutz {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .datenschutz-text.left {
    padding-top: 20px;
    text-align: left;
  }

  .link-style {
    text-decoration: none;
  }

  .content-wrapper-datenschutz {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
    flex: 1;
  }

  .nav-link-dropdown-content {
    color: #303030;
  }

  .nav-link-dropdown-content:hover {
    color: #303030;
  }

  .anwendungen-section {
    padding-right: 16px;
    padding-left: 16px;
    background-color: #fff;
  }

  .team-pics {
    display: block;
    flex-wrap: wrap;
    align-content: stretch;
    -ms-grid-row-align: center;
        align-self: center;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 0.25fr 0.25fr;
    grid-template-columns: 0.25fr 0.25fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .juconn-core-div {
    margin-top: 6vh;
    padding-top: 2vh;
    background-image: url('../images/juconn-core-circle-mobile.png');
    background-size: contain;
  }

  .juconn-core-div.mobile {
    width: 80vw;
    height: 80vw;
    margin-top: 6vh;
    padding-top: 2vh;
  }

  .ai-div {
    z-index: auto;
    width: 42vw;
    height: 42vw;
    padding: 0px 12px 12px;
  }

  .individual-div {
    z-index: auto;
    width: 42vw;
    height: 42vw;
    padding: 0px 0px 11px;
  }

  .grid-mobile {
    padding-bottom: 40px;
    grid-auto-rows: minmax(30px, 1fr);
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .juconn-logo-bildmarke {
    width: 130px;
  }

  .nav-button-animated {
    height: 40px;
  }

  .nav-button-animated.negative {
    z-index: 3000;
  }

  .nav-button-animated.negative {
    z-index: 1000000;
  }

  .bottom-line {
    top: 30px;
    width: 24px;
  }

  .top-line {
    width: 24px;
  }

  .middle-line {
    top: 24px;
    width: 24px;
  }

  .full-screen-menu-overlay {
    z-index: 50000;
  }

  .mobile-menu {
    z-index: 300000;
  }

  .linkedin_text {
    -ms-grid-row-align: center;
        align-self: center;
    text-decoration: none;
  }

  .linkedin-logo {
    width: 28px;
    height: 28px;
  }

  .image-11 {
    display: block;
    width: 150px;
    height: 50px;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .erklaerung-section {
    display: block;
    padding-top: 0vh;
    padding-bottom: 0vh;
    background-color: #fff;
  }

  .heading-erklaerung {
    font-size: 22px;
    line-height: 28px;
    text-align: left;
  }

  .content-wrapper-block {
    overflow: visible;
    max-width: 100%;
    padding-right: 20px;
    padding-bottom: 64px;
    padding-left: 20px;
  }

  .d-hypeconn-content-section-case {
    padding-bottom: 0vh;
  }

  .desktop-cases {
    grid-row-gap: 10px;
  }

  .hypeconn-content-head {
    position: relative;
    z-index: 3;
  }

  .content_background {
    overflow: hidden;
  }

  .section-headline {
    margin-right: 6px;
    margin-bottom: 24px;
    margin-left: 6px;
  }

  .content-left-horizontal-scroll {
    margin-bottom: 24px;
  }

  .bewerbung-content {
    display: block;
  }

  .custom-section-jobs {
    padding-top: 32px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .content-wrapper {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
  }

  .section-flex {
    height: auto;
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-flex.greybgr {
    padding-bottom: 20px;
  }

  .job-bewerbung {
    display: flex;
    width: 240px;
    height: 240px;
    margin-right: auto;
    margin-bottom: 16px;
    margin-left: auto;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
  }

  .help-me {
    padding-right: 0px;
    padding-left: 0px;
    clear: none;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    -ms-grid-row-align: auto;
        align-self: auto;
    flex: 1;
  }

  .job-list-beschreibung {
    font-size: 14px;
    line-height: 24px;
    list-style-type: square;
  }

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

  .custom-section.small {
    display: block;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 32px 16px 16px;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: stretch;
  }

  .job-card-wrapper {
    -ms-grid-row-align: auto;
        align-self: auto;
    flex: 0 auto;
  }

  .headline-job {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 28px;
    text-align: left;
  }

  .headline-bewerbung {
    margin-top: 0px;
  }

  .primary-button-small {
    padding: 10px 20px;
    -ms-grid-row-align: stretch;
        align-self: stretch;
  }

  .button-primary-text-small {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
  }

  .case-subheading-sc {
    width: auto;
    text-align: left;
  }

  .paragraph-sc {
    width: 100%;
  }

  .image-15 {
    margin-top: 20px;
  }

  .heatconn-color {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    display: block;
    height: 16vh;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #163063;
  }

  .sc-color {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    display: block;
    height: 18vh;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #056fb7;
  }

  .bam-color {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    display: block;
    height: 20vh;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #f6b059;
  }

  .hypeconn-color-desktop {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    display: none;
    height: 20vh;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #ff9d4c;
  }

  .hypeconn-color-mobile {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    display: block;
    height: 18vh;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #ff9d4c;
  }

  .heatconn-color-desktop {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    display: none;
    height: 20vh;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #ff9d4c;
  }

  .sc-color-desktop {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    display: none;
    height: 20vh;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #ff9d4c;
  }

  .bam-color-desktop {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    display: none;
    height: 20vh;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #ff9d4c;
  }

  .iubenda-cs-preferences-link {
    width: 100%;
  }

  .logo-juconn {
    flex-wrap: wrap;
  }

  .hero {
    display: none;
  }

  .hero-h1 {
    top: 211px;
    display: none;
  }

  .logo {
    left: 0%;
    top: 93px;
    display: none;
    margin-bottom: 54px;
    padding-bottom: 0px;
  }

  .distractor {
    display: none;
  }

  .entfalten_text {
    position: static;
    top: 51.3vh;
    display: flex;
    overflow: hidden;
    width: 100vw;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 16px;
    padding-left: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .mobil_head {
    display: flex;
    margin-top: 40px;
    margin-bottom: 13px;
    padding-top: 0px;
    flex-direction: row;
    font-family: Jost, sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    text-align: center;
    text-transform: none;
  }

  .mobil_text {
    display: flex;
    width: 90vw;
    margin-bottom: 50px;
    font-family: Jost, sans-serif;
    color: #fff;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    text-transform: none;
  }

  .mobile_version {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin-top: 140px;
    align-self: flex-start;
  }

  .dashboard {
    display: flex;
    height: auto;
    margin-top: 0vh;
    margin-bottom: 42px;
    padding-top: 0vh;
    justify-content: center;
  }

  .code {
    position: static;
    left: 0%;
    top: 82.8vh;
    right: 0%;
    bottom: auto;
    display: flex;
    width: 100vw;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 16px;
    padding-left: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #303030;
    text-align: center;
  }

  .img_dash {
    display: block;
    max-width: 100%;
  }

  .image-21 {
    max-width: 100%;
    margin-top: 16px;
    margin-bottom: -18px;
  }

  .image-22 {
    max-width: 100%;
    margin-top: 0px;
    margin-left: 0px;
  }

  .kreisel {
    overflow: hidden;
    height: auto;
    margin-top: 0px;
  }

  .wir_bauen_ihre {
    position: static;
    left: 0%;
    top: 82.8vh;
    right: 0%;
    bottom: auto;
    display: flex;
    width: 100vw;
    margin-top: -20px;
    margin-bottom: 60px;
    padding-right: 16px;
    padding-left: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #303030;
    text-align: center;
  }

  .image-23 {
    max-width: 40px;
    margin-right: 16px;
  }

  .pfeil_kasten {
    position: static;
    left: 0%;
    top: 82.8vh;
    right: 0%;
    bottom: auto;
    display: flex;
    width: 100vw;
    margin: 12px 0vw 25px;
    padding-right: 16px;
    padding-left: 16px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #303030;
    text-align: center;
  }

  .image-25 {
    margin-top: 0px;
  }

  .mobil_text_linksb-ndig {
    display: flex;
    margin-bottom: 0px;
    font-family: Jost, sans-serif;
    color: #fff;
    font-size: 15px;
    line-height: 19px;
    text-align: left;
    text-transform: none;
  }

  .mobil_head_linksb-ndig {
    margin-bottom: 8px;
    font-family: Jost, sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
  }

  .pfeil_teil {
    display: flex;
    height: auto;
    margin-top: 2vh;
    margin-right: 0vw;
    margin-left: 0vw;
    padding-top: 0vh;
    padding-left: 0vw;
    justify-content: center;
  }

  .service-agreement {
    margin-bottom: 16px;
    margin-left: 10px;
  }

  .service-agreement.w--current {
    margin-bottom: 16px;
    margin-left: 0px;
  }

  .trenner_animation_content {
    display: none;
  }

  .content-section-grey-flex-vert {
    padding: 10vh 24px;
  }

  .wrapper-neu {
    overflow: hidden;
    padding-right: 0px;
    padding-left: 0px;
    flex: 1;
  }

  .gr-nwald-equity-logo {
    margin-left: 0px;
  }

  .logos-partner {
    flex-direction: column;
    flex-wrap: wrap;
    -ms-grid-row-align: auto;
        align-self: auto;
  }

  .div-block-6 {
    margin-bottom: 50px;
  }

  .juconn_logo {
    position: static;
    left: 0%;
    top: -9px;
    z-index: 100;
    display: block;
    width: 70%;
    margin-bottom: 31px;
    padding-bottom: 0px;
  }

  .footer-2 {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    align-items: flex-start;
    background-color: #fff;
  }

  .datenschutz-link-2 {
    margin-right: 10px;
    margin-bottom: 16px;
    margin-left: 10px;
  }

  .lizenzvereinbarung-2 {
    margin-bottom: 40px;
    margin-left: 0px;
  }

  .service-agreement-2 {
    margin-bottom: 16px;
    margin-left: 10px;
  }

  .service-agreement-2.w--current {
    margin-bottom: 16px;
    margin-left: 0px;
  }

  .navbar-animated-2 {
    position: fixed;
    z-index: 1;
    height: 84px;
    background-color: #303030;
  }

  .nav-link-dropdown-content-2 {
    color: #303030;
  }

  .nav-link-dropdown-content-2:hover {
    color: #ff7f4b;
  }

  .wrapper-footer-3 {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
    flex: 1;
  }

  .kontakt-headline-2 {
    max-width: none;
    margin-right: 0px;
    align-items: flex-start;
    -ms-grid-row-align: auto;
        align-self: auto;
    text-align: left;
  }

  .footer-text-copyright-3 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .impressum-link-3 {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .content-section-dark {
    z-index: auto;
    overflow: hidden;
    margin-right: 0px;
    margin-left: 0px;
    padding: 3vh 40px;
    background-color: #303030;
  }

  .wrapper-contact-footer {
    overflow: hidden;
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
    flex: 1;
  }

  .immoconn-stoerer.fixed {
    left: 3%;
    top: 0.7%;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: auto;
  }

  .div-block-9 {
    flex: 1;
  }

  .text-block-7 {
    font-size: 12px;
  }

  .arrow-animation-left {
    width: 40px;
    height: 40px;
    margin-right: 0px;
  }

  .team-member4 {
    width: auto;
    height: 380px;
    margin-bottom: 0px;
    background-size: cover;
  }

  .content-wrapper-team--backup {
    padding-right: 0px;
    padding-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

#w-node-_2ee5db60-d0c0-66c7-e615-d38bf2d10571-4ab9e882 {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-row-span: 4;
  grid-row-end: 6;
  -ms-grid-row: 2;
      grid-row-start: 2;
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_2ee5db60-d0c0-66c7-e615-d38bf2d1057a-4ab9e882 {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-align: end;
      align-self: end;
  -ms-grid-column-align: end;
      justify-self: end;
}

#w-node-_2ee5db60-d0c0-66c7-e615-d38bf2d10581-4ab9e882 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-align: start;
      align-self: start;
  -ms-grid-column-align: start;
      justify-self: start;
}

#w-node-_2ee5db60-d0c0-66c7-e615-d38bf2d10589-4ab9e882 {
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-row-span: 4;
  grid-row-end: 5;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_2ee5db60-d0c0-66c7-e615-d38bf2d10599-4ab9e882 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-align: start;
      align-self: start;
  -ms-grid-column-align: end;
      justify-self: end;
}

#w-node-_2ee5db60-d0c0-66c7-e615-d38bf2d10571-c2b9e88f {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-row-span: 4;
  grid-row-end: 6;
  -ms-grid-row: 2;
      grid-row-start: 2;
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_2ee5db60-d0c0-66c7-e615-d38bf2d1057a-c2b9e88f {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-align: end;
      align-self: end;
  -ms-grid-column-align: end;
      justify-self: end;
}

#w-node-_2ee5db60-d0c0-66c7-e615-d38bf2d10581-c2b9e88f {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-align: start;
      align-self: start;
  -ms-grid-column-align: start;
      justify-self: start;
}

#w-node-_2ee5db60-d0c0-66c7-e615-d38bf2d10589-c2b9e88f {
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-row-span: 4;
  grid-row-end: 5;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_2ee5db60-d0c0-66c7-e615-d38bf2d10599-c2b9e88f {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-align: start;
      align-self: start;
  -ms-grid-column-align: end;
      justify-self: end;
}

#w-node-_9110da2e-1d70-4c05-6bf0-6901e61c1322-c3b9e891 {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-row-span: 4;
  grid-row-end: 6;
  -ms-grid-row: 2;
      grid-row-start: 2;
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_2c50e222-8491-eb7f-e0ce-9be80988f924-c3b9e891 {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-align: end;
      align-self: end;
  -ms-grid-column-align: end;
      justify-self: end;
}

#w-node-_7416a0d5-ee9f-c988-39f8-ff74dabfc87c-c3b9e891 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-align: start;
      align-self: start;
  -ms-grid-column-align: start;
      justify-self: start;
}

#w-node-_69bf7a03-dc39-2659-94b5-7aca6dd6f9ee-c3b9e891 {
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-row-span: 4;
  grid-row-end: 5;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-d74940b3-1bc3-18bb-551c-05726280602b-c3b9e891 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-align: start;
      align-self: start;
  -ms-grid-column-align: end;
      justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_2ee5db60-d0c0-66c7-e615-d38bf2d10571-4ab9e882 {
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 5;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-row-align: end;
        align-self: end;
    -ms-grid-column-align: center;
        justify-self: center;
  }

  #w-node-_2ee5db60-d0c0-66c7-e615-d38bf2d1057a-4ab9e882 {
    -ms-grid-row-align: center;
        align-self: center;
    -ms-grid-column-span: 3;
    grid-column-end: 5;
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-column-align: end;
        justify-self: end;
  }

  #w-node-_2ee5db60-d0c0-66c7-e615-d38bf2d10581-4ab9e882 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-align: center;
        align-self: center;
    -ms-grid-column-align: start;
        justify-self: start;
  }

  #w-node-b78a5655-2468-c13d-0695-67485cc2a69e-4ab9e882 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
  }

  #w-node-_2ee5db60-d0c0-66c7-e615-d38bf2d10571-c2b9e88f {
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 5;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-row-align: end;
        align-self: end;
    -ms-grid-column-align: center;
        justify-self: center;
  }

  #w-node-_2ee5db60-d0c0-66c7-e615-d38bf2d1057a-c2b9e88f {
    -ms-grid-row-align: center;
        align-self: center;
    -ms-grid-column-span: 3;
    grid-column-end: 5;
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-column-align: end;
        justify-self: end;
  }

  #w-node-_2ee5db60-d0c0-66c7-e615-d38bf2d10581-c2b9e88f {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-align: center;
        align-self: center;
    -ms-grid-column-align: start;
        justify-self: start;
  }

  #w-node-b78a5655-2468-c13d-0695-67485cc2a69e-c2b9e88f {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
  }

  #w-node-_9110da2e-1d70-4c05-6bf0-6901e61c1322-c3b9e891 {
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 5;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-row-align: end;
        align-self: end;
    -ms-grid-column-align: center;
        justify-self: center;
  }

  #w-node-_2c50e222-8491-eb7f-e0ce-9be80988f924-c3b9e891 {
    -ms-grid-row-align: center;
        align-self: center;
    -ms-grid-column-span: 3;
    grid-column-end: 5;
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-column-align: end;
        justify-self: end;
  }

  #w-node-_7416a0d5-ee9f-c988-39f8-ff74dabfc87c-c3b9e891 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-align: center;
        align-self: center;
    -ms-grid-column-align: start;
        justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2ee5db60-d0c0-66c7-e615-d38bf2d1057a-4ab9e882 {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row-align: start;
        align-self: start;
    -ms-grid-column-align: center;
        justify-self: center;
  }

  #w-node-_2ee5db60-d0c0-66c7-e615-d38bf2d10581-4ab9e882 {
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row-align: start;
        align-self: start;
    -ms-grid-column-align: center;
        justify-self: center;
  }

  #w-node-_2ee5db60-d0c0-66c7-e615-d38bf2d10589-4ab9e882 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row-span: 4;
    grid-row-end: 6;
    -ms-grid-row-align: end;
        align-self: end;
    -ms-grid-column-align: center;
        justify-self: center;
  }

  #w-node-_2ee5db60-d0c0-66c7-e615-d38bf2d10592-4ab9e882 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-align: start;
        align-self: start;
    -ms-grid-column-align: center;
        justify-self: center;
  }

  #w-node-_2ee5db60-d0c0-66c7-e615-d38bf2d10599-4ab9e882 {
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row-align: start;
        align-self: start;
    -ms-grid-column-align: center;
        justify-self: center;
  }

  #w-node-_2ee5db60-d0c0-66c7-e615-d38bf2d1057a-c2b9e88f {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row-align: start;
        align-self: start;
    -ms-grid-column-align: center;
        justify-self: center;
  }

  #w-node-_2ee5db60-d0c0-66c7-e615-d38bf2d10581-c2b9e88f {
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row-align: start;
        align-self: start;
    -ms-grid-column-align: center;
        justify-self: center;
  }

  #w-node-_2ee5db60-d0c0-66c7-e615-d38bf2d10589-c2b9e88f {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row-span: 4;
    grid-row-end: 6;
    -ms-grid-row-align: end;
        align-self: end;
    -ms-grid-column-align: center;
        justify-self: center;
  }

  #w-node-_2ee5db60-d0c0-66c7-e615-d38bf2d10592-c2b9e88f {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-align: start;
        align-self: start;
    -ms-grid-column-align: center;
        justify-self: center;
  }

  #w-node-_2ee5db60-d0c0-66c7-e615-d38bf2d10599-c2b9e88f {
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row-align: start;
        align-self: start;
    -ms-grid-column-align: center;
        justify-self: center;
  }

  #w-node-_2c50e222-8491-eb7f-e0ce-9be80988f924-c3b9e891 {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row-align: start;
        align-self: start;
    -ms-grid-column-align: center;
        justify-self: center;
  }

  #w-node-_7416a0d5-ee9f-c988-39f8-ff74dabfc87c-c3b9e891 {
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row-align: start;
        align-self: start;
    -ms-grid-column-align: center;
        justify-self: center;
  }

  #w-node-_69bf7a03-dc39-2659-94b5-7aca6dd6f9ee-c3b9e891 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row-span: 4;
    grid-row-end: 6;
    -ms-grid-row-align: end;
        align-self: end;
    -ms-grid-column-align: center;
        justify-self: center;
  }

  #w-node-_75fbba91-4614-4f1f-9fdf-c682ccea6d0e-c3b9e891 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-align: start;
        align-self: start;
    -ms-grid-column-align: center;
        justify-self: center;
  }

  #w-node-d74940b3-1bc3-18bb-551c-05726280602b-c3b9e891 {
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row-align: start;
        align-self: start;
    -ms-grid-column-align: center;
        justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2ee5db60-d0c0-66c7-e615-d38bf2d10589-4ab9e882 {
    -ms-grid-row-align: center;
        align-self: center;
  }

  #w-node-_2ee5db60-d0c0-66c7-e615-d38bf2d10592-4ab9e882 {
    -ms-grid-column-align: end;
        justify-self: end;
  }

  #w-node-_2ee5db60-d0c0-66c7-e615-d38bf2d10599-4ab9e882 {
    -ms-grid-column-align: start;
        justify-self: start;
  }

  #w-node-_2ee5db60-d0c0-66c7-e615-d38bf2d10589-c2b9e88f {
    -ms-grid-row-align: center;
        align-self: center;
  }

  #w-node-_2ee5db60-d0c0-66c7-e615-d38bf2d10592-c2b9e88f {
    -ms-grid-column-align: end;
        justify-self: end;
  }

  #w-node-_2ee5db60-d0c0-66c7-e615-d38bf2d10599-c2b9e88f {
    -ms-grid-column-align: start;
        justify-self: start;
  }

  #w-node-_69bf7a03-dc39-2659-94b5-7aca6dd6f9ee-c3b9e891 {
    -ms-grid-row-align: center;
        align-self: center;
  }

  #w-node-_75fbba91-4614-4f1f-9fdf-c682ccea6d0e-c3b9e891 {
    -ms-grid-column-align: end;
        justify-self: end;
  }

  #w-node-d74940b3-1bc3-18bb-551c-05726280602b-c3b9e891 {
    -ms-grid-column-align: start;
        justify-self: start;
  }
}

@font-face {
  font-family: 'Jost';
  src: url('../fonts/Jost-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('../fonts/Jost-ExtraBold.woff2') format('woff2'), url('../fonts/Jost-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('../fonts/Jost-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('../fonts/Jost-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('../fonts/Jost-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('../fonts/Jost-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('../fonts/Jost-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('../fonts/Jost-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato2';
  src: url('../fonts/Lato-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato2';
  src: url('../fonts/Lato-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato2';
  src: url('../fonts/Lato-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato2';
  src: url('../fonts/Lato-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato2';
  src: url('../fonts/Lato-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato2';
  src: url('../fonts/Lato-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato2';
  src: url('../fonts/Lato-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato2';
  src: url('../fonts/Lato-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato2';
  src: url('../fonts/Lato-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato2';
  src: url('../fonts/Lato-ThinItalic.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}