.copy-txt {
  font-family: signika-light;
  color: #6f3c18;
  font-size: 17px;
  line-height: 25px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px; }
  .copy-txt a {
    color: #6f3c18;
    text-decoration: none !important; }
  .copy-txt a:hover {
    color: #ce4e29;
    text-decoration: none !important; }

.title-txt {
  font-family: signika-regular;
  color: #6f3c18;
  font-size: 28px;
  line-height: 36px;
  position: relative;
  font-weight: lighter;
  padding-left: 15px;
  padding-right: 15px; }

.headline-txt {
  font-family: signika-regular;
  color: #6f3c18;
  font-size: 17px;
  line-height: 25px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0; }

#navi-contact {
  /*@media(max-width: $breakpoint-m) and (orientation: portrait){
      display:inline-block;
    };*/ }

.stop-scrolling {
  margin: 0;
  height: 100%;
  overflow: hidden; }

.navi {
  position: relative;
  z-index: 10;
  padding-top: 20px;
 /* &-point-cir-small{
    height:30px;
    width:30px;
    border-radius: 30px;
    background-color: $navi-point-cir;
    position:absolute;
    background-repeat: no-repeat;
    background-position: center;

    &-0 {
      left:71px;
      background-image: url("../assets/navi-bug.png");
      top:-2px;
      &:hover{
        background-image: url("../assets/navi-leaf.png");
      }
    }
    &-1{
      left:86px;
      top:-18px;
      background-image: url("../assets/navi-leaf.png");
    }
    &-2{
      left:60px;
      top:-15px;
      background-image: url("../assets/navi-bee.png");
    }

  }*/ }
  .navi .active a {
    color: #ce4e29; }
  .navi-container {
    margin-left: 15px;
    padding-top: 15px;
    position: relative;
    display: inline-block; }
    @media (max-width: 500px) and (orientation: portrait) {
      .navi-container {
        margin-left: 0;
        display: none; } }
  .navi-mobile-bg {
    background-color: rgba(199, 211, 0, 0.9);
    height: 100vh;
    position: fixed;
    padding-top: 0; }
  .navi-mobile-bug {
    position: relative;
    margin-top: 20vh;
    display: none;
    left: 50%;
    transform: translateX(-50%);
    position: relative; }
  .navi-mobile-sandwich {
    display: none;
    cursor: pointer;
    height: 45px;
    width: 100%;
    background-color: #c6d200;
    position: fixed;
    opacity: 0; }
    @media (max-width: 500px) and (orientation: portrait) {
      .navi-mobile-sandwich {
        display: inline-block;
        top: 0;
        opacity: 1; } }
    .navi-mobile-sandwich-line {
      display: inline-block;
      left: 50%;
      transform: translateX(-50%);
      position: relative;
      top: 6px; }
      .navi-mobile-sandwich-line-short {
        position: relative;
        left: 10px;
        width: 40px;
        height: 2px;
        background: #6f3c18;
        margin: 6px 0 6px 0; }
      .navi-mobile-sandwich-line-long {
        position: relative;
        width: 60px;
        height: 2px;
        background: #6f3c18;
        margin: 6px 0 6px 0; }
  .navi a {
    padding-right: 50px;
    font-family: signika-regular;
    color: #6f3c18;
    font-size: 18px;
    position: relative;
    text-decoration: none; }
    .navi a:hover {
      color: #ce4e29; }
    @media (max-width: 500px) and (orientation: portrait) {
      .navi a {
        font-size: 24px;
        padding-right: 0; } }
  .navi-point {
    display: inline-block;
    cursor: pointer;
    position: relative; }
    @media (max-width: 500px) and (orientation: portrait) {
      .navi-point {
        width: 100%;
        text-align: center;
        margin: 15px 0 15px 0; } }

.footer-txt {
  font-family: signika-regular;
  font-size: 17px;
  line-height: 22px; }
  .footer-txt a {
    color: #6f3c18; }
.footer-logo {
  position: relative;
  left: 50%;
  transform: translateX(-50%); }
.footer-line {
  border-top: 1px solid #6f3c18;
  max-width: 370px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  margin-top: 30px;
  margin-bottom: 10px;
  opacity: 0.3; }
.footer-year {
  color: #6f3c18;
  width: 100%;
  position: relative;
  text-align: center;
  padding: 0;
  margin-top: 10px; }
  @media (max-width: 500px) {
    .footer-year {
      margin-top: 30px; } }
.footer-nav {
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px; }
  @media (max-width: 500px) {
    .footer-nav {
      margin-top: 20px; } }
  .footer-nav-contact {
    cursor: pointer;
    display: inline-block;
    padding: 10px 10px; }
    @media (max-width: 500px) {
      .footer-nav-contact {
        text-align: center;
        width: 100%; } }
  .footer-nav-impressum {
    display: inline-block;
    cursor: pointer;
    padding: 10px 10px; }
    @media (max-width: 500px) {
      .footer-nav-impressum {
        text-align: center;
        width: 100%; } }
  .footer-nav-fb {
    display: inline-block;
    cursor: pointer; }
    @media (max-width: 500px) {
      .footer-nav-fb {
        text-align: center;
        width: 100%; } }

#navi-contact {
  /*@media(max-width: $breakpoint-m) and (orientation: portrait){
      display:inline-block;
    };*/ }

.stop-scrolling {
  margin: 0;
  height: 100%;
  overflow: hidden; }

.navi {
  position: relative;
  z-index: 10;
  padding-top: 20px;
 /* &-point-cir-small{
    height:30px;
    width:30px;
    border-radius: 30px;
    background-color: $navi-point-cir;
    position:absolute;
    background-repeat: no-repeat;
    background-position: center;

    &-0 {
      left:71px;
      background-image: url("../assets/navi-bug.png");
      top:-2px;
      &:hover{
        background-image: url("../assets/navi-leaf.png");
      }
    }
    &-1{
      left:86px;
      top:-18px;
      background-image: url("../assets/navi-leaf.png");
    }
    &-2{
      left:60px;
      top:-15px;
      background-image: url("../assets/navi-bee.png");
    }

  }*/ }
  .navi .active a {
    color: #ce4e29; }
  .navi-container {
    margin-left: 15px;
    padding-top: 15px;
    position: relative;
    display: inline-block; }
    @media (max-width: 500px) and (orientation: portrait) {
      .navi-container {
        margin-left: 0;
        display: none; } }
  .navi-mobile-bg {
    background-color: rgba(199, 211, 0, 0.9);
    height: 100vh;
    position: fixed;
    padding-top: 0; }
  .navi-mobile-bug {
    position: relative;
    margin-top: 20vh;
    display: none;
    left: 50%;
    transform: translateX(-50%);
    position: relative; }
  .navi-mobile-sandwich {
    display: none;
    cursor: pointer;
    height: 45px;
    width: 100%;
    background-color: #c6d200;
    position: fixed;
    opacity: 0; }
    @media (max-width: 500px) and (orientation: portrait) {
      .navi-mobile-sandwich {
        display: inline-block;
        top: 0;
        opacity: 1; } }
    .navi-mobile-sandwich-line {
      display: inline-block;
      left: 50%;
      transform: translateX(-50%);
      position: relative;
      top: 6px; }
      .navi-mobile-sandwich-line-short {
        position: relative;
        left: 10px;
        width: 40px;
        height: 2px;
        background: #6f3c18;
        margin: 6px 0 6px 0; }
      .navi-mobile-sandwich-line-long {
        position: relative;
        width: 60px;
        height: 2px;
        background: #6f3c18;
        margin: 6px 0 6px 0; }
  .navi a {
    padding-right: 50px;
    font-family: signika-regular;
    color: #6f3c18;
    font-size: 18px;
    position: relative;
    text-decoration: none; }
    .navi a:hover {
      color: #ce4e29; }
    @media (max-width: 500px) and (orientation: portrait) {
      .navi a {
        font-size: 24px;
        padding-right: 0; } }
  .navi-point {
    display: inline-block;
    cursor: pointer;
    position: relative; }
    @media (max-width: 500px) and (orientation: portrait) {
      .navi-point {
        width: 100%;
        text-align: center;
        margin: 15px 0 15px 0; } }

.copy-txt {
  font-family: signika-light;
  color: #6f3c18;
  font-size: 17px;
  line-height: 25px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px; }
  .copy-txt a {
    color: #6f3c18;
    text-decoration: none !important; }
  .copy-txt a:hover {
    color: #ce4e29;
    text-decoration: none !important; }

.title-txt {
  font-family: signika-regular;
  color: #6f3c18;
  font-size: 28px;
  line-height: 36px;
  position: relative;
  font-weight: lighter;
  padding-left: 15px;
  padding-right: 15px; }

.headline-txt {
  font-family: signika-regular;
  color: #6f3c18;
  font-size: 17px;
  line-height: 25px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0; }

#navi-contact {
  /*@media(max-width: $breakpoint-m) and (orientation: portrait){
      display:inline-block;
    };*/ }

.stop-scrolling {
  margin: 0;
  height: 100%;
  overflow: hidden; }

.navi {
  position: relative;
  z-index: 10;
  padding-top: 20px;
 /* &-point-cir-small{
    height:30px;
    width:30px;
    border-radius: 30px;
    background-color: $navi-point-cir;
    position:absolute;
    background-repeat: no-repeat;
    background-position: center;

    &-0 {
      left:71px;
      background-image: url("../assets/navi-bug.png");
      top:-2px;
      &:hover{
        background-image: url("../assets/navi-leaf.png");
      }
    }
    &-1{
      left:86px;
      top:-18px;
      background-image: url("../assets/navi-leaf.png");
    }
    &-2{
      left:60px;
      top:-15px;
      background-image: url("../assets/navi-bee.png");
    }

  }*/ }
  .navi .active a {
    color: #ce4e29; }
  .navi-container {
    margin-left: 15px;
    padding-top: 15px;
    position: relative;
    display: inline-block; }
    @media (max-width: 500px) and (orientation: portrait) {
      .navi-container {
        margin-left: 0;
        display: none; } }
  .navi-mobile-bg {
    background-color: rgba(199, 211, 0, 0.9);
    height: 100vh;
    position: fixed;
    padding-top: 0; }
  .navi-mobile-bug {
    position: relative;
    margin-top: 20vh;
    display: none;
    left: 50%;
    transform: translateX(-50%);
    position: relative; }
  .navi-mobile-sandwich {
    display: none;
    cursor: pointer;
    height: 45px;
    width: 100%;
    background-color: #c6d200;
    position: fixed;
    opacity: 0; }
    @media (max-width: 500px) and (orientation: portrait) {
      .navi-mobile-sandwich {
        display: inline-block;
        top: 0;
        opacity: 1; } }
    .navi-mobile-sandwich-line {
      display: inline-block;
      left: 50%;
      transform: translateX(-50%);
      position: relative;
      top: 6px; }
      .navi-mobile-sandwich-line-short {
        position: relative;
        left: 10px;
        width: 40px;
        height: 2px;
        background: #6f3c18;
        margin: 6px 0 6px 0; }
      .navi-mobile-sandwich-line-long {
        position: relative;
        width: 60px;
        height: 2px;
        background: #6f3c18;
        margin: 6px 0 6px 0; }
  .navi a {
    padding-right: 50px;
    font-family: signika-regular;
    color: #6f3c18;
    font-size: 18px;
    position: relative;
    text-decoration: none; }
    .navi a:hover {
      color: #ce4e29; }
    @media (max-width: 500px) and (orientation: portrait) {
      .navi a {
        font-size: 24px;
        padding-right: 0; } }
  .navi-point {
    display: inline-block;
    cursor: pointer;
    position: relative; }
    @media (max-width: 500px) and (orientation: portrait) {
      .navi-point {
        width: 100%;
        text-align: center;
        margin: 15px 0 15px 0; } }

.footer-txt {
  font-family: signika-regular;
  font-size: 17px;
  line-height: 22px; }
  .footer-txt a {
    color: #6f3c18; }
.footer-logo {
  position: relative;
  left: 50%;
  transform: translateX(-50%); }
.footer-line {
  border-top: 1px solid #6f3c18;
  max-width: 370px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  margin-top: 30px;
  margin-bottom: 10px;
  opacity: 0.3; }
.footer-year {
  color: #6f3c18;
  width: 100%;
  position: relative;
  text-align: center;
  padding: 0;
  margin-top: 10px; }
  @media (max-width: 500px) {
    .footer-year {
      margin-top: 30px; } }
.footer-nav {
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px; }
  @media (max-width: 500px) {
    .footer-nav {
      margin-top: 20px; } }
  .footer-nav-contact {
    cursor: pointer;
    display: inline-block;
    padding: 10px 10px; }
    @media (max-width: 500px) {
      .footer-nav-contact {
        text-align: center;
        width: 100%; } }
  .footer-nav-impressum {
    display: inline-block;
    cursor: pointer;
    padding: 10px 10px; }
    @media (max-width: 500px) {
      .footer-nav-impressum {
        text-align: center;
        width: 100%; } }
  .footer-nav-fb {
    display: inline-block;
    cursor: pointer; }
    @media (max-width: 500px) {
      .footer-nav-fb {
        text-align: center;
        width: 100%; } }

.beekeeper-honey {
  position: relative;
  padding-top: 20px; }
  .beekeeper-honey-arcticle {
    min-height: 400px;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px; }
  .beekeeper-honey-right {
    margin-left: 40%; }
    @media (max-width: 1200px) {
      .beekeeper-honey-right {
        margin-left: 25%; } }
    @media (max-width: 992px) {
      .beekeeper-honey-right {
        margin-left: 10%; } }
    @media (max-width: 500px) {
      .beekeeper-honey-right {
        margin-left: 0; } }
  .beekeeper-honey-left {
    margin-left: 10%; }
    @media (max-width: 500px) {
      .beekeeper-honey-left {
        margin-left: 0; } }
  .beekeeper-honey-content {
    margin-left: 270px;
    position: relative; }
    @media (max-width: 500px) {
      .beekeeper-honey-content {
        margin-left: 0;
        margin-top: 20px;
        display: inline-block;
        width: 100%; } }
    .beekeeper-honey-content-title {
      font-family: signika-regular;
      color: #6f3c18;
      font-size: 28px;
      line-height: 36px;
      width: 100%;
      position: relative;
      padding: 0;
      margin-top: 0;
      left: -90px; }
      @media (max-width: 500px) {
        .beekeeper-honey-content-title {
          left: 0; } }
    .beekeeper-honey-content-copy {
      margin-top: 0px;
      font-family: signika-light;
      color: #6f3c18;
      font-size: 17px;
      line-height: normal;
      position: relative; }
    .beekeeper-honey-content-btn-buy {
      position: relative;
      display: block;
      display: inline-block;
      font-family: KalamLight;
      font-weight: lighter;
      font-size: 20px;
      padding-top: 2px;
      line-height: 30px;
      letter-spacing: 0.5px;
      color: #fcfce8;
      background-color: #6f3c18;
      height: 32px;
      text-align: center;
      padding-left: 10px;
      padding-right: 10px;
      cursor: pointer;
      text-decoration: none; }
      .beekeeper-honey-content-btn-buy:hover {
        background-color: #ce4e29; }
      @media (max-width: 500px) {
        .beekeeper-honey-content-btn-buy {
          display: block; } }
    .beekeeper-honey-content-prop {
      margin-top: 40px; }
    .beekeeper-honey-content-weight {
      display: inline-block;
      margin-right: 20px; }
      @media (max-width: 500px) {
        .beekeeper-honey-content-weight {
          display: none; } }
      .beekeeper-honey-content-weight-txt {
        font-family: KalamLight;
        color: #6f3c18;
        font-size: 18px;
        line-height: normal;
        position: relative;
        text-align: center; }
      .beekeeper-honey-content-weight-img {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        fill: #6f3c18; }
    .beekeeper-honey-content-flavor {
      display: inline-block; }
      @media (max-width: 500px) {
        .beekeeper-honey-content-flavor {
          display: none; } }
      .beekeeper-honey-content-flavor-txt {
        font-family: KalamLight;
        color: #6f3c18;
        font-size: 18px;
        line-height: normal;
        position: relative;
        text-align: center; }
      .beekeeper-honey-content-flavor-img {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        fill: #6f3c18; }
  .beekeeper-honey-img {
    position: absolute;
    margin-top: 50px; }
    @media (max-width: 500px) {
      .beekeeper-honey-img {
        position: relative;
        display: inline-block;
        padding-left: 20vw; } }
    .beekeeper-honey-img-bg {
      position: absolute; }
    .beekeeper-honey-img-triangle {
      position: absolute;
      top: 240px;
      left: -40px; }
      @media (max-width: 500px) {
        .beekeeper-honey-img-triangle {
          padding-left: 20vw; } }
    .beekeeper-honey-img-glass {
      position: relative; }
    .beekeeper-honey-img-price {
      background-image: url(../assets/apia-price-bg.png);
      background-repeat: no-repeat;
      width: 96px;
      height: 93px;
      padding-top: 35px;
      padding-left: 15px;
      font-family: KalamReg;
      color: #6f3c18;
      font-size: 24px;
      line-height: 36px;
      position: relative;
      margin-top: -80px;
      margin-left: -40px; }

.footer-txt {
  font-family: signika-regular;
  font-size: 17px;
  line-height: 22px; }
  .footer-txt a {
    color: #6f3c18; }
.footer-logo {
  position: relative;
  left: 50%;
  transform: translateX(-50%); }
.footer-line {
  border-top: 1px solid #6f3c18;
  max-width: 370px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  margin-top: 30px;
  margin-bottom: 10px;
  opacity: 0.3; }
.footer-year {
  color: #6f3c18;
  width: 100%;
  position: relative;
  text-align: center;
  padding: 0;
  margin-top: 10px; }
  @media (max-width: 500px) {
    .footer-year {
      margin-top: 30px; } }
.footer-nav {
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px; }
  @media (max-width: 500px) {
    .footer-nav {
      margin-top: 20px; } }
  .footer-nav-contact {
    cursor: pointer;
    display: inline-block;
    padding: 10px 10px; }
    @media (max-width: 500px) {
      .footer-nav-contact {
        text-align: center;
        width: 100%; } }
  .footer-nav-impressum {
    display: inline-block;
    cursor: pointer;
    padding: 10px 10px; }
    @media (max-width: 500px) {
      .footer-nav-impressum {
        text-align: center;
        width: 100%; } }
  .footer-nav-fb {
    display: inline-block;
    cursor: pointer; }
    @media (max-width: 500px) {
      .footer-nav-fb {
        text-align: center;
        width: 100%; } }

body {
  padding: 0;
  max-width: 3000px;
  overflow-x: hidden;
  margin-right: auto;
  margin-left: auto; }
  body .container {
    padding-left: 5px;
    padding-right: 5px; }
  body .header {
    background-image: url("../assets/apiary-header.jpg");
    width: 100%;
    height: 435px;
    background-size: auto 100%;
    background-position: center;
    position: relative; }
    @media (max-width: 500px) {
      body .header {
        background-image: url("../assets/header-bg-mobile.jpg");
        height: 215px; } }
    body .header-content {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    body .header h1 {
      position: absolute;
      margin-top: 200px;
      margin-left: 20px; }
    body .header-logo {
      position: absolute;
      width: 200px;
      height: 175px;
      margin-top: 130px; }
    body .header-boxes {
      position: absolute;
      left: 40%;
      top: 170px; }
    body .header-bee-brown {
      position: absolute;
      left: 35%;
      top: 150px; }
      body .header-bee-brown-img {
        position: absolute; }
    body .header-bee-red {
      position: absolute;
      left: 50%;
      top: 170px; }
      body .header-bee-red-img {
        position: absolute; }
    body .header-bubbles-container {
      position: absolute;
      left: 40%;
      top: 0; }
      @media (max-width: 768px) {
        body .header-bubbles-container {
          display: none; } }
  body .beekeeper-content {
    background-image: url("../assets/bg-tile.jpg");
    background-repeat: repeat;
    width: 100%;
    position: relative;
    background-size: auto;
    margin-top: -2px; }
    body .beekeeper-content-intodroduce {
      margin-top: -170px;
      width: 35%;
      display: inline-block; }
      @media (max-width: 500px) {
        body .beekeeper-content-intodroduce {
          width: 100%; } }
    body .beekeeper-content-inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      position: relative; }
    body .beekeeper-content-footer {
      background-image: url("../assets/logo-big.png");
      background-repeat: no-repeat;
      width: 497px;
      height: 439px;
      background-position: center;
      margin-left: auto;
      margin-right: auto;
      position: relative; }
      @media (max-width: 500px) {
        body .beekeeper-content-footer {
          left: -15%; } }
