@font-face {
  font-family: Perfectly amicable;
  src: url('../fonts/perfectly-amicable.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Eau sans book;
  src: url('../fonts/eau_sans_book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Eau sans;
  src: url('../fonts/eau_sans_bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

:root {
  --white: white;
  --black: black;
  --papaya-whip: #fff4de;
  --honeydew: #d4ecdc;
  --alice-blue: #e1ebf5;
  --misty-rose: #fcdfd7;
  --lavender: #eee5f6;
  --dark-sea-green: #9ebfa9;
  --salmon: #ff6969;
  --aquamarine: #a8edcc;
  --light-cyan: #d9eee7;
}

h1 {
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 64px;
  font-weight: 400;
  line-height: 90%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 90%;
}

p {
  margin-bottom: 10px;
  font-family: Eau sans book, sans-serif;
  line-height: 150%;
}

a {
  color: #000;
  font-size: 18px;
  text-decoration: underline;
}

.body {
  letter-spacing: .4px;
  background-color: #a8edcc;
  margin-top: 150px;
  font-family: Perfectly amicable, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}

.footer {
  background-color: #a8edcc;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: flex;
  position: relative;
}

.content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.content.angebotus {
  font-family: Perfectly amicable, sans-serif;
}

.navbar-mobil {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: 110px;
  display: none;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100% !important;
  box-sizing: border-box;
  height: 150px;
}

.navbar_menu_link {
  color: #000;
  padding-right: 50px;
  font-family: Perfectly amicable, sans-serif;
  font-size: 24px;
  line-height: 100%;
  text-decoration: none;
}

.navbar_menu_link:hover, .navbar_menu_link.w--current {
  text-decoration: underline;
}

.navbar_menu_link.last {
  padding-right: 0;
}

.navbar_info {
  margin-bottom: 20px;
}

.navbar-right {
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  margin-left: auto;
}

.info-text {
  text-align: right;
  font-family: Eau sans book, sans-serif;
  line-height: 100%;
}

.welcome {
  text-align: center;
  background-color: #a8edcc;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: flex;
}

.welcome.success {
  height: 70vh;
}

.welcome-wrapper {
  width: 600px;
}

.welcome-wrapper.success {
  width: 800px;
}

.brandtext {
  font-size: 36px;
  line-height: 80%;
  display: none;
}

.welcome_text {
  font-size: 36px;
  font-weight: 400;
  line-height: 100%;
}

.welcome_text.success {
  margin-bottom: 40px;
}

.welcome_text.inhaber {
  margin-bottom: 50px;
}

.kurse {
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.kurse-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.row {
  width: 100%;
  margin-top: 0;
  display: flex;
}

._2er-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.angebote_textblock {
  text-align: center;
  max-width: 480px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.link {
  color: #000;
  font-family: Perfectly amicable, sans-serif;
  font-size: 24px;
}

.link.link_footer {
  margin-right: 50px;
  padding: 8px;
  text-decoration: none;
}

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

.link.link_footer_last {
  padding: 8px;
  text-decoration: none;
}

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

.link.mehr {
  font-size: 24px;
  position: absolute;
  inset: 20px 0 0;
}

._50 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

._50.bg {
  background-image: url('../images/_T6A4731.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
}

._50.bg._2 {
  background-image: url('../images/_T6A4738.jpg');
}

._9 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
}

._9.kontakt {
  border-right: 3px solid #000;
}

._3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.wochenplan {
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.wochenplan-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.div-block-2 {
  margin-bottom: 35px;
}

.anmeldelink {
  color: #000;
  font-family: Perfectly amicable, sans-serif;
  font-size: 21px;
}

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

.wochenuebersicht_spalte.last {
  text-align: right;
}

.wochenuebersicht_kopfzeile {
  text-align: left;
  border-bottom: 3px solid #000;
  padding-bottom: 10px;
  font-size: 36px;
  line-height: 90%;
}

.wochenuebersicht_spalte--last {
  text-align: right;
  padding-left: 0;
  padding-right: 0;
}

.wue_wochentag {
  max-width: 920px;
  margin: 51px auto 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.wochentag-liste {
  font-family: Eau sans book, sans-serif;
}

.wu_wochentag {
  color: #9ebfa9;
  letter-spacing: 0;
  margin-top: 70px;
  margin-bottom: 50px;
  font-size: 64px;
  line-height: 90%;
}

.wochentag-item {
  justify-content: space-between;
  align-items: center;
}

.kurs-reihe {
  text-align: left;
  border-bottom: 3px solid #000;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.wochentag-liste--dienstag, .wochentag-liste--montag {
  font-family: Eau sans book, sans-serif;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-nav {
  text-align: left;
  bottom: 15px;
  left: 15px;
}

.slider {
  width: 100%;
  height: 100%;
  position: relative;
}

.news {
  background-color: #d9eee7;
}

.collection-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.collection-list {
  justify-content: center;
  align-items: center;
}

.news_inner {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 12%;
  padding-right: 12%;
  display: flex;
  overflow: hidden;
}

.news_heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 3.5vw;
  font-weight: 400;
  line-height: 90%;
}

.news_achtung {
  color: #ff6969;
  padding-bottom: 20px;
  font-size: 24px;
}

.news_beschreibung {
  margin-bottom: 10px;
  font-family: Eau sans book, sans-serif;
  line-height: 150%;
}

.div-block-4 {
  margin: 100px auto;
  display: block;
}

.seitentitel {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 96px;
  font-weight: 400;
  line-height: 80%;
}

.seitentitel.start {
  margin-bottom: 20px;
}

.seitentitel.angebote, .seitentitel.ds {
  margin-bottom: 0;
}

.h1 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 64px;
  font-weight: 400;
  line-height: 90%;
}

.h1.wochentag {
  color: #9ebfa9;
  margin-top: 70px;
  margin-bottom: 50px;
}

.h2 {
  letter-spacing: 0;
  font-size: 36px;
  line-height: 90%;
}

.section {
  width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph {
  letter-spacing: 0;
  margin-top: 30px;
  margin-bottom: 35px;
  font-family: Eau sans book, sans-serif;
  line-height: 150%;
}

.paragraph.covid {
  text-align: left;
}

.wrapper-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-left: 20%;
  padding-right: 20%;
  display: flex;
}

.teaser-bildlinks {
  text-align: center;
  background-color: #a8edcc;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.teaser-bildrechts {
  text-align: center;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.row-bildrechts {
  width: 100%;
  height: 100%;
  display: flex;
}

.row-bildlinks {
  width: 100%;
  display: flex;
}

._2cta {
  text-align: center;
  background-color: #d9eee7;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.row-2cta {
  width: 100%;
}

.footer-brand {
  font-size: 24px;
}

.fb {
  max-width: 25px;
  max-height: 25px;
  display: block;
}

.div-block-6 {
  width: 3px;
  height: 100%;
}

.border {
  background-color: #000;
  width: 3px;
  height: 280px;
  position: absolute;
  left: 50%;
}

.angebot {
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.angebot-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.angebot-ueberschrift {
  margin-bottom: 35px;
}

.angebotsuebersicht {
  max-width: 1080px;
  margin: 50px auto 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.div-block-7 {
  border-bottom: 3px solid #000;
  position: relative;
}

.angebot-name {
  z-index: 2;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Eau sans book, sans-serif;
  position: relative;
}

.border-top {
  background-color: #000;
  height: 3px;
}

.kontakt-content {
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.kontakt-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.content-kontakt_sidebar {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.content-kontakt {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.subtext {
  font-size: 36px;
  line-height: 90%;
}

.image-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.kontakt-sidebar {
  text-align: left;
}

.textdiv {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.ueberuns {
  text-align: center;
  background-color: #d9eee7;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.ueberuns-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: baseline;
  width: 100%;
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
}

.ueberuns-wrapper.team {
  margin-bottom: 80px;
}

.ueberuns-ueberschrift {
  margin-bottom: 35px;
}

.ueberuns2 {
  text-align: center;
  background-color: #fff;
  flex-flow: column;
  place-content: stretch center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.team-ma_position {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 90%;
}

.team-ma-vorname, .team-ma-nachname {
  font-size: 64px;
  line-height: 90%;
}

.team-ma-detail {
  background-color: #fff4de;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 90%;
  padding: 20px;
  display: flex;
}

.collection-list-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.collection-ma {
  background-image: url('images/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 375px;
  height: 500px;
  margin: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.collection-ma-list {
  flex-flow: wrap;
  place-content: flex-start;
  align-items: center;
  display: flex;
}

.ma-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.strich {
  background-color: #000;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 50%;
}

.logo {
  max-width: 184px;
  max-height: 100px;
}

.header-schatten {
  z-index: 9998;
  width: 100%;
  height: 80px;
  padding-bottom: 0;
  position: absolute;
  box-shadow: 0 1px 12px #0000001a;
}

.header {
  z-index: 9999;
  background-color: #a8edcc;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.header-inner {
  z-index: 9999;
  background-color: #a8edcc;
  padding-left: 60px;
  padding-right: 60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.text {
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.text.anmeldung {
  background-color: #a8edcc;
  padding-top: 0;
}

.text-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.text-ueberschrift {
  text-align: left;
  max-width: 1080px;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
}

.text-field {
  color: #000;
  background-color: #a8edcc;
  border: 3px solid #000;
  border-radius: 0;
  height: 65px;
  margin-bottom: 30px;
  padding: 0 20px;
  font-family: Eau sans book, sans-serif;
  font-size: 24px;
}

.text-field::placeholder {
  color: #000;
  font-size: 24px;
}

.text-field.dropdown {
  border-style: solid;
  border-width: 3px;
  border-right-color: #000;
  border-radius: 0;
}

.text-field.area {
  padding-top: 10px;
  padding-bottom: 10px;
}

.submit-button {
  color: #000;
  background-color: #a8edcc;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  text-decoration: underline;
  display: block;
}

.recaptcha {
  margin-bottom: 0;
  display: block;
}

.div-block-8 {
  border: 12px solid #0000;
  border-top-color: #000;
  position: absolute;
  top: 25px;
  right: 20px;
}

.div-block-9 {
  position: relative;
}

.text-block-3 {
  font-family: Eau sans book, sans-serif;
}

.error-message {
  background-color: #fcdfd7;
}

.wrapper-captcha {
  margin-bottom: 20px;
}

.paragraph-3 {
  color: #000;
  margin-top: 30px;
  margin-bottom: 35px;
}

.empty-state {
  background-color: #0000;
}

.gallerie {
  text-align: center;
  background-color: #d9eee7;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.gallerie-reihe {
  width: 100%;
  height: 100%;
}

.column {
  padding: 10px 0 10px 10px;
}

.column-2 {
  padding: 10px;
}

.column-3 {
  flex-direction: column;
  padding: 10px 10px 0 0;
  display: flex;
}

.gallerie_bild_1 {
  background-image: url('../images/_T6A4729.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 70vh;
}

.gallerie_bild_2 {
  background-image: url('../images/_T6A4731.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 70vh;
}

.gallerie_bild_3 {
  background-image: url('../images/IMG_8353.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 35vh;
}

.gallerie_bild_4 {
  background-image: url('../images/IMG_8355.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 34vh;
  margin-top: 10px;
}

.rich-text-block {
  margin-bottom: 50px;
}

.rich-text-block.angebotus {
  font-family: Perfectly amicable, sans-serif;
}

.link-block {
  display: none;
}

.link-block.angebote {
  z-index: 3;
  display: block;
  position: absolute;
  inset: 0;
}

.div-block-10 {
  background-color: #d9eee7;
  position: absolute;
  inset: 0;
}

.hover-green {
  z-index: 1;
  background-color: #d9eee7;
  display: none;
  position: absolute;
  inset: 0;
}

.fb-link {
  text-decoration: none;
}

.checkbox-field {
  margin-bottom: 20px;
}

.checkbox-label {
  padding-top: 5px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .brand.mobil {
    padding-left: 0;
  }

  .navbar_menu_link {
    padding-right: 20px;
  }

  .info-text {
    font-size: 14px;
  }

  .welcome, .welcome.success {
    height: auto;
    padding: 80px 60px;
  }

  .brandtext {
    display: block;
  }

  .row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  ._50.bg {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  ._50.bg._2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  ._9.kontakt {
    border-width: 0;
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
  }

  ._3 {
    border-width: 0;
    border-right-style: solid;
    border-right-color: #fff;
  }

  .slide-nav {
    display: block;
  }

  .slider {
    background-color: #d9eee7;
  }

  .news_inner {
    padding-top: 12%;
    padding-bottom: 12%;
  }

  .news_heading {
    font-size: 52px;
  }

  .row-bildrechts, .row-bildlinks {
    flex-direction: column;
  }

  .row-2cta {
    flex-direction: column;
    display: flex;
  }

  .border {
    display: none;
  }

  .content-kontakt_sidebar {
    padding-left: 60px;
    padding-right: 60px;
  }

  .content-kontakt {
    margin-bottom: 30px;
  }

  .ueberuns-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .ueberuns-wrapper.story {
    text-align: left;
  }

  .collection-ma-list {
    justify-content: center;
  }

  .strich {
    display: none;
  }

  .logo {
    display: block;
  }

  .gallerie_bild_1, .gallerie_bild_2 {
    height: 40vh;
  }

  .gallerie_bild_3 {
    height: 20vh;
  }

  .gallerie_bild_4 {
    height: 19vh;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 30px;
    padding-right: 30px;
  }

  .brand {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
  }

  .brand.mobil {
    z-index: 1200;
    display: block;
    top: 16px;
    left: 30px;
  }

  .navbar-mobil {
    z-index: 1000;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    height: 0;
    display: flex;
    position: absolute;
    inset: 0;
  }

  .navbar {
    height: 80px;
  }

  .navbar-right {
    display: none;
  }

  .welcome {
    height: auto;
    padding: 80px 30px;
  }

  .welcome.success, .welcome-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .brandtext {
    font-size: 32px;
    display: none;
  }

  .welcome_text {
    font-size: 24px;
  }

  .angebote_textblock {
    padding-left: 30px;
    padding-right: 30px;
  }

  .wochenuebersicht_spalte.last, .wochenuebersicht_spalte--last, .wu_wochentag {
    text-align: left;
  }

  .kurs-reihe {
    flex-direction: column;
    align-items: center;
  }

  .wu_textfeld {
    padding-bottom: 10px;
  }

  .wu_kopfzeile_text {
    display: none;
  }

  .news_inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .seitentitel {
    font-size: 64px;
  }

  .wrapper-9 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-brand, .fb {
    margin-left: 8px;
  }

  .content-kontakt_sidebar, .content-kontakt, .ueberuns-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .logo {
    display: block;
  }

  .nav-menu {
    z-index: 900;
    background-color: #eee5f6;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
    padding: 140px 30px 40px;
    display: flex;
    position: absolute;
  }

  .menu-button {
    z-index: 1200;
    width: 50px;
    height: 50px;
    padding: 0;
    position: absolute;
    top: 16px;
    right: 30px;
  }

  .menu-button.w--open {
    background-color: #0000;
    top: 20px;
    right: 20px;
  }

  .navlink_mobil {
    margin-bottom: 20px;
    font-size: 64px;
  }

  .navlink_mobil.w--current {
    color: #000;
    text-decoration: underline;
  }

  .hamb_oben {
    background-color: #000;
    width: 30px;
    height: 3px;
    position: absolute;
    top: 20px;
    right: 10px;
  }

  .hamb_unten {
    background-color: #000;
    width: 30px;
    height: 3px;
    position: absolute;
    top: 27px;
    right: 10px;
  }

  .header {
    height: 80px;
  }

  .header-inner {
    padding-left: 60px;
    padding-right: 60px;
  }

  .text-ueberschrift {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-menu {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 30px;
    display: flex;
  }

  .fb-wrapper, .menu-main {
    margin-bottom: 30px;
  }

  .navlink_mobil_sml {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .navlink_mobil_sml.w--current {
    color: #000;
    text-decoration: underline;
  }

  .navlink_mobil_sml.last {
    margin-bottom: 0;
  }

  .menu-main_sml {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .sml-wrap {
    margin-top: 30px;
  }

  .column {
    padding-right: 10px;
  }

  .column-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-3 {
    padding-left: 10px;
  }

  .gallerie_bild_3, .gallerie_bild_4 {
    height: 40vh;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    justify-content: space-between;
  }

  .welcome-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .welcome_text {
    font-size: 21px;
  }

  .angebote_textblock {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .wu_wochentag {
    margin-bottom: 10px;
  }

  .news_heading, .seitentitel, .h1 {
    font-size: 46px;
  }

  .fb.sml {
    max-width: 40px;
    max-height: 40px;
  }

  .collection-ma {
    width: 300px;
    height: 400px;
  }

  .nav-menu {
    justify-content: center;
    margin-left: -10px;
    padding-top: 100px;
  }

  .menu-button.w--open {
    top: 16px;
    right: 30px;
  }

  .navlink_mobil {
    padding: 10px;
    font-size: 48px;
  }

  .menu-main {
    text-align: left;
  }

  .navlink_mobil_sml {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: auto;
    padding: 10px;
    font-size: 24px;
    display: block;
  }

  .navlink_mobil_sml.last {
    margin-bottom: 0;
  }

  .menu-main_sml {
    text-align: left;
  }

  .wrapper-captcha {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}


@font-face {
  font-family: 'Perfectly amicable';
  src: url('../fonts/perfectly-amicable.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Eau sans book';
  src: url('../fonts/eau_sans_book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Eau sans';
  src: url('../fonts/eau_sans_bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}