@font-face {
  font-family: Nimbus;
  font-style: normal;
  font-weight: normal;
  src: url('NimbusRomD-Reg.woff2') format('woff2'),
    url('NimbusRomD-Reg.woff') format('woff');
  font-display: swap;
}

html {
  box-sizing: border-box;
  color: #000;
  background: #fff;
  font-size: 112.5%;
  scroll-behavior: smooth;
}

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

body {
  margin: 0;
}

::-moz-selection {
  color: #fff;
  background: #010202;
}

::selection {
  color: #fff;
  background: #010202;
}

button {
  cursor: pointer;
}

img,
video,
object {
  max-width: 100%;
  width: auto;
  height: auto;
}

img[src$='.svg'] {
  max-width: none;
  width: 100%;
}

.imgfull {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

body {
  color: #000;
  background-color: #fff;
  font: normal 1em/1.647 Nimbus, Georgia, Times New Roman, serif;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25),
  only screen and (min-device-pixel-ratio: 1.25),
  only screen and (min-resolution: 200dpi),
  only screen and (min-resolution: 1.25dppx) {
  .inverted .page {
    -webkit-font-smoothing: subpixel-antialiased;
  }
}

.wrapper {
  position: relative;
  z-index: 20;
}

img,
video,
object {
  max-width: 100%;
  width: auto;
  height: auto;
}

img[src$='.svg'] {
  max-width: none;
}

audio {
  display: block;
  width: 100%;
}

iframe {
  width: 100%;
  height: 80vh;
  border: none;
}

a {
  display: inline-block;
  color: inherit;
  transition: 0.2s;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  opacity: 0.5;
  text-decoration: none;
}

em {
  display: block;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 1em;
}

small,
.small,
cite {
  font-size: 0.8889em;
  line-height: 1.4;
}
small {
  display: block;
}

em,
h1,
h2,
h3 {
  text-transform: uppercase;
}

em,
h1,
h2,
.recipe-head {
  font-size: 2.3529em;
  line-height: 1;
}

ul {
  list-style: circle;
}

h2 {
  margin-top: 0;
}

h3,
h4 {
  font-size: 1.3333em;
  margin: 0;
}

h4 {
  font-size: 1em;
  margin: 1em 0 0;
}

h1,
h2,
h3,
h4,
dt {
  font-weight: bold;
}

p + h3 {
  margin-top: 1em;
}

i,
em {
  font-style: normal;
  opacity: 0.6;
}

blockquote {
  font-style: normal;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 0 4em;
}

cite {
  text-align: center;
  display: block;
  font-style: normal;
  margin: 1em 0 2em;
}

cite::before,
cite::after {
  content: ' – ';
}

p {
  margin: 0;
}

p + p {
  margin-top: 1em;
}

hr {
  border: none;
  text-align: center;
  border-top: 2px solid #010202;
  max-width: 25%;
  margin: 1.6em auto;
}

dl {
  font-size: 0.8889em;
}

dd {
  max-width: 44em;
  margin: 0 0 0.6em;
}

dl,
table {
  margin-bottom: 2.2em;
}

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

th {
  padding-right: 1ch;
}

.header {
  background-color: #fff;
  border-bottom: 2px solid;
}

@media (min-height: 30em) {
  .header {
    z-index: 200;
    position: sticky;
    top: 0;
  }
  .target:target {
    padding-top: 6rem !important;
  }

  .content-shop {
    padding-top: 3.2em;
  }
}

.checkform {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  min-height: 75vh;
  padding: 0 5vw 5vh;
}

.checkform .check-field {
  color: #000;
  display: block;
  text-align: center;
  background: none;
  border: none;
  margin: 8vh auto;
  transition: 0.2s;
}

.checkform .check-field-noimage {
  margin: 3vh auto;
}

.checkform .check-field:active,
.checkform .check-field:hover,
.checkform .check-field:focus {
  outline: none;
  transform: scale(1.05) translateY(0.5em);
}
.checkform .check-field:not(.check-field-noimage):active h2,
.checkform .check-field:not(.check-field-noimage):hover h2,
.checkform .check-field:not(.check-field-noimage):focus h2 {
  opacity: 0;
}

.checkform img {
  height: 25vh;
  display: block;
  margin: 0 auto;
}

.page {
  border-top: 2px solid;
  padding: 3.2em 20px;
  margin: 0;
}

.inverted .page {
  color: #fff;
  background-color: #010202;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.page-max {
  max-width: calc(50rem + 40px);
  margin-left: auto;
  margin-right: auto;
}

.maxwidth,
.page h1,
.page h2,
.page h3,
.page h4,
.page p,
.page ul,
.page blockquote,
.page dl,
.page table {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.stage {
  position: relative;
  display: flex;
  align-items: center;
  background: #010202 no-repeat center;
  background-size: cover;
  min-height: 60vh;
  max-height: 90vh; 
}
.stage-home {
  min-height: 50vh;
}
.stage h1 {
  position: relative;
  z-index: 2;
  padding: 1em 5vw;
  color: #fff;
  white-space: pre-line;
}
.stage img {
  display: block;
  width: auto;
  margin: 0 auto;
  max-width: none;
  max-height: 90vh;
}
img.stage-icon {
  position: absolute;
  z-index: 1;
  right: 1em;
  bottom: 1em;
  height: 30%;
}

.products {
  display: flex;
  justify-content: space-between;
}
.products > * {
  width: 48%;
}

.video-box {
  max-width: 50em;
  margin: 0 auto;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* padding-top: 30px; */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 80em) {
  h1,
  .recipe-head {
    font-size: 5.88235em;
    line-height: 0.95;
  }
  blockquote {
    font-size: 1.333em;
  }
  em,
  h2 {
    font-size: 2.3529em;
  }

  em {
    display: block;
    text-align: center;
    font-size: 3em;
    line-height: 1.1;
  }
}

.instagram {
  display: block;
  text-align: center;
  font-size: 2em;
  line-height: 1;
  padding: 1rem 20px;
  text-transform: lowercase;
  font-variant: small-caps;
  color: #fff;
  background-color: #010202;
  background-size: auto 6em;
  border: 2px solid #010202;
  border-width: 2px 0;
  margin-top: 2px;
}
.instagram:hover,
.instagram:focus {
  opacity: 1;
  color: #000;
  background-color: #fff;
}
.instagram img {
  filter: invert(1);
  height: 5em;
}
.instagram:hover img,
.instagram:focus img {
  filter: invert(0);
}

.headline {
  text-align: center;
  padding: 5vh 3vw 0;
}

.logo {
  height: 20vh;
  margin: 1em auto;
}

.navmain,
.navfooter {
  font-weight: normal;
  text-transform: uppercase;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.navmain .active {
  font-weight: bold;
}

.pagefooter {
  padding: 1.6em 20px;
}

.footer {
  padding: 2vh 3vw 3em;
}

.navmain {
  justify-content: center;
}

.navmain a,
.navfooter a {
  display: block;
  padding: 0.1em 2vw;
}
.navfooter a {
  padding: 0.1em 1em;
}
.navmain a:hover,
.navmain a:focus,
.navfoorer a:hover,
.navfoorer a:focus {
  opacity: 1;
  transform: scale(1.1);
}

.navmain img,
.navfooter img {
  width: 1em;
  height: 1em;
  vertical-align: -0.1em;
}

.navfooter a {
  padding-left: 1ch;
  padding-right: 1ch;
}

.textcols {
  -webkit-column-count: 2;
  -webkit-column-gap: 5vw;
  -ms-column-count: 2;
  -ms-column-gap: 5vw;
  -moz-column-count: 2;
  -moz-column-gap: 5vw;
  column-count: 2;
  column-gap: 5vw;
}

.recipes {
  padding: 0;
}

.recipe {
  min-height: 70vh;
  height: 100%;
  background: no-repeat bottom right;
  background-size: contain;
  display: flex;
  margin-top: 3em;
  padding: 0 1em 1.5em;
  flex-direction: column;
  justify-content: space-between;
}

.recipe-odd {
  background-position: bottom left;
}

.recipe-head {
  font-size: 1.8em;
  line-height: 1.4;
  margin: 0;
}

.recipe ul {
  list-style: none;
  padding: 0;
}

.recipe-info {
  max-width: 55%;
}
.recipe-odd .recipe-head,
.recipe-odd .recipe-info {
  padding-left: 40%;
  max-width: none;
}

.cols > * + * {
  margin-top: 2.2em;
}

@media (min-width: 30em) {
  .recipe-head {
    font-size: 2.3529em;
    line-height: 1;
  }
  .recipe-odd .recipe-head {
    padding-left: 40%;
  }
  .recipe-odd .recipe-info {
    padding-left: 55%;
  }
}

@media (min-width: 50em) {
  .cols {
    display: flex;
    justify-content: space-between;
  }
  .cols-simple {
    justify-content: center;
  }
  .cols-simple > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cols > * {
    overflow: hidden;
  }
  .cols-centered {
    align-items: center;
  }
  .cols-stretch > * {
    display: flex;
    flex-direction: column;
  }
  .cols-1-1 > * {
    flex: 0 0 45%;
  }
  .cols-1-1-full > * {
    flex: 0 0 50%;
  }
  .cols > * + * {
    margin-top: 0;
  }

  .pagefooter h3 {
    text-align: right;
    margin-top: -0.2em;
  }
}
