:root {
  --white: white;
  --black: black;
}

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: 24px;
  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 {
  height: 1px;
  background-color: #eee;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-home-wrap {
  margin-top: 130px;
}

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

.paragraph-tiny {
  margin-left: 5px;
  margin-right: 5px;
  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-white-light, .paragraph-bigger.cc-bigger-white-light.termine {
  text-align: left;
}

.button {
  background-color: #ffd000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 25px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
}

.button:hover {
  background-color: #e7a809;
}

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

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

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

.paragraph-light {
  text-align: justify;
}

.logo-image {
  width: 400px;
}

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

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  height: 620px;
  color: #fff;
  background-color: #f4f4f4;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .15));
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.about-story-wrap {
  text-align: left;
  margin: 50px auto 80px;
}

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

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

.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::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

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

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

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

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

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

._404-wrap {
  width: 100%;
  height: 100%;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.body {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.list-item {
  text-align: left;
}

.wrapper_intro_text {
  display: inline-block;
}

.halbe-halbe_termine {
  margin-bottom: 65px;
  margin-left: auto;
  margin-right: auto;
}

.columns {
  height: 100%;
  position: relative;
}

.column {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.column-2 {
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .48), rgba(0, 0, 0, .2)), url('../images/Verlauf.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  width: 300px;
}

.nav_container {
  justify-content: space-between;
  align-items: center;
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.nav_link {
  align-items: center;
  margin-right: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.nav_link.w--current {
  font-weight: 700;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.image-2 {
  margin-right: 10px;
}

.navigation-_text {
  text-align: justify;
  margin-bottom: 0;
}

.image-3 {
  margin-right: 10px;
}

.navbar {
  background-color: var(--white);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 1px 1px 20px 10px rgba(0, 0, 0, .15);
}

.termin {
  background-color: var(--white);
  border-radius: 16px;
  margin-bottom: 10px;
  padding: 20px 30px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
}

.termine_daten {
  opacity: 1;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.column-3 {
  padding-right: 50px;
}

.rot {
  color: #be0003;
}

.gruen {
  color: #00882b;
}

.feedback {
  background-color: var(--white);
  margin-top: 40px;
  margin-bottom: 30px;
  padding: 40px 45px;
  display: none;
  box-shadow: 1px 1px 10px 6px rgba(0, 0, 0, .1);
}

.headline_1 {
  font-size: 64px;
  line-height: 80px;
}

.text-span {
  font-size: 20px;
}

.image-4, .image-5 {
  margin-right: 10px;
}

.cta_neu {
  text-align: center;
  background-color: #f3f3f3;
  padding-left: 80px;
  padding-right: 80px;
}

.accordeon {
  width: 100%;
  overflow: hidden;
}

.dropdown-toggle {
  width: 100%;
  height: 80px;
  color: var(--white);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .2)), url('../images/Buehne.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  text-decoration: underline;
  display: flex;
}

.dropdown-toggle:hover {
  color: #ffd000;
}

.icon {
  font-size: 32px;
}

.dropdown-list {
  background-color: #fff;
  padding: 25px 20px;
  display: block;
  position: static;
}

.button-copy {
  background-color: #ffd000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 26px 25px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
}

.button-copy:hover {
  background-color: #e7a809;
}

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

.navigation-_text-copy {
  text-align: justify;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.text-span-2 {
  color: #d1003b;
}

.text-span-3 {
  color: #008526;
}

.text-span-4 {
  color: #aa9c00;
}

.text-span-5 {
  color: #3353d5;
}

.div-block-2 {
  color: var(--white);
  background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/Verlauf.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin: 40px 70px;
  padding: 50px 70px;
}

.list-item_big {
  text-align: left;
  font-size: 20px;
}

.list {
  padding-left: 15px;
}

.list-2 {
  margin-top: 10px;
  margin-bottom: 25px;
  padding-left: 15px;
}

.paragraph-light_klein {
  text-align: justify;
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: 15px;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .button {
    width: 200px;
    justify-content: center;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .intro-header {
    height: auto;
  }

  .column {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .column-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .nav_link {
    justify-content: center;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav_link.w--current {
    justify-content: center;
  }

  .nav-menu {
    background-color: var(--white);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 25px;
  }

  .headline_1 {
    font-size: 56px;
    line-height: 70px;
  }

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

@media screen and (max-width: 767px) {
  .section, .section.cc-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: left;
  }

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

  .logo-image {
    width: 350px;
  }

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

  .about-story-wrap {
    width: 100%;
  }

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

  ._404-wrap {
    padding: 30px;
  }

  .nav_container {
    margin-left: 15px;
    margin-right: 15px;
  }

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

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

  .headline_2, .headline_2-copy {
    font-size: 30px;
  }

  .div-block-2 {
    margin-left: 0;
    margin-right: 0;
    padding: 30px;
  }

  .list-item_big {
    font-size: 16px;
  }

  .paragraph-light_klein {
    margin-top: 13px;
    margin-left: 10px;
    font-size: 12px;
  }
}

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

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

  .cta-wrap {
    padding: 50px 15px;
  }

  .intro-header {
    margin-bottom: 40px;
  }

  .about-story-wrap {
    width: 100%;
    margin-bottom: 40px;
  }

  .column {
    padding: 15px;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .image {
    width: 200px;
  }

  .nav_container {
    margin-left: 10px;
    margin-right: 10px;
  }

  .feedback {
    padding: 20px;
  }

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

  .headline_2 {
    font-size: 26px;
    line-height: 44px;
  }

  .cta_neu {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-toggle {
    flex-wrap: wrap;
    align-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon {
    margin-right: 7px;
    font-size: 24px;
  }

  .dropdown-list {
    padding-left: 10px;
    padding-right: 10px;
  }

  .headline_2-copy {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 25px;
  }

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

  .list, .list-2 {
    padding-left: 15px;
  }

  .paragraph-light_klein {
    order: 3;
    align-self: baseline;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
  }
}


