:root {
  --benjamins-gelb: #ecdeb7;
  --benjamins-blau: #bbced4;
  --benjamins-beige: #f6eeda;
  --benjamins-grün: #c0d7bd;
  --benjamins-rot: #e4bbbf;
  --white: white;
  --grey: #1a1b1f;
  --black: black;
}

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

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

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

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

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

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

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

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

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

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

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

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

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

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

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

.styleguide-content-wrap {
  text-align: center;
}

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

.section.cc-cta {
  background-color: var(--benjamins-gelb);
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-home-wrap {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.cc-store-home-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.section.background-blue {
  background-color: var(--benjamins-blau);
  margin-left: 0;
  margin-right: 0;
}

.section.footer {
  background-color: #1a1b1f;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.section-header-subpage {
  background-color: var(--benjamins-beige);
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.section.section-header-subpage.seaction-header-stifter {
  background-color: #e5e9ee;
}

.section.section-header-subpage.section-header-medien {
  background-color: var(--benjamins-beige);
  margin-top: 0;
  padding-top: 0;
}

.section.section-header-home {
  background-color: var(--benjamins-beige);
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.section.background-green {
  background-color: var(--benjamins-grün);
  margin-left: 0;
  margin-right: 0;
}

.section.background-red {
  background-color: var(--benjamins-rot);
  margin-left: 0;
  margin-right: 0;
}

.section.background-yellow {
  background-color: #f0e8d1;
}

.section.section-artikel {
  padding-top: 160px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

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

.container.footer-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

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

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

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.paragraph-bigger.cc-bigger-white-light {
  color: var(--white);
  text-align: right;
  text-shadow: 0 1px 1px #0003;
  font-size: 16px;
}

.primary-button {
  background-color: var(--grey);
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  position: static;
}

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

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

.primary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.desktop-nav-rechts {
  z-index: 5;
  position: relative;
}

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

.primary-button.cc-white-button:hover {
  background-color: #fffc;
}

.primary-button.cc-white-button:active {
  background-color: #ffffffe6;
}

.primary-button.button-buch {
  background-color: #e63340;
}

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

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

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

.paragraph-light {
  opacity: .6;
  margin-bottom: 30px;
}

.heading-jumbo {
  color: var(--white);
  text-align: center;
  text-transform: none;
  text-shadow: 0 1px 1px #0003;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 100px;
  font-size: 64px;
  font-weight: 500;
  line-height: 80px;
}

.heading-jumbo.heading-black {
  color: #fff;
  text-align: right;
}

.heading-jumbo.heading-black.stifter {
  text-align: left;
}

.heading-jumbo.heading-black.englisch, .heading-jumbo.heading-black.englisch.philanthropist {
  text-align: right;
}

.heading-jumbo._404-heading {
  text-align: center;
}

.heading-jumbo.startseite {
  color: var(--white);
  text-align: right;
}

.heading-jumbo.medien {
  color: var(--white);
  text-align: left;
  text-shadow: 0 1px 1px #0003;
}

.heading-jumbo.mobile, .heading-jumbo.mobile.holist, .heading-jumbo.holist, .heading-jumbo.englisch-unternehmer {
  text-align: left;
}

.heading-jumbo-small {
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 330px;
  margin-top: 100px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  color: #000;
}

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

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.navigation {
  background-color: var(--benjamins-beige);
  border-bottom: 1px solid #0000004f;
  align-items: center;
  width: 100vw;
  padding: 30px 100px;
  display: flex;
  position: fixed;
  top: 0;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-item.medien-link {
  display: none;
}

.logo-image {
  display: block;
}

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

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/bp01.png');
  background-position: 60%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  max-width: 2000px;
  height: 80vh;
  max-height: 1000px;
  margin: 104px auto 0;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #547191;
  background-image: url('../images/0B3A9919.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  justify-content: flex-start;
  align-items: center;
  max-width: 2000px;
  height: 70vh;
  max-height: 700px;
  margin-bottom: 0;
  padding-bottom: 60px;
}

.intro-header.cc-subpage.header-stifter {
  background-image: url('../images/Benjamin-Otto-Stifter.jpg');
  height: 70vh;
  max-height: 700px;
}

.intro-header.cc-subpage.header-vision-r {
  background-color: #a0a2a0;
  background-image: url('../images/bpo52.png');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  max-width: 2000px;
  max-height: 700px;
  margin-top: 104px;
  padding-top: 0;
}

.intro-header.cc-subpage.header-stifer-neu {
  background-color: #e6e5ec;
  background-image: url('../images/bpo4-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
}

.intro-header.cc-subpage.header-medien {
  object-fit: fill;
  background-color: #e2dfd2;
  background-image: url('../images/bpo3.2.jpg');
  background-position: 100%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 2000px;
  padding-top: 0;
  position: static;
}

.intro-header.header-stifter {
  color: #fff;
  background-color: #000;
  background-image: url('../images/Benjamin-Otto-Unternehmer.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 2000px;
  height: 60vh;
  max-height: 650px;
  margin-bottom: 0;
}

.intro-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.intro-content.cc-homepage {
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

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

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

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

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

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

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

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

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

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

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  background-image: url('../images/benjaminotto-4.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

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

.home-content-wrap {
  margin-top: 80px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 500;
}

.section-heading.heading-left-small {
  min-height: 100px;
  font-size: 22px;
  line-height: 30px;
}

.section-heading.heading-left-small.artikel {
  min-height: 0;
}

.about-grid-right {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template: ". ."
  / 1fr 2fr;
  place-items: center stretch;
  margin-bottom: 80px;
}

.about-grid-right.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  text-align: left;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 35px;
  display: block;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.rollen-heading {
  margin-top: 10px;
  margin-bottom: 60px;
  font-weight: 500;
}

.rollen {
  text-align: center;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.secondary-button {
  background-color: var(--benjamins-gelb);
  color: #000;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  object-fit: fill;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.secondary-button:hover {
  background-color: var(--benjamins-gelb);
}

.secondary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.body {
  background-color: var(--benjamins-beige);
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  direction: ltr;
  color: #000;
  object-fit: fill;
  flex-flow: row;
  flex: 0 auto;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-end;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  display: block;
  position: static;
}

.benjamins-bild {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.rollen-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template: ". ."
  / 1fr 1fr 1fr;
  place-items: stretch stretch;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.rollen-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.rolle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.rolle.rolle-unternehmer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--benjamins-blau);
}

.rolle.rolle-stifter {
  background-color: var(--benjamins-grün);
}

.rolle.rolle-vision-r {
  background-color: var(--benjamins-rot);
}

.rolle.artikel {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--benjamins-grün);
  text-align: left;
}

.rolle.bild {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--benjamins-rot);
  text-align: center;
}

.rollen-text {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding: 20px;
  display: flex;
}

.rolle-beschreibung {
  opacity: .6;
  margin-bottom: 0;
}

.rollen-bild {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 50%;
}

.logo-link-footer {
  z-index: 1;
}

.logo-link-footer:hover {
  opacity: .8;
}

.logo-link-footer:active {
  opacity: .7;
}

.logo-link-footer.w--current {
  color: #000;
}

.div-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.logo-text {
  color: #000;
  text-transform: none;
  font-style: normal;
  font-weight: 500;
}

.body-2 {
  background-color: var(--benjamins-beige);
}

.about-grid-left {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: left;
  grid-template: "Area"
  / 1fr 1fr;
  place-items: center stretch;
  margin-bottom: 140px;
}

.about-grid-left.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.about-grid-left.holist, .about-grid-left.holismus-buch-grid {
  margin-bottom: 60px;
}

.bild-1-1 {
  aspect-ratio: 1;
  text-align: left;
  object-fit: cover;
  max-width: 100%;
  padding-left: 0;
}

.bild-1-1.holist {
  aspect-ratio: auto;
  max-width: 250px;
}

.body-3 {
  background-color: var(--benjamins-beige);
}

.logo-footer {
  color: #fff;
}

.body-4 {
  background-color: var(--benjamins-beige);
}

.grid-vision-r {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template: ". ."
  / 1fr 1fr 1fr;
  place-items: start stretch;
  margin-bottom: 140px;
}

.grid-vision-r.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.paragraph-left {
  opacity: .6;
  margin-bottom: 30px;
}

.header-section-vision {
  text-align: center;
  width: 80%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.home-section-wrap-padded {
  margin-bottom: 30px;
}

.body-5, .body-6, .body-7 {
  background-color: var(--benjamins-beige);
}

.zeitstrahl {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 50px auto 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: grid;
  position: relative;
}

.punkt {
  aspect-ratio: auto;
  background-color: var(--benjamins-blau);
  border-radius: 100px;
  width: 16px;
  height: 16px;
  margin-top: 5px;
  position: relative;
}

.datum {
  letter-spacing: 1px;
  font-weight: 700;
}

.linie {
  background-color: #00000073;
  width: 1px;
  height: 100%;
  margin-left: 73px;
  position: absolute;
}

.body-8 {
  background-color: var(--benjamins-beige);
}

.text-block-5 {
  color: var(--white);
}

.body-9, .body-10 {
  background-color: var(--benjamins-beige);
}

.benjamins-impressum-h2 {
  text-align: center;
}

.desktop-nav-rechts {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  pointer-events: auto;
  display: flex;
}

.lang-switch {
  aspect-ratio: 1;
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
}

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

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

.lang-switch.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.lang-switch.desktop-nav-rechts {
  z-index: 5;
  position: relative;
}

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

.lang-switch.cc-white-button:hover {
  background-color: #fffc;
}

.lang-switch.cc-white-button:active {
  background-color: #ffffffe6;
}

.lang-switch-text {
  text-transform: uppercase;
  font-size: 12px;
}

.mobile-nav-rechts {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.lang-switch-mobile {
  aspect-ratio: 1;
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: none;
}

.lang-switch-mobile:hover {
  color: #fff;
  background-color: #32343a;
}

.lang-switch-mobile:active {
  background-color: #43464d;
}

.lang-switch-mobile.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.lang-switch-mobile.desktop-nav-rechts {
  z-index: 5;
  position: relative;
}

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

.lang-switch-mobile.cc-white-button:hover {
  background-color: #fffc;
}

.lang-switch-mobile.cc-white-button:active {
  background-color: #ffffffe6;
}

.desktop-buttons-rechts {
  z-index: 1000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.navigation-eng {
  background-color: var(--benjamins-beige);
  border-bottom: 1px solid #0000004f;
  align-items: center;
  width: 100vw;
  padding: 30px 100px;
  display: flex;
  position: fixed;
  top: 0;
}

.section-2, .section-3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: auto;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #1a1b1f;
  border: 1px solid #000;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition-property: none;
  overflow: visible;
}

.text-block-6 {
  text-align: center;
}

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

.container-holismus-buch.footer-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

@media screen and (max-width: 991px) {
  .section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .section.background-yellow {
    background-color: var(--benjamins-beige);
    padding: 0;
  }

  .styleguide-block {
    text-align: center;
  }

  .container.footer-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    place-items: start stretch;
  }

  .paragraph-bigger.cc-bigger-white-light {
    color: var(--white);
    text-align: center;
    font-weight: 400;
  }

  .primary-button {
    justify-content: center;
  }

  .primary-button.desktop-nav-rechts {
    display: none;
  }

  .heading-jumbo {
    text-align: center;
    text-shadow: 0 1px 1px #0003;
    font-size: 56px;
    line-height: 70px;
  }

  .heading-jumbo.heading-black.stifter {
    text-align: center;
  }

  .heading-jumbo.startseite {
    color: var(--white);
    text-align: center;
    text-shadow: 0 1px 1px #0003;
  }

  .heading-jumbo.medien, .heading-jumbo.mobile {
    text-align: center;
  }

  .heading-jumbo-small {
    font-size: 26px;
    line-height: 40px;
  }

  .styleguide-header-wrap {
    margin-top: 77px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: var(--benjamins-beige);
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    background-color: var(--benjamins-beige);
    text-align: center;
    padding: 24px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-item.medien-link {
    opacity: 1;
    color: #fff;
    background-color: #000;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: var(--benjamins-beige);
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    grid-template-columns: 1fr;
    width: auto;
    padding: 80px 50px 90px;
  }

  .intro-header {
    background-position: 50%;
    justify-content: center;
    align-items: flex-end;
    height: 440px;
    margin-top: 78px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-header.cc-subpage {
    height: 440px;
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .intro-header.header-stifter {
    height: 380px;
    margin-bottom: 0;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  ._404-wrap {
    background-position: 76%;
  }

  .home-section-wrap.holist {
    text-align: left;
  }

  .home-section-wrap.holismus-buch-text {
    text-align: center;
  }

  .section-heading.heading-left {
    text-align: left;
  }

  .section-heading.heading-left-small {
    text-align: left;
    min-height: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .about-grid-right {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid-right.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .secondary-button.w--current {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block {
    background-image: linear-gradient(#0000, #00000082);
  }

  .rollen-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr 1fr;
  }

  .rollen-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .logo-link-footer.w--current {
    flex: 1;
  }

  .div-block-2 {
    flex-flow: wrap;
  }

  .about-grid-left {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-bottom: 100px;
  }

  .about-grid-left.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .bild-1-1 {
    aspect-ratio: 3 / 2;
  }

  .grid-vision-r {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-bottom: 100px;
  }

  .grid-vision-r.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

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

  .home-section-wrap-padded {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .desktop-nav-rechts {
    display: none;
  }

  .lang-switch {
    justify-content: center;
  }

  .lang-switch.desktop-nav-rechts {
    display: none;
  }

  .mobile-nav-rechts {
    display: block;
  }

  .lang-switch-mobile {
    justify-content: center;
    width: 44px;
    margin: 25px auto;
    display: flex;
  }

  .lang-switch-mobile.desktop-nav-rechts, .desktop-buttons-rechts {
    display: none;
  }

  .navigation-eng {
    padding: 25px 30px;
  }

  .section-2 {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .container-holismus-buch.footer-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    place-items: start stretch;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .container.footer-grid {
    grid-template-columns: auto;
    place-items: center stretch;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo.heading-black.stifter {
    text-align: center;
  }

  .styleguide-header-wrap {
    margin-top: 67px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-header {
    max-height: 600px;
    margin-top: 68px;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-header.cc-subpage {
    background-position: 50% 0;
  }

  .intro-header.cc-subpage.header-vision-r, .intro-header.cc-subpage.header-medien {
    background-position: 50%;
  }

  .intro-header.header-stifter {
    background-position: 50% 0;
    height: 440px;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    background-position: 67%;
    padding: 30px;
  }

  .section-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .intro-text {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .rolle-beschreibung {
    min-height: 0;
  }

  .logo-link-footer {
    padding-left: 0;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
  }

  .header-section-vision {
    margin-bottom: 0;
  }

  .navigation-eng {
    padding: 20px 30px;
  }

  .container-holismus-buch {
    text-align: center;
  }

  .container-holismus-buch.footer-grid {
    grid-template-columns: auto;
    place-items: center stretch;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container {
    text-align: left;
  }

  .container.footer-grid {
    place-items: center start;
  }

  .paragraph-bigger.cc-bigger-white-light {
    text-align: center;
  }

  .primary-button {
    display: flex;
  }

  .primary-button.cc-jumbo-button {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .heading-jumbo.heading-black {
    text-shadow: none;
  }

  .heading-jumbo.heading-black.englisch.philanthropist.mobile, .heading-jumbo.centered, .heading-jumbo.startseite {
    text-align: center;
  }

  .heading-jumbo.medien {
    color: var(--white);
  }

  .heading-jumbo.medien.mobile {
    color: var(--white);
    text-align: left;
  }

  .heading-jumbo.medien.only {
    text-shadow: 1px 3px 1px #0003;
  }

  .heading-jumbo.mobile {
    text-align: center;
    text-shadow: 0 2px 1px #0003;
    margin-right: 0;
  }

  .heading-jumbo.mobile.holist {
    text-align: center;
  }

  .heading-jumbo.mobile.only {
    text-shadow: 1px 3px 1px #0003;
  }

  .heading-jumbo.holist.mobile {
    color: var(--black);
  }

  .heading-jumbo.holist.mobile.gestalter {
    color: var(--white);
    padding-top: 180px;
    font-size: 25px;
  }

  .heading-jumbo.holist.mobile.gestalter.test {
    color: var(--white);
    padding-top: 140px;
  }

  .heading-jumbo.holist.mobile.gestalter.test.only {
    text-shadow: 1px 3px 1px #0003;
  }

  .heading-jumbo.holist.mobile.holistticcreator {
    color: var(--white);
    padding-top: 180px;
    font-size: 25px;
  }

  .heading-jumbo.holist.mobile.holistticcreator.test {
    padding-top: 140px;
  }

  .heading-jumbo.holist.mobile.holistticcreator.test.only {
    text-shadow: 1px 3px 1px #0003;
  }

  .heading-jumbo.englisch-unternehmer.mobile-entrepreneuer {
    text-align: center;
    text-shadow: 0 2px 1px #0003;
  }

  .heading-jumbo.englisch-unternehmer.mobile-entrepreneuer.only {
    text-shadow: 1px 3px 1px #0003;
  }

  .heading-jumbo-small {
    font-size: 20px;
    line-height: 32px;
  }

  .styleguide-header-wrap {
    height: 180px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation-item.medien-link {
    background-color: var(--benjamins-beige);
    color: var(--black);
  }

  .navigation-item.medien-link.w--current {
    background-color: var(--benjamins-beige);
    color: var(--black);
    border-radius: 0;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-header {
    background-position: 50% 0;
    justify-content: flex-start;
    align-items: flex-end;
    height: 70vh;
    min-height: 400px;
    margin-left: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-header.cc-subpage {
    background-position: 50% 0;
    justify-content: flex-start;
    align-items: center;
    height: 250px;
    min-height: 250px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-header.cc-subpage.header-vision-r {
    margin-top: 104px;
  }

  .intro-header.cc-subpage.header-vision-r.mobile {
    margin-top: 68px;
  }

  .intro-header.cc-subpage.header-medien {
    background-position: 50%;
  }

  .intro-header.header-stifter {
    background-position: 50% 0;
    height: 320px;
  }

  .intro-content {
    text-align: left;
  }

  .motto-wrap {
    width: auto;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .home-section-wrap {
    margin-bottom: 10px;
  }

  .section-heading {
    white-space: normal;
    word-break: normal;
    font-size: 26px;
    line-height: 34px;
  }

  .section-heading.heading-left-small {
    word-break: normal;
  }

  .section-heading.heading-left-small.artikel {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .secondary-button {
    margin-left: auto;
    margin-right: auto;
  }

  .rolle-beschreibung {
    font-size: 14px;
    line-height: 24px;
  }

  .text-block, .text-block-2 {
    text-transform: none;
  }

  .div-block-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .bild-1-1 {
    aspect-ratio: 1;
  }

  .logo-footer {
    padding-left: 20px;
  }

  .header-section-vision {
    width: auto;
  }

  .home-section-wrap-padded {
    padding-left: 24px;
    padding-right: 24px;
  }

  .zeitstrahl {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    place-items: start;
  }

  .linie {
    margin-left: 66px;
  }

  .grid-text.mobile.holist {
    text-align: left;
  }

  .medien-text-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .lang-switch {
    display: flex;
  }

  .lang-switch.cc-jumbo-button {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .lang-switch-mobile {
    display: flex;
  }

  .lang-switch-mobile.cc-jumbo-button {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .navigation-eng {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-2 {
    text-align: center;
  }

  .text-block-7, .container-holismus-buch {
    text-align: left;
  }

  .container-holismus-buch.footer-grid {
    place-items: center start;
  }
}

#w-node-c5853ba6-eca0-5bef-66af-01d4cdc453db-06cd0fc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_3d9dcd3f-7814-4df0-d2a9-6372df90a686-06cd0fc4, #w-node-f390a92c-3e53-042e-892e-73b65d2faa75-06cd0fc4, #w-node-f390a92c-3e53-042e-892e-73b65d2faa76-06cd0fc4, #w-node-_09ec6916-07a7-41cb-d2fd-500775c1fb94-06cd0fc4, #w-node-_09ec6916-07a7-41cb-d2fd-500775c1fb9d-06cd0fc4, #w-node-_13e708b0-9287-a147-154b-acbd200b9806-06cd0fc7, #w-node-_13e708b0-9287-a147-154b-acbd200b9814-06cd0fc7, #w-node-_8682d0fe-8c9d-ad17-b6f9-3147382d9c59-06cd0fc7, #w-node-_8682d0fe-8c9d-ad17-b6f9-3147382d9c5a-06cd0fc7, #w-node-_01e09955-97e8-c21a-58aa-3223ba626cea-06cd0fc7, #w-node-_01e09955-97e8-c21a-58aa-3223ba626cf5-06cd0fc7, #w-node-_96657c81-1843-ca4b-6ed9-472e19b8355e-06cd0fc7, #w-node-_96657c81-1843-ca4b-6ed9-472e19b8355f-06cd0fc7, #w-node-_8050dca8-8ebe-60e1-c5da-d9fb9a966ace-06cd0fc7, #w-node-_8050dca8-8ebe-60e1-c5da-d9fb9a966adc-06cd0fc7, #w-node-_46403cfe-c0d6-8b61-4525-26172e83c84c-06cd0fc7, #w-node-_46403cfe-c0d6-8b61-4525-26172e83c84d-06cd0fc7, #w-node-_8a4c7a2c-c510-a26b-79ae-f0cf532cdfdf-06cd0fc8, #w-node-_8a4c7a2c-c510-a26b-79ae-f0cf532cdfea-06cd0fc8, #w-node-_8a4c7a2c-c510-a26b-79ae-f0cf532cdfec-06cd0fc8, #w-node-_8a4c7a2c-c510-a26b-79ae-f0cf532cdfed-06cd0fc8, #w-node-_8a4c7a2c-c510-a26b-79ae-f0cf532cdfff-06cd0fc8, #w-node-_8a4c7a2c-c510-a26b-79ae-f0cf532ce00d-06cd0fc8, #w-node-a3e92524-47bf-0790-8f47-292ea414caae-06cd0fc8, #w-node-a3e92524-47bf-0790-8f47-292ea414caa0-06cd0fc8, #w-node-_8a4c7a2c-c510-a26b-79ae-f0cf532ce010-06cd0fc8, #w-node-_8a4c7a2c-c510-a26b-79ae-f0cf532ce00f-06cd0fc8, #w-node-_8a4c7a2c-c510-a26b-79ae-f0cf532ce02a-06cd0fc8, #w-node-_8a4c7a2c-c510-a26b-79ae-f0cf532ce01c-06cd0fc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40dd231b-0caa-9105-12e6-b85c3f6a8dc5-06cd0fca, #w-node-_812e0e29-0356-58fe-8a45-9cb8fb68fe16-06cd0fca, #w-node-_15c73f0e-e3e1-40b5-7b1a-3a5504cf24ce-06cd0fca, #w-node-_27a0dbe7-c887-255e-deb5-618b950c2cd7-06cd0fca, #w-node-cadf2aae-5d0d-687b-4bf8-136c42785762-06cd0fca, #w-node-cadf2aae-5d0d-687b-4bf8-136c4278576e-06cd0fca, #w-node-cadf2aae-5d0d-687b-4bf8-136c4278577b-06cd0fca, #w-node-ea643302-fa4d-b695-3aff-352a57b0ddaa-06cd0fca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-af860622-e0ef-2c2c-29fd-c5ce2883e451-06cd0fcd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af860622-e0ef-2c2c-29fd-c5ce2883e45c-06cd0fcd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-de87a6aa-d0d0-2aeb-a01d-58992a7609f2-06cd0fce, #w-node-d7e2cae7-6aa3-38e9-9351-69b22f6662b7-06cd0fce, #w-node-_3934dcec-ce35-5322-687d-9607886bbf57-06cd0fce, #w-node-_14bbe7b3-7068-0605-2a94-425a1bd6c6ac-06cd0fd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_14bbe7b3-7068-0605-2a94-425a1bd6c6b7-06cd0fd0, #w-node-_14bbe7b3-7068-0605-2a94-425a1bd6c6c2-06cd0fd0, #w-node-_08bc6bea-cce4-3fa6-aa4d-70c0f9a68890-6dab478c, #w-node-_08bc6bea-cce4-3fa6-aa4d-70c0f9a68882-6dab478c, #w-node-ec13974d-4e17-932a-82a8-66dd10e7bf89-6dab478c, #w-node-ec13974d-4e17-932a-82a8-66dd10e7bf92-6dab478c, #w-node-_01e09955-97e8-c21a-58aa-3223ba626cf5-6dab478c, #w-node-_01e09955-97e8-c21a-58aa-3223ba626cea-6dab478c, #w-node-_96657c81-1843-ca4b-6ed9-472e19b8355f-6dab478c, #w-node-_96657c81-1843-ca4b-6ed9-472e19b8355e-6dab478c, #w-node-_8050dca8-8ebe-60e1-c5da-d9fb9a966adc-6dab478c, #w-node-_8050dca8-8ebe-60e1-c5da-d9fb9a966ace-6dab478c, #w-node-_46403cfe-c0d6-8b61-4525-26172e83c84d-6dab478c, #w-node-_46403cfe-c0d6-8b61-4525-26172e83c84c-6dab478c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5853ba6-eca0-5bef-66af-01d4cdc453db-13c2661b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_3d9dcd3f-7814-4df0-d2a9-6372df90a686-13c2661b, #w-node-_3d9dcd3f-7814-4df0-d2a9-6372df90a687-13c2661b, #w-node-f390a92c-3e53-042e-892e-73b65d2faa75-13c2661b, #w-node-_09ec6916-07a7-41cb-d2fd-500775c1fb94-13c2661b, #w-node-_09ec6916-07a7-41cb-d2fd-500775c1fb9d-13c2661b, #w-node-_8a4c7a2c-c510-a26b-79ae-f0cf532cdfdf-b3cc0ac2, #w-node-_8a4c7a2c-c510-a26b-79ae-f0cf532cdfea-b3cc0ac2, #w-node-_8a4c7a2c-c510-a26b-79ae-f0cf532cdfec-b3cc0ac2, #w-node-_8a4c7a2c-c510-a26b-79ae-f0cf532cdfed-b3cc0ac2, #w-node-_2c1e3d9a-6ad3-2350-ce7e-fca8a9660268-b3cc0ac2, #w-node-_2c1e3d9a-6ad3-2350-ce7e-fca8a9660273-b3cc0ac2, #w-node-_8a4c7a2c-c510-a26b-79ae-f0cf532ce00d-b3cc0ac2, #w-node-_8a4c7a2c-c510-a26b-79ae-f0cf532cdfff-b3cc0ac2, #w-node-_8a4c7a2c-c510-a26b-79ae-f0cf532ce010-b3cc0ac2, #w-node-_8a4c7a2c-c510-a26b-79ae-f0cf532ce00f-b3cc0ac2, #w-node-_8a4c7a2c-c510-a26b-79ae-f0cf532ce02a-b3cc0ac2, #w-node-_8a4c7a2c-c510-a26b-79ae-f0cf532ce01c-b3cc0ac2, #w-node-_2cdd1cb8-31ac-77a4-ffbc-0692d923b120-10227147 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cdd1cb8-31ac-77a4-ffbc-0692d923b12d-10227147 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_14bbe7b3-7068-0605-2a94-425a1bd6c6ac-de401ef4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_14bbe7b3-7068-0605-2a94-425a1bd6c6b7-de401ef4, #w-node-_14bbe7b3-7068-0605-2a94-425a1bd6c6c2-de401ef4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b383f9d-8b5a-08e4-aa75-e430e93a8ab1-a2a2a8f9, #w-node-cd520cd4-389c-f768-cd1b-bb12e9f35dc1-a2a2a8f9, #w-node-cd520cd4-389c-f768-cd1b-bb12e9f35dcd-a2a2a8f9, #w-node-cd520cd4-389c-f768-cd1b-bb12e9f35dda-a2a2a8f9, #w-node-cd520cd4-389c-f768-cd1b-bb12e9f35de8-a2a2a8f9, #w-node-cd520cd4-389c-f768-cd1b-bb12e9f35df4-a2a2a8f9, #w-node-cd520cd4-389c-f768-cd1b-bb12e9f35e01-a2a2a8f9, #w-node-cd520cd4-389c-f768-cd1b-bb12e9f35e0f-a2a2a8f9, #w-node-de87a6aa-d0d0-2aeb-a01d-58992a7609f2-232f5f91, #w-node-d7e2cae7-6aa3-38e9-9351-69b22f6662b7-232f5f91, #w-node-_3934dcec-ce35-5322-687d-9607886bbf57-232f5f91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-c5853ba6-eca0-5bef-66af-01d4cdc453db-06cd0fc4, #w-node-_3d9dcd3f-7814-4df0-d2a9-6372df90a686-06cd0fc4, #w-node-f390a92c-3e53-042e-892e-73b65d2faa75-06cd0fc4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f390a92c-3e53-042e-892e-73b65d2faa76-06cd0fc4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_09ec6916-07a7-41cb-d2fd-500775c1fb94-06cd0fc4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_09ec6916-07a7-41cb-d2fd-500775c1fb9d-06cd0fc4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_13e708b0-9287-a147-154b-acbd200b9806-06cd0fc7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_13e708b0-9287-a147-154b-acbd200b9814-06cd0fc7, #w-node-_8682d0fe-8c9d-ad17-b6f9-3147382d9c59-06cd0fc7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8682d0fe-8c9d-ad17-b6f9-3147382d9c5a-06cd0fc7, #w-node-_01e09955-97e8-c21a-58aa-3223ba626cea-06cd0fc7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_01e09955-97e8-c21a-58aa-3223ba626cf5-06cd0fc7, #w-node-_96657c81-1843-ca4b-6ed9-472e19b8355e-06cd0fc7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_96657c81-1843-ca4b-6ed9-472e19b8355f-06cd0fc7, #w-node-_8050dca8-8ebe-60e1-c5da-d9fb9a966ace-06cd0fc7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8050dca8-8ebe-60e1-c5da-d9fb9a966adc-06cd0fc7, #w-node-_46403cfe-c0d6-8b61-4525-26172e83c84c-06cd0fc7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_46403cfe-c0d6-8b61-4525-26172e83c84d-06cd0fc7, #w-node-_8a4c7a2c-c510-a26b-79ae-f0cf532cdfdf-06cd0fc8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8a4c7a2c-c510-a26b-79ae-f0cf532cdfea-06cd0fc8, #w-node-_8a4c7a2c-c510-a26b-79ae-f0cf532cdfec-06cd0fc8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8a4c7a2c-c510-a26b-79ae-f0cf532cdfed-06cd0fc8, #w-node-_8a4c7a2c-c510-a26b-79ae-f0cf532cdfff-06cd0fc8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8a4c7a2c-c510-a26b-79ae-f0cf532ce00d-06cd0fc8, #w-node-a3e92524-47bf-0790-8f47-292ea414caae-06cd0fc8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a3e92524-47bf-0790-8f47-292ea414caa0-06cd0fc8, #w-node-_8a4c7a2c-c510-a26b-79ae-f0cf532ce010-06cd0fc8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8a4c7a2c-c510-a26b-79ae-f0cf532ce00f-06cd0fc8, #w-node-_8a4c7a2c-c510-a26b-79ae-f0cf532ce02a-06cd0fc8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8a4c7a2c-c510-a26b-79ae-f0cf532ce01c-06cd0fc8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_40dd231b-0caa-9105-12e6-b85c3f6a8dc5-06cd0fca, #w-node-_812e0e29-0356-58fe-8a45-9cb8fb68fe16-06cd0fca, #w-node-_15c73f0e-e3e1-40b5-7b1a-3a5504cf24ce-06cd0fca, #w-node-_27a0dbe7-c887-255e-deb5-618b950c2cd7-06cd0fca, #w-node-cadf2aae-5d0d-687b-4bf8-136c42785762-06cd0fca, #w-node-cadf2aae-5d0d-687b-4bf8-136c4278576e-06cd0fca, #w-node-cadf2aae-5d0d-687b-4bf8-136c4278577b-06cd0fca, #w-node-ea643302-fa4d-b695-3aff-352a57b0ddaa-06cd0fca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-af860622-e0ef-2c2c-29fd-c5ce2883e451-06cd0fcd {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-af860622-e0ef-2c2c-29fd-c5ce2883e45c-06cd0fcd {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-de87a6aa-d0d0-2aeb-a01d-58992a7609f2-06cd0fce, #w-node-d7e2cae7-6aa3-38e9-9351-69b22f6662b7-06cd0fce, #w-node-_3934dcec-ce35-5322-687d-9607886bbf57-06cd0fce, #w-node-_14bbe7b3-7068-0605-2a94-425a1bd6c6ac-06cd0fd0, #w-node-_14bbe7b3-7068-0605-2a94-425a1bd6c6b7-06cd0fd0, #w-node-_14bbe7b3-7068-0605-2a94-425a1bd6c6c2-06cd0fd0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_08bc6bea-cce4-3fa6-aa4d-70c0f9a68890-6dab478c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_08bc6bea-cce4-3fa6-aa4d-70c0f9a68882-6dab478c, #w-node-ec13974d-4e17-932a-82a8-66dd10e7bf89-6dab478c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ec13974d-4e17-932a-82a8-66dd10e7bf92-6dab478c, #w-node-_01e09955-97e8-c21a-58aa-3223ba626cf5-6dab478c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_01e09955-97e8-c21a-58aa-3223ba626cea-6dab478c, #w-node-_96657c81-1843-ca4b-6ed9-472e19b8355f-6dab478c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_96657c81-1843-ca4b-6ed9-472e19b8355e-6dab478c, #w-node-_8050dca8-8ebe-60e1-c5da-d9fb9a966adc-6dab478c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8050dca8-8ebe-60e1-c5da-d9fb9a966ace-6dab478c, #w-node-_46403cfe-c0d6-8b61-4525-26172e83c84d-6dab478c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_46403cfe-c0d6-8b61-4525-26172e83c84c-6dab478c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c5853ba6-eca0-5bef-66af-01d4cdc453db-13c2661b, #w-node-_3d9dcd3f-7814-4df0-d2a9-6372df90a686-13c2661b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3d9dcd3f-7814-4df0-d2a9-6372df90a687-13c2661b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f390a92c-3e53-042e-892e-73b65d2faa75-13c2661b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_09ec6916-07a7-41cb-d2fd-500775c1fb94-13c2661b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_09ec6916-07a7-41cb-d2fd-500775c1fb9d-13c2661b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8a4c7a2c-c510-a26b-79ae-f0cf532cdfdf-b3cc0ac2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8a4c7a2c-c510-a26b-79ae-f0cf532cdfea-b3cc0ac2, #w-node-_8a4c7a2c-c510-a26b-79ae-f0cf532cdfec-b3cc0ac2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8a4c7a2c-c510-a26b-79ae-f0cf532cdfed-b3cc0ac2, #w-node-_2c1e3d9a-6ad3-2350-ce7e-fca8a9660268-b3cc0ac2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2c1e3d9a-6ad3-2350-ce7e-fca8a9660273-b3cc0ac2, #w-node-_8a4c7a2c-c510-a26b-79ae-f0cf532ce00d-b3cc0ac2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8a4c7a2c-c510-a26b-79ae-f0cf532cdfff-b3cc0ac2, #w-node-_8a4c7a2c-c510-a26b-79ae-f0cf532ce010-b3cc0ac2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8a4c7a2c-c510-a26b-79ae-f0cf532ce00f-b3cc0ac2, #w-node-_8a4c7a2c-c510-a26b-79ae-f0cf532ce02a-b3cc0ac2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8a4c7a2c-c510-a26b-79ae-f0cf532ce01c-b3cc0ac2, #w-node-_2cdd1cb8-31ac-77a4-ffbc-0692d923b120-10227147 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2cdd1cb8-31ac-77a4-ffbc-0692d923b12d-10227147 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_14bbe7b3-7068-0605-2a94-425a1bd6c6ac-de401ef4, #w-node-_14bbe7b3-7068-0605-2a94-425a1bd6c6b7-de401ef4, #w-node-_14bbe7b3-7068-0605-2a94-425a1bd6c6c2-de401ef4, #w-node-_6b383f9d-8b5a-08e4-aa75-e430e93a8ab1-a2a2a8f9, #w-node-cd520cd4-389c-f768-cd1b-bb12e9f35dc1-a2a2a8f9, #w-node-cd520cd4-389c-f768-cd1b-bb12e9f35dcd-a2a2a8f9, #w-node-cd520cd4-389c-f768-cd1b-bb12e9f35dda-a2a2a8f9, #w-node-cd520cd4-389c-f768-cd1b-bb12e9f35de8-a2a2a8f9, #w-node-cd520cd4-389c-f768-cd1b-bb12e9f35df4-a2a2a8f9, #w-node-cd520cd4-389c-f768-cd1b-bb12e9f35e01-a2a2a8f9, #w-node-cd520cd4-389c-f768-cd1b-bb12e9f35e0f-a2a2a8f9, #w-node-de87a6aa-d0d0-2aeb-a01d-58992a7609f2-232f5f91, #w-node-d7e2cae7-6aa3-38e9-9351-69b22f6662b7-232f5f91, #w-node-_3934dcec-ce35-5322-687d-9607886bbf57-232f5f91 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a9fc20f8-46b5-d833-ad66-4bd52f4368ad-2f4368a8 {
    place-self: start;
  }

  #w-node-af860622-e0ef-2c2c-29fd-c5ce2883e451-06cd0fcd {
    justify-self: auto;
  }

  #w-node-d5dd1d02-1782-e362-1d89-779bf7b94bb9-06cd0fcd {
    justify-self: center;
  }

  #w-node-_8fac5ecf-1f16-f921-77fb-04c0aed4a759-aed4a754 {
    place-self: start;
  }

  #w-node-_2cdd1cb8-31ac-77a4-ffbc-0692d923b120-10227147 {
    justify-self: auto;
  }

  #w-node-_1d66808e-2d37-4ee0-7e09-1f862b952a58-10227147 {
    justify-self: center;
  }
}


