/* Vars */
* {
  padding: 0;
  margin: 0;
  /*-webkit-appearance: none;*/ }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

body {
  font-family: Droid Sans;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  min-width: 1170px;
  position: relative; }

header {
  width: 100%;
  height: 120px;
  z-index: 100;
  position: fixed;
  min-width: 1170px;
  top: 0;
  left: 0;
  right: 0;
  background: url(grfx/top.png) repeat-x #ffffff; }
  header .logo {
    width: 260px;
    height: 114px;
    float: left;
    margin-top: 11px; }
    header .logo img {
      width: 260px;
      height: 114px; }
  header .top_menu {
    width: calc(100% - 260px);
    height: 50px;
    float: left; }
    header .top_menu nav {
      width: calc(100% - 66px);
      float: left; }
      header .top_menu nav ul {
        list-style: none;
        margin-left: 30px;
        float: left; }
        header .top_menu nav ul li {
          display: inline-block;
          height: 50px;
          line-height: 50px;
          margin-left: 16px;
          margin-right: 16px; }
          header .top_menu nav ul li a {
            display: inline-block;
            height: 50px;
            line-height: 50px;
            color: #ffffff;
            text-transform: uppercase;
            text-decoration: none;
            font-family: Yanone Kaffeesatz;
            font-size: 17px;
            transition: 0.4s ease; }
          header .top_menu nav ul li:hover a {
            color: #29aae1; }
      header .top_menu nav ol {
        list-style: none;
        margin-right: 10px;
        float: right; }
        header .top_menu nav ol li {
          display: inline-block;
          height: 50px;
          line-height: 50px;
          margin-left: 16px;
          margin-right: 16px; }
          header .top_menu nav ol li a {
            display: inline-block;
            height: 50px;
            line-height: 50px;
            color: #ffffff;
            text-transform: uppercase;
            text-decoration: none;
            font-family: Yanone Kaffeesatz;
            font-size: 17px;
            transition: 0.4s ease; }
            header .top_menu nav ol li a:hover {
              color: #29aae1; }
            header .top_menu nav ol li a .item-img {
              height: 50px;
              line-height: 50px;
              float: left;
              vertical-align: middle;
              margin-right: 12px; }
              header .top_menu nav ol li a .item-img img {
                margin-top: 16px;
                width: 18px;
                height: 15px; }
    header .top_menu .cart {
      z-index: 20;
      float: right;
      margin-top: 6px;
      width: 65px;
      text-align: center;
      transition: 0.5s ease;
      position: relative;
      z-index: 20; }
      header .top_menu .cart .items {
        line-height: 20px;
        height: 0px;
        overflow: hidden;
        transition: 0.5s ease;
        background-color: #29aae1;
        font-family: Yanone Kaffeesatz;
        font-size: 18px;
        display: inline-block !important;
        margin: 10px auto 0 auto;
        font-weight: 700; }
        header .top_menu .cart .items #items {
          transition: 0.5s ease; }
        header .top_menu .cart .items.show {
          height: 20px;
          margin: 10px auto 0 auto; }
      header .top_menu .cart .cartbox {
        width: 65px;
        text-align: center;
        margin-top: -8px;
        height: 40px;
        padding: 0;
        background-color: #000000;
        transition: 0.5s ease; }
        header .top_menu .cart .cartbox img {
          width: 40px;
          height: 30px; }
      header .top_menu .cart .orderbtn {
        width: 65px;
        background-color: #29aae1;
        text-align: center;
        line-height: 32px;
        height: 32px; }
        header .top_menu .cart .orderbtn a {
          font-family: Yanone Kaffeesatz;
          font-size: 17px;
          height: 32px;
          line-height: 32px;
          font-weight: 700;
          display: inline-block;
          color: #000000;
          text-transform: uppercase;
          text-decoration: none; }
  header .submenu {
    width: calc(100% - 260px);
    height: 70px;
    float: left; }
    header .submenu ul {
      margin-left: 30px;
      list-style: none; }
      header .submenu ul li {
        display: inline-block;
        height: 70px;
        line-height: 35px;
        margin-left: 15px;
        margin-right: 15px; }
        header .submenu ul li a {
          display: inline-block;
          height: 52px;
          line-height: 70px;
          color: #000000;
          text-transform: uppercase;
          text-decoration: none;
          font-family: Yanone Kaffeesatz;
          font-size: 25px;
          transition: 0.1s ease;
          border-bottom: 0px solid #29aae1; }
        header .submenu ul li:hover a, header .submenu ul li.active a {
          border-bottom: 3px solid #29aae1; }
        header .submenu ul li.has-sub {
          position: relative; }
          header .submenu ul li.has-sub ul.submenu_items {
            display: none;
            position: absolute;
            top: 70px;
            left: 0;
            width: 200px;
            background-color: #000;
            margin: 0;
            padding: 10px 0; }
            header .submenu ul li.has-sub ul.submenu_items li {
              display: block;
              height: 35px; }
              header .submenu ul li.has-sub ul.submenu_items li a {
                color: #29aae1;
                border-bottom: 1px solid #000;
                height: 35px;
                line-height: 35px; }
                header .submenu ul li.has-sub ul.submenu_items li a:hover {
                  border-bottom: 1px solid #fff; }
          header .submenu ul li.has-sub:hover ul.submenu_items {
            display: block; }

.tooltips {
  position: relative; }
  .tooltips .tooltiptext {
    opacity: 0;
    pointer-events: none;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    transition: .275s all;
    position: absolute;
    z-index: 1;
    width: 220px;
    bottom: 125%;
    left: 0%;
    font-size: 16px;
    line-heigth: 18px; }
    .tooltips .tooltiptext::before {
      content: '';
      position: absolute;
      z-index: -1;
      bottom: -4px;
      left: 8px;
      transform: rotate(45deg);
      width: 8px;
      height: 8px;
      background: black; }
  .tooltips:hover .tooltiptext {
    opacity: 1;
    pointer-events: auto; }

.homepage {
  cursor: default; }
  .homepage .homepage_row {
    width: 100%;
    float: left; }
    .homepage .homepage_row .small {
      margin-top: 40px;
      width: 31%;
      position: relative;
      float: left; }
      .homepage .homepage_row .small h2 {
        font-family: Yanone Kaffeesatz;
        font-size: 38px;
        font-weight: 300;
        margin-top: 30px;
        text-transform: uppercase;
        text-align: center; }
        .homepage .homepage_row .small h2 b {
          font-weight: 400; }
      .homepage .homepage_row .small #slider_1 {
        width: 250px;
        height: 335px;
        margin: 40px auto 0 auto; }
        .homepage .homepage_row .small #slider_1 li {
          display: block;
          width: 250px;
          height: 335px;
          text-align: center; }
          .homepage .homepage_row .small #slider_1 li img {
            max-width: 335px;
            max-height: 230px; }
      .homepage .homepage_row .small #prevBtn {
        width: 40px;
        height: 40px;
        background-image: url(grfx/prev.svg);
        background-repeat: no-repeat;
        position: absolute;
        top: 170px;
        opacity: 0.3;
        z-index: 40;
        transition: 0.3s ease; }
        .homepage .homepage_row .small #prevBtn a {
          display: block;
          width: 100%;
          height: 100%; }
        .homepage .homepage_row .small #prevBtn:hover {
          opacity: 1;
          cursor: pointer; }
      .homepage .homepage_row .small #nextBtn {
        width: 40px;
        height: 40px;
        background-image: url(grfx/next.svg);
        background-repeat: no-repeat;
        position: absolute;
        top: 170px;
        opacity: 0.3;
        right: 0;
        z-index: 40;
        transition: 0.3s ease; }
        .homepage .homepage_row .small #nextBtn a {
          display: block;
          width: 100%;
          height: 100%; }
        .homepage .homepage_row .small #nextBtn:hover {
          opacity: 1;
          cursor: pointer; }
    .homepage .homepage_row .small_right {
      margin-top: 40px;
      width: 31%;
      position: relative;
      float: right; }
      .homepage .homepage_row .small_right h2 {
        font-family: Yanone Kaffeesatz;
        font-size: 38px;
        font-weight: 300;
        margin-top: 30px;
        text-transform: uppercase;
        text-align: center; }
        .homepage .homepage_row .small_right h2 b {
          font-weight: 400; }
      .homepage .homepage_row .small_right #slider_2 {
        width: 250px;
        height: 335px;
        margin: 40px auto 0 auto; }
        .homepage .homepage_row .small_right #slider_2 li {
          display: block;
          width: 250px;
          height: 335px;
          text-align: center; }
          .homepage .homepage_row .small_right #slider_2 li img {
            max-width: 335px;
            max-height: 230px; }
      .homepage .homepage_row .small_right #prevBtn2 {
        width: 40px;
        height: 40px;
        background-image: url(grfx/prev.svg);
        background-repeat: no-repeat;
        position: absolute;
        top: 170px;
        opacity: 0.3;
        z-index: 40;
        transition: 0.3s ease; }
        .homepage .homepage_row .small_right #prevBtn2 a {
          display: block;
          width: 100%;
          height: 100%; }
        .homepage .homepage_row .small_right #prevBtn2:hover {
          opacity: 1;
          cursor: pointer; }
      .homepage .homepage_row .small_right #nextBtn2 {
        width: 40px;
        height: 40px;
        background-image: url(grfx/next.svg);
        background-repeat: no-repeat;
        position: absolute;
        top: 170px;
        opacity: 0.3;
        right: 0;
        z-index: 40;
        transition: 0.3s ease; }
        .homepage .homepage_row .small_right #nextBtn2 a {
          display: block;
          width: 100%;
          height: 100%; }
        .homepage .homepage_row .small_right #nextBtn2:hover {
          opacity: 1;
          cursor: pointer; }
    .homepage .homepage_row .big {
      margin-top: 40px; }
      .homepage .homepage_row .big.patswerk {
        float: right;
        position: relative; }
        .homepage .homepage_row .big.patswerk .text {
          position: absolute;
          width: 39%;
          top: 0;
          right: 0; }
          .homepage .homepage_row .big.patswerk .text h5 {
            margin-top: 100px;
            font-size: 28px;
            margin-left: 25px; }
          .homepage .homepage_row .big.patswerk .text h4 {
            margin-top: 55px;
            font-size: 96px;
            margin-left: 14px; }
          .homepage .homepage_row .big.patswerk .text .btn, .homepage .homepage_row .big.patswerk .text .btn-blue, .homepage .homepage_row .big.patswerk .text .btn-brown, .homepage .homepage_row .big.patswerk .text .btn-white, .homepage .homepage_row .big.patswerk .text .btn-grey {
            margin-left: 30px; }
      .homepage .homepage_row .big.visitekaartjes {
        float: left;
        position: relative; }
        .homepage .homepage_row .big.visitekaartjes .text {
          position: absolute;
          width: 39%;
          top: 0;
          left: 0; }
          .homepage .homepage_row .big.visitekaartjes .text h5 {
            margin-top: 100px;
            font-size: 28px;
            font-weight: 300;
            margin-left: 30px;
            color: #ffffff; }
          .homepage .homepage_row .big.visitekaartjes .text h3 {
            color: #ffffff;
            margin-left: 30px;
            font-size: 57px;
            margin-top: 20px; }
          .homepage .homepage_row .big.visitekaartjes .text .btn, .homepage .homepage_row .big.visitekaartjes .text .btn-blue, .homepage .homepage_row .big.visitekaartjes .text .btn-brown, .homepage .homepage_row .big.visitekaartjes .text .btn-white, .homepage .homepage_row .big.visitekaartjes .text .btn-grey {
            margin-left: 30px; }
  .homepage .home_blok {
    width: 100%;
    position: relative; }
    .homepage .home_blok img {
      width: 100%; }
  .homepage .geboortekaartjes .text {
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    width: 40%; }
    .homepage .geboortekaartjes .text h3 {
      margin-top: 95px; }
    .homepage .geboortekaartjes .text h4 {
      margin-top: 50px; }
    .homepage .geboortekaartjes .text h5 {
      margin-top: 20px;
      margin-left: 100px; }
  .homepage .trouwkaarten {
    margin-top: 40px; }
    .homepage .trouwkaarten .text {
      position: absolute;
      z-index: 20;
      top: 0;
      left: 30px;
      width: 35%;
      text-align: center; }
      .homepage .trouwkaarten .text h3 {
        margin-top: 66px;
        color: #ffffff;
        text-align: center;
        font-weight: normal;
        line-height: 46px;
        font-size: 44px; }
      .homepage .trouwkaarten .text h4 {
        font-size: 76px;
        margin-top: 10px;
        text-align: center; }
  .homepage .black_content {
    margin-top: 40px;
    background-color: #000000;
    padding: 40px 6%;
    width: calc(88% + 1px); }
    .homepage .black_content h1 {
      font-family: Yanone Kaffeesatz;
      color: #29aae1;
      font-size: 40px; }
    .homepage .black_content p {
      font-family: Droid Sans;
      color: #ffffff;
      font-size: 15px;
      line-height: 25px;
      margin-top: 25px; }
  .homepage h3 {
    font-family: Yanone Kaffeesatz;
    font-size: 57px;
    line-height: 46px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase; }
  .homepage h4 {
    font-family: bakery;
    font-size: 100px;
    color: #000000;
    line-height: 70px;
    font-weight: normal; }
  .homepage h5 {
    font-family: Yanone Kaffeesatz;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 34px;
    color: #000000; }
  .homepage .btn, .homepage .btn-blue, .homepage .btn-brown, .homepage .btn-white, .homepage .btn-grey {
    margin-top: 40px; }

h1, .like-h1 {
  font-family: Yanone Kaffeesatz !important;
  font-size: 52px !important;
  line-height: 46px !important;
  font-weight: 300;
  color: #000000;
  text-transform: uppercase !important; }

h2, .like-h2 {
  font-family: Yanone Kaffeesatz !important;
  font-size: 48px !important;
  line-height: 48px !important;
  font-weight: 300;
  color: #000000;
  text-transform: uppercase !important; }

h3, .like-h3 {
  font-family: Yanone Kaffeesatz !important;
  font-size: 40px !important;
  line-height: 40px !important;
  font-weight: 300;
  color: #000000; }

h4, .like-h4 {
  font-family: Yanone Kaffeesatz !important;
  font-size: 32px !important;
  line-height: 32px !important;
  color: #000000; }
  h4.up, .like-h4.up {
    text-transform: uppercase; }

h5, .like-h5 {
  font-family: Yanone Kaffeesatz !important;
  font-size: 28px !important;
  line-height: 30px !important;
  font-weight: 300;
  color: #000000; }
  h5.up, .like-h5.up {
    text-transform: uppercase; }

p {
  font-family: Yanone Kaffeesatz !important;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #000000; }

.button {
  background-color: #3ab54a;
  cursor: pointer !important;
  border: none;
  outline: none;
  color: #fff;
  padding: 5px 15px 0 15px;
  font-family: Yanone Kaffeesatz;
  font-size: 25px;
  font-weight: 300;
  margin: 0; }
  .button.arrow {
    background-image: url("grfx/new/arrow-right.svg");
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: right center;
    text-align: left; }
  .button.arrow-back {
    background-image: url("grfx/new/arrow-left.svg");
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: left center;
    text-align: right; }
  .button.delete-button {
    background-image: url("grfx/new/delete_button.svg");
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: left center;
    text-align: right; }
  .button.big {
    font-weight: 500;
    font-size: 32px;
    padding: 5px 20px 0 20px; }
  .button.big-padding {
    padding: 5px 20px 0 20px; }
  .button.transparent {
    border: 1px solid #838788;
    color: #838788;
    background-color: transparent; }
    .button.transparent.arrow {
      background-image: url("grfx/new/arrow-right-gray.svg"); }
    .button.transparent.arrow-back {
      background-image: url("grfx/new/arrow-left-gray.svg"); }
    .button.transparent.black {
      border: 1px solid #000 !important;
      color: #000; }
      .button.transparent.black.arrow {
        background-image: url("grfx/new/arrow-right-black.svg"); }
      .button.transparent.black.arrow-back {
        background-image: url("grfx/new/arrow-left-black.svg"); }
      .button.transparent.black.no-border {
        border: none !important; }
  .button.no-border {
    border: none !important; }
  .button.text.arrow {
    padding-right: 80px; }
  .button.text.arrow-back {
    padding-left: 80px; }
  .button.text.edit-button {
    padding-left: 55px; }
  .button.text.delete-button {
    padding-left: 35px; }
  .button.text.order-button {
    padding-right: 55px; }
  .button.text.upper {
    text-transform: uppercase; }
  .button.full {
    width: 100%; }
  .button:hover {
    color: #FFF;
    text-decoration: none; }
    .button:hover.transparent {
      color: #000; }
    .button:hover.arrow {
      -webkit-animation: jump 1s ease 0s infinite normal;
      animation: jump 1s ease 0s infinite normal; }
    .button:hover.arrow-back {
      -webkit-animation: jumpreverse 1s ease 0s infinite normal;
      animation: jumpreverse 1s ease 0s infinite normal; }
    .button:hover.big.arrow {
      -webkit-animation: jumpbig 1s ease 0s infinite normal;
      animation: jumpbig 1s ease 0s infinite normal; }
    .button:hover.big.arrow-back {
      -webkit-animation: jumpbig 1s ease 0s infinite normal;
      animation: jumpbig 1s ease 0s infinite normal; }
  .button.creator {
    display: block;
    transition: .1s all;
    background-color: transparent;
    font-size: 21px;
    font-weight: 500;
    padding: 7px 10px 2px;
    margin: 20px 0; }
    .button.creator.gray {
      background-color: #efefef;
      color: #000; }
      .button.creator.gray.active, .button.creator.gray:hover {
        color: #fff;
        background-color: #30b6ee; }
      .button.creator.gray.faq {
        display: inline-block;
        width: 100%;
        margin: 0;
        padding: 15px 20px 10px;
        font-size: 30px;
        line-height: 30px;
        background-color: #dddede;
        color: #000; }
        .button.creator.gray.faq.active, .button.creator.gray.faq:hover {
          color: #fff;
          background-color: #75797b; }
        .button.creator.gray.faq.side-arrow {
          position: relative;
          width: calc(100% - 8px); }
          .button.creator.gray.faq.side-arrow:after {
            content: '';
            transition: .1s all;
            opacity: 0;
            position: absolute;
            left: 100%;
            top: 0;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 27px 0 28px 8px;
            border-color: transparent transparent transparent #75797b; }
          .button.creator.gray.faq.side-arrow.active:after {
            opacity: 1;
            border-width: 27px 0 28px 8px;
            border-color: transparent transparent transparent #75797b; }
    .button.creator.green {
      background-color: #3ab54a; }
    .button.creator.dark {
      display: inline-block;
      position: relative;
      margin: 0;
      width: 33px;
      height: 33px;
      background-color: #75797b; }
      .button.creator.dark.minus::before {
        content: '-';
        position: absolute;
        top: 19px;
        left: 11px;
        font-size: 36px;
        font-weight: 300;
        line-height: 0; }
      .button.creator.dark.plus::before {
        content: '+';
        position: absolute;
        top: 16px;
        left: 10px;
        font-weight: 300;
        font-size: 32px;
        line-height: 0; }
      .button.creator.dark.left {
        float: left; }
      .button.creator.dark.right {
        float: right; }
      .button.creator.dark:hover {
        background-color: #30b6ee; }
    .button.creator.align {
      display: inline-block;
      margin: 0;
      width: 33px;
      height: 33px;
      outline: 0px solid #30b6ee;
      background-size: 33px 33px;
      background-repeat: no-repeat;
      background-position: center center; }
      .button.creator.align.left {
        background-image: url("grfx/new/text-align-left.svg"); }
        .button.creator.align.left.active, .button.creator.align.left:hover {
          background-image: url("grfx/new/text-align-lefth.svg");
          outline: 1px solid #30b6ee; }
      .button.creator.align.center {
        background-image: url("grfx/new/text-align-center.svg"); }
        .button.creator.align.center.active, .button.creator.align.center:hover {
          background-image: url("grfx/new/text-align-centerh.svg");
          outline: 1px solid #30b6ee; }
      .button.creator.align.right {
        background-image: url("grfx/new/text-align-right.svg"); }
        .button.creator.align.right.active, .button.creator.align.right:hover {
          background-image: url("grfx/new/text-align-righth.svg");
          outline: 1px solid #30b6ee; }
    .button.creator.up {
      text-transform: uppercase; }
    .button.creator.big {
      font-size: 28px; }
    .button.creator.graytext {
      display: inline-block;
      color: #c1c0c1;
      transition: .1s all;
      background-color: transparent;
      font-size: 21px;
      font-weight: 400;
      text-align: center;
      padding-top: 2px;
      width: 120px;
      height: 33px;
      border: 1px solid transparent; }
      .button.creator.graytext.highlighted, .button.creator.graytext:hover {
        border: 1px solid #30b6ee;
        color: #30b6ee; }

.radio-button {
  transition: .3s all;
  display: inline-block;
  height: 8px;
  position: relative;
  padding-left: 30px;
  margin-top: 20px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .radio-button:before {
    content: initial; }
  .radio-button input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
    .radio-button input:checked ~ .checkmark {
      border: 2px solid #30b6ee; }
    .radio-button input:checked ~ .checkmark:after {
      display: block; }
  .radio-button .checkmark {
    transition: .3s all;
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #707070;
    background-color: #eee;
    border-radius: 50%; }
  .radio-button .checkmark:after {
    transition: .3s all;
    content: "";
    position: absolute;
    display: none;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #30b6ee; }
  .radio-button:hover input ~ .checkmark {
    border-color: #30b6ee; }

.card-product-wrap:hover .button.arrow {
  -webkit-animation: jump 1s ease 0s infinite normal;
  animation: jump 1s ease 0s infinite normal; }
.card-product-wrap:hover .button.arrow-back {
  -webkit-animation: jumpback 1s ease 0s infinite normal;
  animation: jumpback 1s ease 0s infinite normal; }

#usp-section {
  margin-top: 150px;
  margin-bottom: 25px; }
  #usp-section .usp-wrap {
    margin: 0;
    background-color: #dddede;
    padding: 10px;
    justify-content: space-between; }
    #usp-section .usp-wrap .usp {
      display: inline-block;
      font-size: 22px;
      font-weight: 300;
      margin: 0; }
      #usp-section .usp-wrap .usp.usp-icon {
        padding-left: 30px;
        background-image: url("grfx/new/usp_icon.svg");
        background-size: 25px 25px;
        background-repeat: no-repeat;
        background-position: left center; }

#intro-section .title-wrap h1 {
  font-weight: 300;
  margin-bottom: 25px; }
#intro-section .title-wrap img {
  width: 100%; }
#intro-section .title-wrap iframe {
  width: 100%;
  height: 406px; }
  @media (max-width: 1199px) {
    #intro-section .title-wrap iframe {
      height: 339px; } }
#intro-section .links-wrap {
  background: #3ab54a;
  padding: 30px 25px 25px; }
  #intro-section .links-wrap .links-title {
    color: #FFF;
    font-weight: 500 !important;
    padding-bottom: 25px;
    border-bottom: 1px solid #FFF; }
  #intro-section .links-wrap .link-button .home-links {
    color: #FFF;
    padding: 20px 0;
    margin-bottom: 5px;
    border-bottom: 1px solid #FFF;
    text-decoration: none; }
    #intro-section .links-wrap .link-button .home-links.arrow {
      background-image: url("grfx/new/arrow-right.svg");
      background-size: 50px 50px;
      background-repeat: no-repeat;
      background-position: right center; }
  #intro-section .links-wrap .link-button:hover {
    text-decoration: none; }
    #intro-section .links-wrap .link-button:hover .home-links.arrow {
      -webkit-animation: jumpreverse 1s ease 0s infinite normal;
      animation: jumpreverse 1s ease 0s infinite normal; }
#intro-section .rating-wrap {
  padding: 15px;
  height: 130px;
  overflow: hidden; }
  #intro-section .rating-wrap .kiyoh-frame {
    height: 165px; }
#intro-section .devider {
  margin: 50px 0;
  border: 1px solid #000; }

.rating-wrap {
  height: 130px;
  overflow: hidden; }
  .rating-wrap .kiyoh-frame {
    height: 165px; }

#home-product-section .product-image-wrap img {
  width: 100%; }
  #home-product-section .product-image-wrap img.product-image-absolute {
    width: calc(100% - 30px); }
#home-product-section .product-details-wrap h5 {
  margin: 20px 0 5px; }
#home-product-section .product-details-wrap .price-text {
  color: #30b6ee; }
  #home-product-section .product-details-wrap .price-text .price {
    font-weight: 500;
    font-size: 30px; }
#home-product-section .product-details-wrap .product-usp {
  line-height: 24px;
  margin-bottom: 0; }
  #home-product-section .product-details-wrap .product-usp.usp-icon {
    padding-left: 25px;
    background-image: url("grfx/new/usp_icon.svg");
    background-size: 17px 17px;
    background-repeat: no-repeat;
    background-position: left center; }
#home-product-section .button {
  position: absolute;
  bottom: 0;
  right: 15px;
  width: 45px;
  height: 45px;
  background-color: #3ab54a; }
  #home-product-section .button.arrow {
    background-image: url("grfx/new/arrow-right.svg");
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: right center; }

#reference-section .reference-wrap {
  background: #dddede;
  margin: 50px 0;
  padding: 25px; }
  #reference-section .reference-wrap * {
    color: #30b6ee;
    text-align: center; }
  #reference-section .reference-wrap .reference-text {
    margin: 20px;
    font-weight: 300; }
  #reference-section .reference-wrap .reference-details {
    margin: 20px;
    font-weight: 300; }
  #reference-section .reference-wrap .reference-score {
    margin: 20px;
    height: 35px; }
    #reference-section .reference-wrap .reference-score .reference-stars-wrap {
      display: inline-block;
      position: relative;
      top: 0;
      height: 28px;
      width: 200px;
      margin-right: 10px; }
      #reference-section .reference-wrap .reference-score .reference-stars-wrap span {
        height: 35px; }
      #reference-section .reference-wrap .reference-score .reference-stars-wrap .reference-stars-empty {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        overflow: hidden; }
      #reference-section .reference-wrap .reference-score .reference-stars-wrap .reference-stars-full {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        overflow: hidden; }
      #reference-section .reference-wrap .reference-score .reference-stars-wrap img {
        height: 35px; }

#contact-details-section h3, #contact-details-section .like-h3 {
  text-align: center;
  font-weight: 500; }
#contact-details-section .contact-details-wrap, #contact-details-section .visit-details-wrap {
  background: #dddede; }
#contact-details-section .contact-details-wrap {
  padding: 50px 25px 35px; }
  #contact-details-section .contact-details-wrap a {
    color: #000; }
    #contact-details-section .contact-details-wrap a p {
      color: #000; }
#contact-details-section .visit-details-wrap {
  padding: 50px 25px 75px; }
  #contact-details-section .visit-details-wrap img {
    width: 100%; }

.contact .information_content {
  display: none; }

.card-product-wrap a {
  color: #000000 !important;
  text-decoration: none !important; }
.card-product-wrap .product-image-wrap img {
  width: 100%; }
  .card-product-wrap .product-image-wrap img.product-image-absolute {
    position: absolute;
    transition: .5s opacity;
    top: 0;
    left: 15px;
    opacity: 0;
    width: calc(100% - 30px); }
.card-product-wrap .product-details-wrap {
  margin-bottom: 25px; }
  .card-product-wrap .product-details-wrap h5 {
    margin: 20px 0 5px; }
  .card-product-wrap .product-details-wrap .price-text {
    color: #30b6ee; }
    .card-product-wrap .product-details-wrap .price-text .price {
      font-weight: 500;
      font-size: 30px; }
  .card-product-wrap .product-details-wrap .product-usp {
    line-height: 24px;
    margin-bottom: 0; }
    .card-product-wrap .product-details-wrap .product-usp.usp-icon {
      padding-left: 25px;
      background-image: url("grfx/new/usp_icon.svg");
      background-size: 17px 17px;
      background-repeat: no-repeat;
      background-position: left center; }
.card-product-wrap .button {
  position: absolute;
  bottom: 0;
  right: 15px;
  width: 45px;
  height: 45px;
  background-color: #3ab54a; }
  .card-product-wrap .button.arrow {
    background-image: url("grfx/new/arrow-right.svg");
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: right center; }
.card-product-wrap:hover .product-image-wrap .product-image-absolute {
  opacity: 1; }

.mfp-content {
  max-width: 60%;
  height: 50%;
  padding: 20px;
  background: #ffffff; }
  .mfp-content p {
    font-size: 24px;
    line-height: 26px; }

.productpage {
  margin-top: 40px; }
  .productpage .left {
    width: 85%; }
    .productpage .left .filters {
      width: 100%;
      padding: 35px 25px;
      background-color: #f1f1f1;
      font-family: Yanone Kaffeesatz;
      font-size: 16px;
      font-weight: 700; }
      .productpage .left .filters h1 {
        font-size: 25px;
        text-transform: uppercase;
        font-family: Yanone Kaffeesatz;
        color: #000000; }
    .productpage .left .btn, .productpage .left .btn-blue, .productpage .left .btn-brown, .productpage .left .btn-white, .productpage .left .btn-grey {
      margin-top: 20px;
      width: 100%; }
    .productpage .left .info {
      width: 100%;
      margin-top: 70px;
      padding: 35px 25px;
      background-color: #f1f1f1;
      font-family: Droid Sans;
      font-size: 13px;
      line-height: 18px; }
      .productpage .left .info p {
        margin-top: 18px; }
      .productpage .left .info h2 {
        font-size: 30px;
        text-transform: uppercase;
        font-family: Yanone Kaffeesatz;
        line-height: 30px; }
  .productpage #products .product:hover .product-image-wrap .product-image-absolute {
    opacity: 1; }
  .productpage #products .product-image-wrap img {
    width: 100%; }
    .productpage #products .product-image-wrap img.product-image-absolute {
      position: absolute;
      transition: .5s opacity;
      top: 0;
      left: 15px;
      opacity: 0;
      width: calc(100% - 30px); }
  .productpage #products .product-details-wrap {
    margin-bottom: 25px; }
    .productpage #products .product-details-wrap h5 {
      margin: 20px 0 5px; }
    .productpage #products .product-details-wrap .price-text {
      color: #30b6ee; }
      .productpage #products .product-details-wrap .price-text .price {
        font-weight: 500;
        font-size: 30px; }
    .productpage #products .product-details-wrap .product-usp {
      line-height: 24px;
      margin-bottom: 0; }
      .productpage #products .product-details-wrap .product-usp.usp-icon {
        padding-left: 25px;
        background-image: url("grfx/new/usp_icon.svg");
        background-size: 17px 17px;
        background-repeat: no-repeat;
        background-position: left center; }
  .productpage #products .button {
    position: absolute;
    bottom: 0;
    right: 15px;
    width: 45px;
    height: 45px;
    background-color: #3ab54a; }
    .productpage #products .button.arrow {
      background-image: url("grfx/new/arrow-right.svg");
      background-size: 50px 50px;
      background-repeat: no-repeat;
      background-position: right center; }

#product_detail_section .slick-slider {
  position: relative;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0; }
  #product_detail_section .slick-slider .slick-arrow {
    z-index: 1;
    position: absolute;
    background-color: #000;
    border: none;
    outline: none;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background-size: 45px 45px;
    background-repeat: no-repeat;
    background-position: left center; }
  #product_detail_section .slick-slider .slick-prev {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-image: url("grfx/new/arrow-left-white.svg"); }
  #product_detail_section .slick-slider .slick-next {
    background-image: url("grfx/new/arrow-right-white.svg");
    top: 50%;
    transform: translateY(-50%);
    right: 0; }
#product_detail_section .product-details-wrap {
  padding-right: 30px; }
  #product_detail_section .product-details-wrap .devider {
    margin-bottom: 25px;
    padding-bottom: 30px;
    border-bottom: 2px solid #838788; }
    #product_detail_section .product-details-wrap .devider .margin {
      display: block;
      width: 100%;
      margin: 10px 0; }
  #product_detail_section .product-details-wrap form {
    width: 100%; }
  #product_detail_section .product-details-wrap .price-text {
    margin: 0;
    font-size: 25px;
    font-weight: 300;
    color: #30b6ee; }
    #product_detail_section .product-details-wrap .price-text .price {
      font-weight: 500;
      font-size: 30px; }
  #product_detail_section .product-details-wrap .product-usp {
    width: 100%;
    font-size: 25px;
    font-weight: 300;
    line-height: 29px;
    margin-bottom: 0; }
    #product_detail_section .product-details-wrap .product-usp.usp-icon {
      padding-left: 30px;
      background-image: url("grfx/new/usp_icon.svg");
      background-size: 22px 22px;
      background-repeat: no-repeat;
      background-position: left center; }
  #product_detail_section .product-details-wrap .button {
    width: 100%; }
  #product_detail_section .product-details-wrap .rating-wrap {
    padding: 15px 0; }
    #product_detail_section .product-details-wrap .rating-wrap p {
      font-weight: 300;
      margin: 20px 0; }
#product_detail_section #product_slider img {
  width: 100%; }
#product_detail_section .product-text-wrap p {
  font-family: "Open sans" !important;
  font-size: 16px !important; }

#related-devider-section {
  margin: 50px 0; }
  #related-devider-section .related-devider-wrap {
    position: relative;
    text-align: center; }
    #related-devider-section .related-devider-wrap::before {
      content: '';
      position: absolute;
      z-index: -1;
      top: calc(50% - 2px);
      left: 0;
      border: 1px solid #000;
      width: 100%; }
    #related-devider-section .related-devider-wrap .related-devider-text {
      display: inline-block;
      padding: 0 15px;
      background-color: #fff;
      font-weight: 300;
      font-size: 57px;
      margin: 0;
      line-height: 65px;
      text-transform: uppercase; }

#cart-section h1 {
  text-align: center; }
#cart-section .cart-product {
  background-color: #e9ecea;
  padding-top: 25px;
  padding-bottom: 25px;
  margin: 4px 0; }
  #cart-section .cart-product .cart-product-image-wrap iframe {
    width: 100%;
    height: 13vw;
    border: none; }
  #cart-section .cart-product .cart-product-count-wrap input {
    width: 100px;
    text-align: center;
    font-size: 24px;
    font-weight: 500; }
  #cart-section .cart-product .cart-product-price-wrap {
    font-size: 24px;
    font-weight: 500; }
#cart-section .cart-product-edit {
  background-color: #e9ecea;
  margin: 4px 0 20px; }
  #cart-section .cart-product-edit h5 {
    display: inline-block;
    margin: 5px;
    font-weight: 300; }
  #cart-section .cart-product-edit .cart-product-remove-wrap {
    text-align: right; }
    #cart-section .cart-product-edit .cart-product-remove-wrap.saved {
      text-align: center; }
  #cart-section .cart-product-edit .cart-product-order-wrap {
    text-align: right; }
#cart-section .button {
  position: relative; }
#cart-section .order_form {
  margin-top: 40px; }
  #cart-section .order_form .vouchercode, #cart-section .order_form .comment {
    border: 1px solid #c2c5c5;
    outline: 0;
    color: #000;
    font-size: 18px;
    padding: 10px; }
  #cart-section .order_form .vouchercode {
    text-transform: uppercase; }
  #cart-section .order_form .comment {
    width: 80%;
    height: 200px;
    margin-top: 40px; }
  #cart-section .order_form a {
    margin-top: 40px;
    font-weight: 500; }
    #cart-section .order_form a.transparent {
      display: inline-block; }
  #cart-section .order_form h5 {
    font-weight: 300; }
    #cart-section .order_form h5.total-title {
      margin-bottom: 40px;
      font-weight: 500; }
    #cart-section .order_form h5.total {
      font-weight: 500; }
    #cart-section .order_form h5.right {
      text-align: right; }
  #cart-section .order_form .devider {
    width: 100%;
    border-bottom: 1px solid #000; }
    #cart-section .order_form .devider.margin {
      margin: 10px 0 15px; }
  #cart-section .order_form .button {
    position: relative;
    margin: 20px 0; }
  #cart-section .order_form .design-check {
    font-size: 25px;
    margin: 5px 0; }
    #cart-section .order_form .design-check.quest-icon {
      padding-left: 35px;
      background-image: url("grfx/new/quest-icon.svg");
      background-size: 25px 25px;
      background-repeat: no-repeat;
      background-position: left top; }
  #cart-section .order_form .rating {
    font-size: 25px;
    font-weight: 300; }

#creator-section .button.creator.icon {
  padding-left: 40px;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: 5px center; }
  #creator-section .button.creator.icon.text-icon {
    background-image: url("grfx/new/creator-text-icon.svg"); }
    #creator-section .button.creator.icon.text-icon.active, #creator-section .button.creator.icon.text-icon:hover {
      background-image: url("grfx/new/creator-text-icon-white.svg"); }
  #creator-section .button.creator.icon.image-icon {
    background-image: url("grfx/new/creator-image-icon.svg"); }
    #creator-section .button.creator.icon.image-icon.active, #creator-section .button.creator.icon.image-icon:hover {
      background-image: url("grfx/new/creator-image-icon-white.svg"); }
  #creator-section .button.creator.icon.color-icon {
    background-image: url("grfx/new/creator-color-icon.svg"); }
    #creator-section .button.creator.icon.color-icon.active, #creator-section .button.creator.icon.color-icon:hover {
      background-image: url("grfx/new/creator-color-icon-white.svg"); }
  #creator-section .button.creator.icon.size-icon {
    background-image: url("grfx/new/creator-size-icon.svg"); }
    #creator-section .button.creator.icon.size-icon.active, #creator-section .button.creator.icon.size-icon:hover {
      background-image: url("grfx/new/creator-size-icon-white.svg"); }
  #creator-section .button.creator.icon.save-icon {
    padding-left: 50px;
    background-size: 35px 25px;
    background-image: url("grfx/new/creator-save-icon.svg"); }
    #creator-section .button.creator.icon.save-icon.active, #creator-section .button.creator.icon.save-icon:hover {
      background-image: url("grfx/new/creator-save-icon-white.svg"); }
#creator-section .creator-options-wrap {
  position: relative;
  width: 100%;
  min-height: 1px;
  flex: 0 0 22%;
  max-width: 22%;
  padding-right: 15px; }
  #creator-section .creator-options-wrap .button.icon {
    position: relative; }
    #creator-section .creator-options-wrap .button.icon:after {
      content: '';
      transition: .1s all;
      opacity: 0;
      position: absolute;
      left: 100%;
      top: 0px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 0 20px 0px;
      border-color: transparent transparent transparent #30b6ee; }
    #creator-section .creator-options-wrap .button.icon.active:after {
      opacity: 1;
      border-width: 20px 0 20px 8px;
      border-color: transparent transparent transparent #30b6ee; }
  #creator-section .creator-options-wrap .button.creator.transparent.arrow-back {
    margin-top: 0; }
#creator-section .creator-preview-wrap {
  position: relative;
  width: 100%;
  min-height: 1px;
  flex: 0 0 57%;
  max-width: 57%; }
  #creator-section .creator-preview-wrap .creator-wrap {
    opacity: 0;
    pointer-events: none;
    position: relative;
    width: 100%; }
    #creator-section .creator-preview-wrap .creator-wrap .creator_main {
      z-index: 2; }
      #creator-section .creator-preview-wrap .creator-wrap .creator_main .size-text-top, #creator-section .creator-preview-wrap .creator-wrap .creator_main .size-text-left {
        position: absolute;
        text-align: center;
        margin: 0;
        opacity: .5; }
      #creator-section .creator-preview-wrap .creator-wrap .creator_main .size-text-left {
        position: absolute;
        right: calc(100% + 25px);
        top: calc(50% - 20px);
        width: 40px; }
      #creator-section .creator-preview-wrap .creator-wrap .creator_main .size-text-top {
        position: absolute;
        right: calc(50% - 20px);
        bottom: calc(100% + 20px);
        width: 40px; }
    #creator-section .creator-preview-wrap .creator-wrap .creator-center {
      margin-top: 25px;
      display: flex;
      justify-content: center; }
      #creator-section .creator-preview-wrap .creator-wrap .creator-center .creator-background-image {
        position: relative;
        padding: 20px;
        background-image: url("grfx/new/background_texture_creator.jpg");
        -webkit-box-shadow: inset 5px 5px 10px -7px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: inset 5px 5px 10px -7px rgba(0, 0, 0, 0.2);
        box-shadow: inset 5px 5px 10px -7px rgba(0, 0, 0, 0.2);
        border-radius: 1px; }
        #creator-section .creator-preview-wrap .creator-wrap .creator-center .creator-background-image::before {
          content: '';
          position: absolute;
          bottom: 0;
          right: 0;
          width: calc(100% + 12px);
          height: calc(100% + 12px);
          pointer-events: none;
          -webkit-box-shadow: 7px 7px 10px -7px rgba(0, 0, 0, 0.2);
          -moz-box-shadow: 7px 7px 10px -7px rgba(0, 0, 0, 0.2);
          box-shadow: 7px 7px 10px -7px rgba(0, 0, 0, 0.2); }
        #creator-section .creator-preview-wrap .creator-wrap .creator-center .creator-background-image::after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          pointer-events: none;
          width: calc(100%);
          height: calc(100%);
          pointer-events: none;
          -webkit-box-shadow: inset 5px 5px 10px -7px rgba(0, 0, 0, 0.2);
          -moz-box-shadow: inset 5px 5px 10px -7px rgba(0, 0, 0, 0.2);
          box-shadow: inset 5px 5px 10px -7px rgba(0, 0, 0, 0.2);
          border-radius: 1px; }
    #creator-section .creator-preview-wrap .creator-wrap.active {
      opacity: 1;
      pointer-events: auto; }
  #creator-section .creator-preview-wrap .cutcolor-wrap {
    display: none;
    position: absolute;
    padding: 36px;
    height: calc(100% - 175px);
    width: 100%;
    justify-content: center;
    align-items: center; }
    #creator-section .creator-preview-wrap .cutcolor-wrap .snede_container {
      position: relative;
      width: 100%; }
      #creator-section .creator-preview-wrap .cutcolor-wrap .snede_container img {
        width: 100%; }
      #creator-section .creator-preview-wrap .cutcolor-wrap .snede_container .background {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: calc(100% - 10px);
        height: 75px;
        margin: 10px; }
    #creator-section .creator-preview-wrap .cutcolor-wrap.active {
      display: flex; }
  #creator-section .creator-preview-wrap .sides-wrap {
    width: 100%;
    padding: 0 110px; }
#creator-section .creator-edit-wrap {
  position: relative;
  width: 100%;
  min-height: 1px;
  flex: 0 0 21%;
  max-width: 21%; }
  #creator-section .creator-edit-wrap .creator-edit-inner-wrap {
    width: 100%; }
#creator-section .edit-wrap {
  height: 0;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
  pointer-events: none; }
  #creator-section .edit-wrap.active {
    height: auto;
    margin-bottom: 10px;
    overflow: visible;
    opacity: 1;
    z-index: 1;
    pointer-events: auto; }
    #creator-section .edit-wrap.active > div {
      padding: 20px; }
  #creator-section .edit-wrap > div {
    min-height: 225px;
    padding: 0;
    background: #efefef; }
    #creator-section .edit-wrap > div.other-details-wrap {
      min-height: 150px; }
#creator-section #no-cut-color-edit {
  display: none; }
  #creator-section #no-cut-color-edit.active {
    display: flex; }
#creator-section #cut-color-edit {
  display: none; }
  #creator-section #cut-color-edit.active {
    display: flex; }
#creator-section #image-picker, #creator-section #color-picker, #creator-section #cut-color-picker, #creator-section #envelope-color-picker {
  position: absolute;
  height: 0;
  opacity: 0;
  top: 0;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
  width: 100%; }
  #creator-section #image-picker.active, #creator-section #color-picker.active, #creator-section #cut-color-picker.active, #creator-section #envelope-color-picker.active {
    height: auto;
    margin-bottom: 10px;
    overflow: visible;
    opacity: 1;
    z-index: 2;
    pointer-events: auto; }
#creator-section .font-edit-wrap > div {
  margin-bottom: 10px; }
#creator-section .font-edit-wrap .font-type-wrap {
  position: relative;
  cursor: pointer;
  height: 31px;
  width: 100%;
  padding: 4px;
  background: #FFF; }
  #creator-section .font-edit-wrap .font-type-wrap:hover {
    outline: 1px solid #30b6ee; }
  #creator-section .font-edit-wrap .font-type-wrap:before {
    position: absolute;
    top: 12px;
    right: 10px;
    content: '';
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-top: 10px solid black; }
  #creator-section .font-edit-wrap .font-type-wrap.active:before {
    top: 0px;
    border: 10px solid transparent;
    border-bottom: 10px solid black; }
#creator-section .font-edit-wrap .font-size-wrap, #creator-section .font-edit-wrap .font-height-wrap {
  height: 33px;
  width: 100%;
  background: white; }
  #creator-section .font-edit-wrap .font-size-wrap .font-size-text, #creator-section .font-edit-wrap .font-size-wrap .font-height-text, #creator-section .font-edit-wrap .font-height-wrap .font-size-text, #creator-section .font-edit-wrap .font-height-wrap .font-height-text {
    display: inline-block;
    height: 33px;
    margin-top: 5px;
    margin-left: 12px; }
#creator-section .color-wrap {
  margin: 3px 0 15px; }
  #creator-section .color-wrap .color-detail-wrap {
    margin-bottom: 10px; }
#creator-section .color-block {
  display: inline-block;
  margin: 0;
  width: 33px;
  height: 33px;
  float: left; }
#creator-section .color-name-text {
  display: inline-block;
  height: 33px;
  width: calc(100% - 70px);
  background: white;
  float: left;
  margin: 0;
  padding-top: 5px;
  padding-left: 5px;
  text-transform: uppercase; }
  #creator-section .color-name-text.disable {
    color: #d0d1d1; }
#creator-section .color-edit-link {
  font-family: Yanone Kaffeesatz;
  color: #ed3145;
  cursor: pointer;
  line-height: 33px;
  margin-left: 4px;
  text-decoration: underline; }
  #creator-section .color-edit-link:hover {
    color: #30b6ee; }
  #creator-section .color-edit-link.disable {
    color: #d0d1d1; }
    #creator-section .color-edit-link.disable:hover {
      color: #d0d1d1; }
#creator-section .image-edit-wrap .image-wrap {
  display: inline-block;
  width: 60%;
  border: 1px solid #000; }
  #creator-section .image-edit-wrap .image-wrap img {
    width: 100%;
    background: white;
    max-height: 110px; }
#creator-section .image-edit-wrap .image-edit-link {
  font-family: Yanone Kaffeesatz;
  color: #ed3145;
  cursor: pointer;
  line-height: 33px;
  margin-left: 8px;
  text-decoration: underline; }
  #creator-section .image-edit-wrap .image-edit-link:hover {
    color: #30b6ee; }
#creator-section .image-category-wrap {
  position: relative; }
  #creator-section .image-category-wrap .illustrations-wrap {
    position: absolute;
    top: 0;
    overflow-y: scroll;
    right: 100%;
    width: 625px;
    height: 100%;
    background: #efefef; }
    #creator-section .image-category-wrap .illustrations-wrap .wrap-padding {
      margin: 20px;
      margin-right: 75px;
      height: auto; }
      #creator-section .image-category-wrap .illustrations-wrap .wrap-padding .illustration-category {
        transition: .275s all;
        opacity: 0;
        height: 0;
        pointer-events: none;
        overflow: hidden; }
        #creator-section .image-category-wrap .illustrations-wrap .wrap-padding .illustration-category .illustration-wrap {
          padding-bottom: 15px;
          padding-right: 0; }
          #creator-section .image-category-wrap .illustrations-wrap .wrap-padding .illustration-category .illustration-wrap img {
            cursor: pointer;
            width: 100%;
            background: white;
            outline: 1px solid #000; }
            #creator-section .image-category-wrap .illustrations-wrap .wrap-padding .illustration-category .illustration-wrap img:hover {
              outline: 2px solid #30b6ee; }
        #creator-section .image-category-wrap .illustrations-wrap .wrap-padding .illustration-category.active {
          opacity: 1;
          height: auto;
          overflow: visible;
          pointer-events: auto; }
#creator-section .cut-edit-wrap {
  margin-bottom: 20px; }
  #creator-section .cut-edit-wrap .radio-button-wrap {
    font-family: Yanone Kaffeesatz !important;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    color: #000000;
    text-transform: uppercase;
    margin: 0; }
    #creator-section .cut-edit-wrap .radio-button-wrap .radio-button {
      margin-top: 10px; }
  #creator-section .cut-edit-wrap .color-detail-wrap {
    margin: 25px 0 50px; }
  #creator-section .cut-edit-wrap .cut-color-info-text {
    font-weight: 300; }
  #creator-section .cut-edit-wrap .cut-color-link-text {
    margin: 0; }
    #creator-section .cut-edit-wrap .cut-color-link-text .cut-color-example-link {
      text-transform: uppercase;
      color: #30b6ee; }
      #creator-section .cut-edit-wrap .cut-color-link-text .cut-color-example-link:hover {
        color: #30b6ee;
        text-decoration: none; }
  #creator-section .cut-edit-wrap .cut-color-example-wrap {
    display: none; }
#creator-section #other-details > div {
  margin-bottom: 3px; }
#creator-section #other-details .format-edit-wrap > div {
  margin-bottom: 10px; }
#creator-section #other-details .format-edit-wrap .format-type-wrap {
  position: relative;
  cursor: pointer;
  height: 31px;
  width: 100%;
  padding: 4px;
  font-family: Yanone Kaffeesatz;
  line-height: 26px;
  text-align: center;
  font-size: 22px;
  background: #FFF; }
  #creator-section #other-details .format-edit-wrap .format-type-wrap span {
    margin-right: 30px; }
  #creator-section #other-details .format-edit-wrap .format-type-wrap:hover {
    outline: 1px solid #30b6ee; }
  #creator-section #other-details .format-edit-wrap .format-type-wrap:before {
    position: absolute;
    top: 12px;
    right: 10px;
    content: '';
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-top: 10px solid black; }
  #creator-section #other-details .format-edit-wrap .format-type-wrap.active:before {
    top: 0px;
    border: 10px solid transparent;
    border-bottom: 10px solid black; }
#creator-section #other-details .quantity-wrap .quantity-edit-wrap {
  height: 33px;
  width: 100%;
  background: white; }
  #creator-section #other-details .quantity-wrap .quantity-edit-wrap .quantity-text {
    display: inline-block;
    width: calc(100% - 66px);
    height: 33px;
    text-align: center; }
    #creator-section #other-details .quantity-wrap .quantity-edit-wrap .quantity-text #quantity {
      display: inline-block;
      border: none;
      height: 100%;
      width: 25px; }
#creator-section .empty-edit-wrap {
  height: 225px; }
#creator-section .dropdown-list-wrap {
  position: absolute;
  z-index: 1;
  top: 33px;
  left: -1px;
  width: calc(100% + 1px);
  opacity: 0;
  overflow-x: hidden;
  pointer-events: none; }
  #creator-section .dropdown-list-wrap .dropdown-list {
    transition: .275s opacity;
    list-style-type: none;
    margin: 0;
    width: calc(100% + 10px);
    max-height: 315px;
    overflow-y: scroll;
    background: #efefef;
    padding-left: 1px; }
    #creator-section .dropdown-list-wrap .dropdown-list li {
      height: 33px;
      margin-bottom: 1px;
      width: 96%;
      background: #fff;
      padding: 4px;
      cursor: pointer; }
      #creator-section .dropdown-list-wrap .dropdown-list li p {
        margin: 0;
        font-size: 16px;
        line-height: 24px;
        margin-left: 5px; }
      #creator-section .dropdown-list-wrap .dropdown-list li:hover {
        outline: 1px solid #30b6ee; }
      #creator-section .dropdown-list-wrap .dropdown-list li:active {
        color: #30b6ee; }
  #creator-section .dropdown-list-wrap.active {
    z-index: 1;
    opacity: 1;
    pointer-events: auto; }
#creator-section .full {
  transition: .275s opacity;
  margin-bottom: 15px;
  opacity: 1;
  pointer-events: auto; }
  #creator-section .full .dropdown-wrap {
    z-index: 1;
    top: 40px;
    right: 0;
    width: calc(100% + 15px);
    overflow-x: hidden; }
    #creator-section .full .dropdown-wrap .dropdown-list {
      transition: .275s opacity;
      list-style-type: none;
      margin: 0;
      width: calc(100% + 10px);
      max-height: 385px;
      overflow-y: scroll;
      background: #efefef;
      padding-top: 1px;
      padding-left: 1px; }
      #creator-section .full .dropdown-wrap .dropdown-list li {
        height: 33px;
        margin-bottom: 1px;
        width: 96%;
        background: #fff;
        cursor: pointer; }
        #creator-section .full .dropdown-wrap .dropdown-list li p.color {
          font-size: 20px;
          line-height: 26px;
          text-transform: uppercase;
          margin: 5px 0 0 5px; }
        #creator-section .full .dropdown-wrap .dropdown-list li p.text {
          font-size: 20px;
          line-height: 36px;
          text-transform: uppercase;
          margin-left: 5px; }
        #creator-section .full .dropdown-wrap .dropdown-list li:hover, #creator-section .full .dropdown-wrap .dropdown-list li.active {
          outline: 1px solid #30b6ee; }
        #creator-section .full .dropdown-wrap .dropdown-list li:active {
          color: #30b6ee; }
        #creator-section .full .dropdown-wrap .dropdown-list li.color-selector-item .color-block {
          display: inline-block;
          float: left;
          width: 33px;
          height: 33px; }
        #creator-section .full .dropdown-wrap .dropdown-list li.color-selector-item p {
          display: inline-block;
          float: left; }
  #creator-section .full.active {
    z-index: 1;
    opacity: 1;
    pointer-events: auto; }
#creator-section h5 {
  font-size: 21px !important;
  line-height: 21px; }
  #creator-section h5.margin {
    margin: 75px 0 0; }
#creator-section select {
  height: 33px;
  width: 100%;
  border: none; }
#creator-section span.green, #creator-section h4.green {
  color: #3ab54a;
  font-weight: 700; }
#creator-section h4.green {
  font-size: 30px !important;
  line-height: 30px !important;
  margin-top: 25px;
  margin-bottom: 0; }
#creator-section .button.green {
  margin-top: 10px; }

#creator-details-section {
  margin: 20px 0; }
  #creator-details-section .borders {
    padding: 50px 0 35px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000; }
  #creator-details-section .kiyoh {
    height: 130px;
    overflow: hidden; }
    #creator-details-section .kiyoh .kiyoh-frame {
      margin-top: 5px; }
  #creator-details-section p {
    font-size: 26px;
    line-height: 34px;
    font-weight: 300;
    margin: 0; }
    #creator-details-section p.icon {
      padding-left: 50px;
      font-size: 30px;
      line-height: 46px;
      font-weight: 500;
      background-size: 40px 40px;
      background-repeat: no-repeat;
      background-position: 5px center; }
      #creator-details-section p.icon.tel {
        background-image: url("grfx/new/tel_black.svg"); }
      #creator-details-section p.icon.mail {
        background-image: url("grfx/new/mail_black.svg"); }
  #creator-details-section .icons {
    margin-top: 20px; }

#creator-info-section {
  margin: 50px 0; }
  #creator-info-section .creator-faq-categorieen {
    padding-left: 0; }
    #creator-info-section .creator-faq-categorieen span {
      margin-bottom: 20px; }
  #creator-info-section .creator-faq-and-answers {
    padding-right: 0; }
    #creator-info-section .creator-faq-and-answers .creator-faq {
      transition: opacity 0s, transform .275s;
      height: 0;
      opacity: 0;
      pointer-events: none;
      overflow: hidden;
      transform: translateX(-100%); }
      #creator-info-section .creator-faq-and-answers .creator-faq span {
        margin-bottom: 20px; }
      #creator-info-section .creator-faq-and-answers .creator-faq .creator-faq-answer {
        transition: .275s all;
        height: 0;
        padding: 0px 20px 0px;
        overflow: hidden;
        background-color: #dddede; }
        #creator-info-section .creator-faq-and-answers .creator-faq .creator-faq-answer.active {
          height: auto;
          margin-bottom: 20px;
          padding: 20px 20px 30px; }
        #creator-info-section .creator-faq-and-answers .creator-faq .creator-faq-answer p {
          font-family: "Open sans" !important;
          font-size: 16px; }
      #creator-info-section .creator-faq-and-answers .creator-faq.active {
        transition: opacity .5s, transform .275s;
        height: auto;
        opacity: 1;
        pointer-events: auto;
        transform: translateX(0); }

#guarantees-section h1.like-h3 {
  text-align: center;
  margin: 25px 0;
  font-weight: 500; }
#guarantees-section .usp-wrap {
  text-align: left;
  font-size: 18px;
  line-height: 26px;
  margin: 25px 0 50px; }
  #guarantees-section .usp-wrap h4 {
    text-align: left;
    margin-bottom: 25px; }
#guarantees-section img {
  width: 100%;
  padding: 20px;
  padding-top: 0; }
#guarantees-section p {
  margin: 0; }

#homepage-block-section {
  margin: 20px 0; }
  #homepage-block-section img {
    width: 100%; }

#homepage-block-slider-section {
  margin: 40px 0; }
  #homepage-block-slider-section h3 {
    text-align: center;
    font-weight: 300;
    text-transform: uppercase; }
  #homepage-block-slider-section #slider_home {
    width: 100%;
    padding: 36px 0 0;
    height: fit-content; }
    #homepage-block-slider-section #slider_home img {
      display: block;
      margin: 0 auto 40px;
      width: 160px; }
    #homepage-block-slider-section #slider_home .button-wrap {
      text-align: center; }
  #homepage-block-slider-section .slick-prev {
    width: 40px;
    height: 40px;
    background-image: url(grfx/prev.svg);
    background-repeat: no-repeat;
    position: absolute;
    background-color: transparent;
    border: none;
    outline: none;
    top: 170px;
    opacity: 0.3;
    z-index: 40;
    transition: 0.3s ease; }
    #homepage-block-slider-section .slick-prev a {
      display: block;
      width: 100%;
      height: 100%; }
    #homepage-block-slider-section .slick-prev:hover {
      opacity: 1;
      cursor: pointer; }
  #homepage-block-slider-section .slick-next {
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: none;
    outline: none;
    background-image: url(grfx/next.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 170px;
    opacity: 0.3;
    right: 0;
    z-index: 40;
    transition: 0.3s ease; }
    #homepage-block-slider-section .slick-next a {
      display: block;
      width: 100%;
      height: 100%; }
    #homepage-block-slider-section .slick-next:hover {
      opacity: 1;
      cursor: pointer; }
  #homepage-block-slider-section .item-wrap img {
    width: 100%; }

.productdetail .product_top {
  width: 100%;
  float: left;
  margin-top: 40px; }
  .productdetail .product_top .product_left {
    width: 56.5%;
    margin-left: 15px;
    float: left; }
    .productdetail .product_top .product_left #product_slider {
      padding-bottom: 130px; }
      .productdetail .product_top .product_left #product_slider img {
        width: 100%; }
    .productdetail .product_top .product_left .product_description h2 {
      font-family: Yanone Kaffeesatz;
      font-size: 38px;
      color: #000000;
      text-transform: uppercase; }
    .productdetail .product_top .product_left .product_description p {
      margin-top: 22px; }
  .productdetail .product_top .product_right {
    float: right;
    width: 32%; }
    .productdetail .product_top .product_right h1 {
      font-family: Yanone Kaffeesatz;
      font-size: 38px;
      color: #000000;
      text-transform: uppercase;
      line-height: 42px; }
    .productdetail .product_top .product_right .minimal_price {
      color: #000000;
      font-family: Yanone Kaffeesatz;
      font-size: 20px; }
    .productdetail .product_top .product_right .available_formats {
      font-size: 24px;
      float: left;
      width: 100%;
      font-family: Yanone Kaffeesatz;
      font-weight: 700;
      text-transform: uppercase; }
    .productdetail .product_top .product_right .format_container {
      width: 100%;
      margin-top: 20px;
      float: left;
      padding-bottom: 40px; }
      .productdetail .product_top .product_right .format_container li {
        width: 20%;
        display: inline-block;
        text-align: center;
        margin-right: 5.1%; }
        .productdetail .product_top .product_right .format_container li:nth-child(4n) {
          margin-right: 0; }
        .productdetail .product_top .product_right .format_container li .format_holder_container {
          float: left;
          width: 100%; }
          .productdetail .product_top .product_right .format_container li .format_holder_container .format_holder {
            width: 75px;
            height: 120px;
            margin: 0 auto;
            vertical-align: middle;
            text-align: center;
            display: table-cell; }
            .productdetail .product_top .product_right .format_container li .format_holder_container .format_holder.img813 img {
              width: 45.6px;
              height: 73.2px; }
            .productdetail .product_top .product_right .format_container li .format_holder_container .format_holder.img1015 img {
              width: 56.4px;
              height: 84px; }
            .productdetail .product_top .product_right .format_container li .format_holder_container .format_holder.img1217 img {
              width: 67.2px;
              height: 94.8px; }
            .productdetail .product_top .product_right .format_container li .format_holder_container .format_holder.img1021 img {
              width: 56.4px;
              height: 117.6px; }
            .productdetail .product_top .product_right .format_container li .format_holder_container .format_holder.img1313 img {
              width: 73.2px;
              height: 73.2px; }
            .productdetail .product_top .product_right .format_container li .format_holder_container .format_holder.img1515 img {
              width: 84px;
              height: 84px; }
            .productdetail .product_top .product_right .format_container li .format_holder_container .format_holder.img1015v img {
              width: 58.8px;
              height: 91.2px; }
            .productdetail .product_top .product_right .format_container li .format_holder_container .format_holder.img1313v img {
              width: 75.6px;
              height: 80.4px; }
        .productdetail .product_top .product_right .format_container li .format_holder {
          width: 62px;
          height: 87px;
          margin: 0 auto;
          vertical-align: bottom;
          text-align: center;
          display: table-cell; }
        .productdetail .product_top .product_right .format_container li .size {
          font-family: Yanone Kaffeesatz;
          display: inline-block;
          line-height: 18px;
          width: 100%;
          font-size: 18px;
          float: left;
          width: 100%;
          height: 40px;
          margin-top: 5px;
          font-weight: 400; }
  .productdetail .product_top .usp {
    float: left;
    margin-top: 40px; }
    .productdetail .product_top .usp.usp_1 {
      width: 65%; }
    .productdetail .product_top .usp.usp_2 {
      width: 35%; }
    .productdetail .product_top .usp.usp_3 {
      width: 100%; }
      .productdetail .product_top .usp.usp_3 .usp_title {
        margin-top: 3px; }
      .productdetail .product_top .usp.usp_3 .usp_sub {
        margin-top: 7px; }
    .productdetail .product_top .usp img {
      width: 42px;
      height: 42px;
      float: left;
      margin-right: 20px; }
    .productdetail .product_top .usp .usp_title, .productdetail .product_top .usp .usp_sub {
      display: inline-block;
      float: left;
      width: calc(100% - 62px); }
    .productdetail .product_top .usp .usp_title {
      font-size: 18px;
      line-height: 18px; }
    .productdetail .product_top .usp .usp_sub {
      font-size: 14px;
      line-height: 14px;
      margin-top: 8px; }
  .productdetail .product_top .btn-brown {
    margin-top: 40px; }
  .productdetail .product_top .seperator {
    float: left;
    margin-top: 20px;
    margin-bottom: 20px; }
  .productdetail .product_top .seperator2 {
    float: left;
    width: 100%;
    display: block;
    border-bottom: 1px solid #000000;
    margin-top: 40px; }
.productdetail .related_products {
  width: calc(100% - 15px);
  margin-left: 15px;
  margin-top: 40px;
  padding-top: 40px;
  float: left;
  border-top: 1px solid #000000; }
  .productdetail .related_products .related_product {
    float: left;
    width: 268px;
    margin-right: 27px; }
    .productdetail .related_products .related_product:nth-child(4n) {
      margin-right: 0; }
    .productdetail .related_products .related_product img {
      width: 100%; }
    .productdetail .related_products .related_product .product_name {
      padding: 25px 0;
      border-bottom: 1px solid #b2b2b2;
      width: 100%;
      transition: 0.3s ease; }
      .productdetail .related_products .related_product .product_name h3 {
        font-family: Yanone Kaffeesatz;
        font-size: 22px;
        line-height: 24px;
        text-transform: uppercase;
        text-align: center; }
      .productdetail .related_products .related_product .product_name h4 {
        font-family: Yanone Kaffeesatz;
        font-size: 16px;
        line-height: 18px;
        text-align: center; }
    .productdetail .related_products .related_product:hover {
      cursor: pointer;
      box-shadow: 2px 2px 10px #d9d9d9; }
      .productdetail .related_products .related_product:hover .product_name {
        border-bottom: 1px solid #ffffff; }

.onze-garanties .information_header {
  display: none; }
.onze-garanties .information_content {
  display: none; }

.site_container {
  width: 100%;
  float: left; }

/* Information */
.information:not(.contact) {
  width: 100%;
  text-align: inherit; }
  .information:not(.contact).papiersoorten ul {
    width: 100%; }
  .information:not(.contact).papiersoorten .papiersoorten-overzicht {
    margin-bottom: 50px; }
    .information:not(.contact).papiersoorten .papiersoorten-overzicht .papiersoort img {
      width: 100%; }
    .information:not(.contact).papiersoorten .papiersoorten-overzicht .papiersoort p {
      margin: 20px 0;
      font-family: Yanone Kaffeesatz;
      text-align: center;
      width: 100%;
      font-size: 22px;
      font-weight: 700;
      color: #000; }
  .information:not(.contact).maatwerk .information_header, .information:not(.contact).visitekaartjes .information_header {
    overflow: visible;
    height: 645px; }
    .information:not(.contact).maatwerk .information_header .image, .information:not(.contact).visitekaartjes .information_header .image {
      top: 100px !important; }
      .information:not(.contact).maatwerk .information_header .image img, .information:not(.contact).visitekaartjes .information_header .image img {
        width: 100%; }
  .information:not(.contact) a {
    color: #29aae1;
    text-decoration: none; }
    .information:not(.contact) a:hover {
      text-decoration: underline; }
  .information:not(.contact) h4 {
    text-align: center; }
  .information:not(.contact) h2 {
    display: block;
    width: 71%;
    margin: 0 auto;
    text-align: left;
    font-family: Yanone Kaffeesatz;
    font-size: 38px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 30px; }
  .information:not(.contact) p {
    width: 71%;
    font-size: 16px;
    font-family: "Open Sans" !important;
    line-height: 30px;
    margin: 0 auto;
    text-align: inherit;
    margin-bottom: 40px; }
  .information:not(.contact) ul, .information:not(.contact) ol {
    width: 71%;
    font-size: 20px;
    font-family: Open Sans;
    line-height: 30px;
    margin: 0 auto;
    text-align: left; }
    .information:not(.contact) ul li, .information:not(.contact) ol li {
      margin-left: 20px; }
  .information:not(.contact) .information_header {
    position: relative;
    width: 100%; }
    .information:not(.contact) .information_header .customheader {
      text-align: center; }
    .information:not(.contact) .information_header .image img {
      width: 100%; }
    .information:not(.contact) .information_header .content-multi {
      position: absolute;
      z-index: 8;
      left: 30px;
      top: 70px;
      width: 50%;
      color: #ffffff;
      text-align: left; }
      .information:not(.contact) .information_header .content-multi h1 {
        font-size: 72px;
        line-height: 58px;
        text-transform: uppercase;
        font-family: Yanone Kaffeesatz; }
      .information:not(.contact) .information_header .content-multi p {
        text-align: left;
        width: 60%;
        font-size: 28px;
        font-family: Yanone Kaffeesatz;
        line-height: 34px;
        text-transform: uppercase;
        margin-top: 40px;
        margin-bottom: 40px;
        margin-left: 0;
        margin-right: 0;
        font-weight: 300; }
      .information:not(.contact) .information_header .content-multi .sbtn_black, .information:not(.contact) .information_header .content-multi .sbtn_white, .information:not(.contact) .information_header .content-multi .sbtn_brown {
        margin: 5px 0; }
  .information:not(.contact) .information_content {
    margin: 80px 0; }
    .information:not(.contact) .information_content > i {
      width: 55%;
      font-size: 20px;
      font-family: Open Sans;
      line-height: 30px;
      margin: 0 auto;
      text-align: center;
      margin-bottom: 40px;
      display: inline-block;
      font-weight: 600; }
    .information:not(.contact) .information_content p > i {
      width: initial;
      text-align: left;
      font-weight: inherit; }
  .information:not(.contact) .information_bottom .image {
    width: 100%;
    margin-bottom: 50px; }
  .information:not(.contact) .information_bottom .sublist .image {
    width: calc(50% - 25px	);
    float: left; }
    .information:not(.contact) .information_bottom .sublist .image:nth-child(odd) {
      margin-right: 50px; }
  .information:not(.contact) .seperator {
    width: 81%;
    border-bottom: 5px solid #000000;
    margin: 60px auto; }
  .information:not(.contact) .sbtn_black {
    color: #ffffff;
    background-color: #000000; }
  .information:not(.contact) .sbtn_brown {
    color: #ffffff;
    background-color: #b79066; }
  .information:not(.contact) .sbtn_white {
    color: #000000;
    background-color: #ffffff; }
  .information:not(.contact) .sbtn, .information:not(.contact) .sbtn_black, .information:not(.contact) .sbtn_brown, .information:not(.contact) .sbtn_white {
    display: inline-block;
    line-height: 42px;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 27px;
    font-family: Yanone Kaffeesatz;
    text-decoration: none;
    margin: 0 10px;
    text-align: center; }

.letterpress-checklist {
  margin-bottom: 80px; }
  .letterpress-checklist .item {
    margin-top: 80px;
    float: none !important;
    width: auto !important;
    cursor: default; }
    .letterpress-checklist .item h2 {
      text-align: center; }
    .letterpress-checklist .item img {
      cursor: default;
      display: block;
      margin: 0 auto; }

.dubbelzijdige-bedrukking .information_bottom .letterpress-checklist .item {
  opacity: 1 !important;
  cursor: text !important; }
  .dubbelzijdige-bedrukking .information_bottom .letterpress-checklist .item h2 {
    text-align: center; }
  .dubbelzijdige-bedrukking .information_bottom .letterpress-checklist .item:hover {
    cursor: text !important; }

.sitemap .col-sm-6 {
  width: 49%;
  display: inline-block;
  vertical-align: top; }
  .sitemap .col-sm-6 > ul {
    list-style: none; }
    .sitemap .col-sm-6 > ul > li > a {
      color: #000000;
      font-weight: 700;
      text-decoration: none;
      font-family: Yanone Kaffeesatz;
      font-size: 26px; }
    .sitemap .col-sm-6 > ul > li > ul {
      margin-left: 25px;
      list-style: none; }
      .sitemap .col-sm-6 > ul > li > ul > li > a {
        color: #29aae1;
        font-weight: 700;
        text-decoration: none;
        font-family: Yanone Kaffeesatz;
        font-size: 26px; }

.envelop_product {
  width: 100%;
  padding-top: 200px; }
  .envelop_product .product_left {
    width: 30%;
    margin-left: 100px;
    float: left;
    display: inline-block; }
    .envelop_product .product_left img {
      width: 100%; }
    .envelop_product .product_left ul {
      list-style: none; }
  .envelop_product .product_right {
    width: calc(40% - 50px);
    padding: 25px;
    margin-left: 10%;
    background-color: #f1f1f1;
    border: 1px solid #b2b2b2;
    float: left;
    display: inline-block; }
    .envelop_product .product_right h2, .envelop_product .product_right h3 {
      font-family: Yanone Kaffeesatz;
      font-size: 30px;
      text-align: center;
      margin-bottom: 25px; }
    .envelop_product .product_right .temp-quantity {
      display: inline-block;
      width: 180px;
      text-align: center; }
    .envelop_product .product_right .fa-minus {
      margin-left: 70px; }
    .envelop_product .product_right select {
      width: 280px;
      border: 1px solid #bbbbbb;
      border-radius: 10px;
      height: 48px;
      font-family: Yanone Kaffeesatz;
      text-align: left;
      position: relative;
      font-size: 24px;
      left: 50%;
      margin-left: -140px;
      font-weight: bold;
      text-indent: 20px; }
    .envelop_product .product_right button {
      display: block;
      float: right;
      height: 70px;
      width: 170px;
      text-align: center;
      border: 1px solid #29aae1;
      background-color: #29aae1;
      line-height: 72px;
      font-size: 28px;
      text-decoration: none;
      text-transform: uppercase;
      color: #ffffff;
      font-family: Yanone Kaffeesatz; }
      .envelop_product .product_right button img {
        width: 40px;
        height: 28px;
        margin-left: 20px;
        float: left;
        margin-top: 20px;
        margin-right: 0; }
  .envelop_product .product_bottom {
    width: 70%;
    float: left;
    text-align: center;
    padding: 80px 15% 0 15%; }
    .envelop_product .product_bottom h1 {
      font-family: Yanone Kaffeesatz;
      text-transform: uppercase;
      font-size: 38px;
      color: #000000;
      margin-bottom: 30px;
      text-align: center; }
  .envelop_product .sbtn_black {
    color: #ffffff;
    background-color: #000000; }
  .envelop_product .sbtn_brown {
    color: #ffffff;
    background-color: #b79066; }
  .envelop_product .sbtn_white {
    color: #000000;
    background-color: #ffffff; }
  .envelop_product .sbtn, .envelop_product .information:not(.contact) .sbtn_black, .information:not(.contact) .envelop_product .sbtn_black, .envelop_product .information:not(.contact) .sbtn_brown, .information:not(.contact) .envelop_product .sbtn_brown, .envelop_product .information:not(.contact) .sbtn_white, .information:not(.contact) .envelop_product .sbtn_white, .envelop_product .sbtn_black, .envelop_product .sbtn_brown, .envelop_product .sbtn_white, .envelop_product .enveloppen .category .sbtn_black, .enveloppen .category .envelop_product .sbtn_black, .envelop_product .enveloppen .category .sbtn_brown, .enveloppen .category .envelop_product .sbtn_brown, .envelop_product .enveloppen .category .sbtn_white, .enveloppen .category .envelop_product .sbtn_white {
    display: inline-block;
    line-height: 42px;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 27px;
    font-family: Yanone Kaffeesatz;
    text-decoration: none;
    margin: 0 10px;
    text-align: center; }

.enveloppen {
  width: 100%;
  max-width: 780px;
  margin: 0 auto; }
  .enveloppen .category {
    float: left;
    width: 100%;
    text-align: center; }
    .enveloppen .category .sbtn_black {
      color: #ffffff;
      background-color: #000000; }
    .enveloppen .category .sbtn_brown {
      color: #ffffff;
      background-color: #b79066; }
    .enveloppen .category .sbtn_white {
      color: #000000;
      background-color: #ffffff; }
    .enveloppen .category .sbtn, .enveloppen .category .sbtn_black, .enveloppen .category .sbtn_brown, .enveloppen .category .sbtn_white {
      display: inline-block;
      line-height: 42px;
      padding: 0 10px;
      text-transform: uppercase;
      font-size: 27px;
      font-family: Yanone Kaffeesatz;
      text-decoration: none;
      margin: 0 10px;
      text-align: center; }
    .enveloppen .category h2 {
      font-family: Yanone Kaffeesatz;
      font-size: 38px;
      text-align: center;
      line-height: 46px;
      text-transform: uppercase;
      color: #000000; }
      .enveloppen .category h2:nth-child(1n + 1) {
        margin-top: 60px; }
    .enveloppen .category p {
      text-align: center;
      line-height: 30px;
      margin-top: 20px;
      margin-bottom: 20px; }
  .enveloppen .category-1 .product {
    width: 25%;
    float: left;
    margin: 30px 6%; }
    .enveloppen .category-1 .product:nth-child(3n + 2) {
      margin: 30px 0; }
    .enveloppen .category-1 .product:hover {
      cursor: pointer; }
    .enveloppen .category-1 .product .product_image {
      position: relative; }
      .enveloppen .category-1 .product .product_image img {
        max-width: 100%; }
      .enveloppen .category-1 .product .product_image .product_price {
        position: absolute;
        z-index: 50;
        top: -8px;
        left: 0;
        padding: 0 10px;
        background-color: #000000;
        line-height: 36px;
        display: block;
        height: 36px;
        font-family: Yanone Kaffeesatz;
        font-size: 20px;
        font-weight: normal;
        color: #ffffff; }
    .enveloppen .category-1 .product .show_btn {
      background-color: #29aae1;
      color: #ffffff;
      display: inline-block;
      width: 100%;
      text-align: center;
      text-transform: uppercase;
      font-family: Yanone Kaffeesatz;
      font-size: 24px;
      line-height: 34px;
      text-decoration: none;
      font-weight: bold;
      margin-top: 20px; }
  .enveloppen .category-2 {
    margin-top: 30px; }
    .enveloppen .category-2 .sbtn_black {
      margin-bottom: 40px;
      margin-top: 30px; }
    .enveloppen .category-2 .product {
      width: 25%;
      float: left;
      margin: 30px 6%; }
      .enveloppen .category-2 .product:nth-child(3n) {
        margin: 30px 0; }
      .enveloppen .category-2 .product:hover {
        cursor: pointer; }
      .enveloppen .category-2 .product .product_image {
        position: relative; }
        .enveloppen .category-2 .product .product_image img {
          max-width: 100%; }
        .enveloppen .category-2 .product .product_image .product_price {
          position: absolute;
          z-index: 50;
          top: -8px;
          left: 0;
          padding: 0 10px;
          background-color: #000000;
          line-height: 36px;
          display: block;
          height: 36px;
          font-family: Yanone Kaffeesatz;
          font-size: 20px;
          font-weight: normal;
          color: #ffffff; }
      .enveloppen .category-2 .product .show_btn {
        background-color: #29aae1;
        color: #ffffff;
        display: inline-block;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        font-family: Yanone Kaffeesatz;
        font-size: 24px;
        line-height: 34px;
        text-decoration: none;
        font-weight: bold;
        margin-top: 20px; }

.no_bag {
  width: 100%;
  float: left; }
  .no_bag h1 {
    background-color: #000000;
    color: #ffffff;
    padding: 10px 20px;
    font-family: Yanone Kaffeesatz;
    text-transform: uppercase; }
  .no_bag .btn-primary-checkout {
    display: block;
    float: right;
    height: 73px;
    width: 250px;
    text-align: center;
    border: 1px solid #29aae1;
    background-color: #29aae1;
    padding: 0 !important;
    line-height: 72px;
    font-size: 28px;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 20px;
    border-radius: 0px;
    color: #ffffff;
    font-family: Yanone Kaffeesatz; }
    .no_bag .btn-primary-checkout:hover {
      color: #ffffff; }
  .no_bag p {
    margin-top: 20px;
    margin-left: 20px; }

footer {
  margin-bottom: 50px; }
  footer .info-wrap {
    background: #dddede;
    padding: 25px 150px;
    margin: 20px 0; }
    footer .info-wrap p {
      text-align: center;
      margin: 0; }
  footer .sign-up-wrap {
    display: flex;
    justify-content: space-between;
    background: #dddede;
    padding: 25px;
    margin: 20px 0 5px; }
    footer .sign-up-wrap h4 {
      margin: 5px 0 0;
      display: inline-block; }
    footer .sign-up-wrap form {
      width: 350px;
      display: inline-block; }
      footer .sign-up-wrap form input[type="text"] {
        border: 1px;
        outline: none;
        font-weight: 700;
        width: 165px;
        padding: 12px 10px 7px 10px;
        margin: 0 10px 0 0; }
      footer .sign-up-wrap form .button {
        cursor: pointer;
        background-color: #3ab54a;
        border: none;
        outline: none;
        width: 170px;
        color: #fff;
        padding: 5px 80px 0 15px;
        font-family: Yanone Kaffeesatz;
        font-size: 25px;
        font-weight: 300;
        text-transform: uppercase;
        margin: 0; }
        footer .sign-up-wrap form .button.arrow {
          background-image: url("grfx/new/arrow-right.svg");
          background-size: 50px 50px;
          background-repeat: no-repeat;
          background-position: right center; }
        footer .sign-up-wrap form .button.arrow-back {
          background-image: url("grfx/new/arrow-left.svg");
          background-size: 50px 50px;
          background-repeat: no-repeat;
          background-position: left center; }
  footer .usp-wrap {
    background: #dddede;
    padding: 25px;
    margin: 20px 0; }
    footer .usp-wrap img {
      display: block;
      width: 125px;
      margin: 25px auto; }
    footer .usp-wrap h4 {
      text-align: center; }
  footer .usp-wrap a, footer .links-wrap a, footer .details-wrap .links a {
    position: relative;
    display: table;
    color: #000;
    text-decoration: none; }
    footer .usp-wrap a:after, footer .links-wrap a:after, footer .details-wrap .links a:after {
      content: '';
      transition: .275s all;
      position: absolute;
      bottom: 0;
      left: 50%;
      height: 2px;
      width: 0%;
      background: #30b6ee; }
    footer .usp-wrap a:hover:after, footer .links-wrap a:hover:after, footer .details-wrap .links a:hover:after {
      left: 0;
      width: 100%; }
  footer .links-wrap {
    background: #dddede;
    padding: 25px;
    margin: 2px 0; }
  footer .details-wrap {
    background: #dddede;
    padding: 25px;
    margin: 2px 0; }
    footer .details-wrap .social .social-links {
      display: inline-block;
      position: relative;
      width: 43px;
      height: 43px;
      margin-right: 10px; }
      footer .details-wrap .social .social-links img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; }
        footer .details-wrap .social .social-links img.hover {
          transition: .275s;
          opacity: 0; }
      footer .details-wrap .social .social-links:hover .hover {
        opacity: 1; }
    footer .details-wrap .payment img {
      width: 50px;
      margin-right: 10px; }
    footer .details-wrap .awards img {
      width: 69px;
      margin-right: 5px; }

/* Default Style Elements*/
a {
  cursor: pointer; }
  a img {
    border: none; }

input[type=checkbox] {
  display: none; }

label:hover {
  cursor: pointer; }

label:before {
  content: "\00a0";
  width: 20px;
  height: 20px;
  margin-right: 20px;
  border: 1px solid #000000;
  background-color: #ffffff;
  display: inline-block;
  font-size: 36px;
  color: #29aae1;
  text-align: center;
  line-height: 8px; }

input[type=checkbox]:checked + label:before {
  background-image: url(grfx/bullet.svg);
  background-repeat: no-repeat; }

.seperator {
  width: 100%;
  display: block;
  border-bottom: 1px solid #000000;
  margin: 20px 0; }

/* Buttons */
.tekstbutton, .envelop_product .product_right .temp-quantity-lower, .envelop_product .product_right .temp-quantity-add {
  width: 48px;
  height: 48px;
  line-height: 48px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #b2b2b2;
  transition: 0.3s ease;
  display: inline-block; }
  .tekstbutton:hover, .envelop_product .product_right .temp-quantity-lower:hover, .envelop_product .product_right .temp-quantity-add:hover {
    background-color: #f6f6f6; }
  .tekstbutton.active, .envelop_product .product_right .active.temp-quantity-lower, .envelop_product .product_right .active.temp-quantity-add {
    background-color: #666666;
    color: #ffffff; }

.btn-small {
  padding: 0 14px; }

.btn-wide {
  padding: 0 28px; }

.btn-full {
  width: 100%;
  text-align: center; }

.btn, .btn-blue, .btn-brown, .btn-white, .btn-grey {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-family: Yanone Kaffeesatz;
  font-size: 27px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s ease; }

.btn-blue {
  background-color: #29aae1;
  color: #ffffff; }
  .btn-blue:hover {
    background-color: #ffffff;
    color: #29aae1;
    cursor: pointer; }

.btn-brown {
  background-color: #b79066;
  color: #ffffff; }
  .btn-brown:hover {
    background-color: #ffffff;
    color: #b79066;
    cursor: pointer; }

.btn-white {
  background-color: #ffffff;
  color: #000000; }
  .btn-white:hover {
    background-color: #000000;
    color: #ffffff;
    cursor: pointer; }

.btn-grey {
  background-color: #989898;
  color: #fff;
  margin-top: 30px; }
  .btn-grey:hover {
    background-color: #7f7f7f;
    color: #ffffff;
    cursor: pointer; }

.sbtn_brown {
  display: inline-block;
  font-family: Yanone Kaffeesatz;
  font-size: 27px;
  line-height: 42px;
  margin: 0 10px;
  padding: 0 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #b79066;
  color: #ffffff !important;
  transition: 0.3s ease;
  border: none !important;
  outline: none !important; }
  .sbtn_brown:hover {
    color: #ffffff !important;
    background: #93683D !important; }

/* Fonts */
@font-face {
  font-family: 'bakery';
  src: url("fonts/bakery-webfont.eot");
  src: url("fonts/bakery-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/bakery-webfont.woff2") format("woff2"), url("fonts/bakery-webfont.woff") format("woff"), url("fonts/bakery-webfont.ttf") format("truetype"), url("fonts/bakery-webfont.svg#bakeryregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.account .head {
  border-bottom: 5px solid #000;
  margin-top: 20px; }
  .account .head h1 {
    font-family: Yanone Kaffeesatz;
    text-transform: uppercase;
    text-align: center;
    font-size: 38px;
    color: #000;
    font-weight: 700;
    padding-bottom: 30px; }
.account .mijn-account-overview {
  margin-top: 170px; }
  .account .mijn-account-overview .links {
    border-bottom: 5px solid #000; }
    .account .mijn-account-overview .links a {
      display: inline-block;
      width: 33%;
      text-align: center;
      color: #000;
      margin-top: 40px; }
      .account .mijn-account-overview .links a img {
        width: 100px;
        display: inline-block;
        margin-bottom: 20px;
        transition: .3s all; }
      .account .mijn-account-overview .links a p {
        font-family: Yanone Kaffeesatz;
        text-transform: uppercase;
        text-align: center;
        font-size: 30px;
        font-weight: 700;
        padding-bottom: 30px;
        color: #000; }
      .account .mijn-account-overview .links a:hover img {
        transform: scale(1.1); }
  .account .mijn-account-overview .log-out {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px; }
    .account .mijn-account-overview .log-out a {
      background: #000;
      width: 220px;
      height: 60px;
      font-size: 28px;
      line-height: 60px;
      display: inline-block;
      color: #fff;
      font-family: Yanone Kaffeesatz;
      text-transform: uppercase; }
.account .mijn-kaarten-overview .head {
  position: relative; }
  .account .mijn-kaarten-overview .head h1 {
    padding-bottom: 15px; }
  .account .mijn-kaarten-overview .head .overview {
    background: url(grfx/overview.svg) center center no-repeat;
    background-size: 36px;
    position: absolute;
    left: 0;
    top: 20px;
    width: 36px;
    height: 36px; }
.account .mijn-kaarten-overview .intro-text {
  width: 80%;
  margin: 40px auto; }
  .account .mijn-kaarten-overview .intro-text p {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400; }

.checkout {
  height: 800px; }
  .checkout.new-height {
    height: 1000px; }
  .checkout .bottom h3 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: Yanone Kaffeesatz; }
  .checkout .bottom #price-table {
    width: 100%; }
    .checkout .bottom #price-table tr td {
      padding: 0px;
      line-height: 30px;
      font-family: 'Open Sans', sans-serif;
      background: #ffffff;
      font-size: 16px;
      font-weight: normal; }
    .checkout .bottom #price-table .total-row .total-line {
      margin-bottom: 20px;
      margin-top: 20px;
      border-top: 1px solid #58585A; }
    .checkout .bottom #price-table .total-row td {
      font-size: 20px;
      font-weight: 700; }
    .checkout .bottom #price-table .coupon-row td {
      color: #39B44A; }
  .checkout .bottom .order-btn {
    display: block;
    height: 70px;
    text-align: center;
    line-height: 72px;
    font-size: 28px;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 20px;
    color: #ffffff;
    font-family: Yanone Kaffeesatz;
    background: #29aae1 url(grfx/cart.svg) 20px center no-repeat;
    background-size: 40px;
    padding-left: 30px; }
  .checkout .bottom .algemene-voorwaarden .label-check {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 14px; }
    .checkout .bottom .algemene-voorwaarden .label-check a {
      font-family: 'Open Sans', sans-serif;
      color: #000;
      font-size: 14px;
      text-decoration: underline; }
  .checkout .bottom #input-voucher {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 20px 0 20px;
    border: none;
    background: #f1f1f1;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 14px;
    text-transform: uppercase; }
  .checkout .bottom #input-voucher.error {
    border: 1px solid #ff0000; }
  .checkout .bottom #verzendmethode {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    padding: 0 20px 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f1f1f1 url("/catalog/view/theme/letterpress/image/dropdown.svg") no-repeat 95% center;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 14px;
    text-transform: uppercase; }
  .checkout .bottom textarea {
    margin-top: 40px;
    width: 100%;
    height: 250px;
    padding: 15px;
    background: #f1f1f1;
    resize: vertical;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 14px; }

.safari .controls span {
  padding: 18px 0px !important; }

.kaarten .kaart {
  background: #f1f1f1;
  padding: 40px;
  vertical-align: top;
  margin-bottom: 40px; }
  .kaarten .kaart .fat {
    font-weight: 700 !important; }
  .kaarten .kaart .left {
    width: 580px;
    display: inline-block;
    vertical-align: top; }
    .kaarten .kaart .left .image-holder {
      width: 230px;
      margin-right: 40px;
      display: inline-block;
      vertical-align: top; }
      .kaarten .kaart .left .image-holder img {
        width: 100%; }
    .kaarten .kaart .left .data-list {
      display: inline-block;
      vertical-align: top; }
      .kaarten .kaart .left .data-list table tr td {
        font-family: Yanone Kaffeesatz;
        font-size: 18px;
        line-height: 27px;
        padding: 0;
        font-weight: 400; }
        .kaarten .kaart .left .data-list table tr td:first-child {
          min-width: 120px; }
      .kaarten .kaart .left .data-list table tr.fat td {
        font-weight: 700 !important; }
    .kaarten .kaart .left .controls {
      display: block;
      margin-top: 50px; }
      .kaarten .kaart .left .controls .remove,
      .kaarten .kaart .left .controls .edit {
        text-align: center;
        display: inline-block; }
        .kaarten .kaart .left .controls .remove span,
        .kaarten .kaart .left .controls .edit span {
          border-radius: 100%;
          width: 48px;
          height: 48px;
          display: inline-block;
          text-align: center;
          padding: 24px 0px;
          line-height: 0px;
          font-size: 50px;
          font-weight: 700;
          color: #fff; }
        .kaarten .kaart .left .controls .remove p,
        .kaarten .kaart .left .controls .edit p {
          color: #000;
          font-family: Yanone Kaffeesatz;
          font-size: 18px;
          font-weight: 700;
          text-transform: uppercase;
          margin-top: 15px; }
      .kaarten .kaart .left .controls .remove {
        margin-right: 50px; }
        .kaarten .kaart .left .controls .remove span {
          background: #ff0000;
          transform: rotate(45deg); }
      .kaarten .kaart .left .controls .edit span {
        background: #64f363; }
  .kaarten .kaart .right {
    width: 285px;
    display: inline-block;
    vertical-align: top;
    text-align: center; }
    .kaarten .kaart .right p {
      font-family: Yanone Kaffeesatz;
      font-size: 30px; }
    .kaarten .kaart .right a, .kaarten .kaart .right span {
      font-family: Yanone Kaffeesatz; }
    .kaarten .kaart .right hr {
      border-color: #000;
      margin: 15px auto; }
    .kaarten .kaart .right .temp-quantity-thing span {
      font-size: 18px;
      font-family: Yanone Kaffeesatz; }
    .kaarten .kaart .right .save {
      text-transform: uppercase;
      color: #29aae1;
      display: inline-block;
      font-size: 18px;
      margin-top: 15px;
      font-size: 22px;
      font-weight: 700; }
    .kaarten .kaart .right .proef {
      width: 215px;
      height: 60px;
      color: #fff;
      display: inline-block;
      line-height: 60px;
      margin-top: 20px;
      font-size: 28px;
      text-transform: uppercase;
      background: #29aae1 url(grfx/pdf.svg) 10px center no-repeat;
      background-size: 35px;
      padding-left: 45px;
      font-weight: 700; }
    .kaarten .kaart .right .order {
      width: 215px;
      height: 60px;
      color: #fff;
      display: inline-block;
      line-height: 60px;
      margin-top: 20px;
      font-size: 28px;
      text-transform: uppercase;
      background: #000 url(grfx/cart.svg) 10px center no-repeat;
      background-size: 35px;
      padding-left: 30px;
      font-weight: 700; }

.instagram h1 {
  margin: 50px; }
.instagram #content {
  display: none; }
.instagram .instagram_item {
  transition: .3s all;
  height: 350px;
  width: 30%;
  width: calc(33% - 30px);
  margin: 11px;
  display: inline-block;
  text-align: center; }
  .instagram .instagram_item a {
    display: block;
    text-decoration: none;
    height: 350px;
    width: 100%; }
    .instagram .instagram_item a img {
      width: 100%;
      height: 350px; }
  .instagram .instagram_item:hover {
    box-shadow: 6px 6px 3px #a8a8a8; }

#loading_screen {
  position: fixed;
  top: 0;
  left: 0;
  transition: .275s all;
  height: 100vh;
  width: 100vw;
  z-index: 99;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  opacity: 0; }
  #loading_screen.active {
    pointer-events: auto;
    opacity: 1; }

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #a1a1a1;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes jump {
  0% {
    background-position-y: center; }
  20% {
    background-position-y: center; }
  40% {
    background-position-y: 166%; }
  50% {
    background-position-y: center; }
  60% {
    background-position-y: 125%; }
  80% {
    background-position-y: center; }
  100% {
    background-position-y: center; } }
@keyframes jump {
  0% {
    background-position-y: center; }
  20% {
    background-position-y: center; }
  40% {
    background-position-y: 200%; }
  50% {
    background-position-y: center; }
  60% {
    background-position-y: 130%; }
  80% {
    background-position-y: center; }
  100% {
    background-position-y: center; } }
@keyframes jumpreverse {
  0% {
    background-position-y: center; }
  20% {
    background-position-y: center; }
  40% {
    background-position-y: 140%; }
  50% {
    background-position-y: center; }
  60% {
    background-position-y: 90%; }
  80% {
    background-position-y: center; }
  100% {
    background-position-y: center; } }
@-webkit-keyframes jumpreverse {
  0% {
    background-position-y: center; }
  20% {
    background-position-y: center; }
  40% {
    background-position-y: 140%; }
  50% {
    background-position-y: center; }
  60% {
    background-position-y: 90%; }
  80% {
    background-position-y: center; }
  100% {
    background-position-y: center; } }
@-webkit-keyframes jumpbig {
  0% {
    background-position-y: center; }
  20% {
    background-position-y: center; }
  40% {
    background-position-y: -180%; }
  50% {
    background-position-y: center; }
  60% {
    background-position-y: -100%; }
  80% {
    background-position-y: center; }
  100% {
    bbackground-position-y: center; } }
@keyframes jumpbig {
  0% {
    background-position-y: center; }
  20% {
    background-position-y: center; }
  40% {
    background-position-y: -180%; }
  50% {
    background-position-y: center; }
  60% {
    background-position-y: -100%; }
  80% {
    background-position-y: center; }
  100% {
    bbackground-position-y: center; } }

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