@font-face {
  font-family: Lora;
  src: url('../fonts/Lora-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lora;
  src: url('../fonts/Lora-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartasans;
  src: url('../fonts/PlusJakartaSans-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartasans;
  src: url('../fonts/PlusJakartaSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --base-red: #de5947;
  --heading-black: #222;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #444;
  font-family: Plusjakartasans, sans-serif;
  font-size: 18px;
  line-height: 34px;
}

h1 {
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.3em;
}

h2 {
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 2.22222em;
  font-weight: 400;
  line-height: 1.3em;
}

h3 {
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 1.55556em;
  font-weight: 400;
  line-height: 1.3em;
}

h4 {
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 1.22222em;
  font-weight: 400;
  line-height: 1.3em;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

p {
  margin-bottom: 0;
}

a {
  color: #de5947;
  font-weight: 600;
  text-decoration: underline;
}

.container-w2 {
  width: 100%;
  max-width: 81.5556em;
  margin-left: auto;
  margin-right: auto;
}

.container-w2.gutter-outside {
  padding-left: 3em;
  padding-right: 3em;
  text-decoration: none;
}

.container-w2.gutter-outside.flex-button {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.spacer-xl {
  padding-bottom: 5.55556em;
}

.spacer-l {
  padding-bottom: 4.44444em;
  padding-right: 0;
}

.spacer-m {
  padding-bottom: 2.22222em;
}

.spacer-s {
  padding-bottom: .8em;
}

.spacer-xs {
  padding-bottom: .4em;
}

.container-w3 {
  width: 100%;
  max-width: 42.8889em;
  margin-left: auto;
  margin-right: auto;
}

.container-w3.gutter-outside {
  padding-left: 3em;
  padding-right: 3em;
}

.title1 {
  color: #222;
  font-family: Lora, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.3em;
}

.designsystem-item {
  margin-bottom: 40px;
}

.title2 {
  color: #222;
  font-family: Lora, sans-serif;
  font-size: 2.22222em;
  line-height: 1.3em;
}

.title3 {
  color: #222;
  font-family: Lora, sans-serif;
  font-size: 1.55556em;
  font-weight: 400;
  line-height: 1.3em;
}

.title4 {
  color: #222;
  font-family: Lora, sans-serif;
  font-size: 1.22222em;
  font-weight: 400;
  line-height: 1.3em;
}

.copy-regular {
  font-size: 1em;
  font-weight: 400;
}

.copy-large {
  font-size: 1.11111em;
  line-height: 46px;
}

.copy-small {
  font-size: .888889em;
  line-height: 28px;
}

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

.start-hero-item.left {
  width: 50%;
}

.start-hero-item.right {
  text-align: center;
  width: 42%;
}

.copy-red {
  color: #de5947;
}

.content-50 {
  width: 50%;
}

.img-fullwidth {
  width: 100%;
}

.grid-beratrungsablauf {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.copy-bold {
  font-weight: 600;
}

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

.anonymeberatung-item.left {
  width: 42%;
}

.anonymeberatung-item.right {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.arrow-text-wrapper {
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.img-arrow-right {
  margin-right: 16px;
}

.trenner-rot-wrapper {
  text-align: center;
}

.trenner-rot-wrapper.footer {
  position: relative;
  top: 22px;
}

.start-veroeffentlichungen-wrapper {
  justify-content: space-between;
  display: flex;
}

.start-veroeffentlichungen-item.left {
  width: 42%;
}

.start-veroeffentlichungen-item.right {
  flex-direction: column;
  align-items: flex-start;
  width: 42%;
  display: flex;
}

.start-ueberuns {
  background-color: #de5947;
}

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

.start-ueberuns-item.left {
  width: 42%;
}

.start-ueberuns-item.right {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.copy-white {
  color: #f8f8f8;
}

.faq-wrapper {
  justify-content: space-between;
  display: flex;
}

.faq-row {
  width: 48%;
}

.faq-item {
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  max-width: 100%;
  font-size: 18px;
  display: block;
}

.faq-toggle {
  color: #999;
  justify-content: space-between;
  align-items: center;
  padding: 40px 5px 40px 0;
  line-height: 28px;
  display: flex;
}

.faq-toggle:hover {
  color: #7e48ea;
}

.tab-content-wrap {
  background-color: #0000;
  display: block;
  position: static;
  overflow: hidden;
}

.tab-content {
  padding-bottom: 30px;
  line-height: 36px;
}

.title5 {
  color: #222;
  font-family: Lora, sans-serif;
  font-size: 1.11111em;
  line-height: 1.7em;
}

.title5.copy-red {
  color: #de5947;
}

.copy-xlarge {
  font-size: 1.77778em;
  line-height: 1.6em;
}

.copy-black {
  color: #222;
}

.content-75 {
  width: 75%;
}

.copy-center {
  text-align: center;
}

.ueberuns-leitbild-item {
  background-color: #f6f6f6;
  margin-bottom: 40px;
  padding: 40px 32px;
}

.ueberuns-leitbild-grid {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.ueberuns-leitbild-row {
  width: 32%;
}

.ueberuns-leitbild-row._3 {
  margin-top: -250px;
}

.ueberuns-partner-wrapper {
  justify-content: space-between;
  display: flex;
}

.ueberuns-partner-item {
  width: 45%;
}

.ueberuns-stellenanzeigen {
  background-color: #fafafa;
}

.stellenanzeigen-wrapper {
  justify-content: space-between;
  display: flex;
}

.stellenanzeigen-item.left {
  width: 50%;
}

.stellenanzeigen-item.right {
  width: 42%;
}

.content-66 {
  width: 66%;
}

.kontakt-wrapper {
  justify-content: space-between;
  display: flex;
}

.kontakt-item.left {
  flex-direction: column;
  align-items: flex-start;
  width: 33%;
  display: flex;
}

.kontakt-item.right {
  width: 50%;
}

.form-text-field {
  color: #222;
  font-size: 1em;
}

.form-text-field.textarea {
  min-height: 120px;
}

.checkbox-field {
  display: flex;
}

.form-checkbox-circle {
  border-radius: 999px;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin-right: 12px;
}

.kontakt-versprechen {
  background-color: #de5947;
}

.grid-kontakt-versprechen {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.socal-wrapper {
  color: #444;
  text-decoration: none;
  display: flex;
}

.icon-instagram {
  margin-right: 24px;
}

.container-w4 {
  width: 100%;
  max-width: 55.4444em;
  margin-left: auto;
  margin-right: auto;
}

.container-w4.gutter-outside {
  padding-left: 3em;
  padding-right: 3em;
}

.container-w4.gutter-outside.flex-button {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.ausstieg-anzeigen-wrapper {
  justify-content: space-between;
  display: flex;
}

.ausstieg-anzeigen-item.left {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.ausstieg-anzeigen-item.right {
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.ausstieg-anzeichen-row {
  width: 48%;
}

.ausstieg-anzeichen-row.right {
  margin-top: 8.33333em;
}

.ausstieg-row-item {
  background-color: #f6f6f6;
  margin-bottom: 32px;
  padding: 40px 32px;
}

.img-trenner {
  width: 100%;
}

.grid-ausstieg-helfen {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.ausstieg-helfen-head {
  align-items: center;
  display: flex;
}

.icon-helfen {
  margin-right: 24px;
}

.ausstieg-about-wrapper {
  justify-content: space-between;
  display: flex;
}

.ausstieg-about-item.left {
  flex-direction: column;
  align-items: flex-start;
  width: 42%;
  display: flex;
}

.ausstieg-about-item.right {
  width: 50%;
}

.aussteigen-beratung-wrapper {
  justify-content: space-between;
  display: flex;
}

.aussteigen-beratung-item.left {
  flex-direction: column;
  align-items: flex-start;
  width: 42%;
  display: flex;
}

.aussteigen-beratung-item.right {
  width: 50%;
}

.aussteigen-neuanfang {
  background-color: #de5947;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--base-red);
  color: #f8f8f8;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  transition: all .35s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

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

.button-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #f8f8f8;
  border: 1px solid #f8f8f8;
  flex-flow: wrap;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-secondary.red {
  color: #de5947;
  border-color: #de5947;
  transition: all .35s cubic-bezier(.645, .045, .355, 1);
}

.button-secondary.red:hover {
  color: #f8f8f8;
  background-color: #de5947;
}

.start-hilfe-wrapper {
  justify-content: space-between;
  display: flex;
}

.start-hilfe-item.left {
  border-right: 1px solid #de5947;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding-top: 3em;
  padding-bottom: 3em;
  padding-right: 120px;
  display: flex;
}

.start-hilfe-item.right {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding-top: 3em;
  padding-bottom: 3em;
  padding-left: 120px;
  display: flex;
}

.start-hilfe-item.mid {
  background-color: #de5947;
  width: 100%;
  height: 10px;
  transform: translate(0);
}

.icon-start-hero-lines {
  position: relative;
  top: -35px;
  left: -13px;
}

.button-sbs-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  display: flex;
}

.collection-item {
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
}

.stellenanzeige-item {
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.published-ci-wrapper {
  border-bottom: 1px solid #222;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.published-ci-item.left {
  width: 25%;
}

.published-ci-item.mid {
  flex-direction: row;
  width: 25%;
  text-decoration: none;
}

.published-ci-item.right {
  width: 42%;
}

.links-ci-wrapper {
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.links-ci-item.left {
  width: 16%;
}

.links-ci-item.mid {
  width: 25%;
}

.links-ci-item.right {
  width: 42%;
}

.icon-start-about-lines {
  position: relative;
  top: -32px;
  left: 32px;
}

.footer-wrapper {
  background-color: #f6f6f6;
  border-radius: 25px;
  justify-content: space-between;
  padding: 100px 80px;
}

.footer-row.left {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.footer-row.mid, .footer-row.right {
  width: 25%;
}

.footer-link {
  color: #444;
  margin-bottom: 1em;
  font-size: 1.1em;
  text-decoration: none;
  display: block;
}

.link-title {
  letter-spacing: -.03em;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-secondary-link {
  justify-content: flex-end;
  align-items: center;
  min-height: 60px;
  display: flex;
}

.resource-link {
  color: #1e1e48;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  text-decoration: none;
  transition: color .4s, background-color .4s;
  display: block;
}

.resource-link:hover {
  color: #4c4cb3;
  background-color: #f6f6f6;
  border-radius: 0;
}

.book-stack {
  max-width: 128px;
  position: absolute;
  top: auto;
  left: 33%;
  right: auto;
}

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

.company-link-grid {
  grid-column-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}

.navigation-title {
  color: #7070c2;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 500;
}

.product-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
}

.company-grid {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  width: 100%;
}

.navigation-column {
  height: 100%;
}

.navigation-link-wrapper {
  align-items: center;
  min-height: 60px;
  display: flex;
}

.icon-circle {
  background-color: #7070c2;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  margin-right: 16px;
  display: flex;
  overflow: hidden;
}

.navigation {
  z-index: 99;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
  box-shadow: 14px 14px 120px -20px #f1f1f1;
}

.navigation-grid {
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  width: 100%;
  margin-top: 20px;
}

.badge {
  color: #7070c2;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 50px;
  margin-right: 10px;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 700;
}

.new-badge {
  color: #14b881;
  background-color: #d1faec;
  border-radius: 50px;
  margin-bottom: 4px;
  margin-left: 4px;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
}

.banner {
  color: #fff;
  background-color: #7070c2;
  background-image: none;
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto;
  justify-content: center;
  align-items: center;
  min-height: 64px;
  padding: 8px 3%;
  display: flex;
  position: relative;
}

.customer-grid {
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.help-center-text-small {
  color: #8f8fa3;
}

.link-title-wrapper {
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.icon-nav {
  margin-right: 10px;
}

.text-block {
  letter-spacing: -.03em;
  font-family: Lora, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 32px;
}

.resources-grid {
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.help-detail-wrapper {
  align-items: center;
  display: flex;
}

.navigation-dropdown-link {
  color: #000;
  align-items: flex-start;
  padding: 20px;
  text-decoration: none;
  transition: background-color .4s, color .4s;
  display: flex;
}

.navigation-dropdown-link:hover {
  color: #4c4cb3;
  background-color: #f6f6f6;
  border-radius: 0;
}

.large-image-block {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 160px;
  min-width: 160px;
  height: 92px;
  min-height: 92px;
  margin-right: 20px;
  display: flex;
  overflow: hidden;
}

.dropdown {
  height: 100%;
  position: static;
}

.dropdown:hover {
  color: var(--base-red);
}

.div-block-7 {
  margin-top: 20px;
}

.avatar-circle {
  border-radius: 100px;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  margin-right: 16px;
  overflow: hidden;
}

.brand {
  margin-right: 40px;
}

.dropdown-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner-content {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.line-break-nav {
  background-color: #f1f1f9;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.platform-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
}

.nav-column {
  height: 100%;
}

.all-products-text {
  color: #4c4cb3;
  letter-spacing: -.03em;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.nav-link {
  color: var(--heading-black);
  align-items: center;
  padding: 14px 20px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav-link:hover {
  color: var(--base-red);
}

.div-block-6 {
  border-radius: 10px;
  height: 120px;
  overflow: hidden;
}

.dropdown-wrapper {
  background-color: #fff;
  border-radius: 20px;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  overflow: hidden;
  box-shadow: 14px 14px 120px -20px #dbdbf0cc;
}

.dropdown-list {
  z-index: 99;
  min-width: 100%;
}

.dropdown-list.w--open {
  z-index: 99;
  background-color: #0000;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  position: absolute;
  inset: 100px 0 auto;
}

.link-block {
  color: #7070c2;
  align-items: center;
  margin-top: 16px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.all-products-link {
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.badge-title-wrapper {
  align-items: center;
  display: flex;
}

.menu-wrap {
  align-items: center;
  height: 100%;
  font-size: 18px;
  display: flex;
  position: static;
}

.nav-button {
  color: #7070c2;
  letter-spacing: -.02em;
  background-color: #f8f8fc;
  border: 1px solid #eaeaf6;
  border-radius: 10px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: border-color .4s;
}

.nav-button:hover {
  border-color: #7070c2;
}

.dropdown-wrapper-company {
  background-color: #fff;
  border-radius: 20px;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  overflow: hidden;
  box-shadow: 14px 14px 120px -20px #dbdbf0cc;
}

.toggle {
  height: 100%;
  color: var(--heading-black);
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 30px;
  font-size: 1em;
  font-weight: 400;
  transition: all .2s;
  display: flex;
}

.toggle:hover {
  color: var(--base-red);
}

.text-link {
  color: var(--base-red);
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.link-description {
  color: #8f8fa3;
  letter-spacing: -.02em;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.small-image-block {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  margin-right: 20px;
  display: flex;
  overflow: hidden;
}

.resource-image-wrapper {
  width: 100%;
  height: 160px;
  margin-bottom: 20px;
  overflow: hidden;
}

.navigation-link-content {
  align-items: center;
  display: flex;
}

.container-navigation {
  border-bottom: 1px #0414341a;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 81.5556em;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

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

.banner-text {
  font-size: 16px;
  font-weight: 400;
}

.help-icon-circle {
  color: #7070c2;
  border: 1px solid #dbdbf0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-right: 24px;
  text-decoration: none;
  display: flex;
}

.navigation-feature-content {
  align-items: center;
  display: flex;
}

.help-center-text-large {
  color: #1e1e48;
  margin-right: 20px;
}

.footer-content-wrapper {
  justify-content: space-between;
  display: flex;
}

.divider-grey {
  background-color: #d3d3d3;
  height: 1px;
}

.grid-footer-foerderung {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.footer-logo {
  width: 250px;
}

.collection-list {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.img-infomaterial-cover {
  width: 50%;
}

.attention-box-wrapper {
  background-color: var(--base-red);
  padding: 80px 60px;
}

.video-player {
  border: 1px solid #ebebeb;
  box-shadow: 0 50px 40px -30px #b4b4b41a;
}

.links-button-wrapper {
  display: inline-block;
}

.weiterlesen-content, .hide-desktop {
  display: none;
}

.success-message {
  background-color: var(--base-red);
}

.img-veroeffentlichungen-cover {
  border: 2px solid #000;
}

.text-link-wyreframe {
  color: #8f8f8f;
  font-size: 14px;
  text-decoration: none;
}

.grid-info {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  h1, h2 {
    font-size: 2.2em;
  }

  h3 {
    font-size: 1.5em;
  }

  h4 {
    font-size: 1.2em;
  }

  h5 {
    font-size: 1em;
  }

  .container-w2.gutter-outside {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .spacer-xl, .spacer-l {
    padding-bottom: 3em;
  }

  .container-w3 {
    max-width: 81.5556em;
  }

  .title1, .title2 {
    font-size: 2.2em;
  }

  .title3 {
    font-size: 1.5em;
  }

  .title4 {
    font-size: 1.2em;
  }

  .start-hero-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .start-hero-item.left, .start-hero-item.right, .content-50 {
    width: 100%;
  }

  .grid-beratrungsablauf {
    grid-column-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .anonymeberatung-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .anonymeberatung-item.left, .anonymeberatung-item.right {
    width: 100%;
  }

  .start-veroeffentlichungen-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .start-veroeffentlichungen-item.left, .start-veroeffentlichungen-item.right {
    width: 100%;
  }

  .start-ueberuns-wrapper {
    flex-direction: column;
  }

  .start-ueberuns-item.left, .start-ueberuns-item.right {
    width: 100%;
  }

  .faq-wrapper {
    flex-direction: column;
  }

  .faq-row {
    width: 100%;
  }

  .copy-xlarge.copy-white {
    font-size: 1.2em;
  }

  .content-75 {
    width: 100%;
  }

  .ueberuns-leitbild-grid {
    flex-direction: column;
  }

  .ueberuns-leitbild-row {
    width: 100%;
  }

  .ueberuns-leitbild-row._3 {
    margin-top: 0;
  }

  .ueberuns-partner-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-direction: column;
  }

  .ueberuns-partner-item {
    width: 100%;
  }

  .stellenanzeigen-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .stellenanzeigen-item.left, .stellenanzeigen-item.right, .content-66 {
    width: 100%;
  }

  .kontakt-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-direction: column;
  }

  .kontakt-item.left, .kontakt-item.right {
    width: 100%;
  }

  .grid-kontakt-versprechen {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .container-w4 {
    max-width: 100%;
  }

  .container-w4.gutter-outside {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .ausstieg-anzeigen-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .ausstieg-anzeigen-item.left {
    width: 100%;
  }

  .ausstieg-anzeigen-item.right {
    flex-direction: column;
    width: 100%;
  }

  .ausstieg-anzeichen-row {
    width: 100%;
  }

  .ausstieg-anzeichen-row.right {
    margin-top: 0;
  }

  .ausstieg-about-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .ausstieg-about-item.left, .ausstieg-about-item.right {
    width: 100%;
  }

  .aussteigen-beratung-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .aussteigen-beratung-item.left, .aussteigen-beratung-item.right {
    width: 100%;
  }

  .button-primary.beratung-nav {
    display: none;
  }

  .start-hilfe-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-direction: column;
  }

  .start-hilfe-item.left {
    border-right-style: none;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .start-hilfe-item.right {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .published-ci-wrapper {
    flex-direction: column;
  }

  .published-ci-item.left, .published-ci-item.mid, .published-ci-item.right {
    width: 100%;
  }

  .links-ci-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .links-ci-item.left, .links-ci-item.mid, .links-ci-item.right {
    width: 100%;
  }

  .icon-start-about-lines.home-karte {
    display: none;
  }

  .footer-wrapper {
    padding: 60px 20px;
  }

  .footer-row.left, .footer-row.mid, .footer-row.right {
    width: 100%;
  }

  .help-center-wrapper.hide-mobile {
    display: none;
  }

  .company-link-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .navigation-title {
    display: none;
  }

  .company-grid {
    grid-template-columns: 1fr;
  }

  .navigation-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .customer-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .menu-button {
    color: #de5947;
    background-color: #fcf8f8;
    border: 1px solid #eaeaf6;
    border-radius: 10px;
    margin-left: 14px;
    padding: 12px;
  }

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

  .resources-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .navigation-dropdown-link {
    padding: 10px;
  }

  .dropdown {
    width: 100%;
  }

  .brand {
    margin-right: 10px;
    padding: 0;
  }

  .dropdown-container {
    padding: 0;
  }

  .line-break-nav.hide-mobile {
    display: none;
  }

  .nav-link {
    color: #de5947;
    text-align: left;
    display: block;
  }

  .nav-link:hover {
    color: #df2f17;
  }

  .dropdown-wrapper {
    box-shadow: none;
    border-radius: 0;
    padding: 20px 10px;
  }

  .dropdown-list.w--open {
    padding-top: 0;
    position: static;
  }

  .menu-wrap {
    background-color: #fff;
    height: auto;
    position: absolute;
  }

  .dropdown-wrapper-company {
    box-shadow: none;
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .toggle {
    color: #de5947;
    justify-content: flex-start;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .toggle:hover {
    color: #df2f17;
  }

  .toggle.w--open {
    color: #fff;
    background-color: #7070c2;
    width: 100%;
  }

  .container-navigation {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .footer-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .grid-footer-foerderung {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .collection-list {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .attention-box-wrapper {
    padding: 60px 30px;
  }

  .image {
    display: none;
  }

  .hide-desktop {
    display: block;
  }

  .hide-mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1, .title1 {
    font-size: 1.8em;
  }

  .grid-beratrungsablauf {
    grid-template-columns: 1fr;
  }

  .faq-toggle {
    background-position: 99% 40px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .grid-kontakt-versprechen {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .resource-link {
    padding: 10px;
  }

  .book-stack, .help-center-wrapper {
    display: none;
  }

  .company-link-grid {
    grid-template-columns: 1fr 1fr;
  }

  .product-grid {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .company-grid, .navigation-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .banner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .customer-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .resources-grid {
    grid-column-gap: 12px;
    grid-row-gap: 31px;
    grid-template-columns: 1fr;
  }

  .navigation-dropdown-link {
    padding: 10px;
  }

  .dropdown-list.w--open {
    height: 600px;
    overflow: scroll;
  }

  .link-block {
    margin-top: 10px;
  }

  .toggle {
    color: #de5947;
  }

  .toggle.w--open {
    background-color: #de5947;
  }

  .resource-image-wrapper {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .company-link-grid, .company-grid {
    grid-template-columns: 1fr;
  }

  .icon-circle {
    margin-bottom: 16px;
  }

  .navigation-grid {
    grid-template-columns: 1fr;
  }

  .banner {
    display: none;
  }

  .customer-grid {
    grid-template-columns: 1fr;
  }

  .menu-button {
    margin-left: 0;
  }

  .resources-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .navigation-dropdown-link {
    flex-direction: column;
  }

  .large-image-block, .avatar-circle {
    margin-bottom: 16px;
  }

  .dropdown-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .all-products-link {
    justify-content: flex-start;
    padding-left: 23px;
  }

  .nav-button {
    display: none;
  }

  .dropdown-wrapper-company {
    padding: 10px 20px 10px 10px;
  }

  .resource-image-wrapper {
    height: 130px;
    margin-bottom: 10px;
  }

  .navigation-feature-content {
    display: block;
  }
}

#w-node-_105e49ee-acf4-32ac-d2c7-454fd1087a94-611a65ed, #w-node-c0fac180-f239-fd41-3f07-cd09e55cad40-611a65ed, #w-node-d415e0f7-fc5d-b036-2e1f-81760218122c-611a65ed, #w-node-_0eb0d110-c340-bdd4-0fcf-fd65a136fb68-611a65f0, #w-node-_6a0835ee-798a-2415-29c0-8a0a8660375f-611a65f0, #w-node-e5fa31e4-7d88-2667-0955-b57b8590427e-611a65f0, #w-node-e788b412-4a32-97dc-1442-e9680c987644-611a65f2, #w-node-e788b412-4a32-97dc-1442-e9680c98764d-611a65f2, #w-node-e788b412-4a32-97dc-1442-e9680c987656-611a65f2, #w-node-_38c09539-0885-6302-23f5-86819627640b-611a65f5, #w-node-_38c09539-0885-6302-23f5-868196276414-611a65f5, #w-node-_38c09539-0885-6302-23f5-86819627641d-611a65f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}