/* line 5, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
body {
  scroll-behavior: smooth; }

/* line 10, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
.onepage-pagination li a::before {
  color: #fff;
  border: 3px solid #fff; }

/* line 14, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
.onepage-pagination li a.active::before {
  color: #fff;
  border: 3px solid #fff; }

/* line 20, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
.website-frame {
  margin: 0;
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: #0b7233; }
  /* line 26, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
  .website-frame .navigation {
    display: block;
    width: 100%;
    min-height: 30px;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 50;
    padding: 10px 10px; }
    /* line 35, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
    .website-frame .navigation img {
      width: 100px;
      float: left; }
    /* line 39, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
    .website-frame .navigation a {
      text-transform: uppercase;
      text-decoration: none;
      font-weight: 500;
      color: #0b7233;
      margin: 10px;
      cursor: pointer; }
      @media (max-width: 1030px) {
        /* line 39, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
        .website-frame .navigation a {
          margin: 10px 5px; } }
      @media (max-width: 900px) {
        /* line 39, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
        .website-frame .navigation a {
          margin: 10px 2px; } }
    /* line 53, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
    .website-frame .navigation a:hover {
      text-decoration: none;
      color: #69d91a;
      cursor: pointer; }
    /* line 58, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
    .website-frame .navigation a:active {
      text-decoration: none;
      color: #69d91a; }
    /* line 62, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
    .website-frame .navigation .links {
      float: right;
      font-size: 17.5px;
      padding: 5px; }
      @media (max-width: 1200px) {
        /* line 62, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
        .website-frame .navigation .links {
          font-size: 15px; } }
      @media (max-width: 1030px) {
        /* line 62, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
        .website-frame .navigation .links {
          font-size: 14px; } }
      @media (max-width: 900px) {
        /* line 62, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
        .website-frame .navigation .links {
          font-size: 12px; } }
      @media (max-width: 800px) {
        /* line 62, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
        .website-frame .navigation .links {
          display: none; } }
    /* line 79, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
    .website-frame .navigation .mobile-menu {
      display: none; }
      /* line 82, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .navigation .mobile-menu .menu-btn {
        cursor: pointer;
        position: absolute;
        right: 10px; }
      @media (max-width: 800px) {
        /* line 79, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
        .website-frame .navigation .mobile-menu {
          float: right;
          margin-right: 15px;
          cursor: pointer;
          display: block;
          cursor: pointer; } }
      /* line 95, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .navigation .mobile-menu .menu-container {
        background-color: #006d39 !important;
        color: #fff !important;
        display: none;
        position: absolute;
        top: 52px;
        right: 0;
        width: 100%;
        height: auto;
        background-color: #fff;
        padding: 0;
        display: block;
        opacity: 1; }
        /* line 109, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
        .website-frame .navigation .mobile-menu .menu-container a {
          background-color: #006d39;
          color: #fff !important;
          display: block;
          margin: 0 auto;
          text-align: center;
          margin: 10px;
          font-size: 25px;
          cursor: pointer; }
      /* line 120, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .navigation .mobile-menu .show {
        display: block !important; }
      /* line 123, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .navigation .mobile-menu .hide {
        display: none !important; }
  /* line 128, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
  .website-frame .left-bg {
    display: block;
    float: left;
    width: 22vw;
    height: 100vh;
    background-image: url(img/bg-kids-left.png);
    background-position: top right;
    background-repeat: repeat-y;
    background-size: contain; }
  /* line 138, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
  .website-frame .right-bg {
    display: block;
    float: right;
    width: 22vw;
    height: 100vh;
    background-image: url(img/bg-kids-right.png);
    background-position: top left;
    background-repeat: repeat-y;
    background-size: contain; }
  /* line 148, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
  .website-frame .main-packshot-container {
    position: absolute;
    left: 0px;
    width: 40vw;
    height: 100vh;
    background-image: url(img/main-packshot.png);
    background-position: top 60px right -60px;
    background-repeat: no-repeat;
    background-size: contain; }
    @media (max-width: 1440px) {
      /* line 148, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .main-packshot-container {
        background-position: top 60px right -30px; } }
    @media (max-width: 1280px) {
      /* line 148, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .main-packshot-container {
        background-position: top 60px right 0px; } }
    @media (max-width: 800px) {
      /* line 148, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .main-packshot-container {
        display: none; } }
  /* line 167, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
  .website-frame .content {
    scroll-behavior: smooth;
    font-family: brandon-grotesque, sans-serif;
    right: 0 !important; }
    @media (max-width: 800px) {
      /* line 167, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .content {
        position: absolute !important;
        height: auto;
        background-color: #0b7233;
        background-image: url(img/bg-mobile.png);
        background-position: top left;
        background-repeat: repeat-y;
        background-size: contain; } }
    @media (max-width: 800px) {
      /* line 181, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .content .section {
        height: auto; } }
    /* line 185, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
    .website-frame .content .section .headline {
      margin-top: 160px; }
      @media (max-width: 1280px) {
        /* line 185, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
        .website-frame .content .section .headline {
          margin-top: 60px; } }
    /* line 191, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
    .website-frame .content .section .curved {
      margin-bottom: 100px; }
      @media (max-width: 1280px) {
        /* line 191, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
        .website-frame .content .section .curved {
          margin-bottom: 60px; } }
    /* line 199, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
    .website-frame .content #sec-zero .content-frame {
      width: 70%;
      float: right;
      display: block;
      overflow: hidden; }
      @media (max-width: 800px) {
        /* line 199, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
        .website-frame .content #sec-zero .content-frame {
          width: 100%;
          float: none;
          margin: 0 auto; } }
      /* line 209, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .content #sec-zero .content-frame .mobile-packshot {
        display: none; }
        @media (max-width: 800px) {
          /* line 209, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-zero .content-frame .mobile-packshot {
            width: auto;
            height: 40vh;
            display: block;
            margin: 40px auto 0 auto; } }
      /* line 218, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .content #sec-zero .content-frame .main-pic {
        display: block;
        width: 80%;
        margin: -40px auto 0 auto; }
        @media (max-width: 800px) {
          /* line 218, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-zero .content-frame .main-pic {
            margin: -80px auto 0 auto; } }
        @media (max-width: 520px) {
          /* line 218, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-zero .content-frame .main-pic {
            width: 100%; } }
      /* line 230, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .content #sec-zero .content-frame .copy {
        position: relative;
        top: -400px;
        text-align: center;
        line-height: 1; }
        @media (max-width: 1740px) {
          /* line 230, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-zero .content-frame .copy {
            top: -300px; } }
        @media (max-width: 1380px) {
          /* line 230, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-zero .content-frame .copy {
            top: -280px; } }
        @media (max-width: 1240px) {
          /* line 230, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-zero .content-frame .copy {
            top: -220px; } }
        @media (max-width: 1000px) {
          /* line 230, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-zero .content-frame .copy {
            top: -140px; } }
        @media (max-width: 800px) {
          /* line 230, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-zero .content-frame .copy {
            right: 0px; } }
        @media (max-width: 520px) {
          /* line 230, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-zero .content-frame .copy {
            top: -100px; } }
        @media (max-width: 430px) {
          /* line 230, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-zero .content-frame .copy {
            top: -120px; } }
        @media (max-width: 340px) {
          /* line 230, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-zero .content-frame .copy {
            top: -80px; } }
        /* line 259, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
        .website-frame .content #sec-zero .content-frame .copy .headline {
          color: #fff;
          font-weight: 500;
          font-size: 28px;
          text-transform: uppercase;
          margin-top: 0; }
          @media (max-width: 470px) {
            /* line 259, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
            .website-frame .content #sec-zero .content-frame .copy .headline {
              font-size: 20px; } }
        /* line 270, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
        .website-frame .content #sec-zero .content-frame .copy .sec-headline {
          color: #fff;
          font-weight: 500;
          font-size: 26px;
          text-transform: uppercase; }
          @media (max-width: 470px) {
            /* line 270, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
            .website-frame .content #sec-zero .content-frame .copy .sec-headline {
              font-size: 20px; } }
      /* line 280, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .content #sec-zero .content-frame .button {
        position: relative;
        top: -380px;
        text-align: center;
        width: 200px;
        height: 50px;
        padding: 15px;
        background-color: #fff;
        color: #0b7233;
        font-weight: 500;
        font-size: 16px;
        text-transform: uppercase;
        display: block;
        margin: 10px auto;
        cursor: pointer;
        -webkit-box-shadow: 10px 10px 10px 0px rgba(5, 56, 25, 0.45);
        -moz-box-shadow: 10px 10px 10px 0px rgba(5, 56, 25, 0.45);
        box-shadow: 10px 10px 10px 0px rgba(5, 56, 25, 0.45); }
        @media (max-width: 1740px) {
          /* line 280, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-zero .content-frame .button {
            top: -280px; } }
        @media (max-width: 1240px) {
          /* line 280, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-zero .content-frame .button {
            top: -220px; } }
        @media (max-width: 1000px) {
          /* line 280, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-zero .content-frame .button {
            top: -140px; } }
        @media (max-width: 800px) {
          /* line 280, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-zero .content-frame .button {
            right: -4px; } }
        @media (max-width: 520px) {
          /* line 280, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-zero .content-frame .button {
            top: -100px; } }
        @media (max-width: 340px) {
          /* line 280, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-zero .content-frame .button {
            top: -80px; } }
      /* line 317, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .content #sec-zero .content-frame .desktop {
        text-decoration: none;
        display: block; }
        @media (max-width: 800px) {
          /* line 317, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-zero .content-frame .desktop {
            display: none; } }
      /* line 324, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .content #sec-zero .content-frame .mobile {
        text-decoration: none;
        display: none; }
        @media (max-width: 800px) {
          /* line 324, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-zero .content-frame .mobile {
            display: block; } }
    /* line 334, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
    .website-frame .content #sec-one .content-frame {
      width: 70%;
      float: right;
      display: block;
      text-align: center;
      color: #fff; }
      @media (max-width: 800px) {
        /* line 334, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
        .website-frame .content #sec-one .content-frame {
          width: 100%;
          float: none;
          margin: 0 auto; } }
      /* line 345, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .content #sec-one .content-frame #sec-one-anchor {
        width: 1px;
        height: 1px;
        position: absolute;
        top: -100px; }
      /* line 351, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .content #sec-one .content-frame .headline {
        color: #fff;
        font-weight: 500;
        font-size: 26px;
        text-transform: uppercase;
        margin-bottom: 0; }
        @media (max-width: 470px) {
          /* line 351, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-one .content-frame .headline {
            font-size: 20px; } }
      /* line 361, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .content #sec-one .content-frame img {
        width: 95%;
        max-width: 400px; }
      /* line 365, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .content #sec-one .content-frame p {
        font-size: 22px;
        margin-bottom: 0; }
        @media (max-width: 470px) {
          /* line 365, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-one .content-frame p {
            font-size: 20px;
            line-height: 1.1; } }
      /* line 373, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .content #sec-one .content-frame .straight {
        margin: 25px 0; }
        @media (max-width: 470px) {
          /* line 373, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-one .content-frame .straight {
            width: 100%;
            margin: 15px 0; } }
    /* line 383, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
    .website-frame .content #sec-two .content-frame {
      width: 70%;
      float: right;
      display: block;
      text-align: center;
      color: #fff; }
      @media (max-width: 800px) {
        /* line 383, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
        .website-frame .content #sec-two .content-frame {
          width: 100%;
          float: none;
          margin: 0 auto; } }
      /* line 394, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .content #sec-two .content-frame #sec-two-anchor {
        width: 1px;
        height: 1px;
        position: absolute;
        top: -100px; }
      /* line 400, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .content #sec-two .content-frame .headline {
        color: #fff;
        font-weight: 500;
        font-size: 26px;
        text-transform: uppercase;
        margin-bottom: 0; }
        @media (max-width: 470px) {
          /* line 400, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-two .content-frame .headline {
            font-size: 20px; } }
        /* line 409, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
        .website-frame .content #sec-two .content-frame .headline .curved {
          margin-bottom: 10px; }
      /* line 413, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .content #sec-two .content-frame .source {
        width: 370px;
        display: block;
        margin: 0 auto;
        font-size: 14px; }
        @media (max-width: 390px) {
          /* line 413, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-two .content-frame .source {
            width: 100%;
            padding: 10px; } }
      /* line 423, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .content #sec-two .content-frame .slideshow-bg {
        margin: 10px auto 0 auto;
        background-image: url(img/bg-note-one.png);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: contain;
        padding: 40px 50px 10px 40px;
        width: 500px;
        height: 420px;
        font-size: 23px; }
        @media (max-width: 500px) {
          /* line 423, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-two .content-frame .slideshow-bg {
            width: 100%;
            height: 440px;
            font-size: 4vw; } }
        @media (max-width: 440px) {
          /* line 423, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-two .content-frame .slideshow-bg {
            width: 100%;
            height: 400px;
            font-size: 4vw; } }
        @media (max-width: 400px) {
          /* line 423, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-two .content-frame .slideshow-bg {
            width: 100%;
            height: 370px;
            font-size: 4vw; } }
        @media (max-width: 370px) {
          /* line 423, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-two .content-frame .slideshow-bg {
            width: 100%;
            height: 340px;
            font-size: 4vw; } }
        @media (max-width: 340px) {
          /* line 423, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-two .content-frame .slideshow-bg {
            width: 100%;
            height: 300px;
            font-size: 4vw; } }
        /* line 458, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
        .website-frame .content #sec-two .content-frame .slideshow-bg .owl-carousel {
          padding: 10px;
          color: #0b7233; }
          /* line 461, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-two .content-frame .slideshow-bg .owl-carousel .owl-dots {
            position: absolute;
            top: 310px;
            width: 400px; }
            @media (max-width: 500px) {
              /* line 461, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
              .website-frame .content #sec-two .content-frame .slideshow-bg .owl-carousel .owl-dots {
                width: 100%;
                top: 300px; } }
            @media (max-width: 470px) {
              /* line 461, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
              .website-frame .content #sec-two .content-frame .slideshow-bg .owl-carousel .owl-dots {
                width: 100%;
                top: 270px; } }
            @media (max-width: 420px) {
              /* line 461, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
              .website-frame .content #sec-two .content-frame .slideshow-bg .owl-carousel .owl-dots {
                width: 100%;
                top: 250px; } }
            @media (max-width: 420px) {
              /* line 461, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
              .website-frame .content #sec-two .content-frame .slideshow-bg .owl-carousel .owl-dots {
                width: 100%;
                width: 90%;
                top: 220px; } }
            @media (max-width: 360px) {
              /* line 461, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
              .website-frame .content #sec-two .content-frame .slideshow-bg .owl-carousel .owl-dots {
                width: 100%;
                width: 90%;
                top: 190px; } }
            /* line 487, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
            .website-frame .content #sec-two .content-frame .slideshow-bg .owl-carousel .owl-dots .owl-dot {
              display: inline;
              width: 15px;
              height: 15px;
              z-index: 10;
              background-color: #d8e7b0;
              border-radius: 15px;
              margin: 0 2px; }
            /* line 496, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
            .website-frame .content #sec-two .content-frame .slideshow-bg .owl-carousel .owl-dots .active {
              background-color: #0b7233 !important; }
        /* line 501, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
        .website-frame .content #sec-two .content-frame .slideshow-bg .owl-nav {
          position: absolute;
          top: 170px;
          width: 430px;
          height: 15px; }
          @media (max-width: 500px) {
            /* line 501, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
            .website-frame .content #sec-two .content-frame .slideshow-bg .owl-nav {
              width: 100%;
              top: 55%; } }
          @media (max-width: 360px) {
            /* line 501, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
            .website-frame .content #sec-two .content-frame .slideshow-bg .owl-nav {
              width: 100%;
              top: 45%; } }
          /* line 514, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-two .content-frame .slideshow-bg .owl-nav .owl-prev {
            position: absolute;
            left: -25px;
            background-image: url(img/a-left.png);
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
            width: 19px;
            height: 31px; }
          /* line 524, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-two .content-frame .slideshow-bg .owl-nav .owl-next {
            position: absolute;
            right: 25px;
            background-image: url(img/a-right.png);
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
            width: 19px;
            height: 31px; }
            @media (max-width: 500px) {
              /* line 524, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
              .website-frame .content #sec-two .content-frame .slideshow-bg .owl-nav .owl-next {
                right: 0px; } }
    /* line 542, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
    .website-frame .content #sec-three .content-frame {
      width: 70%;
      float: right;
      display: block;
      text-align: left;
      color: #fff; }
      @media (max-width: 800px) {
        /* line 542, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
        .website-frame .content #sec-three .content-frame {
          width: 100%;
          float: none;
          margin: 0 auto; } }
      /* line 553, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .content #sec-three .content-frame #sec-three-anchor {
        width: 1px;
        height: 1px;
        position: absolute;
        top: -100px; }
      /* line 559, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .content #sec-three .content-frame .headline {
        color: #fff;
        font-weight: 500;
        font-size: 26px;
        text-transform: uppercase;
        margin-bottom: 0;
        text-align: center; }
        @media (max-width: 470px) {
          /* line 559, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-three .content-frame .headline {
            font-size: 20px; } }
      /* line 570, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .content #sec-three .content-frame .note-bg {
        margin: -20px auto 0 auto;
        background-image: url(img/bg-note-two.png);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: contain;
        padding: 25px 15px;
        width: 500px;
        height: auto; }
        @media (max-width: 530px) {
          /* line 570, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-three .content-frame .note-bg {
            width: 100%; } }
        @media (max-width: 500px) {
          /* line 570, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-three .content-frame .note-bg {
            height: 400px; } }
        @media (max-width: 450px) {
          /* line 570, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-three .content-frame .note-bg {
            height: 380px; } }
        @media (max-width: 400px) {
          /* line 570, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-three .content-frame .note-bg {
            height: 340px; } }
        @media (max-width: 360px) {
          /* line 570, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-three .content-frame .note-bg {
            height: 320px; } }
        /* line 594, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
        .website-frame .content #sec-three .content-frame .note-bg .info {
          color: #0b7233;
          text-align: left;
          padding: 70px 60px 60px 60px; }
          @media (max-width: 500px) {
            /* line 594, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
            .website-frame .content #sec-three .content-frame .note-bg .info {
              padding: 30px 50px 50px 50px; } }
          @media (max-width: 500px) {
            /* line 594, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
            .website-frame .content #sec-three .content-frame .note-bg .info {
              padding: 20px 40px 40px 40px; } }
          @media (max-width: 400px) {
            /* line 594, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
            .website-frame .content #sec-three .content-frame .note-bg .info {
              padding: 20px 20px 20px 20px; } }
          @media (max-width: 350px) {
            /* line 594, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
            .website-frame .content #sec-three .content-frame .note-bg .info {
              padding: 0px 20px 20px 20px; } }
          /* line 610, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-three .content-frame .note-bg .info .head {
            font-size: 23px;
            margin-bottom: 5px; }
            @media (max-width: 450px) {
              /* line 610, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
              .website-frame .content #sec-three .content-frame .note-bg .info .head {
                font-size: 20px; } }
            @media (max-width: 400px) {
              /* line 610, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
              .website-frame .content #sec-three .content-frame .note-bg .info .head {
                font-size: 18px;
                margin-bottom: 0px; } }
          /* line 621, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-three .content-frame .note-bg .info .head-two {
            margin-top: 20px; }
            @media (max-width: 400px) {
              /* line 621, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
              .website-frame .content #sec-three .content-frame .note-bg .info .head-two {
                margin-top: 5px; } }
          /* line 627, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-three .content-frame .note-bg .info .list {
            display: table; }
            /* line 629, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
            .website-frame .content #sec-three .content-frame .note-bg .info .list .sudo-row {
              display: table-row; }
              /* line 631, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
              .website-frame .content #sec-three .content-frame .note-bg .info .list .sudo-row .icon-field {
                display: table-cell;
                vertical-align: middle;
                padding: 10px 10px 10px 0; }
                @media (max-width: 450px) {
                  /* line 631, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
                  .website-frame .content #sec-three .content-frame .note-bg .info .list .sudo-row .icon-field {
                    padding: 5px 5px 5px 0; } }
                @media (max-width: 340px) {
                  /* line 631, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
                  .website-frame .content #sec-three .content-frame .note-bg .info .list .sudo-row .icon-field {
                    padding: 0 5px 5px 0; } }
                /* line 641, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
                .website-frame .content #sec-three .content-frame .note-bg .info .list .sudo-row .icon-field img {
                  width: 20px; }
                  @media (max-width: 340px) {
                    /* line 641, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
                    .website-frame .content #sec-three .content-frame .note-bg .info .list .sudo-row .icon-field img {
                      width: 15px; } }
              /* line 648, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
              .website-frame .content #sec-three .content-frame .note-bg .info .list .sudo-row .icon-field-two {
                padding: 5px 10px 0 0; }
              /* line 651, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
              .website-frame .content #sec-three .content-frame .note-bg .info .list .sudo-row .txt-field {
                display: table-cell;
                vertical-align: middle;
                line-height: 1.1;
                font-size: 18px;
                padding: 0 0 0 10px; }
                @media (max-width: 450px) {
                  /* line 651, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
                  .website-frame .content #sec-three .content-frame .note-bg .info .list .sudo-row .txt-field {
                    font-size: 16px;
                    line-height: 1; } }
                @media (max-width: 400px) {
                  /* line 651, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
                  .website-frame .content #sec-three .content-frame .note-bg .info .list .sudo-row .txt-field {
                    font-size: 15px; } }
                @media (max-width: 340px) {
                  /* line 651, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
                  .website-frame .content #sec-three .content-frame .note-bg .info .list .sudo-row .txt-field {
                    font-size: 14px; } }
      /* line 672, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .content #sec-three .content-frame .source {
        width: 370px;
        display: block;
        margin: 0 auto;
        font-size: 14px; }
        @media (max-width: 390px) {
          /* line 672, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-three .content-frame .source {
            width: 100%;
            padding: 10px; } }
    /* line 685, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
    .website-frame .content #sec-four .content-frame {
      width: 70%;
      float: right;
      display: block;
      text-align: center;
      color: #fff; }
      @media (max-width: 800px) {
        /* line 685, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
        .website-frame .content #sec-four .content-frame {
          width: 100%;
          float: none;
          margin: 0 auto; } }
      /* line 696, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .content #sec-four .content-frame #sec-four-anchor {
        width: 1px;
        height: 1px;
        position: absolute;
        top: -100px; }
      /* line 702, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .content #sec-four .content-frame .headline {
        color: #fff;
        font-weight: 500;
        font-size: 26px;
        text-transform: uppercase;
        margin-bottom: 0; }
        @media (max-width: 470px) {
          /* line 702, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-four .content-frame .headline {
            font-size: 20px; } }
    /* line 772, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
    .website-frame .content #sec-five .content-frame {
      width: 70%;
      float: right;
      display: block;
      text-align: center;
      color: #fff; }
      @media (max-width: 800px) {
        /* line 772, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
        .website-frame .content #sec-five .content-frame {
          width: 100%;
          float: none;
          margin: 0 auto; } }
      /* line 783, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .content #sec-five .content-frame #sec-five-anchor {
        width: 1px;
        height: 1px;
        position: absolute;
        top: -100px; }
      /* line 789, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .content #sec-five .content-frame .headline {
        color: #fff;
        font-weight: 500;
        font-size: 26px;
        text-transform: uppercase;
        margin-bottom: 0; }
        @media (max-width: 470px) {
          /* line 789, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-five .content-frame .headline {
            font-size: 20px; } }
      /* line 801, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .content #sec-five .content-frame .txt {
        margin-top: -20px;
        font-size: 22px; }
        @media (max-width: 800px) {
          /* line 801, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-five .content-frame .txt {
            margin: 10px auto; } }
      /* line 808, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .content #sec-five .content-frame .frame-txt {
        width: 70%;
        min-height: 100px;
        padding: 20px;
        background-color: #fff;
        color: #0b7233;
        font-weight: 400;
        font-size: 21px;
        display: block;
        margin: 20px auto;
        -webkit-box-shadow: 10px 10px 10px 0px rgba(5, 56, 25, 0.45);
        -moz-box-shadow: 10px 10px 10px 0px rgba(5, 56, 25, 0.45);
        box-shadow: 10px 10px 10px 0px rgba(5, 56, 25, 0.45); }
        @media (max-width: 800px) {
          /* line 808, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-five .content-frame .frame-txt {
            margin: 20px 5%;
            width: 90%;
            padding: 10px;
            margin-bottom: 40px; } }
      /* line 828, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .content #sec-five .content-frame .arrows {
        margin: 10px 0 0 0;
        width: 60%;
        max-width: 647px; }
        @media (max-width: 800px) {
          /* line 828, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-five .content-frame .arrows {
            margin: 0;
            width: 90%; } }
      /* line 837, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .content #sec-five .content-frame .extra-txt {
        width: 70%;
        min-height: 100px;
        padding: 20px;
        margin: 40px auto;
        font-size: 21px; }
        @media (max-width: 800px) {
          /* line 837, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-five .content-frame .extra-txt {
            width: 99%;
            margin: 0 auto;
            padding: 2px; } }
        @media (max-width: 500px) {
          /* line 837, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-five .content-frame .extra-txt {
            font-size: 18px; } }
    /* line 855, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
    .website-frame .content #sec-six .content-frame {
      width: 70%;
      float: right;
      display: block;
      text-align: center;
      color: #fff; }
      @media (max-width: 800px) {
        /* line 855, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
        .website-frame .content #sec-six .content-frame {
          width: 100%;
          float: none;
          margin: 0 auto; } }
      /* line 866, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .content #sec-six .content-frame #sec-six-anchor {
        width: 1px;
        height: 1px;
        position: absolute;
        top: -100px; }
      /* line 872, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .content #sec-six .content-frame .headline {
        color: #fff;
        font-weight: 500;
        font-size: 26px;
        text-transform: uppercase;
        margin-bottom: 0; }
        @media (max-width: 470px) {
          /* line 872, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-six .content-frame .headline {
            font-size: 20px; } }
      /* line 882, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .content #sec-six .content-frame .table {
        width: 70%;
        min-height: 100px;
        padding: 20px;
        color: #0b7233;
        font-weight: 400;
        font-size: 21px;
        display: block;
        margin-bottom: 0;
        margin: 0 auto; }
        @media (max-width: 800px) {
          /* line 882, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-six .content-frame .table {
            width: 90%;
            padding: 5px;
            height: auto; } }
        /* line 898, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
        .website-frame .content #sec-six .content-frame .table table {
          width: 100%;
          height: auto;
          -webkit-box-shadow: 10px 10px 10px 0px rgba(5, 56, 25, 0.45);
          -moz-box-shadow: 10px 10px 10px 0px rgba(5, 56, 25, 0.45);
          box-shadow: 10px 10px 10px 0px rgba(5, 56, 25, 0.45); }
          /* line 907, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-six .content-frame .table table td {
            font-weight: 300;
            font-size: 18px;
            vertical-align: middle;
            border-right: 2px solid #0b7233; }
            @media (max-width: 800px) {
              /* line 907, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
              .website-frame .content #sec-six .content-frame .table table td {
                padding: 0.25rem;
                font-size: 16px; } }
          /* line 917, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-six .content-frame .table table .headline-row {
            background-color: #6ec61d; }
          /* line 920, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-six .content-frame .table table .even-row {
            background-color: #d8e7b0; }
          /* line 923, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-six .content-frame .table table .odd-row {
            background-color: #f0f7ea; }
    /* line 930, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
    .website-frame .content #sec-six .ref {
      display: block;
      margin: 10px auto 0 auto;
      z-index: 10;
      width: 60%;
      color: #fff;
      font-size: 16px;
      font-weight: 300;
      text-align: left; }
      @media (max-width: 800px) {
        /* line 930, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
        .website-frame .content #sec-six .ref {
          width: 85%; } }
    /* line 945, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
    .website-frame .content #sec-seven .content-frame {
      width: 70%;
      float: right;
      display: block;
      text-align: center;
      color: #fff; }
      @media (max-width: 800px) {
        /* line 945, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
        .website-frame .content #sec-seven .content-frame {
          width: 100%;
          float: none;
          margin: 0 auto; } }
      /* line 956, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .content #sec-seven .content-frame #sec-seven-anchor {
        width: 1px;
        height: 1px;
        position: absolute;
        top: -100px; }
      /* line 962, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .content #sec-seven .content-frame .headline {
        color: #fff;
        font-weight: 500;
        font-size: 26px;
        text-transform: uppercase;
        margin-bottom: 0; }
        @media (max-width: 800px) {
          /* line 962, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-seven .content-frame .headline {
            margin-top: 0; } }
        @media (max-width: 470px) {
          /* line 962, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-seven .content-frame .headline {
            font-size: 20px; } }
        /* line 974, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
        .website-frame .content #sec-seven .content-frame .headline .curved {
          margin-bottom: 20px; }
      /* line 978, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .content #sec-seven .content-frame .art-headline {
        position: relative;
        font-size: 22px;
        background-color: #d8e7b0;
        padding: 10px;
        text-align: left;
        width: 80%;
        color: #0b7233;
        margin: 20px auto 0 auto;
        padding-right: 60px;
        cursor: pointer; }
        @media (max-width: 1280px) {
          /* line 978, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-seven .content-frame .art-headline {
            padding: 5px 38px 5px 5px;
            font-size: 18px;
            margin: 10px auto 0 auto; } }
        @media (max-width: 800px) {
          /* line 978, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-seven .content-frame .art-headline {
            width: 90%;
            font-size: 16px;
            margin: 5px auto 0 auto; } }
        /* line 999, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
        .website-frame .content #sec-seven .content-frame .art-headline .arrow {
          position: absolute;
          right: 15px;
          top: 20px;
          transition: transform 0.5s; }
          @media (max-width: 1280px) {
            /* line 999, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
            .website-frame .content #sec-seven .content-frame .art-headline .arrow {
              top: 10px; } }
      /* line 1009, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .content #sec-seven .content-frame .article {
        text-align: left;
        width: 80%;
        margin: 0 auto;
        background-color: #e4f0d8;
        color: #0b7233; }
        @media (max-width: 800px) {
          /* line 1009, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-seven .content-frame .article {
            width: 90%; } }
        /* line 1018, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
        .website-frame .content #sec-seven .content-frame .article .art-content-one, .website-frame .content #sec-seven .content-frame .article .art-content-two, .website-frame .content #sec-seven .content-frame .article .art-content-three, .website-frame .content #sec-seven .content-frame .article .art-content-four {
          padding: 10px;
          opacity: 0;
          transition: opacity 0.25s; }
          /* line 1022, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-seven .content-frame .article .art-content-one p, .website-frame .content #sec-seven .content-frame .article .art-content-two p, .website-frame .content #sec-seven .content-frame .article .art-content-three p, .website-frame .content #sec-seven .content-frame .article .art-content-four p {
            font-size: 18px;
            font-weight: 300; }
          /* line 1026, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-seven .content-frame .article .art-content-one h4, .website-frame .content #sec-seven .content-frame .article .art-content-two h4, .website-frame .content #sec-seven .content-frame .article .art-content-three h4, .website-frame .content #sec-seven .content-frame .article .art-content-four h4 {
            font-size: 20px; }
      /* line 1031, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .content #sec-seven .content-frame .article-one {
        height: 0px;
        display: none;
        transition: height 0.25s; }
      /* line 1036, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .content #sec-seven .content-frame .article-two {
        height: 0px;
        display: none;
        transition: height 0.25s; }
      /* line 1041, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .content #sec-seven .content-frame .article-three {
        height: 0px;
        display: none;
        transition: height 0.25s; }
      /* line 1046, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .content #sec-seven .content-frame .article-four {
        height: 0px;
        display: none;
        transition: height 0.25s; }
      /* line 1051, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .content #sec-seven .content-frame .article-expanded {
        height: 400px;
        overflow-y: scroll;
        transition: height 0.25s; }
      /* line 1056, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .content #sec-seven .content-frame .rotate {
        transform: rotate(180deg);
        transition: transform 0.5s; }
      /* line 1060, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .content #sec-seven .content-frame .display {
        display: block; }
      /* line 1063, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .content #sec-seven .content-frame .opacity {
        opacity: 1 !important;
        transition: opacity 0.25s; }
    /* line 1069, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
    .website-frame .content #sec-eight {
      margin-top: 60px;
      background-color: #e4f0d8; }
      /* line 1072, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
      .website-frame .content #sec-eight .content-frame {
        width: 100%;
        float: right;
        display: block;
        text-align: center;
        color: #fff;
        text-align: center;
        background-color: #e4f0d8; }
        @media (max-width: 800px) {
          /* line 1072, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-eight .content-frame {
            width: 100%;
            float: none;
            margin: 0 auto; } }
        /* line 1085, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
        .website-frame .content #sec-eight .content-frame #sec-eight-anchor {
          width: 1px;
          height: 1px;
          position: absolute;
          top: -100px; }
        /* line 1091, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
        .website-frame .content #sec-eight .content-frame .left-column {
          float: left;
          width: 40%; }
          @media (max-width: 800px) {
            /* line 1091, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
            .website-frame .content #sec-eight .content-frame .left-column {
              scroll-snap-align: start;
              width: 100%;
              height: auto;
              float: none;
              padding: 20px;
              margin-top: 30px; } }
          /* line 1102, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-eight .content-frame .left-column .sec-packshot {
            width: 42%;
            height: auto;
            display: block;
            margin: 8% auto; }
        /* line 1109, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
        .website-frame .content #sec-eight .content-frame .right-column {
          float: right;
          width: 60%; }
          @media (max-width: 800px) {
            /* line 1109, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
            .website-frame .content #sec-eight .content-frame .right-column {
              scroll-snap-align: start;
              width: 100%;
              height: auto;
              float: none;
              padding: 20px; } }
          /* line 1119, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-eight .content-frame .right-column .logo-two {
            height: auto;
            display: block;
            margin: 2% auto; }
            @media (max-width: 950px) {
              /* line 1119, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
              .website-frame .content #sec-eight .content-frame .right-column .logo-two {
                width: 90%;
                height: auto; } }
          /* line 1128, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-eight .content-frame .right-column .final-table {
            display: table;
            margin: 0 auto;
            background: rgba(11, 114, 51, 0.14);
            -webkit-box-shadow: 0px 0px 118px 35px rgba(11, 114, 51, 0.2);
            -moz-box-shadow: 0px 0px 118px 35px rgba(11, 114, 51, 0.2);
            box-shadow: 0px 0px 118px 35px rgba(11, 114, 51, 0.2);
            border-radius: 50px; }
            /* line 1136, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
            .website-frame .content #sec-eight .content-frame .right-column .final-table .final-row {
              display: table-row;
              text-align: left; }
              /* line 1139, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
              .website-frame .content #sec-eight .content-frame .right-column .final-table .final-row .pic-data {
                display: table-cell;
                padding: 10px 15px 10px 0;
                border-bottom: 1px solid #0b7233; }
                /* line 1143, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
                .website-frame .content #sec-eight .content-frame .right-column .final-table .final-row .pic-data img {
                  width: 40px;
                  height: auto; }
              /* line 1148, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
              .website-frame .content #sec-eight .content-frame .right-column .final-table .final-row .txt-data {
                display: table-cell;
                padding: 0 15px 10px 0;
                border-bottom: 1px solid #0b7233;
                font-size: 20px;
                color: #107140; }
              /* line 1155, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
              .website-frame .content #sec-eight .content-frame .right-column .final-table .final-row .last-data {
                border-bottom: none; }
          /* line 1160, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-eight .content-frame .right-column a {
            text-decoration: none; }
          /* line 1163, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
          .website-frame .content #sec-eight .content-frame .right-column .button {
            width: 200px;
            height: 50px;
            padding: 15px;
            background-color: #0b7233;
            color: #fff;
            font-weight: 500;
            font-size: 16px;
            text-transform: uppercase;
            display: block;
            margin: 30px auto;
            cursor: pointer;
            -webkit-box-shadow: 10px 10px 10px 0px rgba(5, 56, 25, 0.45);
            -moz-box-shadow: 10px 10px 10px 0px rgba(5, 56, 25, 0.45);
            box-shadow: 10px 10px 10px 0px rgba(5, 56, 25, 0.45); }
            @media (max-width: 800px) {
              /* line 1163, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
              .website-frame .content #sec-eight .content-frame .right-column .button {
                margin-bottom: 40px; } }

/* line 1187, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
#cookie-consent {
  z-index: 999;
  background: #363333;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  color: #fff; }
  /* line 1196, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
  #cookie-consent p {
    font-family: "museo-sans", sans-serif !important;
    font-size: 14px !important;
    margin: 0;
    padding: 0;
    font-weight: normal; }
    /* line 1202, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
    #cookie-consent p a, #cookie-consent p a:hover, #cookie-consent p a:visited {
      color: #fff;
      text-decoration: underline; }
  /* line 1207, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
  #cookie-consent .cookie-btn {
    position: relative; }
    /* line 1209, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
    #cookie-consent .cookie-btn button {
      color: #fff !important;
      background-color: #c10c1e;
      display: inline-block;
      font-weight: 600;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      user-select: none;
      border: 1px solid  transparent;
      border-top-color: transparent;
      border-right-color: transparent;
      border-bottom-color: transparent;
      border-left-color: transparent;
      padding: 13px 17px;
      border-radius: 0.1875rem;
      transition: all 0.15s ease-in-out;
      cursor: pointer;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      height: 55px; }
      @media (max-width: 767px) {
        /* line 1209, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
        #cookie-consent .cookie-btn button {
          position: static;
          margin: 20px auto;
          height: 55px; } }
    /* line 1238, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
    #cookie-consent .cookie-btn button:hover {
      color: #fff !important;
      background-color: #9d0a18;
      border-color: #910917;
      text-decoration: none; }

/* line 1249, /Volumes/Projekty/Mollers/2019-10-02-LP/v_05/style.scss */
.hide-it {
  display: none !important; }

/*# sourceMappingURL=style.css.map */