/* pt-serif-regular - latin */
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/pt-serif-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
  url('../fonts/pt-serif-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/pt-serif-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/pt-serif-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
  url('../fonts/pt-serif-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/pt-serif-v17-latin-regular.svg#PTSerif') format('svg'); /* Legacy iOS */
}

/* pt-serif-italic - latin */
@font-face {
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/pt-serif-v17-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
  url('../fonts/pt-serif-v17-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/pt-serif-v17-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/pt-serif-v17-latin-italic.woff') format('woff'), /* Modern Browsers */
  url('../fonts/pt-serif-v17-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/pt-serif-v17-latin-italic.svg#PTSerif') format('svg'); /* Legacy iOS */
}

/* pt-serif-700 - latin */
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/pt-serif-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
  url('../fonts/pt-serif-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/pt-serif-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/pt-serif-v17-latin-700.woff') format('woff'), /* Modern Browsers */
  url('../fonts/pt-serif-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/pt-serif-v17-latin-700.svg#PTSerif') format('svg'); /* Legacy iOS */
}

/* pt-serif-700italic - latin */
@font-face {
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/pt-serif-v17-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
  url('../fonts/pt-serif-v17-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/pt-serif-v17-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/pt-serif-v17-latin-700italic.woff') format('woff'), /* Modern Browsers */
  url('../fonts/pt-serif-v17-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/pt-serif-v17-latin-700italic.svg#PTSerif') format('svg'); /* Legacy iOS */
}



html {
  font-size: 100%;
  /* for rem */
  min-height: 100%;
  background: #e0e0e0;
  scroll-behavior: smooth;
}

.wrapper {
  background: #fff;
}

body {
  font: 400 1em/1.5 "PT Serif", Cambria, Georgia, serif;
  color: rgb(51, 51, 51);
  min-height: 100%;
}

h1,
h2,
b,
strong,
dt {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
th,
.tabs,
.abbr,
.nav {
  font-variant: small-caps;
  letter-spacing: 0.15em;
  text-transform: lowercase;
}

h1,
h2 {
  font-size: 2.0em;
  line-height: 1em;
  text-align: center;
  margin-bottom: .75em;
}

h3,
h4 {
  font-size: 1em;
}

h4 {
  margin-bottom: 0;
}

h3 {
  font-size: 1.25em;
  margin-bottom: .75em;
}

.drink h3 {
  font-size: 2.0em;
  line-height: 1em;
}

.intro {
  font-size: 1.2em;
}

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

ul + h4 {
  margin-top: 1em;
}

p,
dd {
  margin-bottom: 1.5em;
}

a.abbr {
  border-bottom: 1px solid;
}

a.inlinelink {
  border-bottom: 1px solid;
}

a.inlinelink:hover {
  border-bottom: 1px solid;
}

.section a {
  border-bottom: 1px solid;
}

.section a:hover,
.section a:focus {
  border-bottom: 1px solid;
}


.drink:after {
  display: block;
  content: '';
  height: 2px;
  width: 35%;
  margin: 1em auto;
}

.drink:last-child:after {
  display: none;
}

a {
  color: #333333;
}

a:hover,
a:focus {
  color: #0078BA;
}

::-moz-selection {
  color: #fff;
  background: rgb(0, 120, 186);
}

::selection {
  color: #fff;
  background: rgb(0, 120, 186);
}



.vertical-bottom {
  align-items: flex-end;
}


/* check */

.check {
  display: block;
  text-align: center;
  padding: 5em 0;
}

.check-field input {
  display: block;
  position: absolute;
  opacity: 0;
}

.check-field h3 {
  cursor: pointer;
  color: rgb(0, 120, 186);
}

.check-field h3:before {
  content: '';
  display: block;
  height: 70px;
  background: url(../images/bird.png) no-repeat center;
  opacity: 1;
}

#owl_hater ~ h3:before {
  background: url(../images/bird_sw.png) no-repeat center;
}

/* areas */

.all {
  padding-left: 15px;
  padding-right: 15px;
}

.header .all {
  padding: 0;
  overflow: auto;
}

.logo {
  display: block;
  padding: 10px;
}

.nav {
  list-style: none;
  font-size: 1.25em;
  padding: 10px 0 0;
  transition: all 0.75s;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.nav li {
  display: inline;
}

.nav li a,
.nav li > b {
  display: inline-block;
  padding: 0.15em 0.5em;
}

.header-logo {
  display: block;
  float: left;
}

.section {
  position: relative;
  margin-bottom: 4em;
}

.section-last {
  padding-bottom: 0;
  border-bottom: 0;
}

.section-last:after {
  display: none;
}

.header + .section {
  margin-top: 4.5em;
}

.header,
.stage {
  position: relative;
}

.header {
  background-color: #FFFFFF;
  position: relative;
  width: 100%;
  transition: all 0.75s;
}

@media (min-width: 768px) and (min-height: 1100px), (min-width: 1100px) and (min-height: 600px) {
  .header {
    position: sticky;
    top: 0;
    z-index: 900;
  }
  div:target {
    padding-top: 10em;
  }
}

.header .logo {
  width: 180px;
}

.stage {
  background: #000;
  margin: 0 0 4.5em;
}

.stage h3 {
  font-variant: none;
  letter-spacing: 0;
  text-transform: none;
}

.bottles {
  overflow: hidden;
  max-height: 75vh;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-flow: row;
  justify-content: space-around;
  position: relative;
  z-index: 20;
}

.bottles > * {
  display: block;
  overflow: hidden;
}

.bottles > a {
  flex: 0 0 16.6666%;
  background: no-repeat center;
  background-size: cover;
  display: inline-block;
  position: relative;
  z-index: 5;
}

.bottles img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 60vh;
  padding: 0 20px;
  margin: 50px auto;
  transform: scale(0.85);
  transition: 0.15s;
  transition-timing-function: ease-in;
}

#gin1b {
  background-image: url(../images/bg_ginlossie.jpg);
}

#gin2b {
  background-image: url(../images/bg_botanischer.jpg);
}

#gin3b {
  background-image: url(../images/bg_ingwer.jpg);
}

#gin4b {
  background-image: url(../images/bg_moosbeere.jpg);
}

#gin5b {
  background-image: url(../images/bg_passions.jpg);
}

#gin6b {
  background-image: url(../images/bg_heidelbeere.jpg);
}

#gin1b img {
  transition-delay: 0.05s;
}

#gin2b img {
  transition-delay: 0.11s;
}

#gin3b img {
  transition-delay: 0.15s;
}

#gin4b img {
  transition-delay: 0.13s;
}

#gin5b img {
  transition-delay: 0.10s;
}

#gin6b img {
  transition-delay: 0.04s;
}

#gin1b:hover img,
#gin2b:hover img,
#gin3b:hover img,
#gin4b:hover img,
#gin5b:hover img,
#gin6b:hover img {
  transition-delay: 0s;
  transform-origin: 50% 50% 0;
  transform: scale(1);
}

.gin1vis #gin1b,
.gin2vis #gin2b,
.gin3vis #gin3b,
.gin4vis #gin4b,
.gin5vis #gin5b,
.gin6vis #gin6b {
  z-index: 40;
}

.gin1vis #gin1b img,
.gin2vis #gin2b img,
.gin3vis #gin3b img,
.gin4vis #gin4b img,
.gin5vis #gin5b img,
.gin6vis #gin6b img {
  transition-delay: 0s;
  transform-origin: 50% 50% 0;
  transform: scale(0.95);
}

.gin1vis #gin2b,
.gin1vis #gin3b,
.gin1vis #gin4b,
.gin1vis #gin5b,
.gin1vis #gin6b,

.gin2vis #gin1b,
.gin2vis #gin3b,
.gin2vis #gin4b,
.gin2vis #gin5b,
.gin2vis #gin6b,

.gin3vis #gin1b,
.gin3vis #gin2b,
.gin3vis #gin4b,
.gin3vis #gin5b,
.gin3vis #gin6b,

.gin4vis #gin1b,
.gin4vis #gin2b,
.gin4vis #gin3b,
.gin4vis #gin5b,
.gin4vis #gin6b,

.gin5vis #gin1b,
.gin5vis #gin2b,
.gin5vis #gin3b,
.gin5vis #gin4b,
.gin5vis #gin6b,

.gin6vis #gin1b,
.gin6vis #gin2b,
.gin6vis #gin3b,
.gin6vis #gin4b,
.gin6vis #gin5b {
  opacity: 0.1;
}

.gin1vis #gin2b img,
.gin1vis #gin3b img,
.gin1vis #gin4b img,
.gin1vis #gin5b img,
.gin1vis #gin6b img,

.gin2vis #gin1b img,
.gin2vis #gin3b img,
.gin2vis #gin4b img,
.gin2vis #gin5b img,
.gin2vis #gin6b img,

.gin3vis #gin1b img,
.gin3vis #gin2b img,
.gin3vis #gin4b img,
.gin3vis #gin5b img,
.gin3vis #gin6b img,

.gin4vis #gin1b img,
.gin4vis #gin2b img,
.gin4vis #gin3b img,
.gin4vis #gin5b img,
.gin4vis #gin6b img,

.gin5vis #gin1b img,
.gin5vis #gin2b img,
.gin5vis #gin3b img,
.gin5vis #gin4b img,
.gin5vis #gin6b img,

.gin6vis #gin1b img,
.gin6vis #gin2b img,
.gin6vis #gin3b img,
.gin6vis #gin4b img,
.gin6vis #gin5b img {
  transform: scale(0.8);
}

.stage.small-start #gin1b,
.stage.small-start #gin2b,
.stage.small-start #gin3b,
.stage.small-start #gin4b,
.stage.small-start #gin5b,
.stage.small-start #gin6b {
  transform: scale(0.9);
}

.info {
  max-height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  color: inherit;
  background: none;
}

.info .close {
  color: inherit;
  left: auto;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.vis-ok .info {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 2.25em 15px 1em;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-50%);
  transition: 0.2s;
}

.info > * {
  max-width: 37rem;
}


#gin1i,
#gin2i,
#gin3i {
  padding-left: 22%;
}

#gin4i,
#gin5i,
#gin6i {
  padding-right: 22%;
}

#gin4i > *,
#gin5i > *,
#gin6i > * {
  margin-left: auto;
}

.gin1vis #gin1i,
.gin2vis #gin2i,
.gin3vis #gin3i,
.gin4vis #gin4i,
.gin5vis #gin5i,
.gin6vis #gin6i {
  z-index: 30;
  visibility: visible;
  opacity: 1.0;
  transition-delay: 0.25s;
}


/* tabset styles */

.tabset {
  margin-bottom: 1em;
}

.tabs {
  list-style-type: none;
  padding: 0;
  margin: 0 0 1.5em;
}

.tabs li {
  display: inline-block;
  cursor: pointer;
  margin-right: 2em;
  transition: 0.1s;
  opacity: 0.8;
}

.tabs li:hover {
  opacity: 1.0;
}

.tabs li.tab-open {
  cursor: default;
  opacity: 1.0;
}

.tab-content {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: 0.3s opacity, 0.4s transform;
  transform: translateY(-20px);
}

.tab-content-open {
  max-height: 100cm;
  opacity: 1.0;
  transform: translateY(0);
}



.interview-image {}

.interview-image img {
  width: 100%;
  height: auto;
  margin-top: .5em;
  margin-bottom: 1.5em;
}

.interview {
  font-style: italic;
}



.footer {
  position: relative;
  padding: 2em 0;
  background: #e0e0e0;
}

.footer strong {
  color: #c00;
}



.gin1vis .stage,
.gin2vis .stage,
.gin3vis .stage,
.gin4vis .stage,
.gin5vis .stage,
.gin6vis .stage {
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.95);
}

.gin1,
.gin1vis .stage {
  color: #62C4F4;
}

.gin1vis a:hover,
.gin1vis a:focus {
  color: rgb(0, 120, 186);
}

.gin2,
.gin2vis .stage {
  color: rgb(108, 194, 191);
}

.gin2vis a:hover,
.gin2vis a:focus {
  color: rgb(108, 194, 191);
}

.gin3 {
  color: #c7c7b5;
}

.gin3vis .stage {
  color: #E7E5D5;
}

.gin3vis a:hover,
.gin3vis a:focus {
  color: #c7c7b5;
}

.gin4,
.gin4vis .stage {
  color: #FF5197;
}

.gin4vis a:hover,
.gin4vis a:focus {
  color: #FF5197;
}

.gin5,
.gin5vis .stage {
  color: #EA3D06;
}

.gin5vis a:hover,
.gin5vis a:focus {
  color: #EA3D06;
}

.gin6,
.gin6vis .stage {
  color: #CEADCD;
}

.gin6vis a:hover,
.gin6vis a:focus {
  color: #CEADCD;
}



.ordertable {
  margin: 0 auto 3em;
}

.ordertable th,
.ordertable td {
  padding: 0 30px 0.75em 0;
}

.ordertable input {
  width: 4em;
}

a.icon {
  font-size: 1.5em;
}

.push-top {
  padding-top: 2em;
}

.check-page .header-logo {
  float: none;
}

.check-page .header-logo .logo {
  margin: 0 auto;
}

@media all and (max-width: 1331px) {
  .nav {
    padding-top: 15px;
    width: 60%;
  }
  /* .nav li {
    display: block;
    width: 50%;
    float: left;
  } */
  .nav li a {
    font-size: 1em;
  }
}

@media all and (max-width: 400px) {
  .header .logo {
    width: 300px;
    margin: 0 auto;
  }
}

@media all and (max-width: 600px) {
  .vertical-bottom {
    align-items: center;
  }
  .header {
    height: auto;
  }
  .header-logo {
    width: 150px;
    float: none;
  }
  .nav {
    position: relative;
    padding-top: 0;
    width: 100% !important;
  }
  /* .nav li {
    float: none;
    width: 100%;
  }
  .nav li:last-child {
    position: absolute;
    width: auto;
    right: 0;
    bottom: 0;
  } */
  .nav li a {
    display: inline-block;
    padding: 0.35em;
  }
  h1,
  h2 {
    font-size: 1.5em;
  }
  .intro {
    font-size: 1.0em;
  }

  .bottles img {
    padding: 0;
  }

}

@media all and (max-width: 767px) {
  .check {
    padding: 2em 0;
  }

  .gin1vis #gin1b {
    transform: translateX(10%) scale(1.1);
  }
  .gin2vis #gin2b {
    transform: translateX(-95%) scale(1.1);
  }
  .gin3vis #gin3b {
    transform: translateX(-200%) scale(1.1);
  }
  .gin4vis #gin4b {
    transform: translateX(200%) scale(1.1);
  }
  .gin5vis #gin5b {
    transform: translateX(95%) scale(1.1);
  }
  .gin6vis #gin6b {
    transform: translateX(-10%) scale(1.1);
  }

  .vis-ok .info {
    top: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transform: none;
    background: #000;
  }

  .drink {
    display: flex;
    align-items: flex-start;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .drink:after {
    display: none;
  }
  .drink > * {
    display: inline-block;
    flex: 0 1 auto;
    overflow: hidden;
  }
  .drink div:nth-child(1) {
    order: 1;
  }
  .drink div:nth-child(2) {
    order: 3;

  }

  .drink div:nth-child(3) {
    order: 2;
  }
  .drink div:nth-child(3):after {
    display: block;
    content: '';
    height: 2px;
    background: rgb(51, 51, 51);
    width: 35%;
    margin: 1em auto;
  }

  .drink div:nth-child(4) {
    order: 4;
  }
  .drink div:nth-child(4):after {
    display: block;
    content: '';
    height: 2px;
    background: rgb(51, 51, 51);
    width: 35%;
    margin: 1em auto;
  }

  .drink:last-child div:nth-child(4):after {
    display: none;
  }
}

@media all and (min-width: 668px) and (max-width: 900px) {
  h1,
  h2 {
    font-size: 1.5em;
  }
  .intro {
    font-size: 1.1em;
  }
  .nav li a {
    display: inline-block;
    padding: 0.35em;
  }
  .cols-1-1-1 > * {
    width: 48.5% !important;
  }
}


@media (max-height: 600px) {
  .header .logo {
    width: 150px;
  }
  .header {
    height: auto;
  }
  .nav {
    padding-top: 0;
  }
}

.check-field img.lossie {
  height: 150px;
  margin: 50px 0;
}

.check-field img.ruebe {
  height: 250px;
}

.check-field h3 {
  color: #000;
}

hr {
  width: 50%;
  margin: 25px auto;
}

.check-field h3::before {
  display: none;
}