html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 17px;
  margin: auto; }

body {
  margin: auto; }

html, body, input {
  font-family: 'Open Sans',sans-serif;
  line-height: 1.5;
  font-weight: 300; }

html {
  overflow-x: hidden; }

img {
  vertical-align: middle; }

body, input {
  font-size: calc(1em + 0.2vw); }

h1 {
  font-size: calc(1.5em + 0.2vw); }

h2 {
  font-size: calc(1.3em + 0.2vw); }

h3 {
  font-size: calc(1.2em + 0.2vw); }

h4 {
  font-size: calc(1.15em + 0.2vw); }

h5 {
  font-size: calc(1.1em + 0.2vw); }

h6 {
  font-size: calc(1.05em + 0.2vw); }

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  margin: 0.8em 0 0.4em; }

.text-hero {
  font-size: 2em; }

body {
  color: yellow;
  background-color: black; }

.linefont {
  font-family: 'Carattere', cursive;
  font-weight: 400;
  font-size: 1.5em;
  margin: 0 0.05em 0 0.1em; }

.silverline {
  color: silver;
  animation: shineit 5s linear infinite; }

.goldline {
  color: #e8c258;
  animation: shineit 5s linear infinite; }

.spacollection {
  color: lightgreen;
  animation: shineit 5s linear infinite; }

.mysterious {
  color: #2C45DC;
  animation: shineit 5s linear infinite; }

.snailfirstaid {
  color: #E52323;
  animation: shineit 5s linear infinite; }

.productfont {
  font-family: 'Exo', sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0.3em 0 0; }

.motofont {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-style: italic; }

a, button, input {
  outline: 0;
  color: inherit;
  text-decoration: none;
  background-color: transparent; }

ul {
  list-style-type: square;
  padding: 0 0 0 1rem; }

.cover-image {
  height: 50vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

#bg-video-container {
  position: relative;
  overflow: hidden;
  color: white;
  width: 100%;
  height: 50vh;
  min-height: 360px; }
  #bg-video-container div {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translatey(-50%); }
  #bg-video-container video {
    filter: opacity(50%);
    position: absolute;
    z-index: -1;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -70%); }

header {
  margin: inherit; }
  header div a img {
    width: calc(180px + 10vw); }

.head-logo {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%, -50%); }

.logoimage {
  width: calc(200px + 10vw); }

.a-whole {
  position: relative; }
  .a-whole a {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

.a-boxed a {
  padding: 0.1em 0.4em;
  border: 1px dotted;
  border-radius: 0.25em; }

.shine, .a-shine a {
  animation: shineit 2s linear infinite; }

@keyframes shineit {
  50% {
    text-shadow: 0px 0px 3px, 0px 0px 6px; } }
.underpulse, .a-underpulse a {
  border-bottom: thin dotted;
  animation: underpulseit 2s linear infinite; }

@keyframes underpulseit {
  50% {
    border-bottom: thin dotted transparent; } }
.page {
  margin: inherit;
  color: #afafaf;
  background-color: black; }

.header {
  width: 100%;
  margin: inherit;
  position: relative;
  z-index: 1;
  top: 0;
  background-color: black; }

#menubutton, #menutext {
  z-index: 10;
  cursor: pointer;
  position: fixed;
  display: none;
  width: calc(100px + 1vw);
  height: calc(100px + 1vw);
  border: 0;
  outline: 0;
  left: calc(50% - (50px + 0.5vw));
  bottom: 20vh;
  transition: bottom 0.5s; }

#menubutton {
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 20px 1px #289DC8; }

#menubutton img {
  width: calc(50px + 0.5vw);
  position: relative;
  left: 2%; }

#menutext img {
  width: calc(80px + 1vw);
  position: relative;
  bottom: calc(70px + 1vw); }

#menubutton.on, #menutext.on {
  display: inline-block;
  opacity: 1;
  transition: bottom 0.5s; }

#menubutton.on {
  animation: menubuttonon 1s; }

@keyframes menubuttonon {
  0% {
    opacity: 0;
    transform: rotate(180deg); } }
#menutext.on {
  animation: menutextnon 1s; }

@keyframes menutextnon {
  0% {
    opacity: 0;
    transform: rotate(-180deg); } }
#menubutton.on.off, #menutext.on.off {
  opacity: 0;
  transition: bottom 0.5s; }

#menubutton.on.off {
  animation: menubuttonoff 0.5s; }

@keyframes menubuttonoff {
  0% {
    opacity: 1; }
  100% {
    transform: rotate(-180deg); } }
#menutext.on.off {
  animation: menutextonoff 0.5s; }

@keyframes menutextonoff {
  0% {
    opacity: 1; }
  100% {
    transform: rotate(180deg); } }
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 0%;
  width: 100%;
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  background-color: black;
  /* Black fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/opacity */
  overflow: hidden;
  /* Disable horizontal scroll */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */ }

.overlay-content {
  position: absolute;
  bottom: 2em;
  width: 100%;
  /* 100% width */
  text-align: center;
  /* Centered text/links */ }
  .overlay-content img {
    margin: 4vh auto 0;
    width: 80%;
    max-height: 12vh; }

.overlay a {
  position: relative;
  margin: 0 3vh 4vh;
  text-decoration: none;
  font-size: 5vh;
  color: #969696;
  display: block;
  /* Display block instead of inline */
  transition: 0.3s;
  /* Transition effects on hover (color) */ }

@media (max-height: 500px) {
  .overlay a {
    font-size: 10vh;
    display: inline-block; } }
.overlay a:hover, .overlay a:focus {
  color: white; }

.nav-container {
  max-width: 1920px;
  margin: inherit;
  padding: 1em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #969696;
  font-size: 1.2em;
  font-weight: 300;
  font-variant-caps: small-caps;
  text-align: center; }
  .nav-container img {
    max-height: 2.5em; }
  .nav-container div:first-child img {
    margin-bottom: 4px; }
  .nav-container.hamshow {
    padding-bottom: 0;
    border-bottom: 1px solid #289DC8; }

.nav-section {
  display: none;
  flex-direction: column;
  flex-basis: 100%;
  align-items: center;
  flex-shrink: 0; }

.hamshow .nav-section {
  display: flex; }

.nav-static {
  display: flex;
  flex-direction: row;
  flex-basis: auto; }

.nav-spacer {
  flex-grow: 2; }

.nord11, .nord21, .nord12, .nord22, .nord13, .nord23 {
  order: 1; }

.nav-link {
  padding: 0.5em;
  flex-basis: 100%;
  width: 100%;
  border-bottom: 1px solid #289DC8;
  border-top: 3px solid transparent; }
  .nav-link:hover {
    border-top: 3px solid white;
    background-color: white; }

.nav-static .nav-link {
  flex-basis: auto;
  width: auto;
  border-bottom: 1px solid transparent; }
  .nav-static .nav-link:hover {
    background-color: transparent; }

.nav-here {
  border-bottom: 1px solid white !important; }

.nav-here-deep {
  border-bottom: 1px dashed white !important; }

#hamburger {
  font-size: 1.5em;
  display: inline-block;
  width: 1em;
  height: 1em;
  padding: 0;
  margin: 0 0.2em 0 1em;
  cursor: pointer;
  transition: transform .2s ease-in-out;
  vertical-align: middle;
  border: none;
  background: transparent; }

#hamburger:before, #hamburger:after {
  content: ""; }

#hamburger:before, #hamburger .hicon, #hamburger:after {
  display: block;
  width: 100%;
  height: .2em;
  margin: 0 0 .2em;
  transition: transform .2s ease-in-out;
  background-color: #969696; }

#hamburger::after {
  margin: 0; }

#hamburger.hamburger-cancel.active .hicon {
  transform: scale(0); }

#hamburger.hamburger-cancel.active:before {
  transform: translateY(0.4em) rotate(135deg); }

#hamburger.hamburger-cancel.active:after {
  transform: translateY(-0.4em) rotate(-135deg); }

#languageicon img {
  height: 1em; }

.main {
  margin: inherit;
  background-color: black; }

.content {
  max-width: calc(200px + 70vw);
  margin: inherit;
  padding: 2vw; }

.footer {
  margin: inherit;
  color: #afafaf;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), black), url("../img/footer.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .footer .footer-title {
    font-size: 1.2em;
    color: white;
    font-variant-caps: small-caps; }
  .footer > div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .footer > div div {
      padding-right: 1em;
      flex-grow: 1;
      width: auto;
      flex-shrink: 0; }
      .footer > div div h3 {
        color: white;
        font-variant-caps: small-caps;
        display: inline; }
      .footer > div div:first-child {
        position: relative;
        padding-bottom: 2rem;
        text-align: center;
        flex-basis: 100%; }
        .footer > div div:first-child h1 {
          font-family: 'Ubuntu',sans-serif;
          margin-top: 0;
          font-size: 1.2em; }
        .footer > div div:first-child img:first-child {
          max-width: calc(180px + 10vw);
          max-height: 10em; }

.flexrow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center; }

.ford1, .ford2, .fp-ord1, .fp-ord2 {
  order: 1; }

.f10, .f20, .f30, .f40, .f50, .f60, .f70, .f100 {
  flex: 100%; }

.cardrow {
  margin: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-around; }
  .cardrow div {
    padding: 1rem; }

.fp-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 30px;
  transition: 0.5s;
  margin: 0.5em 0;
  padding: 15px;
  text-align: center;
  font-size: 1.4em;
  color: #afafaf;
  border-color: #289DC8;
  box-shadow: 0 0 5px 1px #289DC8; }
  .fp-container img {
    max-width: 60vw;
    width: 100%;
    border-radius: 20px; }
  .fp-container:hover {
    box-shadow: 0 0 15px 1px #289DC8;
    letter-spacing: 0.05em; }

.fp-simple-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 30px;
  transition: 0.5s;
  margin: 0.5em;
  padding: 15px;
  text-align: center;
  font-size: 1.4em;
  color: #afafaf;
  border-color: #289DC8;
  box-shadow: 0 0 5px 1px #289DC8; }
  .fp-simple-container:hover {
    box-shadow: 0 0 15px 1px #289DC8;
    letter-spacing: 0.05em; }

.fp-single-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 30px;
  transition: 0.5s;
  margin: 0.5em 0;
  padding: 15px;
  text-align: center;
  font-size: 1.1em;
  color: #afafaf;
  border-color: #289DC8;
  box-shadow: 0 0 5px 1px #289DC8; }
  .fp-single-container img {
    max-width: 60vw;
    width: 100%;
    border-radius: 20px; }
  .fp-single-container:hover {
    box-shadow: 0 0 15px 1px #289DC8; }

@media (min-width: 500px) {
  .fp-container, .fp-single-container {
    flex-direction: row;
    width: 95%;
    margin: 0.5em; }
    .fp-container img, .fp-single-container img {
      max-width: 30vw; }
    .fp-container div, .fp-single-container div {
      width: 50%; }

  .fp-ord2 {
    order: 2; } }
@media (min-width: 900px) {
  .fp-container {
    width: 44%; } }
.buybutton {
  display: inline-block;
  color: white;
  background-color: #289DC8;
  padding: 0.5em 0.8em;
  cursor: pointer;
  border: 1px solid #289DC8;
  border-radius: 2em;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  margin: 0.5em auto;
  transition: 0.5s; }
  .buybutton:hover {
    text-shadow: 0px 0px 3px, 0px 0px 6px; }

.infobutton {
  font-weight: 400;
  display: inline-block;
  color: #289DC8;
  padding: 0.5em 0.8em;
  cursor: pointer;
  border: 1px solid #289DC8;
  border-radius: 2em;
  margin: 0.5em;
  transition: 0.5s; }
  .infobutton:hover {
    text-shadow: 0px 0px 3px, 0px 0px 6px; }

.defaultbutton {
  display: inline-block;
  padding: 0.5em 0.8em;
  cursor: pointer;
  border: 1px solid;
  border-radius: 2em;
  margin: 0.5em;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  transition: 0.5s; }
  .defaultbutton:hover {
    text-shadow: 0px 0px 3px, 0px 0px 6px; }

#SimpleForm div {
  padding: 5px 2px; }
#SimpleForm input {
  display: block;
  width: 100%;
  padding: 0.5em;
  border: 0;
  border-radius: 6px; }

#form-ok-msg {
  text-align: center;
  padding: 1em;
  color: white;
  background-color: #0b691c;
  border-radius: 10px; }

#form-error-msg {
  text-align: center;
  padding: 1em;
  color: white;
  background-color: brown;
  border-radius: 10px; }

.product-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  text-align: center; }

.product-image {
  max-width: 90%;
  border-radius: 10px;
  position: relative; }

@media (min-width: 900px) {
  .product-image {
    max-width: 100%; } }
.jar {
  bottom: 9vw; }

.soap {
  bottom: 5vw; }

.snailsecretion1infotable, .snailsecretion2infotable {
  margin: 1em auto;
  table-layout: auto;
  color: #289DC8;
  text-align: left;
  border-radius: 0.5em;
  background-image: linear-gradient(to right, #d7d7d7, white, #d7d7d7); }
  .snailsecretion1infotable tr:first-child td, .snailsecretion2infotable tr:first-child td {
    text-align: right;
    background-color: lightgray;
    border-radius: 0.3em;
    font-weight: bold; }
  .snailsecretion1infotable tr:nth-child(2), .snailsecretion2infotable tr:nth-child(2) {
    text-align: right; }
  .snailsecretion1infotable tr:nth-child(3) td, .snailsecretion2infotable tr:nth-child(3) td {
    background-color: lightgray;
    border-radius: 0.3em;
    font-weight: bold; }
  .snailsecretion1infotable tr td:nth-child(2), .snailsecretion2infotable tr td:nth-child(2) {
    text-align: right; }
  .snailsecretion1infotable td, .snailsecretion2infotable td {
    padding: 0.1em 0.5em; }
  .snailsecretion1infotable tr:nth-child(6), .snailsecretion1infotable tr:nth-child(7), .snailsecretion1infotable tr:nth-child(8), .snailsecretion2infotable tr:nth-child(6), .snailsecretion2infotable tr:nth-child(7), .snailsecretion2infotable tr:nth-child(8) {
    animation: shineit 3s linear infinite; }

.snailsecretion2infotable {
  background-image: linear-gradient(to right, #dbd4a6, white, #dbd4a6); }
  .snailsecretion2infotable tr:first-child td, .snailsecretion2infotable tr:nth-child(3) td {
    background-color: #dbd4a6; }

.slides {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  justify-content: space-between;
  text-align: center; }
  .slides > div {
    flex-shrink: 0;
    width: 85%;
    overflow: hidden;
    margin: .5em;
    scroll-snap-align: center;
    scroll-behavior: smooth;
    position: relative;
    filter: opacity(70%);
    /*
    		& > div:nth-child(3) {
    			bottom: 0.5em;
    			left: 0.5em;
    //			filter: opacity(80%);
    			animation: silarrowl 1.5s infinite;
    		}	
    		& > div:nth-child(4) {
    			bottom: 0.5em;
    			right: 0.5em;
    //			filter: opacity(80%);
    			animation: silarrowr 1.5s infinite;
    		}
    */ }
    .slides > div:hover {
      filter: opacity(100%); }
    .slides > div img {
      width: 100%; }
      .slides > div img:hover {
        transform: scale(1.2); }
    .slides > div > img:first-child {
      animation: sio 10s infinite; }
    .slides > div > div:nth-child(2) {
      position: absolute;
      font-size: 2em;
      font-weight: bolder;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      filter: opacity(0%);
      animation: siotext 10s infinite; }
    .slides > div > img:nth-child(3) {
      position: absolute;
      top: 0;
      left: 0;
      animation: sio2 20s infinite; }
    .slides > div > img:nth-child(4) {
      position: absolute;
      top: 0;
      left: 0;
      animation: sio2 20s infinite; }
  .slides div:nth-child(2) img:nth-child(3) {
    animation-delay: 1.5s; }
  .slides div:nth-child(2) img:nth-child(4) {
    animation-delay: -8.5s; }
  .slides div:nth-child(2) div {
    animation-delay: 1.5s; }
  .slides div:nth-child(3) img {
    animation-delay: 3s; }
  .slides div:nth-child(3) div {
    animation-delay: 3s; }
  .slides div:nth-child(4) img {
    animation-delay: 4.5s; }
  .slides div:nth-child(4) div {
    animation-delay: 4.5s; }
  .slides div:nth-child(5) img {
    animation-delay: 6s; }
  .slides div:nth-child(5) div {
    animation-delay: 6s; }
  .slides div:nth-child(6) img {
    animation-delay: 7.5s; }
  .slides div:nth-child(6) div {
    animation-delay: 7.5s; }

@keyframes sio {
  50% {
    filter: opacity(50%); } }
@keyframes sio2 {
  25% {
    filter: opacity(10%); }
  50% {
    filter: opacity(0%); }
  75% {
    filter: opacity(10%); } }
@keyframes siotext {
  50% {
    filter: opacity(100%); } }
.category-container {
  position: relative;
  height: 50vw;
  text-align: center;
  font-weight: 400; }

.category-rectangle {
  position: absolute;
  top: 17%;
  width: 60%; }

.text-left-center, .text-right-center, .text-center {
  text-align: center; }

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

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

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

.text-underline {
  border-bottom: 1px solid; }

.text-wide {
  letter-spacing: 0.1em; }

.text-wider {
  letter-spacing: 0.2em; }

.text-caps {
  text-transform: uppercase; }

.faqa {
  margin: 0px 0px 15px; }

.note {
  padding: 10px; }

.asterisk {
  font-size: smaller; }

.epa-image {
  max-width: 100%; }

.w100 {
  width: 100%; }

.borderit {
  border: 1px solid red; }

.vpadbig {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.marginbig {
  margin: 1rem; }

.relative {
  position: relative; }

.highlight {
  padding: 0 0.5em;
  border-left: 3px solid #289DC8; }

.hrit {
  border: solid;
  border-width: 1px 0px;
  padding: 1em 0px; }

.shadowit {
  text-shadow: 0 0 1px black;
  text-shadow: 0 0 3px black;
  text-shadow: 0 0 5px black;
  text-shadow: 0 0 7px black; }

.bgcoloranim {
  background-color: gold;
  animation: bgcoloranim 4s linear infinite; }

@keyframes bgcoloranim {
  50% {
    background-color: red; } }
@media (min-width: 1530px) {
  .footer > div div {
    flex-basis: auto; }
    .footer > div div:first-child {
      flex-basis: auto;
      border-right: 1px solid #afafaf; }
      .footer > div div:first-child img:first-child {
        max-width: 25vw; }
    .footer > div div:nth-child(2) {
      padding-left: 2em; } }
@media (min-width: 897.6px) and (min-height: 400px), (min-width: 448.8px) and (min-height: 600px), (min-height: 800px) {
  .header {
    position: sticky; }

  .goto {
    scroll-margin-top: calc(5.4em + 1rem); } }
@media (min-width: 448.8px) {
  .nav-essential {
    display: flex;
    flex-direction: row;
    flex-basis: auto; }

  .nav-essential .nav-link {
    flex-basis: auto;
    width: auto;
    border-bottom: 1px solid transparent; }
    .nav-essential .nav-link:hover {
      background-color: transparent; }

  .nord11, .nord12, .nord13 {
    order: 1; }

  .nord21, .nord22, .nord23 {
    order: 2; }

  #languageicon span {
    display: none; }

  #eshop {
    margin-left: 0.75em;
    color: white; } }
@media (min-width: 897.6px) {
  .nav-container.hamshow {
    padding-bottom: 1em;
    border-bottom: 0; }

  .nav-section {
    display: flex;
    flex-direction: row;
    flex-basis: auto; }

  .nav-link {
    flex-basis: auto;
    width: auto;
    border-bottom: 1px solid transparent; }
    .nav-link:hover {
      background-color: transparent; }

  .nord11, .nord21 {
    order: 1; }

  .nord12, .nord22 {
    order: 2; }

  .nord13, .nord23 {
    order: 3; }

  .nav-hide-full {
    display: none !important; }

  #eshop {
    margin-left: 0.5em; }

  .cover-image {
    height: 70vh; } }
@media (min-width: 900px) {
  .flexrow {
    flex-direction: row; }

  .ford2 {
    order: 2; }

  .f10 {
    flex: 10%;
    padding: 1em; }

  .f20 {
    flex: 20%;
    padding: 1em; }

  .f30 {
    flex: 30%;
    padding: 1em; }

  .f40 {
    flex: 40%;
    padding: 1em; }

  .f50 {
    flex: 50%;
    padding: 1em; }

  .f60 {
    flex: 60%;
    padding: 1em; }

  .f70 {
    flex: 70%;
    padding: 1em; }

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

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

  .product-container {
    flex-direction: row; }

  .cardrow {
    flex-direction: row; }

  .snailsecretion1infotable, .snailsecretion2infotable {
    margin: 1em 0; } }
