html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body, html {
  height: 100%;
}

body {
  background-color: black;
  line-height: 1.2;
  font-family: "Neue Haas Grotesk W01 Disp";
  letter-spacing: 1px;
}
body.static {
  background-image: url(../img/11_Bottle_03.jpg);
  background-size: auto 100%;
  background-position: left bottom;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
body.static .content {
  margin-left: 80.04vh;
  padding-top: 5%;
  margin-top: 0px !important;
  min-height: 100%;
  height: auto !important;
}
body.static .content .logo {
  width: 217px;
  margin: 0px auto 10% auto;
  display: block;
  max-width: 90%;
}
body.static .content .logo img {
  display: block;
  width: 217px;
  height: auto;
  max-width: 100%;
}
@media (max-width: 768px) {
  body.static {
    background-size: cover;
    background-position: center bottom;
  }
  body.static .content {
    margin-left: 0px;
    background-color: rgba(0, 0, 0, 0.7);
  }
}
body.agerequest {
  background-image: url(../img/Ovin_Pion_Altersfreigabe_Page.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
body.agerequest .content {
  width: 30%;
  margin: 0px auto;
  background: rgba(0, 0, 0, 0.61);
  box-sizing: border-box;
  text-align: center;
  color: #7EBCDF;
  min-height: 100%;
  height: auto;
  margin-top: 0px !important;
  padding: 40px 20px;
}
@media (max-width: 1024px) {
  body.agerequest .content {
    width: 40%;
  }
}
@media (max-width: 768px) {
  body.agerequest .content {
    width: 100%;
  }
}
body.agerequest .content h1 {
  font-size: 48px;
  text-transform: uppercase;
  margin: 80px 0px 40px 0px;
  font-family: "Neue Haas Grotesk W01";
}
body.agerequest .content .icon {
  margin-top: 80px;
  margin-bottom: 40px;
}
body.agerequest .content form input,
body.agerequest .content form select,
body.agerequest .content form button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #7EBCDF;
  border-radius: 0;
  font-size: 1em;
  background-color: transparent;
  color: #7EBCDF;
  text-align: center;
  text-align-last: center;
  font-family: "Neue Haas Grotesk W01 Disp";
}
body.agerequest .content form input {
  width: 4em;
  padding: 5px;
}
body.agerequest .content form select {
  width: 2em;
  padding: 5px;
}
body.agerequest .content form select::-ms-expand {
  display: none;
}
body.agerequest .content form button {
  text-transform: uppercase;
  border: 0px;
  border-top: 1px solid #7EBCDF;
  padding: 0px;
  padding-top: 10px;
  margin-top: 20px;
  font-size: 20px;
  cursor: pointer;
}
body.agerequest .content form .error {
  margin-top: 20px;
  color: red;
}
body.agerequest .content form .legalhint {
  margin-top: 40px;
}

a {
  color: #7EBCDF;
}

a.pageanchor {
  display: block;
  position: absolute;
  top: 0px;
  visibility: hidden;
}
@media (max-width: 768px) {
  a.pageanchor {
    top: 0px;
  }
}

header {
  height: 164px;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
}
@media (max-width: 768px) {
  header {
    height: 96px;
  }
}
header .logo {
  position: absolute;
  left: 50%;
  margin-left: -108.5px;
  top: 50%;
  margin-top: -58px;
}
@media (max-width: 768px) {
  header .logo {
    left: 20px;
    top: 20px;
    margin: 0px;
    width: 93px;
    height: auto;
  }
}
header .logo img {
  display: block;
  width: 217px;
  height: auto;
  max-width: 100%;
}
header .menuicon {
  background-image: url(../img/menu_symbol_02.png);
  background-repeat: no-repeat;
  width: 25px;
  height: 22px;
  display: none;
  position: absolute;
  top: 35px;
  right: 22px;
}
@media (max-width: 768px) {
  header .menuicon {
    display: block;
  }
}
header .lang {
  list-style-type: none;
  position: absolute;
  top: 35px;
  left: 22px;
}
header .lang li {
  display: inline-block;
  position: relative;
}
header .lang li a {
  text-transform: uppercase;
  padding: 0px 5px;
  text-decoration: none;
}
header .lang li + li:after {
  content: "";
  display: block;
  top: 1px;
  bottom: 2px;
  width: 1px;
  background-color: #7EBCDF;
  position: absolute;
  left: -3px;
}
@media (max-width: 768px) {
  header .lang {
    left: auto;
    right: 60px;
  }
}
header .mobile_menu {
  position: absolute;
  top: 65px;
  right: 0px;
  overflow: hidden;
  max-height: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  list-style-type: 0px;
  margin: 0px;
  z-index: 2;
  -webkit-transition: max-height 0.5s;
  /* Safari */
  transition: max-height 0.5s;
  right: 22px;
  min-width: 50%;
}
header .mobile_menu li {
  padding: 0px 10px;
  line-height: 34px;
  font-size: 20px;
  text-transform: uppercase;
  color: #7EBCDF;
  text-align: right;
  display: block;
}
header .mobile_menu li a {
  text-decoration: none;
  display: block;
}
header .mobile_menu.open {
  max-height: 300px;
}
header .menuicon.open + .mobile_menu {
  display: block;
  max-height: 300px;
}
header .menu_left {
  position: absolute;
  right: 50%;
  margin-right: 108.5px;
  font-size: 20px;
  text-transform: uppercase;
  bottom: 20px;
  color: #7EBCDF;
  padding: 0px;
  list-style-type: none;
}
header .menu_left li {
  margin-right: 40px;
  display: inline-block;
}
header .menu_left li a {
  text-decoration: none;
}
@media (max-width: 768px) {
  header .menu_left {
    display: none;
  }
}
header .menu_right {
  position: absolute;
  left: 50%;
  margin-left: 108.5px;
  font-size: 20px;
  text-transform: uppercase;
  bottom: 20px;
  color: #7EBCDF;
  padding: 0px;
  list-style-type: none;
}
header .menu_right li {
  margin-left: 40px;
  display: inline-block;
}
header .menu_right li a {
  text-decoration: none;
}
@media (max-width: 768px) {
  header .menu_right {
    display: none;
  }
}

.content {
  background-color: black;
  height: 100%;
  box-sizing: border-box;
  margin-top: 0px;
  color: #7EBCDF;
}
@media (max-width: 768px) {
  .content {
    margin-top: 0px;
  }
}
.content > .page {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
  width: 100%;
  min-height: 66.6vw;
  min-height: 100%;
  text-align: center;
  position: relative;
  color: #7EBCDF;
  box-sizing: border-box;
  padding: 15vh 0px 0px 0px;
}
@media (max-width: 640px) {
  .content > .page {
    padding-top: 5vh;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .content > .page {
    background-attachment: scroll;
  }
}
.content > .page.hlonly {
  padding: 0px;
}
.content > .page.p1 {
  background-image: url(../img/Landing_Page_02.jpg);
}
.content > .page.p2 {
  background-image: url(../img/2_Pure_wheat.jpg);
}
.content > .page.p3 {
  background-image: url(../img/3_Pure_water.jpg);
}
.content > .page.p4 {
  background-image: url(../img/9_Thermometer.jpg);
}
.content > .page.p5 {
  background-image: url(../img/cellar.jpg);
}
.content > .page.p6 {
  background-image: url(../img/6_Freedom.jpg);
}
.content > .page.p7 {
  background-image: url(../img/7_The_Product.jpg);
  background-position: bottom right;
  background-size: contain;
}
.content > .page.p8 {
  background-image: url(../img/background.png);
  background-position: bottom left;
  background-size: contain;
}
.content > .page .icon {
  margin-bottom: 10vh;
  height: 28vh;
}
@media (max-width: 640px) {
  .content > .page .icon {
    height: 20vh;
    margin-bottom: 5vh;
  }
}
@media (max-width: 512px) {
  .content > .page .icon {
    height: 15vh;
    margin-bottom: 2.5vh;
  }
}
@media (max-width: 400px) {
  .content > .page .icon {
    height: 10vh;
    margin-bottom: 1.5vh;
  }
}
.content > .page .icon img {
  display: inline-block;
  max-height: 100%;
  width: auto;
}
.content > .page .icon.special {
  height: 40vh;
  margin-bottom: 7.5vh;
}
@media (max-width: 640px) {
  .content > .page .icon.special {
    height: 30vh;
    margin-bottom: 3.75vh;
  }
}
@media (max-width: 400px) {
  .content > .page .icon.special {
    height: 25vh;
    margin-bottom: 2.5vh;
  }
}
.content > .page .medals {
  position: absolute;
  top: 2%;
  right: 2%;
}
@media (max-width: 640px) {
  .content > .page .medals img {
    width: 76px;
    height: auto;
  }
}
@media (max-width: 400px) {
  .content > .page .medals img {
    width: 46px;
    height: auto;
  }
}
.content > .page .noicon {
  margin-bottom: 13vh;
  height: 28vh;
}
@media (max-width: 640px) {
  .content > .page .noicon {
    height: 20vh;
    margin-bottom: 5vh;
  }
}
@media (max-width: 512px) {
  .content > .page .noicon {
    height: 15vh;
    margin-bottom: 2.5vh;
  }
}
@media (max-width: 400px) {
  .content > .page .noicon {
    height: 10vh;
    margin-bottom: 1.5vh;
  }
}
.content > .page h2 {
  font-size: 48px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin: 0px;
  margin-bottom: 33px;
  color: #fff;
}
.content > .page h2:after {
  width: 50%;
  height: 2px;
  left: 25%;
  bottom: -10px;
  content: '';
  position: absolute;
  background-color: #fff;
}
@media (max-width: 640px) {
  .content > .page h2 {
    font-size: 36px;
  }
}
@media (max-width: 400px) {
  .content > .page h2 {
    font-size: 28px;
  }
}
.content > .page .text {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0.5em 0;
  font-size: 120%;
}
@media (max-width: 400px) {
  .content > .page .text {
    font-size: 100%;
  }
}
.content > .page .text p {
  display: inline-block;
  max-width: 50%;
  color: #fff;
  font-family: 'Minion W01';
  text-shadow: 1px 1px rgba(0, 0, 0, 0.7);
}
@media (max-width: 640px) {
  .content > .page .text p {
    max-width: 80%;
  }
}
@media (max-width: 512px) {
  .content > .page .text p {
    max-width: 90%;
  }
}
.content > .page.white .text {
  background-color: transparent !important;
}
.content > .page.textleft {
  padding-right: 55%;
  padding-left: 5%;
}
.content > .page.textleft .text p {
  max-width: 100%;
}
@media (max-width: 640px) {
  .content > .page.textleft {
    padding-right: 5%;
  }
}
.content > .page.textright {
  background-color: #fff;
  padding-left: 80.04vh;
  padding-right: 0%;
  padding-top: 10vh;
}
.content > .page.textright h2, .content > .page.textright .text p {
  color: #000;
  text-shadow: none;
}
@media (max-width: 768px) {
  .content > .page.textright {
    padding-left: 0px;
    padding-top: 0px;
  }
  .content > .page.textright .mobileoverlay {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: relative;
    padding-top: 10vh;
  }
  .content > .page.textright .mobileoverlay h2, .content > .page.textright .mobileoverlay .text p {
    color: #fff;
  }
}
.content > .page.wobg {
  min-height: 0;
  height: auto;
  background-color: black;
  text-align: center;
  padding: 80px 0px;
  color: #7EBCDF;
}
.content > .page.wobg h2, .content > .page.wobg .text p {
  color: #7EBCDF;
}
.content > .page.wobg h2:after {
  background-color: #7EBCDF;
}
.content > .page.wobg a {
  text-decoration: none;
}
.content > .page.wobg .copyright {
  font-size: 14px;
  margin-top: 100px;
}
.content > .page h1 {
  font-size: 124px;
  padding: 200px 75px 0px 0px;
  text-align: right;
  text-transform: uppercase;
  font-family: "Neue Haas Grotesk W01";
  color: #7EBCDF;
}
@media (max-width: 768px) {
  .content > .page h1 {
    font-size: 96px;
    padding: 125px 37px 0px 0px;
  }
}
@media (max-width: 640px) {
  .content > .page h1 {
    font-size: 56px;
  }
}
@media (max-width: 400px) {
  .content > .page h1 {
    font-size: 46px;
  }
}
.content > .page + .page {
  /*margin-top: 20px;*/
}
.content h1 {
  font-size: 24px;
  font-weight: normal;
}
.content h2 {
  font-size: 36px;
  font-weight: normal;
}
.content .contact,
.content .impressum {
  margin-top: 20%;
  margin-bottom: 20px;
  text-align: center;
}
.content .contact *,
.content .impressum * {
  text-align: justify;
}
.content .contact h2, .content .contact h3, .content .contact h4,
.content .impressum h2,
.content .impressum h3,
.content .impressum h4 {
  text-align: left;
}
.content .contact .agb,
.content .impressum .agb {
  font-size: 20px;
  text-transform: none;
  margin-bottom: 20px;
}
.content .contact .agb:after,
.content .impressum .agb:after {
  display: none !important;
}
.content .contact h3,
.content .impressum h3 {
  display: inline-block;
  position: relative;
  margin-bottom: 22px;
  text-transform: uppercase;
  font-size: 24px;
}
.content .contact h3:after,
.content .impressum h3:after {
  width: 50%;
  height: 2px;
  left: 25%;
  bottom: -10px;
  content: '';
  position: absolute;
  background-color: #7EBCDF;
}
.content .contact .text,
.content .impressum .text {
  font-size: 14px;
}
.content .contact a,
.content .impressum a {
  text-decoration: none;
  color: #7EBCDF;
}
.content .contact h4,
.content .impressum h4 {
  display: inline-block;
  position: relative;
  margin-top: 22px;
  text-transform: uppercase;
}
.content .contact h4:after,
.content .impressum h4:after {
  width: 50%;
  height: 2px;
  left: 25%;
  top: -10px;
  content: '';
  position: absolute;
  background-color: #7EBCDF;
}
.content .impressum {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.content .impressum p + p {
  margin-top: 20px;
}
.content .impressum .bolder {
  display: block;
  font-family: "Neue Haas Grotesk W01";
}
.content .footerlinks {
  margin: 20px 0px;
  text-align: center;
}
.content .footerlinks a {
  margin-right: 10px;
  display: inline-block;
  color: #7EBCDF;
}
.content .footerlinks a + a {
  margin-left: 10px;
  margin-right: 0px;
}

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