/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
body {
  font: 13px Helmet, Freesans, sans-serif; }

/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */
/* We like off-black for text. */
body, select, input, textarea {
  color: #000; }

a {
  color: #FF0000;
  text-decoration: underline;
  transition: all 0.2s ease-in-out; }

a:hover {
  color: white; }

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection {
  background: #FF0000;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #FF0000;
  color: #fff;
  text-shadow: none; }

/*	j.mp/webkit-tap-highlight-color */
a:link {
  -webkit-tap-highlight-color: #FF0000; }

ins {
  background-color: #FF0000;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #FF0000;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* Mozilla dosen't style placeholders by default */
input:-moz-placeholder {
  color: #a9a9a9; }

textarea:-moz-placeholder {
  color: #a9a9a9; }

/* ----------------------------------------------
 * Generated by Animista on 2018-3-10 19:39:21
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation shake-left
 * ----------------------------------------
 */
@-webkit-keyframes shake-left {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%; }
  10% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg); }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg); }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  90% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); } }
@keyframes shake-left {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%; }
  10% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg); }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg); }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  90% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); } }
/* ----------------------------------------------
 * Generated by Animista on 2018-3-10 19:43:12
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * @animation flicker-in-1
 * ----------------------------------------
 */
@-webkit-keyframes flicker-in-1 {
  0% {
    opacity: 0.3; }
  10% {
    opacity: 0.3; }
  10.1% {
    opacity: 1; }
  10.2% {
    opacity: 0.3; }
  20% {
    opacity: 0.3; }
  20.1% {
    opacity: 1; }
  20.6% {
    opacity: 0.3; }
  30% {
    opacity: 0.3; }
  30.1% {
    opacity: 1; }
  30.5% {
    opacity: 1; }
  30.6% {
    opacity: 0.3; }
  45% {
    opacity: 0.3; }
  45.1% {
    opacity: 1; }
  50% {
    opacity: 1; }
  55% {
    opacity: 1; }
  55.1% {
    opacity: 0.3; }
  57% {
    opacity: 0.3; }
  57.1% {
    opacity: 1; }
  60% {
    opacity: 1; }
  60.1% {
    opacity: 0.3; }
  65% {
    opacity: 0.3; }
  65.1% {
    opacity: 1; }
  75% {
    opacity: 1; }
  75.1% {
    opacity: 0.3; }
  77% {
    opacity: 0.3; }
  77.1% {
    opacity: 1; }
  85% {
    opacity: 1; }
  85.1% {
    opacity: 0.3; }
  86% {
    opacity: 0.3; }
  86.1% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes flicker-in-1 {
  0% {
    opacity: 0.3; }
  10% {
    opacity: 0.3; }
  10.1% {
    opacity: 1; }
  10.2% {
    opacity: 0.3; }
  20% {
    opacity: 0.3; }
  20.1% {
    opacity: 1; }
  20.6% {
    opacity: 0.3; }
  30% {
    opacity: 0.3; }
  30.1% {
    opacity: 1; }
  30.5% {
    opacity: 1; }
  30.6% {
    opacity: 0.3; }
  45% {
    opacity: 0.3; }
  45.1% {
    opacity: 1; }
  50% {
    opacity: 1; }
  55% {
    opacity: 1; }
  55.1% {
    opacity: 0.3; }
  57% {
    opacity: 0.3; }
  57.1% {
    opacity: 1; }
  60% {
    opacity: 1; }
  60.1% {
    opacity: 0.3; }
  65% {
    opacity: 0.3; }
  65.1% {
    opacity: 1; }
  75% {
    opacity: 1; }
  75.1% {
    opacity: 0.3; }
  77% {
    opacity: 0.3; }
  77.1% {
    opacity: 1; }
  85% {
    opacity: 1; }
  85.1% {
    opacity: 0.3; }
  86% {
    opacity: 0.3; }
  86.1% {
    opacity: 1; }
  100% {
    opacity: 1; } }
/* ----------------------------------------------
 * Generated by Animista on 2018-3-13 21:15:38
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation shadow-pop-br
 * ----------------------------------------
 */
@-webkit-keyframes shadow-pop-br-hover {
  0% {
    box-shadow: 0 0 #3f3f3f, 0 0 #3f3f3f, 0 0 #3f3f3f, 0 0 #3f3f3f, 0 0 #3f3f3f, 0 0 #3f3f3f, 0 0 #3f3f3f, 0 0 #3f3f3f;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0); }
  100% {
    box-shadow: 1px 1px #3f3f3f, 2px 2px #3f3f3f, 3px 3px #3f3f3f, 4px 4px #3f3f3f, 5px 5px #3f3f3f, 6px 6px #3f3f3f, 7px 7px #3f3f3f, 8px 8px #3f3f3f;
    -webkit-transform: translateX(-8px) translateY(-8px);
    transform: translateX(-8px) translateY(-8px); } }
@keyframes shadow-pop-br {
  0% {
    box-shadow: 0 0 #3f3f3f, 0 0 #3f3f3f, 0 0 #3f3f3f, 0 0 #3f3f3f, 0 0 #3f3f3f, 0 0 #3f3f3f, 0 0 #3f3f3f, 0 0 #3f3f3f;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0); }
  100% {
    box-shadow: 1px 1px #3f3f3f, 2px 2px #3f3f3f, 3px 3px #3f3f3f, 4px 4px #3f3f3f, 5px 5px #3f3f3f, 6px 6px #3f3f3f, 7px 7px #3f3f3f, 8px 8px #3f3f3f;
    -webkit-transform: translateX(-8px) translateY(-8px);
    transform: translateX(-8px) translateY(-8px); } }
.shadow-pop-br:hover {
  -webkit-animation: shadow-pop-br-hover 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) both;
  animation: shadow-pop-br-hover 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) both; }

/* ----------------------------------------------
 * Generated by Animista on 2018-3-13 21:13:48
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation shadow-pop-br
 * ----------------------------------------
 */
@-webkit-keyframes shadow-pop-br {
  0% {
    box-shadow: 0 0 #3f3f3f, 0 0 #3f3f3f, 0 0 #3f3f3f, 0 0 #3f3f3f, 0 0 #3f3f3f, 0 0 #3f3f3f, 0 0 #3f3f3f, 0 0 #3f3f3f;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0); }
  100% {
    box-shadow: 1px 1px #3f3f3f, 2px 2px #3f3f3f, 3px 3px #3f3f3f, 4px 4px #3f3f3f, 5px 5px #3f3f3f, 6px 6px #3f3f3f, 7px 7px #3f3f3f, 8px 8px #3f3f3f;
    -webkit-transform: translateX(-8px) translateY(-8px);
    transform: translateX(-8px) translateY(-8px); } }
@keyframes shadow-pop-br {
  0% {
    box-shadow: 0 0 #3f3f3f, 0 0 #3f3f3f, 0 0 #3f3f3f, 0 0 #3f3f3f, 0 0 #3f3f3f, 0 0 #3f3f3f, 0 0 #3f3f3f, 0 0 #3f3f3f;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0); }
  100% {
    box-shadow: 1px 1px #3f3f3f, 2px 2px #3f3f3f, 3px 3px #3f3f3f, 4px 4px #3f3f3f, 5px 5px #3f3f3f, 6px 6px #3f3f3f, 7px 7px #3f3f3f, 8px 8px #3f3f3f;
    -webkit-transform: translateX(-8px) translateY(-8px);
    transform: translateX(-8px) translateY(-8px); } }
.shadow-pop-br,
.shadow-pop-br:active,
.shadow-pop-br:focus {
  -webkit-animation: shadow-pop-br 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) reverse both;
  animation: shadow-pop-br 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) reverse both; }

/* The real shit
-------------------------------------------------------------------------------*/
html {
  font-size: 16px; }

html, body {
  width: 100%;
  height: 100%; }

body {
  background-color: black;
  color: white;
  font-size: 1.1rem;
  font-family: Square_721 W01 Bold; }
  body #slides {
    width: 100%;
    height: 75vh;
    margin: 0 auto;
    max-width: 1280px; }

.hl {
  color: #FF0000;
  display: block;
  text-transform: uppercase; }

h1, h2, h3 {
  overflow-wrap: break-word;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px; }

h1 {
  font-size: 3.125rem; }

h2 {
  font-size: 1.8rem;
  max-width: 400px;
  margin: 0 auto 1.8rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  color: #FF0000;
  font-size: 1.1rem; }

img, a {
  border: none;
  outline: none; }

a {
  display: inline-block; }

.flex {
  display: flex; }

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

.coffaina-logo {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 90px;
  display: none;
  z-index: 100; }
  .coffaina-logo svg {
    fill: white; }

.loading-container {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: black;
  line-height: 100%; }

.slides-container .cover {
  width: calc(100% - 20px);
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center; }
  .slides-container .cover img {
    max-width: 800px; }
.slides-container .slide-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible !important;
  padding-bottom: 40px; }
  .slides-container .slide-container .image-caption {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    margin-top: 40px; }
    .slides-container .slide-container .image-caption p {
      width: 100%;
      height: 40px;
      line-height: 40px;
      padding-right: 10px;
      background: black;
      text-align: right; }
      .slides-container .slide-container .image-caption p span {
        margin-right: 20px;
        text-transform: uppercase; }

.slides-pagination {
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 0;
  position: relative;
  bottom: 0;
  background: black;
  z-index: 999; }
  .slides-pagination a {
    display: block;
    z-index: 9;
    flex: 1;
    height: 3px;
    background: rgba(255, 0, 0, 0.1);
    margin-right: 2px;
    cursor: pointer; }
    .slides-pagination a:last-child {
      margin-right: 0; }
    .slides-pagination a.current {
      background: #FF0000;
      box-shadow: 0 0 10px 3px #FF0000;
      -webkit-animation: flicker-in-1 1s linear both;
      animation: flicker-in-1 1s linear both; }

.slides-navigation {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 999;
  width: 100%; }
  .slides-navigation a {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px; }
  .slides-navigation .prev {
    transform: rotate(180deg);
    left: 10px; }
  .slides-navigation .next {
    right: 10px; }

.not-index .coffaina-logo {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  left: 0;
  margin-bottom: 60px; }
  .not-index .coffaina-logo svg {
    max-width: 60px; }

header {
  margin-bottom: 20px; }

body > section {
  margin: 0 auto 120px;
  padding: 0 10px;
  max-width: 700px; }
  body > section.slider {
    margin: 0 0 20px; }
  body > section.full-w {
    padding: 0; }
  body > section h2 {
    margin-bottom: 20px;
    padding-top: 20px; }
  body > section p {
    margin-bottom: 20px;
    max-width: 640px; }
  body > section .intro {
    font-size: 1.375rem; }
  body > section .fade-scroll-bottom {
    opacity: 0; }
  body > section.bottle {
    margin-top: 60px; }
  body > section.product-block img {
    display: block;
    max-height: 75vh;
    margin: 60px auto 60px; }
  body > section.product-block.bottle img {
    max-width: 260px; }
  body > section.product-block.powder img {
    width: 80%;
    max-width: 360px; }
  body > section.dealership img {
    width: 100%; }
  body > section.dealership .hl {
    text-transform: none;
    display: inline; }
  body > section.news form {
    margin-bottom: 20px;
    display: block; }
  body > section.news input[type=email],
  body > section.news input[type=tel] {
    padding: 10px;
    width: calc(100% - 50px);
    border: 0;
    border-radius: 5px 0 0 5px;
    font-size: 1.375rem;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    border: 2px solid white; }
    body > section.news input[type=email]::placeholder,
    body > section.news input[type=tel]::placeholder {
      color: #aaa; }
    body > section.news input[type=email]:focus,
    body > section.news input[type=tel]:focus {
      border: 2px solid #FF0000;
      box-sizing: border-box; }
  body > section.news input[type=submit] {
    background: #FF0000 no-repeat center;
    background-size: 30px;
    border: 0;
    width: 50px;
    height: 50px;
    border-radius: 0 5px 5px 0;
    padding: 5px; }
  body > section.news .subs-nl {
    max-width: 360px;
    margin: 0 auto; }
    body > section.news .subs-nl input[type=submit] {
      background-image: url("../../img/mail-icon.svg"); }
  body > section.news .subs-wa input[type=submit] {
    background-image: url("../../img/whatsapp-icon.svg"); }
  body > section.news label {
    margin-bottom: 10px;
    display: block;
    text-align: center; }
  body > section.news .social-links {
    margin-top: 60px;
    display: flex; }
    body > section.news .social-links li {
      vertical-align: middle;
      text-align: center;
      margin-bottom: 20px;
      width: 50%; }
      body > section.news .social-links li.insta a {
        background-image: url("../../img/insta-icon.png"); }
      body > section.news .social-links li.fb a {
        background-image: url("../../img/facebook-icon.png"); }
      body > section.news .social-links li.snap a {
        background-image: url("../../img/snapchat-icon.png"); }
      body > section.news .social-links li.tw a {
        background-image: url("../../img/twitter-icon.png"); }
      body > section.news .social-links li a {
        background-size: 50px;
        background-repeat: no-repeat;
        background-position: top center;
        padding-top: 60px;
        line-height: 50px;
        vertical-align: middle;
        display: inline-block; }
  body > section.footer {
    margin-bottom: 0;
    text-align: center; }
    body > section.footer ul {
      margin-bottom: 60px; }
      body > section.footer ul li {
        text-align: center;
        overflow: hidden;
        border-radius: 50px;
        max-width: 300px;
        margin: 0 auto 20px; }
        body > section.footer ul li:last-child {
          margin-bottom: 0; }
        body > section.footer ul li a {
          display: block;
          background-color: rgba(255, 255, 255, 0.1);
          padding: 20px;
          color: white;
          text-transform: uppercase;
          text-decoration: none;
          transition: all 0.2s ease-in-out; }
    body > section.footer .coffaina-logo {
      display: block !important;
      text-align: center;
      position: relative;
      max-width: 60px;
      left: auto;
      top: auto;
      margin: 0 auto 20px; }
    body > section.footer .eq-image {
      margin-top: 60px; }

.compare-eq {
  position: relative;
  margin-top: 60px; }
  .compare-eq h3 {
    font-size: 1.375rem;
    text-transform: uppercase; }
    .compare-eq h3 span {
      display: block;
      text-transform: none;
      font-family: Square_721 W01 Roman;
      font-size: 1.1rem; }
  .compare-eq > ul {
    margin-top: 20px; }
    .compare-eq > ul > li {
      display: block;
      margin-bottom: 10px;
      border-radius: 5px; }
      .compare-eq > ul > li span {
        display: inline; }
        .compare-eq > ul > li span.mg {
          position: absolute;
          left: 110px;
          text-transform: none; }
      .compare-eq > ul > li ul {
        display: inline-flex;
        position: absolute;
        left: 170px; }
        .compare-eq > ul > li ul li {
          flex-basis: 10px;
          background: white;
          width: 10px;
          height: 22px;
          border-radius: 4px;
          display: inline-block;
          margin-right: 3.5px; }
          .compare-eq > ul > li ul li:last-child {
            margin-right: 0; }
          .compare-eq > ul > li ul li.red-eq {
            background-color: #FF0000; }

.gebote ul {
  margin-bottom: 60px; }
  .gebote ul li {
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center; }
    .gebote ul li span {
      display: block;
      text-align: inherit; }
      .gebote ul li span .hl {
        font-size: inherit;
        display: inline; }
      .gebote ul li span:first-child {
        margin-right: 20px;
        font-size: 1.8rem;
        margin-bottom: 10px; }
        .gebote ul li span:first-child:before {
          content: "#";
          color: #FF0000; }
      .gebote ul li span:last-child {
        font-size: 1.375rem;
        margin-bottom: 40px; }
    .gebote ul li.ignore {
      transform: rotate(-5deg); }

.insta {
  max-width: 1280px; }

#instafeed {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  #instafeed iframe {
    background: white;
    border-radius: 5px;
    width: 100% !important; }
    #instafeed iframe:nth-child(2n) {
      margin-right: 0; }

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

.pdf {
  text-align: center;
  overflow: hidden;
  border-radius: 50px;
  width: 100%;
  max-width: 300px;
  margin: 20px auto 20px;
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s ease-in-out; }

.download {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap; }
  .download .download-item {
    width: calc((100% / 2) - 10px);
    border-radius: 3px;
    overflow: hidden;
    margin: 0 auto 10px; }
    .download .download-item img {
      width: 100%;
      height: auto;
      display: block; }
    .download .download-item a {
      display: block; }
    .download .download-item .description {
      background: #fff;
      padding: 20px 20px 20px;
      color: black;
      font-family: Square_721 W01 Roman; }
      .download .download-item .description h3 {
        text-align: left; }
      .download .download-item .description p {
        margin-bottom: 0; }
  .download.haendler .download-item {
    width: calc((100% / 4) - 10px); }

/* Media queries
-------------------------------------------------------------------------------*/
@media screen and (min-width: 376px) {
  body > section {
    padding: 0 5%; } }
@media screen and (min-width: 414px) {
  body > section {
    padding: 0 5%; } }
@media screen and (max-width: 640px) {
  h1 {
    font-size: size-l; }

  body.high-ratio .image-caption p {
    font-size: 16px; } }
@media screen and (min-width: 769px) {
  body > section.insta {
    max-width: 1280px; }
    body > section.insta #instafeed {
      flex-wrap: wrap;
      overflow-x: auto;
      justify-content: center; }
    body > section.insta iframe {
      max-width: calc((100% / 3) - 20px) !important;
      margin: 0 10px 10px 0 !important;
      border: 0 !important; }
      body > section.insta iframe:nth-child(3n) {
        margin-right: 0; } }
/* Print styles
-------------------------------------------------------------------------------*/

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