@font-face {
  font-family: Amaticsc;
  src: url('../fonts/AmaticSC-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Barlow;
  src: url('../fonts/Barlow-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Barlow;
  src: url('../fonts/Barlow-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Barlow;
  src: url('../fonts/Barlow-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Barlow;
  src: url('../fonts/Barlow-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-slate-grey: #404a3d;
  --khaki: #eedc5e;
  --sea-green: #5a8c51;
  --white: white;
  --silver: #c5c9c4;
  --linen: #f5efe9;
  --grey: #878986;
}

body {
  color: #878986;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
}

a {
  text-decoration: underline;
}

.navigation {
  padding-left: 5%;
  padding-right: 5%;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.nav-logo-container {
  padding-bottom: 0;
  padding-right: 20px;
}

.nav-link-container {
  flex: 0 auto;
  align-items: center;
  padding-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.nav-logo.impressum {
  text-align: center;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav-link {
  color: var(--dark-slate-grey);
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-wrapper {
  padding-right: 35px;
}

.bottom-line {
  background-color: var(--khaki);
  border-radius: 5px;
  height: 3px;
}

.nav-button {
  background-color: var(--khaki);
  color: var(--dark-slate-grey);
  border-radius: 5px;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 400;
  transition: background-color .3s;
}

.nav-button:hover {
  background-color: #e5d45b;
}

.body {
  transition: background-color .3s cubic-bezier(.47, 0, .745, .715);
}

.slider-container {
  width: 100%;
}

.slider {
  height: 65vh;
  min-height: 600px;
  max-height: 750px;
}

.slide {
  background-image: linear-gradient(#404a3d4d, #404a3d4d);
  padding-left: 120px;
  padding-right: 120px;
}

.slide._2 {
  background-image: linear-gradient(#404a3d4d, #404a3d4d), url('../images/hoewelberend-weizen-bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide._1 {
  background-image: linear-gradient(#404a3d66, #404a3d66), url('../images/hoewelberend_gefluegelzucht-aus-leidenschaft.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-left: 120px;
  padding-right: 120px;
}

.slide._3 {
  background-image: linear-gradient(#404a3d4d, #404a3d4d), url('../images/gefluegelhof-hoewelberend-fuhrpark.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.slider-text-wrapper {
  align-items: center;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 0;
  display: flex;
}

.h3 {
  color: var(--sea-green);
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

.h3.wei {
  color: var(--white);
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

.h3.hellgrau {
  color: var(--silver);
}

.h3.left {
  text-align: left;
}

.h1 {
  color: var(--white);
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Amaticsc, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 90px;
}

.button {
  background-color: var(--khaki);
  color: var(--dark-slate-grey);
  border-radius: 5px;
  margin-top: 10px;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 400;
}

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

.button.mapmargin {
  margin-top: 0;
  margin-bottom: 10px;
}

.button.right {
  text-align: right;
  display: inline;
  position: static;
}

.h3-slider-container {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.image {
  flex: 0 auto;
  width: 270px;
  max-width: none;
  display: block;
}

.image._3 {
  width: 350px;
}

.sektion {
  padding: 120px 5%;
}

.sektion.grau {
  background-color: var(--linen);
  color: var(--dark-slate-grey);
  padding-top: 100px;
  padding-bottom: 100px;
}

.sektion.grau.logo {
  padding-top: 20px;
  padding-bottom: 5px;
}

.sektion.minus-margin {
  background-image: linear-gradient(#404a3df7, #404a3df7), url('../images/hoewelberend-weizen-bg.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  margin-top: -250px;
  padding-top: 250px;
  position: static;
}

.container {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1100px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.container.footer {
  flex-direction: row;
  margin-bottom: 0;
  padding: 40px 0%;
}

.container.padding {
  padding-top: 20px;
}

.container.impressum {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.overlap-image-container {
  width: 40%;
  margin-bottom: 59px;
  margin-right: 60px;
  position: relative;
}

.text-container {
  align-self: auto;
  width: 44%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.text-container.margin {
  width: 50%;
  margin-top: 25px;
}

.overlap-bottom-image {
  border-radius: 10px;
  max-width: 350px;
  position: absolute;
  inset: auto -50px -50px auto;
  box-shadow: 1px 1px 10px 1px #00000080;
}

.overlap-bottom-image.logo {
  box-shadow: none;
  object-fit: contain;
  max-width: 180px;
}

.h2 {
  color: var(--dark-slate-grey);
  margin-top: 0;
  font-family: Amaticsc, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 60px;
}

.h2.wei {
  color: var(--white);
  line-height: 1em;
}

.seperator {
  width: 70px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.text {
  color: var(--dark-slate-grey);
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  display: block;
}

.text.hellgrau {
  color: var(--linen);
  margin-bottom: 15px;
  font-size: 16px;
}

.text.hellgrau.nomargin {
  color: var(--grey);
  text-decoration: none;
}

.text.hellgrau.nomargin.last {
  color: var(--grey);
}

.text.center {
  text-align: center;
  line-height: 24px;
}

.text.kontakt {
  color: var(--dark-slate-grey);
  align-self: center;
  margin-bottom: 15px;
}

.text.form {
  background-color: var(--linen);
  color: var(--grey);
  border: 1px #000;
  border-radius: 5px;
  padding: 30px;
  font-size: 16px;
}

.text.form.freitext {
  background-color: var(--linen);
  color: var(--grey);
  min-height: 150px;
}

.text.nomargin {
  color: var(--grey);
  align-self: center;
  margin-bottom: 0;
  line-height: 1em;
}

.text.nomargin.message {
  text-align: center;
  font-size: 18px;
}

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

.text.impfung {
  cursor: none;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 25px;
  display: flex;
}

.overlap-top-image {
  border-radius: 10px;
}

.heading-container {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-container.left-aligned {
  align-items: flex-start;
  padding-right: 20px;
}

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

.carousel-slider-mask {
  border-radius: 10px;
  width: 30%;
  overflow: visible;
}

.carousel-slider {
  background-color: #0000;
  width: 100%;
  max-width: 1100px;
  height: 430px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.carousel-slide {
  cursor: pointer;
  margin-left: 0;
  margin-right: 16%;
}

.carousel-card {
  background-image: url('../images/hoewelberend_gefluegelzucht-aus-leidenschaft.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: all .3s cubic-bezier(.47, 0, .745, .715);
  display: flex;
  position: relative;
}

.carousel-card._1 {
  background-image: url('../images/hoewelberend_legereif.jpg');
}

.carousel-card.h-hne {
  background-image: url('../images/hoewelberend_Hahn.jpg');
}

.carousel-card.enten {
  background-image: url('../images/hoewelberend_ente.jpg');
  background-position: 100%;
}

.carousel-card.masth-hnchen {
  background-image: url('../images/hoewelberend_mast.jpg');
}

.carousel-card.puten {
  background-image: url('../images/hoewelberend_puten.jpg');
  background-position: 0 100%;
}

.carousel-card.gans {
  background-image: url('../images/hoewelberend-ueberuns.jpg');
  background-position: 100%;
}

.carousel-card.wachteln {
  background-image: url('../images/hoewelberend_wachtel.jpg');
}

.carousel-card.perlhuhn {
  background-image: url('../images/hoewelberend_perlhuhner.jpg');
}

.carousel-card.stockente {
  background-image: url('../images/hoewelberend_stockenten.jpg');
  background-position: 0 100%;
}

.carousel-card.laufente {
  background-image: url('../images/hoewelberend_laufenten.jpg');
  background-position: 0%;
}

.carousel-heading {
  color: var(--white);
  order: 0;
  font-family: Amaticsc, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 45px;
}

.carousel-text {
  color: var(--white);
  font-weight: 400;
  line-height: 26px;
}

.left-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  padding-left: 10px;
  display: flex;
  inset: 0% auto 0% 0%;
}

.icon {
  border: 15px solid var(--khaki);
  background-color: var(--khaki);
  border-radius: 50px;
  width: 50px;
  max-width: none;
  height: 50px;
  display: block;
  box-shadow: 1px 1px 10px 1px #0000001a;
}

.right-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 10px;
  display: flex;
  inset: 0% 0% 0% auto;
}

.slide-nav {
  display: none;
  overflow: visible;
}

.carousel-card-overlay {
  z-index: 0;
  background-image: linear-gradient(#0003, #000c);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.carousel-content {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px 30px;
  display: flex;
  position: relative;
}

._4-grid {
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  display: grid;
}

.feature-box {
  border: 1px solid var(--white);
  background-color: var(--dark-slate-grey);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 30px;
  display: flex;
}

.feature-icon {
  color: var(--khaki);
  width: 55px;
}

.feature-text {
  color: var(--white);
  margin-top: 10px;
  font-family: Amaticsc, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
}

.feature-text.ber-uns {
  color: var(--dark-slate-grey);
  margin-top: 0;
  margin-left: 10px;
  font-size: 24px;
}

.textlink {
  text-decoration: underline;
}

.ber-uns-feature-container {
  justify-content: flex-start;
  margin-top: 30px;
  display: flex;
}

.ber-uns-feature {
  margin-right: 30px;
  display: flex;
}

.ber-uns-feature.last {
  margin-right: 0;
  display: none;
}

.ber-uns-feature-icon {
  color: var(--sea-green);
  width: 55px;
}

.kontakt-info-container {
  padding-right: 30px;
}

.kontakt-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(335px, .25fr) 2fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.form-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer {
  background-color: var(--white);
  padding-left: 5%;
  padding-right: 5%;
}

.link {
  text-decoration: none;
}

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

.success-message {
  background-color: var(--linen);
  border-radius: 5px;
  margin-top: 20px;
  padding: 20px;
}

.map-sektion {
  width: 100%;
  margin-top: -60px;
}

.karte-wrapper {
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  min-height: 450px;
  max-height: none;
  display: block;
  position: relative;
}

.html-embed-2 {
  text-align: center;
  flex: 0 auto;
  align-self: stretch;
  display: block;
}

.karte-link-container {
  cursor: pointer;
  flex-flow: column;
  place-content: center space-between;
  align-items: center;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--linen);
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 700px;
  margin: 30px auto;
  padding: 30px 60px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.mobil-nav-menu-container, .mobile-navbar {
  display: none;
}

.impfungen-grid {
  grid-column-gap: 0px;
  grid-row-gap: 6px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: center;
  display: grid;
  overflow: scroll;
}

.impfung {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.button-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 35px;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.impressum {
  margin-bottom: 60px;
}

.logo-container {
  align-items: center;
  display: block;
}

.x-line {
  background-color: var(--khaki);
  width: 30px;
  height: 3px;
}

.x-line.top {
  margin-bottom: 10px;
  transform: translate(0, 6.7px)rotate(45deg);
}

.x-line.bottom {
  transform: translate(0, -6.7px)rotate(-45deg);
}

.error-message {
  background-color: var(--linen);
  text-align: left;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.success-message-2 {
  background-color: var(--linen);
  border: 3px #b51f29;
  margin-top: 10px;
}

.heading-4 {
  color: #000;
  text-align: left;
}

.heading-4.center {
  text-align: center;
  font-family: Barlow, sans-serif;
}

.form-block {
  color: #535353;
  font-weight: 400;
}

.hidden {
  display: none;
}

@media screen and (max-width: 991px) {
  .navigation {
    padding-left: 5vw;
    padding-right: 5vw;
    display: block;
    overflow: visible;
  }

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

  .nav-link-container {
    margin-top: 10px;
  }

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

  .nav-link-wrapper {
    padding-right: 20px;
  }

  .nav-button {
    font-size: 16px;
  }

  .slider {
    height: 45vh;
  }

  .slide {
    padding-left: 75px;
    padding-right: 91px;
  }

  .slide._1 {
    padding-left: 75px;
    padding-right: 75px;
  }

  .slider-text-wrapper {
    padding: 60px 5vw;
  }

  .h3.wei {
    margin-bottom: 0;
    font-size: 16px;
  }

  .h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 80px;
    line-height: 70px;
  }

  .button {
    padding: 15px 25px;
    font-size: 16px;
  }

  .image {
    width: 210px;
  }

  .image._3 {
    width: 300px;
  }

  .sektion {
    padding: 75px 5vw;
  }

  .sektion.grau {
    position: static;
  }

  .sektion.minus-margin {
    padding-top: 250px;
    position: static;
  }

  .container {
    align-items: flex-start;
    position: relative;
  }

  .container.padding {
    flex-direction: column;
    align-items: stretch;
    padding-top: 10px;
  }

  .overlap-image-container {
    margin-right: 60px;
  }

  .text-container {
    width: 60%;
  }

  .text-container.margin {
    width: 55%;
    margin-top: 0;
  }

  .overlap-bottom-image {
    max-width: 100%;
    bottom: -90px;
    right: -20px;
  }

  .overlap-bottom-image.logo {
    max-width: 180px;
  }

  .h2 {
    font-size: 60px;
    line-height: 1em;
  }

  .h2.wei {
    font-size: 60px;
  }

  .text.center {
    text-align: center;
    width: 90%;
  }

  .heading-container {
    flex: 0 auto;
  }

  .heading-container.left-aligned {
    flex-direction: column;
    width: 40%;
    max-width: 290px;
  }

  .carousel-slider-mask {
    width: 46%;
  }

  .carousel-slider {
    z-index: 99;
    height: 410px;
    position: relative;
  }

  .carousel-slide {
    margin-right: 16%;
  }

  .right-arrow {
    padding-right: 10px;
  }

  .carousel-content {
    z-index: 99;
  }

  ._4-grid {
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .ber-uns-feature-container {
    flex-direction: column;
  }

  .ber-uns-feature {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .ber-uns-feature.last {
    margin-bottom: 0;
  }

  .kontakt-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .footer {
    padding-left: 10%;
    padding-right: 10%;
  }

  .map-sektion {
    margin-top: -35px;
  }

  .karte-wrapper {
    flex-direction: column;
    align-items: stretch;
    max-height: 450px;
    display: flex;
  }

  .html-embed-2 {
    flex: 0 auto;
    align-self: stretch;
  }

  .karte-link-container {
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 14px;
  }

  .popup {
    justify-content: center;
    align-items: center;
    margin: auto;
    padding-left: 60px;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .x-line {
    height: 2px;
  }
}

@media screen and (max-width: 767px) {
  .navigation {
    display: none;
    overflow: visible;
  }

  .nav-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-logo-container {
    padding-right: 0;
  }

  .nav-logo-container.w--current {
    z-index: 1000;
    position: relative;
  }

  .nav-logo {
    width: 130px;
  }

  .nav-logo.impressum {
    width: 300px;
  }

  .nav-link.mobil {
    color: var(--dark-slate-grey);
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 40px;
  }

  .nav-link.mobil.sub {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .slider {
    height: 35vh;
    min-height: 400px;
    max-height: 550px;
  }

  .slide {
    padding-left: 55px;
    padding-right: 55px;
  }

  .slide._1 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .slider-text-wrapper {
    justify-content: center;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .slider-text-container {
    flex-direction: column;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .h3 {
    text-align: center;
    align-self: center;
  }

  .h3.wei {
    align-self: center;
    margin-bottom: 0;
  }

  .h3.hellgrau {
    text-align: center;
    align-self: center;
  }

  .h1 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 60px;
    line-height: 50px;
  }

  .h3-slider-container {
    align-items: flex-start;
  }

  .image {
    width: 210px;
  }

  .image._3 {
    width: 270px;
  }

  .sektion {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sektion.minus-margin {
    margin-top: -260px;
    padding-top: 260px;
  }

  .container {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
  }

  .container.footer {
    flex-direction: column;
  }

  .overlap-image-container {
    flex-direction: column;
    order: 1;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
    display: flex;
  }

  .text-container {
    flex-direction: column;
    align-self: center;
    width: 100%;
    display: flex;
  }

  .text-container.margin {
    width: 100%;
  }

  .overlap-bottom-image {
    align-self: flex-end;
    max-width: 70%;
    margin-top: -120px;
    position: static;
    inset: auto 0% -11% auto;
  }

  .overlap-bottom-image.logo {
    width: 30vw;
    max-width: none;
  }

  .h2 {
    text-align: center;
  }

  .h2.wei, .seperator {
    align-self: center;
  }

  .text.hellgrau.nomargin {
    padding-bottom: 10px;
  }

  .text.hellgrau.nomargin.last {
    padding-bottom: 0;
  }

  .text.center {
    width: 90%;
  }

  .text.form {
    margin-bottom: 10px;
    padding: 25px;
  }

  .text.nomargin.message {
    font-size: 16px;
  }

  .overlap-top-image {
    order: 0;
    align-self: flex-start;
    max-width: 70%;
  }

  .heading-container {
    width: 100%;
  }

  .heading-container.left-aligned {
    align-self: center;
    align-items: center;
    width: auto;
    max-width: none;
  }

  .carousel-slider-mask {
    width: 100%;
  }

  ._4-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    width: auto;
  }

  .feature-box {
    padding: 15px 20px;
  }

  .feature-text {
    font-size: 26px;
  }

  .icon-2, .icon-3 {
    font-size: 40px;
  }

  .form-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
  }

  .map-sektion {
    margin-top: -25px;
  }

  .karte-wrapper {
    width: 100%;
    max-height: 450px;
  }

  .popup {
    margin: auto 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .menu-line {
    background-color: var(--khaki);
    width: 30px;
    height: 2px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-line.bottom {
    width: 15px;
    height: 2.2px;
    margin-bottom: 0;
  }

  .menu-line.top {
    width: 25px;
  }

  .mobil-nav-menu-container {
    z-index: 999;
    background-color: var(--linen);
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    padding: 80px 10% 20px;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .mobil-nav-link-container {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .mobil-nav-link-container.impressum {
    flex-direction: row;
    flex: 0 auto;
    justify-content: space-around;
    width: 100%;
    margin-bottom: 20px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .mobil-navigation {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mobile-navbar {
    background-color: #fff;
    padding-left: 10%;
    padding-right: 10%;
    display: block;
  }

  .menu-button-2 {
    z-index: 1000;
    margin-top: 15px;
    padding: 10px;
    overflow: hidden;
  }

  .menu-button-2.w--open {
    z-index: 1000;
    background-color: #0000;
  }

  .brand {
    z-index: 1000;
  }
}

@media screen and (max-width: 479px) {
  .nav-container {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-logo.impressum {
    width: 250px;
  }

  .slider {
    min-height: 350px;
    max-height: 450px;
  }

  .slide {
    padding-left: 45px;
    padding-right: 45px;
  }

  .slide._1 {
    padding-left: 50px;
    padding-right: 50px;
    overflow: visible;
  }

  .slider-text-container {
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .h3 {
    text-align: center;
    align-self: center;
    font-size: 16px;
    line-height: 20px;
  }

  .h3.wei {
    align-self: center;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .h3.hellgrau {
    font-size: 17px;
    line-height: 22px;
  }

  .h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 45px;
    line-height: 40px;
  }

  .button {
    text-align: center;
    align-self: auto;
    font-size: 14px;
  }

  .button.form {
    padding: 10px 15px;
    font-size: 14px;
  }

  .button.mapmargin {
    padding: 10px 15px;
  }

  .h3-slider-container {
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .image, .image._3 {
    width: 190px;
  }

  .sektion {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sektion.minus-margin {
    margin-top: -200px;
    padding-top: 220px;
  }

  .container {
    flex-direction: column;
    margin-right: auto;
  }

  .text-container.margin {
    margin-bottom: 30px;
  }

  .overlap-bottom-image {
    position: absolute;
    inset: auto 0% -27px auto;
  }

  .overlap-bottom-image.logo {
    width: 35vw;
    bottom: -10.8vw;
  }

  .h2 {
    font-size: 45px;
    line-height: 50px;
  }

  .h2.wei {
    font-size: 50px;
    line-height: 50px;
  }

  .text {
    font-size: 14px;
  }

  .text.center {
    display: block;
  }

  .text.nomargin.message {
    font-size: 14px;
  }

  .text.impfung {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-container {
    align-self: center;
  }

  .carousel-slider {
    height: 370px;
    padding-left: 0;
    padding-right: 0;
  }

  .carousel-slide {
    margin-right: 16%;
  }

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

  .left-arrow {
    position: absolute;
  }

  .icon {
    box-shadow: none;
    background-color: #0000;
    border-style: none;
    border-width: 10px;
    width: 25px;
    height: auto;
  }

  .carousel-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  ._4-grid {
    clear: none;
    grid-template-columns: 100%;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    place-items: stretch stretch;
    width: 100%;
    overflow: visible;
  }

  .feature-box {
    align-items: flex-start;
    width: 100%;
  }

  .icon-2, .icon-3 {
    font-size: 30px;
  }

  .map-sektion {
    margin-top: -15px;
  }

  .karte-wrapper {
    max-height: 450px;
  }

  .karte-link-container {
    padding-left: 10%;
    padding-right: 10%;
  }

  .popup {
    max-height: 600px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    position: fixed;
  }

  .mobil-nav-menu-container {
    padding-top: 120px;
    padding-bottom: 120px;
    display: flex;
  }

  .impfungen-grid {
    justify-items: start;
  }

  .button-container {
    margin-top: 10px;
    padding: 20px;
  }

  .logo-container {
    align-items: center;
    display: block;
  }
}

#w-node-d63170d4-26a5-5cd8-2a5d-99de2292440e-89586ff6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dc6e654c-11c0-ae3a-573a-90de686d6aad-89586ff6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e473f4-652f-c722-6726-5b118eea4e65-1845bf46 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-d6221878-2021-a30f-3613-708429e31436-1845bf46, #w-node-cae9946a-105f-d181-5778-bce7c00c495e-1845bf46 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a2eb9fb7-fc46-feba-349e-6f2734294738-bdd26373 {
    justify-self: center;
  }

  #w-node-c7a93de2-f1f4-9136-fde2-626ec8de334a-bdd26373, #w-node-_0c1ac478-0f4a-098e-867a-517d6ea7e5b2-bdd26373 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d63170d4-26a5-5cd8-2a5d-99de2292440a-89586ff6, #w-node-d63170d4-26a5-5cd8-2a5d-99de2292440c-89586ff6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Amaticsc';
  src: url('../fonts/AmaticSC-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}