:root {
  --wess: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
}

a {
  color: #4353ff;
  text-decoration: underline;
}

.displayonly_wrapper {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #2ca4c6;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
}

.displayonly_component {
  max-width: 100%;
  min-height: 300px;
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .07), 0 50px 100px rgba(0, 0, 0, .05);
}

.modal-container {
  z-index: 5;
  width: 85%;
  max-width: 600px;
  aspect-ratio: auto;
  background-color: #a59d78;
  border-radius: 10px;
  margin: 10vh auto 20px;
  padding: 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

.modal-container.marrz {
  max-width: 800px;
  background-color: #b9ae01;
  border-radius: 0;
  display: block;
}

.modal-container.januar {
  width: 85%;
  max-width: 800px;
  background-color: #717b46;
  border-radius: 0;
  margin-top: 10vh;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.modal-container.februar {
  max-width: 800px;
  border-radius: 0;
  margin-top: 10vh;
}

.modal-container.april, .modal-container.mai, .modal-container.juni, .modal-container.juli, .modal-container.august, .modal-container.oktober, .modal-container.november, .modal-container.september {
  max-width: 800px;
  border-radius: 0;
}

.modal-container.april-copy {
  max-width: 800px;
  background-color: #32a2c7;
  border-radius: 0;
}

.modal-wrapper {
  z-index: 99999;
  background-color: rgba(20, 20, 20, .8);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: scroll;
}

.modal-wrapper.show {
  display: block;
}

.modal-wrapper._1, .modal-wrapper._2, .modal-wrapper._3, .modal-wrapper._4, .modal-wrapper._5, .modal-wrapper._6, .modal-wrapper._7, .modal-wrapper._8, .modal-wrapper._9, .modal-wrapper._10, .modal-wrapper._11, .modal-wrapper._12 {
  display: none;
}

.modal-close_area {
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal-close_btn {
  z-index: 10;
  color: #000;
  padding: 14px 20px 20px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: .7;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.modal-close_btn:hover {
  color: #444;
}

.button {
  background-color: #4353ff;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition-property: none;
}

.sr-only {
  width: 1px;
  height: 1px;
  white-space: nowrap;
  border: 0 solid rgba(0, 0, 0, 0);
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.displayonly_container {
  background-color: #2ca4c6;
  margin-top: 0;
  padding-top: 0;
  line-height: 1.5rem;
  display: block;
}

.februar {
  background-color: #d16ea3;
  margin-top: 0;
}

.januar {
  background-color: #717b46;
}

.m-rz {
  background-color: #cec100;
  margin-top: 0;
}

.april {
  background-color: #7ca137;
}

.link-block-4 {
  background-color: #46627b;
  transition: opacity .2s, all .4s cubic-bezier(.645, .045, .355, 1);
  transform: scale(.9);
}

.link-block-4:hover {
  transform: scale(1);
}

.link-block-4._3 {
  background-color: #cec100;
  display: block;
  transform: scale(.9);
}

.link-block-4._3:hover {
  transform: scale(1);
}

.link-block-4._1 {
  background-color: #717b46;
  transform: scale(.9);
}

.link-block-4._1:hover {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  transform-origin: 50%;
  transform: scale(1);
}

.link-block-4._2 {
  background-color: #d16ea3;
  transform: scale(.9);
}

.link-block-4._2:hover {
  transform: scale(1);
}

.link-block-4._4 {
  -webkit-text-fill-color: inherit;
  background-color: #7ca137;
  background-clip: border-box;
  transform: scale(.9);
}

.link-block-4._4:hover {
  transform: scale(1);
}

.link-block-4._6 {
  background-color: #c46e00;
}

.link-block-4._7 {
  background-color: #328bda;
}

.link-block-4._8 {
  background-color: #c46c51;
}

.link-block-4._9 {
  background-color: #902e5a;
}

.link-block-4._10 {
  background-color: #50a050;
}

.link-block-4._11 {
  background-color: #7b4647;
}

.link-block-4._12 {
  background-color: #32a2c7;
}

.header {
  text-align: center;
  background-color: #d16ea3;
  background-image: linear-gradient(#b86290 49%, #2ca4c6);
  padding-bottom: 0;
  transition: all .2s;
}

.container {
  z-index: 200;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 20px;
  position: static;
}

.container.header {
  height: auto;
  text-align: center;
  background-image: linear-gradient(#b86290 49%, #2ca4c6);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
  position: static;
}

.lottie-animation {
  width: 500px;
  text-align: center;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0;
  display: block;
  position: static;
}

.heading {
  color: #fff;
  text-align: center;
  text-indent: 0;
  column-count: auto;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Abrilfatface, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 55px;
}

.link-block-3 {
  z-index: 2;
  width: 80px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 0;
  padding-top: 20px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.link-block-3:hover {
  transform: translate(0, 10px);
}

.heading-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Abrilfatface, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.paragraph {
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
  column-count: auto;
  word-break: normal;
  border-top: 2px #fff;
  padding: 20px 40px;
  font-family: Abrilfatface, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.div-block {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-span {
  color: #fff;
  font-size: 2.4rem;
}

.lottie-animation-5 {
  width: 80px;
}

.augendiv {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.abschluss {
  background-color: #46627b;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.container-abschluss {
  max-width: 1080px;
  background-color: #46627b;
  padding: 100px 0;
}

.heading-3 {
  color: #fff;
  text-align: center;
  font-family: Abrilfatface, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 55px;
}

.section-4 {
  text-align: left;
  display: block;
}

.container-7 {
  text-align: center;
  padding-top: 100px;
}

.button-2 {
  color: #4d5b6a;
  background-color: #fff;
  font-family: PT Sans, sans-serif;
  transition: all .2s;
}

.button-2:hover {
  text-decoration: underline;
}

.button-2.fett {
  color: #eb7eaf;
  font-weight: 700;
}

.columns {
  padding-right: 0;
}

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

.image {
  margin-top: 0;
  padding: 20px;
}

.image-2, .image-3, .image-4 {
  padding: 20px;
}

.image-4:hover {
  transform: scale(1);
}

.mai {
  background-color: #46627b;
}

.juni {
  background-color: #c46e00;
}

.juli {
  background-color: #328bda;
}

.august {
  background-color: #c46c51;
}

.september {
  background-color: #902e5a;
}

.oktober {
  background-color: #50a050;
}

.november {
  background-color: #7b4647;
}

.dezember {
  background-color: #32a2c7;
}

.text-span-2 {
  color: #cc0;
  font-size: 32px;
}

.prompt {
  color: #fff;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Droid Sans, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

@media screen and (max-width: 991px) {
  .header {
    padding-bottom: 0;
  }

  .container.header {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .heading {
    font-size: 38px;
    line-height: 44px;
  }

  .text-span-2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .displayonly_wrapper {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .displayonly_component {
    padding: 0;
  }

  .modal-close_btn {
    font-size: 1.8rem;
  }

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

  .link-block-3.w--current {
    margin-bottom: 20px;
  }

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

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

  .text-span-2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 479px) {
  .modal-wrapper {
    display: none;
  }

  .button.modal-open_btn:focus {
    border: 2px solid #ff9500;
  }

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

  .container.header {
    justify-content: flex-start;
    padding: 0 20px 10px;
  }

  .lottie-animation {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading {
    font-size: 24px;
    line-height: 28px;
  }

  .link-block-3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .link-block-3.w--current {
    margin-bottom: 20px;
  }

  .paragraph {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2rem;
    line-height: 1.2;
  }

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

  .text-span-2 {
    font-size: 18px;
  }
}

#w-node-c911d013-aaf0-1d27-5771-d1fefac03af5-baa3f3e3 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-cc4d9924-7829-6a22-b4f9-543df579f6d8-baa3f3e3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cc4d9924-7829-6a22-b4f9-543df579f6e4-baa3f3e3 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8cecd75d-3d8e-ec5e-fd76-0ed14d598f0c-baa3f3e3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8cecd75d-3d8e-ec5e-fd76-0ed14d598f18-baa3f3e3 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_28633c8e-cb6b-dc7e-feae-d725ef4bed49-baa3f3e3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_28633c8e-cb6b-dc7e-feae-d725ef4bed81-baa3f3e3, #w-node-d41fb29d-e24e-0df9-b5f0-20d348d4d3f1-baa3f3e3 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d41fb29d-e24e-0df9-b5f0-20d348d4d3f7-baa3f3e3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d41fb29d-e24e-0df9-b5f0-20d348d4d407-baa3f3e3 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d41fb29d-e24e-0df9-b5f0-20d348d4d40d-baa3f3e3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d41fb29d-e24e-0df9-b5f0-20d348d4d41d-baa3f3e3 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d41fb29d-e24e-0df9-b5f0-20d348d4d423-baa3f3e3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d41fb29d-e24e-0df9-b5f0-20d348d4d433-baa3f3e3, #w-node-_64b1912a-b8c0-a38e-8497-b2bd9304a76c-baa3f3e3, #w-node-_64b1912a-b8c0-a38e-8497-b2bd9304a782-baa3f3e3 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_64b1912a-b8c0-a38e-8497-b2bd9304a788-baa3f3e3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_64b1912a-b8c0-a38e-8497-b2bd9304a798-baa3f3e3 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_64b1912a-b8c0-a38e-8497-b2bd9304a79e-baa3f3e3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_64b1912a-b8c0-a38e-8497-b2bd9304a7ae-baa3f3e3 {
  grid-area: 2 / 1 / 3 / 2;
}


@font-face {
  font-family: 'Abrilfatface';
  src: url('../fonts/AbrilFatface-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tarot';
  src: url('../fonts/Tarot.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}