body {
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 20px;
}

a:hover{
    text-decoration:none; !important
}

h1 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 600;
}

h2 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  color: #690040;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
}

h3 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-family: Poppins, sans-serif;
  color: #690040;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 600;
}

h4 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
}

h5 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
}

h6 {
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}

p {
  margin-bottom: 16px;
  color: #690040;
  font-size: 18px;
  line-height: 1.6;
}

a {
  color: #b91d7c;
  text-decoration: underline;
}

.nav-link {
  font-family: Poppins, sans-serif;
  color: #3a63d4;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.navbar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.header-background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 500px;
  margin-bottom: 50px;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  color: #000;
}

.headline-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 20px 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 8px;
  background-color: #b91d7c;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.button:hover {
  background-color: #971a66;
    text-decoration:none;
    color:white;
}

.button.form {
  width: 100%;
}

#send-button{
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 20px 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 8px;
  background-color: #b91d7c;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

#button:hover {
  background-color: #971a66;
    text-decoration:none;
    color:white;
}


.subhead {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  color: rgba(0, 0, 0, 0.5);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}

.brand-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.site-title {
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 800;
}

.body-container {
  padding-top: 0px;
}

.menu-button {
  color: #3a63d4;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: none;
}

.hero {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.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;
}

.site-navigation {
  padding-top: 20px;
}

.heading {
  margin-bottom: 8px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 52px;
  line-height: 1.2;
  font-weight: 800;
}

.navbar-container {
  margin-right: auto;
  margin-left: auto;
}

.container {
  overflow: visible;
  height: 100%;
  min-height: 0%;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block {
  min-height: 600px;
  min-width: 600px;
  margin-top: auto;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 8px 13px 1px rgba(0, 0, 0, 0.05);
}

.body {
  background-color: #f3ebe4;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.div-block-2 {
  width: 960px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-2 {
  color: #690040;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8vw;
  padding-left: 8vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-4 {
  width: 40vw;
  height: 40vw;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: none;
  border-width: 1px;
  border-color: #690040;
}

.text-block {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.heading-2 {
  font-weight: 600;
}

.heading-3 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.heading-4 {
  font-family: Poppins, sans-serif;
  color: #690040;
  font-size: 18px;
  font-weight: 600;
}

.paragraph {
  display: block;
  margin-bottom: 0.5em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Poppins, sans-serif;
  line-height: 24px;
  font-weight: 300;
}

.paragraph.centered {
  text-align: center;
}

.div-block-5 {
  width: 50%;
  margin-left: 2em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.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-2 {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link-2:hover {
  text-decoration: none;
}

.header {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1em 8vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #690040;
  opacity: 1;
}

.div-block-7 {
  display: block;
  width: 100px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.paragraph-white {
  color: #fff;
}

.heading-5 {
  color: #fff;
}

.stage {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#520032), color-stop(76%, #690040), to(#690040));
  background-image: linear-gradient(0deg, #520032, #690040 76%, #690040);
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 720px;
  margin-top: 5vw;
  margin-bottom: 5vw;
  padding: 3em 3em 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1em;
  background-color: #fff;
  text-align: center;
}

.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10vw;
  padding-bottom: 10vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/food-pattern.svg');
  background-position: 50% 50%;
  background-size: 250px;
  background-repeat: repeat;
}

.div-block-9 {
  width: 120px;
  height: 120px;
  margin-bottom: 2em;
  border-radius: 60px;
  background-image: url('../images/Irene-Maczurek-Profil.jpeg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.image {
  position: relative;
  z-index: 100;
}

.section-6 {
  height: 600px;
  padding-top: 4em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#520032), to(#690040));
  background-image: linear-gradient(180deg, #520032, #690040);
}

.h2-white {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 40px;
  text-align: center;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2em;
  -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;
}

.anchorlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5em;
  padding: 4px 12px;
  -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;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-radius: 20px;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  text-decoration: none;
  cursor: pointer;
}

.anchorlink:hover {
  padding: 4px 12px;
  border-radius: 20px;
  background-color: #fff;
  text-decoration:none;
}

.anchorlink:active {
  border-radius: 20px;
  text-decoration:none;
}

.anchorlink:focus {
  border-radius: 20px;
  background-color: #fff;
  text-decoration:none;
}

.anchorlink:visited {
  background-color: #fff;
  text-decoration:none;
}

.anchorlink.w--current {
  background-color: #fff;
}

.anchorlink-copy {
  color: #c93c92;
  text-decoration: none;
}

.div-block-11 {
  width: 8px;
  height: 8px;
  margin-left: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.anchor-icon {
  height: 12px;
  margin-bottom: 1px;
  margin-left: 8px;
}

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

.sliderimage {
  min-height: 100%;
  min-width: 100%;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.rent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4em;
  padding-bottom: 4em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #690040;
}

.div-block-5-copy {
  width: 50%;
  padding-right: 2em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.h2-white-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 40px;
  text-align: left;
}

.div-block-12 {
  padding-right: 8vw;
  padding-left: 8vw;
}

.parallax-block {
  width: 40vw;
  height: 40vw;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: none;
  border-width: 1px;
  border-color: #690040;
}

.div-block-4-copy {
  width: 40vw;
  height: 40vw;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: none;
  border-width: 1px;
  border-color: #690040;
}

.div-block-6-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: -4vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.image-2 {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: block;
  width: 80px;
  height: 80px;
  margin-bottom: -80px;
  margin-left: 4em;
}

.flying-heart {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: block;
  width: 80px;
  height: 80px;
  margin-left: 4em;
}

.image-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 100;
  width: 40px;
  height: 40px;
  margin-left: 6vw;
}

.image-3-copy {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 100;
  width: 20px;
  height: 20px;
  margin-left: 8vw;
}

.calendar { 
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10vw;
  padding-bottom: 10vw;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width:100%;
  background-image: url('../images/food-pattern.svg');
  background-position: 50% 50%;
  background-size: 250px;
  background-repeat: repeat;
  padding-top:8em;
  padding-bottom:8em;
}

.calendar-container{
display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 720px;
  height: 600px;
  max-width: 720px;
  margin-top: 2em;
  margin-bottom: 5vw;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-radius: 0.5em;
  background-color: #fff;
  text-align: center;
    margin-top:3em;
    width:100%;
    max-width:720px;
}

    
.calendar-ui{
    margin-top:2em;
    width:100%;
    max-width:720px;
    background:#fff;
    padding:2em;
    border-radius:1em;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.05);
}

.paragraph-2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.h2 {
  color: #690040;
  font-size: 40px;
  line-height: 48px;
}

.blog {
  padding-top: 4em;
  padding-bottom: 4em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#520032), to(#690040));
  background-image: linear-gradient(180deg, #520032, #690040);
}

.rezept-platzhalter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 720px;
  height: 300px;
  max-width: 720px;
  margin-top: 2em;
  margin-bottom: 5vw;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-radius: 0.5em;
  background-color: #fff;
  text-align: center;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 720px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-bar {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  -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-color: #690040;
}

.sidebar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.anchorlink-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5em;
  padding: 4px 12px;
  -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;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-radius: 20px;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  text-decoration: none;
  cursor: pointer;
}

.anchorlink-home:hover {
  padding: 4px 12px;
  border-radius: 20px;
  background-color: #fff;
}

.anchorlink-home:active {
  border-radius: 20px;
}

.anchorlink-home:focus {
  border-radius: 20px;
  background-color: #fff;
}

.anchorlink-home:visited {
  background-color: #fff;
}

.anchorlink-home.w--current {
  background-color: #fff;
}

.contact-overlay {
  position: fixed;
  z-index: 10000;
  display: none;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  -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-color: rgba(105, 0, 64, 0.75);
}

.form-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 720px;
  min-width: 320px;
  padding: 2em 2em 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.5em;
  background-color: #fff;
}

.close {
  position: static;
  width: 16px;
  margin-bottom: 1em;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.text-field {
  height: 58px;
  margin-bottom: 1em;
  border-radius: 0.5em;
}

.text-field.paragraph {
  margin-bottom: 0em;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.text-field-2 {
  height: 58px;
  border-radius: 0.5em;
}

.button-copy {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 20px 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 8px;
  background-color: #b91d7c;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.button-copy:hover {
  background-color: #971a66;
}

.free-text-field {
  height: 58px;
  margin-bottom: 1em;
  border-radius: 0.5em;
}

.free-text-field.paragraph {
  height: auto;
  min-height: 120px;
}

.name-mail-conrainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5em;
  -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;
}

.name-input {
  width: 100%;
  padding-right: 0.5em;
}

.mail-input {
  width: 100%;
  padding-left: 0.5em;
}

.date-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5em;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.message-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.date-input-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dropdown {
  height: 58px;
  margin-bottom: 1em;
  border-radius: 0.5em;
}

.dropdown.paragraph {
  width: 100%;
  margin-bottom: 0em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-color: #fff;
}

.spacer {
  width: 32px;
}

.form-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.success-message {
  width: 100%;
  background-color: transparent;
  text-align: center;
}

.paragraph-centered {
  display: block;
  margin-bottom: 0.5em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Poppins, sans-serif;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.paragraph-centered.centered {
  text-align: center;
}

.heading-success {
  margin-bottom: 1.5em;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.success-container {
  margin-bottom: 0.5em;
}

.paragraph-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Poppins, sans-serif;
  line-height: 24px;
  font-weight: 300;
}

.paragraph-copy.centered {
  text-align: center;
}

.h2-success {
  margin-bottom: 0.5em;
  font-family: Poppins, sans-serif;
  color: #690040;
  font-size: 32px;
  line-height: 48px;
  font-weight: 600;
}

.error-message {
  border-radius: 0.5em;
  background-color: #ff99d7;
}

.paragraph-centered-error {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Poppins, sans-serif;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.paragraph-centered-error.centered {
  text-align: center;
}

.utility-page-wrap {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 90vh;
  max-width: 100%;
  padding-top: 10vh;
  -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: url('../images/food-pattern.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.paragraph-3 {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.div-block-9-copy {
  width: 48px;
  height: 48px;
  margin-bottom: 2em;
  border-radius: 60px;
}

.stage-rezepte {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#520032), color-stop(76%, #690040), to(#690040));
  background-image: linear-gradient(0deg, #520032, #690040 76%, #690040);
}

.section-7 {
  padding-top: 3em;
  background-image: url('../images/food-pattern.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.cake {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 940px;
  margin-bottom: -4vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-radius: 0.5em;
}

.container-2 {
  padding-top: 1em;
  padding-right: 3em;
  padding-left: 3em;
  background-color: #fff;
}

.rezept-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2em;
  padding-bottom: 10vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/food-pattern.svg');
  background-position: 50% 50%;
  background-size: 250px;
  background-repeat: repeat;
}

.checkmark {
  width: 48px;
  height: 48px;
  margin-bottom: 1em;
  border-radius: 60px;
}

.body-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3ebe4;
  background-image: url('../images/food-pattern.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.body-3 {
  background-color: #f3ebe4;
}

.header-fixed {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 8vw;
  background-color: #690040;
  opacity: 1;
}

.body-4 {
  background-color: #f3ebe4;
  background-image: url('../images/food-pattern.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.overview {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-auto-rows: minmax(1px, 0.9fr);
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: minmax(1px, 0.9fr);
  grid-template-rows: minmax(1px, 0.9fr);
}

.overview-stage {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#520032), color-stop(76%, #690040), to(#690040));
  background-image: linear-gradient(0deg, #520032, #690040 76%, #690040);
}

.overview-headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.overview-headline-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 940px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.overview-stage-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6em 8vw 10em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rezept-teaser {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 720px;
  padding-bottom: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1em;
  background-color: #fff;
  text-align: center;
}

.rezept-teaser-image {
  width: 100%;
  height: 16em;
  margin-bottom: 2em;
  border-radius: 1em 1em 0px 0px;
  background-image: url('../images/erdbbeer-pavlova.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.h3 {
  font-family: Poppins, sans-serif;
  color: #690040;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  text-align: left;
}

.paragraph-left {
  display: block;
  margin-bottom: 0.5em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Poppins, sans-serif;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
}

.paragraph-left.centered {
  text-align: center;
}

.div-block-14 {
  margin-right: 2em;
  margin-left: 2em;
}

.paragraph-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
  margin-bottom: 0.5em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Poppins, sans-serif;
  color: #690040;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.paragraph-link.centered {
  text-align: center;
}

.link-block {
  text-decoration: none;
  cursor: pointer;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -4em;
  margin-bottom: 4em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.link-block-rezept {
  text-decoration: none;
  cursor: pointer;
}

.apfelrose {
  width: 100%;
  height: 16em;
  margin-bottom: 2em;
  border-radius: 1em 1em 0px 0px;
  background-image: url('../images/Apfelrosen.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.empanada {
  width: 100%;
  height: 16em;
  margin-bottom: 2em;
  border-radius: 1em 1em 0px 0px;
  background-image: url('../images/empanadas.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.zwetschgenknoedel {
  width: 100%;
  height: 16em;
  margin-bottom: 2em;
  border-radius: 1em 1em 0px 0px;
  background-image: url('../images/zwetschgenknoedel.jpg');
  background-position: 50% 10%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-block-rezept-left {
  max-width: 50%;
  margin-right: 1em;
  text-decoration: none;
  cursor: pointer;
}

.link-block-rezept-right {
  max-width: 50%;
  margin-left: 1em;
  text-decoration: none;
  cursor: pointer;
}

._2er-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 2em;
}

.rhabarbber-baiser {
  width: 100%;
  height: 16em;
  margin-bottom: 2em;
  border-radius: 1em 1em 0px 0px;
  background-image: url('../images/Rhabbarber-Baiser.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-rezept {
  margin-top: 2em;
  margin-bottom: 2em;
  text-decoration: none;
  cursor: pointer;
}

.hero-rezept-teaser {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 720px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border-radius: 1em;
  background-color: #fff;
  text-align: center;
}

.hero-rezept:hover{
    text-decoration:none;
}

.hero-rhabarbber-baiser {
  height: 16em;
  min-width: 16em;
  border-radius: 1em 0em 0px 1em;
  background-image: url('../images/Apfelrosen.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-empanadas {
  height: 16em;
  min-width: 16em;
  border-radius: 1em 0em 0px 1em;
  background-image: url('../images/empanadas.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-zwetschgenknoedel {
  height: 16em;
  min-width: 16em;
  border-radius: 1em 0em 0px 1em;
  background-image: url('../images/zwetschgenknoedel.jpg');
  background-position: 50% 8%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-teaser-text {
  margin-right: 2em;
  margin-left: 2em;
}

.impressum {
  margin-right: 1em;
  margin-left: 1em;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.impressum:hover {
  text-decoration: none;
  color:white;
}

.datenschutz {
  margin-right: 1em;
  margin-left: 1em;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.datenschutz:hover {
  text-decoration: none;
  color:white;
}

.disclaimer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.datenschutz-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 720px;
  margin-top: 5vw;
  margin-bottom: 5vw;
  padding: 3em 3em 2em;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 1em;
  background-color: #fff;
  text-align: center;
}

.paragraph-3-left {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}

.utility-page-wrap-copy {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.veggie-roesti {
  width: 100%;
  height: 16em;
  margin-bottom: 2em;
  border-radius: 1em 1em 0px 0px;
  background-image: url('../images/veggie-roesti.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.marmelade {
  width: 100%;
  height: 16em;
  margin-bottom: 2em;
  border-radius: 1em 1em 0px 0px;
  background-image: url('../images/marmelade.jpg');
  background-position: 50% 65%;
  background-size: cover;
  background-repeat: no-repeat;
}

.coqauvin {
  width: 100%;
  height: 16em;
  margin-bottom: 2em;
  border-radius: 1em 1em 0px 0px;
  background-image: url('../images/coqauvin.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.empanada {
  width: 100%;
  height: 16em;
  margin-bottom: 2em;
  border-radius: 1em 1em 0px 0px;
  background-image: url('../images/empanadas.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.zwetschgenknoedel {
  width: 100%;
  height: 16em;
  margin-bottom: 2em;
  border-radius: 1em 1em 0px 0px;
  background-image: url('../images/zwetschgenknoedel.jpg');
  background-position: 50% 10%;
  background-size: cover;
  background-repeat: no-repeat;
}

.rezept-detail-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 720px;
  padding-top: 2em;
  padding-bottom: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1em;
  background-color: #fff;
  text-align: center;
}

.rezeptbild-wrapper {
  height: 32em;
  background-image: url('../images/veggie-roesti.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.rezeptbild {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6em 8vw 10em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rezept-detail-content-inhalt {
  margin-right: 2em;
  margin-bottom: 2em;
  margin-left: 2em;
}

.paragraph-bold {
  display: block;
  margin-top: 2em;
  margin-bottom: 0.5em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Poppins, sans-serif;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
}

.paragraph-bold.centered {
  text-align: center;
}

.rezept-inhalt-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -4em;
  margin-bottom: 4em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h2-rezept-detail {
  margin-bottom: 2em;
  color: #690040;
  font-size: 40px;
  line-height: 48px;
}

.paragraph-rezept {
  display: block;
  margin-top: 2em;
  margin-bottom: 0.5em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Poppins, sans-serif;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
}

.paragraph-rezept.centered {
  text-align: center;
}

.baiser-image {
  height: 32em;
  background-image: url('../images/Rhabbarber-Baiser.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.rezeptbild-pavlova {
  height: 32em;
  background-image: url('../images/erdbbeer-pavlova.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.rezeptbild-apfelrose {
  height: 32em;
  background-image: url('../images/Apfelrosen.jpg');
  background-position: 50% 25%;
  background-size: cover;
  background-repeat: repeat;
}

.rezeptbild-empanadas {
  height: 32em;
  background-image: url('../images/empanadas.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.rezeptbild-zwetschgenknoedel {
  height: 32em;
  background-image: url('../images/zwetschgenknoedel.jpg');
  background-position: 50% 38%;
  background-size: cover;
  background-repeat: repeat;
}

.rezeptbild-marmelade {
  height: 32em;
  background-image: url('../images/marmelade.jpg');
  background-position: 50% 72%;
  background-size: cover;
}

.rezeptbild-coqauvin {
  height: 32em;
  background-image: url('../images/coqauvin.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.footer-bar-subpages {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 10vh;
  -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-color: #690040;
}

.utility-page-wrap-datenschutz {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-height: 100%;
  max-width: 100%;
  -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;
}

@media screen and (max-width: 991px) {
  .nav-link {
    color: #fff;
  }
  .navbar {
    padding-top: 0px;
  }
  .header-background {
    height: auto;
    min-height: 400px;
    padding-bottom: 50px;
  }
  .brand-link {
    padding-left: 10px;
  }
  .menu-button.w--open {
    background-color: #000;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar-container {
    width: 100%;
    min-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .nav-menu {
    background-color: #000;
    color: #fff;
  }
  .div-block-3 {
    padding-top: 4em;
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .div-block-5 {
    width: auto;
    margin-right: 2em;
    margin-bottom: 1em;
  }
  .div-block-6 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header {
    padding-left: 4vw;
  }
  .paragraph-white {
    text-align: center;
  }
  .h1-white {
    font-size: 38px;
    text-align: center;
  }
  .about {
    height: 100vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sidebar {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding-top: 1em;
    padding-right: 0em;
    padding-bottom: 2em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .anchorlink {
    width: 116px;
    margin-top: 0em;
    padding-top: 1em;
    padding-bottom: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0px;
  }
  .anchorlink:hover {
    padding-top: 1em;
    padding-bottom: 1em;
    border-radius: 0px;
  }
  .anchor-icon {
    height: 24px;
    margin-bottom: 0.25em;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .rent {
    min-height: 100vh;
    padding-top: 6em;
    padding-bottom: 0em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div-block-5-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 4em;
    padding-right: 2em;
    padding-left: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .h2-white-left {
    text-align: center;
  }
  .div-block-12 {
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .parallax-block {
    width: 90vw;
    height: 90vw;
    margin-bottom: -8vw;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .div-block-4-copy {
    width: 90vw;
    height: 90vw;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .div-block-6-copy {
    width: 100%;
    margin-bottom: -8vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-3 {
    display: none;
  }
  .image-3-copy {
    display: none;
  }
  .calendar {
    padding-top: 15vw;
  }
  .h2 {
    text-align: center;
  }
  .footer-bar {
    height: auto;
    padding-top: 4em;
    padding-bottom: 12em;
  }
  .sidebar-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    background-color: #690040;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.01), 0 8px 20px 0 rgba(0, 0, 0, 0.2);
  }
  .anchorlink-home {
    width: 116px;
    margin-top: 0em;
    padding-top: 1em;
    padding-bottom: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0px;
  }
  .anchorlink-home:hover {
    padding-top: 1em;
    padding-bottom: 1em;
    border-radius: 0px;
  }
  .h2-success {
    text-align: center;
  }
  .cake {
    width: 100%;
    margin-bottom: -8vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .rezept-detail {
    height: 100vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-fixed {
    padding-left: 4vw;
  }
  .overview {
    height: 100vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }
  .overview-headline {
    width: auto;
    margin-right: 2em;
    margin-bottom: 1em;
  }
  .overview-headline-container {
    width: 100%;
    margin-bottom: -8vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .overview-stage-container {
    padding-top: 4em;
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .h3 {
    font-size: 22px;
    text-align: left;
  }
  .div-block-14 {
    margin-right: 1em;
    margin-left: 1em;
  }
  .link-block-rezept-left {
    margin-right: 0.5em;
  }
  .link-block-rezept-right {
    margin-left: 0.5em;
  }
  ._2er-container {
    margin-bottom: 1em;
  }
  .datenschutz-container {
    padding-right: 2em;
    padding-left: 2em;
  }
  .rezeptbild {
    padding-top: 4em;
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .h2-rezept-detail {
    text-align: center;
  }
  .footer-bar-subpages {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 1.2;
  }
  h2 {
    font-size: 28px;
    line-height: 1.2;
  }
  h3 {
    font-size: 24px;
    line-height: 1.4;
  }
  h4 {
    font-size: 20px;
    line-height: 1.4;
  }
  h5 {
    font-size: 16px;
    line-height: 1.4;
  }
  h6 {
    font-size: 14px;
    line-height: 1.4;
  }
  p {
    font-size: 16px;
  }
  .navbar {
    padding-top: 0px;
  }
  .header-background {
    height: auto;
    padding-bottom: 40px;
  }
  .headline-container {
    text-align: center;
  }
  .button {
    padding: 15px 20px;
    font-size: 18px;
  }
  .subhead {
    font-size: 24px;
    line-height: 1.2;
  }
  .body-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer {
    padding: 40px 20px;
  }
  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .hero {
    padding: 40px 20px;
  }
  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .hero-overlay {
    padding: 40px 20px;
  }
  .heading {
    font-size: 40px;
  }
  .sticky-nav {
    position: relative;
  }
  .nav-grid {
    text-align: center;
  }
  .div-block-8 {
    width: 100%;
    max-width: none;
  }
  .about {
    padding-right: 2em;
    padding-left: 2em;
  }
  .div-block-10 {
    padding-right: 2em;
    padding-left: 2em;
  }
  .anchorlink {
    width: 100px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .anchorlink:hover {
    padding-right: 8px;
    padding-left: 8px;
  }
  .calendar {
    padding-right: 2em;
    padding-left: 2em;
    padding-bottom:4em;
  }
  .calendar-container{
    height:auto;
    }
  .calendar-platzhalter {
    width: 100%;
    max-width: none;
    margin-right: 2em;
    margin-left: 2em;
  }
  .fc{
    font-size:0.5em !important;
        
    }
  .rezept-platzhalter {
    width: 100%;
    max-width: none;
  }
  .footer-bar {
    padding-bottom: 10em;
  }
  .anchorlink-home {
    width: 100px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .anchorlink-home:hover {
    padding-right: 8px;
    padding-left: 8px;
  }
  .button-copy {
    padding: 15px 20px;
    font-size: 18px;
  }
  .utility-page-wrap {
    padding-right: 2em;
    padding-left: 2em;
  }
  .rezept-detail {
    padding-right: 2em;
    padding-left: 2em;
  }
  .overview {
    padding-right: 2em;
    padding-left: 2em;
  }
  .overview-headline {
    margin-left: 2em;
  }
  .rezept-teaser {
    width: 100%;
    max-width: none;
  }
  .rezept-teaser-image {
    height: 14em;
  }
  .div-block-14 {
    margin-right: 2em;
    margin-left: 2em;
  }
  .container-3 {
    padding-right: 2em;
    padding-left: 2em;
  }
  .apfelrose {
    height: 14em;
  }
  .empanada {
    height: 14em;
  }
  .zwetschgenknoedel {
    height: 14em;
  }
  .link-block-rezept-left {
    max-width: 100%;
    margin-right: 0em;
    margin-bottom: 2em;
  }
  .link-block-rezept-right {
    max-width: 100%;
    margin-left: 0em;
  }
  ._2er-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rhabarbber-baiser {
    height: 14em;
  }
  .hero-rezept-teaser {
    width: 100%;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-rhabarbber-baiser {
    width: 100%;
    height: 24em;
    border-top-right-radius: 1em;
    border-bottom-left-radius: 0em;
  }
  .hero-empanadas {
    width: 100%;
    height: 24em;
    border-top-right-radius: 1em;
    border-bottom-left-radius: 0em;
  }
 .hero-zwetschgenknoedel {
    width: 100%;
    height: 24em;
    border-top-right-radius: 1em;
    border-bottom-left-radius: 0em;
  }
  .hero-teaser-text {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .datenschutz-container {
    width: 100%;
    max-width: none;
    padding-right: 2em;
    padding-left: 2em;
  }
  .utility-page-wrap-copy {
    height: 90vh;
    padding-right: 1em;
    padding-left: 1em;
  }
  .veggie-roesti {
    height: 14em;
  }
  .marmelade {
    height: 14em;
  }
  .coqauvin {
    height: 14em;
  }
  .rezept-detail-content {
    width: 100%;
    max-width: none;
  }
  .rezeptbild-wrapper {
    height: 24em;
  }
  .rezept-inhalt-container {
    padding-right: 1em;
    padding-left: 1em;
  }
  .h2-rezept-detail {
    font-size: 32px;
  }
  .baiser-image {
    height: 24em;
  }
  .rezeptbild-pavlova {
    height: 24em;
  }
  .rezeptbild-apfelrose {
    height: 24em;
  }
  .rezeptbild-marmelade {
    height: 24em;
  }
  .rezeptbild-coqauvin {
    height: 24em;
  }
  .rezeptbild-empanadas {
    height: 24em;
  }
  .rezeptbild-zwetschgenknoedel {
    height: 24em;
  }
  .utility-page-wrap-datenschutz {
    height: auto;
    padding-right: 1em;
    padding-left: 1em;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 1.1;
  }
  h2 {
    line-height: 1.2;
  }
  h3 {
    line-height: 1.3;
  }
  h4 {
    line-height: 1.4;
  }
  h5 {
    line-height: 1.4;
  }
  .nav-link {
    background-color: #000;
    color: #fff;
  }
  .header-background {
    height: auto;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }
  .headline-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
  }
  .brand-link {
    padding-left: 10px;
  }
  .site-title {
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .menu-button {
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: #000;
  }
  .icon {
    color: #000;
  }
  .menu-button-2 {
    background-color: #000;
  }
  .menu-button-2.w--open {
    color: #fff;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-logo-link {
    height: 60px;
  }
  .footer-heading {
    margin-top: 20px;
  }
  .centered-container {
    text-align: left;
  }
  .heading {
    font-size: 36px;
  }
  .div-block-5 {
    margin-right: 1em;
    margin-left: 1em;
  }
  .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-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }
  .header {
    padding-left: 2em;
  }
  .h1-white {
    font-size: 28px;
    line-height: 1.2;
  }
  .div-block-8 {
    margin-top: 0vw;
    margin-bottom: 0vw;
    padding: 2em 2em 1em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about {
    height: auto;
    min-height: 100vh;
    padding: 2em 1em;
  }
  .h2-white {
    font-size: 28px;
  }
  .div-block-10 {
    padding-right: 1em;
    padding-left: 1em;
  }
  .sidebar {
    padding-top: 0em;
    padding-bottom: 0em;
  }
  .anchorlink {
    width: 25%;
    font-size: 13px;
  }
  .anchorlink:focus {
    border-radius: 0px;
  }
  .anchorlink.w--current {
    width: 25%;
  }
  .anchorlink-copy {
    font-size: 11px;
  }
  .rent {
    padding-top: 0em;
  }
  .div-block-5-copy {
    margin-bottom: 4em;
    padding-right: 1em;
    padding-left: 1em;
  }
  .h2-white-left {
    font-size: 28px;
    line-height: 1.2;
  }
  .parallax-block {
    margin-top: -3em;
    margin-bottom: 2.5em;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .calendar-platzhalter {
    height: 300px;
  }
  .h2 {
    font-size: 28px;
  }
  .blog {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .footer-bar {
    padding-bottom: 8em;
  }
  .sidebar-wrapper {
    width: 100%;
    border-radius: 0px;
  }
  .anchorlink-home {
    display: none;
    width: 20%;
    font-size: 13px;
  }
  .anchorlink-home.w--current {
    width: 20%;
  }
  .button-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
  }
  .h2-success {
    font-size: 28px;
  }
  .utility-page-wrap {
    padding-right: 1em;
    padding-left: 1em;
    -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;
  }
  .paragraph-3 {
    line-height: 1.4;
  }
  .rezept-detail {
    height: auto;
    min-height: 100vh;
    padding: 2em 1em;
  }
  .header-fixed {
    padding-left: 2em;
  }
  .overview {
    height: auto;
    min-height: 100vh;
    padding: 2em 1em;
  }
  .overview-headline {
    margin-right: 1em;
    margin-left: 1em;
  }
  .overview-stage-container {
    padding-bottom: 8em;
  }
  .rezept-teaser {
    margin-top: 0vw;
    margin-bottom: 0vw;
  }
  .rezept-teaser-image {
    height: 12em;
  }
  .h3 {
    font-size: 20px;
  }
  .paragraph-left {
    width: 100%;
  }
  .container-3 {
    padding-right: 1em;
    padding-left: 1em;
  }
  .apfelrose {
    height: 12em;
  }
  .empanada {
    height: 12em;
  }
  .zwetschgenknoedel {
    height: 12em;
  }
  .rhabarbber-baiser {
    height: 12em;
  }
  .hero-rezept-teaser {
    margin-top: 0vw;
    margin-bottom: 0vw;
  }
  .hero-rhabarbber-baiser {
    height: 12em;
  }
  .hero-empanadas{
    height: 12em;
  }
  .hero-zwetschgenknoedel{
    height: 12em;
  }
  .hero-teaser-text {
    margin: 1em;
  }
  .datenschutz-container {
    overflow: hidden;
    padding: 1em;
  }
  .veggie-roesti {
    height: 12em;
  }
  .marmelade {
    height: 12em;
  }
  .coqauvin {
    height: 12em;
  }
  .rezept-detail-content {
    margin-top: 0vw;
    margin-bottom: 0vw;
    padding: 1em;
  }
  .rezeptbild-wrapper {
    height: 14em;
  }
  .rezept-detail-content-inhalt {
    margin-right: 0em;
    margin-left: 0em;
  }
  .rezept-inhalt-container {
    margin-top: -2em;
  }
  .h2-rezept-detail {
    font-size: 20px;
    line-height: 1.4;
  }
  .baiser-image {
    height: 14em;
  }
  .rezeptbild-pavlova {
    height: 14em;
  }
  .rezeptbild-apfelrose {
    height: 14em;
  }
  .rezeptbild-marmelade {
    height: 14em;
  }
  .rezeptbild-coqauvin {
    height: 14em;
  }
 .rezeptbild-empanadas {
    height: 14em;
  }
 .rezeptbild-zwetschgenknoedel {
    height: 14em;
  }
  .link {
    white-space: normal;
  }
}

