:root {
  --main-pink: #a3366e;
  --white: white;
  --main-gelb: #f3de10;
  --white-smoke: whitesmoke;
  --medium-aquamarine: #7ec4bd;
  --bottega-green: #28b571;
}

.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 {
  background-color: var(--main-pink);
  color: #333;
  font-family: Vollkorn, serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cairo, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

h2 {
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0;
  font-family: Cairo, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-family: Cairo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

h4 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  text-align: justify;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Cairo, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

a {
  color: #000;
  text-decoration: none;
}

.button {
  background-color: var(--main-pink);
  box-shadow: 0 0 10px 0 var(--main-pink);
  color: var(--white);
  text-align: center;
  text-transform: none;
  border: 1px #47474f;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 150px;
  min-width: auto;
  height: 150px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 15px 30px;
  font-family: Cairo, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  display: flex;
  position: static;
}

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

.button.form {
  color: #7ec4bd;
  border-width: 1px 1px 2px;
  border-color: #7ec4bd;
  margin-top: 23px;
  margin-bottom: 24px;
  padding-left: 54px;
  padding-right: 54px;
}

.button.form:hover {
  background-color: #7ec4bd57;
}

.button.form-button {
  box-shadow: none;
  text-transform: none;
  justify-content: center;
  width: auto;
  height: auto;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.header {
  z-index: auto;
  background-image: linear-gradient(to bottom, var(--main-gelb) 50%, white 70%);
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  padding: 100px 10px;
  display: flex;
  position: relative;
}

.header.project-page {
  background-color: var(--white);
  background-image: linear-gradient(to bottom, var(--main-gelb) 24%, white 52%);
  height: 70vh;
  padding-top: 77px;
  padding-bottom: 77px;
  font-family: Cairo, sans-serif;
}

.navbar {
  background-color: var(--main-gelb);
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Cairo, sans-serif;
}

.nav-link {
  color: #000;
  text-transform: uppercase;
  border-bottom: 2px solid #0000;
  margin-top: 0;
  margin-left: 34px;
  padding: 5px;
  font-family: Cairo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: border-color .3s;
}

.nav-link:hover {
  border-bottom-color: var(--main-pink);
  font-weight: 700;
}

.nav-link.w--current {
  color: var(--main-pink);
}

.nav-link.w--current:hover {
  border-bottom-color: var(--main-pink);
  font-weight: 700;
}

.logo-title {
  float: left;
  color: #000;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.logo-title.footer {
  color: var(--white);
  text-align: left;
  align-items: flex-start;
  margin-top: 0;
  line-height: 60px;
  display: flex;
}

.logo-img {
  float: left;
  margin-right: 18px;
}

.main-heading {
  z-index: 0;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Cairo, sans-serif;
  font-size: 150px;
  font-weight: 700;
  line-height: 160px;
  transition: opacity .2s, opacity .2s;
  position: relative;
  overflow: visible;
}

.main-heading.infront {
  z-index: 2;
  text-align: center;
  font-size: 150px;
}

.divider {
  z-index: 2;
  color: #000;
  background-color: #000;
  width: 80px;
  height: 4px;
  margin: 28px auto;
  display: block;
  position: relative;
}

.divider.grey {
  background-color: #000;
  margin-bottom: 43px;
  display: block;
}

.main-subtitle {
  z-index: 2;
  color: #000;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Cairo, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  text-decoration: none;
  position: relative;
}

.main-subtitle.time {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 45px;
  font-weight: 600;
  position: relative;
}

.about-section {
  background-color: var(--white);
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.about-text {
  color: #47474f;
  margin-bottom: 40px;
  font-family: Cairo, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.x-icon {
  margin-top: -26px;
  margin-bottom: 34px;
}

.section {
  z-index: 0;
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Cairo, sans-serif;
  display: flex;
  position: relative;
}

.section.grey {
  background-color: var(--white);
  object-fit: fill;
  flex-direction: column;
  align-items: stretch;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.section.contact {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 120px;
  font-family: Vollkorn, serif;
  display: flex;
}

.section.footer {
  background-color: var(--main-pink);
  padding-bottom: 40px;
}

.section.team {
  background-color: #c7c29100;
  background-image: linear-gradient(#f3de10 29%, #fff 54%);
  padding-top: 120px;
  padding-bottom: 60px;
}

.section.faq {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.sponsors {
  border-top: 2px none var(--main-pink);
  border-bottom: 2px none var(--main-pink);
  padding-bottom: 100px;
}

.grey-icon-wrapper {
  background-color: #f5f5f5;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.project-wrapper {
  color: #333;
  text-decoration: none;
  transition: bottom .3s;
  display: block;
  position: relative;
  bottom: 0;
}

.project-wrapper:hover {
  bottom: 8px;
}

.team-image {
  object-fit: cover;
  border-radius: 100%;
  width: 200px;
  max-width: none;
  height: 200px;
  max-height: none;
  margin-bottom: 21px;
  margin-left: 20px;
  margin-right: 20px;
}

.role {
  margin-bottom: 16px;
  font-family: Cairo, sans-serif;
  font-size: 17px;
  font-style: normal;
}

.social-link {
  background-color: #0000;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin: 3px;
  padding: 0;
  display: flex;
}

.social-link:hover {
  height: 30px;
}

.social-buttons {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.team-title {
  text-align: center;
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 700;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
}

.quote-icon {
  margin-bottom: 37px;
}

.arrow {
  color: #e3e3e3;
  width: 40px;
  font-size: 30px;
  transition: color .3s;
}

.arrow:hover {
  color: #333;
}

.testimonial-slide {
  text-align: center;
  width: 50%;
  padding: 30px 34px 29px;
}

.testimonial-slide.left-border {
  border-left: 2px solid #0000000a;
}

.mask {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.team-row {
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.testimonial {
  margin-bottom: 22px;
  font-size: 26px;
  line-height: 33px;
}

.from {
  color: #ababab;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Cairo, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.icon-wrapper {
  height: 95px;
  margin-bottom: 10px;
  padding-top: 13px;
}

.icon-wrapper._2 {
  padding-top: 20px;
}

.footer-logo {
  opacity: 1;
  margin-bottom: 15px;
  padding-right: 0;
}

.contact-text {
  color: #212121;
  font-family: Cairo, sans-serif;
  font-size: 17px;
}

.link {
  color: #1c1c1c;
}

.social-wrapper {
  text-align: left;
  margin-bottom: 11px;
  margin-left: 33%;
  text-decoration: none;
  transition: opacity .3s;
  display: block;
}

.social-wrapper:hover {
  opacity: .43;
}

.footer-text {
  color: #fff;
  text-align: left;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  display: flex;
  position: relative;
}

.social-link-text {
  display: inline-block;
}

.social-icon {
  margin-top: -6px;
  margin-right: 9px;
}

.field {
  color: #7ec4bd;
  background-color: #fff3;
  border: 0 solid #000;
  height: 57px;
  margin-bottom: 0;
  padding-top: 17px;
  padding-bottom: 17px;
  font-family: Cairo, sans-serif;
  font-size: 18px;
  font-style: italic;
  box-shadow: inset 3px 0 #0000;
}

.field:focus {
  box-shadow: inset 3px 0 #7ec4bd;
}

.field.large {
  height: 127px;
}

.field.darker {
  background-color: #ffffff2e;
  font-family: Cairo, sans-serif;
  transition: box-shadow .3s;
}

.form-wrapper {
  padding-left: 20%;
  padding-right: 20%;
}

.success-message {
  color: #7ec4bd;
  background-color: #0000;
  border: 1px solid #7ec4bd;
  border-bottom-width: 2px;
  padding-top: 82px;
  padding-bottom: 82px;
}

.project-info {
  background-color: #fff;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.project-title {
  margin-bottom: 4px;
}

.nav-menu {
  flex: 0 auto;
  align-items: stretch;
  display: flex;
}

.member {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.grow-row {
  margin-bottom: 42px;
}

.screenshot {
  margin-bottom: 43px;
}

.face {
  border-radius: 100%;
  margin-bottom: 10px;
}

.heading, .paragraph, .project-subtitle {
  font-family: Cairo, sans-serif;
}

.body {
  background-color: var(--main-pink);
}

.div-block {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.div-block.contact-block {
  align-items: stretch;
}

.div-block._80 {
  width: 80%;
}

.div-block._70 {
  width: 70%;
}

.div-block._60 {
  width: 60%;
}

.div-block._60.padding-bottom {
  margin-bottom: 78px;
}

.div-block.impressum {
  border-bottom: 1px solid var(--main-pink);
}

.div-block.impressum-text {
  padding-top: 60px;
  padding-bottom: 60px;
}

.contact-column {
  background-color: var(--main-gelb);
  border-radius: 10px;
  align-items: center;
  padding: 40px;
  display: flex;
}

.contact-info {
  text-align: left;
  font-family: Cairo, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.contact-info.contact-items {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
}

.field-label {
  text-align: left;
  padding-left: 10px;
  font-family: Cairo, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.section-heading.align-left {
  text-align: left;
  font-size: 70px;
  line-height: 70px;
}

.form-2 {
  background-color: var(--main-gelb);
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  font-family: Cairo, sans-serif;
  display: flex;
}

.success-message-2 {
  background-color: #28b5718a;
  border-radius: 10px;
  font-family: Cairo, sans-serif;
}

.text-block {
  text-align: left;
  font-family: Cairo, sans-serif;
  font-size: 16px;
}

.text-block-2 {
  border-radius: 10px;
  font-family: Cairo, sans-serif;
  font-size: 16px;
}

.error-message {
  border-radius: 10px;
}

.text-field {
  border: 1px #000;
  border-radius: 10px;
}

.field-block {
  flex: 1;
  align-self: stretch;
  padding-top: 10px;
  padding-bottom: 10px;
}

.faq-block {
  flex-flow: column;
  align-self: stretch;
  align-items: stretch;
  width: auto;
  margin-bottom: 40px;
  display: flex;
}

.frage {
  text-align: left;
  text-transform: none;
  font-weight: 700;
}

.faq-title {
  cursor: pointer;
  background-color: #28b5714d;
  border-radius: 10px;
  flex: none;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  display: flex;
}

.faq-title:hover {
  background-color: #28b57166;
}

.faq-title.verkaufer {
  background-color: var(--main-gelb);
}

.image {
  filter: hue-rotate(122deg);
  width: 40px;
  transform: rotate(90deg);
}

.image._2 {
  filter: hue-rotate(355deg);
}

.antwort {
  text-align: left;
  width: 100%;
  padding: 20px;
  font-family: Cairo, sans-serif;
  font-size: 16px;
}

.button-block {
  z-index: 2;
  justify-content: space-around;
  align-self: stretch;
  align-items: center;
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.background-image {
  z-index: 1;
  opacity: 1;
  background-image: url('../images/Huttenfeld-Grafik.png');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: auto 80%;
  display: block;
  position: absolute;
  inset: 0%;
}

.hero-title {
  z-index: auto;
  flex: none;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.menu-block {
  justify-content: space-around;
  align-items: center;
  padding: 0 30px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  background-color: var(--main-gelb);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 400px;
  height: 50vh;
  margin: 0;
  padding: 0;
  font-family: Cairo, sans-serif;
  display: flex;
}

.utility-page-form {
  background-color: #0000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 32px 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.submit-button {
  background-color: var(--main-pink);
  border-radius: 20px;
  font-size: 16px;
}

.text-field-2 {
  flex: 0 auto;
  align-self: auto;
  width: 80%;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  line-height: 20px;
}

.field-label-2 {
  font-size: 16px;
  line-height: 30px;
}

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

.text-block-3._404 {
  padding-bottom: 30px;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-link {
  color: #91e6bd82;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

.column {
  flex-direction: column;
  justify-content: space-around;
  align-self: stretch;
  display: flex;
}

.column-2 {
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 0;
  display: flex;
}

.heading-2 {
  margin-bottom: 35px;
  font-size: 30px;
  font-weight: 700;
}

.heading-2.lowercase {
  text-transform: none;
}

.collection-list-wrapper {
  object-fit: fill;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.collection-list {
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch flex-start;
  align-self: center;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: visible;
}

.collection-item {
  flex: 0 auto;
  padding: 30px;
  display: flex;
}

.container-2 {
  flex-direction: column;
  align-self: center;
  align-items: center;
  display: flex;
}

.artikel-titel {
  color: #000;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 60px;
}

.artikel-datum {
  color: #000;
  text-align: right;
  border-bottom: 1px #000;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.artikel-colum {
  justify-content: center;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.rich-text-block {
  color: #000;
  text-align: left;
}

.artikel-link {
  width: 300px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 30px;
  text-decoration: none;
}

.artikel-link-block {
  cursor: pointer;
  flex-direction: column;
  flex: 1;
  align-self: auto;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.image-2 {
  object-fit: cover;
  border-radius: 10px;
  width: 300px;
  max-width: none;
  height: 300px;
  display: block;
  position: relative;
}

.container-3 {
  align-self: auto;
  padding-left: 0;
}

.section-2 {
  background-image: url('../images/SbXo5-nfahocwlxwxarsh2hvipx7n5.jpg');
  background-position: 50% 70%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 300px;
  padding-top: 0;
  padding-bottom: 0;
}

.link-2 {
  margin-top: 0;
  display: block;
}

.image-3 {
  object-fit: contain;
  display: inline-block;
  position: static;
  inset: 0%;
}

.container-4 {
  flex-direction: column;
  flex: 1;
  align-self: center;
  display: flex;
}

.image-4 {
  filter: invert();
  object-fit: contain;
}

.zwischentext {
  margin-top: 40px;
}

.zwischentext.lowercase {
  text-transform: none;
}

.grid {
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  align-self: stretch;
}

.grid.footer {
  grid-template-columns: 1.5fr 1fr 1fr;
  align-items: start;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 5px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.footer-header {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cairo, sans-serif;
  font-size: 24px;
}

.footer-link {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

.designsache {
  flex-direction: column;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.link-block {
  background-color: #0000;
  border-top: 2px solid #fff;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.image-5 {
  filter: invert();
  cursor: pointer;
  height: 35px;
  margin-top: 10px;
}

.ds-text {
  color: #fff;
}

.image-6 {
  object-fit: contain;
  border-radius: 10px;
}

.date-text {
  font-size: 20px;
  font-weight: 500;
}

.date-text.punkt {
  padding-right: 5px;
}

.date {
  display: flex;
}

.form-block {
  display: none;
}

.aktuelles-1 {
  order: 1;
  padding-left: 20px;
  padding-right: 20px;
}

.aktuelles-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.aktuelles-artikel {
  border-bottom: 3px solid var(--main-pink);
  text-align: left;
  margin-bottom: 60px;
  padding: 40px 10px;
}

.aktuelles-artikel.flipped {
  display: flex;
}

.image-7 {
  border-radius: 10px;
  display: inline-block;
  position: static;
  inset: auto 0% 0% auto;
}

.artikel-header {
  direction: ltr;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 40px;
}

.artikel-header-block {
  border-bottom: 1px none var(--main-gelb);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 10px 10px;
  display: flex;
}

.artikel-text {
  padding: 20px 10px;
}

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

.artikel-feature-block {
  flex-direction: column;
  padding: 20px;
  display: flex;
}

.artikel-feature-image {
  border-radius: 10px;
}

.link-3 {
  font-weight: 700;
  text-decoration: none;
}

.welcometext {
  font-size: 60px;
  font-weight: 600;
}

.section-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
  overflow: scroll;
}

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

.columns {
  border: 1px #000;
  justify-content: flex-start;
  align-items: center;
  margin: 40px 10px 31px;
  padding-bottom: 0;
  padding-right: 0;
  display: none;
}

.image-8 {
  display: inline-block;
}

.image-9 {
  text-align: left;
  object-fit: fill;
  border: 1px #000;
  display: inline-block;
  overflow: visible;
}

.sponsoren {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: grid;
}

.icon {
  width: 40px;
  margin-top: 10px;
  margin-bottom: 35px;
  margin-left: 10px;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.poster {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--main-gelb), white 60%);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  padding: 120px;
  display: block;
  position: relative;
}

.image-10 {
  border-radius: 10px;
  width: 50%;
}

.small-text {
  color: var(--white);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 24px;
}

.einedesignsache {
  opacity: 1;
  background-color: #fff;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.ds-link {
  justify-content: center;
  align-items: center;
  height: 30px;
  display: flex;
  position: static;
  inset: auto 0% 3%;
}

.image-12 {
  filter: invert();
  height: 15px;
  display: inline-block;
}

.design-sache {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  p {
    text-align: justify;
  }

  .nav-link {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link:hover {
    border-bottom-color: #0000;
  }

  .logo-title {
    width: 100%;
  }

  .main-heading {
    font-size: 12vw;
    line-height: 44px;
  }

  .main-heading.infront {
    font-size: 11vw;
  }

  .project-wrapper:hover {
    transform: translate(0);
  }

  .social-wrapper {
    margin-left: 30%;
  }

  .menu-button {
    margin-top: 7px;
    padding: 10px;
    font-size: 32px;
  }

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

  .nav-menu {
    background-color: #f5f5f5;
  }

  .div-block._60 {
    width: 80%;
  }

  .frage {
    line-height: 26px;
  }

  .background-image {
    background-size: auto 70%;
    overflow: visible;
  }

  .hero-title {
    object-fit: fill;
  }

  .heading-2.lowercase {
    font-size: 24px;
  }

  .aktuelles-1 {
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .aktuelles-2 {
    flex: 0 auto;
    order: 1;
    align-self: auto;
  }

  .aktuelles-artikel {
    flex-direction: column;
    align-self: auto;
    align-items: stretch;
    display: flex;
  }

  .aktuelles-artikel.flipped {
    flex-direction: column;
  }

  .image-7 {
    object-fit: cover;
  }

  .artikel-header {
    font-size: 36px;
  }

  .welcometext {
    font-size: 40px;
  }

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

  .icon {
    width: 30px;
  }

  .div-block-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-10 {
    width: 80%;
  }

  .small-text {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  p {
    text-align: justify;
  }

  .header {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
  }

  .logo-title {
    white-space: normal;
    margin-top: 6px;
    font-size: 200%;
  }

  .logo-title.footer {
    line-height: 40px;
  }

  .logo-img {
    width: 50px;
  }

  .main-heading.infront {
    font-size: 11vw;
  }

  .about-section {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .x-icon {
    margin-bottom: 21px;
  }

  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .grey-icon-wrapper {
    margin-bottom: 16px;
    padding: 34px 56px;
    display: inline-block;
  }

  .grey-icon-wrapper.push-top {
    margin-top: 30px;
  }

  .testimonial-slide {
    width: 100%;
  }

  .testimonial-slide.left-border {
    border-left-width: 0;
  }

  .icon-wrapper {
    height: 85px;
  }

  .icon-wrapper._2 {
    margin-top: 37px;
  }

  .social-wrapper {
    text-align: center;
    margin-left: 0%;
  }

  .form-wrapper {
    padding-left: 10%;
    padding-right: 10%;
  }

  .menu-button {
    margin-top: 0;
  }

  .member {
    padding-bottom: 47px;
  }

  .grow-row {
    margin-bottom: 0;
  }

  .screenshot {
    width: 90%;
  }

  .div-block {
    justify-content: flex-start;
  }

  .div-block._60 {
    width: 90%;
  }

  .contact-column {
    flex-direction: column;
  }

  .contact-info {
    text-align: center;
    font-size: 16px;
  }

  .section-heading.align-left {
    font-size: 50px;
  }

  .menu-block {
    justify-content: space-between;
  }

  .column {
    text-align: center;
    align-items: center;
  }

  .column-2 {
    padding-top: 40px;
    padding-left: 0;
  }

  .heading-2 {
    font-size: 24px;
  }

  .heading-2.lowercase, .zwischentext {
    font-size: 20px;
  }

  .aktuelles-1 {
    padding-bottom: 40px;
  }

  .aktuelles-artikel {
    flex-direction: column;
  }

  .welcometext {
    font-size: 30px;
  }

  .image-10 {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  p {
    text-align: justify;
  }

  .button {
    text-align: center;
    width: 100px;
    height: 100px;
    font-size: 18px;
    line-height: 24px;
  }

  .header {
    height: 80vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar {
    justify-content: space-between;
    display: flex;
  }

  .logo-title {
    font-size: 5.5vw;
  }

  .logo-title.footer {
    font-size: 10vw;
    line-height: 15vw;
  }

  .main-heading {
    font-size: 14vw;
    line-height: 38px;
  }

  .main-heading.infront {
    font-size: 16vw;
    line-height: 14vw;
  }

  .divider.grey {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .section {
    padding-top: 0;
  }

  .section.contact {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .section.team {
    padding-top: 40px;
  }

  .section.faq {
    padding: 40px 0;
  }

  .grey-icon-wrapper {
    display: block;
  }

  .team-row {
    flex-direction: column;
  }

  .form-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block {
    justify-content: flex-start;
    padding-top: 30px;
  }

  .div-block._70 {
    width: 90%;
  }

  .contact-column {
    padding: 37px 12px;
  }

  .contact-info {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .section-heading.align-left {
    text-align: center;
    line-height: 50px;
  }

  .frage {
    font-size: 20px;
  }

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

  .background-image {
    background-position: 50%;
    background-size: auto 50%;
  }

  .menu-block {
    flex: 1;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .heading-2.lowercase {
    text-align: center;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .section-2 {
    height: 200px;
  }

  .link-2 {
    font-size: 16px;
  }

  .zwischentext {
    margin-top: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .zwischentext.white {
    color: var(--white-smoke);
  }

  .grid.footer {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.5fr;
    justify-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-block, .aktuelles-2, .aktuelles-artikel, .artikel-header-block, .artikel-text {
    padding-left: 0;
    padding-right: 0;
  }

  .sponsoren {
    grid-column-gap: 15vw;
    grid-row-gap: 15vw;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .sponsor-logo {
    cursor: pointer;
  }

  .div-block-3 {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .poster {
    padding: 40px 30px 60px;
  }

  .image-10 {
    width: 100%;
  }

  .image-11 {
    object-fit: cover;
    height: 33%;
  }

  .streifen {
    padding-left: 40px;
    padding-right: 40px;
  }

  .small-text {
    color: #fff;
    text-transform: none;
    line-height: 24px;
  }

  .ds-link {
    position: static;
    inset: auto 0% 2%;
  }
}

#w-node-_0e0cf58f-1399-fb5b-6099-7961a5b76bc3-15f04043, #w-node-f8538be1-d169-944c-e5a1-e5b68e3f11ff-15f04043, #w-node-_3755cc60-3fba-06fe-d697-15173a048be6-15f04043, #w-node-ba3e3828-dae7-e73f-2373-803b36a274a0-15f04043, #w-node-d5c12e15-fac0-ede4-b37a-e6bea9268bb1-15f04043, #w-node-_96f9ac59-9127-a9d9-c481-f7e51945adb4-15f04043, #w-node-d6420994-7e25-cef4-8890-457252765ded-52765dea, #w-node-d6420994-7e25-cef4-8890-457252765df2-52765dea, #w-node-d6420994-7e25-cef4-8890-457252765dff-52765dea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-d6420994-7e25-cef4-8890-457252765ded-52765dea {
    justify-self: stretch;
  }
}


