@font-face {
  font-family: Poppins;
  src: url('../fonts/poppins-v15-latin-700.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/poppins-v15-latin-600.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/poppins-v15-latin-regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Poppins;
  src: url('../fonts/poppins-v15-latin-900.woff') format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --crimson: #b5415e;
  --grey: #8c7777;
}

.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: #000;
  background-color: #000;
  font-family: Poppins, sans-serif;
  font-size: 100%;
  line-height: 1;
}

h1 {
  color: #b5415e;
  text-transform: uppercase;
  max-width: 540px;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1;
}

h3 {
  color: var(--crimson);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 1.2;
}

h4 {
  color: var(--crimson);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.7;
}

.hero-section {
  color: #fff;
  background-color: #000;
  align-items: stretch;
  height: 85vh;
  display: flex;
}

.intro-section {
  background-color: #fff;
  margin-bottom: -5rem;
  padding-top: 8rem;
  padding-bottom: 0;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar {
  background-color: #000000e6;
  max-width: 100vw;
  height: 120px;
  padding-top: 15px;
  padding-bottom: 0;
  position: sticky;
  inset: 0% 0% auto;
}

.nav-link {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: .9rem;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
}

.nav-link:hover, .nav-link.w--current {
  color: var(--crimson);
}

.nav-link.last {
  padding-right: 0;
}

.hero-wrapper {
  background-image: url('../images/hero-berater-theater_1.avif');
  background-position: 115% 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-text-wrapper {
  z-index: 2;
  margin-top: -4rem;
}

.hero-subhead {
  font-family: Lora, sans-serif;
  font-size: 1.7rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
}

.brand {
  width: 130px;
}

.brand.w--current {
  width: 120px;
}

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

.subhead {
  color: var(--grey);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.2;
}

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

.wrapper-800 {
  width: 90%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.intro-text {
  font-size: 1.2rem;
  line-height: 1.8;
}

.section-crimson {
  color: #fff;
  background-image: linear-gradient(#b5415ed9, #b5415ed9), url('../images/meta-bg_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 14rem;
  padding-bottom: 10rem;
}

.video-trailer {
  z-index: 9;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 70px;
  display: grid;
  position: relative;
}

.white {
  color: #fff;
}

.white.bigger {
  font-size: 2.8rem;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.cards-white {
  color: #000;
  background-color: #fff;
  padding: 40px;
  text-decoration: none;
}

.img-100 {
  width: 100%;
}

.video-lightbox-trailer {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: 11px 11px 30px #0000004d;
}

.section-white {
  background-color: #fff;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section-white.f1 {
  background-color: #f1f1f1;
  margin-top: -3rem;
  padding-top: 12rem;
}

.image {
  width: 90px;
  height: 90px;
  position: absolute;
}

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

.grid-2.margin-top {
  margin-top: 6rem;
}

.grid-content-wrapper.termin-bg-color {
  background-color: var(--crimson);
  color: #fff;
  align-items: center;
  padding: 3rem;
  display: flex;
}

.grid-content-wrapper.termin-text {
  padding: 3rem;
}

.beratungkunst-wrapper {
  justify-content: center;
  width: auto;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kreis-beratung {
  background-color: var(--crimson);
  color: #fff;
  text-transform: uppercase;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  font-size: 2.2rem;
  font-weight: 900;
  display: flex;
}

.kreis-kunst {
  background-color: var(--grey);
  color: #fff;
  text-transform: uppercase;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  font-family: Lora, sans-serif;
  font-size: 2.2rem;
  font-style: italic;
  font-weight: 400;
  display: flex;
}

.hero-cta {
  border: 4px solid var(--crimson);
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  justify-content: center;
  max-width: 310px;
  margin-top: 80px;
  padding: 20px 30px;
  font-size: 1.1rem;
  font-weight: 900;
  text-decoration: none;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.hero-cta:hover {
  background-color: var(--crimson);
  color: #fff;
  transform: skew(0deg, -3deg);
}

.hero-cta._2nd {
  margin-top: 30px;
}

.emb-icon-play {
  width: 16px;
  height: 16px;
  margin-top: -1px;
  margin-right: 15px;
}

.page-wrapper {
  background-color: #fff;
  width: 100vw;
  min-height: 100vh;
  overflow: hidden;
}

.kontakt-button {
  border: 4px solid var(--crimson);
  color: #000;
  text-transform: uppercase;
  background-color: #0000;
  justify-content: center;
  max-width: 290px;
  margin-top: 0;
  padding: 20px 30px;
  font-size: 1.1rem;
  font-weight: 900;
  text-decoration: none;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.kontakt-button:hover {
  background-color: var(--crimson);
  color: #fff;
  transform: skew(0deg, -3deg);
}

.kontakt-button.artikel {
  max-width: 280px;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-kontakt {
  z-index: 9;
  grid-column-gap: 6rem;
  grid-row-gap: 2rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  position: relative;
}

.kontakt-button-wrapper {
  justify-content: center;
  display: flex;
}

.emb-icon-mail {
  width: 24px;
  height: 24px;
  margin-top: -3px;
  margin-right: 15px;
}

.section-uebermich {
  background-color: #fff;
  padding-top: 8rem;
  padding-bottom: 0;
}

.link {
  color: var(--crimson);
  text-decoration: underline;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
}

.link:hover {
  color: var(--grey);
  text-decoration: none;
}

.footer {
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 2rem;
  display: flex;
}

.footer.sticky {
  position: fixed;
  inset: auto 0% 0%;
}

.footer-link {
  color: var(--grey);
  padding-left: 15px;
  padding-right: 15px;
  font-size: .8rem;
}

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

.section-buehnenprogramm, .section-workshop {
  background-color: #f1f1f1;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section-cta, .section-weiterbildung {
  background-color: #fff;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.heading {
  letter-spacing: -.02em;
  max-width: 580px;
}

.imprint-section {
  background-color: #fff;
  padding-top: 5rem;
  padding-bottom: 0;
}

.heading-imprint {
  margin-bottom: 60px;
  font-size: 2.8rem;
}

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

.testimonial-name {
  color: var(--grey);
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.7;
}

.testimonial-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-top: 2rem;
}

.testimonial-item {
  background-color: #fff;
  padding: 2rem;
}

.p-testimonial {
  font-size: .9rem;
  line-height: 1.6;
}

.grid-termin {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  margin-top: 6rem;
}

.grid-termin.hidden {
  display: none;
}

.termin-list {
  margin-bottom: 0;
  padding-left: 0;
  line-height: 1.4;
  list-style-type: none;
}

.termin-list-item {
  border-bottom: 1px solid #ffffff80;
  margin-bottom: 12px;
  padding-bottom: 12px;
}

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

@media screen and (max-width: 991px) {
  h1 {
    max-width: 440px;
    font-size: 2.8rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    margin-bottom: 10px;
  }

  .hero-section {
    height: 80vh;
  }

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

  .nav-link {
    text-align: center;
    border-bottom: 1px solid #fff;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 1.2rem;
    display: block;
  }

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

  .nav-link.w--current {
    color: #fff;
    font-weight: 700;
  }

  .nav-link.last {
    padding-right: 20px;
  }

  .hero-wrapper {
    background-position: -20% 100%;
    background-size: auto 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-text-wrapper {
    margin-top: 4rem;
    margin-right: auto;
  }

  .hero-subhead {
    font-size: 1.5rem;
  }

  .subhead {
    margin-bottom: 10px;
  }

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

  .section-crimson {
    padding-top: 12rem;
  }

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

  .cards-white {
    padding: 30px 30px 20px;
  }

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

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

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

  .grid-content-wrapper.termin-bg-color, .grid-content-wrapper.termin-text {
    padding: 2rem;
  }

  .kreis-beratung, .kreis-kunst {
    width: 250px;
    height: 250px;
    font-size: 1.9rem;
  }

  .hero-cta {
    margin-top: 160px;
  }

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

  .footer {
    padding-top: 2rem;
  }

  .section-buehnenprogramm, .section-workshop, .section-cta, .section-weiterbildung {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .menu-button {
    color: #fff;
    padding-right: 0;
  }

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

  .icon {
    font-size: 3rem;
  }

  .nav-menu {
    background-color: var(--crimson);
  }

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

  .heading-imprint {
    font-size: 2.6rem;
  }

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

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

  .termin-list {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 20px;
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.6rem;
  }

  .hero-section {
    height: 80vh;
  }

  .navbar {
    height: 15vh;
  }

  .navbar.imprint {
    height: auto;
    padding-bottom: 20px;
  }

  .hero-wrapper {
    background-position: 60% 110%;
    background-size: 120%;
    background-attachment: scroll;
    width: 100%;
    padding-left: 5%;
  }

  .hero-text-wrapper {
    margin-top: 3rem;
  }

  .hero-subhead {
    font-size: 1.4rem;
  }

  .brand, .brand.w--current {
    padding-left: 0;
  }

  .subhead {
    margin-bottom: 5px;
    font-size: 1.1rem;
  }

  .intro-text {
    line-height: 1.6;
  }

  .section-crimson {
    padding-bottom: 6rem;
  }

  .video-trailer {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .white.bigger {
    font-size: 2rem;
  }

  .section-white.f1 {
    padding-top: 8rem;
  }

  .image {
    width: 80px;
  }

  .kreis-beratung, .kreis-kunst {
    width: 200px;
    height: 200px;
    font-size: 1.4rem;
  }

  .hero-cta {
    background-color: #000c;
    margin-top: 50px;
  }

  .footer.sticky {
    position: static;
  }

  .heading-imprint {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    font-size: 1.1rem;
  }

  .hero-subhead {
    width: 95%;
  }

  .brand {
    padding-left: 0;
  }

  .video-trailer {
    grid-row-gap: 30px;
  }

  .grid-content-wrapper.termin-bg-color, .grid-content-wrapper.termin-text {
    padding: 1.6rem;
  }

  .kreis-beratung, .kreis-kunst {
    width: 160px;
    height: 160px;
    font-size: 1.1rem;
  }

  .hero-cta {
    margin-top: 80px;
    padding: 15px 20px;
  }

  .hero-cta._2nd {
    margin-top: 20px;
  }

  .heading {
    width: 95%;
  }

  .div-block {
    font-size: 90%;
  }

  .heading-imprint {
    font-size: 2.2rem;
  }

  .testimonial-item {
    padding: 1.6rem;
  }

  .p-testimonial {
    line-height: 1.5;
  }
}

#w-node-_35340a7b-da69-7ece-2583-7a1075665196-b2602242 {
  align-self: center;
}

#w-node-_9910eb9e-0112-7fe2-f99c-fbf17f8f9658-b2602242 {
  justify-self: center;
}

#w-node-_97e82d56-3a5b-ef03-8584-7ee1501d4cf9-b2602242 {
  align-self: center;
}

#w-node-_51eb66a7-97cb-b4bd-8c5e-b3394d79e04c-b2602242, #w-node-a2d1eea0-e112-f39b-bc2c-44c25f91802c-b2602242 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66f38f8c-30ec-e31d-7659-7743ddc63906-b2602242 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_37e2da97-2943-38f2-f304-fc727c3ab6b2-b2602242, #w-node-_0d2d8e87-f63b-f557-81f7-1848b7715dc8-b2602242 {
  align-self: center;
}

#w-node-e9379738-0a06-23a3-2531-c95e3dbf2250-b2602242, #w-node-_37049c4d-91dd-5289-6871-91dc0f9f8a4f-b2602242 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_652566b9-9506-39d1-20ab-75b2f2c7f644-b2602242 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_66f38f8c-30ec-e31d-7659-7743ddc63906-b2602242 {
    grid-column: span 1 / span 1;
  }

  #w-node-_37e2da97-2943-38f2-f304-fc727c3ab6b2-b2602242 {
    order: 9999;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-v15-latin-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-v15-latin-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-v15-latin-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/lora-v17-latin-italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-v15-latin-900.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}