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

body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 48px;
  line-height: 52px;
  font-weight: 800;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 36px;
  line-height: 42px;
  font-weight: 800;
  letter-spacing: 0.1px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 800;
}

.body {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #0f2133;
  font-family: Montserrat, sans-serif;
}

.spacer-line {
  height: 50px;
  margin-bottom: 50px;
  padding-bottom: 0px;
  border-bottom: 1px solid grey;
}

.style-guide-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 700;
}

.styleguide-column__left {
  padding-top: 16px;
}

.styleguide-column {
  margin-bottom: 48px;
  padding-bottom: 0px;
}

.h2-lead {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  line-height: 40px;
  font-weight: 800;
  letter-spacing: 0px;
}

.h2-lead.white {
  padding-right: 0px;
}

.p {
  position: relative;
  z-index: 10;
  color: #000;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.2px;
}

.p.bold {
  font-weight: 700;
}

.p.bold.blue {
  color: #2e8ae5;
}

.p.small {
  font-size: 16px;
  line-height: 26px;
}

.p.white {
  margin-bottom: 0px;
  padding-right: 0px;
  color: #fff;
}

.p.white.margin8 {
  margin-top: 8px;
}

.p.white.margin24 {
  margin-bottom: 24px;
}

.p.white.medium {
  font-weight: 500;
}

.p.white.medium:hover {
  color: #2e8ae5;
}

.p.white.margin-top16 {
  margin-top: 16px;
}

.p.p-kp-footer {
  color: hsla(0, 0%, 100%, 0.7);
}

.neg {
  color: #fff;
}

.styleguide-title {
  margin-bottom: 50px;
  padding-bottom: 0px;
}

.color-block {
  height: 70px;
  margin-top: 30px;
  margin-bottom: 16px;
  border-radius: 4px;
  background-color: #ebebeb;
}

.color-block.color-block__ubsky {
  margin-bottom: 15px;
  padding-bottom: 0px;
  background-color: #2e8ae5;
}

.color-block.color-block__ubdenim {
  margin-bottom: 16px;
  margin-left: 0px;
  padding-left: 0px;
  background-color: #1b3a59;
}

.color-block.color-block__ubdarkdenim {
  background-color: #0f2133;
}

.color-block.color-block__ubskyhover {
  background-color: #0a549c;
}

.color-block.color-block__ubruby {
  background-color: #e6175c;
}

.color-block.color-block__ublightgrey {
  background-color: #f2f2f2;
}

.color-block.color-block__ublightsky {
  background-color: #f3f6f9;
}

.color-block.color-block__ubblack {
  background-color: #000;
}

.color-block.color-block__ubwhite {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
}

.color-block.color-block__ubdarkruby {
  background-color: #b80843;
}

.column {
  padding-right: 16px;
  padding-left: 0px;
}

.column-2 {
  padding-right: 16px;
  padding-left: 16px;
}

.column-3 {
  display: block;
  overflow: visible;
  padding-right: 0px;
  padding-left: 16px;
}

.column-3.hide {
  display: none;
}

.text-block-5 {
  color: #2e8ae5;
  font-size: 16px;
  font-weight: 700;
}

.styleguide-colors {
  margin-bottom: 24px;
  padding-bottom: 0px;
}

.btn-icon {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  max-width: none;
  margin-top: 24px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-radius: 4px;
  background-color: #2e8ae5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
  cursor: pointer;
  -o-object-fit: fill;
  object-fit: fill;
}

.btn-icon:hover {
  background-color: #0a549c;
}

.btn-icon.ruby {
  background-color: #e6175c;
}

.btn-icon.ruby:hover {
  background-color: #b80843;
}

.btn-icon.neg {
  background-color: #fff;
}

.btn-icon.neg:hover {
  background-color: silver;
}

.p-btn {
  display: block;
  padding-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.btn-icon__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.btn-icon__items:hover {
  color: #6d6d6d;
}

.btn {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  min-width: 124px;
  margin-top: 24px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-radius: 4px;
  background-color: #2e8ae5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
  cursor: pointer;
  -o-object-fit: fill;
  object-fit: fill;
}

.btn:hover {
  background-color: #0a549c;
}

.btn.ruby {
  background-color: #e6175c;
}

.btn.ruby:hover {
  background-color: #b80843;
}

.btn.neg {
  margin-top: 24px;
  padding-top: 0px;
  background-color: #fff;
  color: #000;
}

.btn.neg:hover {
  background-color: silver;
}

.btn.neg.viadi {
  background-color: #36669a;
}

.btn.neg.viadi:hover {
  background-color: #4887cc;
}

.btn-icon__items__img {
  margin-left: 8px;
  padding-left: 0px;
}

.div-block-3 {
  padding-bottom: 30px;
}

.column-4 {
  padding: 30px 0px;
}

.column-5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1b3a59;
}

.column-6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1b3a59;
}

.styleguide-buttons__columns {
  margin-top: -1px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.text-span-2 {
  color: #000;
}

.text-span-3 {
  color: #000;
}

.jumbo {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 90px;
  line-height: 120%;
  text-align: center;
}

.h1 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: left;
}

.h2 {
  margin-bottom: 24px;
  font-weight: 800;
}

.h2.white {
  margin-bottom: 24px;
}

.h3 {
  font-weight: 700;
}

.section-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0f2133;
}

.wrapper {
  position: relative;
  z-index: 2;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
}

.overflow-box {
  overflow: hidden;
}

.section-apps {
  display: block;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0px;
  background-color: #0f2133;
}

.section-sinnvoll {
  height: auto;
  margin-top: 200px;
  margin-bottom: 200px;
  background-color: #0f2133;
}

.section-stories {
  height: 400px;
  background-color: #fff;
}

.section-initiativen {
  height: 450vh;
  background-color: #0f2133;
}

.section-initiativen__sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.initiativen-section-wrapper {
  display: block;
  width: 100%;
  padding-top: 24px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.initiativen__collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-column-gap: 32px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.initiativen__collection-list:hover {
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
}

.initiative-item {
  position: static;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 640px;
  height: 80vh;
  max-height: 900px;
  margin-bottom: 0px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0px;
  text-align: left;
  background-clip: content-box;
  -webkit-text-fill-color: inherit;
}

.section-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 60px;
  padding-top: 0px;
  padding-bottom: 48px;
}

.heading-3.white {
  -webkit-transition: all 375ms ease;
  transition: all 375ms ease;
  color: #fff;
}

.body-styleguide {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 100px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.white {
  margin-bottom: 8px;
  color: #fff;
}

.white.bigger {
  font-size: 48px;
  line-height: 52px;
}

.text-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ff0;
  font-size: 30px;
  font-weight: 700;
}

.nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  overflow: visible;
  height: 100px;
  min-height: 100px;
}

.nav__wrapper__item {
  position: absolute;
  z-index: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  min-height: 100px;
  background-color: rgba(27, 58, 89, 0.9);
  -webkit-transform: skew(0deg, 1deg);
  -ms-transform: skew(0deg, 1deg);
  transform: skew(0deg, 1deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.nav__wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.nav-items {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 75px;
  min-height: 75px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: transparent;
  -webkit-transform: skew(0deg, -1deg);
  -ms-transform: skew(0deg, -1deg);
  transform: skew(0deg, -1deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.nav-items__left {
  margin-left: 60px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-items__right {
  margin-right: 60px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: right;
}

.image-2 {
  width: 180px;
  padding-top: 22px;
}

.a-nav {
  padding-right: 24px;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  text-decoration: none;
}

.a-nav.w--current {
  color: #2e8ae5;
}

.a-nav.team {
  color: #2e8ae5;
}

.image-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  width: 100%;
}

.div-block-7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 900;
  display: none;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #0f2133;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.sinnvoll__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.spitzmarke {
  position: relative;
  z-index: 10;
  padding-bottom: 8px;
  font-family: Montserrat, sans-serif;
  color: #2e8ae5;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.spitzmarke.darkgrey {
  color: #797b7d;
}

.spitzmarke.darkgrey.boder-bottom {
  border-bottom: 1px solid #c5c5c5;
}

.app-icon_subtitle {
  margin-top: 16px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.25px;
}

.apps__icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.app-icon-item {
  width: 120px;
  border-radius: 24px;
}

.app-icon-item._110px {
  width: 110px;
}

.app-icon-item._100px {
  width: 100px;
}

.app-icon-item._90px {
  width: 90px;
}

.app-icons__item {
  padding-right: 11px;
  padding-left: 11px;
  text-align: center;
  text-decoration: none;
}

.apps__more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.subtitle {
  margin-top: 32px;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.25px;
}

.sinnvoll__content-wrapper {
  margin-top: 56px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 60px;
  padding-left: 60px;
}

.sinnvoll-digitalisieren__item-txt {
  max-width: 530px;
  margin-bottom: 40px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.img_sinnvoll-digitalisieren {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 49px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.sinnvoll-digitalisieren__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.initiativen-item__container {
  position: relative;
  left: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding: 48px 48px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0px;
  background-image: url('../images/initiativen-bg_flesk.png');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.initiativen-item__container.upside-down {
  padding-top: 0px;
  padding-bottom: 48px;
}

.initiativen-item__container.upside-down.mapsdk {
  background-image: url('../images/initiativen-bg_mapsdk.png');
}

.initiativen-item__container.upside-down.viadi {
  background-color: #f3f6f9;
  background-image: none;
}

.initiativen-item__container.echo {
  background-image: url('../images/initiativen-bg_echosos.png');
}

.initiativen-item__container.ubauth {
  background-image: url('../images/initiativen-bg_ubauth.png');
}

.h2-initiative {
  margin-bottom: 16px;
  color: #fff;
}

.h2-initiative.dark {
  color: #122233;
}

.iniativen-img {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  overflow: visible;
  padding-top: 0px;
}

.iniativen-img.disable {
  display: none;
}

.iniativen-img.echo {
  max-width: 95%;
}

.iniativen-img.viadi {
  max-width: 110%;
  padding-top: 59px;
}

.initiative-img-bottom {
  position: static;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 0px;
  padding-top: 0px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.collection-list__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 60px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-column-gap: 32px;
}

.initiativen-txt-top {
  display: block;
  width: 92%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.initiativen-txt-bottom {
  display: block;
  width: 92%;
  padding-top: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hero {
  max-width: 1240px;
  margin-right: auto;
  margin-bottom: 200px;
  margin-left: auto;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
}

.hero__text {
  position: relative;
  z-index: 10;
  margin-bottom: 50px;
  padding-top: 200px;
  padding-bottom: 0px;
}

.hero__triangle-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 65vh;
  background-color: #1b3a59;
  -webkit-transform: skew(0deg, -6deg);
  -ms-transform: skew(0deg, -6deg);
  transform: skew(0deg, -6deg);
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.hero__video {
  position: relative;
  z-index: 20;
  width: 100%;
  height: 60%;
  margin-bottom: 80px;
}

.bg-sky {
  background-color: #f3f6f9;
}

.team-teaser {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero__intro-text {
  position: relative;
  z-index: 10;
  width: 59%;
  margin-top: 60px;
}

.team__txt-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.team__img-60 {
  width: 60%;
  padding-left: 85px;
}

.img_ubique-team {
  border-radius: 0px;
}

.img_ubique-team.img_border-radius {
  width: 100%;
  height: 100%;
  border-radius: 2px;
}

.heading-6 {
  margin-bottom: 16px;
}

.body-team {
  background-color: #f3f6f9;
}

.section-3 {
  height: 40vh;
  background-color: #b32121;
}

.section-1240 {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.image-5 {
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-13 {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-14 {
  overflow: visible;
  height: 400px;
  padding-bottom: 24px;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-15 {
  padding-bottom: 12px;
}

.collection-item {
  display: block;
  max-width: 33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-list-wrapper {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.ubculture-teaser {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 300px;
  margin-bottom: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.culture__triangle-bg1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #1b3a59;
  -webkit-transform: skew(0deg, -4.5deg);
  -ms-transform: skew(0deg, -4.5deg);
  transform: skew(0deg, -4.5deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.culture__triangle-bg2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #1b3a59;
  -webkit-transform: skew(0deg, 4.5deg);
  -ms-transform: skew(0deg, 4.5deg);
  transform: skew(0deg, 4.5deg);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.culture__content-wrapper {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.culture__txt-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.culture__img-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: left;
}

.culture__img-wrapper {
  display: block;
  width: 530px;
  height: 650px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: left;
}

.img_culture-teaser {
  -o-object-fit: cover;
  object-fit: cover;
}

.img_culture-teaser.img_border-radius {
  width: 100%;
  height: 100%;
  border-radius: 2px;
}

.team_img-wrapper {
  width: 670px;
  height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-parallax {
  position: relative;
  z-index: 1;
  height: 100vh;
  -webkit-transform: translate(0px, -176px);
  -ms-transform: translate(0px, -176px);
  transform: translate(0px, -176px);
}

.img-parallax__wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -5;
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-6 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-1242 {
  position: relative;
  z-index: 10;
  height: 100vh;
}

.div-block-16 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: red;
  -webkit-transform: skew(0deg, -4.5deg);
  -ms-transform: skew(0deg, -4.5deg);
  transform: skew(0deg, -4.5deg);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.track-vertical-alt {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.kp-hero__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  max-height: 600px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.kp-hero__flex.flip-svp {
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.marquee-vertical-css {
  overflow: visible;
}

.kp-hero__col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.kp-hero__col.small {
  width: 55%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-vertical.marquee-fix {
  width: 100%;
  margin-top: 20px;
}

.icon {
  width: 80%;
  border-radius: 30px;
}

.marquee-ofh {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 600px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.marquee-cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 33, 51, 0)), color-stop(75%, rgba(15, 33, 51, 0)), to(#0f2133)), -webkit-gradient(linear, left top, left bottom, from(#0f2133), color-stop(25%, rgba(15, 33, 51, 0)));
  background-image: linear-gradient(180deg, rgba(15, 33, 51, 0), rgba(15, 33, 51, 0) 75%, #0f2133), linear-gradient(180deg, #0f2133, rgba(15, 33, 51, 0) 25%);
}

.icon-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: 5vw;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: transparent;
  box-shadow: none;
}

.track-vertical {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.kp-hero__wrapper {
  position: relative;
  z-index: 10;
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
}

.kp-hero__wrapper.flex-vertical {
  display: block;
  width: 100%;
  max-width: 1240px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.spacer-30._15-xsvp {
  width: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 20px;
  background-color: transparent;
}

.navbar-logo-left-container.shadow-three {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 0px;
  padding: 20px 0px;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-brand {
  width: 224px;
  height: 45px;
}

.nav-menu-two {
  display: none;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-kp {
  padding-right: 0px;
  padding-left: 0px;
  background-color: #0f2133;
}

.navlink-kp {
  margin-right: 5px;
  padding: 5px 16px 5px 0px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.navlink-kp:hover {
  color: #2e8ae5;
  font-weight: 500;
}

.navlink-kp:focus-visible {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.navlink-kp[data-wf-focus-visible] {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.navlink-kp.footer-link {
  margin-right: 30px;
  padding-right: 0px;
  color: hsla(0, 0%, 100%, 0.7);
  font-weight: 400;
}

.navlink-kp.footer-link:hover {
  border-bottom: 1px solid #f3f6f9;
  color: #fff;
  text-decoration: none;
}

.navlink-kp.footer-link.last-child {
  margin-right: 0px;
}

.list-item {
  font-weight: 500;
}

.image-7 {
  width: 100%;
}

.kphero-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-kp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 70vh;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-kp.tablet {
  position: relative;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about-kp {
  overflow: hidden;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 30px;
  background-color: transparent;
}

.about-kp__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.about-kp__title.centered {
  width: 100%;
  margin-bottom: 70px;
  padding-right: 30px;
  padding-bottom: 0px;
  text-align: center;
}

.about-kp__slideshow-items {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.slideshow__wrapper {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.slideshow__img {
  width: 555px;
  height: 380px;
  margin-right: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0px;
  background-color: transparent;
  -o-object-fit: cover;
  object-fit: cover;
}

.kpslideshow__img {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-kp__text-wrapper {
  margin-top: 50px;
}

.kp-lead {
  color: #fff;
  font-size: 24px;
  line-height: 37px;
  font-weight: 800;
}

.kp-lead.margin24 {
  margin-bottom: 24px;
}

.about-kp__text-wrapper__items {
  width: 65%;
}

.h2-white {
  color: #fff;
}

.h2-white.centered-padding {
  padding-right: 180px;
  padding-left: 180px;
}

.h1kp {
  color: #fff;
  font-size: 46px;
  line-height: 62px;
}

.manifesto-kp {
  position: relative;
  height: 130vh;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, #00477f));
  background-image: linear-gradient(180deg, transparent, #00477f 50%);
}

.manifesto__wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 15%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.manifesto {
  color: #fff;
  font-size: 36px;
  line-height: 47px;
  font-weight: 800;
  text-align: center;
}

.gradient-spacer {
  height: 5vh;
  background-color: #00477f;
}

.jobs-kp {
  padding-top: 100px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #f3f6f9;
}

.kpjobs__wrapper {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.kpjobs__possibilities-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 310px;
  max-width: 580px;
  margin-right: 50px;
  padding-top: 24px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}

.jobs-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 17px;
  border-radius: 24px;
  background-color: #2e8ae5;
  color: #fff;
  font-size: 17px;
}

.jobs-label.darkblue {
  background-color: #0a549c;
}

.label {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.kpjobs__possibilities-txt {
  margin-top: 40px;
}

.heading-8 {
  padding-bottom: 8px;
  color: #000;
}

.kpjobs-targetgroups {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
}

.kpjobs__postings-list {
  margin-top: 60px;
  padding-right: 24px;
}

.kpjobs_list-item {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100px;
  max-width: 580px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #999;
  border-bottom: 1px none #c5c5c5;
  background-color: #f3f6f9;
  text-decoration: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.jobposting-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 20px;
  line-height: 34px;
}

.kpjobs-tragetgroups__content {
  margin-right: 24px;
}

.kpjobs_list-item__txt {
  position: relative;
  z-index: 10;
}

.kpjobs_list-item__icon {
  position: relative;
  z-index: 2;
}

.kpjobs__contact-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  overflow: visible;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
  -webkit-perspective-origin: 0% 100%;
  perspective-origin: 0% 100%;
  -webkit-transform: skew(0deg, 3deg);
  -ms-transform: skew(0deg, 3deg);
  transform: skew(0deg, 3deg);
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.kpjobs__contact {
  position: relative;
  overflow: hidden;
  height: 350px;
  margin-top: 100px;
  margin-right: -30px;
  margin-left: -30px;
  padding-left: 0px;
}

.kpjobs__contact-items__col35 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.kpjobs__contact-items__wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 21%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.kpjobs__contact-items__col50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.riddle-kp {
  padding: 0px 30px 120px;
}

.kph2 {
  position: relative;
  z-index: 10;
  margin-bottom: 24px;
}

.kpjobs__contact-portrait {
  width: 140px;
  height: 140px;
  margin-right: 24px;
  margin-left: 40px;
  border-radius: 500px;
  background-image: url('../images/portraitrehman-smira.jpg');
  background-position: 46% 0%;
  background-size: 270px;
}

.kpjobs__contact-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-link {
  color: #2e8ae5;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

.p-link:hover {
  color: #0a549c;
}

.p-link.margin-top8 {
  margin-top: 8px;
}

.riddle-kp__item-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 100px;
  padding-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.riddle-kp__item-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.riddle-kp__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1240px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lottie-animation {
  width: 80%;
  padding-top: 0px;
}

.kp-footer {
  position: relative;
  overflow: hidden;
  height: 70vh;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.kp-footer__wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 10%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.kp-footer__col-left {
  width: 50%;
}

.kp-footer__col-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.kp-footer_heading {
  margin-bottom: 88px;
  color: #fff;
  font-size: 40px;
  line-height: 54px;
}

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

.ub-icon {
  width: 100%;
  height: 100%;
}

.kp-footer__ub-icon {
  width: 75px;
}

.kp-footer__bg-img {
  width: 100%;
  height: 100%;
}

.about-kp__slideshow {
  overflow: hidden;
  margin-left: auto;
  padding-right: 0px;
  padding-bottom: 60px;
  padding-left: 30px;
  background-color: transparent;
}

.app-beispiele-kp {
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
}

.app-beispiele-kp__wrapper {
  height: 75vh;
  max-width: 2000px;
  margin-top: 140px;
  margin-bottom: 140px;
  padding-right: 0px;
  padding-left: 0px;
}

.app-beispiele-kp__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.app-beispiele-kp__items.opposite {
  padding-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.app-beispiele-kp__item-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.app-beispiele-kp__item-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 90vh;
  padding-right: 50px;
  padding-bottom: 20px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.app-beispiele-kp__img120 {
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
  object-fit: cover;
}

.app-beispiele-kp__item-txt-appicon {
  margin-bottom: 40px;
}

.span-regular {
  font-weight: 400;
}

.app-beispiele-kp__appicon {
  width: 60px;
  height: 60px;
  margin-bottom: 8px;
  border-radius: 16px;
}

.kpjobs-list-item__hover-element {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #2e8ae5;
  background-color: transparent;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

.kpjobs-list-item__line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #c5c5c5;
  background-color: transparent;
}

.kp-text-riddle-banner {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.kp-riddle-banner__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.kp-riddle-banner__txt {
  margin-right: 8px;
}

.kp-riddle-banner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 46px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2e8ae5;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

.kp-riddle-banner:hover {
  background-color: #0a549c;
}

.div-block-27 {
  margin-top: 60px;
}

@media screen and (min-width: 1920px) {
  .nav-items__left {
    padding-bottom: 11px;
  }

  .image-2 {
    padding-top: 19px;
  }

  .initiativen-item__container.upside-down.mapsdk {
    background-image: url('../images/initiativen-bg_mapsdk.png');
  }

  .initiativen-item__container.echo {
    background-image: url('../images/initiativen-bg_echosos.png');
  }

  .iniativen-img.disable {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .p.white.margin8.centered-tablet {
    padding-right: 50px;
    padding-left: 50px;
    text-align: center;
  }

  .apps__icons {
    padding-right: 87px;
    padding-left: 87px;
  }

  .app-icon-item {
    width: 110px;
  }

  .app-icon-item._100px {
    width: 110px;
  }

  .app-icon-item._90px {
    width: 110px;
  }

  .sinnvoll-digitalisieren__item-txt {
    display: block;
  }

  .sinnvoll__columns {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 57px;
    clear: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .img_sinnvoll-digitalisieren {
    padding-right: 0px;
  }

  .sinnvoll-digitalisieren__item {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hero__triangle-bg {
    height: 55vh;
  }

  .image-5 {
    height: 100%;
  }

  .div-block-14 {
    height: 300px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .kp-hero__flex {
    overflow: visible;
    width: 70%;
  }

  .kp-hero__flex.flip-svp {
    max-height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .kp-hero__col.small {
    width: 100%;
    margin-bottom: 32px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flex-vertical.marquee-fix {
    width: 100%;
  }

  .icon {
    width: 70%;
    border-radius: 24px;
  }

  .marquee-ofh {
    height: 430px;
  }

  .icon-container {
    height: 9vw;
  }

  .kp-hero__wrapper {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .spacer-30._15-xsvp {
    width: 30px;
    height: 20px;
  }

  .navbar-logo-left-container.shadow-three {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .container {
    max-width: 728px;
    margin-top: 10px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .navbar-wrapper {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .navbar-brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu-wrapper {
    display: none;
    background-color: transparent;
  }

  .nav-menu-two {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding: 20px 20px 20px 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    background-color: transparent;
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .menu-button {
    padding: 12px;
  }

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

  .navlink-kp {
    padding-right: 5px;
    padding-left: 5px;
  }

  .image-7 {
    width: 85%;
  }

  .kphero-txt {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .kphero-txt.tablet {
    margin-bottom: 50px;
  }

  .hero-kp.tablet {
    height: 100vh;
    margin-bottom: 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slideshow__img {
    width: 470px;
    height: 320px;
    margin-right: 30px;
  }

  .about-kp__text-wrapper__items {
    width: 95%;
  }

  .h2-white.centered-padding {
    padding-right: 40px;
    padding-left: 40px;
  }

  .h1kp.centered-tablet {
    padding-right: 100px;
    padding-left: 100px;
    text-align: center;
  }

  .manifesto__wrapper {
    width: 90%;
  }

  .manifesto {
    font-size: 32px;
  }

  .kpjobs__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .kpjobs__possibilities-box {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 24px;
  }

  .kpjobs-targetgroups {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .kpjobs-tragetgroups__content {
    margin-bottom: 50px;
  }

  .kpjobs__contact {
    height: 480px;
    padding-right: 100px;
    padding-left: 100px;
  }

  .kpjobs__contact-items__col35 {
    width: 75%;
    margin-bottom: 24px;
  }

  .kpjobs__contact-items__wrapper {
    bottom: 16%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .kpjobs__contact-items__col50 {
    width: 75%;
  }

  .kpjobs__contact-portrait {
    margin-left: 0px;
  }

  .riddle-kp__item-txt {
    padding-right: 0px;
  }

  .kp-footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .kp-footer__col-left {
    width: 80%;
    -webkit-transform: translate(0px, 82px);
    -ms-transform: translate(0px, 82px);
    transform: translate(0px, 82px);
  }

  .kp-footer__col-right {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .kp-footer__ub-icon {
    -webkit-transform: translate(0px, -195px);
    -ms-transform: translate(0px, -195px);
    transform: translate(0px, -195px);
  }

  .app-beispiele-kp__wrapper {
    max-width: 100%;
  }

  .app-beispiele-kp__items {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .app-beispiele-kp__items.opposite {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .app-beispiele-kp__item-img {
    overflow: hidden;
    width: 100%;
    height: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .app-beispiele-kp__item-txt {
    position: static;
    z-index: 10;
    overflow: visible;
    width: 100%;
    max-width: 80%;
    margin-right: 0px;
    margin-left: 50px;
    padding-top: 0px;
    padding-right: 55px;
    padding-left: 0px;
    background-color: transparent;
  }

  .app-beispiele-kp__img120 {
    position: static;
    z-index: 1;
    width: 100%;
    height: 130%;
    max-width: 100%;
  }

  .app-beispiele-kp__item-txt-appicon {
    padding-top: 32px;
  }

  .div-block-27 {
    margin-top: 320px;
  }
}

@media screen and (max-width: 767px) {
  .h2-lead.white {
    font-size: 24px;
    line-height: 37px;
  }

  .p.bold.white {
    font-size: 18px;
  }

  .p.white.margin8.centered-tablet {
    padding-right: 0px;
    padding-left: 0px;
  }

  .p.white.margin8.centered-tablet.mobile {
    font-size: 18px;
  }

  .p.white.margin24 {
    font-size: 18px;
  }

  .p.white.medium {
    font-size: 18px;
  }

  .p.white.margin-top16.mobile {
    font-size: 18px;
  }

  .white {
    font-size: 32px;
  }

  .app-icon_subtitle {
    padding-bottom: 16px;
  }

  .subtitle {
    padding-bottom: 16px;
  }

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

  .img_sinnvoll-digitalisieren {
    margin-bottom: 70px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .hero__triangle-bg {
    height: 50vh;
  }

  .collection-item {
    max-width: 50%;
  }

  .collection-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .kp-hero__flex.flip-svp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .kp-hero__col {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .kp-hero__col.small {
    width: 100%;
    margin-bottom: 40px;
  }

  .icon {
    border-radius: 20px;
  }

  .marquee-ofh {
    height: 70vw;
  }

  .icon-container {
    height: 7vw;
    border-radius: 0px;
  }

  .track-vertical {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .kp-hero__wrapper {
    width: 100%;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    margin-top: 60px;
  }

  .navbar-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-brand {
    padding-left: 0px;
  }

  .nav-menu-two {
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px;
    list-style-type: disc;
  }

  .navlink-kp {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-kp.tablet {
    height: auto;
  }

  .slideshow__img {
    width: 420px;
    height: 285px;
    margin-right: 24px;
  }

  .h2-white.centered-padding {
    font-size: 32px;
  }

  .h1kp.centered-tablet {
    font-size: 34px;
    line-height: 50px;
  }

  .manifesto-kp {
    padding-right: 30px;
    padding-left: 30px;
  }

  .manifesto__wrapper {
    left: 3%;
    right: 3%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .manifesto {
    font-size: 28px;
    line-height: 38px;
  }

  .kpjobs__contact-items__col35 {
    width: 90%;
  }

  .kpjobs__contact-items__wrapper {
    bottom: 14%;
  }

  .kpjobs__contact-items__col50 {
    width: 90%;
  }

  .riddle-kp__item-txt {
    width: 100%;
  }

  .riddle-kp__item-img {
    width: 80%;
    margin-right: auto;
    margin-bottom: 32px;
    margin-left: auto;
  }

  .riddle-kp__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .kp-footer {
    height: 70vh;
  }

  .kp-footer__wrapper {
    bottom: 5%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .kp-footer__col-left {
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .kp-footer__col-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .kp-footer_heading {
    margin-bottom: 56px;
    font-size: 35px;
    line-height: 50px;
  }

  .ub-icon {
    -webkit-transform: translate(0px, -330px);
    -ms-transform: translate(0px, -330px);
    transform: translate(0px, -330px);
  }

  .kp-footer__ub-icon {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .kp-footer__bg-img {
    height: 100%;
  }

  .app-beispiele-kp__item-txt-appicon {
    margin-bottom: 24px;
  }

  .icon-2 {
    color: #f3f6f9;
  }

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

  .div-block-27 {
    margin-top: 140px;
  }
}

@media screen and (max-width: 479px) {
  .h2-lead.white {
    font-size: 20px;
    line-height: 31px;
  }

  .p {
    font-size: 16px;
    line-height: 26px;
  }

  .p.white.margin8.centered-tablet.mobile {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
  }

  .p.white.margin24 {
    font-size: 16px;
    line-height: 26px;
  }

  .p.white.medium {
    font-size: 16px;
  }

  .p.white.margin-top16.mobile {
    margin-top: 8px;
    font-size: 16px;
    line-height: 26px;
  }

  .p.p-kp-footer {
    text-align: center;
  }

  .p-btn {
    font-size: 15px;
  }

  .btn-icon__items {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .white {
    margin-bottom: 4px;
    font-size: 26px;
    line-height: 38px;
  }

  .spitzmarke {
    font-size: 16px;
  }

  .spitzmarke.left {
    padding-bottom: 4px;
    font-size: 16px;
  }

  .apps__icons {
    padding-right: 36px;
    padding-left: 36px;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .app-icon-item {
    width: 90px;
  }

  .app-icon-item._110px {
    width: 90px;
  }

  .app-icon-item._100px {
    width: 90px;
  }

  .app-icon-item._90px {
    width: 90px;
  }

  .app-icons__item {
    padding-right: 8px;
    padding-left: 8px;
  }

  .collection-list__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero__triangle-bg {
    height: 45vh;
  }

  .div-block-13 {
    margin-bottom: 0px;
  }

  .collection-item {
    max-width: 100%;
  }

  .kp-hero__flex {
    width: 100%;
    max-height: 600px;
    margin-top: 20px;
    margin-bottom: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .kp-hero__flex.flip-svp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .kp-hero__col.small {
    margin-bottom: 0px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .flex-vertical.marquee-fix {
    margin-top: 15px;
  }

  .icon {
    border-radius: 14px;
  }

  .marquee-ofh {
    height: 60vw;
  }

  .icon-container {
    height: 7vw;
    margin-bottom: 35px;
    padding-bottom: 0px;
  }

  .kp-hero__wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .kp-hero__wrapper.flex-vertical {
    display: block;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .spacer-30._15-xsvp {
    height: 15px;
  }

  .navbar-logo-left-container.shadow-three {
    margin-top: 55px;
    margin-bottom: 0px;
  }

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

  .nav-menu-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navlink-kp.footer-link {
    margin-right: 0px;
    padding-top: 8px;
    padding-bottom: 0px;
  }

  .image-7 {
    width: 70%;
  }

  .kphero-txt.tablet {
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-kp.tablet {
    padding-top: 16px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .about-kp {
    padding-right: 20px;
    padding-left: 20px;
  }

  .about-kp__title.centered {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slideshow__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slideshow__img {
    width: 100%;
    height: 100%;
    margin-right: 0px;
    padding-bottom: 0px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .kpslideshow__img {
    margin-bottom: 16px;
  }

  .kpslideshow__img.mobile-disable {
    display: none;
  }

  .kpslideshow__img.first {
    margin-bottom: -40px;
    padding-right: 40px;
    padding-left: 20px;
  }

  .kpslideshow__img.second {
    margin-bottom: -20px;
    padding-right: 20px;
    padding-left: 40px;
  }

  .kp-lead.margin24 {
    font-size: 20px;
    line-height: 31px;
  }

  .about-kp__text-wrapper__items {
    width: 100%;
  }

  .h2-white.centered-padding {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
  }

  .h1kp.centered-tablet {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 29px;
    line-height: 34px;
    text-align: center;
  }

  .manifesto-kp {
    height: 110vh;
  }

  .manifesto {
    font-size: 23px;
    line-height: 32px;
  }

  .jobs-kp {
    padding-right: 20px;
    padding-left: 20px;
  }

  .kpjobs__wrapper {
    width: 100%;
  }

  .kpjobs__title {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .kpjobs__possibilities-box {
    height: 400px;
  }

  .kpjobs__possibilities-txt {
    margin-top: 24px;
  }

  .kpjobs-targetgroups {
    margin-top: 50px;
  }

  .jobposting-title {
    line-height: 26px;
  }

  .kpjobs-tragetgroups__content {
    margin-right: 0px;
  }

  .kpjobs_list-item__icon {
    width: 20px;
  }

  .kpjobs__contact-bg {
    width: 100%;
  }

  .kpjobs__contact {
    overflow: hidden;
    height: 600px;
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .kpjobs__contact-items__col35 {
    width: 100%;
  }

  .kpjobs__contact-items__wrapper {
    bottom: 10%;
    width: 100%;
    padding-right: 13px;
    padding-left: 13px;
  }

  .kpjobs__contact-items__col50 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .kph2 {
    font-size: 28px;
    line-height: 32px;
  }

  .kpjobs__contact-portrait {
    margin-right: 0px;
    margin-bottom: 16px;
    padding-bottom: 0px;
  }

  .p-link.margin-top8 {
    margin-top: 0px;
    font-size: 16px;
  }

  .kp-footer {
    height: 600px;
    margin-top: 0px;
    margin-bottom: 44px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .kp-footer__wrapper {
    bottom: 16%;
    padding-right: 19px;
    padding-left: 19px;
  }

  .kp-footer__col-right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .kp-footer_heading {
    margin-bottom: 50px;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
  }

  .ub-icon {
    display: block;
    width: 60%;
    padding-top: 0px;
    -webkit-transform: translate(0px, 138px);
    -ms-transform: translate(0px, 138px);
    transform: translate(0px, 138px);
    text-align: left;
  }

  .kp-footer__ub-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .kp-footer__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .kp-footer__bg-img {
    height: 100%;
  }

  .about-kp__slideshow {
    padding-bottom: 32px;
    padding-left: 0px;
  }

  .app-beispiele-kp__wrapper {
    height: auto;
    margin-top: 100px;
    margin-bottom: 150px;
  }

  .app-beispiele-kp__item-img {
    height: 300px;
  }

  .app-beispiele-kp__item-txt {
    max-width: 94%;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 20px;
  }

  .app-beispiele-kp__img120 {
    max-height: 360px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .heading-10 {
    font-size: 28px;
    line-height: 36px;
    text-align: left;
  }

  .kp-text-riddle-banner {
    font-size: 14px;
  }

  .kp-riddle-banner__txt {
    margin-right: 0px;
    padding-right: 0px;
    text-align: center;
  }

  .kp-riddle-banner {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    height: 50px;
    margin-bottom: 0px;
    padding: 0px 40px;
  }

  .div-block-27 {
    margin-top: 100px;
  }
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}