:root {
     color-scheme: light only;
}

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

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

body {
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

a {
  display: inline;
  padding-left: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block !important;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

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

.paragraph-small {
  display: block;
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.paragraph-small.underline {
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-size: 12px;
  font-weight: 700;
}

.paragraph-small._2 {
  font-style: italic;
}

.paragraph-small._2.voc {
  color: #424256;
}

.paragraph-small.platz {
  margin-top: 20px;
}

.styleguide-header-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  padding: 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: #1a1b1f;
  color: #fff;
  text-align: center;
}

.heading-jumbo {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roughmarker, sans-serif;
  font-size: 64px;
  line-height: 80px;
  text-transform: none;
}

.paragraph-tiny {
  color: #424256;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-light {
  opacity: 0.6;
}

.section {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.button {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #424256;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  font-family: Suisseintl, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: capitalize;
}

.button:hover {
  background-color: #32343a;
  color: #fff;
}

.button:active {
  background-color: #43464d;
}

.button.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.button.filtering-button {
  display: inline-block;
  width: 100%;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #50705b;
}

.button.filtering-button.filter {
  position: static;
  display: inline-block;
  width: 50%;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #50705b;
}

.button.filtering-button.filter.artikelseite {
  display: inline-block;
  text-transform: none;
}

.button.filtering-button.schrift {
  font-size: 11px;
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
  margin-top: 30px;
  opacity: 0.6;
}

.logo-image {
  display: block;
  width: auto;
  height: 12.5vh;
}

.intro-wrap {
  margin-top: 40vh;
  margin-bottom: 50px;
  padding-right: 0px;
}

.intro-wrap._2 {
  padding-right: 0px;
}

.intro-wrap._2.prof {
  margin-top: 35vh;
}

.intro-wrap.prof {
  margin-top: 35vh;
}

.intro-wrap.prof.spenden {
  margin-top: 47vh;
}

.intro-wrap.pod {
  margin-top: 25vh;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field.footer {
  background-color: #fff;
  font-family: Suisseintl, sans-serif;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact-form-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 30px;
  -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: #fff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 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: #424256;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.protected-form {
  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;
}

.protected-heading {
  margin-bottom: 30px;
}

.menu {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9000;
  width: 12.5vh;
  height: 12.5vh;
  max-height: 100px;
  max-width: 100px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  color: #424256;
}

.menu.only-on-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu.only-on-mobile {
  display: none;
}

.brand {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 8500;
  height: 12.5vh;
  margin-top: 5vh;
  margin-left: 10vw;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transition: opacity 200ms ease, -webkit-transform 600ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 200ms ease, -webkit-transform 600ms cubic-bezier(.215, .61, .355, 1);
  transition: transform 600ms cubic-bezier(.215, .61, .355, 1), opacity 200ms ease;
  transition: transform 600ms cubic-bezier(.215, .61, .355, 1), opacity 200ms ease, -webkit-transform 600ms cubic-bezier(.215, .61, .355, 1);
}

.brand.menu-brand {
  position: relative;
  margin-top: 0vh;
  margin-left: 0vw;
}

.brand._2 {
  margin-left: 5vw;
}

.menu-btn {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12.5vh;
  height: 12.5vh;
  max-height: 100px;
  max-width: 100px;
  padding: 30%;
  -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: #424256;
  -webkit-perspective-origin: 100% 0%;
  perspective-origin: 100% 0%;
  cursor: pointer;
}

.menu-btn:active {
  padding: 31%;
  background-color: #18181c;
}

.menu-open-trigger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.menu-close-trigger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.menu-animation-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 50px;
  max-width: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.menu-animation-pic {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.menu-animation-pic.malx {
  display: none;
}

.menu-list-cont {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 50vw;
  height: 100vh;
  background-color: transparent;
}

.menu-bg-flex {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.menu-list-bg-stripe {
  width: 100%;
  height: 12.5vh;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #1a1b1f;
}

.menu-list-bg-stripe.mlbs1 {
  background-color: #424256;
}

.menu-list-bg-stripe.mlbs2 {
  background-color: #424256;
}

.menu-list-bg-stripe.mlbs3 {
  background-color: #424256;
}

.menu-list-bg-stripe.mlbs4 {
  background-color: #424256;
}

.menu-list-bg-stripe.mlbs5 {
  background-color: #424256;
}

.menu-list-bg-stripe.mlbs6 {
  background-color: #424256;
}

.menu-list-bg-stripe.mlbs7 {
  background-color: #424256;
}

.menu-list-bg-stripe.mlbs8 {
  background-color: #424256;
}

.menu-sec-close-trigger {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100vw;
  height: 100vh;
  background-color: rgba(26, 27, 31, 0.14);
  cursor: pointer;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.text-white {
  color: #fff;
}

.mb-0 {
  margin-bottom: 0px;
}

.font-heading {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.p-big {
  font-size: 1.2rem;
}

.p-big.font-heading {
  font-family: Montserrat, sans-serif;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 1em;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08), 0 1px 2px 0 rgba(0, 0, 0, 0.12);
}

.h1 {
  margin-top: 0px;
  margin-bottom: 0.4em;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 4.4rem;
  line-height: 1.1;
  font-weight: 400;
}

.h1.font-body {
  font-family: Montserrat, sans-serif;
}

.bg-gray {
  background-color: #aeb0b5;
}

.bg-salmon {
  background-color: #f2d488;
}

.mb-1 {
  margin-bottom: 12px;
}

.font-body {
  font-family: 'Open Sans', sans-serif;
}

.text-small {
  font-size: 0.8rem;
  line-height: 1.4;
}

.text-gray {
  color: #aeb0b5;
}

.styles__section-label {
  margin-top: 4%;
  margin-bottom: 4%;
  padding-bottom: 8px;
  border-bottom: 1px dotted #212121;
  letter-spacing: 0em;
  text-transform: none;
}

.bg-dark {
  background-color: #1a1b1f;
  color: #fff;
}

.col {
  margin-bottom: 15px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col.col-lg-6 {
  max-width: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.col.col-lg-3 {
  max-width: 25%;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.btn {
  display: inline-block;
  margin-top: 12px;
  margin-right: 12px;
  padding: 8px 18px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #212121;
  box-shadow: inset 0 0 0 0 transparent;
  -webkit-transition: box-shadow 300ms ease-out, border-color 300ms ease-out;
  transition: box-shadow 300ms ease-out, border-color 300ms ease-out;
  color: #fff;
  text-decoration: none;
}

.btn:hover {
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.15);
  color: #fff;
}

.btn.btn-primary {
  border-color: transparent;
  background-color: #fecb4e;
}

.btn.btn-sm {
  padding: 5px 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 0.8rem;
}

.btn.btn-secondary {
  border-color: #fecb4e;
  background-color: transparent;
  color: #212121;
}

.btn.btn-secondary.btn-light {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.btn.btn-secondary.btn-light:hover {
  box-shadow: inset 0 0 0 100px hsla(0, 0%, 100%, 0.15);
}

.btn.btn-light {
  background-color: #fff;
  color: #323a45;
}

.styles__color-swatch {
  width: 100%;
  height: 100px;
}

.bg-red {
  background-color: #ff4467;
}

.card-body {
  position: relative;
  padding: 24px;
  -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-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;
}

.mt-3 {
  margin-top: 48px;
}

.bg-light {
  background-color: #f3f3f3;
}

.mb-3 {
  margin-bottom: 48px;
}

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bg-primary {
  background-color: #fecb4e;
}

.menu-logo-wrap {
  position: absolute;
  left: auto;
  top: 0%;
  right: 65vw;
  bottom: auto;
  width: 35vw;
  height: 12.5vh;
  margin-top: 5vh;
  padding-left: 10vw;
  background-color: #fcf3e7;
}

.menu-logo-wrap-end {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 12.5vh;
  height: 12.5vh;
  background-color: #fcf3e7;
  -webkit-transform: skew(-45deg, 0deg);
  -ms-transform: skew(-45deg, 0deg);
  transform: skew(-45deg, 0deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.menu-wrap {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.flex-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 100vh;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-section.footer-enclose {
  display: block;
  min-height: 0vh;
}

.flex-section.hero-section {
  z-index: 10;
}

.flex-section.z9 {
  z-index: 9;
}

.flex-section.z8 {
  z-index: 8;
}

.flex-section.z7 {
  z-index: 7;
}

.flex-section.z6 {
  z-index: 6;
}

.flex-section.z5 {
  z-index: 5;
}

.flex-section._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  background-color: transparent;
}

.flex-section._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #96a89d;
}

.flex-section._2._7._1 {
  margin-top: 0px;
  background-color: #48715c;
}

.flex-section._2._7._1.gr-n {
  background-color: #536e5f;
}

.flex-section._2.spark {
  background-color: transparent;
}

.flex-section._4.auto.farbe {
  background-color: #f7e0d0;
}

.flex-section._8 {
  background-color: #3f4253;
}

.flex-section.logo {
  background-color: #2e3182;
}

.flex-section.logo.phineo {
  background-color: #324e96;
}

.flex-section.logo.unite {
  background-color: #505a68;
}

.flex-section.logo2 {
  background-color: #e99f9c;
}

.flex-section.logo2._2 {
  background-color: #dca19d;
}

.flex-section.logo2.orange {
  background-color: #dc774d;
}

.flex-section.reachlogo {
  background-color: #3a4357;
}

.flex-section.reachlogo._200 {
  background-color: #3b4255;
}

.flex-half-cont {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.flex-half-cont.first-flex {
  height: auto;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.flex-half-cont.first-flex.pic-flex-half {
  height: auto;
  min-height: 100vh;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.flex-half-cont.first-flex.pic-flex-half._100 {
  height: auto;
}

.flex-half-cont.first-flex.guide {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.flex-half-cont.first-flex.guide._2 {
  min-height: 100vh;
  background-color: transparent;
}

.flex-half-cont.pic-flex-half {
  overflow: hidden;
  height: auto;
  min-height: 100vh;
}

.flex-half-cont.pic-flex-half.sticky-pic-flex {
  overflow: visible;
}

.flex-half-cont.triple-stack-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.flex-half-cont.triple-stack-cont.auto {
  height: auto;
}

.flex-half-cont.triple-stack-cont.auto.blog {
  width: auto;
  margin-top: 20px;
}

.flex-half-cont.triple-stack-cont.auto.blog._5._5px {
  margin-right: 5px;
  margin-left: 5px;
}

.flex-half-cont.triple-stack-cont.auto._2 {
  min-height: 100vh;
}

.flex-half-cont.white-flex {
  background-color: #fff;
}

.flex-half-cont._1 {
  background-color: #d7d8ea;
}

.flex-half-cont._2 {
  background-color: #e8c38f;
}

.flex-half-cont._2.edu {
  background-color: #e0f0e4;
}

.flex-half-cont._3 {
  background-color: #f7e0d0;
}

.flex-half-cont._4 {
  background-image: url('../images/Block4_links.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.flex-half-cont._5 {
  background-color: #b5d2bc;
}

.flex-half-cont._6 {
  background-color: #dee0ed;
}

.flex-half-cont._6.reach {
  height: auto;
  min-height: 100vh;
  background-color: #f38f69;
}

.flex-half-cont._6.reach2 {
  background-color: #f8bc9b;
}

.flex-half-cont._6.reachvereine1 {
  height: auto;
  min-height: 100vh;
  background-color: #e0e1e5;
}

.flex-half-cont.dreieck {
  background-image: url('../images/block6_links-1.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.flex-half-cont.dreieck.guide {
  background-image: url('../images/6_Farbe_rechts.jpg');
}

.flex-half-cont.dreieck.start {
  height: auto;
  min-height: 100vh;
  background-image: url('../images/6_Farbe_links.jpg');
}

.flex-half-cont.dreieck.grow {
  background-image: url('../images/6_Farbe_rechts.jpg');
}

.flex-half-cont.dreieck.lead {
  background-image: url('../images/Block6_Farbe_rechts.jpg');
}

.flex-half-cont.dreieck.spark {
  background-image: url('../images/Block10_Farbe_links.jpg');
}

.flex-half-cont.dreieck.spark._1 {
  background-image: url('../images/Block7_Farbe_links.jpg');
  background-position: 100% 50%;
}

.flex-half-cont.dreieck.unfold11 {
  background-image: url('../images/Block8_farbe_rechts.jpg');
}

.flex-half-cont.dreieck.prof {
  background-image: url('../images/Block6_links.jpg');
}

.flex-half-cont.dreieck.inspire {
  background-image: url('../images/Block7_Farbe_links-1.jpg');
}

.flex-half-cont.dreieck.vision {
  background-image: url('../images/Block7_Farbe_links_1.jpg');
}

.flex-half-cont.dreieck.unite {
  background-image: url('../images/Block6_Farbe_rechts-Kopie.jpg');
}

.flex-half-cont.dreieck.reach {
  height: auto;
  min-height: 100vh;
  background-image: url('../images/9_Farbe_rechts-Kopie.jpg');
}

.flex-half-cont.logo {
  height: auto;
  min-height: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #344e95;
}

.flex-half-cont._11.sparkeasy4.reachonline{
  background-color: #344e95;
}

.heading-16.sparkeasy.addedmargin {
  margin-top: 15px;
}

.landing4 .text-container.txt-white.centered{
  padding-right: 5vw;
}

.text-block-5.start.sparkeasy.reach.title{
  color: #fddcdb;
}

.logo2._2 .flex-half-cont.logo {
  background-color: #dca19d;
}

._1._2._3.sparkeasy.claim {
  font-family: SuisseIntl;
}

.flex-half-cont._11.reach.reachonline.mentor li::marker {
  color: #424256;
}

.dreieck.reach.reachonline .triple-stack-flex.edu.oben {
  margin-top: 10%;
}

.haken {
  margin-top: 5px;
  width: 24px;
  height: 24px;
}

.haken.mentee {
  margin-top: 25px;
  width: 20px;
  height: 20px;
  margin-right: 15px;
}

.haken.mentor {
  width: 20px;
  height: 20px;
}

.mentee6 .text-container.txt-white {
  padding-top: 0px;
}

.mentee7 ._1._2._3.sparkeasy.reachonline {
  margin-bottom: 10%;
}

.menteetop {
  font-family: Suisseintlmono, sans-serif !important;
}

._1._2._3.sparkeasy.reachonline.top.white {
  padding-top: 30%;
  font-size: 30px;
  font-weight: lighter;
}

.text-block-5.start.reachonline {
  font-size: 25px;
}

.landing5 ._1._2._3.sparkeasy.reachonline {
  padding-top: 8%;
}

.flex-half-cont._11.sparkeasy4.reach1.reachonline {
  background-color: #ed713d;
}

.mentor2 .heading-16.sparkeasy {
  padding-bottom: 10%;
}

.landing1 .text-container.txt-white {
    padding-top: 6%;
}

.landing2 ._1._2._3.sparkeasy.reachonline {
  padding-top: 5%;
}

.landing2 .heading-15.tilted.reachonline.grey.small {
  margin-left: 15%;
}

.buttonlink.top {
  margin-bottom: 10%;
}

.buttonlink a {
  padding-top: 5%;
  padding-bottom: 5%;
}

.text-block-5.reachonline {
  font-family: Suisseintl, sans-serif;
  font-size: 24px;
}

.employee-slider.reach.reachonline.w-slider {
  background-color: #7d89bb;
}

.heading-16.msg.sparkeasy.reach.reachonline.slider {
  text-align: inherit;
}

._1._2._3.sparkeasy.reachonline.top.white, .text-block-5.start.sparkeasy.reach.reachonline{
  color: #fff;
}

.flex-half-cont._12.reach1.green{
  background-color: #435348;
}

.heading-16.sparkeasy.lightblue, ._1._2._3.sparkeasy.lightblue, .flex-half-text-cont-spacer._2.lightblue, .heading-15.tilted.reachonline.lightblue {
  color: #d6d7eb !important;
}

.menteegreen .heading-16.sparkeasy, .menteegreen ._1._2._3.sparkeasy {
  color: #e0f0e5;
}

.green .a {
  width: 33%;
  color: #424256 !important;
  padding: 2%;
}

.green .div-block-12.unfold.reachonline {
  height: auto;
}

.green .flex-half-text-cont-spacer._2.lightblue {
  padding-bottom: 5%;
}

._1._2._3.sparkeasy.reachonline.top.white{
  padding-top:25%;
}

.flex-half-cont._12.sparkeasy3.reachonline.menteeblue {
  background-color: #aeb1d4;
}

.heading-15.tilted.reachonline.menteeblue, .heading-15.tilted.reachonline.grey.blue{
  color: #aeb1d4;
}

.heading-15.tilted.reachonline.grey.green {
  color: #a9d6b9;
}
.heading-15.tilted.reachonline.grey.pink {
  color: #edb4ad;
  padding-bottom: 15px;
}

.menteegreen .a {
  width: 33%;
  color: #424256 !important;
  font-weight: 400 !important;
  background-color: #fcdfcd;
}

.menteegreen .a.blau{
  background-color: #e1eee4;
}

.menteelightgreen .a {
  width: 33%;
  color: #424256 !important;
  font-weight: 400 !important;
  background-color: #fcdfcd;
}

.menteelightgreen .mentee7 .a {
  background-color: #f9bc9d;
}

.menteelightgreen .a.blau{
  background-color: #e1eee4;
}

.menteegreen .div-block-12.oben {
  margin-bottom: 5px;
}

.flex-half-cont._12.reach1.reachonline.menteelightgreen {
  background-color: #bcddca;
}

.menteelightgreen .dreieck .a {
  width: 100%;
  background-color: #bbb3ca;
}
.menteelightgreen .mentee7 .a.blau{
  background-color: #bbb3ca !important;
}

.div-block-12.dreieck.unten .a{
  background-color: transparent;
}

.div-block-12.dreieck.unten .a._1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 0;
  position: relative;
  z-index: 0;
  overflow:hidden;
}
.div-block-12.dreieck.unten .a._1:before,
.div-block-12.dreieck.unten .a._1:after {
  content:"";
  position: absolute;
  z-index: -1;
  width: 50%;
  height: 100%;
  background: #bbb3ca;
}

.div-block-12.dreieck.unten{
  height: 15px;
}

.div-block-12.unfold.mentee7 {
  height: auto;
}

.div-block-12.unfold.mentee7 .a.blau {
  padding: 2%;
  text-align: left;
  align-items: normal;
}

.mentee5 .employee-slider {
  background-image: url("https://rockyourlife.de/wp-content/themes/rock-your-life/images/reach-online/mentees/Zitate_links_1080.jpg");
}

.div-block-12.dreieck.unten .a._1:before {
  top:0;
  left:0;
  transform: skewY(25deg);
  transform-origin: right;
  border-width: 0 0 1px 1px;
}
.div-block-12.dreieck.unten .a._1:after {
  top:0;
  right:0;
  transform: skewY(-25deg);
  transform-origin: left;
  border-width: 0 1px 1px 0;
}

.menteelightgreen .dreieck {
  margin-top: 0px;
  height: 30px;
}

.reachonline.dreieck .flex-half-text-cont-spacer._2.oben {
  padding-top: 10%;
}

.reachonline.dreieck .heading-16.sparkeasy {
  margin-bottom: 5%;
}

.dreieck li {
  font-family: Suisseintl, sans-serif;
  color: #424256;
}

.dreieck a {
  color: #424256;
}
.flex-half-cont.dreieck.reach.reachonline{
  background-image: url('../images/reach-online/landingpage/reachonline_dreieck.jpg');
}


.menteegreen .div-block-12 {
  height: 85px;
}
.heading-15.tilted.reachonline.grey.right {
  text-align: right;
}

.flex-half-cont._12.reach1.reachonline.menteegreen{
  background-color: #6e766b;
}

.heading-15._1._2.sparkeasy.reach.reachonline{
  color: #e99f9c;
}

.text-container.txt-white.reducedpadding {
  padding-right: 2vw;
}

.heading-15.tilted.reachonline{
  color: #e84519;
  text-align: right;
}
.heading-15.tilted.reachonline.white{
  color: #ffffff;
  text-align: right;
}

._1._2._3.sparkeasy.reachonline {
  padding-top: 0%;
  color: #424256;
}

.mentor4 .text-container .heading-15.tilted.reachonline.small {
  padding-bottom: 5%;
}

.mentor .heading-15.tilted.reachonline.grey.small {
  text-align: right;
  margin-right: 10%;
}

.green .heading-16.sparkeasy.lightblue {
  margin-bottom: 13%;
}

.green ._1._2._3.sparkeasy.lightblue {
  margin-top: 7%;
}

.mentor7 .heading-16.sparkeasy.orange {
  margin-bottom: 5%;
}

.mentor7 ._1._2._3.sparkeasy.reachonline {
  margin-top: 10%;
}

.mentor8 .heading-16.sparkeasy{
  margin-bottom: 10%;
}

.menteegreen ._1._2._3.sparkeasy.lightorange {
  margin-top: 8%;
}

.heading-15.tilted.reachonline.grey{
  color: #424256;
  text-align: center;
}

.flex-half-cont._11.sparkeasy4.reachonline.mentor2 {
  background-color: #faeceb;
}

.mentor2 .heading-15.tilted.reachonline.grey {
  font-size: 30px;
  line-height: 50px;
  padding-top: 5%;
}

.mentor3 .flex-half-text-cont-spacer {
  margin-top: 3px !important;
  margin-bottom: 5%;

}

.heading-15.tilted.reachonline.small {
  font-size: 30px;
  line-height: 50px;
}

.flex-half-cont._11.reach.reachonline.mentor3 {
  background-color: #acd4ba;
}

.heading-15.tilted.reachonline.lightorange, ._1._2._3.sparkeasy.lightorange{
  color: #f7bc9b;
}

.lightorange{
  color: #f7bc9b;
  text-align: left;
}

.sparkeasy.orange{
  color: #e84617;
}

.flex-half-cont._10.sparkeasy1.reach.reachonline.mentee, .flex-half-cont._11.reach.reachonline.mentor{
  background-color: #eeb4b0;
}

.onlinebuttonstack .button-2.guide.w-button{
  font-size: 30px;
}

.landing1 .text-container.txt-white {
  padding-left: 5%;
  padding-right: 10%;
}

.landing1 .heading-15.tilted.reachonline {
  text-align: left;
}

.heading-15.tilted.reachonline.top {
  margin-bottom: 0px;
}

.heading-15.tilted.reachonline.center {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 15%;
}

.heading-15.tilted.reachonline.right {
  text-align: right;
}

.onlinebuttonstack.twobuttons .button-2.guide.w-button{
  font-size: 20px;
}

.onlinebuttoncontainer .big-icon.pfeil.gro {
  height: 65px;
}

.text-container.txt-white.centered {
  position: absolute;
  left: 25%;
  right: 25%;
  top: 25%;
  bottom: 25%;
}

.onlinebuttonstack .button-2.guide.w-button:hover {
  background-color: #f3986a;
}

.heading-15.tilted.reachonline.grey.small.left, .heading-15.tilted.reachonline.grey.nobottom.left {
  text-align: left;
}

.heading-15.tilted.reachonline.grey.small.right, .heading-15.tilted.reachonline.grey.nobottom.right, .heading-17.tilted.small.right {
  text-align: right;
}

.heading-15.tilted.reachonline.grey.nobottom, .heading-17.tilted.small.nobottom.nobottom {
  margin-bottom: 0px;
}

.heading-17.tilted.small.notop{
  margin-top: 0px;
}

.mentor4 .heading-17.tilted.small{
  line-height: 35px;
}

.mentor4 .text-container.float-bottom.txt-white.light {
  top: 65%;
}

.mentor4 .heading-15.tilted.lightorange {
  color: #fcdfcf;
}

.text-container.nobottom, .heading-15.tilted.reachonline.grey.nobottom {
  padding-bottom: 0px;
}

.text-container.notop, .heading-15.tilted.reachonline.grey.notop{
  padding-top: 0px;
}

.heading-15.tilted.reachonline.menteeblue.small.smaller {
  font-size: 30px;
}

.mentor5 .heading-15.tilted.lightorange {
  text-align: center;
}

.mentor6 .text-container.float-bottom.txt-white.overlay.reachonline {
  padding-left: 2vw;
  padding-right: 2.5vw;
  top: 55%;
}

.mentor6 .heading-15.tilted.reachonline.small {
  margin-bottom: 10px;
}

.mentor11 .triple-stack-flex.edu.oben.onlinebuttonstack {
  justify-content: left;
}

.mentor11 .onlinebuttoncontainer {
  padding-left: 0px !important;
}

.mentor11 .flex-half-cont.dreieck.reach.reachonline {
  background-image: url('../images/reach-online/landingpage/reachonline_dreieck_2.jpg');
}

.heading-17.tilted.small {
  font-size: 30px;
  color: #d6d7eb;
}

.mentor9 .heading-17 {
  color: #e84519;
}

.mentor0 .divguide.oben, .mentor4 .divguide.oben {
  margin-top: 40px;
}

.mentor1 ._1._2._3.sparkeasy.reachonline.claim {
  margin-top: 60px;
}

.text-container.platz._2.menteeclaim {
  padding-top: 0px;
  padding-right: 4vw;
}

.text-container._2.topclaim {
  padding-bottom: 0px;
}

.mentee3 .text-container, .mentor0 .text-container._1 {
  padding-right: 5vw;
}

.question-text.question-heading._1.reach {
  width: 100%;
}

.mentor0 .text-container._1 {
  padding-bottom: 20%;
}

.mentor0 .heading-15.tilted.reachonline.lightorange {
  margin-top: 10%;
}

.mentor0 .text-container.float-bottom.txt-white.up {
  padding-bottom: 5vw;
}

.mentee0 ._1._2._3.sparkeasy.reachonline {
  padding-top: 40%;
}

.green .a.blau._1, .green .a.blau._2, .green .a.blau._3{
      align-items: normal;
}

.mentee4 .a, .mentee4 .a.blau {
  text-align: left;
  padding: 10px;
  align-items: normal;
  justify-content: normal;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
    .onlinebuttonstack.twobuttons .button-2.guide.w-button{
      font-size: 17px;
    }
    .onlinebuttoncontainer .big-icon.pfeil.gro{
      height: 50px;
    }
  .onlinebuttonstack.twobuttons .big-icon.pfeil.gro {
  display: block !important;
}
}

@media screen and (max-width: 991px) {
    .text-container.float-bottom.txt-white.overlay.reachonline.mentor4{
      top:58% !important;
  }
  .onlinebuttonstack.twobuttons .big-icon.pfeil.gro {
  display: none !important;
}
}

@media screen and (max-width: 767px) {

  }

@media screen and (min-width: 768px) and (max-width: 1040px) {
  .landing1 .heading-15.tilted.reachonline {
    text-align: center;
  }
  .mentor0 .text-block-5.start.sparkeasy.reach.title{
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1252px) {
    .mentor4 .heading-17.tilted.small {
      width: 120%;
      margin-left: -19%;
      font-size: 22px;
    }
}

@media screen and (max-width: 479px) {
  .triple-stack-flex.edu.onlinebuttonstack .big-icon.pfeil.gro {
    display: none !important;
  }
  .landing4 .text-container.txt-white.centered {
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-17.tilted.small {
    font-size: 18px;
  }
  .heading-15.tilted.reachonline.small, .mentor2 .heading-15.tilted.reachonline.grey {
    font-size: 25px;
    line-height: 30px;
  }
  .mentor0 .text-block-5.start.sparkeasy {
    font-size: 16px;
  }
  .mentor0 .heading-15._1._2.sparkeasy {
    font-size: 48px;
    line-height: 46px;
  }
}

  @media screen and (min-width: 1920px){
    .text-block-5.reachonline, ._1._2._3.sparkeasy.reachonline.top.white {
      font-size: 28px;
    }
    .heading-17.tilted.small, .heading-15.tilted.reachonline.small, .mentor2 .heading-15.tilted.reachonline.grey, .onlinebuttonstack .button-2.guide.w-button{
      font-size: 43px;
    }
  .heading-15._1._2.sparkeasy.reach.reachonline{
    color: #e99f9c;
      font-size: 100px;
      line-height: 100px;
  }
}

@media screen and (min-width: 1700px){
  .text-block-5.start.reachonline{
    font-size:30px;
  }
}

  @media screen and (min-width: 1440px){
    .text-block-5.reachonline, ._1._2._3.sparkeasy.reachonline.top.white {
      font-size: 26px;
    }
    .heading-17.tilted.small, .heading-15.tilted.reachonline.small, .mentor2 .heading-15.tilted.reachonline.grey, .onlinebuttonstack .button-2.guide.w-button{
      font-size: 38px;
    }
    .mentor4 .heading-17.tilted.small {
      line-height: 45px;
      width: 120%;
      margin-left: -19%;
    }
    .text-container.float-bottom.txt-white.overlay.reachonline.mentor4{
      top:62% !important;
    }
    .mentor0 .text-block-5.start.sparkeasy.reach.title {
      max-width: 85%;
    }
}

  @media screen and (min-width: 1440px) and (max-width: 1783px){
    .green .oben .a{
      letter-spacing: -1.5px;
      font-size: 15px;
    }
    .green .a.blau._1, .green .a.blau._2, .green .a.blau._3{
      font-size: 15px;
    }
}

  @media screen and (min-width: 1247px) and (max-width: 1439px){
    .green .oben .a{
      letter-spacing: -1.5px;
    }
}

  @media screen and (min-width: 992px) and (max-width: 1246px){
    .green .oben .a{
      letter-spacing: -1.5px;
      font-size: 13px;
    }
    .green .a.blau._1, .green .a.blau._2, .green .a.blau._3{
      font-size: 13px;
    }
    .green .text-container{
      padding-left: 3vw;
      padding-right: 3vw;
    }
    .green .a._2, .green .a.blau._3 {
      margin-left: 3px;
    }
}

  @media screen and (max-width: 991px){
    .green .a{
      padding:1.5%;
    }
    .green .oben .a{
      letter-spacing: -1.5px;
    }
    .green .text-container{
      padding-left: 3vw;
      padding-right: 3vw;
    }
  }

  @media screen and (min-width: 1650px){
    .onlinebuttonstack.twobuttons .button-2.guide.w-button{
      font-size: 25px;
    }
}

  @media screen and (max-width: 1620px){
    .heading-15.tilted.reachonline.menteeblue.small.smaller{
      font-size: 25px;
    }
}

.green .a.blau._1, .green .a.blau._2, .green .a.blau._3 {
  font-weight: 400;
  text-align: left;
}

.green .oben .a {
  font-family: Suisseintlmono, sans-serif;
  font-weight: 400;
  text-align: left;
}

.onlinebuttoncontainer{
  width:100%;
  height:100%;
  padding-right: 1vw !important;
  padding-left: 1vw !important;
}

.bg-image.bgleft{
  object-position: left;
}

.big-icon.pfeil.gro.top {
  margin-top: -10%;
}

.onlinebuttonstack{
  margin:auto;
  justify-content: center;
  align-items: center !important;
  height: 100%;
  display: flex;
}

.onlinebuttonstack.twobuttons{
  flex-direction: column;
  font-size: 30px;
}

.onlinebuttonstack .button-2.guide.w-button {
  color: #d6d7eb;
  width: 100%;
}

.reachonline.buttonwrapper {
  width: 80%;
}

.flex-half-text-cont-spacer._2.whiteoverlay.lightgrey{
  color: #d6d7eb !important;
}

.text-container.float-bottom.txt-white.overlay.reachonline.mentor4{
  left: 20%;
  top: 65%;
  padding-right: 3vw;
}

.flex-half-cont._10 {
  height: auto;
  min-height: 100vh;
  background-color: #e1eff8;
}

.flex-half-cont._10.guide1 {
  background-color: #d3552c;
}

.flex-half-cont._10.start1 {
  background-color: #2e3182;
}

.flex-half-cont._10.sparkeasy1 {
  background-color: #5d6cab;
}

.flex-half-cont._10.sparkeasy1.reach {
  background-color: #f7bc9b;
}

.flex-half-cont._10.sparkeasy1.reachvereine {
  background-color: #f8bc9b;
}

.flex-half-cont._10.lead1 {
  background-color: #505a68;
}

.flex-half-cont._10.grow._1 {
  background-color: #2e3282;
}

.flex-half-cont._10.unfold1 {
  background-color: #1f3f4e;
}

.flex-half-cont._10.inspire1 {
  background-color: #ef723f;
}

.flex-half-cont._10.share {
  background-color: #badff5;
}

.flex-half-cont._10.share._100 {
  height: auto;
}

.flex-half-cont._10.vision1 {
  background-color: #455b6b;
}

.flex-half-cont._10.unite {
  background-color: #b98b4b;
}

.flex-half-cont._11 {
  height: auto;
  min-height: 100vh;
  background-color: #e1eff8;
  color: #1a1b1f;
}

.flex-half-cont._11.guide2 {
  min-height: 100vh;
  background-color: #ebb090;
}

.flex-half-cont._11.start2 {
  background-color: #c9a16e;
}

.flex-half-cont._11.sparkeasy4 {
  background-color: #fddfce;
}

.flex-half-cont._11.sparkeasy4._2 {
  background-color: #f5dad7;
}

.flex-half-cont._11.sparkeasy4._1 {
  background-color: #c9c9c7;
}

.flex-half-cont._11.sparkeasy4.reach1 {
  background-color: #f3986a;
}

.flex-half-cont._11.sparkeasy4.reachvereine1 {
  background-color: #f4996b;
}

.flex-half-cont._11.grow2 {
  background-color: #f9c9b0;
}

.flex-half-cont._11.lead2 {
  background-color: #f8ae8b;
}

.flex-half-cont._11.sparkeasy5 {
  background-color: #d6d7eb;
}

.flex-half-cont._11.sparkeasy6 {
  background-color: #bfc1dc;
}

.flex-half-cont._11.sparkeasy7 {
  background-color: #fee6d6;
}

.flex-half-cont._11.sparkeasy7.platzunten {
  padding-bottom: 5vw;
}

.flex-half-cont._11.unfold4 {
  background-color: #c6ccd0;
}

.flex-half-cont._11.unfold5 {
  background-color: #fcdfcd;
}

.flex-half-cont._11.unfold8 {
  background-color: #e0e6e7;
}

.flex-half-cont._11.unfold9 {
  background-color: #b2c0c6;
}

.flex-half-cont._11.unfold10 {
  background-color: #f2e4d1;
}

.flex-half-cont._11.inspire {
  background-color: #f3986b;
}

.flex-half-cont._11.share {
  background-color: tan;
}

.flex-half-cont._11.vision {
  background-color: #d8dfe3;
}

.flex-half-cont._11.vision1 {
  background-color: #fcdfcd;
}

.flex-half-cont._11.vision2 {
  background-color: #f4996b;
}

.flex-half-cont._11.unite {
  background-color: #d3b58c;
}

.flex-half-cont._11.reach {
  background-color: #bddcc8;
}

.flex-half-cont._11.reach.ffdd {
  background-color: #fddfce;
}

.flex-half-cont._11._110 {
  min-height: 110vh;
}

.flex-half-cont._12 {
  height: auto;
  min-height: 100px;
  background-color: #dddee0;
}

.flex-half-cont._12.guide1 {
  min-height: 100vh;
  background-color: #e1eff8;
}

.flex-half-cont._12.start {
  min-height: 100vh;
  background-color: #acacce;
}

.flex-half-cont._12.sparkeasy2 {
  background-color: #f8bc9b;
}

.flex-half-cont._12.sparkeasy3 {
  background-color: #e0f0e5;
}

.flex-half-cont._12.lead2 {
  background-color: #d6d7dc;
}

.flex-half-cont._12.unfold2 {
  background-color: #f3e5d1;
}

.flex-half-cont._12.unfold3 {
  background-color: #f8bc9c;
}

.flex-half-cont._12.inspire2 {
  background-color: #c6cdd1;
}

.flex-half-cont._12.inspire3 {
  background-color: #f3e5d1;
}

.flex-half-cont._12.share {
  background-color: #f7ab8d;
}

.flex-half-cont._12.unite1 {
  min-height: 100vh;
  background-color: #cdcee2;
}

.flex-half-cont._12.unite3 {
  background-color: #f7ab8d;
}

.flex-half-cont._12.vision12 {
  background-color: #b2c0c7;
}

.flex-half-cont._12.reach {
  background-color: #f6dbd8;
}

.flex-half-cont._12.reach1 {
  background-color: #d6d7eb;
}

.flex-half-cont._12.reach2 {
  background-color: #f7bc9b;
}

.flex-half-cont._12.reachvereine2 {
  background-color: #fddfce;
}

.flex-half-cont._12.reachverine3 {
  background-color: #afb3bb;
}

.flex-half-cont._12.reachvereine {
  min-height: 100vh;
  background-color: #f8bc9b;
}

.flex-half-cont._14 {
  background-color: #d1e7f4;
}

.flex-half-cont._14.guide2 {
  background-color: #acafb6;
}

.flex-half-cont._14.start3 {
  height: auto;
  min-height: 100vh;
  background-color: #d3d6e7;
}

.flex-half-cont._14.lead3 {
  background-color: #d3b48c;
}

.flex-half-cont._14.grow2 {
  background-color: #d3b48c;
}

.flex-half-cont._14.prof {
  background-color: #b9bcc4;
}

.flex-half-cont._14.share2 {
  height: auto;
  min-height: 100vh;
  background-color: #9a9cc5;
}

.flex-half-cont._14.unite2 {
  height: auto;
  min-height: 100vh;
  background-color: #c5c9ce;
}

.flex-half-cont.eins {
  height: auto;
  min-height: 100vh;
  background-color: #f0e5d3;
}

.flex-half-cont.zwei {
  background-color: #b7c1c3;
}

.flex-half-cont.zwei.first {
  height: auto;
  min-height: 100vh;
}

.flex-half-cont._20 {
  background-color: #f0e5d3;
}

.flex-half-cont._20.first {
  height: auto;
  min-height: 100vh;
}

.flex-half-cont.voc {
  height: auto;
  min-height: 100vh;
  background-image: url('../images/Blcok4_links.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.flex-half-cont.bot11 {
  background-color: #d4d5da;
}

.flex-half-cont.bot22 {
  background-color: #f3e2c8;
}

.flex-half-cont._30 {
  background-color: transparent;
}

.flex-half-cont._33 {
  background-color: #eab7a2;
}

.flex-half-cont.grey {
  background-color: #b3b8c4;
}

.flex-half-cont.podcast1 {
  background-color: #ef713f;
}

.flex-half-cont.podcast2 {
  background-color: #c5ccd0;
}

.flex-half-cont.jobs1 {
  background-color: #ffd8ae;
}

.flex-half-cont.jobs2 {
  background-color: #b8c4bf;
}

.flex-half-cont._200.ueberuns {
  height: auto;
  min-height: 100vh;
}

.flex-half-cont._200.ueberuns.gross {
  min-height: 120vh;
}

.flex-half-cont._200.ueberuns.gross._100 {
  min-height: 100vh;
}

.text-container {
  position: relative;
  padding: 5vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-container.hero-text-container {
  min-height: 100vh;
  padding-right: 10vw;
  padding-left: 10vw;
}

.text-container.tc-tight-fit {
  padding-top: 1vw;
  padding-bottom: 1vw;
}

.text-container.tc-tight-fit.fest {
  padding-right: 2vw;
  padding-left: 2vw;
}

.text-container.footer-text-cont {
  padding: 2vw;
}

.text-container.footer-text-cont.txt-center {
  margin-right: 0vw;
}

.text-container.float-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.text-container.float-bottom.txt-white {
  color: #fff;
}

.text-container.float-bottom.txt-white.dat {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 100px;
  padding-bottom: 30vw;
}

.text-container.float-bottom.txt-white.dat.blog.vereine {
  z-index: auto;
}

.text-container.float-bottom.txt-white.up {
  padding-bottom: 10vw;
}

.text-container.float-bottom.txt-white.vision {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 10vw;
}

.text-container.float-bottom.txt-white.vision.hoher {
  padding-top: 5vw;
}

.text-container.float-bottom.txt-white.unfold {
  left: auto;
  top: auto;
  right: 4%;
  bottom: 14%;
}

.text-container.float-bottom.txt-white.jobs {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.text-container.float-bottom.txt-white.mitte {
  display: none;
}

.text-container.float-bottom.txt-white {
  color: ##e84519;
}

.text-container.float-bottom.txt-white.reach {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.text-container.float-bottom.txt-white.reach.rechts {
  padding-left: 10vw;
}

.text-container._1._2 {
  padding-top: 0vw;
}

.text-container._1.unten {
  padding-top: 0vw;
}

.text-container._1.neu {
  padding-bottom: 2vw;
}

.text-container._1.neu._17 {
  background-color: #fddfce;
}

.text-container._1.platzunten {
  padding-bottom: 10vw;
}

.text-container._1.platzunten.neu {
  padding-bottom: 41vw;
}

.text-container.personen {
  width: 100%;
  height: 100%;
  padding: 0vw;
}

.text-container.logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0vw;
  -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-container.utnenguide {
  padding-top: 27vw;
  padding-bottom: 10vw;
}

.text-container.gf {
  padding-bottom: 16vw;
}

.text-container.gf2 {
  margin-bottom: 80px;
}


.text-container.utnenguide.h-her {
  padding-top: 27vw;
  padding-bottom: 10vw;
}

.text-container.utnenguide.reachvereine {
  padding-top: 25vw;
}

.text-container.utnenguide.tiefer {
  padding-top: 40vw;
  padding-bottom: 7vw;
}

.text-container.left {
  text-align: left;
}

.text-container.left.imp {
  padding-top: 10vw;
}

.text-container.platz {
  padding-bottom: 10vw;
}

.page-subheading {
  margin-bottom: 30px;
  font-family: Suisseneue, sans-serif;
  color: #d3552c;
  font-size: 80px;
  line-height: 1.2;
  font-weight: 500;
}

.page-subheading._2 {
  margin-right: 0px;
  font-family: Suisseintlmono, sans-serif;
  color: #abd4ba;
  font-size: 50px;
}

.page-subheading._4 {
  color: #fff;
}

.page-subheading._4.beige {
  color: #fcf3e7;
}

.page-subheading._4.beige.staat {
  font-size: 80px;
  line-height: 100px;
}

.page-subheading._4.spenden {
  color: #e96431;
}

.page-subheading._4.beige.staat {
  font-size: 80px;
  line-height: 100px;
}

.page-subheading._4.spenden.staat {
  font-size: 80px;
  line-height: 100px;
}

.page-subheading.voc {
  font-family: Suisseintl, sans-serif;
  color: #fcf3e7;
  font-size: 40px;
  font-weight: 400;
}

.page-subheading.startseite.home {
  font-size: 70px;
}

.bg-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover !important;
  object-fit: cover;
  object-position: top;
}

.bg-image.animate-bg {
  color: #3a4358 !important;
}

.bg-image.animate-bg._8.sparkeasy2.mobil {
  display: none;
}

.bg-image.animate-bg._9.reach2.mobil {
  display: none;
}

.bg-image.animate-bg.voc {
  width: 100%;
}

.bg-image.animate-bg.bot12.mobile {
  display: none;
}

.section-preheading {
  display: none;
  font-size: 18px;
}

.accordion {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.accordion.js-accordion.oben {
  margin-top: 20px;
}

.accordion.js-accordion.oben.platzunten {
  padding-bottom: 5vw;
}

.accordion.js-accordion.oben.platzunten._2 {
  padding-bottom: 5vw;
}

.accordion.js-accordion.untenplatz {
  margin-bottom: 5vw;
}

.accordion-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-header.js-accordion-header {
  background-color: rgba(52, 78, 149, 0.7);
  opacity: 1;
  cursor: pointer;
}

.accordion-header.js-accordion-header._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #e9a09c;
}

.accordion-header.js-accordion-header._2.voc2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #b2c2c0;
}

.accordion-header.js-accordion-header._2.voc3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #9da1ac;
}

.accordion-header.js-accordion-header._2.voc4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #628893;
}

.voc5 {
  background-color: #e9a09c !important;
}

.accordion-header.js-accordion-header._2.voc4.vis {
  background-color: #ef723f;
}

.accordion-header.js-accordion-header._2.reach2 {
  background-color: #adb1d5;
}

.accordion-header.js-accordion-header._2.reach3 {
  background-color: #999c96;
}

.accordion-header.js-accordion-header.voc1 {
  background-color: #f4976b;
}

.accordion-header.js-accordion-header.bot1 {
  background-color: #b4b8c3;
}

.accordion-header.js-accordion-header.jan {
  background-color: #d3552c;
}

.accordion-header.js-accordion-header.reach1 {
  background-color: #e99f9c;
}

.accordion-header.js-accordion-header.inspire2 {
  background-color: #8aa2ac;
}

.accordion-header.js-accordion-header.spenden1 {
  background-color: #b3b8c4;
}

.accordion-header.js-accordion-header.spenden2 {
  background-color: #ffb29b;
}

.accordion-header.js-accordion-header.spenden3 {
  background-color: #dce3de;
}

.accordion-header.js-accordion-header.spenden4 {
  background-color: #f4cf9f;
}

.accordion-header.js-accordion-header.spenden5 {
  background-color: #d4d5da;
}

.accordion-header.js-accordion-header.vereine {
  background-color: #ef713f;
}

.question-text {
  margin-top: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Suisseintl, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.question-text.question-heading {
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-weight: 700;
}

.question-text.question-heading._1 {
  font-family: Suisseintlmono, sans-serif;
  font-size: 18px;
}

.question-text.question-heading._1.voc {
  color: #424256;
}

.question-text.question-heading._1.voc.vis {
  font-family: Suisseintl, sans-serif;
}

.question-text.question-heading._1.reach {
  font-size: 20px;
  font-weight: 500;
}

.question-text.question-heading.jobs {
  font-family: Suisseneue, sans-serif;
  color: #424256;
  font-size: 20px;
  font-weight: 500;
}

.question-text.rechts {
  margin-left: 20px;
  color: #1a1b1f;
}

.question-text.rechts.custom {
  margin-left: 33px;
}

.question-text.rechts.custom3 {
  margin-left: 33px;
}

.question-text.rechts.custom2 {
  margin-left: 22px;
}

.question-text.bot1 {
  font-family: Suisseneue, sans-serif;
  color: #424256;
  font-weight: 500;
}

.accordion-body {
  display: block;
  margin-top: 5px;
  padding: 20px 20px 20px 40px;
  background-color: #f3f3f3;
}

.accordion-body.js-accordion-body {
  background-color: rgba(52, 78, 149, 0.4);
}

.accordion-body.js-accordion-body._2 {
  background-color: rgba(233, 160, 156, 0.4);
}

.accordion-body.js-accordion-body._2.voc2 {
  background-color: #b2c2c0;
}

.accordion-body.js-accordion-body._2.voc3 {
  background-color: #9da1ac;
}

.accordion-body.js-accordion-body._2.voc4 {
  background-color: #628893;
}

.accordion-body.js-accordion-body._2.voc4.vis {
  background-color: #ef723f;
}

.accordion-body.js-accordion-body._2.reach2 {
  background-color: #adb1d5;
}

.accordion-body.js-accordion-body._2.reach3 {
  background-color: #999c96;
}

.accordion-body.js-accordion-body.voc1 {
  background-color: #f4976b;
}

.accordion-body.js-accordion-body.bot1 {
  padding-left: 20px;
  background-color: #d4d5da;
}

.accordion-body.js-accordion-body.jan {
  background-color: #fecb4e;
}

.accordion-body.js-accordion-body.reach1 {
  background-color: #e99f9c;
}

.accordion-body.js-accordion-body.inspire2 {
  background-color: #c6ccd1;
}

.accordion-body.js-accordion-body.spenden1 {
  background-color: #b3b8c4;
}

.accordion-body.js-accordion-body.spenden2 {
  background-color: #ffb29b;
}

.accordion-body.js-accordion-body.spenden3 {
  background-color: #dce3de;
}

.accordion-body.js-accordion-body.spenden4 {
  background-color: #f4cf9f;
}

.accordion-body.js-accordion-body.spenden5 {
  background-color: #d4d5da;
}

.accordion-body.js-accordion-body.vereine {
  background-color: #ef713f;
}

.accordion__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 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;
  text-align: left;
  text-decoration: none;
}

.button-basic {
  position: relative;
  display: inline-block;
  margin-left: -40px;
  padding-right: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}

.button-basic.dark-bg-button {
  color: #fff;
}

.button-stripe {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 60%;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #fecb4e;
}

.button-line {
  width: 40px;
  height: 40px;
  border-left: 1px solid #1a1b1f;
  -webkit-transform: skew(-45deg, 0deg);
  -ms-transform: skew(-45deg, 0deg);
  transform: skew(-45deg, 0deg);
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.button-line.light-line {
  border-left-color: #fff;
}

.button-text {
  position: relative;
  font-weight: 500;
}

.button-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-stripe-end {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 30%;
  height: 100%;
  background-color: #fecb4e;
  -webkit-transform: skew(-45deg, 0deg);
  -ms-transform: skew(-45deg, 0deg);
  transform: skew(-45deg, 0deg);
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.menu-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  height: 100vh;
  padding-top: 25vh;
  padding-right: 8vw;
  padding-left: 8vw;
  -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;
}

.menu-list-link {
  position: relative;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  text-decoration: none;
}

.menu-list-link:hover {
  color: #fff;
  text-decoration: underline;
}

.menu-list-link:active {
  color: #fcf3e7;
}

.menu-list-link.w--current {
  padding-left: 15px;
  border-left: 1px solid #fcf3e7;
}

.menu-list-link.w--current:active {
  color: #fcf3e7;
}

.menu-list-link.mll-small {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 10px;
  font-size: 16px;
}

.menu-list-link.mll-small.mll-dropdown-link {
  width: 100%;
  margin-right: 0px;
  padding: 6px 15px;
  font-size: 14px;
}

.menu-list-link.mll-small.mll-dropdown-link.w--current {
  color: #fff;
}

.menu-list-link.mll-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 16px;
}

.menu-list-link.mll-desktop.w--current {
  border-bottom: 1px solid #fff;
  border-left-style: none;
}

.menu-list-link.mll-desktop.mll-dropdown {
  width: auto;
  padding: 0px;
  color: #fff;
}

.menu-list-link.mll-desktop.mll-dropdown.fest {
  width: 23%;
}

.menu-list-link.mll-desktop.inv {
  display: none;
}

.main-links {
  position: relative;
  width: 100%;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.secondary-links {
  position: relative;
  max-width: 500px;
  margin-top: 5vh;
  margin-bottom: 5vh;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.social-media-links {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 5vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.social-media-link-box {
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.triple-stack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.triple-stack._1 {
  background-color: #f1c287;
  background-image: none;
}

.triple-stack._1.fest {
  width: 100%;
}

.triple-stack._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #e59d74;
}

.triple-stack._2.fest {
  width: 100%;
}

.triple-stack._3 {
  background-color: #d4d5db;
}

.triple-stack._3.fest {
  width: 100%;
}

.triple-stack-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.triple-stack-flex._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.triple-stack-flex._2.podcast123 {
  margin-top: 50px;
}

.triple-stack-flex.guide {
  margin-top: 50px;
}

.triple-stack-flex.guide.vereine {
  margin-top: 0px;
}

.triple-stack-flex.guide.vereine._2 {
  margin-top: 10px;
  margin-bottom: 5vw;
  padding-bottom: 0vw;
}

.triple-stack-flex.podcast1 {
  margin-top: 40px !important;
}

.triple-stack-flex.podcast {
  margin-top: 15px !important;
}

.triple-stack-flex.edu {
  margin-top: 10px;
}

.triple-stack-flex.edu.oben.untenplatz {
  margin-top: 20px;
  padding-bottom: 5vw;
}

.big-icon {
  width: auto;
  height: 35px;
  margin-top: 15px;
  margin-right: 25px;
}

.big-icon.pfeil {
  display: block;
  height: 40px;
  margin-top: 0px;
  margin-right: 35px;
  padding-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.big-icon.pfeil.gro {
  height: 40px;
}

.big-icon.pfeil.gro.zwei {
  margin-left: 35px;
}

.hide {
  display: none;
}

.employee-slider {
  overflow: hidden;
  height: auto;
  max-width: 50vw;
  min-height: 100vh;
  background-color: #bea273;
}

.employee-slider._2 {
  background-color: #fbd6c5;
}

.employee-slider.start {
  background-color: #ddeff9;
}

.employee-slider.lead {
  background-color: #a8d8f2;
}

.employee-slider.grow {
  background-color: #d7d6e5;
}

.employee-slider.spark {
  background-color: #adb0aa;
}

.employee-slider.unfold {
  background-color: #f3e5d1;
}

.employee-slider.share {
  background-color: #b7bbc3;
}

.employee-slider.unite {
  background-color: #badff5;
}

.employee-slider.reach {
  background-color: #f3986a;
}

.employee-slider._200.vereine {
  background-color: #fddfce;
}

.employee-slider._200.gross {
  min-height: 120vh;
}

.employee-slider._200.gross._100 {
  min-height: 100vh;
}

.employee-slide-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1100px;
  -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;
}

.employee-slide-cont.bottom01 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.employee-slide-cont.bottom01._200.ueberuns {
  height: 100vh;
  margin-top: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.employee-slide-cont.bottom01._200.ueberuns.akt {
  height: 1000px;
}

.employee-slide-cont.bottom01._200.ueberuns.gross {
  height: 1000px;
}

.es-photo-cont {
  position: relative;
  width: 60%;
  height: 500px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 14px;
  border-color: #e2e2e2;
}

.employee-mask {
  overflow: visible;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.employee-name {
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Amstirdamending, sans-serif;
  color: #1a1b1f;
  font-size: 55px;
  text-align: center;
}

.slide-arrow {
  color: #1a1b1f;
}

.slide-arrow.sa-right {
  width: 15vw;
}

.slide-arrow.sa-left {
  width: 15vw;
}

.employee-text-cont {
  width: 80%;
  height: 30%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer {
  overflow: hidden;
  background-color: #f7f6f1;
}

.footer-row {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.footer-row.fr-first-row {
  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;
}

.footer-row.fr-second-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-row.fr-last-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hor-line {
  width: 100%;
  height: 1px;
  background-color: #f3f3f3;
}

.email-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.footer-link-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.mail-link {
  padding-left: 25px;
  background-image: url('../images/icons8-email-send.svg');
  background-position: 0% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  text-decoration: none;
}

.mail-link:hover {
  text-decoration: underline;
}

.footer-social-media-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.full-bg-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-image: url('../images/Titelbild-Kopie.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.full-bg-image.home {
  background-image: url('../images/Titelbildneu_1.jpg');
}

.full-bg-image.prof {
  background-image: url('../images/Titelbild_1.jpg');
}

.full-bg-image.spenden {
  background-image: url('../images/spendenheader.jpg');
}

.full-bg-image.voc {
  background-image: url('../images/Titelbild.jpg');
}

.full-bg-image.podcast {
  background-image: url('../images/Podcasttitel-Kopie.jpg');
}

.snap-container {
  position: relative;
  display: block;
  overflow: scroll;
  width: 100%;
  height: 100vh;
  -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;
}

.sticky-bg-cont {
  position: absolute;
  left: 0%;
  top: -100vh;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 200vh;
}

.sticky-pic-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  height: 100vh;
}

.lottie-text {
  position: absolute;
  left: auto;
  top: 10%;
  right: 5%;
  bottom: auto;
  display: none;
  width: 60%;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.style-guide-text-field {
  margin-bottom: 25px;
}

.style-guide-textstyle-heading {
  font-size: 4.4rem;
}

.headings {
  font-family: Montserrat, sans-serif;
}

.bg-blue {
  background-color: #4253ff;
}

.section-arrow-wrap {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 12.5vh;
  margin-top: 0px;
  padding-top: 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;
}

.section-arrow-wrap.footer-top-arrow {
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.section-arrow-wrap.front {
  z-index: 9999;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-arrow-lb {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -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-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/Icon_Arrow_down.png') !important;
  background-position: 50% 50%;
  background-size: 60%;
  background-repeat: no-repeat;
  text-decoration: none !important;
}

.section-arrow-lb:hover {
  background-image: url('../images/Icon_Arrow_down.png');
  color: #fecb4e;
}

.section-arrow-lb:active {
  -webkit-transform: translate(0px, 2px);
  -ms-transform: translate(0px, 2px);
  transform: translate(0px, 2px);
  color: #fecb4e;
}

.section-arrow-lb.w--current {
  background-image: url('../images/Icon_Arrow_down.png');
}

.section-arrow-lb.bright {
  background-image: url('../images/Icon_Arrow_down_white.png');
  color: #fff;
}

.section-arrow-lb.bright:hover {
  background-image: url('../images/Icon_Arrow_down_white.png');
  color: #fecb4e;
}

.section-arrow-lb.footer-section-arrow-lb {
  width: 60px;
  background-image: url('../images/Icon_Arrow_up.png');
  color: #424256;
}

.section-arrow-lb.footer-section-arrow-lb:hover {
  background-image: url('../images/Icon_Arrow_up.png');
}

.section-arrow-lb.footer-section-arrow-lb:active {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.section-arrow-lb.footer-section-arrow-lb.inv {
  display: none;
}

.flex-half-text-cont-spacer {
  width: 100%;
  height: 12.5vh;
  margin-top: 10px !important;
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-size: 14px;
}

.flex-half-text-cont-spacer._1 {
  height: auto;
  font-size: 16px;
  font-weight: 400;
}

.flex-half-text-cont-spacer._1._2 {
  font-size: 14px;
}

.flex-half-text-cont-spacer._1._2._3 {
  margin-top: 30px;
}

.flex-half-text-cont-spacer._1._2._3._4 {
  font-size: 14px;
  font-weight: 400;
}

.flex-half-text-cont-spacer._1._2._3._4._5 {
  display: inline;
  height: auto;
  margin-top: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-half-text-cont-spacer._1._2._3._4._5.oben {
  display: inline;
  margin-top: 20px;
}

.flex-half-text-cont-spacer._1._2._3._4._5.oben.zeile {
  display: block;
}

.flex-half-text-cont-spacer._1._2._3._4._5.zeile {
  display: block;
}

.flex-half-text-cont-spacer._1._2._3._4._5.jobs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-half-text-cont-spacer._1._3 {
  margin-top: 20px;
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-size: 14px;
  font-weight: 500;
}

.flex-half-text-cont-spacer._1._3.breite.nicht-dick.kurz {
  margin-top: 5px;
}

.flex-half-text-cont-spacer._1._3.breite.nicht-dick.kurz._5vw {
  margin-bottom: 5px;
}

.flex-half-text-cont-spacer._1._3.nicht-dick {
  font-weight: 400;
}

.flex-half-text-cont-spacer._1._3.nicht-dick.links {
  text-align: left;
}

.flex-half-text-cont-spacer._1._3.nicht-dick.links._5px {
  margin-right: 5px;
  margin-left: 5px;
}

.flex-half-text-cont-spacer._2 {
  height: auto;
  font-family: Suisseintl, sans-serif;
  color: #424256;
  text-align: left;
}

.flex-half-text-cont-spacer._2.imp {
  margin-top: 50px;
}

.flex-half-text-cont-spacer._2.imp.kurz {
  margin-top: 10px;
}

.flex-half-text-cont-spacer._2.b {
  width: auto;
  background-color: transparent;
  text-align: left;
}

.flex-half-text-cont-spacer._2._3 {
  margin-top: 20px;
}

.flex-half-text-cont-spacer._2.podcast1 {
  margin-top: 50px;
}

.flex-half-text-cont-spacer._2.oben {
  width: 100%;
  margin-top: 20px;
}

.flex-half-text-cont-spacer._2.oben.auto {
  width: auto;
  margin-right: 15px;
}

.flex-half-text-cont-spacer._2.reachgrid {
  text-align: center;
}

.flex-half-text-cont-spacer._2.reachgrid.fett {
  font-size: 15px;
  font-weight: 700;
}

.flex-half-text-cont-spacer._2.kurz {
  margin-top: 0px;
}

.flex-half-text-cont-spacer._2.dick {
  margin-bottom: 10px;
  font-weight: 600;
}

.flex-half-text-cont-spacer._2.unten {
  margin-bottom: 10px;
}

.flex-half-text-cont-spacer._2.unten._3 {
  margin-top: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #424256;
  text-decoration: none;
}

.flex-half-text-cont-spacer.bot {
  font-family: Suisseneue, sans-serif;
  color: #fff;
}

.spacer-30 {
  height: 30px;
}

.menu-desktop-open-trigger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.menu-desktop-close-trigger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.menu-list-desktop {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 12.5vh;
  max-height: 100px;
  -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;
  background-color: #1a1b1f;
}

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

.dropdown {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.dropdown.w--open {
  background-color: #18181c;
}

.dropdown-list {
  left: auto;
  top: 100%;
  right: 0%;
  bottom: auto;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #18181c;
  color: #fff;
}

.dropdown-list-end {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100vh;
  background-color: #18181c;
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.dropdown-text {
  position: relative;
}

.menu-list-desktop-inner-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 12.5vh;
  padding-right: 17.5vh;
  padding-left: 12.5vh;
}

.back-to-top-fullscreen {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5000;
  display: none;
  overflow: hidden;
  -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;
}

.back-to-top-chevron {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -5%;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fecb4e;
}

.div-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block._2 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block._2.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block._3 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.div-block._3.hom {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block._3.hom.home {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 17%;
}

.div-block.obenlinks {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.heading {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #d3552c;
  font-size: 80px;
  font-weight: 700;
}

.heading.podcast {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  font-family: Roughmarker, sans-serif !important;
  color: #f2e4d0;
  font-size: 100px !important;
  line-height: 160px !important;
  font-weight: 400 !important;
}

.heading.podcast.mobile {
  display: none;
}

.heading-2 {
  margin-bottom: 30px;
  font-family: Suisseneue, sans-serif;
  color: #424256;
  font-size: 35px;
  line-height: 45px;
}

.text-block-2 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 15%;
  display: block;
  margin-top: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-size: 14px;
  font-weight: 400;
}

.heading-3 {
  font-family: Suisseneue, sans-serif;
  color: #424256;
  font-size: 30px;
}

.heading-3.klein {
  margin-top: 0px;
  line-height: 30px;
  text-align: left;
}

.heading-4 {
  font-family: Suisseneue, sans-serif;
  color: #424256;
}

.heading-5 {
  font-family: Suisseneue, sans-serif;
  color: #424256;
}

.heading-6 {
  margin-bottom: 30px;
  font-family: Suisseneue, sans-serif;
  color: #424256;
  font-size: 35px;
  line-height: 45px;
}

.text-block-3 {
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-size: 14px;
}

.text-block-3.footer {
  margin-right: -2vw;
  margin-left: 0vw;
}

.text-block-3.footer.platz {
  margin-top: 10px;
  margin-right: -2vw;
  margin-left: 0vw;
}

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

.link-block:hover {
  text-decoration: underline;
}

.link-block-2 {
  text-decoration: none;
}

.link-block-2:hover {
  text-decoration: underline;
}

.link-block-2.non:hover {
  text-decoration: none;
}

.link-block-3 {
  text-decoration: none;
}

.link-block-3:hover {
  text-decoration: underline;
}

.link-block-3.non:hover {
  text-decoration: none;
}

.link-block-4 {
  text-decoration: none;
}

.link-block-4:hover {
  text-decoration: underline;
}

.field-label {
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-weight: 600;
  text-transform: capitalize;
}

.field-label-2 {
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-weight: 600;
  text-transform: capitalize;
}

.heading-7 {
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-weight: 700;
}

.heading-8 {
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-weight: 600;
}

.heading-9 {
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-weight: 600;
}

.heading-9:hover {
  text-decoration: none;
}

.heading-10 {
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-weight: 600;
}

.heading-10:hover {
  text-decoration: none;
}

.heading-11 {
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-weight: 600;
}

.heading-12 {
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-weight: 600;
}

.button-2 {
  margin-top: 0px;
  padding: 12px 25px;
  background-color: #424256;
  font-family: Suisseintl, sans-serif;
  font-size: 14px;
  text-align: center;
}

.button-2:hover {
  color: #fff;
}

.button-2._10 {
  margin-top: 15px;
  margin-right: 10px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 0px;
  line-height: 1;
}

.button-2.guide {
  color: #fff;
  font-size: 14px;
}

.button-2.home {
  font-size: 12px;
}

.button-2.home.mobilesmall {
  width: 250px;
}

.button-2.podcast {
  width: 230px;
}

.button-2.podcast.farbe1 {
  background-color: #f8bc9c;
  color: #424256;
  font-weight: 600;
}

.button-2.podcast.farbe2 {
  background-color: #608894;
  color: #424256;
  font-weight: 600;
}

.button-2.podcast.farbe3 {
  background-color: #f3e5d1;
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-weight: 600;
}

.button-2.podcast.farbe4 {
  background-color: #b4c1c3;
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-weight: 600;
}

.button-2.vereine {
  width: 211px;
}

.paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  margin-left: 50px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Amstirdam, sans-serif;
  color: #fff;
  font-size: 100px;
  line-height: 1.2;
}

.paragraph._2 {
  margin-top: 300px;
  margin-bottom: 0px;
  margin-left: 150px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #424256;
  font-size: 150px;
  line-height: 1;
}

.paragraph._2._3 {
  margin-left: 100px;
  font-family: Amstirdam, sans-serif;
}

.paragraph._2._3.home.etwasrunter {
  margin-top: 500px;
}

.paragraph._2._3.home.etwasrunter.kleiner {
  margin-top: 250px;
  font-size: 115px;
}

.paragraph._3 {
  margin-top: 200px;
  margin-left: 150px;
}

.paragraph._3.home {
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.text-container.float-bottom.txt-white.spenden {
  top: 40%;
}

.paragraph._3.home.tilted {
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.paragraph.start {
  margin-bottom: 50px;
  margin-left: 0px;
  padding-right: 50px;
  padding-left: 50px;
  font-family: Amstirdamending, sans-serif;
  color: #000;
  font-size: 60px;
  text-align: center;
}

.paragraph.start.tilted {
  margin-bottom: 50px;
  margin-left: 50px;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.paragraph.tilted {
  margin-left: 100px;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
  font-family: Amstirdamending, sans-serif;
  text-align: center;
}

.paragraph.tilted.neu {
  margin-left: 40px;
}

.text-block-4 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 12%;
  margin-right: 150px;
  margin-left: 150px;
  font-family: Suisseintl, sans-serif;
  color: #fff;
  font-size: 14px;
}

.heading-13 {
  font-family: Suisseintlmono, sans-serif;
  color: #abd4ba;
  font-size: 100px;
  line-height: 1.2em;
  font-weight: 700;
}

.heading-14 {
  font-family: Suisseintlmono, sans-serif;
  color: #344e95;
  font-size: 35px;
  line-height: 45px;
}

.heading-14._2 {
  margin-top: 50px;
  font-size: 20px;
}

.heading-14._2._3 {
  margin-top: 50px;
}

.heading-14._2._3.mono {
  font-family: Suisseintlmono, sans-serif;
}

.heading-14._2.mono {
  font-family: Suisseintlmono, sans-serif;
  font-weight: 400;
}

.heading-14.bot {
  font-family: Suisseneue, sans-serif;
  color: #424256;
  font-weight: 500;
}

.heading-14.bot.dat {
  text-align: left;
}

.heading-14.bot.dat.tr {
  margin-top: 50px;
}

.heading-14.bot.oben {
  margin-top: 20px;
}

.heading-14.bot.oben.mehr {
  margin-top: 50px;
}

.heading-14.bot.blog {
  margin-top: 20px;
  font-size: 50px;
  text-align: left;
}

.heading-14.bot.blog.vereine {
  margin-top: 10px;
  color: #d3552c;
  font-size: 30px;
  line-height: 35px;
}

.heading-14.bot.auto {
  margin-right: 15px;
}

.heading-14.mobileinv {
  display: none;
}

.heading-14.oben {
  margin-top: 40px;
  color: #344e95;
}

.text-1 {
  margin-top: 10px;
  font-family: Suisseintlmono, sans-serif;
  color: #424256;
  font-weight: 400;
}

.text-1.oben.neu._20 {
  margin-top: 20px;
}

.heading-15 {
  font-family: Mystique, sans-serif;
}

.heading-15._1 {
  margin-bottom: 20px;
  font-family: Amstirdamending, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 70px;
}

.heading-15._1._2 {
  font-family: Staat, sans-serif;
  color: #d3552c;
}

.heading-15._1._2.start {
  font-family: Staat, sans-serif;
  color: #c9a16e;
}

.heading-15._1._2.start.schriftgroesse {
  font-size: 100px;
  line-height: 100px;
}

.heading-15._1._2.sparkeasy {
  font-family: Suisseintlmono, sans-serif;
  color: #5d6cab;
}

.heading-15._1._2.sparkeasy.reach {
  color: #e84519;
}

.heading-15._1._2.sparkeasy.mobile {
  display: none;
}

.heading-15._1._2.unfold {
  font-family: Suisseintl, sans-serif;
  color: #e84715;
  font-weight: 500;
}

.heading-15._1._2.unfold.inspire {
  color: #f4996b;
}

.heading-15._1._2.unfold.weiss {
  color: #fff;
}

.heading-15._1._2.unfold.weiss.kleiner {
  font-size: 90px;
}

.heading-15._1._2.unfold.kleiner {
  font-size: 70px;
}

.heading-15._1._2.share {
  color: #badff5;
}

.heading-15._1._2.share.schriftgroesse {
  font-size: 100px;
  line-height: 100px;
}

.heading-15._1._2.unite {
  color: #b98b4b;
}

.heading-15._1._2.unite.schriftgroesse {
  font-size: 100px;
  line-height: 100px;
}

.heading-15._1._2.schriftgroesse {
  font-size: 100px;
  line-height: 100px;
}

.heading-15._1.mitte {
  margin-right: 130px;
  padding-left: 0px;
  text-align: center;
}

.heading-15._1.mitte.stiftung {
  margin-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.heading-15._1.mitte.tilted {
  font-size: 100px;
  line-height: 100px;
}

.heading-15.voc {
  font-family: Amstirdam, sans-serif;
  font-size: 70px;
}

.heading-15.voc.tilted.rough {
  font-family: Roughmarker, sans-serif;
  color: #424256;
  font-size: 40px;
  line-height: 70px;
}

.heading-15.tilted {
  margin-bottom: 40px;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.text-block-5 {
  font-family: Suisseintl, sans-serif;
  font-size: 14px;
}

.text-block-5.guide {
  color: #d3552c;
  font-size: 20px;
  font-weight: 500;
}

.text-block-5.guide.share {
  color: #badff5;
}

.text-block-5.start {
  color: #c9a16e;
  font-size: 20px;
  font-weight: 500;
}

.text-block-5.start.sparkeasy {
  font-family: Suisseintlmono, sans-serif;
  color: #fcf3e7;
  font-weight: 400;
}

.text-block-5.start.sparkeasy.reach {
  color: #e84519;
}

.text-block-5.start.unfold {
  color: #e84715;
}

.text-block-5.start.unfold.inspire {
  color: #f4996b;
}

.text-block-5.start.unfold.weiss {
  color: #fff;
}

.text-block-5.start.untie {
  color: #b98b4b;
}

.h16 {
  font-family: Suisseintl, sans-serif;
  color: #fff;
}

.h16.beige {
  color: #fcf3e7;
  font-size: 40px;
  line-height: 50px;
}

.h16.spenden {
  color: #e96431;;
  font-size: 40px;
  line-height: 50px;
}

.heading-16 {
  font-family: Suisseworks, sans-serif;
  color: #344e95;
}

.heading-16._2 {
  margin-top: 30px;
  font-size: 36px;
}

.heading-16.msg {
  position: absolute;
  left: 0vw;
  top: 3vw;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  text-align: center;
}

.heading-16.msg.staat {
  left: 1.3vw;
  top: 4vw;
  text-align: left;
}

.heading-16.msg.staat.spark {
  font-family: Suisseintlmono, sans-serif;
}

.heading-16.msg.staat.spark.vis {
  position: absolute;
}

.heading-16.msg.staat.unfold.invndesktop {
  display: none;
}

.heading-16.msg.staat.unfold.invndesktop._2 {
  display: block;
}

.heading-16.msg.staat.db.static {
  position: static;
  margin-top: -100px;
  margin-left: 5%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.heading-16.msg.staat.bottom01 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 4vw;
  margin-bottom: 0px;
  font-family: Suisseneue, sans-serif;
  color: #424256;
  font-weight: 500;
}

.heading-16.msg.staat.bottom01.vereine {
  font-family: Suisseintlmono, sans-serif;
  color: #344e95;
  font-weight: 400;
}

.heading-16.guide.unten {
  font-family: Staat, sans-serif;
}

.heading-16.guide.unten.start {
  color: #c9a16e;
}

.heading-16.guide.unten.start.schrift {
  font-size: 25px;
  line-height: 35px;
}

.heading-16.guide.unten.sparkeasy {
  font-family: Suisseintlmono, sans-serif;
  color: #fcf3e7;
  font-size: 25px;
  line-height: 30px;
}

.heading-16.guide.unten.sparkeasy.reach {
  color: #344e95;
}

.heading-16.guide.unten.sparkeasy.reach.vereine {
  margin-top: 0px;
}

.heading-16.guide.unten.unfold {
  font-family: Suisseintl, sans-serif;
  color: #fcf3e7;
  font-size: 25px;
  line-height: 30px;
}

.heading-16.guide.unten.unfold.inspire {
  color: #424256;
}

.heading-16.guide.unten.db {
  color: #2c3283;
}

.heading-16.guide.unten.db.schrift {
  font-size: 25px;
  line-height: 35px;
}

.heading-16.guide.unten.unite {
  color: #2c3283;
}

.heading-16.guide.unten.unite.schrift {
  font-size: 25px;
  line-height: 35px;
}

.heading-16.start {
  color: #c9a16e;
}

.heading-16.start.staat.gold {
  color: #c9a16e;
}

.heading-16.sparkeasy {
  font-family: Suisseintlmono, sans-serif;
  font-size: 35px;
  line-height: 45px;
}

.heading-16.sparkeasy.reach {
  margin-top: 50px;
}

.heading-16.sparkeasy.reachvereine {
  margin-top: 50px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

.heading-16.staat {
  font-family: Staat, sans-serif;
  color: #344e95;
  font-size: 35px;
  line-height: 45px;
}

.heading-16.staat.db {
  color: #2c3283;
}

.heading-16.unfold {
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-size: 35px;
  line-height: 45px !important;
  font-weight: 500 !important;
}

.grid {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: minmax(50vh, 1fr) repeat(auto-fit, minmax(50vh, 1fr));
}

.div-block-2 {
  background-image: url('https://rockyourlife.de/wp-content/uploads/julia-1080x1440.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-2.farbe1 {
  background-color: #f5dad7;
  background-image: none;
}

.div-block-2.farbe2 {
  background-color: #e0f0e4;
  background-image: none;
}

.div-block-3 {
  background-image: url('../images/Melissa-01619dsf_pp.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.text-block-6 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-6._1 {
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  -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;
  font-family: Suisseintl, sans-serif;
  color: #424256;
}

.text-block-6._1.melissa {
  font-size: 16px;
  font-weight: 500;
}

.heading-17 {
  font-family: Mystique, sans-serif;
}

.heading-17.voc {
  font-family: Amstirdam, sans-serif;
  font-size: 70px;
  line-height: 70px;
  text-align: center;
}

.heading-17.voc.tilted {
  font-family: Roughmarker, sans-serif;
  font-size: 40px;
  line-height: 80px;
}

.heading-17.bot1 {
  font-family: Amstirdam, sans-serif;
  font-size: 300px;
  line-height: 300px;
}

.heading-17.bot1._2 {
  color: #fff;
  font-size: 100px;
  line-height: 130px;
  text-align: center;
}

.heading-17.bot1._3 {
  font-size: 100px;
  line-height: 100px;
  text-align: center;
}

.heading-17.imp {
  margin-bottom: 135px;
  font-family: Amstirdamending, sans-serif;
  color: #424256;
  font-size: 200px;
  line-height: 200px;
  text-align: right;
}

.heading-17.dat {
  margin-top: 150px;
  margin-bottom: 0px;
  font-family: Amstirdamending, sans-serif;
  color: #fff;
  font-size: 200px;
  line-height: 200px;
}

.heading-17.dat.tr {
  margin-top: 150px;
  color: #424256;
}

.heading-17.dat.tr.presse {
  margin-top: 50px;
  font-size: 150px;
}

.heading-17.dat.tr.presse.hoeher {
  margin-top: 0px;
}

.heading-17.dat.tr.blog {
  margin-top: -5px;
  color: #50705b;
  font-size: 130px;
  line-height: 120px;
  text-align: right;
}

.heading-17.vision {
  font-family: Roughmarker, sans-serif;
  color: #b2c0c7;
  font-size: 70px;
  line-height: 110px;
  text-align: center;
}

.heading-17.vision.inspire {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ef723f;
  font-size: 45px;
  font-weight: 400;
}

.heading-17.vision.inspire.grell {
  color: #ff4a00;
}

.heading-17.vision.inspire2 {
  color: #f3e5d1;
  font-size: 50px;
}

.heading-17.vision.inspire2.unfold {
  margin-top: 0px;
  font-size: 80px;
}

.heading-17.vision.inspire3 {
  color: #8aa2ac;
  font-size: 50px;
}

.heading-17.vision.inspire3.unfold {
  font-size: 70px;
}

.heading-17.vision.inspire3.unfold.farbe {
  color: #246674;
}

.heading-17.vision.rylblau {
  color: #455b6b;
}

.heading-17.reach {
  color: #22392d;
}

.heading-17.reach.rechts {
  font-size: 60px;
}

.heading-17.reachvereine {
  margin-bottom: 50px;
  font-size: 40px;
}

.heading-17.dark {
  display: none;
}

.heading-17.tilted {
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-5 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

._1 {
  font-family: Suisseworks, sans-serif;
  color: #344e95;
}

._1._2 {
  margin-top: 20px;
}

._1._2._3 {
  font-size: 16px;
  font-weight: 500;
}

._1._2._3.guide {
  margin-top: 0px;
  margin-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Suisseintl, sans-serif;
  color: #424256;
}

._1._2._3.guide.nicht-dick {
  font-size: 14px;
  font-weight: 400;
}

._1._2._3.sparkeasy {
  font-family: Suisseintlmono, sans-serif;
  font-weight: 400;
  text-align: left;
}

._1._2._3.sparkeasy.reachgrid {
  margin-top: 20px;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
}

._1._2._3.staat {
  font-family: Staat, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

._1._2._3.staat.db {
  line-height: 40px;
}

._1._2._3.unfold {
  color: #424256;
  font-size: 20px;
  font-weight: 600;
}

._1._2._3.unfold.podcast1 {
  margin-top: 50px !important;
}

._2 {
  display: block;
  font-family: Suisseworks, sans-serif;
  color: #344e95;
  font-size: 14px;
}

._2.inv {
  display: none;
}

._2.start {
  color: #c9a16e;
}

._2.unfold {
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-weight: 500;
}

._2.unfold._1 {
  color: #fcf3e7;
}

._2.blau {
  font-family: Staat, sans-serif;
  color: #2c3283;
  font-weight: 700;
}

._2.vision {
  font-family: Staat, sans-serif;
  color: #fcf3e7;
}

._2.unite {
  color: #2c3283;
}

._2.reach {
  font-family: Suisseintlmono, sans-serif;
  color: #344e95;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.zahlen {
  font-family: Suisseworks, sans-serif;
  color: #d3552c;
  font-size: 50px;
  font-weight: 700;
}

.zahlen._1 {
  width: 100px;
  min-width: 100px;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  color: #424256;
  font-size: 25px;
}

.text-block-7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-block-7._10 {
  margin-left: 15px;
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-size: 14px;
}

.text-block-7._10._2 {
  margin-right: 15px;
  margin-left: 20px;
  font-size: 12px;
}

.text-block-8 {
  font-size: 14px;
}

.text-block-8._1 {
  font-family: Suisseintl, sans-serif;
  color: #424256;
}

.text-block-8._1.oben {
  margin-top: 20px;
}

.text-block-8._1.dick {
  font-weight: 700;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  margin-top: 5px;
  background-color: #d3552c;
}

.div-block-7._2 {
  background-color: #979ba6;
}

.div-block-7._3 {
  background-color: #a9d8f2;
}

.div-block-7._4 {
  background-color: #8185b5;
}

.div-block-7._5 {
  background-color: #c4a06c;
}

.div-block-7._6 {
  margin-bottom: 0px;
  background-color: #f7bc9c;
}

.div-block-7._6.platz {
  margin-bottom: 0vw;
}

.berschrift1 {
  font-family: Suisseintl, sans-serif;
  color: #f2e4d0;
  font-size: 80px;
  line-height: 80px;
  font-weight: 500;
}

.heading20 {
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
}

.heading20.bottom1 {
  font-family: Suisseneue, sans-serif;
  font-weight: 500;
}

.heading20.bottom1.oben {
  margin-top: 40px;
}

.italic-text {
  color: #424256;
}

.speech-bubble-question {
  position: relative;
  margin-right: 30%;
  margin-bottom: 12px;
  padding: 12px 16px;
  border-radius: 16px;
  background-color: #e5e3e9;
}

.speech-bubble-question.show-if-in-view {
  margin-right: 5%;
  margin-left: 5%;
  padding: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 0px;
  background-color: #bbb5cc;
}

.speech-bubble-question.show-if-in-view.start {
  background-color: #c9a16e;
}

.speech-bubble-question.show-if-in-view.start.grow {
  height: auto;
  background-color: #be9969;
}

.speech-bubble-question.show-if-in-view.lead {
  background-color: #8994c1;
}

.speech-bubble-question.show-if-in-view.spark {
  background-color: #f5dad7;
}

.speech-bubble-question.show-if-in-view.unfold {
  background-color: #f7c5a8;
}

.speech-bubble-question.show-if-in-view.inspire {
  background-color: #c1c6c5;
}

.speech-bubble-question.show-if-in-view.share {
  background-color: #8b8fb8;
}

.speech-bubble-question.show-if-in-view.reach {
  background-color: #f0ccc8;
}

.speech-bubble-question.show-if-in-view.reachvereine {
  background-color: #d7d9dd;
}

.bubble-left {
  position: absolute;
  left: -1px;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 0;
  width: 3vw;
}

.bubble-left._2.start {
  left: 0px;
  bottom: 0%;
  margin-top: 0px;
  padding-top: 0px;
}

.speech-bubble-headline {
  position: relative;
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 500;
}

.speech-bubble-headline.blau {
  color: #344e95;
}

.link {
  color: #424256;
}

.link.stefan.tel.spyra {
  display: inline;
  margin-top: 0px;
}

.link-2 {
  color: #424256;
}

.heading-18.staat {
  font-family: Staat, sans-serif;
  font-size: 35px;
  line-height: 45px;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.styleguide-content {
  max-width: 100%;
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #b8c4be;
}

.styleguide-content.tr {
  background-color: #b3b8c4;
}

.styleguide-content.imp {
  background-color: #ffbf72;
}

.styleguide-content.spenden {
  background-color: #96a89d;
}

.styleguide-content.presse {
  background-color: #dce2de;
}

.styleguide-content.blog {
  background-color: #faf3e5;
}

.styleguide-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 2;
  height: 100vh;
  max-height: none;
  min-height: 100vh;
  min-width: 50%;
  margin-right: 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.styleguide-sidebar.blog {
  height: 150vh;
  max-height: none;
  min-height: 0px;
}

.styleguide-sidebar.blog.vereine {
  height: 100vh;
}

.styleguide-sidebar.blog.groesser {
  height: 1000px;
  padding-bottom: 0px;
}

.container-default {
  display: block;
  max-width: none;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.rich-text-block {
  text-align: left;
}

.rich-text-block.dat {
  margin-top: 50px;
  font-size: 14px;
}

.div-block-8 {
  padding-top: 10vw;
  padding-right: 5vw;
  padding-left: 5vw;
}

.image-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.divguide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.divguide.oben {
  margin-top: 20px;
}

.divguide.nicht-dick {
  font-family: Suisseintl, sans-serif;
  font-weight: 400;
}

.haken {
  margin-top: 5px;
  width: 24px;
  height: 24px;
}

.staat {
  font-family: Staat, sans-serif;
}

.staat.db {
  color: #2c3283;
  font-size: 35px;
  line-height: 45px;
}

.bold-text-3 {
  font-size: 16px;
  font-weight: 600;
}

.italic-text-2 {
  font-size: 1rem;
  font-weight: 400;
}

.italic-text-2.blau {
  color: #344e95;
}

.contact-form-2 {
  padding: 5vw 5vw 0px;
}

.contact-form-2._2 {
  padding-top: 0vw;
  padding-right: 0vw;
  padding-left: 0vw;
}

.contact-form-2.oben {
  padding-top: 0vw;
  padding-right: 0vw;
  padding-left: 0vw;
}

.contact-form-grid-2 {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-form-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-form-contact.blau {
  height: 50px;
  margin-top: -20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #aeb1d5;
}

.div-form-contact.blau.unfold {
  background-color: #f3e5d1;
}

.div-form-contact.blau.un {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b2c1c7;
}

.div-form-contact.blau.unten {
  margin-top: 0px;
}

.div-form-contact.rot {
  height: 50px;
  margin-top: -20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8bc9c;
}

.div-form-contact.rot._1 {
  background-color: #999c96;
}

.div-form-contact.rot._1.unfold {
  background-color: #f1f2f5;
}

.div-form-contact.rot.unten {
  margin-top: 0px;
}

.field-label-form {
  width: 100%;
  margin-bottom: 0px;
}

.field-label-form.rot {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  background-color: #f8bc9c;
  font-family: Suisseintl, sans-serif;
  font-size: 11px;
  font-weight: 400;
  text-transform: none;
}

.field-label-form.rot._1 {
  background-color: #999c96;
}

.field-label-form.rot._1.unfold {
  margin-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #f1f2f5;
}

.field-label-form.blau {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  background-color: #aeb1d5;
  font-family: Suisseintl, sans-serif;
  font-size: 11px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.field-label-form.blau.weit {
  width: 200%;
  margin-top: 5px;
}

.field-label-form.blau.unfold {
  background-color: #f3e5d1;
}

.field-label-form.blau.un {
  margin-top: 0px;
  background-color: #b2c1c7;
}

.field-label-form.blau.un.unten {
  margin-top: 0px;
}

.text-field-2 {
  height: 100%;
  margin-bottom: 0px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(66, 66, 86, 0.27);
  background-color: #f8bc9c;
  font-family: Suisseintl, sans-serif;
  font-size: 11px;
}

.text-field-2._1 {
  border-style: none;
  border-width: 1px;
  border-color: rgba(66, 66, 86, 0.27);
  background-color: #999c96;
  font-family: Suisseintl, sans-serif;
}

.text-field-2._1.unfold {
  height: auto;
  margin-right: 5px;
  border: 1px none #000;
  border-radius: 0px;
  background-color: #f1f2f5;
  opacity: 1;
}

.text-field-3 {
  height: 100%;
  margin-bottom: 0px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(66, 66, 86, 0.27);
  background-color: #aeb1d5;
  font-family: Suisseintl, sans-serif;
  font-size: 11px;
}

.text-field-3.unfold {
  height: auto;
  margin-right: 5px;
  border: 1px none #000;
  background-color: #f3e5d1;
}

.text-field-3.unfold.blau {
  color: #344e95;
}

.text-field-3.un {
  background-color: #b2c1c7;
}

.submit-button {
  margin-top: 20px;
  padding: 12px 25px;
  background-color: #424256;
  font-family: Suisseintl, sans-serif;
  color: #fff;
  font-size: 14px;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Suisseintl, sans-serif;
  font-weight: 400;
  text-transform: none;
}

.checkbox-field.kurz {
  width: auto;
  margin-top: 0px;
  margin-right: 30px;
  margin-bottom: 0px;
}

.checkbox-field.kurz._2 {
  margin-top: 0px;
  margin-right: 0px;
}

.checkbox-label {
  width: auto;
  color: #1a1b1f;
  font-size: 11px;
  font-weight: 400;
  text-transform: none;
}

.checkbox-label.kurz {
  width: auto;
  color: #1a1b1f;
  text-transform: none;
}

.checkbox-label.kurz._2 {
  font-family: Suisseintl, sans-serif;
  color: #424256;
}

.checkbox-label.mitte {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.checkbox-label.nlauer {
  color: #424256;
}

.checkbox {
  width: auto;
  margin-top: 0px;
  margin-right: 15px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.text-block-10 {
  color: #424256;
}

.text-block-10._1 {
  font-family: Suisseintl, sans-serif;
}

.error-message {
  font-family: Suisseintl, sans-serif;
  color: #424256;
}

.text-block-11 {
  text-align: center;
}

.reihe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 30px;
}

.reihe._2 {
  margin-top: 0px;
}

.zelle1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  margin-left: 0px;
  padding-left: 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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: Suisseintlmono, sans-serif;
  color: #424256;
  font-size: 18px;
  font-weight: 400;
}

.zelle2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  margin-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #fddfce;
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-size: 14px;
}

.zelle2.g {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e0f0e5;
}

.zelle2.r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5dad7;
}

.zellea {
  width: 30%;
  background-color: #fddfce;
  text-align: center;
}

.zellea.g {
  background-color: #e0f0e5;
}

.zellea.r {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-color: #f5dad7;
}

.zelleb {
  width: 70%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 5px;
}

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

.div-block-12.unfold {
  margin-top: 0px;
}

.div-block-12.pasddingweg {
  margin-top: 0px;
}

.a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -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: #f7bc9b;
  font-family: Suisseintlmono, sans-serif;
  color: #424256;
  text-align: center;
}

.a.o {
  background-color: transparent;
}

.a.blau {
  background-color: #bfb4cb;
  text-align: center;
}

.a.blau._1 {
  font-weight: 600;
}

.a.blau._3 {
  margin-left: 5px;
  font-family: Suisseintl, sans-serif;
  color: #d3552c;
  font-size: 14px;
  font-weight: 600;
}

.a._1 {
  font-family: Suisseintl, sans-serif;
  color: #d3552c;
  font-size: 14px;
  font-weight: 600;
}

.a._2 {
  margin-left: 5px;
  font-family: Suisseintl, sans-serif;
  color: #d3552c;
  font-weight: 600;
}

.a.inspire {
  width: 40%;
  margin-left: 5px;
  font-family: Suisseintl, sans-serif;
  color: #e74715;
  font-size: 14px;
  font-weight: 600;
}

.a.inspire.weiss {
  background-color: #f3e5d1;
  font-weight: 600;
}

.a.inspire.inv {
  background-color: transparent;
  color: #424256;
}

.b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-left: 5px;
  padding-left: 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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-color: #f7bc9b;
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-weight: 400;
  text-align: center;
}

.b.o {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-left: 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;
  background-color: transparent;
  font-family: Suisseintlmono, sans-serif;
  text-align: center;
}

.b.blau {
  background-color: #bfb4cb;
}

.b.blau._2 {
  width: 20%;
  font-family: Suisseintl, sans-serif;
  color: #d3552c;
  font-weight: 600;
}

.b._3 {
  width: 40%;
  padding-right: 5px;
  padding-left: 5px;
  color: #d3552c;
  font-size: 14px;
  font-weight: 600;
}

.b.inspire {
  width: 20%;
  color: #e74715;
  font-size: 14px;
  font-weight: 600;
}

.b.inspire.links {
  margin-left: 0px;
}

.b.inspire.links.weiss {
  background-color: #f3e5d1;
  font-weight: 600;
}

.b.inspire.links.inv {
  background-color: transparent;
}

.b.inspire.weiss {
  background-color: #f3e5d1;
}

.b.inspire.inv {
  background-color: transparent;
  color: #424256;
}

.oben {
  font-family: Suisseintlmono, sans-serif;
  color: #424256;
}

.table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 30px;
  background-color: #f1bba1;
}

.flex-half-text-cont-spacer-2 {
  width: 100%;
  height: 12.5vh;
  margin-top: 10px;
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-size: 18px;
}

.flex-half-text-cont-spacer-2._2 {
  color: #fff;
}

.zeilen.rot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3e5d1;
}

.zeilen.rot.oben {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3e5d1 !important;
}

.zeilen.rot.oben.neu {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.zeilen.rot.oben.neu.wrapper {
  padding-right: 15px !important;
  padding-left: 15px !important;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.zeilen.rot._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8bc9b;
}

.zeilen.rot._2.neu {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.zeilen.rot._2.neu.wrapper {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.zeilen.rot.neu {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.zeilen.rot.neu.wrapper {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text1 {
  margin-left: 15px;
  font-family: Suisseintl, sans-serif;
  color: #d3552c;
  font-size: 16px;
  font-weight: 600;
}

.text1.neu {
  margin-left: 0px;
}

.text1.zoom {
  color: #d3552c;
}

.podlink {
  display: block;
  margin-top: 5px;
  font-family: Suisseintl, sans-serif;
  font-size: 14px;
}

.podlink.oben {
  margin-top: 10px;
}

.podlink.oben.dunkel {
  display: block;
  color: #000;
}

.podlink.platzunten {
  padding-bottom: 5vw;
}

.bold-text-4 {
  font-weight: 400;
}

.ifo-logo {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  margin-right: 10vw;
  margin-left: 0vw;
}

.ifo-logo.w--current {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-right: 10vw;
  margin-left: 0vw;
}

.richtext-vision {
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-size: 14px;
}

.vision-leisten1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 20px;
  -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;
  background-color: #f7bc9b;
  text-decoration: none;
}

.vision-leisten1._2 {
  margin-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #608994;
  text-decoration: none;
}

.vision-leisten1._3 {
  margin-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f3e5d1;
  text-decoration: none;
}

.vision-leisten1._4 {
  margin-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #b5c2c4;
  text-decoration: none;
}

.vision-leisten1._5 {
  margin-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f1f2f4;
  text-decoration: none;
}

.leiste1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-right: 0px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-size: 15px;
  font-weight: 700;
}

.imgmic {
  margin-right: 10px;
}

.heading-19 {
  font-family: Suisseworks, sans-serif;
  color: #344e95;
}

.heading-19.guide.unten {
  font-family: Staat, sans-serif;
}

.heading-19.guide.unten.db {
  color: #2c3283;
}

.heading-19.guide.unten.db.schrift {
  font-size: 25px;
  line-height: 35px;
}

._2-2 {
  display: block;
  font-family: Suisseworks, sans-serif;
  color: #344e95;
  font-size: 14px;
}

.zoom {
  color: #d3552c;
}

.zoom:hover {
  color: #d3552c;
}

.zoom2 {
  margin-right: 10px;
  margin-left: 15px;
}

.grid-2 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.grid-2.reach {
  margin-top: 50px;
  -ms-grid-rows: 200px 200px 200px 200px;
  grid-template-rows: 200px 200px 200px 200px;
}

.stefan {
  width: 60%;
  margin-top: 20px;
}

.image-3 {
  width: 40px;
  font-size: 16px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 1px solid #424256;
}

.column.kurz {
  padding-left: 0px;
}

.linkcolu {
  width: 570px;
}

.orange-datum {
  font-family: Suisseintl, sans-serif;
  color: #d3552c;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.link-cms {
  width: 500px;
  text-decoration: none;
}

.collection-list-wrapper {
  margin-top: 20px;
}

.collection-list-wrapper-2 {
  margin-top: 20px;
}

.jahr {
  font-family: Suisseintl, sans-serif;
  color: #d3552c;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
}

.text-block-12 {
  font-family: Suisseintl, sans-serif;
  color: #424256;
}

.div-block-14 {
  display: block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.heading-20 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
}

.bloghead {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Suisseneue, sans-serif;
  color: #50705b;
  font-size: 25px;
  line-height: 30px;
}

.bloghead.unten {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #50705b;
  font-size: 16px;
}

.bloghead.platzoben {
  margin-top: 20px;
}

.blogtext {
  font-family: Suisseintl, sans-serif;
  color: #424256;
  font-weight: 400;
}

.bloglink {
  margin-bottom: 0px;
  font-family: Suisseintl, sans-serif;
  color: #d3552c;
  font-weight: 500;
}

.bloglink:hover {
  color: #d3552c;
}

.div-block-15 {
  margin-bottom: 0px;
  padding-bottom: 20px;
  border-bottom: 1px none #424256;
}

.div-block-15.untenlinie {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #424256;
}

.mix {
  display: block;
}

.categ {
  display: none;
  margin-top: 0px;
  font-family: Suisseneue, sans-serif;
  color: #50705b;
  font-size: 16px;
  line-height: 30px;
}

.categ.hidden {
  display: none;
}

.filter-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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;
  -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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-template-areas: "Area Area-2"
    "Area-3 Area-4"
    "Area-5 Area-6"
    "Area-7 Area-8";
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.filter-menu {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.filter-menu.dyn {
  margin-top: 0px;
  margin-bottom: 0px;
}

.filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.text-block-14 {
  padding-right: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Suisseintl, sans-serif;
  color: #424256;
}

.social-share-icon {
  margin-right: 5px;
  margin-left: 5px;
}

.social-share-icon.facebook {
  width: 35px;
  height: 35px;
  background-image: url('../images/Icon_facebook-2.png');
  background-position: 0px 0px;
  background-size: contain;
}

.social-share-icon.instagram {
  width: 35px;
  height: 35px;
  background-image: url('../images/instagram.png');
  background-position: 0px 0px;
  background-size: cover;
}

.social-share-icon.linkedin {
  width: 35px;
  height: 35px;
  background-image: url('../images/Icon_linkedin-2.png');
  background-position: 0px 0px;
  background-size: cover;
}

.social-share-icon.xing {
  width: 35px;
  height: 35px;
  background-image: url('../images/Icon_xing-2.png');
  background-position: 0px 0px;
  background-size: cover;
}

.collection-list-wrapper-3 {
  display: block;
  width: 50%;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.divlinks {
  margin-right: 0px;
}

.columns-2 {
  margin-bottom: 30px;
}

.column-2 {
  border-bottom: 1px solid #424256;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.youtube {
  margin-top: 20px;
}

.image-4 {
  margin-top: 50px;
  margin-left: 50px;
}

.sample {
  display: block;
  clear: none;
  -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;
  background-color: transparent;
  text-align: center;
}

.post-card-icon {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -14%;
  width: 150px;
  height: 48px;
  margin-right: auto;
  margin-left: auto;
  padding: 2%;
  border-radius: 10px;
  background-color: #0d3a5e;
}

.tab-dropdown {
  display: block;
  width: 250px;
  height: 50px;
  margin-top: 5%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  border-radius: 0px;
  background-color: #50705b;
  background-image: url('../images/dropdown-icon.svg');
  background-position: 95% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-family: Suisseintl, sans-serif;
  color: #fff;
  cursor: pointer;
}

.tab-dropdown:hover {
  border-radius: 0px;
  background-color: #50705b;
  background-image: url('../images/dropdown-icon.svg');
  background-position: 95% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.tab-link {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: transparent;
  color: #3b444b;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.tab-link:hover {
  border-radius: 10px;
  background-color: #3e4b3b;
  color: #fff;
}

.tab-link.w--current {
  border-radius: 10px;
  background-color: #4a5747;
  color: #fff;
  font-weight: 800;
}

.tab-link.w--current:hover {
  background-color: #5c6959;
}

.text-block-15 {
  font-family: Suisseintl, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.tab-background {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: none;
}

.content-div-wrap {
  padding: 5%;
}

.text-block-16 {
  color: #fff;
  text-align: center;
}

.tabs-content {
  margin-top: 5%;
  padding: 0px 0px 35px;
  border-radius: 6px;
  background-color: transparent;
  text-align: left;
}

.tabs-menu {
  z-index: 5;
  display: none;
  width: 50%;
  margin-top: 1%;
  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;
  border-bottom: 2px none #78cec3;
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);
  text-align: center;
}

.tab-system {
  z-index: 9;
}

.post-card-image {
  position: relative;
  width: 100%;
  height: 216px;
  max-height: none;
  margin-bottom: 8px;
  border-radius: 10px;
  background-color: #f3f3f7;
  background-image: url('../images/Asset-14x.png'), -webkit-gradient(linear, left top, left bottom, from(#92a177), to(#92a177));
  background-image: url('../images/Asset-14x.png'), linear-gradient(180deg, #92a177, #92a177);
  background-position: 50% 50%, 0px 0px;
  background-size: 150px, auto;
  background-repeat: no-repeat, repeat;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.rich-text-block-2 {
  font-family: Suisseintl, sans-serif;
  color: #d3552c;
  font-weight: 600;
}

.link-3 {
  white-space: normal;
}

.div-block-22 {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-2 {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.dropdown-2.w--open {
  background-color: #18181c;
}

.dropdown-list-2 {
  left: auto;
  top: 100%;
  right: 0%;
  bottom: auto;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #18181c;
  color: #fff;
}

.menu-list-link-2 {
  position: relative;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  text-decoration: none;
}

.menu-list-link-2:hover {
  color: #fff;
  text-decoration: underline;
}

.menu-list-link-2:active {
  color: #fcf3e7;
}

.menu-list-link-2.w--current {
  padding-left: 15px;
  border-left: 1px solid #fcf3e7;
}

.menu-list-link-2.w--current:active {
  color: #fcf3e7;
}

.menu-list-link-2.mll-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 16px;
}

.menu-list-link-2.mll-desktop.w--current {
  border-bottom: 1px solid #fff;
  border-left-style: none;
}

.menu-list-link-2.mll-desktop.mll-dropdown {
  width: auto;
  padding: 0px;
  color: #fff;
}

.menu-list-link-2.mll-desktop.mll-dropdown.fest {
  width: 23%;
}

.menu-list-link-2.mll-small {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 10px;
  font-size: 16px;
}

.menu-list-link-2.mll-small.mll-dropdown-link {
  width: 100%;
  margin-right: 0px;
  padding: 6px 15px;
  font-size: 14px;
}

.menu-list-link-2.mll-small.mll-dropdown-link.w--current {
  color: #fff;
}

.checkboxmetries {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Suisseintl, sans-serif;
  color: #000;
}

.checkboxmetries._2 {
  margin-right: 15px;
}

.div-block-24 {
  height: 100px;
  margin-top: -20px;
}

.wrapperbox {
  margin-top: -20px;
}

.wrapperboxzwei {
  margin-top: -20px;
}

.platz5 {
  padding-bottom: 7vh;
}

.dropdown-innerlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  max-width: 350px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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: 0px 0px 5px 5px;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.35);
  color: #fff;
}

.dropdowncontainer {
  position: absolute;
  display: block;
  overflow: hidden;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-left: -10px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dropdown-list-3 {
  overflow: hidden;
  width: auto;
  margin-top: 0px;
  margin-left: 0px;
  padding: 0px 10px 10px;
  background-color: transparent;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  height: 100%;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdownlink-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

.navlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: none;
  cursor: pointer;
}

.navlink:hover {
  color: #2193b0;
  text-align: left;
}

.navlink.w--current {
  padding-right: 20px;
  padding-left: 20px;
  color: #2193b0;
  text-transform: capitalize;
}

.navlink.sub {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 20px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  color: #333;
  font-weight: 500;
  white-space: nowrap;
}

.navlink.sub:hover {
  color: #2193b0;
  text-decoration: none;
}

.dropdownwrapper {
  position: relative;
  display: block;
  height: 100%;
  padding-top: 0px;
}

.navbar {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  height: 70px;
  padding-top: 0px;
  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;
  background-color: #fff;
  box-shadow: 1px 1px 13px 0 rgba(0, 0, 0, 0.3);
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 0px;
  padding-left: 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.collection-item-9 {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.collection-item-9:hover {
  color: #509bf1;
}

.down {
  display: none;
}

.hamburger-wrapper {
  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: 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;
}

.line-3-1 {
  width: 30px;
  height: 2px;
  background-color: #fff;
}

.hamburger-content {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  -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: #fff;
}

.line-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  width: 30px;
  height: 2px;
}

.line-2 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 2px;
  -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: #fff;
}

.line-3 {
  width: 30px;
  height: 2px;
  background-color: #fff;
}

.text-block-17 {
  font-family: Suisseintl, sans-serif;
}

.text-block-18 {
  font-family: Suisseintl, sans-serif;
}

.text-block-19 {
  font-family: Suisseintl, sans-serif;
}

.text-block-20 {
  font-family: Suisseintl, sans-serif;
}

.footerlink {
  color: #424256;
}

.html-embed {
  margin-top: 20px;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.collection-list-wrapper-4 {
  width: 100%;
}

.button-3 {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #424256;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  font-family: Suisseintl, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: capitalize;
}

.button-3:hover {
  background-color: #32343a;
  color: #fff;
}

.button-3:active {
  background-color: #43464d;
}

.button-3.filtering-button {
  display: inline-block;
  width: 100%;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #50705b;
}

.button-3.filtering-button.filter {
  position: static;
  display: inline-block;
  width: 50%;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #50705b;
}

.jobsdiv {
  margin-top: 20px;
}

.empty-state {
  display: none;
}

.empty-state-2 {
  display: none;
}

.div-block-26 {
  display: none;
}

.do-not-cancel {
  display: none;
}

.collection-list-wrapper-5 {
  display: block;
}

.collection-list-wrapper-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.empty-state-3 {
  display: none;
}

.empty-state-4 {
  display: none;
}

@media screen and (min-width: 1440px) {
  .paragraph-small {
    font-size: 16px;
  }

  .paragraph-small.underline {
    font-size: 18px;
  }

  .paragraph-small._2 {
    font-style: normal;
  }

  .button.filtering-button {
    width: 100%;
  }

  .brand {
    margin-left: 10vw;
  }

  .brand._2 {
    margin-left: 5vw;
  }

  .flex-half-cont.dreieck.unfold11 {
    background-image: url('../images/Block8_farbe_rechts.jpg');
  }

  .flex-half-cont._11 {
    min-height: 100vh;
  }

  .flex-half-cont._11.unfold8 {
    background-color: #e0e6e7;
  }

  .flex-half-cont._11.unfold9 {
    background-color: #b2c0c6;
  }

  .flex-half-cont._11.unfold10 {
    background-color: #f2e4d1;
  }

  .flex-half-cont._11._110 {
    min-height: 100vh;
  }

  .flex-half-cont._200.ueberuns {
    min-height: 100vh;
  }

  .flex-half-cont._200.ueberuns.gross {
    min-height: 130vh;
  }

  .text-container {
    padding-right: 7vw;
  }

  .text-container.float-bottom.txt-white.vision.hoher {
    padding-top: 5vw;
  }

  .text-container.float-bottom.txt-white.reach.rechts {
    padding-left: 10vw;
  }

  .text-container._1 {
    padding-right: 7vw;
    padding-left: 5vw;
    font-size: 18px;
  }

  .text-container._1.platzunten.neu {
    padding-bottom: 39vw;
  }

  .text-container.utnenguide {
    padding-top: 35vw;
  }

  .text-container.utnenguide.h-her {
    padding-top: 35vw;
  }

  .text-container.utnenguide.tiefer {
    padding-top: 35vw;
    padding-bottom: 10vw;
  }

  .text-container.platz {
    padding-bottom: 10vw;
  }

  .text-container.platz._2 {
    padding-bottom: 10vw;
  }

  .page-subheading {
    font-size: 100px;
  }

  .page-subheading._4.beige.staat, .page-subheading._4.spenden.staat {
    font-size: 100px;
    line-height: 100px;
  }

  .page-subheading.voc {
    font-size: 50px;
  }

  .page-subheading.startseite.home {
    font-size: 90px;
  }

  .accordion.js-accordion.oben.platzunten._2 {
    padding-bottom: 5vw;
  }

  .question-text {
    font-size: 16px;
  }

  .big-icon.pfeil {
    height: 40px;
  }

  .employee-slider._200.gross {
    min-height: 130vh;
  }

  .employee-slide-cont {
    height: 1200px;
  }

  .employee-slide-cont.bottom01._200.ueberuns {
    margin-top: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .employee-slide-cont.bottom01._200.ueberuns.akt {
    height: 1200px;
  }

  .employee-slide-cont.bottom01._200.ueberuns.gross {
    height: 1200px;
    margin-bottom: 60px;
  }

  .employee-name {
    font-size: 65px;
  }

  .flex-half-text-cont-spacer {
    font-size: 16px;
  }

  .flex-half-text-cont-spacer._1._2 {
    font-size: 16px;
  }

  .flex-half-text-cont-spacer._1._2._3._4 {
    font-size: 16px;
  }

  .flex-half-text-cont-spacer._1._2._3._4._5 {
    font-size: 16px;
  }

  .flex-half-text-cont-spacer._1._2._3._4._5.jobs {
    width: 50%;
  }

  .flex-half-text-cont-spacer._1._3 {
    font-size: 18px;
  }

  .flex-half-text-cont-spacer._1._3.nicht-dick {
    font-size: 16px;
    font-weight: 400;
  }

  .flex-half-text-cont-spacer._2 {
    font-size: 16px;
  }

  .flex-half-text-cont-spacer._2.reachgrid.fett {
    font-size: 16px;
  }

  .heading {
    font-size: 100px;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 50px !important;
  }

  .text-block-2 {
    font-size: 16px;
  }

  .heading-3 {
    font-size: 30px;
  }

  .heading-6 {
    font-size: 40px;
    line-height: 50px;
  }

  .text-block-3 {
    font-size: 16px;
  }

  .text-block-3.footer {
    margin-right: -3vw;
    margin-left: 0vw;
    font-size: 14px;
  }

  .text-block-3.footer.platz {
    margin-top: 10px;
    margin-right: -2vw;
    margin-left: 0vw;
  }

  .button-2 {
    font-size: 16px;
  }

  .button-2.guide {
    font-size: 16px;
  }

  .button-2.home {
    font-size: 16px;
  }

  .button-2.home.mobilesmall {
    width: 320px;
  }

  .button-2.podcast.farbe1 {
    width: 280px;
  }

  .button-2.podcast.farbe2 {
    width: 280px;
  }

  .button-2.podcast.farbe3 {
    width: 280px;
  }

  .button-2.podcast.farbe4 {
    width: 280px;
  }

  .button-2.vereine {
    width: 300px;
  }

  .paragraph._2._3.home.etwasrunter {
    margin-top: 500px;
  }

  .paragraph._2._3.home.etwasrunter.kleiner {
    margin-top: 400px;
  }

  .paragraph._2._3.home.etwasrunter.kleiner.tilted {
    margin-top: 300px;
  }

  .paragraph.start {
    margin-left: 90px;
    font-size: 80px;
  }

  .paragraph.start.tilted {
    margin-left: 70px;
  }

  .paragraph.tilted {
    margin-left: 100px;
  }

  .text-block-4 {
    font-size: 16px;
  }

  .heading-13 {
    font-size: 100px;
  }

  .heading-14 {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-14.bot.blog {
    font-size: 60px;
    line-height: 75px;
  }

  .heading-14.bot.blog.vereine {
    font-size: 45px;
    line-height: 50px;
  }

  .text-1 {
    font-size: 18px;
  }

  .text-1.oben {
    margin-top: 20px;
    font-size: 18px;
  }

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

  .heading-15._1._2.start.schriftgroesse {
    font-size: 110px;
    line-height: 110px;
  }

  .heading-15._1._2.unfold.weiss.kleiner {
    font-size: 90px;
  }

  .heading-15._1._2.unfold.kleiner {
    font-size: 80px;
  }

  .heading-15._1._2.share.schriftgroesse {
    font-size: 110px;
    line-height: 110px;
  }

  .heading-15._1._2.unite.schriftgroesse {
    font-size: 130px;
    line-height: 130px;
  }

  .heading-15._1._2.schriftgroesse {
    font-size: 110px;
    line-height: 110px;
  }

  .heading-15.voc.tilted.rough {
    color: #424256;
    font-size: 60px;
    line-height: 100px;
  }

  .text-block-5 {
    font-size: 16px;
  }

  .text-block-5.guide.schriftgroesse {
    font-size: 25px;
  }

  .text-block-5.start.schriftgroesse {
    font-size: 25px;
  }

  .h16.beige {
    font-size: 50px;
  }

  .heading-16.msg.staat.unfold.invndesktop {
    display: block;
  }

  .heading-16.guide.unten.start.schrift {
    font-size: 25px;
    line-height: 35px;
  }

  .heading-16.guide.unten.db.schrift {
    font-size: 25px;
    line-height: 35px;
  }

  .heading-16.guide.unten.unite.schrift {
    font-size: 25px;
    line-height: 35px;
  }

  .heading-16.sparkeasy {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-16.staat {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-16.unfold {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-17.voc.tilted {
    font-size: 60px;
  }

  .heading-17.bot1._2 {
    font-size: 120px;
  }

  .heading-17.dat.tr.blog {
    font-size: 150px;
  }

  .heading-17.reach.zeilenabstand {
    font-size: 60px;
    line-height: 80px;
  }

  ._1._2._3.guide {
    font-size: 15px;
  }

  ._1._2._3.guide.nicht-dick {
    font-size: 16px;
  }

  ._1._2._3.sparkeasy {
    font-size: 18px;
  }

  ._1._2._3.sparkeasy.reachgrid {
    font-size: 28px;
  }

  ._1._2._3.staat.db {
    line-height: 40px;
  }

  .zahlen {
    font-size: 60px;
  }

  .zahlen._1 {
    font-size: 25px;
  }

  .text-block-7._10 {
    font-size: 18px;
  }

  .text-block-7._10._2 {
    font-size: 13px;
  }

  .text-block-8._1 {
    font-size: 16px;
  }

  .berschrift1 {
    font-size: 100px;
    line-height: 1.2em;
  }

  .heading20 {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-18.staat {
    font-size: 45px;
    line-height: 55px;
  }

  .styleguide-sidebar.blog {
    height: 100vh;
  }

  .styleguide-sidebar.blog.vereine.groesser {
    height: 1000px;
  }

  .styleguide-sidebar.blog.groesser {
    height: 1000px;
  }

  .rich-text-block.dat {
    font-size: 16px;
  }

  .staat {
    font-size: 45px;
    line-height: 55px;
  }

  .staat.db {
    font-size: 40px;
    line-height: 50px;
  }

  .bold-text-3 {
    font-size: 16px;
  }

  .contact-form-2._2 {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .contact-form-2.oben {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .div-form-contact.blau {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Suisseintl, sans-serif;
    font-weight: 400;
    font-size: 13px;
  }

  .div-form-contact.blau.unfold {
    background-color: #f3e5d1;
  }

  .div-form-contact.blau.un {
    background-color: #b2c1c7;
  }

  .div-form-contact.rot {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Suisseintl, sans-serif;
    font-size: 13px;
  }

  .div-form-contact.rot._1.unfold {
    background-color: #f1f2f5;
  }

  .field-label-form.rot {
    margin-top: 0px;
    font-size: 13px;
    font-weight: 400;
  }

  .field-label-form.rot._1.unfold {
    background-color: #f1f2f5;
  }

  .field-label-form.blau {
    margin-top: 0px;
    font-size: 13px;
    font-weight: 400;
  }

  .field-label-form.blau.weit {
    width: 230%;
    font-weight: 400;
  }

  .field-label-form.blau.unfold {
    background-color: #f3e5d1;
    font-size: 13px;
  }

  .field-label-form.blau.un {
    background-color: #b2c1c7;
    font-size: 13px;
  }

  .field-label-form.blau.un.unten {
    margin-top: 15px;
  }

  .text-field-2 {
    font-size: 13px;
  }

  .text-field-2._1.unfold {
    background-color: #f1f2f5;
  }

  .text-field-3 {
    font-size: 13px;
  }

  .text-field-3.unfold {
    background-color: #f3e5d1;
  }

  .text-field-3.un {
    background-color: #b2c1c7;
  }

  .submit-button {
    font-size: 16px;
  }

  .checkbox-field {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .checkbox-label {
    margin-bottom: 0px;
    color: #1a1b1f;
    font-size: 13px;
    font-weight: 400;
  }

  .checkbox-label.kurz {
    color: #1a1b1f;
  }

  .checkbox-label.kurz._2 {
    font-family: Suisseintl, sans-serif;
    color: #424256;
    font-size: 13px;
  }

  .checkbox-label.kurz.nlauer {
    color: #424256;
  }

  .checkbox-label.mitte {
    margin-top: 0px;
    font-weight: 400;
  }

  .checkbox {
    margin-top: 0px;
  }

  .zelle2 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .a {
    font-size: 16px;
  }

  .a.blau._1 {
    font-size: 16px;
  }

  .a.blau._3 {
    font-family: Suisseintl, sans-serif;
    color: #d3552c;
    font-size: 16px;
    font-weight: 600;
  }

  .a._1 {
    font-family: Suisseintl, sans-serif;
    color: #d3552c;
    font-size: 16px;
    font-weight: 600;
  }

  .a._2 {
    font-family: Suisseintl, sans-serif;
    color: #d3552c;
    font-weight: 600;
  }

  .b {
    font-size: 16px;
  }

  .b.blau._2 {
    width: 20%;
    font-family: Suisseintl, sans-serif;
    color: #d3552c;
    font-weight: 600;
  }

  .b.blau._3 {
    font-size: 16px;
  }

  .b._3 {
    width: 40%;
    color: #d3552c;
    font-size: 16px;
    font-weight: 600;
  }

  .flex-half-text-cont-spacer-2._2 {
    font-size: 16px;
  }

  .zeilen {
    margin-top: 40px;
  }

  .zeilen.rot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f3e5d1;
  }

  .zeilen.rot.oben {
    margin-top: 40px;
  }

  .zeilen.rot._2 {
    background-color: #f8bc9b;
  }

  .text1 {
    margin-left: 15px;
    font-family: Suisseintl, sans-serif;
    color: #d3552c;
    font-size: 16px;
    font-weight: 600;
  }

  .richtext-vision {
    font-size: 16px;
  }

  .bold-text-5 {
    font-size: 16px;
  }

  .bold-text-6 {
    font-size: 16px;
  }

  .bold-text-7 {
    font-size: 16px;
  }

  .heading-19.guide.unten.db.schrift {
    font-size: 25px;
  }

  .filter-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .button-3.filtering-button {
    width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .paragraph-small {
    font-size: 18px;
  }

  .brand {
    margin-left: 10vw;
  }

  .brand._2 {
    margin-left: 5vw;
  }

  .flex-half-cont.first-flex {
    min-height: 100vh;
  }

  .flex-half-cont._2 {
    background-color: #e8c38f;
  }

  .flex-half-cont.logo {
    height: auto;
    min-height: auto;
  }

  .flex-half-cont._12 {
    min-height: 100vh;
  }

  .flex-half-cont.bot11 {
    background-color: #d4d5da;
  }

  .flex-half-cont._200.ueberuns.gross {
    min-height: 120vh;
  }

  .text-container {
    padding-right: 9vw;
  }

.text-container.float-bottom.txt-white.up {
  padding-right: 7vw;
}

  .text-container.float-bottom.txt-white.dat.blog {
    padding-right: 4vw;
  }

  .text-container.float-bottom.txt-white.vision.hoher {
    padding-top: 5vw;
  }

  .text-container.float-bottom.txt-white.unfold {
    bottom: 12%;
  }

  .text-container.float-bottom.txt-white.reach.rechts {
    padding-left: 15vw;
  }

  .text-container._1 {
    padding-right: 9vw;
    padding-left: 5vw;
  }

  .text-container._1.platzunten.neu {
    padding-bottom: 32vw;
  }

  .page-subheading {
    font-size: 120px;
  }

  .page-subheading._4.beige.staat, .page-subheading._4.spenden.staat {
    font-size: 120px;
    line-height: 1.2em;
  }

  .page-subheading.startseite.home {
    font-size: 100px;
  }

  .accordion.js-accordion.oben.platzunten._2 {
    padding-bottom: 5vw;
  }

  .accordion-header.js-accordion-header.bot1 {
    background-color: #b4b8c3;
  }

  .question-text.question-heading._1.voc {
    font-size: 20px;
  }

  .question-text.rechts {
    font-size: 18px;
  }

  .question-text.bot1 {
    font-family: Suisseneue, sans-serif;
    color: #424256;
    font-size: 18px;
  }

  .question-text.bot1.dick {
    font-size: 18px;
  }

  .accordion-body.js-accordion-body.bot1 {
    padding-left: 20px;
    background-color: #d4d5da;
  }

  .menu-list-link.mll-small.mll-dropdown-link {
    font-size: 18px;
  }

  .triple-stack-flex.edu.oben {
    margin-top: 20px;
  }

  .triple-stack-flex.edu.oben.untenplatz {
    padding-bottom: 0vw;
  }

  .big-icon.pfeil {
    height: 40px;
  }

  .employee-slider._200.gross {
    min-height: 120vh;
  }

  .employee-slide-cont {
    height: 1350px;
  }

  .employee-slide-cont.bottom01._200.ueberuns.akt {
    height: 1300px;
  }

  .employee-slide-cont.bottom01._200.ueberuns.gross {
    height: 1300px;
  }

  .es-photo-cont {
    height: 600px;
  }

  .employee-name {
    font-size: 70px;
  }

  .full-bg-image.home {
    background-image: url('../images/Titelbildneu.jpg');
  }

  .flex-half-text-cont-spacer {
    font-size: 18px;
  }

  .flex-half-text-cont-spacer._1._2 {
    font-size: 18px;
  }

  .flex-half-text-cont-spacer._1._2._3._4 {
    font-size: 18px;
  }

  .flex-half-text-cont-spacer._1._2._3._4._5 {
    font-size: 18px;
  }

  .flex-half-text-cont-spacer._1._2._3._4._5.zeile {
    display: block;
  }

  .flex-half-text-cont-spacer._1._2._3._4._5.jobs {
    width: 70%;
  }

  .flex-half-text-cont-spacer._1._3.nicht-dick {
    font-size: 18px;
  }

  .flex-half-text-cont-spacer._1._3.nicht-dick.links {
    text-align: left;
  }

  .flex-half-text-cont-spacer._2 {
    font-size: 18px;
  }

  .flex-half-text-cont-spacer.bot {
    font-family: Suisseneue, sans-serif;
    color: #fff;
    font-size: 25px;
    text-align: left;
  }

  .text-block {
    font-size: 18px;
  }

  .dropdown-text {
    font-size: 18px;
  }

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

  .heading.startseite.home {
    font-size: 110px;
  }

  .heading-2 {
    font-size: 45px;
    line-height: 55px;
  }

  .text-block-2 {
    font-size: 18px;
  }

  .heading-3 {
    font-size: 35px;
  }

  .heading-4 {
    font-size: 35px;
  }

  .heading-5 {
    font-size: 35px;
  }

  .heading-6 {
    font-size: 45px;
    line-height: 55px;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .button-2 {
    font-size: 18px;
  }

  .button-2.home {
    font-size: 18px;
  }

  .button-2.home.mobilesmall {
    width: 350px;
  }

  .button-2.podcast.farbe1 {
    width: 300px;
  }

  .button-2.podcast.farbe2 {
    width: 300px;
  }

  .button-2.podcast.farbe3 {
    width: 300px;
  }

  .button-2.podcast.farbe4 {
    width: 300px;
  }

  .button-2.vereine {
    width: 300px;
  }

  .paragraph._2._3.home.etwasrunter {
    margin-top: 550px;
  }

  .paragraph._2._3.home.etwasrunter.kleiner {
    margin-top: 500px;
    font-size: 150px;
  }

  .paragraph._2._3.home.etwasrunter.kleiner.tilted {
    margin-top: 400px;
  }

  .paragraph._3.home.tilted {
    -webkit-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }

  .paragraph.start {
    margin-left: 80px;
    font-size: 80px;
  }

  .paragraph.start.tilted {
    margin-bottom: 60px;
    margin-left: 80px;
    -webkit-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }

  .paragraph.tilted {
    margin-left: 400px;
  }

  .paragraph.tilted.neu {
    margin-left: 70px;
  }

  .text-block-4 {
    font-size: 19px;
  }

  .heading-13 {
    font-size: 120px;
  }

  .heading-14 {
    font-size: 45px;
    line-height: 55px;
  }

  .heading-14._2.mono {
    font-size: 25px;
  }

  .heading-14.bot {
    font-family: Suisseneue, sans-serif;
    color: #424256;
  }

  .heading-14.bot.blog {
    font-size: 80px;
    line-height: 90px;
  }

  .heading-14.bot.blog.vereine {
    font-size: 60px;
    line-height: 65px;
  }

  .heading-15._1._2.start.schriftgroesse {
    font-size: 130px;
    line-height: 130px;
  }

  .heading-15._1._2.sparkeasy.reach {
    font-size: 100px;
    line-height: 100px;
  }

  .heading-15._1._2.sparkeasy.desktop {
    font-size: 100px;
    line-height: 100px;
  }

  .heading-15._1._2.unfold.weiss {
    font-size: 100px;
  }

  .heading-15._1._2.share.schriftgroesse {
    font-size: 130px;
    line-height: 130px;
  }

  .heading-15._1._2.schriftgroesse {
    font-size: 130px;
    line-height: 130px;
  }

  .heading-15.voc {
    font-size: 120px;
    line-height: 120px;
  }

  .heading-15.voc.tilted.rough {
    font-size: 70px;
    line-height: 150px;
  }

  .text-block-5 {
    font-size: 18px;
  }

  .text-block-5.guide.schriftgroesse {
    font-size: 30px;
  }

  .text-block-5.start.schriftgroesse {
    font-size: 30px;
  }

  .heading-16.msg.staat.bottom01.vereine {
    margin-bottom: 0px;
  }

  .heading-16.guide.unten.start.schrift {
    font-size: 35px;
    line-height: 45px;
  }

  .heading-16.guide.unten.db.schrift {
    font-size: 35px;
    line-height: 45px;
  }

  .heading-16.guide.unten.unite.schrift {
    font-size: 35px;
    line-height: 45px;
  }

  .heading-16.sparkeasy {
    font-size: 45px;
    line-height: 55px;
    font-weight: 400;
  }

  .heading-16.staat {
    font-size: 45px;
    line-height: 55px;
  }

  .heading-16.unfold {
    font-size: 45px;
    line-height: 55px;
  }

  .text-block-6._1.melissa {
    font-size: 18px;
  }

  .heading-17 {
    font-size: 60px;
    line-height: 65px;
  }

  .heading-17.voc {
    font-size: 120px;
    line-height: 120px;
  }

  .heading-17.voc.tilted {
    font-size: 70px;
    line-height: 120px;
  }

  .heading-17.bot1 {
    font-family: Amstirdamendingswash, sans-serif;
    font-size: 500px;
    line-height: 250px;
    text-align: center;
  }

  .heading-17.bot1._2 {
    font-family: Amstirdamending, sans-serif;
    color: #fff;
    font-size: 150px;
    line-height: 150px;
  }

  .heading-17.dat.tr.blog {
    font-size: 150px;
  }

  .heading-17.vision.inspire {
    font-size: 60px;
  }

  .heading-17.vision.inspire2 {
    font-size: 60px;
  }

  .heading-17.reach {
    font-size: 80px;
    line-height: 85px;
  }

  .heading-17.reach.zeilenabstand {
    font-size: 60px;
    line-height: 100px;
  }

  .heading-17.reachvereine {
    font-size: 60px;
    line-height: 60px;
  }

  ._1 {
    font-size: 18px;
  }

  ._1._2._3 {
    font-size: 30px;
    font-weight: 500;
  }

  ._1._2._3.guide {
    font-size: 14px;
    font-weight: 400;
  }

  ._1._2._3.guide.nicht-dick {
    font-size: 18px;
  }

  ._1._2._3.sparkeasy {
    font-size: 20px;
  }

  ._2 {
    font-size: 16px;
  }

  .text-block-7._10._2 {
    font-size: 14px;
  }

  .text-block-8._1 {
    font-size: 18px;
  }

  .berschrift1 {
    font-size: 120px;
  }

  .heading20 {
    font-size: 45px;
    line-height: 55px;
  }

  .speech-bubble-headline {
    font-size: 1.25px;
  }

  .styleguide-sidebar.blog.vereine.groesser {
    height: 1500px;
  }

  .styleguide-sidebar.blog.groesser {
    height: 1500px;
  }

  .rich-text-block.dat {
    font-size: 18px;
  }

  .staat.db {
    font-size: 45px;
    line-height: 55px;
  }

  .bold-text-3 {
    font-size: 18px;
  }

  .contact-form-2.oben {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .field-label-form.rot {
    font-size: 15px;
  }

  .field-label-form.blau {
    font-size: 15px;
  }

  .field-label-form.blau.unfold {
    font-size: 15px;
  }

  .field-label-form.blau.un {
    font-size: 15px;
  }

  .field-label-form.blau.un.unten {
    margin-top: 0px;
  }

  .text-field-2._1 {
    font-size: 15px;
  }

  .text-field-3 {
    color: #1a1b1f;
    font-size: 13px;
  }

  .text-field-3.un.rylblau {
    color: #424256;
  }

  .text-field-3.blau {
    color: #344e95;
    font-size: 15px;
  }

  .submit-button {
    font-size: 16px;
  }

  .checkbox-label {
    font-size: 15px;
  }

  .checkbox-label.kurz._2 {
    font-size: 15px;
  }

  .checkbox-label.kurz.nlauer {
    color: #424256;
  }

  .zelle2 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .a.blau._1 {
    font-size: 16px;
  }

  .a.blau._3 {
    font-size: 16px;
  }

  .a._1 {
    font-size: 16px;
  }

  .b.blau._3 {
    font-size: 16px;
  }

  .b._3 {
    font-size: 16px;
  }

  .flex-half-text-cont-spacer-2._2 {
    font-size: 18px;
  }

  .podlink {
    display: block;
  }

  .podlink.oben.dunkel {
    display: block;
  }

  .richtext-vision {
    font-size: 18px;
  }

  .bold-text-5 {
    font-size: 18px;
  }

  .bold-text-6 {
    font-size: 18px;
  }

  .bold-text-7 {
    font-size: 18px;
  }

  .heading-19.guide.unten.db.schrift {
    font-size: 35px;
    line-height: 45px;
  }

  ._2-2 {
    font-size: 16px;
  }

  .zoom2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .linkcolu {
    width: 880px;
  }

  .sample {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
  }

  .menu-list-link-2.mll-small.mll-dropdown-link {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .paragraph-small {
    font-size: 12px;
  }

  .paragraph-small.underline {
    font-size: 13px;
  }

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

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

  .logo-image {
    max-height: 90px;
  }

  .menu.only-on-desktop {
    display: none;
  }

  .menu.only-on-mobile {
    display: block;
  }

  .brand {
    padding-left: 0px;
  }

  .brand.menu-brand {
    max-height: 90px;
  }

  .menu-btn {
    max-height: 90px;
    max-width: 90px;
    padding: 23%;
  }

  .menu-btn:active {
    padding: 25%;
  }

  .menu-list-cont {
    width: 100vw;
  }

  .col.col-md-12 {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .col.col-md-6 {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .menu-logo-wrap {
    right: 50vw;
    width: 50vw;
    max-height: 90px;
    margin-top: 0vh;
  }

  .menu-logo-wrap-end {
    max-height: 90px;
  }

  .menu-wrap {
    display: none;
    background-color: #424256;
  }

  .flex-section {
    height: auto;
    min-height: 100vh;
  }

  .flex-section._1 {
    height: auto;
    min-height: 100vh;
  }

  .flex-section._2 {
    height: auto;
  }

  .flex-section._2._7 {
    height: auto;
  }

  .flex-section._2.spark {
    height: auto;
  }

  .flex-section._3._200 {
    height: auto;
  }

  .flex-section._4._200 {
    height: auto;
  }

  .flex-section._5._200 {
    height: auto;
  }

  .flex-section.logo2._2 {
    background-color: #dca19d;
  }

  .flex-section.reachlogo._200 {
    height: auto;
  }

  .flex-section.neu {
    height: 100vh;
  }

  .flex-section.neu._200 {
    height: auto;
  }

  .flex-half-cont {
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
  }

  .flex-half-cont.first-flex {
    min-height: 100vh;
  }

  .flex-half-cont.first-flex.pic-flex-half {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.first-flex.pic-flex-half.l {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.first-flex.guide._2 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.pic-flex-half {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.triple-stack-cont {
    display: block;
    height: auto;
  }

  .flex-half-cont.triple-stack-cont.auto {
    height: 100vh;
  }

  .flex-half-cont.triple-stack-cont.auto.blog._5 {
    height: 100%;
  }

  .flex-half-cont.triple-stack-cont.auto._2 {
    height: auto;
  }

  .flex-half-cont._1 {
    height: 100vh;
  }

  .flex-half-cont._2 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._3 {
    height: 100vh;
  }

  .flex-half-cont._6 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.dreieck.guide {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.dreieck.lead {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.dreieck.spark {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.dreieck.spark._1 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.dreieck.unfold11 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.dreieck.prof {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.dreieck.inspire {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.dreieck.vision {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.dreieck.unite {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.dreieck.reach {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 100vh;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: transparent;
  }

  .flex-half-cont._10.unfold1 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._10.inspire1 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._10.vision1 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._11 {
    min-height: 100vh;
  }

  .flex-half-cont._11.sparkeasy4 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._11.sparkeasy5 {
    height: auto;
    min-height: 100px;
  }

  .flex-half-cont._11.sparkeasy5.first {
    min-height: 100vh;
  }

  .flex-half-cont._11.sparkeasy6 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._11.sparkeasy7 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._11.unfold4 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._11.unfold5 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._11.unfold8 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._11.unfold9 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._11.unfold10 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._11.inspire {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._11.vision {
    height: auto;
    min-height: 100px;
  }

  .flex-half-cont._11.vision1 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._11.vision2 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._11.reach.ffdd {
    height: auto;
    min-height: auto;
  }

  .flex-half-cont._11._110 {
    min-height: 100vh;
  }

  .flex-half-cont._12 {
    min-height: 100vh;
  }

  .flex-half-cont._12.sparkeasy2 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._12.sparkeasy3 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._12.unfold2 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._12.unfold3 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._12.inspire2 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._12.inspire3 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._12.vision12 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._14.guide2 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._14.lead3 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._14.prof {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.eins {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.zwei {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._20 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.voc {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.bot11 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.bot22 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont._33 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.podcast1 {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.podcast2 {
    height: auto;
    min-height: 100px;
  }

  .flex-half-cont._200.ueberuns {
    min-height: 100vh;
  }

  .text-container.tc-tight-fit {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .text-container.float-bottom.txt-white {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .text-container.float-bottom.txt-white.oben {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .text-container._1.platzunten {
    padding-bottom: 5vw;
  }

  .text-container._1.platzunten.neu {
    padding-bottom: 5vw;
  }

  .text-container.utnenguide {
    padding-top: 40vw;
    padding-bottom: 5vw;
  }

  .text-container.utnenguide.h-her {
    padding-top: 37vw;
    padding-bottom: 5vw;
  }

  .text-container.platz {
    padding-bottom: 5vw;
  }

  .page-subheading {
    font-size: 60px;
  }

  .page-subheading._2 {
    margin-right: 0px;
    font-size: 40px;
  }

  .page-subheading.startseite.home {
    font-size: 60px;
  }

  .bg-image.animate-bg._8.sparkeasy2.inv {
    display: block;
  }

  .accordion.js-accordion.oben.platzunten {
    padding-bottom: 0vw;
  }

  .accordion.js-accordion.untenplatz {
    margin-bottom: 0vw;
  }

  .accordion-body.js-accordion-body {
    padding: 15px;
  }

  .button-basic {
    margin-left: 0px;
  }

  .menu-list {
    padding-right: 13vw;
    padding-left: 13vw;
  }

  .menu-list-link.mll-small {
    text-align: left;
  }

  .menu-list-link.mobil {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1;
    text-align: left;
  }

  .menu-list-link.mobil.kontakt {
    display: none;
  }

  .main-links {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .secondary-links {
    display: none;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: left;
  }

  .social-media-links {
    position: relative;
  }

  .social-media-link-box {
    width: 30px;
    height: 30px;
  }

  .triple-stack._1 {
    height: 33%;
  }

  .triple-stack._2 {
    height: 33%;
  }

  .triple-stack._3 {
    height: 34%;
  }

  .triple-stack-flex.guide {
    margin-top: 20px;
  }

  .big-icon {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }

  .big-icon.pfeil {
    width: auto;
    height: 40px;
  }

  .big-icon.pfeil.gro.zwei._4.vereine {
    margin-left: 20px;
  }

  .big-icon.pfeil.gro.zwei._6.vereine {
    margin-left: 17px;
  }

  .big-icon.blog {
    margin-right: 25px;
  }

  .employee-slider {
    width: 50vw;
  }

  .employee-slide-cont {
    height: 1350px;
  }

  .employee-slide-cont.bottom01._200.ueberuns {
    height: 100vh;
    margin-top: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .employee-slide-cont.bottom01._200.ueberuns.akt {
    height: 1200px;
  }

  .employee-slide-cont.bottom01._200.ueberuns.gross {
    height: 1200px;
  }

  .es-photo-cont {
    width: 96%;
    height: 450px;
  }

  .employee-mask {
    width: 80%;
  }

  .slide-arrow.sa-right {
    width: 10vw;
  }

  .slide-arrow.sa-left {
    width: 10vw;
  }

  .footer-row.fr-first-row {
    display: block;
  }

  .footer-row.fr-second-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-link-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 33.33%;
    -ms-flex: 0 33.33%;
    flex: 0 33.33%;
  }

  .section-arrow-wrap {
    display: none;
  }

  .section-arrow-lb {
    display: none;
    width: 60px;
    height: 60px;
    font-size: 5vw;
  }

  .section-arrow-lb:hover {
    background-image: url('../images/icons8-chevron-down-dark.svg');
  }

  .section-arrow-lb:active {
    background-image: url('../images/icons8-chevron-down-yellow.svg');
  }

  .section-arrow-lb.bright:hover {
    background-image: url('../images/icons8-chevron-down-white.svg');
  }

  .section-arrow-lb.bright:active {
    background-image: url('../images/icons8-chevron-down-yellow.svg');
  }

  .section-arrow-lb.footer-section-arrow-lb:hover {
    background-image: url('../images/icons8-chevron-up-dark.svg');
  }

  .section-arrow-lb.footer-section-arrow-lb:active {
    background-image: url('../images/icons8-chevron-up-yellow.svg');
  }

  .flex-half-text-cont-spacer {
    height: auto;
    font-size: 14px;
  }

  .flex-half-text-cont-spacer._1._2._3._4._5.jobs {
    width: 80%;
  }

  .flex-half-text-cont-spacer._1._3.nicht-dick.k-rzer {
    margin-top: 10px;
  }

  .flex-half-text-cont-spacer._2 {
    font-size: 13px;
  }

  .dropdown-list-end.mobil {
    background-color: transparent;
  }

  .back-to-top-chevron {
    position: relative;
    bottom: 0%;
    width: auto;
    height: 100%;
  }

  .div-block._2.home {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .heading-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .heading-3 {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-4 {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-5 {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-6 {
    font-size: 25px;
    line-height: 30px;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .text-block-3.footer {
    display: none;
  }

  .text-block-3.footer.platz {
    display: none;
  }

  .button-2 {
    font-size: 14px;
  }

  .button-2._10 {
    margin-left: 50px;
  }

  .button-2.home.mobilesmall {
    width: 250px;
  }

  .button-2.vereine {
    width: 190px;
    font-size: 12px;
  }

  .paragraph {
    font-size: 60px;
  }

  .paragraph._2 {
    margin-left: 15px;
    font-size: 100px;
  }

  .paragraph._2._3.home.etwasrunter {
    margin-top: 150px;
  }

  .paragraph._2._3.home.etwasrunter.kleiner {
    margin-top: 150px;
    font-size: 80px;
  }

  .paragraph._3 {
    margin-top: 150px;
    margin-left: 50px;
    font-size: 100px;
  }

  .paragraph._3.home {
    font-size: 90px;
  }

  .paragraph.start {
    margin-left: 0px;
  }

  .paragraph.tilted {
    margin-left: 40px;
  }

  .paragraph.tilted.neu {
    margin-left: 20px;
  }

  .text-block-4 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .heading-13 {
    font-size: 90px;
  }

  .heading-14 {
    font-size: 25px;
    line-height: 35px;
  }

  .text-1.oben.neu {
    margin-top: 20px;
  }

  .heading-15._1 {
    line-height: 60px;
  }

  .heading-15._1._2.start.schriftgroesse {
    font-size: 80px;
    line-height: 80px;
  }

  .heading-15._1._2.sparkeasy.mobile {
    display: block;
    font-size: 75px;
    line-height: 80px;
  }

  .heading-15._1._2.sparkeasy.desktop {
    display: none;
  }

  .heading-15._1._2.unfold.kleiner {
    font-size: 60px;
  }

  .heading-15._1._2.share.schriftgroesse {
    font-size: 80px;
    line-height: 80px;
  }

  .heading-15._1._2.unite.schriftgroesse {
    font-size: 80px;
    line-height: 80px;
  }

  .heading-15._1._2.schriftgroesse {
    font-size: 80px;
    line-height: 80px;
  }

  .heading-15._1.mitte {
    margin-right: 0px;
  }

  .heading-15._1.mitte.tilted {
    font-size: 70px;
    line-height: 80px;
  }

  .heading-15.voc.tilted.rough {
    line-height: 80px;
  }

  .text-block-5 {
    font-size: 14px;
  }

  .heading-16 {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-16._2 {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-16.msg.staat.spark {
    font-size: 25px;
    line-height: 35px;
  }

  .heading-16.msg.staat.unfold.invndesktop {
    display: block;
  }

  .heading-16.guide.unten.start.schrift {
    line-height: 30px;
  }

  .heading-16.guide.unten.db.schrift {
    line-height: 30px;
  }

  .heading-16.guide.unten.unite.schrift {
    line-height: 30px;
  }

  .heading-16.sparkeasy {
    font-size: 25px;
    line-height: 35px;
  }

  .heading-16.sparkeasy.reachvereine {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-2 {
    background-position: 50% 50%;
  }

  .div-block-3 {
    background-position: 40% 50%;
  }

  .heading-17 {
    text-align: left;
  }

  .heading-17.voc.tilted {
    font-size: 40px;
    line-height: 80px;
  }

  .heading-17.bot1._2 {
    font-size: 80px;
    line-height: 100px;
  }

  .heading-17.imp {
    margin-top: 370px;
    margin-bottom: 0px;
  }

  .heading-17.reach {
    text-align: center;
  }

  .heading-17.reachvereine {
    font-size: 25px;
  }

  ._1 {
    font-size: 14px;
  }

  ._1._2._3.sparkeasy.reachgrid {
    margin-top: 0px;
    font-size: 20px;
  }

  ._2 {
    font-size: 13px;
  }

  .zahlen._1 {
    margin-left: 20px;
  }

  .text-block-7._10 {
    font-size: 13px;
  }

  .text-block-7._10._2 {
    display: none;
  }

  .text-block-8._1 {
    font-size: 13px;
  }

  .heading20 {
    font-size: 30px;
    line-height: 35px;
  }

  .speech-bubble-headline {
    font-size: 0.8rem;
  }

  .heading-18 {
    font-size: 25px;
    line-height: 30px;
  }

  .flex {
    display: block;
  }

  .styleguide-content {
    margin-left: 0px;
  }

  .styleguide-sidebar {
    position: static;
    display: block;
    height: auto;
    min-height: auto;
    min-width: auto;
  }

  .styleguide-sidebar.blog {
    height: 100vh;
  }

  .styleguide-sidebar.blog.groesser {
    height: 140vh;
  }

.styleguide-content.spenden .left.imp{
  z-index: 999;
  background-color: #96a89d;
}

  .image-2 {
    position: static;
  }

  .image-2.tr {
    position: static;
  }

  .image-2.imp {
    position: static;
  }

  .image-2.spende {
    position: static;
    width: auto;
    height: auto;
  }

  .image-2.presse {
    position: static;
  }

  .image-2.blog {
    position: static;
    object-fit: cover;
  }

  .div-form-contact.blau {
    height: auto;
  }

  .div-form-contact.rot {
    height: auto;
  }

  .field-label-form.rot {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .field-label-form.blau {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .field-label-form.blau.weit {
    margin-bottom: 5px;
  }

  .text-field-2._1 {
    border-style: none;
  }

  .checkbox-field.kurz._4 {
    margin-right: 5px;
    margin-left: 5px;
  }

  .checkbox-label {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .checkbox-label.kurz._2 {
    font-size: 11px;
  }

  .checkbox-label.mitte {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .checkbox.platzweg {
    margin-right: 5px;
  }

  .a {
    font-size: 12px;
  }

  .a.blau._3 {
    font-size: 10px;
  }

  .a._1 {
    font-size: 10px;
  }

  .a._2 {
    font-size: 10px;
  }

  .a.inspire {
    font-size: 10px;
  }

  .b {
    font-size: 12px;
  }

  .b.o {
    font-size: 11px;
  }

  .b.blau._2 {
    font-size: 10px;
  }

  .b._3 {
    font-size: 10px;
  }

  .b.inspire {
    font-size: 10px;
  }

  .b.inspire.links {
    font-size: 10px;
  }

  .b.inspire.links.weiss {
    font-size: 10px;
  }

  .b.inspire.weiss {
    font-size: 10px;
  }

  .flex-half-text-cont-spacer-2 {
    height: auto;
    font-size: 16px;
  }

  .zeilen.rot.oben.neu.wrapper {
    padding-right: 5px;
    padding-left: 5px;
  }

  .zeilen.rot._2.neu.wrapper {
    padding-right: 5px;
    padding-left: 5px;
  }

  .zeilen.rot.neu.wrapper {
    padding-right: 5px;
    padding-left: 5px;
  }

  .text1.neu {
    font-size: 13px;
  }

  .podlink.platzunten {
    padding-bottom: 0vw;
  }

  .ifo-logo {
    margin-right: 15vw;
    margin-left: 0vw;
  }

  .bold-text-5 {
    font-size: 13px;
  }

  .heading-19 {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-19.guide.unten.db.schrift {
    font-size: 25px;
    line-height: 30px;
  }

  ._2-2 {
    font-size: 13px;
  }

  .zoom {
    font-size: 14px;
  }

  .grid-2.reach {
    grid-column-gap: 16px;
    -ms-grid-rows: 149px 150px 150px 150px;
    grid-template-rows: 149px 150px 150px 150px;
  }

  .divgris {
    margin-top: 0px;
  }

  .post-card-icon {
    display: none;
  }

  .tab-dropdown {
    width: 50%;
    height: 50px;
    padding-top: 16px;
    padding-left: 0px;
    border-radius: 0px;
    background-image: url('../images/dropdown-icon.svg');
    background-position: 95% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
  }

  .tab-dropdown:hover {
    border-radius: 0px;
    background-color: #50705b;
  }

  .tab-link:hover {
    border-radius: 10px;
  }

  .tab-link.w--current {
    border-radius: 10px;
  }

  .tabs-content {
    margin-top: 40px;
  }

  .tabs-menu {
    display: block;
  }

  .post-card-image {
    height: 31vw;
    max-height: none;
  }

  .dropdown-list-2.mobil {
    background-color: transparent;
  }

  .menu-list-link-2.mll-desktop.mll-dropdown.fest.mobil {
    display: block;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .menu-list-link-2.mll-small {
    text-align: left;
  }

  .checkboxmetries {
    margin-left: 5px;
  }

  .checkboxmetries._2 {
    margin-right: 5px;
  }

  .dropdown-innerlist {
    width: 100%;
    margin-top: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
    box-shadow: none;
  }

  .icon-2 {
    width: 34px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border: 1px none #000;
    font-family: Suisseintl, sans-serif;
    color: #fff;
    font-size: 34px;
    font-style: normal;
    font-weight: 100;
    text-decoration: none;
  }

  .dropdowncontainer {
    position: relative;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #424256;
    color: #000;
  }

  .dropdown-list-3 {
    margin-top: 0px;
    margin-left: 0px;
    padding: 5px 0px;
    box-shadow: none;
    color: transparent;
  }

  .dropdownlink-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -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;
  }

  .navlink {
    padding: 10px 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #fff;
  }

  .navlink:hover {
    color: #fff;
    text-decoration: none;
  }

  .navlink.w--current {
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
  }

  .navlink.sub {
    display: block;
    padding: 7px 25px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: Suisseintl, sans-serif;
    color: #fff;
    font-weight: 300;
  }

  .navlink.sub:hover {
    color: #fff;
    text-decoration: none;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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: #424256;
    color: #424256;
  }

  .menu-button.w--open {
    background-color: #424256;
    color: #333;
  }

  .navbar {
    position: absolute;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
    box-shadow: none;
  }

  .nav-menu {
    z-index: 9999;
    height: auto;
    background-color: #424256;
    box-shadow: 0 7px 10px -6px rgba(0, 0, 0, 0.3);
    color: #fff;
  }

  .nav-wrap {
    padding-right: 0px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

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

  .down {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 34px;
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 15px;
    padding-left: 15px;
    -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-image: url('../images/Icon_Arrow_down_white.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    color: transparent;
    font-size: 18px;
    cursor: pointer;
  }

  .hamburger-wrapper {
    width: 34px;
    height: 34px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .etwas-kleiner {
    font-size: 30px;
  }

  .button-3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .container {
    text-align: center;
  }

  .paragraph-small.mobileplatz {
    margin-top: 20px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .intro-wrap {
    padding-right: 0vw;
  }

.intro-wrap.prof.spenden {
  margin-top: 105vh;
}

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template-areas: "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .contact-form {
    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;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .brand {
    padding-left: 0px;
  }

  .menu-btn {
    max-height: 80px;
    max-width: 80px;
    padding: 20%;
  }

  .menu-btn:active {
    padding: 23%;
  }

  .p-big {
    font-size: 1.1rem;
  }

  .h1 {
    font-size: 3.2rem;
  }

  .styles__section-label {
    padding-bottom: 10px;
  }

  .col.col-sm-12 {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .btn {
    padding: 7px 15px;
  }

  .btn.btn-sm {
    padding: 3px 11px;
  }

  .card-body {
    padding: 16px 20px 20px;
  }

  .flex-section {
    height: auto;
    min-height: 200vh;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-section._1 {
    height: auto;
    min-height: 200vh;
  }

  .flex-section._2 {
    height: auto;
  }

  .flex-section._3._200 {
    height: auto;
  }

  .flex-section._4 {
    min-height: 100vh;
  }

  .flex-section._4._200 {
    height: auto;
  }

  .flex-section._5._200 {
    height: auto;
  }

  .flex-section.reachlogo._200 {
    height: auto;
  }

  .flex-section.oben._2 {
    height: auto;
    min-height: 100vh;
  }

  .flex-section.neu._200 {
    height: auto;
  }

  .flex-half-cont {
    height: auto;
    min-height: 100vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
  }

  .flex-half-cont.first-flex {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .flex-half-cont.first-flex.pic-flex-half {
    height: auto;
    min-height: 200vh;
  }

  .flex-half-cont.first-flex.pic-flex-half.l {
    min-height: 200vh;
  }

  .flex-half-cont.first-flex.pic-flex-half.l.vorher {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-half-cont.first-flex.guide._2 {
    min-height: 100vh;
  }

  .flex-half-cont.first-flex.guide._2.mobile._100 {
    min-height: 100vh;
  }

  .flex-half-cont.first-flex.guide._2._120 {
    min-height: 120vh;
  }

  .flex-half-cont.first-flex.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-half-cont.pic-flex-half {
    height: auto;
    min-height: 200vh;
  }

  .flex-half-cont.pic-flex-half.sticky-pic-flex {
    overflow: hidden;
  }

  .flex-half-cont.pic-flex-half.first {
    height: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-half-cont.triple-stack-cont.auto {
    height: auto;
    min-height: 100vh;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-half-cont.triple-stack-cont.auto.blog {
    min-height: auto;
  }

  .flex-half-cont._1 {
    height: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-half-cont._2.edu {
    height: auto;
    min-height: 100px;
  }

  .flex-half-cont._3 {
    height: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-half-cont._4 {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .flex-half-cont._6 {
    min-height: 100vh;
  }

  .flex-half-cont.dreieck.vision {
    min-height: 100vh;
  }

  .flex-half-cont.logo {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .flex-half-cont.logo.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-half-cont._10.vision1 {
    min-height: 100vh;
  }

  .flex-half-cont._10.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-half-cont._11.grow2.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-half-cont._11.sparkeasy5.first {
    min-height: 100vh;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-half-cont._11.sparkeasy6 {
    min-height: 100vh;
  }

  .flex-half-cont._11.sparkeasy7 {
    min-height: 100vh;
  }

  .flex-half-cont._11.vision {
    min-height: 100vh;
  }

  .flex-half-cont._11.vision1 {
    min-height: 200vh;
  }

  .flex-half-cont._11.vision2 {
    min-height: 200vh;
  }

  .flex-half-cont._11.vision2.first {
    min-height: 100vh;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-half-cont._11.reach.ffdd.first {
    min-height: 200vh;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-half-cont._11.reach.auto.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-half-cont._12.sparkeasy3.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-half-cont._12.inspire3 {
    min-height: 100vh;
  }

  .flex-half-cont._12.vision12 {
    min-height: 100vh;
  }

  .flex-half-cont._12.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-half-cont.eins {
    min-height: 200vh;
  }

  .flex-half-cont.zwei.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-half-cont._20.first {
    min-height: 100vh;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-half-cont.voc {
    min-height: 100vh;
  }

  .flex-half-cont.grey {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.podcast2.first {
    min-height: 100vh;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-half-cont._120 {
    min-height: 120vh;
  }

  .flex-half-cont._200 {
    min-height: 200vh;
  }

  .flex-half-cont._200.ueberuns {
    min-height: 200vh;
  }

  .text-container.hide-on-phones {
    display: none;
  }

  .text-container.float-bottom.txt-white {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .text-container.float-bottom.txt-white.dat.blog.vereine {
    margin-top: 0px;
  }

  .text-container.logos {
    padding-top: 0vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-subheading._2 {
    font-size: 25px;
  }

  .page-subheading._4.beige {
    font-size: 50px;
  }

  .page-subheading._4.beige.staat, .page-subheading._4.spenden.staat {
    font-size: 60px;
    line-height: 80px;
  }

  .accordion {
    width: 100%;
  }

  .question-text {
    margin-top: 8px;
  }

  .question-text.rechts {
    margin-left: 10px;
  }

  .question-text.rechts.custom {
    margin-left: 23px;
  }

  .question-text.rechts.custom3 {
    margin-left: 23px;
  }

  .question-text.rechts.custom2 {
    margin-left: 12px;
  }

  .menu-list {
    overflow: scroll;
  }

  .triple-stack._1 {
    height: 33%;
  }

  .triple-stack._2 {
    height: 33%;
  }

  .triple-stack._3 {
    height: 34%;
  }

  .big-icon {
    width: 40px;
    height: 40px;
  }

  .employee-slider {
    width: 100vw;
    max-width: 100%;
    min-height: 100vh;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .employee-slider._2 {
    max-width: 100%;
    min-height: 100vh;
  }

  .employee-slider.spark {
    max-width: 100%;
  }

  .employee-slider.unfold {
    max-width: 100%;
    min-height: 120vh;
  }

  .employee-slider.reach {
    width: auto;
    height: 100%;
    max-width: none;
  }

  .employee-slider._200 {
    min-height: 200vh;
  }

  .employee-slide-cont {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 95vh;
    -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;
  }

  .employee-slide-cont.bottom01._200 {
    height: 200vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .employee-slide-cont.bottom01._200.ueberuns {
    height: 200vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .employee-slide-cont.bottom01._200.ueberuns.akt {
    height: 1000px;
  }

  .employee-slide-cont.bottom01._200.ueberuns.gross {
    height: 1000px;
  }

  .employee-slide-cont._115 {
    height: 120vh;
  }

  .es-photo-cont {
    height: 65%;
  }

  .footer {
    margin-top: 0vh;
  }

  .footer-row.fr-first-row {
    display: block;
  }

  .sticky-bg-cont {
    top: 0vh;
    height: auto;
  }

  .sticky-pic-wrap {
    position: relative;
  }

  .flex-half-text-cont-spacer._1._2._3._4._5.jobs {
    width: 50%;
  }

  .heading {
    font-size: 50px;
  }

  .heading.podcast.mobile {
    display: none;
  }

  .text-block-3.footer {
    display: none;
  }

  .paragraph {
    font-size: 60px;
  }

  .paragraph._2 {
    margin-top: 450px;
    margin-left: 35px;
  }

  .paragraph._2._3.home {
    margin-top: 150px;
    font-size: 100px;
  }

  .paragraph._2._3.home.etwasrunter.kleiner {
    margin-top: 100px;
    font-size: 100px;
  }

  .paragraph.start {
    font-family: Amstirdamending, sans-serif;
  }

  .paragraph.start.tilted {
    margin-left: 0px;
  }

  .paragraph._90 {
    font-size: 90px;
  }

  .heading-13 {
    font-size: 60px;
    line-height: 60px;
  }

  .heading-14 {
    font-size: 25px;
    line-height: 35px;
  }

  .heading-14.bot.blog {
    margin-top: 40px;
    font-size: 35px;
  }

  .heading-14.mobileinv {
    display: none;
  }

  .heading-15._1._2.sparkeasy {
    font-size: 60px;
  }

  .heading-15._1._2.sparkeasy.mobile {
    display: none;
  }

  .heading-15._1._2.sparkeasy.desktop {
    display: block;
  }

  .heading-15._1._2.unite.schriftgroesse {
    font-size: 80px;
    line-height: 80px;
  }

  .text-block-5.start.sparkeasy {
    font-size: 18px;
  }

  .h16.beige {
    font-size: 35px;
  }

  .heading-16.msg {
    display: none;
  }

  .heading-16.msg.staat.spark.vis {
    display: none;
  }

  .heading-16.msg.staat.unfold {
    display: none;
  }

  .heading-16.msg.staat.db {
    display: none;
  }

  .grid {
    position: static;
  }

  .heading-17.imp {
    margin-top: 250px;
    margin-bottom: 0px;
  }

  .zahlen._1 {
    margin-left: 0px;
  }

  .div-block-7 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading20 {
    font-size: 25px;
    line-height: 30px;
  }

  .speech-bubble-question {
    margin-right: 15%;
  }

  .bubble-left {
    left: -6px;
    width: 24px;
  }

  .bubble-left._2 {
    left: 0px;
  }

  .bubble-left._2.inspire {
    left: 0px;
  }

  .bubble-left._2.reach {
    left: 0px;
  }

  .flex {
    display: block;
  }

  .styleguide-sidebar.blog {
    height: 350vh;
  }

  .styleguide-sidebar.blog.vereine {
    height: 200vh;
  }

  .styleguide-sidebar.blog.groesser {
    height: 200vh;
  }

  .bold-text-3 {
    font-size: 14px;
  }

  .contact-form-2 {
    padding: 40px 20px;
  }

  .text-field-2 {
    border-style: none;
    border-width: 1px;
    border-color: rgba(66, 66, 86, 0.27);
  }

  .text-field-2._1 {
    border-style: none;
  }

  .text-field-3 {
    border-style: none;
  }

  .zelle1 {
    font-size: 16px;
  }

  .zelle2 {
    font-size: 13px;
  }

  .zeilen.rot.oben.neu.wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .zeilen.rot._2.neu.wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .zeilen.rot.neu.wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .ifo-logo {
    margin-right: 15vw;
  }

  .bloghead {
    margin-top: 10px;
  }

  .tab-dropdown {
    display: block;
    width: 70%;
    height: 50px;
    padding-top: 15px;
    padding-left: 0px;
    border-radius: 0px;
    background-color: #50705b;
    background-image: url('../images/dropdown-icon.svg');
    background-position: 95% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-align: left;
    letter-spacing: 0.2px;
    cursor: pointer;
  }

  .tab-dropdown:hover {
    background-color: #50705b;
    background-image: url('../images/dropdown-icon.svg');
    background-position: 95% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
  }

  .tab-link {
    display: block;
    width: 100%;
    height: 50px;
    padding-top: 13px;
    padding-left: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: #fff;
    font-size: 14px;
    text-align: left;
  }

  .tab-link.w--current {
    background-color: #4a5747;
    color: #fff;
    font-weight: 600;
  }

  .tab-link.w--current:hover {
    background-color: #5c6959;
  }

  .tabs-content {
    margin-top: 25px;
    padding: 25px 0px;
  }

  .tabs-menu {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 50;
    display: block;
    overflow: hidden;
    width: 70%;
    margin-top: -50px;
    margin-bottom: 0px;
    padding-top: 48px;
    border-style: none;
    border-right-width: 1px;
    border-right-color: #000;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 28px 28px 0 rgba(0, 0, 0, 0.08);
    cursor: pointer;
  }

  .dropdown-innerlist {
    max-width: 100%;
  }

  .icon-2 {
    width: 34px;
    height: 34px;
  }

  .dropdowncontainer {
    display: none;
  }

  .menu-button {
    background-color: #424256;
  }

  .nav-wrap {
    padding-right: 0px;
    padding-left: 15px;
  }

  .down {
    width: 34px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
  }

  .paragraph-small {
    display: block;
    font-size: 13px;
  }

  .paragraph-small.underline.mobileinv {
    display: none;
  }

  .paragraph-small.mobilesmall {
    font-size: 12px;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .paragraph-tiny {
    display: none;
  }

  .section {
    overflow: hidden;
  }

  .logo-image {
    height: 80px;
    max-height: 80px;
  }

  .intro-wrap {
    margin-top: 25vh;
    padding-right: 15vw;
  }

  .intro-wrap.pod {
    margin-top: 15vh;
  }

  .contact-form-grid {
    display: block;
  }

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

  .menu.only-on-mobile {
    display: block;
  }

  .brand {
    display: inline;
    height: 80px;
    margin-top: -0.5vh;
    margin-left: 5vw;
    padding-left: 0px;
    -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;
  }

  .menu-btn {
    max-height: 60px;
    max-width: 60px;
    padding: 18%;
  }

  .menu-btn:active {
    padding: 21%;
  }

  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .p-big {
    font-size: 1rem;
  }

  .h1 {
    font-size: 2rem;
  }

  .col {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .col.col-lg-3.col-md-6.col-12.d-flex {
    max-width: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }

  .menu-logo-wrap {
    max-height: 80px;
    padding-left: 0vw;
  }

  .menu-logo-wrap-end {
    max-height: 80px;
  }

  .menu-wrap {
    display: none;
  }

  .flex-section {
    height: auto;
    min-height: 200vh;
  }

  .flex-section._2 {
    height: auto;
  }

  .flex-section._4 {
    min-height: 200vh;
  }

  .flex-section.reachlogo._200 {
    height: auto;
  }

  .flex-section.unten {
    height: 200vh;
  }

  .flex-section.unten.autoraus {
    height: auto;
  }

  .flex-section.oben {
    height: 100vh;
    min-height: 0vh;
  }

  .flex-section._100 {
    min-height: 100vh;
  }

  .flex-half-cont.first-flex.pic-flex-half {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.first-flex.pic-flex-half.l {
    min-height: 100vh;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .flex-half-cont.first-flex.pic-flex-half.l.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-half-cont.first-flex.pic-flex-half.l.vorher {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-half-cont.first-flex.guide._2 {
    min-height: 100vh;
  }

  .flex-half-cont.pic-flex-half {
    height: auto;
    min-height: 100vh;
  }

  .flex-half-cont.pic-flex-half.l {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .flex-half-cont.pic-flex-half._100 {
    height: 100vh;
  }

  .flex-half-cont.pic-flex-half._100.first {
    height: auto;
  }

  .flex-half-cont._2.edu {
    min-height: 100vh;
  }

  .flex-half-cont.dreieck.vision {
    min-height: 100vh;
  }

  .flex-half-cont.logo.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-half-cont._10.vision1 {
    min-height: 100vh;
  }

  .flex-half-cont._11.unfold9._7 {
    padding-bottom: 30px;
  }

  .flex-half-cont._11.vision {
    min-height: 100vh;
  }

  .flex-half-cont._11.vision1 {
    min-height: 100vh;
  }

  .flex-half-cont._11.vision2 {
    min-height: 100vh;
  }

  .flex-half-cont._11.reach.ffdd.first {
    min-height: 100vh;
  }

  .flex-half-cont._11.reach.auto {
    height: auto;
    min-height: 100px;
  }

  .flex-half-cont._11.reach.auto.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-half-cont._12.inspire3 {
    min-height: 100vh;
  }

  .flex-half-cont._12.vision12 {
    min-height: 100vh;
  }

  .flex-half-cont._12.reach2.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-half-cont._12.reach2.first.auto {
    height: auto;
    min-height: 100px;
  }

  .flex-half-cont.eins {
    min-height: 100vh;
  }

  .flex-half-cont._20.first {
    min-height: 100vh;
  }

  .flex-half-cont.voc {
    min-height: 100vh;
  }

  .flex-half-cont._200 {
    min-height: 120vh;
  }

  .flex-half-cont._200.ueberuns {
    min-height: 120vh;
  }

  .text-container {
    padding: 12vw 8vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .text-container.hero-text-container {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .text-container.footer-text-cont {
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .text-container.footer-text-cont.txt-center {
    text-align: center;
  }

  .text-container.float-bottom.txt-white {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .text-container.float-bottom.txt-white.dat.blog {
    padding-top: 8vw;
  }

  .text-container.float-bottom.txt-white.dat.blog.vereine {
    margin-top: 100px;
  }

  .text-container.float-bottom.txt-white.up {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .text-container.float-bottom.txt-white.oben {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .text-container.float-bottom.txt-white.mitte {
    left: -25%;
    top: 42%;
    right: 0%;
    bottom: 0%;
    display: block;
  }

  .text-container.logos {
    position: relative;
    top: 0%;
    padding-top: 0vh;
  }

  .page-subheading {
    font-size: 40px;
  }

  .page-subheading._2 {
    font-size: 18px;
  }

  .page-subheading._4.beige {
    font-size: 30px;
  }

  .page-subheading._4.beige.staat, .page-subheading._4.spenden.staat {
    font-size: 40px;
    line-height: 60px;
  }

  .page-subheading.voc {
    font-size: 20px;
  }

  .page-subheading.startseite.home {
    font-size: 40px;
  }

  .bg-image.animate-bg._8.sparkeasy2.inv {
    display: none;
  }

  .bg-image.animate-bg._8.sparkeasy2.mobil {
    display: block;
  }

  .bg-image.animate-bg._9.reach2.inv {
    display: none;
  }

  .bg-image.animate-bg._9.reach2.mobil {
    display: block;
  }

  .bg-image.animate-bg.bot12.mobile {
    display: block;
  }

  .bg-image.animate-bg.bot12.desktop {
    display: none;
  }

  .accordion-header {
    padding-right: 10px;
    padding-left: 10px;
  }

  .question-text {
    margin-bottom: 8px;
    padding-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
  }

  .question-text.question-heading._1.voc.vis {
    font-size: 13px;
  }

  .question-text.question-heading._1.reach {
    font-size: 16px;
    line-height: 20px;
  }

  .question-text.rechts {
    margin-right: 10px;
    margin-left: -10px;
    padding-right: 0px;
  }

  .question-text.rechts.custom {
    margin-left: 3px;
  }

  .question-text.rechts.custom3 {
    margin-left: 3px;
  }

  .question-text.rechts.custom2 {
    margin-left: -10px;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .button-basic {
    margin-left: 0px;
  }

  .button-line {
    margin-right: 10px;
  }

  .menu-list {
    padding-top: 20vh;
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .menu-list-link.mobil.kontakt {
    display: none;
  }

  .social-media-link-box {
    width: 28px;
    height: 28px;
    margin-right: 7px;
    margin-left: 7px;
  }

  .triple-stack-flex.guide.untenplatz {
    margin-bottom: 0px;
  }

  .big-icon {
    width: 36px;
    height: 36px;
    margin-right: 5px;
  }

  .big-icon.pfeil.gro.zwei {
    margin-left: 35px;
  }

  .big-icon.pfeil.gro.zwei.podcast {
    margin-left: 20px;
  }

  .big-icon.blog {
    margin-left: 5px;
  }

  .employee-slider {
    width: 100vw;
  }

  .employee-slider._200 {
    min-height: 120vh;
  }

  .employee-slide-cont.bottom01._200 {
    height: 120vh;
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .employee-slide-cont.bottom01._200.ueberuns {
    height: 120vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .es-photo-cont {
    width: 95%;
    height: 40%;
    margin-top: 0px;
    -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;
  }

  .slide-arrow.sa-right {
    width: 15vw;
    font-size: 30px;
  }

  .slide-arrow.sa-left {
    width: 15vw;
    font-size: 30px;
  }

  .employee-text-cont {
    height: 25%;
  }

  .footer {
    margin-top: 0vh;
  }

  .footer-row.fr-first-row {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .footer-row.fr-second-row {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .footer-row.fr-last-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
  }

  .footer-link-block {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .footer-social-media-links {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
    padding-right: 5vw;
    padding-left: 5vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .full-bg-image {
    background-position: 68% 50%;
  }

  .sticky-bg-cont {
    height: 100%;
  }

  .sticky-pic-wrap {
    height: 100%;
  }

  .section-arrow-lb {
    display: none;
    font-size: 10vw;
  }

  .flex-half-text-cont-spacer {
    font-size: 13px;
  }

  .flex-half-text-cont-spacer._1._2._3._4._5.jobs {
    width: 75%;
  }

  .flex-half-text-cont-spacer._1._3 {
    font-size: 13px;
  }

  .flex-half-text-cont-spacer._1._3.breite {
    width: 95%;
  }

  .flex-half-text-cont-spacer._2 {
    width: 100%;
  }

  .flex-half-text-cont-spacer._2.reachgrid {
    font-size: 11px;
  }

  .flex-half-text-cont-spacer._2.reachgrid.fett {
    font-size: 13px;
  }

  .flex-half-text-cont-spacer._2.dick.presse {
    width: 250px;
  }

  .div-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block._2.home {
    top: 0%;
  }

  .div-block._3.hom.home {
    bottom: 20%;
  }

  .heading {
    font-size: 30px;
  }

  .heading.podcast {
    display: none;
  }

  .heading.podcast.mobile {
    display: block;
    font-size: 70px;
  }

  .text-block-2 {
    font-size: 13px;
  }

  .heading-3.klein.blog {
    font-size: 18px;
    line-height: 20px;
  }

  .heading-6 {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-6.kleiner {
    font-size: 23px;
  }

  .text-block-3 {
    font-size: 13px;
  }

  .text-block-3.footer {
    display: none;
    text-align: left;
  }

  .text-block-3.footer.platz {
    text-align: left;
  }

  .button-2 {
    font-size: 11px;
  }

  .button-2._10 {
    margin-right: 0px;
  }

  .button-2.home.mobilesmall {
    width: 232px;
    font-size: 11px;
  }

  .button-2.podcast.farbe1 {
    width: 190px;
  }

  .button-2.podcast.farbe2 {
    width: 190px;
  }

  .button-2.podcast.farbe3 {
    width: 190px;
  }

  .button-2.podcast.farbe4 {
    width: 190px;
  }

  .button-2.vereine {
    width: 165px;
    font-size: 10px;
  }

  .paragraph {
    margin-left: 0px;
    font-size: 60px;
    text-align: center;
  }

  .paragraph._2 {
    margin-top: 330px;
    margin-left: 15px;
    font-size: 80px;
  }

  .paragraph._2._3 {
    margin-top: 300px;
  }

  .paragraph._2._3.home {
    font-size: 80px;
  }

  .paragraph._2._3.home.etwasrunter.kleiner {
    font-size: 70px;
  }

  .paragraph._3 {
    margin-top: 40px;
    font-size: 75px;
  }

  .paragraph._3.home {
    font-size: 70px;
  }

  .paragraph.start {
    font-family: Amstirdamending, sans-serif;
    font-weight: 400;
  }

  .paragraph.tilted {
    margin-left: 0px;
  }

  .paragraph.tilted.neu {
    margin-left: 0px;
  }

  .text-block-4 {
    bottom: 12%;
    font-size: 15px;
  }

  .text-block-4.platzuntenrein {
    bottom: 15%;
    margin-bottom: 5vw;
    padding-bottom: 0vw;
  }

  .heading-13 {
    font-size: 45px;
    line-height: 40px;
  }

  .heading-14 {
    line-height: 35px;
  }

  .heading-14.bot.dat.tr {
    font-size: 20px;
    line-height: 25px;
  }

  .heading-14.bot.blog {
    max-width: none;
    margin-top: 0px;
    font-size: 30px;
  }

  .heading-14.bot.blog.vereine {
    margin-top: 0px;
  }

  .heading-14.mobileinv {
    display: block;
    height: auto;
  }

  .heading-14.vis {
    display: none;
  }

  .heading-15._1 {
    line-height: 80px;
  }

  .heading-15._1._2.sparkeasy.mobile {
    display: block;
    font-size: 65px;
    line-height: 70px;
  }

  .heading-15._1._2.sparkeasy.desktop {
    display: none;
  }

  .heading-15._1.mitte {
    font-size: 60px;
  }

  .heading-15._1.mitte.tilted {
    font-size: 60px;
  }

  .heading-15.voc.tilted.rough {
    color: #424256;
    font-size: 35px;
  }

  .text-block-5 {
    font-size: 13px;
  }

  .h16.beige {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-16.msg {
    display: none;
  }

  .heading-16.msg.staat {
    display: block;
  }

  .heading-16.msg.staat.spark.vis {
    display: block;
    margin-bottom: 10px;
  }

  .heading-16.msg.staat.unfold {
    display: block;
  }

  .heading-16.msg.staat.db {
    display: block;
  }

  .heading-16.guide.unten.sparkeasy {
    font-size: 20px;
  }

  .heading-16.sparkeasy {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-16.staat {
    font-size: 25px;
    line-height: 35px;
  }

  .heading-16.staat.db {
    font-size: 25px;
    line-height: 35px;
  }

  .heading-17.voc.tilted {
    font-size: 35px;
  }

  .heading-17.bot1._2 {
    font-size: 67px;
    line-height: 80px;
  }

  .heading-17.bot1._2.blue {
    color: #424256;
    font-size: 120px;
  }

  .heading-17.bot1.mobileopt {
    font-size: 250px;
    line-height: 130px;
  }

  .heading-17.imp {
    margin-top: 125px;
    margin-bottom: 0px;
    font-size: 125px;
    line-height: 125px;
  }

  .heading-17.dat {
    margin-top: 0px;
    font-size: 125px;
    line-height: 125px;
  }

  .heading-17.dat.tr {
    margin-top: 0px;
    font-size: 125px;
    line-height: 125px;
  }

  .heading-17.dat.tr.presse {
    margin-top: 0px;
  }

  .heading-17.dat.tr.blog {
    margin-top: -15px;
    font-size: 100px;
    line-height: 100px;
  }

  .heading-17.vision.inspire3.unfold.farbe {
    font-size: 50px;
  }

  .heading-17.kleiner {
    font-size: 33px;
  }

  .heading-17.dark {
    display: block;
    color: #000;
    text-align: center;
  }

  .heading-17.dark.klein {
    font-size: 30px;
  }

  ._1._2._3.sparkeasy.reachgrid {
    font-size: 18px;
  }

  ._1._2._3.staat.db {
    font-size: 25px;
    line-height: 35px;
  }

  ._1._2._3.unfold.podcast1 {
    margin-top: 50px;
  }

  .berschrift1 {
    font-size: 40px;
    line-height: 50px;
  }

  .heading20 {
    font-size: 25px;
    line-height: 30px;
  }

  .speech-bubble-question {
    margin-right: 0%;
  }

  .speech-bubble-question.show-if-in-view.reach {
    margin-top: 30px;
    margin-right: 10%;
    margin-left: 10%;
  }

  .bubble-left._2.unfold {
    left: 0px;
  }

  .bubble-left._1 {
    left: 0px;
  }

  .link-2.mail-alles.elisa.invmob {
    display: none;
  }

  .link-2.stefan.invmob {
    display: none;
  }

  .heading-18.staat {
    font-size: 25px;
    line-height: 35px;
  }

  .heading-18.staat.db {
    font-size: 25px;
    line-height: 35px;
  }

  .flex {
    display: block;
  }

  .styleguide-sidebar.blog {
    height: 140vh;
  }

  .styleguide-sidebar.blog._2 {
    height: 120vh;
  }

  .styleguide-sidebar.blog.vereine {
    height: 110vh;
  }

  .styleguide-sidebar.blog.groesser {
    height: 150vh;
  }

  .styleguide-sidebar._100 {
    min-height: 100vh;
  }

  .container-default {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-default.scroll {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-2.spende {
    position: static;
  }

  .image-2.presse {
    min-height: 0px;
  }

  .image-2.blog {
    position: static;
    height: 100%;
    object-fit: cover;
  }

  .staat.db {
    font-size: 25px;
    line-height: 35px;
  }

  .bold-text-3 {
    font-size: 13px;
  }

  .italic-text-2 {
    font-size: 0.8rem;
  }

  .field-label-form.rot {
    font-size: 10px;
  }

  .field-label-form.blau {
    font-size: 10px;
  }

  .text-field-2 {
    border: 1px none #000;
    font-size: 10px;
  }

  .text-field-2._1 {
    font-size: 10px;
  }

  .text-field-3 {
    border-style: none;
    font-size: 10px;
  }

  .checkbox-field.kurz._2._3 {
    margin-left: 10px;
  }

  .checkbox-label {
    font-size: 10px;
    text-transform: none;
  }

  .checkbox {
    width: 40px;
    height: 10px;
  }

  .checkbox.platzweg {
    width: 10px;
    margin-right: 5px;
  }

  .checkbox._1 {
    width: 10px;
  }

  .checkbox._2 {
    width: 30px;
  }

  .checkbox.kuerzer {
    width: auto;
    margin-right: 5px;
  }

  .zelle1 {
    font-size: 12px;
  }

  .zelle2 {
    font-size: 11px;
  }

  .a {
    font-size: 12px;
  }

  .b {
    font-size: 12px;
  }

  .b.o {
    font-size: 11px;
  }

  .flex-half-text-cont-spacer-2 {
    font-size: 13px;
  }

  .zeilen.rot.oben.neu.wrapper {
    padding-right: 5px;
    padding-left: 5px;
  }

  .zeilen.rot._2.neu.wrapper {
    padding-right: 5px;
    padding-left: 5px;
  }

  .zeilen.rot.neu.wrapper {
    padding-right: 5px;
    padding-left: 5px;
  }

  .podlink {
    font-size: 13px;
  }

  .podlink.oben.dunkel {
    font-size: 13px;
  }

  .ifo-logo {
    display: none;
    margin-right: 5vw;
    margin-left: 0vw;
  }

  .ifo-logo.ausgebucht{
    display: block;
    margin-top: 2vh;
  }

  .leiste1 {
    font-size: 13px;
  }

  .bold-text-5.mobilesmall {
    font-size: 12px;
  }

  .bold-text-6.mobilesmall {
    font-size: 12px;
  }

  .bold-text-7.mobilesmall {
    font-size: 12px;
  }

  .grid-2.reach {
    margin-top: 50px;
    -ms-grid-rows: 115px 115px 115px 115px;
    grid-template-rows: 115px 115px 115px 115px;
  }

  .heading-20.blog {
    font-size: 12px;
  }

  .bloghead {
    margin-top: 10px;
  }

  .mix {
    display: none;
  }

  .tab-dropdown {
    width: 100%;
    padding-top: 13px;
    padding-left: 0px;
    background-color: #50705b;
    background-position: 94% 50%;
    font-size: 16px;
    text-align: left;
  }

  .tab-dropdown:hover {
    background-color: #50705b;
  }

  .tab-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
  }

  .tab-link.w--current {
    background-color: #4a5747;
    color: #fff;
  }

  .tabs-content {
    margin-top: 30px;
    padding: 20px 0px;
  }

  .tabs-menu {
    display: none;
    width: 100%;
  }

  .post-card-image {
    height: 58vw;
  }

  .checkboxmetries {
    margin-left: 5px;
  }

  .checkboxmetries._2 {
    margin-left: 5px;
  }

  .divdreier {
    margin-left: 10px;
  }

  .navlink {
    font-family: Suisseintl, sans-serif;
  }

  .menu-button {
    background-color: #424256;
    color: #424256;
  }

  .navbar {
    position: fixed;
    box-shadow: none;
  }

  .nav-menu {
    position: absolute;
  }

  .down {
    width: 34px;
  }

  .etwas-kleiner {
    font-size: 25px;
  }
}

#w-node-_4e752545-69ff-6b2a-6ec0-c5719a24e48d-9a24e480 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_4e752545-69ff-6b2a-6ec0-c5719a24e491-9a24e480 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f08cb0cc-fc1b-3513-c26b-2567b4de230a-c06790d6 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-dff537aa-47d2-0794-8bb0-e7c103bb4762-c06790d6 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_8f56c0c8-ec15-a80b-5e72-8f3b00c4a7a5-c06790d6 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_47131fe0-bb0f-2728-8247-f263d436db75-c06790d6 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_6d095b4f-0ace-da7b-833c-90f1b97b83e3-f767915f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_17ef20f0-9152-41ac-c75b-2de5d3dcd7f0-f767915f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_751c6c9e-c93f-5637-ee7e-3bf858260362-f767915f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-c6b202de-fdd0-6309-c0a3-b5435a8a66c0-f767915f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_5ada2688-93e1-1a23-cc85-fbbab95fb20e-f767915f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-edb5b69d-e2ab-cc01-9b3a-ad503f32e078-f767915f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-dbe2cbb1-4890-1bad-a910-8d999c289a1a-f767915f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_24388b67-bd5a-5b70-5f00-23bdc9b67a00-f767915f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_79450aaf-0f9b-5e0a-bd5f-9ef1bc09c5e0-f767915f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_79450aaf-0f9b-5e0a-bd5f-9ef1bc09c5e4-f767915f {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_329af423-6953-e540-bb34-c51ba04661ff-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_329af423-6953-e540-bb34-c51ba0466203-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_329af423-6953-e540-bb34-c51ba046620f-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_9a2b2608-4fed-4144-25c7-5b3f6df8691c-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_9a2b2608-4fed-4144-25c7-5b3f6df86920-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_69c21687-84f2-a4d1-c75a-3ddf3a4f2d5d-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-a365e4aa-580e-ef78-28ce-b6ef1dc69139-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_1a851b53-4ff7-568f-98ec-267e447f6bf5-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_054e138b-e59c-b18b-c143-010eac705f25-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_75c4880a-8f33-1cdf-854e-232577e1c78a-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-e000b767-c4c8-9ee4-09a6-286742f3f456-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_5d22d6e5-6744-0b60-e138-de0efb631b5c-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-a3ab6a1d-4ff1-3d72-3eeb-a9461218bb46-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-de4e9527-a49e-47cf-69f7-01bddec71c8a-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_32bc944a-6925-ccb4-6c3a-d31d7eecda75-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_32d3215d-bc47-455e-a42f-711803475f3f-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-cf0cf3b4-3b68-2b84-7257-bb5c0a89dce7-1c679176 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_329af423-6953-e540-bb34-c51ba04661ff-4a679190 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_329af423-6953-e540-bb34-c51ba0466203-4a679190 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_329af423-6953-e540-bb34-c51ba046620f-4a679190 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cb71-4a679190 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cb75-4a679190 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cb79-4a679190 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cb7d-4a679190 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cb81-4a679190 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_21a71a17-2278-292b-79e8-6649430e3fe9-4a679190 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-b866bd4a-b6b0-fb0c-9d46-36d15cdaf0bb-4a679190 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cb85-4a679190 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-eebfbec0-7ffb-2fd6-78a1-111ddd262b33-4a679190 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-ea178515-5e3b-884a-7501-c3ab83ca274b-4a679190 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cba4-4a679190 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cba8-4a679190 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

@media screen and (min-width: 1440px) {
  #w-node-_75c4880a-8f33-1cdf-854e-232577e1c78a-1c679176 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_21a71a17-2278-292b-79e8-6649430e3fe9-4a679190 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-b866bd4a-b6b0-fb0c-9d46-36d15cdaf0bb-4a679190 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cb85-4a679190 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-eebfbec0-7ffb-2fd6-78a1-111ddd262b33-4a679190 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-ea178515-5e3b-884a-7501-c3ab83ca274b-4a679190 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4e752545-69ff-6b2a-6ec0-c5719a24e491-9a24e480 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_79450aaf-0f9b-5e0a-bd5f-9ef1bc09c5e4-f767915f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_329af423-6953-e540-bb34-c51ba04661ff-1c679176 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_329af423-6953-e540-bb34-c51ba0466203-1c679176 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_329af423-6953-e540-bb34-c51ba046620f-1c679176 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_9a2b2608-4fed-4144-25c7-5b3f6df8691c-1c679176 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_9a2b2608-4fed-4144-25c7-5b3f6df86920-1c679176 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_69c21687-84f2-a4d1-c75a-3ddf3a4f2d5d-1c679176 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a365e4aa-580e-ef78-28ce-b6ef1dc69139-1c679176 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_1a851b53-4ff7-568f-98ec-267e447f6bf5-1c679176 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_054e138b-e59c-b18b-c143-010eac705f25-1c679176 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e000b767-c4c8-9ee4-09a6-286742f3f456-1c679176 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_5d22d6e5-6744-0b60-e138-de0efb631b5c-1c679176 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a3ab6a1d-4ff1-3d72-3eeb-a9461218bb46-1c679176 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-de4e9527-a49e-47cf-69f7-01bddec71c8a-1c679176 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_32bc944a-6925-ccb4-6c3a-d31d7eecda75-1c679176 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_32d3215d-bc47-455e-a42f-711803475f3f-1c679176 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_329af423-6953-e540-bb34-c51ba04661ff-4a679190 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_329af423-6953-e540-bb34-c51ba0466203-4a679190 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_329af423-6953-e540-bb34-c51ba046620f-4a679190 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cb71-4a679190 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cb75-4a679190 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cb79-4a679190 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cb7d-4a679190 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cb81-4a679190 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_21a71a17-2278-292b-79e8-6649430e3fe9-4a679190 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b866bd4a-b6b0-fb0c-9d46-36d15cdaf0bb-4a679190 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cb85-4a679190 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-eebfbec0-7ffb-2fd6-78a1-111ddd262b33-4a679190 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ea178515-5e3b-884a-7501-c3ab83ca274b-4a679190 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cba4-4a679190 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_5fd42dbc-3f6a-7d2e-8d13-46b50395cba8-4a679190 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Suisseworks';
  src: url('../fonts/SuisseWorks-Regular.ttf') format('truetype'), url('../fonts/SuisseWorks-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseworks';
  src: url('../fonts/SuisseWorks-RegularItalic.ttf') format('truetype'), url('../fonts/SuisseWorks-BookItalic.ttf') format('truetype'), url('../fonts/SuisseWorks-RegularItalic.otf') format('opentype'), url('../fonts/SuisseWorks-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseworks';
  src: url('../fonts/SuisseWorks-MediumItalic.ttf') format('truetype'), url('../fonts/SuisseWorks-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseworks';
  src: url('../fonts/SuisseWorks-Medium.ttf') format('truetype'), url('../fonts/SuisseWorks-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-UltralightItalic.ttf') format('truetype'), url('../fonts/SuisseIntl-UltraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Ultralight.ttf') format('truetype'), url('../fonts/SuisseIntl-UltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlcond';
  src: url('../fonts/SuisseIntlCond-Regular.ttf') format('truetype'), url('../fonts/SuisseIntlCond-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseworks book';
  src: url('../fonts/SuisseWorks-Book.ttf') format('truetype'), url('../fonts/SuisseWorks-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-ThinItalic.ttf') format('truetype'), url('../fonts/SuisseIntl-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Thin.ttf') format('truetype'), url('../fonts/SuisseIntl-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseworks';
  src: url('../fonts/SuisseWorks-Bold.ttf') format('truetype'), url('../fonts/SuisseWorks-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlcond';
  src: url('../fonts/SuisseIntlCond-Thin.ttf') format('truetype'), url('../fonts/SuisseIntlCond-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suissesign';
  src: url('../fonts/SuisseSign-Regular.ttf') format('truetype'), url('../fonts/SuisseSign-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlcond';
  src: url('../fonts/SuisseIntlCond-ThinItalic.ttf') format('truetype'), url('../fonts/SuisseIntlCond-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-LightItalic.ttf') format('truetype'), url('../fonts/SuisseIntl-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Light.ttf') format('truetype'), url('../fonts/SuisseIntl-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suissesign';
  src: url('../fonts/SuisseSign-SemiBold.ttf') format('truetype'), url('../fonts/SuisseSign-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suissesign';
  src: url('../fonts/SuisseSign-RegularItalic.ttf') format('truetype'), url('../fonts/SuisseSign-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Medium.ttf') format('truetype'), url('../fonts/SuisseIntl-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlmono';
  src: url('../fonts/SuisseIntlMono-Bold.ttf') format('truetype'), url('../fonts/SuisseIntlMono-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-MediumItalic.ttf') format('truetype'), url('../fonts/SuisseIntl-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlmono';
  src: url('../fonts/SuisseIntlMono-Regular.ttf') format('truetype'), url('../fonts/SuisseIntlMono-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suissesign';
  src: url('../fonts/SuisseSign-Bold.ttf') format('truetype'), url('../fonts/SuisseSign-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlcond';
  src: url('../fonts/SuisseIntlCond-RegularItalic.ttf') format('truetype'), url('../fonts/SuisseIntlCond-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlcond';
  src: url('../fonts/SuisseIntlCond-MediumItalic.ttf') format('truetype'), url('../fonts/SuisseIntlCond-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlcond';
  src: url('../fonts/SuisseIntlCond-Semibold.ttf') format('truetype'), url('../fonts/SuisseIntlCond-Semibold.otf') format('opentype'), url('../fonts/SuisseIntlCond-SemiBoldIta.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suissesign';
  src: url('../fonts/SuisseSign-BoldItalic.ttf') format('truetype'), url('../fonts/SuisseSign-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseneue';
  src: url('../fonts/SuisseNeue-Light.ttf') format('truetype'), url('../fonts/SuisseNeue-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlcond';
  src: url('../fonts/SuisseIntlCond-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseneue';
  src: url('../fonts/SuisseNeue-Medium.ttf') format('truetype'), url('../fonts/SuisseNeue-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Black.ttf') format('truetype'), url('../fonts/SuisseIntl-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-BlackItalic.ttf') format('truetype'), url('../fonts/SuisseIntl-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseneue';
  src: url('../fonts/SuisseNeue-LightItalic.ttf') format('truetype'), url('../fonts/SuisseNeue-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Bold.ttf') format('truetype'), url('../fonts/SuisseIntl-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseneue';
  src: url('../fonts/SuisseNeue-MediumItalic.ttf') format('truetype'), url('../fonts/SuisseNeue-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl book';
  src: url('../fonts/SuisseIntl-Book.ttf') format('truetype'), url('../fonts/SuisseIntl-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-BoldItalic.ttf') format('truetype'), url('../fonts/SuisseIntl-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-BookItalic.ttf') format('truetype'), url('../fonts/SuisseIntl-RegularItalic.ttf') format('truetype'), url('../fonts/SuisseIntl-BookItalic.otf') format('opentype'), url('../fonts/SuisseIntl-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlcond';
  src: url('../fonts/SuisseIntlCond-Bold.ttf') format('truetype'), url('../fonts/SuisseIntlCond-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlcond';
  src: url('../fonts/SuisseIntlCond-BoldItalic.ttf') format('truetype'), url('../fonts/SuisseIntlCond-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseneue';
  src: url('../fonts/SuisseNeue-RegularItalic.ttf') format('truetype'), url('../fonts/SuisseNeue-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlcond';
  src: url('../fonts/SuisseIntlCond-Light.ttf') format('truetype'), url('../fonts/SuisseIntlCond-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseneue';
  src: url('../fonts/SuisseNeue-Regular.ttf') format('truetype'), url('../fonts/SuisseNeue-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlcond';
  src: url('../fonts/SuisseIntlCond-LightItalic.ttf') format('truetype'), url('../fonts/SuisseIntlCond-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlcond';
  src: url('../fonts/SuisseIntlCond-Medium.ttf') format('truetype'), url('../fonts/SuisseIntlCond-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suissesign';
  src: url('../fonts/SuisseSign-SemiBoldItalic.ttf') format('truetype'), url('../fonts/SuisseSign-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintlmono';
  src: url('../fonts/SuisseIntlMono-Thin.ttf') format('truetype'), url('../fonts/SuisseIntlMono-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suissesign';
  src: url('../fonts/SuisseSign-Thin.ttf') format('truetype'), url('../fonts/SuisseSign-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Regular.ttf') format('truetype'), url('../fonts/SuisseIntl-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suissesign';
  src: url('../fonts/SuisseSign-ThinItalic.ttf') format('truetype'), url('../fonts/SuisseSign-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-SemiBold.ttf') format('truetype'), url('../fonts/SuisseIntl-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-SemiBoldItalic.ttf') format('truetype'), url('../fonts/SuisseIntl-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Amstirdam';
  src: url('../fonts/Amstirdam.ttf') format('truetype'), url('../fonts/Amstirdam.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mystique';
  src: url('../fonts/Mystique-Regular.ttf') format('truetype'), url('../fonts/Mystique-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mystique splashes';
  src: url('../fonts/Mystique-Splashes.ttf') format('truetype'), url('../fonts/Mystique-Splashes.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roughmarker';
  src: url('../fonts/Roughmarker.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseworks';
  src: url('../fonts/SuisseWorks-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Amstirdamendingswash';
  src: url('../fonts/AmstirdamEndingSwash.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amstirdamending';
  src: url('../fonts/AmstirdamEnding.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hessleyandreas 7brdr';
  src: url('../fonts/hessleyandreas-7brdr.otf') format('opentype'), url('../fonts/hessleyandreas-7brdr.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Staat';
  src: url('../fonts/Staat-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Staat';
  src: url('../fonts/Staat-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

#spendenbutton {
    position: fixed;
    display: block;
    top: 40%;
    right: 0%;
    margin: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px #264652;
    box-shadow: 0px 0px 20px 0px #264652;
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
}

#spendenbutton:hover{
  box-shadow: 0px 0px 50px 0px #000;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

@media screen and (max-width: 370px){
  .donation-image{
    height: 100px !important;
  }
}

#map {
  width: 100%;
}

.div-form-contact{
  margin-top:0px !important;
}

.div-form-contact .wpcf7-form-control-wrap, .div-form-contact .wpcf7-form-control-wrap input{
  width: 100%;
  height:100%;
}

.div-form-contact.blau.unfold input, .div-form-contact.blau.unfold select, .div-form-contact.blau.unfold textarea{
  background-color: #f3e5d1;
}

.div-form-contact.blau.un input, .div-form-contact.blau.un select, .div-form-contact.blau.un textarea{
  background-color: #b2c1c7;
}

.div-form-contact.rot._1.unfold input, .div-form-contact.rot._1.unfold select, .div-form-contact.rot._1.unfold textarea{
  background-color: #f1f2f5;
}

.div-form-contact.rot input, .div-form-contact.rot select, .div-form-contact.rot textarea{
  height: 100%;
  margin-bottom: 0px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(66, 66, 86, 0.27);
  background-color: #f8bc9c;
  font-family: Suisseintl, sans-serif;
  width: 100%;
}

.div-form-contact.blau input, .div-form-contact.blau select, .div-form-contact.blau textarea{
  height: 100%;
  margin-bottom: 0px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(66, 66, 86, 0.27);
  background-color: #aeb1d5;
  font-family: Suisseintl, sans-serif;
  width: 100%;
}

.wpcf7-form-control-wrap.bildungsakteurin-389 {
    width: 4%;
    margin-top: 33px;
}

input:focus-visible, textarea:focus-visible {
    outline: none;
}

.wpcf7-form-control-wrap.previousryl, .wpcf7-form-control-wrap.adresstyp{
  margin-top: 0%;
}

.previousryl input {
    margin-left: -6px;
}

.wpcf7-select{
  width: 100%;
  height: 100%;
}

.div-form-contact.textarea{
  height: 250px;
}

.div-form-contact textarea{
  resize: none;
}

#contact-form-studentin, #contact-form-school, #contact-form-company {
    padding-top: 0;
    padding-bottom: 5vw;
}

.wpcf7-form-control.wpcf7-radio{
  float: right;
}

.wpcf7 {
    margin-top: 15px;
}

.flex-half-cont._11.unfold9._7.inspireleft {
  background-color: #b2c0c6;
}

.flex-half-cont._11.unfold10.inspireright {
  background-color: #f3986b;
}

.wpcf7-form .name-wrap, .wpcf7-form .email-wrap {
    width: 50%;
}

.footer.w-input {
    margin-top: -10%;
}

.div-form-contact .wpcf7-form-control-wrap {
    border-left: lightgray;
    border-left-style: solid;
    border-left-width: 1px;
}

.w-layout-grid.grid-5.trainer {
    grid-template-columns: 1fr 1fr 1fr;
}

.wpcf7-form-control.wpcf7-textarea{
  width: 100%;
}

.standortlogolink {
  width: 20%;
  display: block;
  float: left;
  padding-left: 3.5%;
}

.full-bg-image.home.trainerausbildung{
  background-image:url('../images/trainer_background.jpg');
}

  .text-container.logos.ueber{
    margin-bottom: 0px;
  }

.brand.ifo-logo.w-nav-brand.ausgebucht {
  position: relative;
  float: right;
  margin-left: 0px;
  margin-right: 2vw;
}

.heading-15._1.mitte.tilted.dark {
  color: #424256;
}

#WebToLeadForm input, #WebToLeadForm select {
  border-left: lightgray;
    border-left-style: none;
    border-left-width: medium;
  border-left-style: solid;
  border-left-width: 1px;
}

.suiteformcheckbox{
  height: 50% !important;
}

.kuratoriumslider .employee-slide.w-slide {
  margin-top: -15%;
  padding-bottom: 10%;
}

.kuratoriumslider .heading-16.msg.staat.bottom01 {
  margin-top: 25%;
}

#wp-admin-bar-my-sites-list {
  overflow: scroll !important;
}