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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 44px;
  font-weight: 700;
}

p {
  font-family: K2D, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
  line-height: 1.4;
}

a {
  color: #1c1c1c;
  font-weight: 400;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.section-1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-color: #f5c878;
  background-image: url('../images/istockphoto-1323672721-2048x2048.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.bubble {
  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;
  border-radius: 50%;
}

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

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

.section-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 180px;
  background-color: #e8e350;
}

.section-3 {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 180px;
  background-color: #ff8d40;
}

.link-block {
  overflow: hidden;
  width: 110px;
  height: 110px;
  margin-bottom: 10px;
  border-radius: 50%;
  box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

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

.logo-wrapper {
  position: absolute;
  top: 5%;
  right: 20%;
  width: 200px;
}

.logo-wrapper.logowrapperimp {
  top: 50px;
}

.logo-wrapper.logowrapperimp.backwrapper {
  left: 50%;
  top: 76px;
  right: auto;
  width: 930px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.buttonwrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 50px;
  text-align: center;
}

.btn-down {
  position: relative;
  border-radius: 50%;
  opacity: 0.4;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

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

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

.heading {
  margin-bottom: 60px;
  padding-top: 0px;
  font-family: 'Amatic SC', sans-serif;
  color: #1c1c1c;
  font-size: 55px;
  line-height: 69px;
  font-weight: 700;
}

.heading.headinwhite {
  color: #fff;
}

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

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

.arrowbubble.ab-v2 {
  background-color: #fff;
}

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

.section-4 {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 180px;
  background-color: #ff7e9e;
}

.team-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -25px;
  margin-left: -25px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.team-head-img {
  max-height: 230px;
  max-width: 250px;
  margin-bottom: auto;
  padding-top: 12px;
}

.team-head-text {
  padding-left: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #1c1c1c;
}

.body {
  font-family: K2D, sans-serif;
  color: #1c1c1c;
  font-size: 22px;
  line-height: 40px;
}

.team-img-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-right: 25px;
  margin-left: 25px;
  -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: 19px;
  line-height: 28px;
}

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

.text-block-2 {
  margin-top: 16px;
  color: #1c1c1c;
  font-weight: 400;
}

.link {
  color: #1c1c1c;
}

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

.section-5 {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 150px;
  background-color: #6a6a6a;
}

.text-white {
  color: #fff;
  font-size: 20px;
}

.heading-white {
  margin-bottom: 70px;
  font-family: 'Amatic SC', sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 69px;
  font-weight: 700;
}

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

.link-undercover {
  color: #fff;
  text-decoration: none;
}

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

.map-wrapper {
  position: relative;
  width: 100%;
  height: 330px;
  background-color: #fff;
}

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

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

.map-text-holder {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  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;
  text-align: center;
}

.anzeigen {
  padding-right: 30px;
  padding-left: 30px;
  background-color: #fcc454;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-decoration: none;
  cursor: pointer;
}

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

.anzeigen-txt {
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.map {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
}

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

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

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

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

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

.footer-link {
  margin-right: 12px;
  margin-left: 12px;
  color: #fcc454;
  font-size: 15px;
  text-decoration: none;
}

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

.bhf-heading {
  margin-bottom: 50px;
  padding-left: 10px;
  font-size: 22px;
  font-weight: 400;
}

.list {
  padding-left: 20px;
  opacity: 0.84;
  font-size: 20px;
  line-height: 33px;
  font-weight: 300;
}

.list-item {
  padding-bottom: 16px;
  font-size: 18px;
  line-height: 1.6;
}

.team-desc {
  opacity: 0.85;
  font-weight: 300;
}

.ktk-heading {
  margin-bottom: 50px;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
}

.imrpessum-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding-top: 200px;
  padding-bottom: 50px;
  background-color: #fde3b4;
}

.back-image {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (max-width: 991px) {
  .section-1 {
    background-position: 70% 50%;
  }

  .menu-wrapper {
    left: 70px;
  }

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

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

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

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

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

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

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

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

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

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

  .team-img-wrapper {
    width: 150px;
    margin-bottom: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .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 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .kontakt-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .kontakt-block.kbfirst {
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .map-wrapper {
    height: 650px;
  }

  .map-text {
    width: 90%;
  }

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

  .imrpessum-section {
    background-position: 70% 50%;
  }
}

@media screen and (max-width: 767px) {
  .section-1 {
    height: 650px;
  }

  .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 {
    left: 50%;
    top: 12px;
    right: auto;
    z-index: 2;
    width: 100px;
    height: 135px;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }

  .buttonwrapper {
    display: none;
  }

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

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

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

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

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

  .arrowimage {
    width: 17px;
  }

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

  .team-head {
    -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;
  }

  .team-bot {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

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

  .team-img-wrapper {
    width: 100%;
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

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

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

  .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 {
    position: absolute;
    left: 50%;
    top: 0px;
    bottom: 0px;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }

  .mobile-menu-bg {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -1;
    display: block;
    height: 100%;
    min-height: 100vh;
    background-color: #ffe0a2;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

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

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

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

  .mobile-menu-bg.bg-bk {
    background-color: #6a6a6a;
  }

  .mobile-menu-icon-wrapper {
    position: absolute;
    left: 50%;
    top: 170px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }

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

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

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

  .imrpessum-section {
    height: 650px;
  }
}

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

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

