.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: #f4f4f4;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

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

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  color: #fff;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.webseite-wrapper {
  position: relative;
  overflow: hidden;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: hsla(0, 0%, 100%, 0);
}

.hero-section {
  height: 800px;
}

.hero-content-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  margin-top: 46px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1ebca;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.hero-content-block.right {
  z-index: 10;
  width: 60%;
  padding-left: 0px;
  background-color: #ff4c4c;
}

.hero-text-wrapper {
  position: relative;
  z-index: 0;
  width: 80%;
  margin-top: 0px;
  padding-right: 0px;
}

.hero-title {
  margin-top: -18px;
  margin-bottom: 0px;
  float: none;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #8b7550;
  font-size: 16px;
  font-weight: 700;
}

.navbar-2 {
  right: 30px;
  padding-right: 30px;
  background-color: #f2f8ab;
}

.container {
  margin-right: 0px;
  margin-left: 0px;
}

.navbar-assisi {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  height: auto;
  margin-top: 35px;
  padding-right: 0px;
  background-color: transparent;
}

.heading {
  position: relative;
  left: 0%;
  margin-top: 92px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
  background-image: linear-gradient(85deg, #006dff, #f6cf1d);
  font-family: Sarina, sans-serif;
  color: #51acf1;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
  text-indent: 0px;
  text-transform: none;
  white-space: normal;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

.paragraph {
  margin-top: 15px;
  margin-bottom: 0px;
  padding: 0px 0px 0px 10px;
  border-style: none none none solid;
  border-width: 1px 1px 1px 5px;
  border-color: #000 #000 #000 #f6cf1d;
  background-color: rgba(255, 255, 255, 0);
  outline-color: #d1b550;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 2px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #3c2500;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.paragraph.hellblau {
  border-style: none none none solid;
  border-width: 1px 1px 1px 5px;
  border-color: #000 #000 #000 #51acf1;
}

.paragraph.dunkelblau {
  border-left-color: #0045a2;
}

.image-links-block-wrapper {
  position: absolute;
  left: -30px;
  bottom: -60px;
}

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

.hero-content-right {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100%;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/5b22ad1757151e7acf2b7b58_pexels-photo-630833-p-130x130q80.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-page {
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 40% 60%;
  grid-template-columns: 40% 60%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #f1ebca;
}

.div-block-right {
  border: 0px none #000;
  background-image: url('../images/Schild_Eingang.jpg');
  background-position: 20% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-right.philosophie {
  background-image: url('../images/Eingang_kl.jpg');
}

.div-block-right.struktur {
  background-image: url('../images/Sitzplatz.jpg');
  background-position: 50% 50%;
}

.div-block-right.kontakt {
  background-image: url('../images/Hof2.jpg');
  background-position: 50% 50%;
}

.div-block-right.verein {
  background-image: url('../images/Eingang2.jpg');
  background-position: 40% 50%;
}

.div-block-right.leitbild {
  background-image: url('../images/Front_3.jpg');
  background-position: 60% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mainmenu {
  margin-left: 15px;
  padding: 8px 10px 4px;
  border-style: none;
  border-width: 2px;
  border-color: #fff;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0);
  outline-color: hsla(0, 0%, 100%, 0.7);
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  -webkit-transition: opacity 750ms cubic-bezier(.075, .82, .165, 1);
  transition: opacity 750ms cubic-bezier(.075, .82, .165, 1);
  font-family: 'Bebas Neue', sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 20px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
}

.mainmenu:hover {
  border-style: none;
  border-width: 0px;
  outline-color: #fff;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: rgba(255, 255, 255, 0.8);
}

.mainmenu:focus {
  outline-color: hsla(0, 0%, 100%, 0.7);
  outline-offset: 0px;
  outline-style: none;
  outline-width: 2px;
}

.mainmenu.w--current {
  border-style: none;
  outline-color: hsla(0, 0%, 100%, 0.7);
  outline-offset: 0px;
  outline-style: none;
  outline-width: 2px;
  color: #fff;
}

.mainmenu.home {
  border-width: 0px;
}

.nav-link-2 {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

.hero-logo-wrapper {
  width: 80%;
}

.hero-logo-wrapper:hover {
  background-color: rgba(0, 0, 0, 0.02);
  opacity: 1;
  mix-blend-mode: hard-light;
}

.logo:hover {
  opacity: 0.66;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.trennstrich-plus {
  width: 380px;
  height: 30px;
  margin-top: 45px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(24%, #fcfcc9), color-stop(33%, #f7f65c), color-stop(58%, #eaf679), color-stop(71%, #d9f59e), color-stop(86%, #c8f5c4), to(#adf4ff));
  background-image: linear-gradient(180deg, #fff, #fcfcc9 24%, #f7f65c 33%, #eaf679 58%, #d9f59e 71%, #c8f5c4 86%, #adf4ff);
}

.paragraph-2 {
  margin-top: 17px;
  margin-bottom: 0px;
  padding: 0px 10px 0px 0px;
  border-right: 5px solid #f6cf1d;
  border-left: 3px none #f6cf1d;
  background-color: #fff;
}

.trennstrich-gelb {
  position: relative;
  left: 12%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  width: 150px;
  height: 3px;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 0px;
  background-color: #f6cf1d;
}

.trennstrich-gelb.hellblau {
  left: 12%;
  background-color: #51acf1;
}

.absatz-1-philo {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px;
  border: 1px none #000;
  border-radius: 0px;
  background-color: transparent;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: rgba(0, 89, 156, 0.94);
  font-size: 15px;
  font-weight: 400;
}

.abstatz-2-struktur {
  margin-top: 0px;
  padding: 0px;
  background-color: transparent;
  font-size: 15px;
}

.container-2 {
  background-color: transparent;
}

.body {
  background-color: transparent;
}

.opacity {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  background-color: #51acf1;
}

.pt-square {
  width: 40px;
  height: 40px;
  background-color: #f6cf1d;
}

.overlay-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
}

.overlay-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  background-color: rgba(247, 207, 29, 0.18);
}

.overlay-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: rgba(247, 207, 29, 0.36);
}

.overlay-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: rgba(81, 172, 241, 0.45);
}

.overlay-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: rgba(23, 120, 194, 0.56);
}

.overlay-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: rgba(0, 89, 156, 0.94);
}

.assisihaus {
  margin-top: -23px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.absatz-1-home {
  margin-top: 8px;
  color: rgba(0, 89, 156, 0.94);
  font-size: 15px;
  font-weight: 400;
}

.absatz-2-home {
  font-size: 15px;
}

.absatz-3-home {
  font-size: 15px;
}

.absatz-1-struktur {
  margin-top: 8px;
  color: rgba(0, 89, 156, 0.94);
  font-size: 15px;
}

.absatz-3-struktur {
  font-size: 15px;
}

.nav-home {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: auto;
  margin-top: 35px;
  margin-left: 0px;
  background-color: transparent;
}

.button1 {
  margin-left: 15px;
  padding: 8px 10px;
  outline-color: hsla(0, 0%, 100%, 0.7);
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(.175, .885, .32, 1.275);
  transition: -webkit-transform 500ms cubic-bezier(.175, .885, .32, 1.275);
  transition: transform 500ms cubic-bezier(.175, .885, .32, 1.275);
  transition: transform 500ms cubic-bezier(.175, .885, .32, 1.275), -webkit-transform 500ms cubic-bezier(.175, .885, .32, 1.275);
  font-family: 'Bebas Neue', sans-serif;
  color: #fff;
  font-size: 23px;
}

.button1:hover {
  opacity: 1;
  outline-color: hsla(0, 0%, 100%, 0.7);
  outline-offset: 0px;
  outline-style: none;
  outline-width: 2px;
}

.button1.w--current {
  outline-color: hsla(0, 0%, 100%, 0.7);
  outline-offset: 0px;
  outline-style: none;
  outline-width: 2px;
  color: #f1ebca;
}

.absatz-1-kontakt {
  margin-top: 8px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: rgba(0, 89, 156, 0.94);
  font-size: 15px;
}

.absatz-2-kontakt {
  font-size: 15px;
}

.absatz-1-verein {
  margin-top: 8px;
  color: rgba(0, 89, 156, 0.94);
  font-size: 15px;
}

.absatz-3-verein {
  font-size: 15px;
}

.absatz-2-verein {
  font-size: 15px;
}

.absatz-1-leitbild {
  margin-top: 8px;
  color: rgba(0, 89, 156, 0.94);
  font-size: 15px;
}

.absatz-2-leitbild {
  font-size: 15px;
}

.absatz-3-leitbild {
  font-size: 15px;
}

.absatz-4-home {
  font-size: 15px;
}

.container-3 {
  margin-left: 65px;
}

.link {
  -webkit-transition: color 500ms cubic-bezier(.075, .82, .165, 1);
  transition: color 500ms cubic-bezier(.075, .82, .165, 1);
  color: #8b7550;
  text-decoration: underline;
}

.link:hover {
  color: #c4a227;
}

.paragraph-3 {
  font-size: 15px;
}

.menu-button {
  background-color: #51acf1;
}

@media screen and (min-width: 1280px) {
  .navbar-assisi {
    margin-left: 0px;
  }

  .heading {
    font-size: 30px;
  }

  .heading.leitbild {
    font-size: 30px;
  }

  .abstatz-2-struktur {
    font-size: 16px;
    line-height: 22px;
  }

  .absatz-1-home {
    margin-top: 19px;
    font-size: 16px;
    line-height: 22px;
  }

  .absatz-2-home {
    font-size: 16px;
    line-height: 22px;
  }

  .absatz-3-home {
    font-size: 18px;
    line-height: 22px;
  }

  .absatz-1-struktur {
    margin-top: 19px;
    font-size: 16px;
    line-height: 22px;
  }

  .absatz-3-struktur {
    font-size: 16px;
    line-height: 22px;
  }

  .nav-home {
    margin-left: 0px;
  }

  .button1 {
    font-size: 28px;
  }

  .absatz-1-kontakt {
    margin-top: 19px;
    font-size: 16px;
    line-height: 22px;
  }

  .absatz-2-kontakt {
    font-size: 16px;
    line-height: 22px;
  }

  .absatz-1-verein {
    margin-top: 19px;
    font-size: 16px;
    line-height: 22px;
  }

  .absatz-3-verein {
    font-size: 16px;
    line-height: 22px;
  }

  .absatz-2-verein {
    font-size: 16px;
    line-height: 22px;
  }

  .absatz-1-leitbild {
    margin-top: 19px;
    font-size: 16px;
    line-height: 22px;
  }

  .absatz-2-leitbild {
    font-size: 16px;
    line-height: 22px;
  }

  .absatz-3-leitbild {
    font-size: 16px;
    line-height: 22px;
  }

  .absatz-4-home {
    font-size: 16px;
    line-height: 22px;
  }

  .container-3 {
    margin-left: 170px;
  }

  .paragraph-3 {
    font-size: 16px;
    line-height: 22px;
  }

  .container-4 {
    margin-left: 170px;
  }
}

@media screen and (min-width: 1440px) {
  .navbar-assisi {
    margin-top: 20px;
    margin-left: 185px;
  }

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

  .heading.leitbild {
    font-size: 28px;
  }

  .hero-logo-wrapper.w--current {
    margin-top: 13px;
  }

  .abstatz-2-struktur {
    margin-top: 14px;
    font-size: 18px;
    line-height: 22px;
  }

  .container-2 {
    margin-left: 170px;
  }

  .absatz-1-home {
    margin-top: 15px;
    font-size: 18px;
    line-height: 22px;
  }

  .absatz-2-home {
    margin-top: 14px;
    font-size: 18px;
  }

  .absatz-1-struktur {
    margin-top: 15px;
    font-size: 18px;
    line-height: 22px;
  }

  .absatz-3-struktur {
    margin-top: 14px;
    font-size: 18px;
    line-height: 22px;
  }

  .nav-home {
    top: 3%;
    margin-top: 20px;
    margin-left: 185px;
  }

  .button1 {
    font-size: 32px;
  }

  .absatz-1-kontakt {
    margin-top: 15px;
    font-size: 18px;
    line-height: 22px;
  }

  .absatz-2-kontakt {
    margin-top: 14px;
    font-size: 18px;
    line-height: 22px;
  }

  .absatz-1-verein {
    margin-top: 15px;
    font-size: 18px;
    line-height: 22px;
  }

  .absatz-3-verein {
    margin-top: 14px;
    font-size: 18px;
    line-height: 22px;
  }

  .absatz-2-verein {
    margin-top: 14px;
    font-size: 18px;
    line-height: 22px;
  }

  .absatz-1-leitbild {
    margin-top: 15px;
    font-size: 18px;
    line-height: 22px;
  }

  .absatz-2-leitbild {
    font-size: 18px;
    line-height: 22px;
  }

  .absatz-3-leitbild {
    margin-top: 14px;
    font-size: 18px;
    line-height: 22px;
  }

  .absatz-4-home {
    margin-top: 14px;
    font-size: 18px;
  }

  .container-3 {
    margin-top: 0px;
    margin-right: 165px;
    margin-left: 170px;
  }

  .paragraph-3 {
    margin-top: 14px;
    font-size: 18px;
    line-height: 22px;
  }

  .container-5 {
    margin-left: 170px;
  }

  .container-6 {
    margin-left: 170px;
  }
}

@media screen and (min-width: 1920px) {
  .heading {
    font-size: 45px;
    line-height: 40px;
  }

  .heading.leitbild {
    font-size: 45px;
  }

  .abstatz-2-struktur {
    margin-top: 17px;
    font-size: 25px;
    line-height: 30px;
  }

  .absatz-1-home {
    margin-top: 21px;
    font-size: 25px;
    line-height: 30px;
  }

  .absatz-2-home {
    margin-top: 17px;
    font-size: 25px;
    line-height: 30px;
  }

  .absatz-1-struktur {
    margin-top: 21px;
    font-size: 25px;
    line-height: 30px;
  }

  .absatz-3-struktur {
    margin-top: 17px;
    font-size: 25px;
    line-height: 30px;
  }

  .nav-home {
    margin-top: 21px;
    margin-left: 617px;
  }

  .button1 {
    font-size: 40px;
  }

  .absatz-1-kontakt {
    margin-top: 21px;
    font-size: 25px;
    line-height: 30px;
  }

  .absatz-2-kontakt {
    margin-top: 17px;
    font-size: 25px;
    line-height: 30px;
  }

  .absatz-1-verein {
    margin-top: 21px;
    font-size: 25px;
    line-height: 30px;
  }

  .absatz-3-verein {
    font-size: 25px;
    line-height: 30px;
  }

  .absatz-2-verein {
    font-size: 25px;
    line-height: 30px;
  }

  .absatz-1-leitbild {
    margin-top: 21px;
    font-size: 25px;
    line-height: 30px;
  }

  .absatz-2-leitbild {
    margin-top: 17px;
    font-size: 25px;
    line-height: 30px;
  }

  .absatz-3-leitbild {
    margin-top: 17px;
    font-size: 25px;
    line-height: 30px;
  }

  .absatz-4-home {
    margin-top: 17px;
    font-size: 25px;
    line-height: 30px;
  }

  .container-3 {
    margin-left: 0px;
  }

  .paragraph-3 {
    margin-top: 17px;
    font-size: 25px;
    line-height: 30px;
  }
}

@media screen and (max-width: 991px) {
  .hero-content-block {
    height: auto;
  }

  .heading {
    margin-top: 74px;
    font-size: 35px;
  }

  .heading.leitbild {
    font-size: 35px;
  }

  .grid-page {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 100vw;
    grid-template-columns: 100vw;
    -ms-grid-rows: 40%;
    grid-template-rows: 40%;
  }

  .abstatz-2-struktur {
    font-size: 20px;
    line-height: 24px;
  }

  .absatz-1-home {
    margin-top: 18px;
    font-size: 20px;
    line-height: 24px;
  }

  .absatz-2-home {
    font-size: 20px;
    line-height: 24px;
  }

  .absatz-3-home {
    font-size: 13px;
  }

  .absatz-1-struktur {
    margin-top: 18px;
    font-size: 20px;
    line-height: 24px;
  }

  .absatz-3-struktur {
    font-size: 20px;
    line-height: 24px;
  }

  .nav-home {
    margin-top: 0px;
    background-color: transparent;
  }

  .button1 {
    background-color: #51acf1;
    color: #fff;
  }

  .absatz-1-kontakt {
    margin-top: 18px;
    font-size: 20px;
    line-height: 24px;
  }

  .absatz-2-kontakt {
    font-size: 20px;
    line-height: 24px;
  }

  .absatz-1-verein {
    margin-top: 18px;
    font-size: 20px;
    line-height: 24px;
  }

  .absatz-3-verein {
    font-size: 20px;
    line-height: 24px;
  }

  .absatz-2-verein {
    font-size: 20px;
    line-height: 24px;
  }

  .absatz-1-leitbild {
    margin-top: 18px;
    font-size: 20px;
    line-height: 24px;
  }

  .absatz-2-leitbild {
    font-size: 20px;
    line-height: 24px;
  }

  .absatz-3-leitbild {
    font-size: 20px;
    line-height: 24px;
  }

  .absatz-4-home {
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-3 {
    font-size: 20px;
    line-height: 24px;
  }

  .menu-button {
    height: auto;
    margin-top: 5px;
    padding: 6px;
    float: right;
    background-color: #51acf1;
  }

  .menu-button.w--open {
    z-index: 0;
    height: 30vh;
    padding: 7px;
    float: right;
    background-color: #51acf1;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .hamburger {
    overflow: visible;
    margin-top: 0px;
    background-color: #51acf1;
    color: #fff;
    font-size: 40px;
    line-height: 30px;
  }

  .section {
    width: auto;
  }

  .nav-menu {
    margin-top: 23px;
    background-color: hsla(0, 0%, 78.4%, 0);
  }

  .menu-button-2 {
    margin-top: 5px;
    padding: 6px;
  }

  .menu-button-3 {
    margin-top: 5px;
    padding: 6px;
  }

  .menu-button-4 {
    margin-top: 5px;
    padding: 6px;
  }

  .menu-button-5 {
    margin-top: 5px;
    padding: 6px;
  }

  .nav-menu-2 {
    margin-top: 23px;
  }

  .nav-menu-3 {
    margin-top: 23px;
  }

  .nav-menu-4 {
    margin-top: 23px;
    background-color: hsla(0, 0%, 78.4%, 0);
  }

  .nav-menu-5 {
    margin-top: 23px;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .hero-overlay {
    padding: 40px 20px;
  }

  .hero-content-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading {
    margin-top: 34px;
    font-size: 22px;
  }

  .heading.leitbild {
    font-size: 22px;
  }

  .grid-page {
    -ms-grid-columns: 100vw;
    grid-template-columns: 100vw;
    -ms-grid-rows: 55%;
    grid-template-rows: 55%;
  }

  .div-block-right.verein {
    background-attachment: scroll;
  }

  .abstatz-2-struktur {
    font-size: 14px;
    line-height: 20px;
  }

  .absatz-1-home {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
  }

  .absatz-2-home {
    font-size: 14px;
    line-height: 20px;
  }

  .absatz-1-struktur {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
  }

  .absatz-3-struktur {
    font-size: 14px;
    line-height: 20px;
  }

  .absatz-1-kontakt {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
  }

  .absatz-2-kontakt {
    font-size: 14px;
    line-height: 20px;
  }

  .absatz-1-verein {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
  }

  .absatz-3-verein {
    font-size: 14px;
    line-height: 20px;
  }

  .absatz-2-verein {
    font-size: 14px;
    line-height: 20px;
  }

  .absatz-1-leitbild {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
  }

  .absatz-2-leitbild {
    font-size: 14px;
    line-height: 20px;
  }

  .absatz-3-leitbild {
    font-size: 14px;
    line-height: 20px;
  }

  .absatz-4-home {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-3 {
    font-size: 14px;
    line-height: 20px;
  }

  .menu-button {
    margin-top: 0px;
    float: right;
  }

  .hamburger {
    background-color: #51acf1;
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .centered-container {
    text-align: left;
  }

  .heading {
    margin-top: 10px;
  }

  .grid-page {
    grid-row-gap: 0px;
    -ms-grid-columns: 100vw;
    grid-template-columns: 100vw;
    -ms-grid-rows: 60%;
    grid-template-rows: 60%;
  }

  .absatz-1-home {
    font-size: 14px;
  }

  .nav-home {
    margin-top: 0px;
  }

  .absatz-4-home {
    font-size: 13px;
  }

  .ham {
    margin-top: 0px;
  }

  .menu-button {
    margin-top: 5px;
    margin-right: 0px;
    padding: 6px;
    background-color: #51acf1;
    color: #750d0d;
  }

  .hamburger {
    background-color: transparent;
    color: #fff;
  }

  .nav-menu {
    margin-top: 23px;
  }
}

#w-node-ec3157e2-0fe0-e67b-6c71-763d6cea213f-00c0fe5e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8ed9f3b0-3fd7-293c-5242-4c371ef72dbb-00c0fe5e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_198eaaf1-64ac-7879-481b-65c727fb44fc-00c0fe5e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ec3157e2-0fe0-e67b-6c71-763d6cea213f-ebde23c1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8ed9f3b0-3fd7-293c-5242-4c371ef72dbb-ebde23c1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_198eaaf1-64ac-7879-481b-65c727fb44fc-ebde23c1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ec3157e2-0fe0-e67b-6c71-763d6cea213f-c94f58e2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8ed9f3b0-3fd7-293c-5242-4c371ef72dbb-c94f58e2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_198eaaf1-64ac-7879-481b-65c727fb44fc-c94f58e2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ec3157e2-0fe0-e67b-6c71-763d6cea213f-a74eaa13 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8ed9f3b0-3fd7-293c-5242-4c371ef72dbb-a74eaa13 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_198eaaf1-64ac-7879-481b-65c727fb44fc-a74eaa13 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ec3157e2-0fe0-e67b-6c71-763d6cea213f-be8bb15e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8ed9f3b0-3fd7-293c-5242-4c371ef72dbb-be8bb15e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_198eaaf1-64ac-7879-481b-65c727fb44fc-be8bb15e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_8ed9f3b0-3fd7-293c-5242-4c371ef72dbb-be8bb15e {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_8ed9f3b0-3fd7-293c-5242-4c371ef72dbb-00c0fe5e {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_8ed9f3b0-3fd7-293c-5242-4c371ef72dbb-a74eaa13 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_8ed9f3b0-3fd7-293c-5242-4c371ef72dbb-be8bb15e {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

