@font-face {
  font-family: "DM Serif Display";
  src: url("../fonts/DMSerifDisplay-Italic.woff2") format("woff2"), url("../fonts/DMSerifDisplay-Italic.woff") format("woff"), url("../fonts/DMSerifDisplay-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: "DM Serif Display";
  src: url("../fonts/DMSerifDisplay-Regular.woff2") format("woff2"), url("../fonts/DMSerifDisplay-Regular.woff") format("woff"), url("../fonts/DMSerifDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Italic.woff2") format("woff2"), url("../fonts/Montserrat-Italic.woff") format("woff"), url("../fonts/Montserrat-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-MediumItalic.woff2") format("woff2"), url("../fonts/Montserrat-MediumItalic.woff") format("woff"), url("../fonts/Montserrat-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Montserrat-SemiBoldItalic.woff") format("woff"), url("../fonts/Montserrat-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}
.grid-container {
  max-width: 400px;
  /* <<< */
  /* <<< */
  /* <<< */
  /* <<< */
}
@media (min-width: 640px) {
  .grid-container {
    /* <<< MEDIUM <<< */
    max-width: 640px;
  }
}
@media (min-width: 1024px) {
  .grid-container {
    /* <<< LARGE <<< */
    max-width: 1000px;
  }
}
@media (min-width: 1340px) {
  .grid-container {
    /* <<< LARGE <<< */
    max-width: 1000px;
  }
}
@media (min-width: 1600px) {
  .grid-container {
    /* <<< XX-LARGE <<< */
    max-width: 1200px;
  }
}
html {
  height: 100%;
}

body {
  height: 100%;
  background-color: rgb(180, 230, 130);
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  display: flex;
  flex-direction: column;
}
body.standardpage {
  background-color: rgb(229, 237, 218);
}
body.standardpage .section-standardpage.basic-page {
  min-height: 100vh;
}

.black {
  color: #000000 !important;
}

.reddish {
  color: #872a1d !important;
}

.bg-white {
  background-color: #ffffff !important;
  border: none !important;
}
.bg-white:hover {
  background-color: #872a1d !important;
}

.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "DM Serif Display", "Playfair Display", "Times New Roman", serif;
  color: #872a1d;
  font-style: normal;
  font-weight: 400;
  /* <<< */
}
@media (min-width: 640px) {
  .h0,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    /* <<< MEDIUM <<< */
    max-width: 700px;
  }
}

.reddish-light {
  color: #9a716b !important;
}

.h0 {
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -1.12px;
  margin-bottom: 10px;
  /* <<< */
  /* <<< */
}
@media (min-width: 640px) {
  .h0 {
    /* <<< MEDIUM <<< */
    font-size: 44px;
  }
}
@media (min-width: 1024px) {
  .h0 {
    /* <<< LARGE <<< */
    font-size: 50px;
    margin-bottom: 20px;
  }
}

.h1 {
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.88px;
  /* <<< */
  /* <<< */
}
@media (min-width: 640px) {
  .h1 {
    /* <<< MEDIUM <<< */
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .h1 {
    /* <<< LARGE <<< */
    font-size: 44px;
  }
}

.h2 {
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.36px;
  /* <<< */
  /* <<< */
}
@media (min-width: 640px) {
  .h2 {
    /* <<< MEDIUM <<< */
    font-size: 26px;
  }
}
@media (min-width: 1024px) {
  .h2 {
    /* <<< LARGE <<< */
    font-size: 28px;
  }
}

.h3 {
  font-size: 22px;
  line-height: 130%;
  letter-spacing: -0.18px;
  /* <<< */
  /* <<< */
}
@media (min-width: 640px) {
  .h3 {
    /* <<< MEDIUM <<< */
    line-height: 120%;
    font-size: 26px;
  }
}
@media (min-width: 1024px) {
  .h3 {
    /* <<< LARGE <<< */
    font-size: 28px;
  }
}

.h4 {
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.28px;
  /* <<< */
}
@media (min-width: 640px) {
  .h4 {
    /* <<< MEDIUM <<< */
    font-size: 24px;
  }
}

p {
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  color: #000000;
  overflow-wrap: normal;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  font-size: 16px;
  /* <<< */
  /* <<< */
}
@media (min-width: 640px) {
  p {
    /* <<< MEDIUM <<< */
    font-size: 16px;
    max-width: 840px;
  }
}
@media (min-width: 1024px) {
  p {
    /* <<< LARGE <<< */
    font-size: 18px;
    max-width: 840px;
  }
}
p.semibold {
  font-weight: 600;
  margin-bottom: 32px;
}

.no-margin {
  margin: 0 !important;
}

.bodyfont {
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  color: #872a1d;
}

ul {
  list-style-type: none;
  margin-top: 16px;
  margin-bottom: 24px;
  margin-left: 24px;
  /* <<< */
}
@media (min-width: 640px) {
  ul {
    /* <<< MEDIUM <<< */
    margin-left: 32px;
  }
}
ul li {
  font-weight: 500;
  padding-left: 12px;
  padding-bottom: 16px;
  list-style-type: none;
  list-style-image: url("../img/list-icon.png");
  /* <<< */
  /* <<< */
}
@media (min-width: 640px) {
  ul li {
    /* <<< MEDIUM <<< */
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  ul li {
    /* <<< LARGE <<< */
    font-size: 18px;
  }
}

a {
  color: #872a1d;
  cursor: pointer !important;
}
a:visited {
  color: #872a1d;
  outline: none;
}
a:active {
  color: #872a1d;
  outline-width: 10px;
  outline-color: #872a1d;
  font-weight: 700;
}
a:focus {
  color: #872a1d;
  outline-width: 10px;
  outline-color: #872a1d;
  font-weight: 700;
}
a:hover {
  color: #872a1d;
}
.jpc-button {
  padding: 8px 16px;
  align-items: center;
  gap: 12px;
  border-radius: 32px;
  border: 0px solid #872a1d;
  background-color: #ffffff;
  color: #872a1d;
  text-transform: uppercase;
  width: auto;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin: 32px 0;
  /* <<< */
  /* <<< */
}
@media (min-width: 640px) {
  .jpc-button {
    /* <<< MEDIUM <<< */
    margin: 16px 0 0 0;
  }
}
@media (min-width: 1024px) {
  .jpc-button {
    /* <<< LARGE <<< */
    margin: 32px 0 0 0;
  }
}
.jpc-button:hover {
  color: #ffffff;
  background-color: #872a1d;
  text-decoration: none;
}
.jpc-button:focus {
  font-weight: 700;
}

.standardpage .jpc-standardpage-padding {
  padding: 32px 0px;
  /* <<< */
}
@media (min-width: 640px) {
  .standardpage .jpc-standardpage-padding {
    /* <<< MEDIUM <<< */
    padding: 128px 0px;
  }
}
.standardpage p > strong {
  margin-top: 10px;
  word-break: break-all;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.standardpage hr {
  display: inline-block;
  width: 100%;
  max-width: 500px;
  border-color: #9a716b;
  opacity: 0.25;
  margin: 8px 0;
  /* <<< */
}
@media (min-width: 640px) {
  .standardpage hr {
    /* <<< MEDIUM <<< */
    margin: 16px 0 8px;
  }
}
.standardpage .h1 {
  margin-bottom: 16px;
  max-width: 280px;
  /* <<< */
}
@media (min-width: 640px) {
  .standardpage .h1 {
    /* <<< MEDIUM <<< */
    max-width: 90%;
    margin-bottom: 32px;
  }
}
.standardpage .standardpage-title {
  margin-bottom: 24px;
  /* <<< */
}
@media (min-width: 640px) {
  .standardpage .standardpage-title {
    /* <<< MEDIUM <<< */
    margin-bottom: 64px;
  }
}
.standardpage h1,
.standardpage h2,
.standardpage h3,
.standardpage h4,
.standardpage h5,
.standardpage h6 {
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  color: #000000;
  font-weight: 600;
  /* <<< */
}
.standardpage h1 strong,
.standardpage h2 strong,
.standardpage h3 strong,
.standardpage h4 strong,
.standardpage h5 strong,
.standardpage h6 strong {
  font-weight: 600;
}
@media (min-width: 640px) {
  .standardpage h1,
  .standardpage h2,
  .standardpage h3,
  .standardpage h4,
  .standardpage h5,
  .standardpage h6 {
    /* <<< MEDIUM <<< */
    max-width: 800px;
  }
}
.standardpage h1 {
  font-size: 24px;
  margin: 48px 0 16px;
}
.standardpage h2 {
  font-size: 22px;
  margin: 36px 0 16px;
}
.standardpage h3 {
  font-size: 20px;
  margin: 24px 0 8px;
}
.standardpage h4,
.standardpage h5,
.standardpage h6 {
  font-size: 18px;
  margin: 16px 0 2px;
}

@-webkit-keyframes hero-image-animation {
  0% {
    max-height: 100vh;
  }
  100% {
    max-height: 100vh;
  }
}

@keyframes hero-image-animation {
  0% {
    max-height: 100vh;
  }
  100% {
    max-height: 100vh;
  }
}
@-webkit-keyframes hero-arrow-animation {
  0% {
    top: 0px;
  }
  100% {
    top: 20px;
  }
}
@keyframes hero-arrow-animation {
  0% {
    top: 0px;
  }
  100% {
    top: 20px;
  }
}
.section-home {
  margin-right: 0;
  /* <<< */
  /* <<< */
  /* <<< */
  /* <<< */
}
@media (min-width: 640px) {
  .section-home {
    /* <<< MEDIUM <<< */
  }
}
@media (min-width: 1024px) {
  .section-home {
    /* <<< LARGE <<< */
  }
}
@media (min-width: 1340px) {
  .section-home {
    /* <<< X-LARGE <<< */
    transition: margin-right 0.3s ease-out;
    margin-right: 316px;
  }
}
@media (min-width: 1600px) {
  .section-home {
    /* <<< XX-LARGE <<< */
    margin-right: 360px;
  }
}

.block .jpc-block-padding {
  padding: 32px 0px;
  /* <<< */
  /* <<< */
}
@media (min-width: 640px) {
  .block .jpc-block-padding {
    /* <<< MEDIUM <<< */
    padding: 96px 0px;
    min-height: 100vh;
  }
}
@media (min-width: 1024px) {
  .block .jpc-block-padding {
    /* <<< LARGE <<< */
    padding: 96px 0px;
    min-height: 100vh;
    align-content: center;
  }
}
.block.block-hero {
  min-height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* <<< */
}
@media (min-width: 640px) {
  .block.block-hero {
    /* <<< MEDIUM <<< */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
  }
}
.block.block-hero .hero-image {
  height: 100vh;
  width: 100%;
  /* <<< */
}
@media (min-width: 640px) {
  .block.block-hero .hero-image {
    /* <<< MEDIUM <<< */
  }
}
.block.block-hero .hero-cell {
  display: flex;
  bottom: 0;
  flex-direction: column;
  justify-content: flex-end;
  background-image: linear-gradient(to bottom, rgba(180, 230, 130, 0), rgba(180, 230, 130, 0.7), rgba(180, 230, 130, 0.9), rgba(180, 230, 130, 0.9), rgba(180, 230, 130, 0.9));
  /* <<< */
}
@media (min-width: 640px) {
  .block.block-hero .hero-cell {
    padding-bottom: 5vh;
    background-image: linear-gradient(to bottom, rgba(180, 230, 130, 0), rgba(180, 230, 130, 0), rgba(180, 230, 130, 0.7), rgba(180, 230, 130, 0.9), rgba(180, 230, 130, 0.9));
    /* <<< MEDIUM <<< */
    bottom: 0;
  }
}
.block.block-hero .hero-cell .block-content-wrapper {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100vh;
  /* <<< */
  /* <<< */
}
@media (min-width: 640px) {
  .block.block-hero .hero-cell .block-content-wrapper {
    /* <<< MEDIUM <<< */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 32px 0;
    min-height: 400px;
  }
}
@media (min-width: 1024px) {
  .block.block-hero .hero-cell .block-content-wrapper {
    /* <<< LARGE <<< */
    padding: 32px 0;
  }
}
.block.block-hero .hero-cell .block-content-wrapper .hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  padding: 64px 0;
  margin-bottom: 64px;
  /* <<< */
}
@media (min-width: 640px) {
  .block.block-hero .hero-cell .block-content-wrapper .hero-content {
    /* <<< MEDIUM <<< */
    margin-bottom: 0px;
    gap: 7.5vh;
    padding: 32px 0;
  }
}
.block.block-hero .hero-cell .block-content-wrapper .hero-content .hero-foto {
  display: none;
  max-width: 300px;
}
.block.block-hero .hero-cell .block-content-wrapper .hero-content .hero-logo .logo-mobile {
  display: block;
  width: 300px;
  margin-bottom: 16px;
  /* <<< */
}
@media (min-width: 640px) {
  .block.block-hero .hero-cell .block-content-wrapper .hero-content .hero-logo .logo-mobile {
    /* <<< MEDIUM <<< */
    display: none;
  }
}
.block.block-hero .hero-cell .block-content-wrapper .hero-content .hero-logo .logo-desktop {
  display: none;
  width: 280px;
  /* <<< */
  /* <<< */
  /* <<< */
}
@media (min-width: 640px) {
  .block.block-hero .hero-cell .block-content-wrapper .hero-content .hero-logo .logo-desktop {
    /* <<< MEDIUM <<< */
    display: block;
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .block.block-hero .hero-cell .block-content-wrapper .hero-content .hero-logo .logo-desktop {
    /* <<< LARGE <<< */
    display: block;
    margin-bottom: 50px;
  }
}
@media (min-width: 1340px) {
  .block.block-hero .hero-cell .block-content-wrapper .hero-content .hero-logo .logo-desktop {
    /* <<< X-LARGE <<< */
    display: none;
  }
}
.block.block-hero .hero-cell .block-content-wrapper .hero-content .hero-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  justify-content: flex-end;
  /* <<< */
  /* <<< */
  /* <<< */
}
@media (min-width: 640px) {
  .block.block-hero .hero-cell .block-content-wrapper .hero-content .hero-body {
    /* <<< MEDIUM <<< */
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .block.block-hero .hero-cell .block-content-wrapper .hero-content .hero-body {
    /* <<< LARGE <<< */
    gap: 32px;
  }
}
@media (min-width: 1340px) {
  .block.block-hero .hero-cell .block-content-wrapper .hero-content .hero-body {
    /* <<< X-LARGE <<< */
    gap: 32px;
  }
}
.block.block-hero .hero-cell .block-content-wrapper .hero-content .hero-body .topline-subline .topline {
  /* <<< */
  /* <<< */
}
@media (min-width: 1024px) {
  .block.block-hero .hero-cell .block-content-wrapper .hero-content .hero-body .topline-subline .topline {
    /* <<< LARGE <<< */
  }
}
@media (min-width: 1340px) {
  .block.block-hero .hero-cell .block-content-wrapper .hero-content .hero-body .topline-subline .topline {
    /* <<< X-LARGE <<< */
    display: block;
  }
}
.block.block-hero .hero-cell .block-content-wrapper .hero-content .hero-body .topline-subline .subline {
  max-width: 300px;
  /* <<< */
}
@media (min-width: 640px) {
  .block.block-hero .hero-cell .block-content-wrapper .hero-content .hero-body .topline-subline .subline {
    /* <<< MEDIUM <<< */
    max-width: 560px;
  }
}
.block.block-hero .hero-cell .block-content-wrapper .hero-content .hero-body .h1 {
  margin-bottom: 10px;
}
.block.block-hero .hero-cell .block-content-wrapper .hero-content .hero-body .h3 {
  font-size: 22px;
  /* <<< */
}
@media (min-width: 640px) {
  .block.block-hero .hero-cell .block-content-wrapper .hero-content .hero-body .h3 {
    /* <<< MEDIUM <<< */
    font-size: 28px;
  }
}
.block.block-hero .hero-cell .block-content-wrapper .hero-content .hero-body .h2 {
  font-size: 24px;
  /* <<< */
}
@media (min-width: 640px) {
  .block.block-hero .hero-cell .block-content-wrapper .hero-content .hero-body .h2 {
    /* <<< MEDIUM <<< */
    font-size: 32px;
  }
}
.block.block-hero .hero-cell .block-content-wrapper .hero-content .hero-body a.hero-arrow-and-bell {
  display: flex;
  padding: 0px 50px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.block.block-hero .hero-cell .block-content-wrapper .hero-content .hero-body a.hero-arrow-and-bell .bitte-klingeln {
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  word-break: keep-all;
  -webkit-text-decoration: dotted !important;
          text-decoration: dotted !important;
}
.block.block-hero .hero-cell .block-content-wrapper .hero-content .hero-body a.hero-arrow-and-bell .bitte-klingeln:hover {
  -webkit-text-decoration: dotted !important;
          text-decoration: dotted !important;
}
.block.block-hero .hero-cell .block-content-wrapper .hero-content .hero-body a.hero-arrow-and-bell .hero-arrow {
  top: 0px;
  position: relative;
  -webkit-animation-name: hero-arrow-animation;
          animation-name: hero-arrow-animation;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}
.block.block-hero .hero-cell .block-content-wrapper .hero-content .hero-body a.hero-arrow-and-bell .hero-arrow img {
  height: 20px;
}
.block.block-hero .hero-cell .block-content-wrapper .hero-content .hero-body a.hero-arrow-and-bell .hero-bell {
  position: relative;
  width: 40px;
  /* <<< */
  /* <<< */
}
@media (min-width: 640px) {
  .block.block-hero .hero-cell .block-content-wrapper .hero-content .hero-body a.hero-arrow-and-bell .hero-bell {
    /* <<< MEDIUM <<< */
    width: 40px;
  }
}
@media (min-width: 1024px) {
  .block.block-hero .hero-cell .block-content-wrapper .hero-content .hero-body a.hero-arrow-and-bell .hero-bell {
    /* <<< LARGE <<< */
    width: 40px;
  }
}
.block.block-hero .hero-cell .block-content-wrapper .hero-content .hero-body a.hero-arrow-and-bell .hero-bell:hover .bellicon-hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.block.block-hero .hero-cell .block-content-wrapper .hero-content .hero-body a.hero-arrow-and-bell .hero-bell .bellicon {
  pointer-events: none;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.block.block-hero .hero-cell .block-content-wrapper .hero-content .hero-body a.hero-arrow-and-bell .hero-bell .bellicon-hover {
  top: 0;
  left: 0;
  position: absolute;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.block.block-intro {
  background-color: rgb(229, 237, 218);
}
.block.block-intro > .grid-container > .grid-x {
  /* <<< */
  /* <<< */
}
@media (min-width: 640px) {
  .block.block-intro > .grid-container > .grid-x {
    /* <<< MEDIUM <<< */
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .block.block-intro > .grid-container > .grid-x {
    /* <<< LARGE <<< */
    display: flex;
    flex-direction: row;
  }
}
.block.block-intro > .grid-container > .grid-x .intro-image-cell {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  /* <<< */
  /* <<< */
}
@media (min-width: 640px) {
  .block.block-intro > .grid-container > .grid-x .intro-image-cell {
    /* <<< MEDIUM <<< */
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
}
@media (min-width: 1024px) {
  .block.block-intro > .grid-container > .grid-x .intro-image-cell {
    /* <<< LARGE <<< */
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
}
.block.block-intro > .grid-container > .grid-x .intro-image-cell .intro-image {
  min-height: 240px;
  padding: 0;
  margin-bottom: 24px;
  max-width: 100%;
  /* <<< */
  /* <<< */
}
@media (min-width: 640px) {
  .block.block-intro > .grid-container > .grid-x .intro-image-cell .intro-image {
    /* <<< MEDIUM <<< */
    width: 100%;
    max-width: 500px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1024px) {
  .block.block-intro > .grid-container > .grid-x .intro-image-cell .intro-image {
    /* <<< LARGE <<< */
    max-width: 600px;
  }
}
.block.block-intro > .grid-container > .grid-x .intro-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: baseline;
  /* <<< */
  /* <<< */
}
@media (min-width: 640px) {
  .block.block-intro > .grid-container > .grid-x .intro-content {
    /* <<< MEDIUM <<< */
    gap: 16px;
    padding-top: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    flex-shrink: 1;
  }
}
@media (min-width: 1024px) {
  .block.block-intro > .grid-container > .grid-x .intro-content {
    /* <<< LARGE <<< */
    padding: 0 32px 64px 48px;
    padding-top: 128px;
  }
}
.block.block-intro > .grid-container > .grid-x .intro-content .jpc-button {
  /* <<< */
}
@media (min-width: 640px) {
  .block.block-intro > .grid-container > .grid-x .intro-content .jpc-button {
    /* <<< MEDIUM <<< */
    margin-bottom: 0;
    margin-top: 40px;
  }
}
.block.block-intro > .grid-container > .grid-x .intro-content .h1 {
  margin-top: 10px;
  margin-bottom: 8px;
  /* <<< */
}
@media (min-width: 640px) {
  .block.block-intro > .grid-container > .grid-x .intro-content .h1 {
    /* <<< MEDIUM <<< */
    margin-bottom: 0;
  }
}
.block.block-intro > .grid-container > .grid-x .intro-content .h2 {
  padding-right: 20px;
}
.block.block-leistungen {
  background-image: linear-gradient(to bottom, rgba(180, 230, 130, 0.9), rgba(180, 230, 130, 0.9)) !important;
  background-position: center center;
}
.block.block-leistungen .background-logo {
  background: transparent !important;
  /* <<< */
}
@media (min-width: 640px) {
  .block.block-leistungen .background-logo {
    /* <<< MEDIUM <<< */
    background-position: 50% center;
    background-size: cover;
    background-repeat: no-repeat;
    background-origin: calc(content-box + 50px);
  }
}
.block.block-leistungen .h3 {
  margin-bottom: 12px;
}
.block.block-leistungen p,
.block.block-leistungen li {
  max-width: 960px;
}
.block.block-leistungen .leistungen-bell {
  width: 20px;
  padding: 4px 0;
  margin-top: -10px;
  margin-right: 6px;
}
.block.block-photobumper-2 {
  /* <<< */
}
@media (min-width: 1024px) {
  .block.block-photobumper-2 {
    /* <<< LARGE <<< */
  }
}
.block.block-photobumper-2 .photobumper-image {
  width: 100%;
  min-height: 300px;
  max-height: 400px;
  /* <<< */
}
@media (min-width: 640px) {
  .block.block-photobumper-2 .photobumper-image {
    /* <<< MEDIUM <<< */
    min-height: 600px;
    max-height: 800px;
  }
}
.block.block-photobumper-2 .photobumper-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
.block.block-philosophie {
  background-image: linear-gradient(to bottom, rgb(229, 237, 218), rgb(229, 237, 218)) !important;
}
.block.block-philosophie > .grid-container {
  /* <<< */
}
@media (min-width: 1024px) {
  .block.block-philosophie > .grid-container {
    /* <<< LARGE <<< */
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
  }
}
.block.block-philosophie > .grid-container > .grid-x {
  /* <<< */
}
@media (min-width: 1024px) {
  .block.block-philosophie > .grid-container > .grid-x {
    /* <<< LARGE <<< */
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
    align-content: stretch;
  }
}
.block.block-philosophie > .grid-container > .grid-x .philosophie-image {
  height: auto;
  padding: 0 16px 16px 0;
  max-width: 80%;
  /* <<< */
  /* <<< */
}
@media (min-width: 640px) {
  .block.block-philosophie > .grid-container > .grid-x .philosophie-image {
    /* <<< MEDIUM <<< */
    max-width: 500px;
    height: auto;
    padding: 0 32px 32px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 64px;
  }
}
@media (min-width: 1024px) {
  .block.block-philosophie > .grid-container > .grid-x .philosophie-image {
    /* <<< LARGE <<< */
    justify-content: stretch;
    max-height: 800px;
  }
}
.block.block-philosophie > .grid-container > .grid-x .philosophie-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.block.block-philosophie > .grid-container > .grid-x .philosophie-content {
  padding-top: 0px;
  /* <<< */
  /* <<< */
}
@media (min-width: 640px) {
  .block.block-philosophie > .grid-container > .grid-x .philosophie-content {
    /* <<< MEDIUM <<< */
  }
}
@media (min-width: 1024px) {
  .block.block-philosophie > .grid-container > .grid-x .philosophie-content {
    /* <<< LARGE <<< */
    padding-top: 80px;
    padding-right: 64px;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
.block.block-philosophie > .grid-container > .grid-x .jpc-button {
  /* <<< */
}
@media (min-width: 640px) {
  .block.block-philosophie > .grid-container > .grid-x .jpc-button {
    /* <<< MEDIUM <<< */
    margin-bottom: 0;
  }
}
.block.block-kontakt {
  min-height: 100vh;
  background-image: linear-gradient(to bottom, rgba(180, 230, 130, 0.9), rgba(180, 230, 130, 0.9), rgba(180, 230, 130, 0.9), rgb(180, 230, 130)) !important;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  flex: 1;
  margin-right: 0;
  /* <<< */
  /* <<< */
}
@media (min-width: 1340px) {
  .block.block-kontakt {
    /* <<< X-LARGE <<< */
    margin-right: 316px;
  }
}
@media (min-width: 1600px) {
  .block.block-kontakt {
    /* <<< XX-LARGE <<< */
    margin-right: 360px;
  }
}
.block.block-kontakt > .grid-container {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  flex: 1;
}
.block.block-kontakt > .grid-container > .grid-x {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  flex: 1;
}
.block.block-kontakt > .grid-container > .grid-x .kontakt-cell {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.block.block-kontakt > .grid-container > .grid-x .kontakt-cell .block-content-wrapper {
  display: flex;
  gap: 32px;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  /* <<< */
}
@media (min-width: 640px) {
  .block.block-kontakt > .grid-container > .grid-x .kontakt-cell .block-content-wrapper {
    /* <<< MEDIUM <<< */
    align-items: center;
  }
}
.block.block-kontakt > .grid-container > .grid-x .kontakt-cell .block-content-wrapper .kontaktheadline-wrapper {
  display: flex;
  gap: 8px;
  flex-direction: column;
  align-items: center;
  /* <<< */
}
@media (min-width: 640px) {
  .block.block-kontakt > .grid-container > .grid-x .kontakt-cell .block-content-wrapper .kontaktheadline-wrapper {
    /* <<< MEDIUM <<< */
    gap: 16px;
  }
}
.block.block-kontakt > .grid-container > .grid-x .kontakt-cell .block-content-wrapper .kontaktheadline-wrapper .kontakt-bell {
  position: relative;
  width: 30px;
  /* <<< */
  /* <<< */
  /* <<< */
}
@media (min-width: 480px) {
  .block.block-kontakt > .grid-container > .grid-x .kontakt-cell .block-content-wrapper .kontaktheadline-wrapper .kontakt-bell {
    /* <<< SMALL-MEDIUM <<< */
  }
}
@media (min-width: 640px) {
  .block.block-kontakt > .grid-container > .grid-x .kontakt-cell .block-content-wrapper .kontaktheadline-wrapper .kontakt-bell {
    display: block;
    /* <<< MEDIUM <<< */
    width: 30px;
  }
}
@media (min-width: 1024px) {
  .block.block-kontakt > .grid-container > .grid-x .kontakt-cell .block-content-wrapper .kontaktheadline-wrapper .kontakt-bell {
    /* <<< LARGE <<< */
    width: 40px;
  }
}
.block.block-kontakt > .grid-container > .grid-x .kontakt-cell .block-content-wrapper .kontaktheadline-wrapper .kontakt-bell:hover .bellicon-hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.block.block-kontakt > .grid-container > .grid-x .kontakt-cell .block-content-wrapper .kontaktheadline-wrapper .kontakt-bell .bellicon {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.block.block-kontakt > .grid-container > .grid-x .kontakt-cell .block-content-wrapper .kontaktheadline-wrapper .kontakt-bell .bellicon-hover {
  top: 0;
  left: 0;
  position: absolute;
  opacity: 1;
  /* <<< */
}
@media (min-width: 640px) {
  .block.block-kontakt > .grid-container > .grid-x .kontakt-cell .block-content-wrapper .kontaktheadline-wrapper .kontakt-bell .bellicon-hover {
    /* <<< MEDIUM <<< */
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    transition: -webkit-transform 0.1s linear;
    transition: transform 0.1s linear;
    transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  }
}
.block.block-kontakt > .grid-container > .grid-x .kontakt-cell .block-content-wrapper .kontaktheadline-wrapper .kontakt-subline {
  max-width: 500px;
}
.block.block-kontakt > .grid-container > .grid-x .kontakt-cell .block-content-wrapper .kontaktinfos-wrapper {
  display: flex;
  gap: 16px;
  flex-direction: column;
  align-items: center;
}
.block.block-kontakt > .grid-container > .grid-x .kontakt-cell .block-content-wrapper .kontaktinfos-wrapper .h2,
.block.block-kontakt > .grid-container > .grid-x .kontakt-cell .block-content-wrapper .kontaktinfos-wrapper .h3,
.block.block-kontakt > .grid-container > .grid-x .kontakt-cell .block-content-wrapper .kontaktinfos-wrapper .h4 {
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  color: #872a1d;
}
.block.block-kontakt > .grid-container > .grid-x .kontakt-cell .block-content-wrapper .kontaktinfos-wrapper .h2 a,
.block.block-kontakt > .grid-container > .grid-x .kontakt-cell .block-content-wrapper .kontaktinfos-wrapper .h3 a,
.block.block-kontakt > .grid-container > .grid-x .kontakt-cell .block-content-wrapper .kontaktinfos-wrapper .h4 a {
  color: #872a1d;
}
.block.block-kontakt > .grid-container > .grid-x .kontakt-cell .block-content-wrapper .kontaktinfos-wrapper .h2 a:hover,
.block.block-kontakt > .grid-container > .grid-x .kontakt-cell .block-content-wrapper .kontaktinfos-wrapper .h3 a:hover,
.block.block-kontakt > .grid-container > .grid-x .kontakt-cell .block-content-wrapper .kontaktinfos-wrapper .h4 a:hover {
  color: #872a1d;
}
.block.block-kontakt > .grid-container > .grid-x .kontakt-cell .block-content-wrapper .kontaktinfos-wrapper .kontakt-icon {
  width: 20px;
  /* <<< */
}
@media (min-width: 640px) {
  .block.block-kontakt > .grid-container > .grid-x .kontakt-cell .block-content-wrapper .kontaktinfos-wrapper .kontakt-icon {
    /* <<< MEDIUM <<< */
    width: 28px;
    margin-right: 8px;
    padding-bottom: 2px;
  }
}

.instagram-link img {
  max-width: 24px;
  max-height: 24px;
  margin: 20px;
}

.anchor {
  position: relative;
  height: 0;
  top: 0px;
  /* <<< */
}
@media (min-width: 640px) {
  .anchor {
    /* <<< MEDIUM <<< */
    top: 0px;
  }
}

#jpc-desktopmenu-hero {
  display: none;
}
#jpc-desktopmenu-hero ul.menu {
  color: #000;
  font-weight: 600;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  font-family: "DM Serif Display", "Playfair Display", "Times New Roman", serif;
  gap: 8px;
  height: 60px;
}
#jpc-desktopmenu-hero ul.menu li.menuitem {
  display: flex;
  box-sizing: border-box;
  display: inline-block;
  padding: 0;
  align-items: stretch;
  justify-content: center;
  list-style: none;
}
#jpc-desktopmenu-hero ul.menu li.menuitem a {
  width: 100%;
  display: inline-block;
  word-spacing: 2px;
  padding: 16px 10px;
}
#jpc-desktopmenu-hero ul.menu li.menuitem a .inner {
  display: inline;
  position: relative;
  font-size: 22px;
  color: #872a1d;
  font-weight: 500;
  text-transform: none;
}
#jpc-desktopmenu-hero ul.menu li.menuitem:hover a {
  text-decoration: none;
}
#jpc-desktopmenu-hero ul.menu li.menuitem:hover a .inner {
  color: #9a716b;
  text-decoration: none;
  display: inline;
  position: relative;
}

#jpc-desktopmenu {
  display: none;
  /* <<< */
  /* <<< */
  /* <<< */
  /* <<< */
}
@media (min-width: 640px) {
  #jpc-desktopmenu {
    /* <<< MEDIUM <<< */
  }
}
@media (min-width: 1024px) {
  #jpc-desktopmenu {
    /* <<< LARGE <<< */
  }
}
@media (min-width: 1340px) {
  #jpc-desktopmenu {
    /* <<< X-LARGE <<< */
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    transition: right 0.3s ease-out;
    background-color: rgb(180, 230, 130);
    color: #872a1d;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-sizing: content-box;
    align-items: center;
    align-items: stretch;
    display: flex;
    transition: width 0.3s ease-out;
    width: 316px;
  }
}
@media (min-width: 1600px) {
  #jpc-desktopmenu {
    /* <<< XX-LARGE <<< */
    width: 360px;
  }
}
#jpc-desktopmenu.standardpage {
  top: 0 !important;
}
#jpc-desktopmenu .desktop-menu-content {
  padding: 64px 0 96px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  gap: 128px;
}
#jpc-desktopmenu .desktop-menu-content .desktopmenu-logo-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#jpc-desktopmenu .desktop-menu-content .desktopmenu-logo-wrapper img {
  padding: 8px 0;
  width: 240px;
}
#jpc-desktopmenu .desktop-menu-content ul.menu {
  color: #000;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  font-family: "DM Serif Display", "Playfair Display", "Times New Roman", serif;
  gap: 8px;
}
#jpc-desktopmenu .desktop-menu-content ul.menu li.menuitem {
  display: flex;
  box-sizing: border-box;
  display: inline-block;
  padding: 0;
  align-items: stretch;
  justify-content: center;
  cursor: pointer;
}
#jpc-desktopmenu .desktop-menu-content ul.menu li.menuitem a {
  width: 100%;
  display: inline-block;
  word-spacing: 2px;
  padding: 16px 10px;
}
#jpc-desktopmenu .desktop-menu-content ul.menu li.menuitem a .inner {
  display: inline;
  position: relative;
  font-size: 22px;
  color: #872a1d;
  font-weight: 500;
  text-transform: none;
}
#jpc-desktopmenu .desktop-menu-content ul.menu li.menuitem:hover a {
  text-decoration: none;
}
#jpc-desktopmenu .desktop-menu-content ul.menu li.menuitem:hover a .inner {
  color: #9a716b;
  text-decoration: none;
  display: inline;
  position: relative;
}

#jpc-mobilemenu {
  background-color: transparent;
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  position: fixed;
  width: 100%;
  height: auto;
  min-height: 40px;
  top: 0px;
  right: 0px;
  color: white;
  z-index: 1990;
  pointer-events: none;
  /* <<< */
}
@media (min-width: 1340px) {
  #jpc-mobilemenu {
    /* <<< X-LARGE <<< */
    display: none;
  }
}
#jpc-mobilemenu .clickcatcher {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 1000;
  width: 100vw;
  height: 120vh;
  transition: background-color 0.3s;
}
#jpc-mobilemenu .close-cross {
  cursor: pointer;
  pointer-events: none;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  z-index: 5000;
  box-shadow: none !important;
  transition: box-shadow 0.2s 0.2s;
  opacity: 0;
  background-color: rgb(180, 230, 130);
}
#jpc-mobilemenu .close-cross .menuicon {
  width: 16px;
}
#jpc-mobilemenu .hamburger-box {
  position: absolute;
  width: 100%;
  text-align: right;
  pointer-events: none;
  z-index: 3500;
  height: 80px;
}
#jpc-mobilemenu .hamburger-box .hamburger {
  padding: 18px 12px;
  pointer-events: all;
  cursor: pointer;
  z-index: 3010;
  position: relative;
  right: 0;
  top: 0;
  display: inline-block;
  margin: 0px;
  height: 70px;
  width: 70px;
  background-color: rgb(180, 230, 130);
  text-align: right;
  transition: all 0.3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#jpc-mobilemenu .hamburger-box .hamburger.showcross {
  transition: all 0.3s;
}
#jpc-mobilemenu .hamburger-box .hamburger.showcross .logo {
  opacity: 1;
}
#jpc-mobilemenu .hamburger-box .hamburger.showcross .hamburger-inner {
  opacity: 0;
  background-color: rgb(180, 230, 130);
}
#jpc-mobilemenu .hamburger-box .hamburger.showcross .hamburger-inner:after, #jpc-mobilemenu .hamburger-box .hamburger.showcross .hamburger-inner:before {
  background-color: rgb(180, 230, 130);
}
#jpc-mobilemenu .hamburger-box .hamburger.forcehide .logo {
  opacity: 0 !important;
}
#jpc-mobilemenu .hamburger-box .hamburger.forcehide .hamburger-inner {
  opacity: 1 !important;
}
#jpc-mobilemenu .hamburger-box .hamburger .turnbox {
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.4s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  height: 70px;
  width: 70px;
}
#jpc-mobilemenu .hamburger-box .hamburger .turnbox .hamburger-inner {
  padding: 14px 14px 12px 12px;
}
#jpc-mobilemenu .hamburger-box.menuopen, #jpc-mobilemenu .hamburger-box.menu-halfopen {
  transition: all 0.3s;
}
#jpc-mobilemenu .hamburger-box.menuopen .hamburger, #jpc-mobilemenu .hamburger-box.menu-halfopen .hamburger {
  transition: all 0.3s;
  margin-top: 0px;
  margin-bottom: 0;
}
#jpc-mobilemenu .hamburger-box.menuopen .logo_wrapper, #jpc-mobilemenu .hamburger-box.menu-halfopen .logo_wrapper {
  height: auto;
  opacity: 1;
}
#jpc-mobilemenu .hamburger-box.menuopen .logo_wrapper .name, #jpc-mobilemenu .hamburger-box.menu-halfopen .logo_wrapper .name {
  transition: opacity 0.4s;
  transition-delay: 0.1s;
  opacity: 1;
}
#jpc-mobilemenu .hamburger-box.menuopen .logo_wrapper .subline, #jpc-mobilemenu .hamburger-box.menu-halfopen .logo_wrapper .subline {
  transition: opacity 0.4s;
  transition-delay: 0.1s;
  opacity: 1;
}
#jpc-mobilemenu .mobilemenu {
  padding-top: 0px;
  height: 0px;
  transition: all 0.3s;
  position: absolute;
  right: -100vw;
  opacity: 1;
  overflow-y: hidden;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  background: rgb(180, 230, 130);
  z-index: 2500;
  overflow: hidden;
}
#jpc-mobilemenu .mobilemenu .homelink {
  margin-top: 0;
  /* <<< */
  margin-bottom: 10px;
  /* <<< */
}
@media (min-width: 640px) {
  #jpc-mobilemenu .mobilemenu .homelink {
    /* <<< MEDIUM <<< */
    margin-top: 10px;
  }
}
#jpc-mobilemenu .mobilemenu .homelink .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
}
#jpc-mobilemenu .mobilemenu .homelink .logo > img {
  width: 100%;
  max-width: 240px;
}
@media (min-width: 640px) {
  #jpc-mobilemenu .mobilemenu .homelink {
    /* <<< MEDIUM <<< */
    margin-bottom: 20px;
  }
}
#jpc-mobilemenu .mobilemenu .menuitems-wrapper {
  padding-bottom: 10px;
  padding-right: 5px;
  text-align: center;
  opacity: 0;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  font-family: "DM Serif Display", "Playfair Display", "Times New Roman", serif;
}
#jpc-mobilemenu .mobilemenu .menuitems-wrapper .menuitem {
  box-sizing: border-box;
  width: 100%;
  display: block;
  text-transform: uppercase;
}
#jpc-mobilemenu .mobilemenu .menuitems-wrapper .menuitem a {
  width: 100%;
  display: inline-block;
  word-spacing: 2px;
  padding: 7px 10px;
}
#jpc-mobilemenu .mobilemenu .menuitems-wrapper .menuitem a .inner {
  display: inline;
  position: relative;
  font-size: 22px;
  color: #872a1d;
  font-weight: 500;
  text-transform: none;
  /* <<< */
}
@media (min-width: 640px) {
  #jpc-mobilemenu .mobilemenu .menuitems-wrapper .menuitem a .inner {
    /* <<< MEDIUM <<< */
    font-size: 22px;
  }
}
#jpc-mobilemenu .mobilemenu .menuitems-wrapper .menuitem:hover a {
  text-decoration: none;
}
#jpc-mobilemenu .mobilemenu .menuitems-wrapper .menuitem:hover a .inner {
  color: #9a716b;
  text-decoration: none;
  display: inline;
  position: relative;
}
#jpc-mobilemenu .mobilemenu .menuitems-wrapper .menuitem:nth-child(5) a .inner {
  font-size: 18px;
}
#jpc-mobilemenu:not(.hero-active) {
  top: 0px;
  transition: all 0.3s;
}
#jpc-mobilemenu.hero-active {
  top: -80px;
  transition: all 0.3s;
}
#jpc-mobilemenu.standardpage {
  top: 0;
}
#jpc-mobilemenu.menuopen {
  pointer-events: all;
}
#jpc-mobilemenu.menuopen .close-cross {
  pointer-events: all;
  box-shadow: none !important;
  transition: box-shadow 0s 0s;
  opacity: 1;
}
#jpc-mobilemenu.menuopen .mobilemenu {
  right: 0px;
  opacity: 1;
  height: 325px;
  /* <<< */
}
@media (min-width: 640px) {
  #jpc-mobilemenu.menuopen .mobilemenu {
    /* <<< MEDIUM <<< */
    height: 350px;
  }
}
#jpc-mobilemenu.menuopen .mobilemenu .homelink {
  top: 0;
  pointer-events: all;
  cursor: pointer;
  transition: top 0.15s ease-in-out 0.2s;
}
#jpc-mobilemenu.menuopen .mobilemenu .homelink .menuicon {
  width: 40px;
}
#jpc-mobilemenu.menuopen .mobilemenu .menuitems-wrapper {
  transition: opacity 0.4s;
  transition-delay: 0.1s;
  opacity: 1;
}
#jpc-mobilemenu.menuopen .clickcatcher {
  pointer-events: all;
  background-color: rgba(0, 0, 0, 0.4);
  transition: background-color 0.3s;
}
#jpc-mobilemenu.menuopen .hamburger-box .hamburger {
  box-shadow: none !important;
}
#jpc-mobilemenu.menu-halfopen {
  pointer-events: all;
}
#jpc-mobilemenu.menu-halfopen .close-cross {
  box-shadow: none !important;
  transition: box-shadow 0s 0s;
  opacity: 1;
}
#jpc-mobilemenu.menu-halfopen .menuitems-wrapper {
  pointer-events: all;
}
#jpc-mobilemenu.menu-halfopen .homelink .logo {
  opacity: 0;
  transition: opacity 0.3s 0.2s;
}
#jpc-mobilemenu.menu-halfopen:not(.menuopen) .turnbox {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
#jpc-mobilemenu.menu-halfopen:not(.menuopen) .mobilemenu {
  width: 100%;
  right: 0px;
  opacity: 1;
  height: 0;
  transition: top 0s, right 0.3s, height 0.25s;
  box-shadow: none;
  /* <<< */
}
@media (min-width: 370px) {
  #jpc-mobilemenu.menu-halfopen:not(.menuopen) .mobilemenu {
    /* <<< SMALL <<< */
    padding-top: 60px;
  }
}
#jpc-mobilemenu.menu-halfopen:not(.menuopen) .mobilemenu .homelink {
  transition: top 0s linear 0s;
}
#jpc-mobilemenu.menu-halfopen:not(.menuopen) .mobilemenu .menuitems-wrapper {
  height: 0;
  padding: 0;
  overflow: hidden;
}
#jpc-mobilemenu.menu-halfopen:not(.menuopen) .clickcatcher {
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0);
}
#jpc-mobilemenu:not(.menuopen):not(.menu-halfopen) .homelink .logo {
  opacity: 0;
  transition: opacity 0.15s;
  /* <<< */
}
@media (min-width: 640px) {
  #jpc-mobilemenu:not(.menuopen):not(.menu-halfopen) .homelink .logo {
    /* <<< MEDIUM <<< */
    opacity: 1;
  }
}
#jpc-mobilemenu:not(.menuopen):not(.menu-halfopen) .hamburger-box .hamburger {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
