@font-face {
  font-family: OpenSans;
  src: url('../fonts/open-sans-700.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: OpenSans;
  src: url('../fonts/open-sans-400.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: BuGr;
  src: url('../fonts/BGFF.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: BuGr;
  src: url('../fonts/BuGr-Lt.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Lora;
  src: url('../fonts/lora-v35-latin-italic.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --black: black;
  --orange: #f08200;
  --white: white;
  --grey: #807c78;
  --light-grey: #e5e5e5;
}

.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: var(--black);
  background-color: #f1f1f1;
  font-family: OpenSans, sans-serif;
  font-size: 100%;
  line-height: 1.5;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: BuGr, Impact, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3;
}

h4 {
  color: var(--orange);
  text-align: left;
  margin-top: 0;
  margin-bottom: .25rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 24px;
}

p {
  text-align: left;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-family: OpenSans, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.6;
}

ul {
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-left: 20px;
}

li {
  padding-left: 10px;
}

strong {
  font-weight: 700;
}

.section-nav {
  z-index: 999;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4% 2rem;
}

.logo-marquee-wrapper {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.flexitem-50 {
  z-index: 999;
  width: 47%;
}

.navbar {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  position: static;
}

.subhead {
  color: var(--orange);
  letter-spacing: .1rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .5em;
  font-family: BuGr, Impact, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
}

.heading-lg {
  color: var(--orange);
  flex: 0 100%;
  margin-top: 0;
  margin-bottom: 1em;
  font-family: BuGr, Impact, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.heading-lg.boxed-home {
  max-width: 700px;
}

.kontakt-text {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: BuGr, Impact, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3.5rem;
}

.link {
  color: var(--orange);
  text-decoration: none;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
}

.link:hover {
  color: #000;
}

.link._404 {
  color: var(--white);
  text-decoration: underline;
}

.link.white:hover {
  color: #fff;
}

.link.blue {
  color: #03629d;
}

.footer {
  z-index: 1;
  background-color: var(--orange);
  color: var(--white);
  background-image: linear-gradient(#f08200e6, #f08200e6), url('../images/kampmeier-k-white.svg');
  background-position: 0 0, 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  font-family: BuGr, Impact, sans-serif;
  font-weight: 300;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flexbox {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.linkblock-kontakt {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.kontakt-icon {
  width: 10%;
  margin-right: 1.5rem;
  display: block;
}

.kontakt-flexitem {
  background-color: var(--orange);
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.kontakt-flexitem:hover {
  background-color: #fa0;
}

.page-wrapper {
  z-index: 1;
  background-color: #fff;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.utility-page-wrap {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.body-404 {
  background-image: linear-gradient(#f08200d9, #f08200d9), url('../images/warteschleife.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

._404-text {
  text-align: center;
  max-width: 60%;
  margin-top: 2rem;
}

.back-to-top {
  z-index: 999;
  background-color: #ffffffe6;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: fixed;
  inset: auto 2% 2% auto;
  box-shadow: 1px 1px 20px #0000001a;
}

.back-top-top-icon {
  opacity: .4;
  transform: rotate(180deg);
}

.section-white {
  z-index: 1;
  background-color: var(--white);
  padding-top: 6rem;
  padding-bottom: 6rem;
  font-family: OpenSans, sans-serif;
  position: relative;
}

.accordion-wrapper {
  background-color: #cb7c1e1a;
  width: 100%;
  margin-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.accordion-wrapper.white {
  background-color: #fff;
}

.accordion-wrapper.clear {
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.accordion-wrapper.clear.last {
  border-bottom: 1px solid var(--grey);
}

.accordion-header {
  cursor: pointer;
  flex-flow: row;
  place-content: flex-end space-between;
  align-items: center;
  padding: 20px 0;
  font-weight: 700;
  transition: all .2s;
  display: flex;
}

.accordion-header.inline {
  border-top: 1px solid var(--grey);
}

.accordion-header.inline.no-border {
  border-top-style: none;
}

.accordion-header.inline.no-border.was-mich-ausmacht {
  padding-top: 0;
  padding-bottom: 0;
}

.accordion-icon-arrow {
  opacity: .8;
  flex: 0 auto;
  width: 26px;
}

.accordion-icon-arrow.wma {
  width: 50px;
}

.accordion-inner {
  background-color: #0000;
  border-bottom: 1px #fff;
  overflow: hidden;
}

.accordion-inner.no-border {
  border-bottom-style: none;
}

.wrapper-900 {
  text-align: left;
  letter-spacing: -.02em;
  width: 92%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.vortrag-subline {
  color: var(--grey);
  font-family: OpenSans, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.accordion-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  padding-top: 1rem;
  padding-bottom: 2rem;
  display: grid;
}

.accordion-content.black {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: #000;
}

.accordion-content.testimonial {
  grid-template-columns: 2fr 1fr;
}

.accordion-content.inline {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.hinweis {
  color: var(--grey);
  margin-top: .5rem;
  font-size: .9rem;
}

.navbar-flexbox {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.accordion-header-wrapper {
  width: 90%;
}

.vortrag-titel {
  color: var(--orange);
  font-family: BuGr, Impact, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.vortrag-titel.black {
  color: #000;
  font-weight: 300;
}

.grid-content-wrapper {
  justify-content: center;
  align-items: center;
}

.grid-content-wrapper.align--right {
  text-align: right;
}

.grid-content-wrapper.vortrag-col-right, .grid-content-wrapper.testimonial-col-right, .grid-content-wrapper.referenzen-col-right {
  border-left: 1px solid #d9d9d9;
  flex-flow: wrap;
  place-content: flex-start;
  align-items: flex-start;
  padding-left: 2rem;
}

.embed-proven-expert {
  justify-content: center;
  display: flex;
}

.burger-1 {
  z-index: 999;
  border: 3px solid var(--orange);
  cursor: pointer;
  background-color: #ffffffe6;
  border-radius: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: none;
  position: fixed;
  right: 5%;
}

.b1-bar1 {
  background-color: var(--orange);
  width: 30px;
  height: 4px;
}

.b1-bar2 {
  background-color: var(--orange);
  color: var(--orange);
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
  display: flex;
}

.b1-middle {
  background-color: #858eca;
  width: 4px;
  height: 0;
}

.b1-bar3 {
  background-color: var(--orange);
  width: 30px;
  height: 4px;
}

.wrapper-800 {
  text-align: left;
  width: 70%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.img-100 {
  width: 100%;
}

.img-100.margin-top-min {
  margin-top: 8px;
}

.img-100.full {
  object-fit: cover;
  height: 100%;
  display: block;
}

.img-100.margin-top {
  margin-top: 2.4rem;
}

.img-100.margin-top.shadow {
  box-shadow: 16px 16px #f082004d;
}

.img-100.shadow {
  box-shadow: 16px 16px #f0820033;
}

.img-100.shadow-blue {
  box-shadow: 16px 16px #1bacdf33;
}

.img-100.shadow-brown {
  box-shadow: 16px 16px #996e5233;
}

.img-100.shadow-green {
  box-shadow: 16px 16px #96c58233;
}

.img-100.border {
  border: 1px solid #d9d9d9;
}

.img-100.weitere {
  aspect-ratio: auto;
  object-fit: cover;
  height: 400px;
}

.navbar-logo-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  color: var(--orange);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-end;
  width: 280px;
  padding-bottom: 0;
  font-family: BuGr, Impact, sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
  display: flex;
}

.navbar-logo-wrapper.w--current {
  grid-column-gap: 21px;
  grid-row-gap: 30px;
  color: var(--orange);
  text-transform: uppercase;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 280px;
  font-family: BuGr, Impact, sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
  display: flex;
}

.menu-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.menu-item {
  color: var(--black);
  font-family: BuGr, Impact, sans-serif;
  font-size: .95rem;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
}

.menu-item.w--current {
  opacity: 1;
  color: var(--orange);
}

.menu-item.secondary {
  color: #666;
}

.menu-item.secondary.w--current {
  color: var(--orange);
}

.menu-row-1 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.menu-row-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.home-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--orange);
  color: var(--white);
  background-image: url('../images/alexandra-kampmeier-hero-tuer.avif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 80svh;
  padding-bottom: 8%;
  padding-left: 4%;
  display: flex;
  position: relative;
}

.home-hero-heading {
  background-color: var(--orange);
  color: var(--white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: .8em;
  font-family: BuGr, Impact, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.3;
  display: inline;
}

.home-hero-heading.max {
  margin-bottom: .4em;
  font-size: 3rem;
  line-height: 1.3;
  display: inline-block;
}

.button {
  border: 2px solid var(--orange);
  color: var(--orange);
  background-color: #0000;
  border-radius: 50px;
  align-items: center;
  min-height: 70px;
  padding: 1rem 1.5rem;
  font-family: BuGr, Impact, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.button:hover {
  background-color: var(--orange);
  color: #fff;
}

.button.white {
  border-color: var(--white);
  color: var(--white);
  transition-duration: .25s;
}

.button.white:hover {
  background-color: var(--white);
  color: var(--orange);
}

.button.white.no-min-h {
  text-shadow: 1px 1px 5px var(--orange);
  min-height: auto;
}

.button.white.no-min-h:hover {
  text-shadow: none;
}

.button.white.no-min-h.kalender {
  display: inline-block;
}

.button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
  display: flex;
}

.logo-marquee {
  z-index: 0;
  background-color: var(--white);
  box-shadow: none;
  color: #666;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 1rem;
  font-family: BuGr, Impact, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  position: relative;
}

.home-logo-marquee {
  grid-column-gap: 1rem;
  width: 100%;
  margin-top: 1rem;
  display: flex;
  overflow: hidden;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.section {
  padding-top: 6rem;
  padding-bottom: 6rem;
  font-family: OpenSans, sans-serif;
}

.section.no-padding-bottom {
  padding-bottom: 0;
}

.section.bg--blue {
  background-image: linear-gradient(#2ea9da33, #2ea9da33);
}

.section.bg--light-orange {
  background-color: #f0820026;
  background-image: none;
}

.section.padding-bottom-min {
  padding-bottom: 1.6rem;
}

.section.bg--podcast {
  background-image: linear-gradient(#999590d9, #999590d9), url('../images/bg-podcast_1bg-podcast.webp');
  background-position: 0 0, 80% 0;
  background-size: auto, cover;
}

.bugr-bold {
  font-weight: 400;
}

.video-100 {
  width: 100%;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}

.video-100.no-margin-bottom {
  margin-bottom: 0;
}

.video-100.no-margin-top {
  margin-top: 0;
}

.testimonial--full {
  background-color: var(--grey);
  color: #fff;
  background-image: linear-gradient(#999590f5, #999590f5), url('../images/kampmeier-SC-white.svg');
  background-position: 0 0, 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 120%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  font-family: Lora, Palatino Linotype, sans-serif;
  font-size: 2.5rem;
  font-style: italic;
  line-height: 1.2;
}

.wrapper-1200 {
  text-align: left;
  width: 92%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrapper-1200.bg--andere-vortraege {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/NWA_2111NWA_2110.webp');
  background-position: -25% 100%;
  background-repeat: no-repeat;
  background-size: auto 105%;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrapper-1200.blog {
  width: 92%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-1200.plain {
  background-color: #f082001a;
  width: auto;
  max-width: none;
  margin-top: 4rem;
  padding: 2rem;
}

.testimonial-full-text {
  margin-bottom: 1em;
  font-size: 2.4rem;
  font-style: italic;
  font-weight: 400;
}

.testimonial-info {
  letter-spacing: 0;
  font-family: BuGr, Impact, sans-serif;
  font-size: .9rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
}

.testimonial-info.margin-top {
  margin-top: 2rem;
}

.testimonial-info.margin-bottom {
  margin-bottom: 1.6rem;
}

.testimonial-info.margin-bottom.blog {
  max-width: 450px;
}

.testimonial-info-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-content: end;
  align-items: end;
}

.link-white {
  color: #fff;
  text-decoration: none;
}

.link-white.underline {
  text-decoration: underline;
}

.heading-md {
  flex: 0 100%;
  margin-top: 0;
  margin-bottom: 1.2em;
  font-family: BuGr, Impact, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
}

.heading-md.no-break.orange {
  color: var(--orange);
  margin-bottom: .8em;
  font-size: 1.6rem;
}

.heading-md.vortrag-subline {
  color: var(--grey);
  margin-bottom: 2em;
  font-family: OpenSans, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.heading-md.vortragstitel {
  margin-bottom: .2em;
}

.heading-md.blog-page {
  width: 100%;
  margin-bottom: 0;
}

.heading-md.was-hier-entsteht {
  color: #03629c;
}

.heading-md.orange {
  color: var(--orange);
}

.text-intro {
  color: var(--grey);
  font-size: 1.2rem;
}

.heading-card {
  color: var(--white);
  margin-bottom: 1em;
  font-family: BuGr, Impact, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-card.blog {
  color: var(--orange);
  font-weight: 300;
  line-height: 1.4;
}

.heading-card.blog.break {
  transition: all .25s cubic-bezier(.455, .03, .515, .955);
}

.heading-card.blog.break:hover {
  color: var(--grey);
}

.grid-1--1 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1--1.margin-top-1 {
  margin-top: 3rem;
}

.grid-footer {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .4fr;
  align-items: end;
}

.footer-contact-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--white);
  align-items: center;
  margin-top: 1rem;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
}

.footer-contact-item._1st {
  align-items: flex-start;
  margin-top: 2rem;
}

.footer-icon {
  flex: none;
  width: 40px;
}

.grid-1-25--1 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1-25--1.margin-bottom-md {
  margin-bottom: 5rem;
}

.grid-1-25--1.margin-bottom-lg {
  margin-bottom: 7rem;
}

.grid-1-25--1.no-gutter {
  grid-row-gap: 0rem;
}

.grid-1-25--1.no-gutter.margin-top-lg {
  margin-top: 7rem;
}

.list-check {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.list-check.margin--top {
  margin-top: 1.8rem;
}

.list-check.margin--top.margin-bottom {
  margin-bottom: 1.4rem;
}

.list-check.margin-top-sm {
  margin-top: .3rem;
}

.list-check.margin-top-sm.margin-bottom {
  margin-bottom: 1.8rem;
}

.list-check.margin-bottom-md {
  margin-bottom: 1.4rem;
}

.list-item-check {
  background-image: url('../images/list-tick-orange.svg');
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 3px;
  padding-left: 34px;
}

.list-item-check.white {
  background-image: url('../images/list-tick-white.svg');
  background-size: 20px;
}

.heading-sm {
  flex: 0 100%;
  margin-top: 0;
  margin-bottom: 1em;
  font-family: BuGr, Impact, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.3;
}

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

.heading-sm.margin-bottom-double {
  margin-bottom: 1em;
}

.heading-sm.blog {
  margin-top: 2em;
  margin-bottom: .8em;
}

.heading-sm.grey {
  color: var(--grey);
}

.heading-sm.grey.margib-bottom-double {
  margin-bottom: 2em;
}

.heading-sm.grey.margin-bottom-min {
  margin-bottom: .2em;
}

.heading-sm.margin-bottom-2em {
  margin-bottom: 2em;
}

.heading-sm.orange {
  color: var(--orange);
  font-size: 1.4rem;
}

.heading-sm.green {
  color: #438a65;
  font-size: 1.4rem;
}

.heading-sm.blue {
  color: #237da0;
  font-size: 1.4rem;
}

.vortraege-wrapper {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.vortrag-pill-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.vortrag-pill-wrapper.margin-top {
  flex-wrap: wrap;
  margin-top: 1rem;
  margin-bottom: 0;
}

.pill {
  color: #666;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 100px;
  padding: 10px 20px;
  font-size: .7rem;
}

.section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section.bg-orange-cs {
  background-color: var(--grey);
  color: var(--white);
}

.section.andere-vortraege {
  background-color: #f1f1f1;
  justify-content: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.padding-bottom-lg {
  padding-bottom: 10rem;
}

.testimonials-wrapper {
  margin-top: 4rem;
}

.testimonial-long-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--light-grey);
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  margin-bottom: 20px;
  padding: 2rem;
  display: grid;
}

.testimonial-long-item._4er {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.img-70 {
  mix-blend-mode: multiply;
  width: 70%;
  max-width: 220px;
}

.grid-logos-verbaende {
  grid-column-gap: 2.6rem;
  grid-row-gap: 2.6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  margin-top: 2rem;
}

.grid-1--1-25 {
  grid-column-gap: 4rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1--1-25.margin-top-lg {
  margin-top: 7rem;
}

.icon-pdf {
  width: 26px;
}

.infokasten-orange {
  background-color: var(--orange);
  color: var(--white);
  background-image: linear-gradient(#f08200e6, #f08200e6), url('../images/kampmeier-k-white.svg');
  background-position: 0 0, 80% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 110%;
  background-attachment: scroll, scroll;
  padding: 2rem 3rem;
}

.button-single {
  border: 2px solid var(--orange);
  color: var(--orange);
  background-color: #0000;
  border-radius: 50px;
  align-items: center;
  margin-top: 2rem;
  padding: 1rem 1.5rem;
  font-family: BuGr, Impact, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
}

.button-single:hover {
  background-color: var(--orange);
  color: #fff;
}

.button-single.white {
  border-color: var(--white);
  color: var(--white);
  transition-duration: .25s;
}

.button-single.white:hover {
  background-color: var(--white);
  color: var(--orange);
}

.button-single.grey {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-color: var(--grey);
  color: var(--grey);
  margin-top: 0;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.button-single.grey:hover {
  background-color: var(--grey);
  color: var(--white);
}

.button-single.grey.hidden {
  display: none;
}

.button-single.blog {
  margin-top: 4rem;
}

.button-single.blue {
  color: #03629d;
  border-color: #03629d;
}

.button-single.blue:hover {
  color: #fff;
  background-color: #03629d;
}

.wrapper-500 {
  text-align: left;
  width: 92%;
  max-width: 600px;
  margin-right: 5%;
  display: block;
}

.andere-vortraege-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.trenner {
  background-image: url('../images/alexandra-kampmeier-trenner.avif');
  background-position: 0%;
  background-size: cover;
  min-height: 70vh;
}

.grid-clients {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 4rem;
}

.grid-logo-item {
  width: 100%;
}

.refenrenzen-wrapper {
  margin-top: 4rem;
}

.testimonial-title {
  color: #666;
  max-width: 900px;
  font-family: Lora, Palatino Linotype, sans-serif;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 400;
}

.margin-top-sm {
  margin-top: .4rem;
}

.andere-vortrage-item {
  color: var(--orange);
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: BuGr, Impact, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  text-decoration: none;
}

.andere-vortrage-item._1st {
  border-top: 1px solid #d9d9d9;
}

.text-block {
  font-weight: 400;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.blog-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  display: grid;
}

.blog-teaser-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  box-shadow: 0 0 20px #0000001a;
}

.blog-teaser-text-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.2rem;
  line-height: 1.5;
  display: flex;
}

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

.blog-date {
  color: var(--grey);
  margin-top: 2rem;
  font-size: .8rem;
}

.wrapper {
  line-height: 1.6;
}

.blog-teaser-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-wrapper-page {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  display: grid;
}

.blog-page-text-wrapper {
  margin-top: 4rem;
}

.div-block {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.boxed {
  max-width: 900px;
}

.blog-img-gallery {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: stretch stretch;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.bu {
  color: var(--grey);
  font-size: .8rem;
}

.image {
  width: 100%;
}

.embed-audio-2 {
  text-align: left;
  margin-top: .5rem;
}

.stichworte-wrapper {
  margin-top: 2rem;
}

.list-num {
  list-style-type: decimal;
}

.list-bul {
  list-style-type: disc;
}

.blog-audio-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f082001a;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  padding: 1rem 2rem;
  display: grid;
}

.margin-bottom-sm {
  margin-bottom: 10px;
}

.youtube-overlay_component-wrapper {
  margin-bottom: 2.4rem;
}

.youtube-overlay_component-wrapper.margin-top {
  margin-top: 2.4rem;
}

.youtube-overlay_component-wrapper.no-margin-btm, .youtube-overlay_component-wrapper.clean {
  margin-bottom: 0;
}

.text-block-2 {
  color: #fff;
  text-shadow: none;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: .9rem;
}

.text-color-white {
  color: #fff;
}

.youtube-overlay_content {
  text-align: center;
  max-width: 30rem;
}

.youtube-overlay_component {
  padding-bottom: 56.25%;
  position: relative;
}

.youtube-overlay_component.portrait {
  padding-bottom: 177.78%;
}

.margin-bottom-2.margin-medium {
  margin-bottom: 2rem;
  font-size: 1.4rem;
}

.youtube-overlay_thumbnail-image {
  z-index: 1;
  background-color: #f5f5f5;
  background-image: url('../images/alexandra-kampmeier-business-storytelling_1alexandra-kampmeier-business-storytelling.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0%;
}

.youtube-overlay_thumbnail-image.second {
  background-image: url('../images/alexandra-kampmeier-vortragscoaching_1alexandra-kampmeier-vortragscoaching.webp');
}

.youtube-overlay_thumbnail-image.stamme {
  background-image: url('../images/video-testimonial-stamme-poster_1video-testimonial-stamme-poster.avif');
  background-size: cover;
}

.youtube-overlay_thumbnail-image.vhb1 {
  background-image: url('../images/video-testimonial-vierbrockhaus1-poster_1video-testimonial-vierbrockhaus1-poster.avif');
  background-size: cover;
}

.youtube-overlay_thumbnail-image.vbh2 {
  background-image: url('../images/video-testimonial-vierbrockhaus2-poster_1video-testimonial-vierbrockhaus2-poster.avif');
  background-size: cover;
}

.youtube-overlay_thumbnail-image.vbh3 {
  background-image: url('../images/video-testimonial-vierbrockhaus3-poster_1video-testimonial-vierbrockhaus3-poster.avif');
  background-size: cover;
}

.youtube-overlay_thumbnail-image.vbh4 {
  background-image: url('../images/video-testimonial-vierbrockhaus4-poster_1video-testimonial-vierbrockhaus4-poster.avif');
  background-size: cover;
}

.youtube-overlay_video-embed {
  height: 100%;
}

.youtube-overlay_vide-embed-wrapper {
  z-index: 1;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.youtube-overlay_content-wrapper {
  z-index: 2;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.youtube-overlay_accept-button {
  background-color: var(--orange);
  color: #000;
  border-radius: 10rem;
  padding: 1.2rem 1.6rem;
  font-size: .9rem;
}

.youtube-overlay_overlay-wrapper {
  z-index: 2;
  background-image: linear-gradient(#000000bf, #000000bf);
  justify-content: center;
  align-items: center;
  padding: 3rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cta-kalender {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--orange);
  color: var(--white);
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-top: 4rem;
  padding: 2rem;
  display: grid;
}

.cta-kalender-heading {
  text-align: left;
  letter-spacing: -.02em;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
}

.list {
  list-style-type: decimal;
}

.grey {
  color: var(--grey);
}

._2col {
  column-count: 2;
  column-rule: 1px solid var(--light-grey);
  column-gap: 4rem;
  margin-bottom: 2rem;
}

.text-intro-small-boxed {
  max-width: 770px;
}

.text-block-3 {
  color: var(--grey);
}

.beispiele-flex {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 4rem;
  display: flex;
}

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

.beispiele-grid.orange {
  background-color: #f082004d;
  grid-template-columns: 1.25fr 1fr;
}

.beispiele-grid.green {
  background-color: #6dce9d4d;
  grid-template-columns: 1fr 1.25fr;
}

.beispiele-grid.blue {
  background-color: #4fa9cc4d;
  grid-template-columns: 1.25fr 1fr;
}

.beispiel-item-wrapper {
  padding: 2rem;
}

.grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  width: 100%;
  margin-top: 2rem;
}

.wma-grid-item {
  padding: 2rem;
}

.wma-grid-item.orange {
  background-color: var(--orange);
  padding: 2rem;
}

.wma-text {
  color: var(--white);
  font-family: BuGr, Impact, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}

.podcast-title {
  color: #000;
  margin-bottom: 5px;
  font-family: BuGr, Impact, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.embed-audio {
  text-align: left;
  margin-top: .5rem;
}

.embed-audio.podcast {
  margin-top: 1.5rem;
}

.podcast-item-wrapper {
  color: #000;
  background-color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.wrapper-podcasts {
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.heading-sm-2 {
  flex: 0 100%;
  margin-top: 0;
  margin-bottom: 1em;
  font-family: BuGr, Impact, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.3;
}

.heading-sm-2.center {
  text-align: center;
}

.heading-sm-2.center.white {
  color: #fff;
}

.link-2 {
  color: #f08200;
  text-decoration: none;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
}

.link-2:hover {
  color: #000;
}

.podcast-episode {
  color: #000;
  font-size: .9rem;
}

.podcast-text-wrapper {
  color: #000;
  text-align: left;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 65%;
  padding: 1rem;
}

.podcasts-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  display: grid;
}

.img-podcast {
  object-fit: cover;
  flex: none;
  width: 35%;
  height: 100%;
}

.grid-podcast-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #999590;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: .9rem;
  text-decoration: none;
  display: flex;
}

.podcast-logo {
  width: 80%;
}

.heading-md-2 {
  flex: 0 100%;
  margin-top: 0;
  margin-bottom: 1.2em;
  font-family: BuGr, Impact, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
}

.heading-md-2.no-break.mobile-sm.boxed-kkk {
  max-width: 600px;
}

.grid-podcast-logos {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 2rem;
}

.grid-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.flex-tiffy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  max-width: 560px;
  margin-top: 1rem;
  display: flex;
}

.flex-tiffy.top {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
}

.tiffy-img {
  flex: none;
  width: 100px;
  height: auto;
}

.grid-4 {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.linkblock-weitere {
  color: #000;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: color .2s cubic-bezier(.455, .03, .515, .955);
}

.linkblock-weitere:hover {
  color: #f08200;
}

.linkblock-weitere.newsletter {
  cursor: pointer;
}

.weitere-heading {
  margin-top: .6rem;
  font-size: 1.1rem;
}

.div-block-2 {
  display: none;
}

.newsletter-full {
  z-index: 9999;
  background-color: #fffffff2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.newsletter-modal-button-close {
  opacity: .6;
  cursor: pointer;
  width: 60px;
  height: 60px;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  position: absolute;
  inset: 3% 3% auto auto;
}

.newsletter-modal-button-close:hover {
  opacity: 1;
}

.icon-close {
  width: 100%;
  height: 100%;
  display: block;
}

.code-embed {
  height: 90%;
  overflow: auto;
}

.heading-video {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.2;
}

@media screen and (min-width: 1280px) {
  p {
    font-size: 1rem;
  }

  .accordion-content {
    padding-bottom: 2rem;
  }

  .img-100.margin-top.shadow {
    box-shadow: 16px 16px #f082004d;
  }

  .img-100.shadow {
    box-shadow: 16px 16px #f0820033;
  }

  .navbar-logo-wrapper, .navbar-logo-wrapper.w--current {
    width: 300px;
  }

  .menu-item {
    color: #000;
    font-size: 1rem;
    transition: all .2s cubic-bezier(.455, .03, .515, .955);
  }

  .menu-item:hover {
    color: var(--grey);
  }

  .menu-item.w--current {
    color: var(--orange);
  }

  .home-hero-heading {
    margin-bottom: 1em;
    font-size: 3.2rem;
  }

  .button-wrapper {
    margin-top: 2.4rem;
  }

  .section {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .wrapper-1200.bg--andere-vortraege {
    background-position: -10% 100%;
  }

  .wrapper-1200.desktop-1100 {
    max-width: 1100px;
  }

  .testimonial-info.margin-bottom.blog {
    max-width: 450px;
  }

  .link-white {
    transition: all .2s cubic-bezier(.455, .03, .515, .955);
  }

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

  .heading-md.vortrag-subline {
    color: var(--grey);
    margin-bottom: 2.5em;
    font-family: OpenSans, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
  }

  .footer-contact-item {
    transition: all .2s cubic-bezier(.455, .03, .515, .955);
  }

  .footer-contact-item:hover {
    text-decoration: underline;
  }

  .footer-icon {
    width: 42px;
  }

  .grid-1-25--1 {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .heading-sm.desktop-md {
    font-size: 2rem;
  }

  .heading-sm.grey {
    line-height: 1.5;
  }

  .heading-sm.grey.boxed-ueber-mich {
    max-width: 540px;
  }

  .section.verbaende {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .testimonial-long-item {
    padding-bottom: 2rem;
  }

  .grid-1--1-25 {
    grid-template-columns: 1fr 1.25fr;
  }

  .testimonial-title {
    margin-bottom: 0;
  }

  .beispiel-item-wrapper {
    padding: 3rem;
  }

  .cta-text {
    font-size: 1.1rem;
  }

  .podcast-item-wrapper {
    background-color: #fff;
  }

  .podcasts-wrapper {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

  .heading-md-2 {
    margin-bottom: 2em;
  }

  .flex-tiffy {
    max-width: 630px;
  }
}

@media screen and (min-width: 1440px) {
  .section-nav {
    padding-left: 0%;
    padding-right: 0%;
  }

  .navbar {
    width: 92%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-hero {
    min-height: 80svh;
  }

  .heading-card.blog {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 1.4rem;
  }

  h4 {
    text-align: left;
  }

  p {
    text-align: left;
    font-size: .95rem;
  }

  li {
    text-align: left;
  }

  .section-nav {
    padding-bottom: 1rem;
  }

  .flexitem-50 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .subhead {
    margin-bottom: 1em;
    font-size: 1rem;
  }

  .heading-lg {
    letter-spacing: -.2px;
    font-size: 2.2rem;
  }

  .heading-lg.boxed-home {
    max-width: 590px;
  }

  .kontakt-text {
    font-size: 1.6rem;
  }

  .footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .kontakt-icon {
    margin-right: 1rem;
  }

  ._404-text {
    max-width: 90%;
  }

  .section-white {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section-white.first {
    padding-top: 3rem;
  }

  .accordion-icon-arrow.wma {
    width: 40px;
  }

  .vortrag-subline {
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1.4;
  }

  .vortrag-subline.andere-vortrage {
    font-size: .9rem;
  }

  .accordion-content {
    text-align: left;
    grid-template-columns: 1fr;
  }

  .accordion-content.black {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .accordion-content.testimonial {
    grid-template-columns: 1fr;
  }

  .accordion-header-wrapper {
    width: 90%;
  }

  .vortrag-titel {
    color: var(--orange);
    margin-bottom: 0;
    font-weight: 300;
  }

  .grid-content-wrapper.align--right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    font-size: .9rem;
    display: flex;
  }

  .grid-content-wrapper.vortrag-col-right {
    border-left-style: none;
    padding-left: 0;
  }

  .grid-content-wrapper.testimonial-col-right {
    border-top: 1px solid #d9d9d9;
    border-left-style: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 1.4rem;
    padding-left: 0;
    display: flex;
  }

  .grid-content-wrapper.mobile-margin-top-3 {
    margin-top: 3rem;
  }

  .grid-content-wrapper.referenzen-col-right {
    border-top: 1px solid #d9d9d9;
    border-left-style: none;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 1rem;
    padding-left: 0;
    display: flex;
  }

  .embed-proven-expert {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .burger-1 {
    z-index: 999;
    width: 60px;
    height: 60px;
    display: flex;
  }

  .wrapper-800 {
    width: 90%;
  }

  .img-100 {
    object-fit: fill;
    width: 100%;
  }

  .img-100.margin-top-min {
    margin-top: 0;
  }

  .img-100.full {
    object-fit: cover;
    height: 100%;
  }

  .img-100.weitere {
    height: 300px;
  }

  .navbar-logo-wrapper {
    grid-column-gap: 15px;
    width: 260px;
    font-size: 1.1rem;
  }

  .navbar-logo-wrapper.w--current {
    width: 260px;
    font-size: 1.1rem;
  }

  .menu-wrapper {
    z-index: 9;
    background-color: #fffffff2;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .menu-item {
    font-size: 1.5rem;
  }

  .menu-row-1 {
    grid-row-gap: 1.5rem;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
  }

  .menu-row-2 {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .home-hero {
    background-position: 50% 100%;
    min-height: 50svh;
  }

  .home-hero-heading {
    max-width: 320px;
    font-size: 2.4rem;
  }

  .home-hero-heading.max {
    font-size: 2.6rem;
  }

  .button {
    min-height: 60px;
  }

  .logo-marquee {
    padding-top: 2rem;
    padding-bottom: 0;
    font-size: 1.1rem;
  }

  .home-logo-marquee {
    margin-top: .5rem;
  }

  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.padding-bottom-min {
    padding-bottom: 2.2rem;
  }

  .video-100.no-margin-top {
    margin-top: 1rem;
  }

  .testimonial--full {
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-size: 2rem;
  }

  .wrapper-1200.bg--andere-vortraege {
    background-position: -50% 100%;
  }

  .testimonial-full-text {
    font-size: 2.2rem;
  }

  .testimonial-info.margin-top {
    color: var(--grey);
  }

  .testimonial-info.margin-bottom {
    width: 50%;
    margin-bottom: 0;
  }

  .testimonial-info.margin-bottom.blog {
    width: auto;
    max-width: 450px;
  }

  .testimonial-info-grid {
    grid-template-columns: .75fr .75fr;
  }

  .heading-md {
    letter-spacing: -.2px;
    font-size: 2.2rem;
  }

  .heading-md.no-break.mobile-boxed {
    max-width: 65%;
  }

  .heading-md.vortrag-subline {
    font-size: 1.3rem;
  }

  .heading-md.vortragstitel.mobile-nobreak.tablet-nobreak.boxed-was {
    max-width: 500px;
  }

  .heading-md.blog {
    margin-bottom: .8em;
  }

  .heading-card {
    margin-bottom: .2em;
    font-size: 1.4rem;
  }

  .heading-card.blog {
    margin-bottom: 1em;
    font-size: 1.3rem;
  }

  .grid-1--1 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .grid-1--1.margin-top-1 {
    margin-top: 0;
  }

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

  .grid-1-25--1 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .heading-sm.center {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-sm.blog {
    margin-bottom: .8em;
  }

  .heading-sm.grey.boxed-ueber-mich.tablet-nobreak.boxed-ueber {
    max-width: 500px;
  }

  .vortrag-pill-wrapper.margin-top {
    margin-bottom: 0;
  }

  .section.first {
    padding-top: 3rem;
  }

  .testimonials-wrapper {
    margin-top: 3rem;
  }

  .testimonial-long-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .testimonial-long-item._4er {
    grid-template-columns: 1fr 1fr;
  }

  .img-70.referenz {
    width: 60%;
    max-width: 200px;
  }

  .grid-logos-verbaende {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid-1--1-25 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .infokasten-orange {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .button-single.tablet-mb {
    margin-bottom: 1rem;
  }

  .wrapper-500 {
    width: 100%;
    margin-right: 0%;
  }

  .andere-vortraege-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .trenner {
    min-height: 50vh;
  }

  .testimonial-title {
    font-size: 1.3rem;
    line-height: 1.3;
  }

  .andere-vortrage-item {
    font-size: 1rem;
  }

  .blog-teaser-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  .blog-teaser-text-wrapper {
    padding: 2rem;
    font-size: .9rem;
  }

  .blog-teaser-img {
    display: block;
  }

  .blog-wrapper-page, .stichworte-wrapper.page {
    margin-top: 3rem;
  }

  .blog-audio-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .youtube-overlay_component-wrapper {
    margin-top: 2em;
  }

  .youtube-overlay_component-wrapper.clean {
    margin-top: 0;
  }

  .cta-kalender {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .cta-kalender-heading {
    text-align: center;
  }

  .beispiele-grid.orange {
    grid-template-columns: 1.25fr;
  }

  .beispiele-grid.green {
    grid-template-columns: 1fr;
  }

  .beispiele-grid.blue {
    grid-template-columns: 1.25fr;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .wma-grid-item.orange {
    padding: 1.4rem;
  }

  .wma-text {
    font-size: 1.2rem;
  }

  .podcast-item-wrapper {
    width: 100%;
  }

  .heading-sm-2.center {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .podcast-text-wrapper {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .podcasts-wrapper {
    grid-template-columns: 1fr;
  }

  .heading-md-2 {
    letter-spacing: -.2px;
    font-size: 2.2rem;
  }

  .flex-tiffy {
    max-width: none;
    margin-top: 2rem;
  }

  .flex-tiffy.top.tablet-mb {
    margin-bottom: 1rem;
  }

  .grid-4 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .cta-kalender-mittig {
    text-align: center;
    width: 80%;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .newsletter-modal-button-close {
    width: 40px;
    height: 40px;
  }

  .code-embed {
    height: 90%;
    overflow: auto;
  }
}

@media screen and (max-width: 767px) {
  p, li {
    font-size: 1rem;
  }

  .logo-marquee-wrapper {
    max-width: 92%;
  }

  .navbar {
    align-items: center;
  }

  .heading-lg {
    margin-bottom: 3rem;
    font-size: 2.3rem;
  }

  .footer {
    flex-wrap: wrap;
  }

  .kontakt-flexitem {
    width: 100vw;
    padding-top: 3rem;
    padding-bottom: 2.6rem;
  }

  .section-white {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .wrapper-900, .wrapper-800 {
    max-width: 92%;
  }

  .marquee-image.hide-mobile {
    display: none;
  }

  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .wrapper-1200 {
    max-width: 92%;
  }

  .heading-md {
    margin-bottom: 3rem;
    font-size: 2.3rem;
  }

  .heading-sm {
    margin-bottom: 3rem;
  }

  .wrapper-500 {
    max-width: 92%;
  }

  .blog-audio-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
  }

  .margin-bottom-2.margin-medium {
    margin-bottom: 1.5rem;
  }

  .youtube-overlay_content-wrapper {
    padding: 2rem;
  }

  .youtube-overlay_accept-button {
    padding: 1rem;
    font-size: 1rem;
    font-weight: 400;
  }

  .podcast-item-wrapper {
    justify-content: space-between;
    align-items: center;
    max-width: none;
    padding: 1.5rem;
  }

  .heading-sm-2 {
    margin-bottom: 3rem;
    font-size: 2.3rem;
  }

  .podcast-text-wrapper {
    padding: 0 2rem 0 0;
  }

  .img-podcast {
    width: 130px;
  }

  .heading-md-2 {
    margin-bottom: 3rem;
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: .95rem;
  }

  .section-nav {
    padding-left: 4%;
  }

  .navbar {
    align-items: flex-start;
    width: 100%;
  }

  .subhead {
    margin-bottom: .8rem;
    line-height: 1.3;
  }

  .heading-lg {
    margin-bottom: 2rem;
    font-size: 1.7rem;
  }

  .heading-lg.boxed-home {
    max-width: 320px;
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
  }

  .heading-lg.margin-bottom-sm {
    margin-bottom: .2rem;
  }

  .heading-lg.margin-bottom-sm.wma {
    font-size: 1.5rem;
  }

  .kontakt-text {
    font-size: 1.3rem;
    line-height: 2.5rem;
  }

  .footer {
    background-image: linear-gradient(#f08200e6, #f08200e6), url('../images/kampmeier-k-white.svg');
    background-position: 0 0, 30%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .kontakt-icon {
    width: 40px;
    margin-bottom: 1rem;
  }

  .kontakt-flexitem {
    width: 100vw;
    margin-bottom: 1px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .page-wrapper.home {
    padding-top: 2rem;
  }

  .utility-page-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .section-white {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .accordion-wrapper, .accordion-wrapper.white {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .accordion-header {
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .accordion-icon-arrow {
    width: 20px;
    margin-top: 8px;
  }

  .accordion-icon-arrow.wma {
    width: 30px;
  }

  .vortrag-subline {
    margin-top: 5px;
    font-size: 1rem;
    line-height: 1.4;
  }

  .accordion-content {
    padding-bottom: 3rem;
  }

  .accordion-content.black {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .accordion-content.testimonial {
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .navbar-flexbox {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .vortrag-titel {
    font-size: 1.1rem;
  }

  .grid-content-wrapper.mobile-margin-top-3 {
    margin-top: 1rem;
  }

  .grid-content-wrapper.mobile-hidden {
    display: none;
  }

  .burger-1 {
    z-index: 999;
    width: 70px;
    height: 70px;
    display: flex;
    right: 2%;
    transform: scale(.8);
  }

  .img-100.margin-top-min.shadow.mobile-mt {
    margin-top: 2rem;
  }

  .img-100.margin-top.shadow {
    box-shadow: 10px 10px #f082004d;
  }

  .img-100.shadow {
    box-shadow: 10px 10px #f0820033;
  }

  .img-100.shadow-blue {
    box-shadow: 10px 10px #1bacdf33;
  }

  .img-100.shadow-brown {
    box-shadow: 10px 10px #996e5233;
  }

  .img-100.shadow-green {
    box-shadow: 10px 10px #96c58233;
  }

  .img-100.weitere {
    height: 250px;
  }

  .navbar-logo-wrapper {
    grid-column-gap: 15px;
    width: 240px;
    padding-left: 0;
  }

  .navbar-logo-wrapper.w--current {
    z-index: 10;
    grid-column-gap: 16px;
    width: 240px;
    padding-left: 0;
  }

  .menu-wrapper {
    z-index: 9;
    background-color: #fffffff2;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .menu-item {
    font-size: 1.2rem;
  }

  .menu-row-1 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
  }

  .menu-row-2 {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .home-hero {
    background-position: 40% 100%;
  }

  .home-hero-heading {
    max-width: none;
    font-size: 1.4rem;
    line-height: 1.3;
  }

  .home-hero-heading.max {
    font-size: 2rem;
  }

  .button.white {
    font-size: 1rem;
  }

  .button.white.no-min-h {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .bugr-bold {
    line-height: 1.1;
    display: inline-flex;
  }

  .bugr-bold.footer-heading {
    line-height: 1.4;
  }

  .wrapper-1200.bg--andere-vortraege {
    background-size: contain;
    grid-template-columns: 1fr;
    padding-bottom: 19rem;
  }

  .wrapper-1200.plain {
    padding: 1.3rem;
  }

  .testimonial-full-text {
    text-align: center;
    font-size: 1.8rem;
  }

  .testimonial-info {
    text-align: center;
  }

  .testimonial-info.margin-top {
    text-align: left;
  }

  .testimonial-info.margin-bottom {
    text-align: left;
    width: 100%;
  }

  .testimonial-info-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .heading-md {
    margin-bottom: 2rem;
    font-size: 1.7rem;
  }

  .heading-md.no-break.mobile-boxed {
    max-width: 100%;
  }

  .heading-md.vortrag-subline {
    font-size: 1.2rem;
  }

  .text-intro.blog {
    font-size: 1.1rem;
  }

  .text-intro.boxed {
    font-size: 1rem;
  }

  .heading-card.blog {
    font-size: 1.2rem;
  }

  .grid-1--1.cta-vortrag {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .grid-1-25--1.margin-bottom-lg {
    margin-bottom: 3rem;
  }

  .grid-1-25--1.no-gutter.margin-top-lg {
    margin-top: 5rem;
  }

  .list-item-check.white {
    margin-bottom: 6px;
  }

  .heading-sm {
    margin-bottom: 2rem;
    font-size: 1.3rem;
  }

  .heading-sm.center.no-break {
    width: 100%;
    font-size: 1.5rem;
  }

  .heading-sm.desktop-md.no-break {
    margin-bottom: 0;
  }

  .heading-sm.orange, .heading-sm.green, .heading-sm.blue {
    margin-bottom: 1rem;
  }

  .testimonial-long-item {
    padding: 1.5rem;
  }

  .testimonial-long-item._4er {
    grid-template-columns: 1fr;
  }

  .img-70.referenz {
    margin-top: 1rem;
  }

  .img-70.mobile-margin-top {
    margin-top: 1.54rem;
  }

  .grid-logos-verbaende {
    grid-template-columns: 1fr 1fr;
  }

  .grid-1--1-25.mobile-mt {
    margin-top: 4rem;
  }

  .wrapper-500 {
    max-width: 100%;
  }

  .trenner {
    background-position: 50%;
    min-height: 40vh;
  }

  .grid-clients {
    grid-template-columns: 1fr 1fr;
    margin-top: 3rem;
  }

  .testimonial-title {
    font-size: 1.2rem;
  }

  .blog-teaser-wrapper {
    grid-template-columns: 1fr;
  }

  .blog-teaser-text-wrapper {
    padding: 1.2rem;
  }

  .blog-teaser-img {
    height: auto;
  }

  .embed-audio-2 {
    max-width: 100%;
  }

  .stichworte-wrapper {
    margin-top: 1rem;
  }

  .blog-audio-wrapper {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    font-size: .9rem;
  }

  .youtube-overlay_component-wrapper {
    margin-top: 1.2em;
    margin-left: 0;
  }

  .text-block-2 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: .7rem;
  }

  .margin-bottom-2.margin-medium {
    margin-bottom: .5rem;
  }

  .youtube-overlay_content-wrapper {
    padding: .7rem;
  }

  .youtube-overlay_accept-button {
    margin-top: 10px;
    padding: .4rem;
    font-size: .8rem;
  }

  .cta-kalender {
    padding: 1.6rem;
  }

  .cta-kalender-heading {
    font-size: 1.2rem;
    line-height: 1.3;
  }

  ._2col {
    column-count: 1;
  }

  .beispiel-item-wrapper {
    padding: 1.4rem;
  }

  .embed-audio {
    width: 100%;
    max-width: 100%;
  }

  .podcast-item-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-sm-2 {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }

  .podcast-text-wrapper {
    width: 100%;
    padding: 0;
  }

  .img-podcast {
    width: 100%;
    height: auto;
    margin-top: 2rem;
  }

  .heading-md-2 {
    margin-bottom: 2rem;
    font-size: 1.7rem;
  }

  .heading-md-2.no-break.mobile-sm {
    font-size: 1.6rem;
  }

  .grid-podcast-logos {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .flex-tiffy {
    flex-flow: row-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tiffy-img {
    width: 90px;
  }

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

  .weitere-heading {
    font-size: 1rem;
  }

  .cta-kalender-mittig.mobile-nobreak {
    width: 100%;
  }

  .heading-video {
    font-size: 1rem;
    line-height: 1.3;
  }

  .heading-video.mobile-nobreak {
    margin-bottom: .5rem;
  }
}

#w-node-_3871d9b4-a2dc-640b-5002-1c21bf9abf97-8b069485, #w-node-e1424ba7-3ba2-bb06-fbc9-5f3270d44ab5-8b069485, #w-node-_8ae92271-2a6e-7c82-7d9c-9c7fa54bb0d1-8b069485 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_995c9e76-23b3-7b8b-d020-05e7e030b6a0-8b069485 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_8300729a-7584-aad3-692a-35abd6859311-c1743890 {
  place-self: end;
}

#w-node-_3c79e51c-58f2-a7dc-7fdc-15449807d1a7-9807d19e {
  justify-self: end;
}

#w-node-cf8cdbff-e9e5-670d-e559-2c23b85541ca-79f20c8e, #w-node-_76b3e109-ee0e-9d16-5a72-b453408b1a2c-79f20c8e, #w-node-cfbdc755-f2a1-16ec-e514-99102acee425-79f20c8f, #w-node-_0500c9d2-7c2e-7413-5a69-ab075dc34ff2-79f20c8f, #w-node-_28ec9cb6-e68e-7ce3-aff8-4fdc8b1c8b36-79f20c8f, #w-node-_28ec9cb6-e68e-7ce3-aff8-4fdc8b1c8b22-79f20c8f, #w-node-_0441e72e-53ff-00da-22ee-02ad9bbae3bd-79f20c8f, #w-node-_0441e72e-53ff-00da-22ee-02ad9bbae3d1-79f20c8f, #w-node-d4db4c0c-a16a-bcbb-06bd-ee0dd74e23c9-79f20c8f, #w-node-d4db4c0c-a16a-bcbb-06bd-ee0dd74e23a9-79f20c8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af6fefd5-35fd-3507-20a5-f8dd866bbbbd-79f20c91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto stretch;
}

#w-node-af6fefd5-35fd-3507-20a5-f8dd866bbbce-79f20c91, #w-node-af6fefd5-35fd-3507-20a5-f8dd866bbbdf-79f20c91, #w-node-af6fefd5-35fd-3507-20a5-f8dd866bbbf0-79f20c91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_962981f6-5707-d96c-48bb-1b72c8fe3776-79f20c91 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_962981f6-5707-d96c-48bb-1b72c8fe3779-79f20c91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto stretch;
}

#w-node-_962981f6-5707-d96c-48bb-1b72c8fe378a-79f20c91, #w-node-_962981f6-5707-d96c-48bb-1b72c8fe379b-79f20c91, #w-node-_962981f6-5707-d96c-48bb-1b72c8fe37ac-79f20c91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_7ad3621d-2ddd-ab91-fcae-c9da41ee7f17-79f20c91, #w-node-_7ad3621d-2ddd-ab91-fcae-c9da41ee7f1c-79f20c91, #w-node-_10d584ab-9235-2707-1f42-33d747d7ac8b-79f20c91, #w-node-_10d584ab-9235-2707-1f42-33d747d7ac90-79f20c91, #w-node-_77a641c8-c335-6d30-f0c7-8c5d81d62820-79f20c91, #w-node-b7f79860-a86e-a18f-fa3d-86733d2e6d48-79f20c91, #w-node-f72cbf9e-2eae-6a05-00f2-eb691a2aafbd-79f20c91, #w-node-_83c0ae59-1b3a-3ac3-8bec-ac27597b200d-79f20c91, #w-node-d0354dfa-286d-9efe-4f4b-2f1eb5be83eb-79f20c91, #w-node-_698a7681-1c9c-ff28-1e55-060f9eaf450f-79f20c91, #w-node-f991533c-1574-99c5-6d22-9bb7e7240314-79f20c91, #w-node-_79003c13-34b2-677d-6929-5c22ce211b84-79f20c91, #w-node-a94c9d35-6b21-668b-8ab1-24a0485eb68b-79f20c91, #w-node-bb427015-8979-4417-fbc2-d50e616434d2-79f20c91, #w-node-_2ab3c3d8-c693-b3d6-1ed9-b9191af06720-79f20c91, #w-node-c9c013e7-5ced-1ff4-a32b-70516ca1dda0-79f20c91, #w-node-e173acd7-3893-a54f-807e-411a1e0607a5-79f20c91, #w-node-_3fc513d9-6eed-e9ae-2180-1fecc4baeb69-79f20c91, #w-node-_56a4ae6a-2051-3c23-a0e6-b38bd610d1ba-79f20c91, #w-node-_57b6b613-9134-2789-e66f-66cf73867cad-79f20c91, #w-node-_2f945651-733b-4c2a-1035-fe4ceeeff6a8-79f20c91, #w-node-ad080281-fa72-5674-94f1-aa1010e925a5-79f20c91, #w-node-_0bf6682c-9487-dc05-46b0-04da0da66b50-79f20c91, #w-node-_30d5ed07-aa84-e177-d61a-12308839f8da-79f20c91, #w-node-_697e159f-ee4a-d744-fa30-7ef742e5198c-79f20c91, #w-node-_90814cba-1457-d3b9-5c74-bc8293d805ec-79f20c91, #w-node-_487ed7d3-c8a3-1ca1-4042-28a31caee463-79f20c91, #w-node-_67169f55-3526-b178-f93d-acc285c500c8-79f20c91, #w-node-_21f40f93-84ac-5262-2c5c-98a83e4b8f2a-3e4b8f22, #w-node-_21f40f93-84ac-5262-2c5c-98a83e4b8f30-3e4b8f22, #w-node-_4bf5acd5-e3f4-f923-3668-2226c0822119-79f20c94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ed1f926-b39a-abe9-98d8-2c3c845890d1-79f20c94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-a0a1f17e-b850-f024-0727-6d0e79951aa1-79f20c94 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a0a1f17e-b850-f024-0727-6d0e79951aa6-79f20c94, #w-node-a0a1f17e-b850-f024-0727-6d0e79951b11-79f20c94, #w-node-a0a1f17e-b850-f024-0727-6d0e79951b14-79f20c94, #w-node-a0a1f17e-b850-f024-0727-6d0e79951b17-79f20c94, #w-node-f7499ec8-1c94-581b-0f2f-49a8b6ad3911-79f20c94, #w-node-f7499ec8-1c94-581b-0f2f-49a8b6ad3930-79f20c94, #w-node-_4f249410-3bb9-4592-0029-9e62fea4a17a-79f20c94, #w-node-_4f249410-3bb9-4592-0029-9e62fea4a1b9-79f20c94, #w-node-_40ff6917-84b6-07cb-a320-fd0a6daed67c-79f20c94, #w-node-_40ff6917-84b6-07cb-a320-fd0a6daed69b-79f20c94, #w-node-f7499ec8-1c94-581b-0f2f-49a8b6ad3966-79f20c94, #w-node-f7499ec8-1c94-581b-0f2f-49a8b6ad3988-79f20c94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a827102d-1b51-820a-907b-d03b0546d9c0-79f20c94 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a827102d-1b51-820a-907b-d03b0546d9c3-79f20c94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto stretch;
}

#w-node-a827102d-1b51-820a-907b-d03b0546d9d4-79f20c94, #w-node-a827102d-1b51-820a-907b-d03b0546d9e5-79f20c94, #w-node-a827102d-1b51-820a-907b-d03b0546d9f6-79f20c94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_7c0b84b1-1d8b-7623-e9ed-b3048bbafd5d-79f20c96 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-adda14b5-7f10-fbc1-c047-f140a3ba2ab1-79f20c96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto stretch;
}

#w-node-adda14b5-7f10-fbc1-c047-f140a3ba2ac2-79f20c96, #w-node-adda14b5-7f10-fbc1-c047-f140a3ba2ad3-79f20c96, #w-node-adda14b5-7f10-fbc1-c047-f140a3ba2ae4-79f20c96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_4ce2859a-de13-c5c9-8d16-680187a84edb-87a84ed6, #w-node-_4ce2859a-de13-c5c9-8d16-680187a84edc-87a84ed6, #w-node-_4ce2859a-de13-c5c9-8d16-680187a84edd-87a84ed6, #w-node-_9dca96a6-0100-0fcb-412e-909387475eee-87a84ed6, #w-node-_4ce2859a-de13-c5c9-8d16-680187a84ede-87a84ed6, #w-node-_4ce2859a-de13-c5c9-8d16-680187a84edf-87a84ed6, #w-node-dfa4f4c4-1b17-7dce-7c46-6e7cbb8c4822-87a84ed6, #w-node-_175065ae-2041-fd40-43d6-5ef78253263a-82532639, #w-node-_175065ae-2041-fd40-43d6-5ef782532640-82532639, #w-node-cf8cdbff-e9e5-670d-e559-2c23b85541ca-79f20c9a, #w-node-_76b3e109-ee0e-9d16-5a72-b453408b1a2c-79f20c9a, #w-node-_75282e31-e926-619f-6d31-530938d5c0da-79f20c9b, #w-node-_75282e31-e926-619f-6d31-530938d5c0ed-79f20c9b, #w-node-_5616a681-adc3-8672-4053-57653496f7f2-79f20c9c, #w-node-_4ddd3cda-3a08-b249-cf09-e32777fc8e53-79f20c9c, #w-node-_462d766e-0748-3981-0482-1a270a75a078-79f20c9c, #w-node-_06225f39-2a4a-b10d-2605-37edc2959550-79f20c9c, #w-node-c57c59e6-6b55-6716-da67-414999c5f544-79f20c9c, #w-node-_38233a5b-50be-7286-068c-88cecf0add77-79f20c9c, #w-node-e09772b0-8dcd-bfad-4d12-b5415c32470c-79f20c9c, #w-node-d61228b9-5a33-b991-2321-46f2804074e3-79f20c9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67eb48e0-067a-28af-9553-ebfdea9355d5-79f20c9e {
  grid-area: span 2 / span 2 / span 2 / span 2;
  place-self: stretch stretch;
}

#w-node-ac82dbf9-4835-2c4b-103c-8f35bff79652-79f20c9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_71d289d4-c9e5-c64b-9d59-6e10677064f1-79f20c9e {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: stretch stretch;
}

#w-node-db9b6ca8-e746-fe8c-b266-bf106302822f-79f20c9e, #w-node-ac36279a-63d8-4fa6-1b28-d7a508d21857-79f20c9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_0231e249-828e-7717-7c42-29ad8032fde9-79f20c9e {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: stretch stretch;
}

#w-node-_3e874bed-9928-19e8-d1fd-e3a847c1f533-79f20c9e {
  grid-area: span 2 / span 2 / span 2 / span 2;
  place-self: stretch stretch;
}

#w-node-_4623fb5f-6dc3-f274-b816-ee8e35845144-79f20c9e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_998abdf3-504c-5812-865f-f6b5bbae09de-79f20c9f, #w-node-_1519e356-6ba5-eaa0-5601-e58985ab2ffe-79f20c9f, #w-node-b7388307-84ad-21d3-9342-a557796a6946-79f20c9f, #w-node-b7388307-84ad-21d3-9342-a557796a692a-79f20c9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3153b8db-37e5-f716-db4b-6a9b404c922f-79f20c9f, #w-node-a72d58fc-c4c7-355a-63c9-07e34cf55555-79f20c9f, #w-node-_8b56a741-9e93-837b-7c0d-b1b52d3f3de9-79f20c9f {
  place-self: stretch stretch;
}

#w-node-b2a2acc2-25b1-e78e-eedc-0e65d0688f3d-79f20ca5, #w-node-b2a2acc2-25b1-e78e-eedc-0e65d0688f3d-79f20ca6, #w-node-b2a2acc2-25b1-e78e-eedc-0e65d0688f3d-79f20ca7 {
  align-self: center;
}

#w-node-cfbdc755-f2a1-16ec-e514-99102acee425-79f20ca8, #w-node-_0500c9d2-7c2e-7413-5a69-ab075dc34ff2-79f20ca8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f83b730-9b55-760b-da98-d669b1c5dfe7-79f20ca8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8f83b730-9b55-760b-da98-d669b1c5dfec-79f20ca8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: end start;
}

#w-node-b2a2acc2-25b1-e78e-eedc-0e65d0688f3d-79f20ca9, #w-node-b2a2acc2-25b1-e78e-eedc-0e65d0688f3d-79f20caa, #w-node-b2a2acc2-25b1-e78e-eedc-0e65d0688f3d-79f20cab, #w-node-b2a2acc2-25b1-e78e-eedc-0e65d0688f3d-79f20cac, #w-node-b2a2acc2-25b1-e78e-eedc-0e65d0688f3d-79f20cae {
  align-self: center;
}

#w-node-_08100145-4d84-f8f2-0478-6cb9f0ed4b91-5ce1bc70, #w-node-_08100145-4d84-f8f2-0478-6cb9f0ed4bfc-5ce1bc70, #w-node-_103189f7-e6e4-95fb-6078-3053967bb6f2-5ce1bc70, #w-node-_103189f7-e6e4-95fb-6078-3053967bb721-5ce1bc70, #w-node-_1ba6b629-0e45-1c86-16d6-f0de92e619ee-5ce1bc70, #w-node-_1ba6b629-0e45-1c86-16d6-f0de92e61a0f-5ce1bc70, #w-node-d7e8603c-b2c8-26a7-2dd2-2705cae522da-b1afc16d, #w-node-d7e8603c-b2c8-26a7-2dd2-2705cae522f9-b1afc16d, #w-node-d7e8603c-b2c8-26a7-2dd2-2705cae522fa-b1afc16d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_3a4d1aa3-1fa9-9d89-8423-e6e6a69be55f-79f20c8b {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_3a4d1aa3-1fa9-9d89-8423-e6e6a69be57a-79f20c8b {
    order: 9999;
  }

  #w-node-_3871d9b4-a2dc-640b-5002-1c21bf9abf97-8b069485, #w-node-_8ae92271-2a6e-7c82-7d9c-9c7fa54bb0d1-8b069485 {
    align-self: start;
  }

  #w-node-_995c9e76-23b3-7b8b-d020-05e7e030b6a0-8b069485 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_8300729a-7584-aad3-692a-35abd6859311-c1743890 {
    place-self: center;
  }

  #w-node-_28ec9cb6-e68e-7ce3-aff8-4fdc8b1c8b36-79f20c8f, #w-node-d4db4c0c-a16a-bcbb-06bd-ee0dd74e23c9-79f20c8f {
    order: 9999;
  }

  #w-node-_962981f6-5707-d96c-48bb-1b72c8fe3776-79f20c91 {
    grid-column: span 2 / span 2;
  }

  #w-node-a0a1f17e-b850-f024-0727-6d0e79951aa1-79f20c94 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a0a1f17e-b850-f024-0727-6d0e79951b11-79f20c94, #w-node-a0a1f17e-b850-f024-0727-6d0e79951b14-79f20c94 {
    order: 9999;
  }

  #w-node-a827102d-1b51-820a-907b-d03b0546d9c0-79f20c94, #w-node-_7c0b84b1-1d8b-7623-e9ed-b3048bbafd5d-79f20c96 {
    grid-column: span 2 / span 2;
  }

  #w-node-_823788db-8424-83ac-39a7-0bc970b2a7f4-79f20c9c, #w-node-_4ddd3cda-3a08-b249-cf09-e32777fc8e54-79f20c9c, #w-node-_462d766e-0748-3981-0482-1a270a75a079-79f20c9c, #w-node-_06225f39-2a4a-b10d-2605-37edc2959551-79f20c9c, #w-node-c57c59e6-6b55-6716-da67-414999c5f545-79f20c9c, #w-node-_38233a5b-50be-7286-068c-88cecf0add78-79f20c9c, #w-node-e09772b0-8dcd-bfad-4d12-b5415c32470d-79f20c9c, #w-node-d61228b9-5a33-b991-2321-46f2804074e4-79f20c9c, #w-node-b7388307-84ad-21d3-9342-a557796a6946-79f20c9f, #w-node-a72d58fc-c4c7-355a-63c9-07e34cf55555-79f20c9f {
    order: 9999;
  }

  #w-node-_8f83b730-9b55-760b-da98-d669b1c5dfec-79f20ca8 {
    justify-self: center;
  }

  #w-node-_08100145-4d84-f8f2-0478-6cb9f0ed4bfc-5ce1bc70, #w-node-_103189f7-e6e4-95fb-6078-3053967bb721-5ce1bc70, #w-node-_1ba6b629-0e45-1c86-16d6-f0de92e61a0f-5ce1bc70 {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_995c9e76-23b3-7b8b-d020-05e7e030b6a0-8b069485 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3c79e51c-58f2-a7dc-7fdc-15449807d1a3-9807d19e, #w-node-_3c79e51c-58f2-a7dc-7fdc-15449807d1a7-9807d19e {
    justify-self: center;
  }

  #w-node-_962981f6-5707-d96c-48bb-1b72c8fe3776-79f20c91, #w-node-a827102d-1b51-820a-907b-d03b0546d9c0-79f20c94, #w-node-_7c0b84b1-1d8b-7623-e9ed-b3048bbafd5d-79f20c96 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/open-sans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/open-sans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'BuGr';
  src: url('../fonts/BGFF.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'BuGr';
  src: url('../fonts/BuGr-Lt.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/lora-v35-latin-italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}