:root {
  --dim-grey-3: #5c5f7c;
  --sandy-brown: #e3a660;
  --tan: #cfc2ad;
  --white: white;
  --dim-grey-2: #515c6d;
  --black: #1c1c1c;
  --black-2: #282935;
  --dim-grey: #6a6a6a;
  --slate-grey: #6c6c85;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--dim-grey-3);
  text-decoration: underline;
}

strong {
  font-weight: 600;
}

.section-1 {
  background-color: #e3a660;
  background-image: url('../images/header-janocha.jpg');
  background-position: 50% 20%;
  background-size: cover;
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.section-1.impressum {
  background-color: #cfc2ad1a;
  background-image: none;
  min-height: auto;
}

.menu-wrapper {
  z-index: 4;
  position: fixed;
  top: 18%;
  bottom: auto;
  left: 15%;
  overflow: auto;
}

.bubble {
  border-radius: 50%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.bubble-icon {
  width: 100%;
  height: 100%;
  position: relative;
}

.bubble-icon-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
}

.section-2 {
  background-color: var(--sandy-brown);
  width: 100%;
  min-height: 100vh;
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.section-3 {
  background-color: var(--tan);
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 250px;
  position: relative;
  overflow: hidden;
}

.link-block {
  cursor: pointer;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  margin-bottom: 10px;
  transition: opacity .2s;
  overflow: hidden;
}

.link-block:hover {
  opacity: .6;
}

.logo-wrapper {
  width: 300px;
  position: absolute;
  top: 57%;
  right: 10%;
}

.logo-wrapper.logo-impressum {
  top: 5em;
}

.buttonwrapper {
  text-align: center;
  position: absolute;
  inset: auto 0% 50px;
}

.btn-down {
  opacity: .4;
  border-radius: 50%;
  transition: opacity .3s;
  position: relative;
}

.btn-down:hover {
  opacity: .49;
}

.btn-down.btnd2 {
  display: none;
}

.text-wrapper {
  width: 60%;
  max-width: 950px;
  position: relative;
  left: 28%;
}

.text-wrapper.team {
  padding-top: 30px;
}

.heading {
  color: var(--white);
  margin-top: 30px;
  margin-bottom: 70px;
  font-family: Amaticoff, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 69px;
}

.heading.headinwhite {
  color: var(--white);
  margin-top: 30px;
}

.paragraph {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.text-block {
  color: var(--dim-grey-2);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.text-block.leistung-heading {
  cursor: pointer;
  margin-right: 10px;
  font-weight: 600;
}

.arrowbubble {
  z-index: 0;
  background-color: #152131;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  position: relative;
}

.arrowimage {
  z-index: 1;
  position: absolute;
  top: 27%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-4 {
  background-color: var(--dim-grey-3);
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.team-head {
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.team-bot {
  align-items: flex-start;
  display: flex;
}

.team-head-img {
  max-width: 240px;
}

.team-head-text {
  flex: 1;
  padding-left: 50px;
}

.body {
  color: var(--black);
  font-family: Montserratoff, sans-serif;
  font-size: 22px;
  line-height: 40px;
}

.team-img-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 50px;
  display: flex;
}

.team-img-wrapper.hidden {
  display: none;
}

.team-img {
  max-width: 240px;
}

.text-block-2 {
  color: var(--white);
  text-align: left;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.link {
  color: var(--black);
}

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

.section-5 {
  background-color: var(--black-2);
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.text-white {
  color: var(--white);
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.heading-white {
  color: var(--white);
  margin-bottom: 70px;
  font-family: Amatic SC;
  font-size: 55px;
  font-weight: 700;
  line-height: 69px;
}

.kontakt-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.link-undercover {
  color: var(--white);
  text-decoration: none;
}

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

.map-wrapper {
  background-color: var(--white);
  width: 100%;
  height: 330px;
  position: relative;
}

.map-holder {
  background-image: url('../images/map.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 14px;
}

.map-text {
  max-width: 640px;
  margin-bottom: 20px;
  font-size: 18px;
}

.map-text-holder {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.anzeigen {
  cursor: pointer;
  background-color: #fcc454;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  transition: background-color .2s;
}

.anzeigen:hover {
  background-color: #dba331;
}

.anzeigen-txt {
  color: var(--white);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.map {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.section-6 {
  width: 100%;
  height: 110px;
}

.footer-arrow-wrapper {
  position: relative;
  top: -16px;
}

.link-block-2 {
  width: 55px;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-text-wrapper {
  text-align: center;
}

.footer-link {
  color: var(--black-2);
  margin-left: 12px;
  margin-right: 12px;
  font-size: 15px;
  text-decoration: none;
}

.mobile-menu-wrapper {
  display: none;
}

.impressum-text-wrapper {
  width: 70%;
  max-width: 960px;
  margin-top: 14em;
  margin-left: 10em;
  padding-bottom: 200px;
}

.rich-text-block {
  font-size: 18px;
  line-height: 1.3;
}

.image-3 {
  display: inline-block;
}

.column {
  font-family: K2D;
}

.html-embed-2 {
  font-size: 16px;
}

.heading-dark {
  color: var(--black);
  margin-top: 30px;
  margin-bottom: 70px;
  font-family: Amatic SC;
  font-size: 45px;
  font-weight: 700;
  line-height: 69px;
}

.heading-dark.headinwhite {
  color: var(--white);
  margin-top: 30px;
}

.leistung-container {
  border-bottom: 1px solid #5c5f7c4d;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.leistung-text-container {
  z-index: 1;
  width: 100%;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.leistung-text-container.ltc-right {
  left: auto;
  right: -20px;
}

.leistungen-text {
  color: var(--dim-grey-3);
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
}

.leistungen-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.gallery-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 30px;
  display: grid;
}

.lightbox-link {
  height: 200px;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team-image-container {
  background-image: url('../images/_04A3581_M-web-2.png');
  background-position: 50% 3%;
  background-size: cover;
  height: 50vh;
  display: block;
}

.start-image-container {
  background-image: url('../images/_04A3307_M.jpg');
  background-position: 50% 70%;
  background-size: cover;
  height: 50vh;
}

@media screen and (max-width: 991px) {
  .section-1 {
    background-image: url('../images/header-janocha-tablet.jpg');
    background-position: 50%;
  }

  .menu-wrapper {
    left: 70px;
  }

  .section-2, .section-3 {
    height: auto;
    min-height: 100vh;
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .link-block {
    width: 100px;
    height: 100px;
  }

  .logo-wrapper {
    width: 200px;
    top: 73%;
    right: 10%;
  }

  .logo-wrapper.logo-impressum {
    top: 2em;
    right: 2em;
  }

  .text-wrapper {
    width: 65%;
    transform: translate(0);
  }

  .heading {
    margin-bottom: 50px;
    font-size: 40px;
    line-height: 42px;
  }

  .paragraph, .text-block {
    font-size: 18px;
    line-height: 30px;
  }

  .section-4 {
    height: auto;
    min-height: 100vh;
    padding-top: 0;
    padding-bottom: 180px;
  }

  .team-head {
    align-items: flex-start;
  }

  .team-bot {
    flex-wrap: wrap;
  }

  .team-img-wrapper {
    flex: none;
    align-items: flex-start;
    width: 190px;
    margin-bottom: 30px;
  }

  .text-block-2 {
    font-size: 18px;
    line-height: 30px;
  }

  .section-5 {
    height: auto;
    min-height: 100vh;
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .text-white {
    font-size: 18px;
    line-height: 30px;
  }

  .kontakt-wrapper {
    flex-wrap: wrap;
  }

  .kontakt-block {
    flex: none;
  }

  .kontakt-block.kbfirst {
    flex: none;
    width: 50%;
    margin-bottom: 30px;
  }

  .map-wrapper {
    height: 650px;
  }

  .map-text {
    width: 90%;
  }

  .footer-text-wrapper {
    margin-bottom: 40px;
  }

  .impressum-text-wrapper {
    width: 90%;
    margin-top: 12em;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-dark {
    margin-bottom: 50px;
    font-size: 40px;
    line-height: 42px;
  }

  .leistung-container {
    flex-direction: column;
    margin-bottom: 40px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .leistung-text-container {
    display: block;
  }

  .leistung-text-container.ltc-right {
    left: 0;
    right: auto;
  }

  .lightbox-link {
    height: 150px;
  }

  .team-image-container, .start-image-container {
    height: 250px;
  }
}

@media screen and (max-width: 767px) {
  .section-1 {
    background-color: #fec755;
    background-image: url('../images/header-janocha-mobil.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 140%;
    height: 650px;
  }

  .section-1.impressum {
    height: auto;
  }

  .menu-wrapper {
    display: none;
  }

  .section-2 {
    min-height: auto;
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .section-3 {
    min-height: auto;
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .logo-wrapper {
    z-index: 2;
    width: 170px;
    height: auto;
    top: 12px;
    left: 10%;
    right: auto;
  }

  .buttonwrapper {
    display: none;
  }

  .text-wrapper {
    width: 80%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .text-wrapper.leistungen {
    width: 95%;
    max-width: none;
  }

  .heading {
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 30px;
  }

  .paragraph {
    margin-top: 35px;
    font-size: 16px;
    line-height: 28px;
  }

  .text-block {
    text-align: center;
    font-size: 16px;
    line-height: 28px;
  }

  .text-block.leistung-heading {
    text-align: left;
  }

  .arrowbubble {
    width: 35px;
    height: 35px;
  }

  .arrowimage {
    width: 17px;
  }

  .section-4 {
    min-height: auto;
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .team-head {
    flex-direction: column;
    align-items: center;
  }

  .team-bot {
    justify-content: center;
  }

  .team-head-img {
    max-width: 140px;
    max-height: 140px;
  }

  .team-head-text {
    text-align: center;
    padding-left: 0;
  }

  .team-img-wrapper {
    align-items: center;
    width: 100%;
    margin-right: 0;
  }

  .team-img {
    max-width: 140px;
  }

  .text-block-2 {
    text-align: center;
    font-size: 16px;
    line-height: 28px;
  }

  .section-5 {
    min-height: auto;
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .text-white {
    text-align: center;
    font-size: 16px;
    line-height: 28px;
  }

  .kontakt-block {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .kontakt-block.kbfirst {
    margin-bottom: 15px;
  }

  .map-wrapper {
    height: 350px;
  }

  .map-text {
    width: 95%;
    font-size: 15px;
    line-height: 25px;
  }

  .anzeigen-txt {
    font-size: 16px;
    line-height: 32px;
  }

  .mobile-menu-wrapper {
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
  }

  .mobile-menu-bg {
    z-index: -1;
    background-color: #ffe0a2;
    height: 100%;
    min-height: 100vh;
    display: block;
    position: fixed;
    inset: 0%;
    transform: translate(0);
  }

  .mobile-menu-bg.bg-gr {
    background-color: #d7ff7e;
  }

  .mobile-menu-bg.bg-r {
    background-color: #ff857e;
  }

  .mobile-menu-bg.bg-bl {
    background-color: #d8f7ff;
  }

  .mobile-menu-bg.bg-bk {
    background-color: var(--dim-grey);
  }

  .mobile-menu-icon-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: absolute;
    top: 40px;
    right: 10%;
    overflow: hidden;
  }

  .mobile-menu-icon-wrapper.mome-vers2 {
    top: 50px;
  }

  .mobile-menu-bubble {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }

  .heading-dark {
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 30px;
  }

  .leistung-text-container {
    overflow: hidden;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .heading.headinwhite {
    color: var(--white);
    font-size: 30px;
  }

  .map-text {
    font-size: 15px;
  }

  .mobile-menu-bg.bg-gr {
    background-color: var(--sandy-brown);
  }

  .mobile-menu-bg.bg-r {
    background-color: var(--tan);
  }

  .mobile-menu-bg.bg-bl {
    background-color: var(--dim-grey-3);
  }

  .mobile-menu-bg.bg-bk {
    background-color: var(--black-2);
  }

  .heading-dark.headinwhite {
    color: var(--white);
    font-size: 30px;
  }

  .leistung-container {
    margin-bottom: 20px;
  }

  .leistungen-text {
    margin-bottom: 0;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }
}

#w-node-_38431f7e-8f6f-4807-070a-37b88a8512ed-6d1e800a, #w-node-f311e27e-5fc2-4a62-8f66-6301239fd1db-6d1e800a, #w-node-e9edc631-3ee5-93c7-f019-d49056a68c8b-6d1e800a, #w-node-_21e847e0-8473-71ac-d686-25c283459329-6d1e800a, #w-node-_727513b9-adf6-33ed-e454-709eef884bca-6d1e800a, #w-node-_7d53a806-ad1b-5bd8-7519-95970f162361-6d1e800a, #w-node-_00f11a2d-275c-1c20-d23f-adc0284bd557-6d1e800a, #w-node-_0dcc5ea7-a3c9-b357-fc07-6e24a0a33486-6d1e800a, #w-node-_0631f47d-95cc-d735-abd3-a553c68fdd20-6d1e800a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Amaticoff';
  src: url('../fonts/AmaticOFF-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amaticoff';
  src: url('../fonts/AmaticOFF-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratoff';
  src: url('../fonts/MontserratOff-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratoff';
  src: url('../fonts/MontserratOff-ExtraBold.ttf') format('truetype'), url('../fonts/MontserratOff-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratoff';
  src: url('../fonts/MontserratOff-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratoff';
  src: url('../fonts/MontserratOff-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratoff';
  src: url('../fonts/MontserratOff-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratoff';
  src: url('../fonts/MontserratOff-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratoff';
  src: url('../fonts/MontserratOff-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratoff';
  src: url('../fonts/MontserratOff-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}