@charset "UTF-8";
@font-face {
  font-family: "Verlag";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/Verlag-Book.otf) format("opentype");
}
@font-face {
  font-family: "Verlag";
  font-style: normal;
  font-weight: bold;
  src: url(../fonts/Verlag-Bold.otf) format("opentype");
}
@font-face {
  font-family: "Verlag";
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/Verlag-Light.otf) format("opentype");
}
@font-face {
  font-family: "Verlag-Compressed";
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/VerlagComp-Light.otf) format("opentype");
}
@font-face {
  font-family: "Verlag-Compressed";
  font-style: normal;
  font-weight: bold;
  src: url(../fonts/VerlagComp-Bold.otf) format("opentype");
}
@font-face {
  font-family: "Verlag-Compressed";
  font-style: normal;
  font-weight: bolder;
  src: url(../fonts/VerlagComp-Black.otf) format("opentype");
}
@font-face {
  font-family: "Heldane-Display";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/Heldane_Display_Regular.otf) format("opentype");
}
@font-face {
  font-family: "Heldane";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/Heldane_Text_Regular.otf) format("opentype");
}
@font-face {
  font-family: "Heldane";
  font-style: normal;
  font-weight: bold;
  src: url(../fonts/Heldane_Text_bold.otf) format("opentype");
}
html {
  overflow-x: hidden;
}

html, body {
  background-color: rgb(64, 0, 153);
  color: white;
  font-size: 1.1vw;
  -webkit-font-smoothing: antialiased;
  font-family: "Verlag";
  font-weight: normal;
  line-height: 1.5;
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
  scroll-behavior: smooth;
}

section {
  padding: 3.25rem 5.5rem 0 5.5rem;
}

h1, h2, h3, h4 {
  margin-block-start: 0;
  margin-block-end: 0;
}

p {
  margin-block-start: 0;
  margin-block-end: 0;
  font-family: "Heldane";
}
p strong {
  font-family: "Verlag";
  font-size: 101%;
}

ul {
  list-style-type: none;
}

h1 {
  color: rgb(163, 142, 61);
  font-size: 2.9rem;
  text-transform: uppercase;
  font-family: "Verlag-Compressed";
  font-weight: 100;
  letter-spacing: 0.025em;
  line-height: 1;
}

h2 {
  color: rgb(163, 142, 61);
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: "Verlag-Compressed";
  font-weight: bold;
  letter-spacing: 0.085em;
  margin-top: 1.25em;
  margin-bottom: 0.25em;
  line-height: 1;
}

h3 {
  text-decoration: none;
  font-family: "Verlag-Compressed";
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 90%;
  text-transform: uppercase;
}

ul {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}

.invert {
  color: rgb(64, 0, 153);
  background-color: rgb(255, 253, 238);
}
.invert h1 {
  color: rgb(64, 0, 153);
}

.mix span {
  font-family: "Verlag";
}

header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1001;
}

.marquee-container {
  overflow: hidden;
  width: 100%;
  height: 14rem;
  margin-top: -9.4rem;
  margin-bottom: -6rem;
  pointer-events: none;
}

.marquee {
  width: 100%;
  transform: rotate(-5deg);
  margin-left: -1rem;
  pointer-events: auto;
}
.marquee img {
  width: auto;
}
.marquee a {
  text-decoration: none;
}

.white {
  width: 300%;
  background-color: white;
  padding: 0.32em 0 0 0.17rem;
  display: flex;
  align-items: center;
}
.white span {
  vertical-align: middle;
}
.white img {
  height: 1.4em;
  margin-right: 0.5em;
  margin-bottom: -0.1rem;
}
.white img:nth-of-type(2) {
  margin-right: 0.75em;
}
.white .marquee3k__wrapper {
  background-color: white;
}

nav {
  background-color: black;
  position: relative;
}
nav ul {
  color: white;
  padding: 0.204rem 5.5rem 0rem 5.5rem;
  display: flex;
  align-items: center;
}
nav a {
  color: white;
  text-decoration: none;
}
nav a:hover {
  border-bottom: 1px solid;
}
nav .nav-primary {
  text-transform: uppercase;
  font-family: "Verlag-Compressed";
  font-weight: 100;
  font-size: 1.35rem;
  letter-spacing: 0.01rem;
  margin-right: 1rem;
  position: relative;
}
nav .presse-link {
  font-size: 85%;
}
nav .nav-secondary {
  margin-left: auto;
  display: flex;
}
nav .nav-secondary a {
  display: flex;
  align-items: center;
  border-bottom: 0;
}
nav .nav-secondary a:first-of-type {
  margin-right: 1rem;
}
nav .nav-secondary a:nth-of-type(2) {
  margin-right: 1rem;
}
nav .nav-secondary a:last-of-type img {
  margin-right: 0;
}
nav .nav-secondary img {
  height: 1em;
  width: auto;
  display: inline-block;
  margin-right: 0.25rem;
}

.shop-icon {
  position: absolute;
  width: 0.98em;
  right: -1.1em;
  top: 0.22em;
}

.intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.intro.centered {
  justify-content: center;
}
.intro h1 {
  text-align: center;
}
.intro > div {
  margin-bottom: 3.25rem;
}
.intro > div:first-of-type {
  margin-top: 3rem;
}

.intro-p {
  text-align: center;
  font-size: 1.55rem;
  font-family: "Heldane-Display";
  width: 90%;
  margin: auto;
  line-height: 1.2;
  margin-top: 0.85em;
}

.text p + p {
  margin-top: 1.5em;
}

figure {
  background-size: cover;
  background-position: center center;
}

figcaption {
  margin-top: 0.5em;
}

.events {
  padding-bottom: 3.25rem;
}
.events li {
  display: flex;
  border-bottom: 1px solid;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.events li:first-of-type {
  border-top: 1px solid;
}
.events h2 {
  margin-top: 0;
}
.events .more {
  margin-top: 1em;
}
.events .more a {
  color: rgb(64, 0, 153);
  border-bottom: 1px solid;
  text-decoration: none;
}
.events .more a:hover {
  color: rgb(163, 142, 61);
}
.events p + p {
  margin-top: 1em;
}

.date {
  font-family: "Verlag";
  font-size: 101%;
  font-weight: bold;
}

.bold {
  font-family: "Verlag";
  font-size: 101%;
  font-weight: bold;
}
.bold a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid;
}
.bold a:hover {
  color: rgb(163, 142, 61);
}

.a-caps {
  color: rgb(163, 142, 61);
  text-decoration: none;
  border-bottom: 2px solid;
  font-family: "Verlag-Compressed";
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 90%;
  text-transform: uppercase;
}

.gold {
  color: rgb(163, 142, 61);
}

.home .intro {
  margin-top: 5rem;
}
.home .intro > div:first-of-type {
  margin-top: 9rem;
}
.home .intro-p {
  margin-bottom: 3.25rem;
}
.home .text h2 {
  display: inline-block;
  margin-right: 0.5em;
}
.home .show-more-button {
  float: none;
  display: inline-block;
  margin-top: 0;
  padding-top: 0.45rem;
}

.weingueter-info {
  display: none;
  z-index: 2;
}

.weingueter-pin {
  cursor: pointer;
  z-index: 1;
}

.close-info {
  z-index: 2;
  cursor: pointer;
}

.map {
  margin-top: 3rem;
}
.map svg {
  width: 75%;
  margin-left: 10%;
  margin-top: -7rem;
  margin-bottom: 2rem;
}

.oetw-logo {
  width: 7rem;
  display: block;
  margin: auto;
  margin-bottom: 1rem;
}

.lagen-list {
  display: flex;
  justify-content: space-between;
}
.lagen-list .lagen-container {
  padding: 0rem 0.5rem;
}
.lagen-list .lage {
  font-family: "Verlag-Compressed";
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 90%;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
}

.slider h3 {
  color: rgb(163, 142, 61);
  margin-top: 0.5em;
}

.oetw-erste-lagen .slick-dots, .otw-erste-lage-vineyard-sites .slick-dots {
  bottom: 0.5rem;
  text-align: center;
}

.lagen-nav {
  display: flex;
  position: relative;
  z-index: 2;
}
.lagen-nav .lagen-toggle {
  margin-right: 1em;
  cursor: pointer;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: "Verlag-Compressed";
  font-weight: bold;
  letter-spacing: 0.085em;
  margin-bottom: 0.25em;
  line-height: 1;
}
.lagen-nav .lagen-toggle.active {
  border-bottom: 2px solid;
}
.lagen-nav .lagen-toggle.active .plus-stroke {
  stroke: white;
}
.lagen-nav .lagen-toggle.active .pin-fill {
  fill: #3C008F;
}
.lagen-nav .lagen-toggle.active .pin-stroke {
  stroke: white;
}
.lagen-nav .lagen-toggle:hover {
  border-bottom: 2px solid;
}
.lagen-nav .lagen-toggle:hover .plus-stroke {
  stroke: white;
}
.lagen-nav .lagen-toggle:hover .pin-fill {
  fill: #3C008F;
}
.lagen-nav .lagen-toggle:hover .pin-stroke {
  stroke: white;
}

.lagen-select {
  position: absolute;
  top: -1rem;
  right: -48rem;
  width: 15rem;
}

.rieden-toggle {
  cursor: pointer;
}
.rieden-toggle.active .st1, .rieden-toggle.active .st3 {
  fill: rgb(64, 0, 153);
}

.lagen-map {
  padding-bottom: 2.75rem;
}

.lagen-map-container {
  position: relative;
  margin-top: -4.4rem;
  margin-bottom: -2.7rem;
}
.lagen-map-container .lagen-map-svg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
  opacity: 0;
  pointer-events: none;
}
.lagen-map-container .lagen-map-svg.active {
  opacity: 1;
  pointer-events: auto;
}
.lagen-map-container .lagen-map-svg:nth-of-type(1) {
  position: static;
}

.lagen-map-svg .st1, .lagen-map-svg .st3 {
  fill: #A28D3D;
}
.lagen-map-svg .st1:hover, .lagen-map-svg .st3:hover {
  fill: rgb(64, 0, 153);
}

.lagen-info-container {
  position: relative;
}
.lagen-info-container .title {
  display: inline-block;
  margin-right: 0.5em;
}
.lagen-info-container h2 {
  color: rgb(64, 0, 153);
}
.lagen-info-container .winery {
  display: inline-block;
  font-family: "Verlag-Compressed";
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 90%;
  text-transform: uppercase;
  text-align: center;
}
.lagen-info-container figure {
  position: absolute;
  top: 4.85rem;
  right: -35rem;
  width: 28rem;
}
.lagen-info-container .facts {
  border: 1px solid;
  display: flex;
}
.lagen-info-container .facts div {
  width: 23%;
  border-right: 1px solid;
}
.lagen-info-container .facts div:last-of-type {
  border: 0;
}
.lagen-info-container .facts div.altitude {
  width: 31%;
}
.lagen-info-container .facts div h3 {
  border-bottom: 1px solid;
  padding: 0.35em 0.35em 0.1em 0.35em;
}
.lagen-info-container .facts div span {
  font-size: 2.8rem;
  font-family: "Verlag-Compressed";
  font-weight: 100;
  line-height: 1;
  display: block;
  letter-spacing: -0.025em;
  padding: 0.25em;
}

.lagen-info {
  display: none;
}

.vineyard {
  display: none;
}

.locations {
  padding-bottom: 3rem;
}

.gallery-list h2 {
  margin-bottom: 0.5em;
}
.gallery-list h3 {
  margin-top: 1.2em;
}
.gallery-list .website {
  margin-top: 1.2em;
  display: inline-block;
}
.gallery-list p {
  hyphens: auto;
  -webkit-hyphens: auto;
}
.gallery-list p a {
  color: rgb(64, 0, 153);
  text-decoration: none;
  text-transform: lowercase;
}
.gallery-list p a:hover {
  border-bottom: 1px solid;
}
.gallery-list p em {
  font-style: normal;
}

.basic-text, .more-text {
  line-height: 1.4;
}

.die-sechs-weingueter .intro > div {
  margin-bottom: 0;
}
.die-sechs-weingueter .gallery-list p a {
  color: white;
}
.die-sechs-weingueter .gallery-list .more-text p:first-of-type {
  margin-bottom: 0.9em;
}

.wine-box .description h3 {
  color: rgb(163, 142, 61);
}
.wine-box .description p {
  line-height: 1.4;
}
.wine-box .a-caps {
  padding: 0.5em 0.55em;
  border: 2px solid rgb(163, 142, 61);
  color: rgb(64, 0, 153);
  background-color: rgb(163, 142, 61);
  transition: all 0.2s;
}
.wine-box .a-caps:hover {
  background-color: white;
  border: 2px solid white;
}

.der-wiener-gemischte-satz .c-12 h1, .wiener-gemischter-satz .c-12 h1 {
  margin-bottom: 0.25em;
}
.der-wiener-gemischte-satz .c-12 h3, .wiener-gemischter-satz .c-12 h3 {
  color: rgb(163, 142, 61);
  margin-top: 1.25em;
}
.der-wiener-gemischte-satz .slick-dotted.slick-slider, .wiener-gemischter-satz .slick-dotted.slick-slider {
  margin-bottom: 2.25em;
}
.der-wiener-gemischte-satz main section:last-of-type, .wiener-gemischter-satz main section:last-of-type {
  padding-bottom: 3rem;
}

footer {
  height: 2rem;
  display: flex;
  align-items: center;
  color: white;
  background-color: black;
  font-size: 80%;
  width: 100%;
  padding: 1.2rem 5.5rem;
  box-sizing: border-box;
  font-family: "Verlag";
  font-weight: bold;
}
footer .wien_logo {
  margin-left: auto;
  width: 6rem;
  border-bottom: 0px;
}
footer .wien_logo:hover {
  border-bottom: 0px;
}
footer > a {
  text-transform: uppercase;
  margin-right: 1rem;
  font-family: "Verlag-Compressed";
  font-weight: bold;
}
footer a {
  color: white;
  text-decoration: none;
}
footer a:hover {
  border-bottom: 1px solid;
}
footer p {
  margin-left: 3rem;
  font-family: "Verlag";
}

.mobile-navigation {
  background: black;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}

.mobile-navigation.open {
  transform: translateY(0);
}

.mobile-navigation ul {
  display: flex;
  flex-direction: column;
  padding: 6rem 1rem 0 1rem;
}

.mobile-navigation ul li {
  border-bottom: 1px solid white;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.mobile-navigation ul li:last-of-type {
  border-bottom: 0;
}

.mobile-lang-switcher {
  border-bottom: 0 !important;
}

.mobile-navigation .nav-secondary img {
  height: 1.9rem;
  margin-bottom: 0.5rem;
}

.mobile-navigation .nav-bottom {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  border-bottom: 0;
  display: flex;
  font-size: 110%;
  justify-content: flex-start;
}

.mobile-navigation .nav-bottom img {
  height: 1.5rem;
}

.nav-bottom a {
  margin-right: 0.75em;
}

.hamburger-container {
  width: 2rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 1000;
}

.impressum-und-datenschutz h1 {
  text-align: center;
  margin-bottom: 1em;
}
.impressum-und-datenschutz h2 {
  margin-top: 4rem;
  text-align: center;
}
.impressum-und-datenschutz p {
  hyphens: auto;
  -webkit-hyphens: auto;
  text-align: justify;
}
.impressum-und-datenschutz p + p {
  margin-top: 1em;
}
.impressum-und-datenschutz p + h3 {
  margin-top: 1em;
}
.impressum-und-datenschutz h3 + p {
  margin-top: 1em;
}
.impressum-und-datenschutz .c-12 {
  box-sizing: border-box;
}

#liesenpfennig {
  position: absolute;
  top: 12em;
  left: 29em;
  width: 12em;
  height: 12em;
}
#liesenpfennig svg {
  fill: white;
  transition: fill 0.3s;
}
#liesenpfennig:hover svg {
  fill: rgb(163, 142, 61);
}

.single-presseaussendungen .intro > div {
  margin-bottom: 0;
}
.single-presseaussendungen .intro p {
  margin-bottom: 1.4em;
}
.single-presseaussendungen .intro p a {
  color: white;
}
.single-presseaussendungen .intro p a:hover {
  color: rgb(163, 142, 61);
}
.single-presseaussendungen .invert {
  padding-top: 1.1rem;
}
.single-presseaussendungen .wp-caption-text {
  text-decoration: none;
  font-family: "Verlag";
  font-weight: bold;
  letter-spacing: 0.04em;
  font-size: 65%;
}
.single-presseaussendungen h1 {
  text-align: left;
  margin-bottom: -0.25rem;
}

.alignleft {
  margin-top: 0.4em;
}

.alignright {
  margin-top: 0.4em;
}

.main-text {
  margin: auto;
}
.main-text h3 {
  float: left;
  margin-right: 0.5em;
  margin-top: 0.13em;
}
.main-text p {
  overflow: auto;
  margin-bottom: 1.4em;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.main-text p b {
  font-family: "Verlag";
  font-size: 101%;
}
.main-text > p:first-of-type {
  overflow: visible;
}
.main-text > p:last-of-type {
  padding-bottom: 3rem;
  margin-bottom: 0;
}
.main-text a {
  color: rgb(64, 0, 153);
  border-bottom: 1px solid;
  text-decoration: none;
}
.main-text a:hover {
  color: rgb(163, 142, 61);
}

.press-small {
  text-align: center;
  padding-top: 1.45rem;
  padding-bottom: 2.3rem;
}
.press-small h3 {
  color: rgb(163, 142, 61);
}
.press-small a {
  color: white;
  text-decoration: none;
  border-bottom: 1px solid;
  font-family: "Verlag";
}
.press-small a:hover {
  color: rgb(163, 142, 61);
}

.post-type-archive-presseaussendungen h1, .presse h1 {
  margin-bottom: -0.6rem;
}
.post-type-archive-presseaussendungen .gallery-image, .presse .gallery-image {
  padding-bottom: 70% !important;
}

.single-presseaussendungen .gallery-image-wrapper {
  margin-bottom: -0.6em;
}

.pressearchiv h2 {
  margin-top: 0.25em;
}

.presse .gallery-list h2 {
  margin-top: 0.75rem;
  margin-bottom: 0.7rem;
}
.presse .gallery-list a {
  color: rgb(163, 142, 61);
  text-decoration: none;
  border: 1px solid;
  padding: 0.33em 0.5em;
  font-weight: bold;
}
.presse .gallery-list a:hover {
  text-decoration: underline;
}
.presse .gallery-list span {
  margin-left: 0.5em;
  color: rgb(163, 142, 61);
  font-size: 75%;
  letter-spacing: 0.02em;
  font-weight: bold;
}

.intro .wp-caption-text {
  margin-top: 0.6em;
  margin-bottom: 0 !important;
}

.lang-switcher {
  font-size: 0.75rem;
  text-transform: uppercase;
  padding-left: 1.6em;
  padding-right: 0;
}

.lang-item.current-lang {
  text-decoration: underline;
}
.lang-item:hover {
  text-decoration: underline;
  border-bottom: 0 !important;
}
.lang-item a {
  margin: 0 !important;
}
.lang-item:first-of-type {
  margin-right: 0.5em !important;
}

.featured {
  color: rgb(64, 0, 153);
  background-color: rgb(255, 253, 238);
  border: 1px solid rgb(163, 142, 61);
  border-radius: 0.2rem;
  display: flex;
  padding: 0.6rem;
  margin-bottom: 1rem;
}
.featured.mobile-only {
  margin-top: -3rem !important;
}
.featured > div {
  display: flex;
  flex-direction: column;
}
.featured > div:first-child {
  border-right: 1px solid rgb(163, 142, 61);
  padding-right: 0.6rem;
  margin-right: 0.6rem;
}
.featured h4 {
  color: rgb(163, 142, 61);
  text-transform: uppercase;
  font-size: 55%;
  letter-spacing: 0.02em;
}
.featured h3 {
  color: rgb(64, 0, 153);
  font-size: 1.25rem;
  font-weight: normal;
  font-family: "Verlag";
  letter-spacing: 0.01em;
}
.featured a {
  font-size: 80%;
  color: rgb(64, 0, 153);
  margin-top: auto;
  padding-top: 0.75rem;
}
.featured h2 {
  margin-top: 0;
  font-family: "Heldane-Display";
  font-size: 2rem;
  color: rgb(64, 0, 153);
  text-transform: none;
  letter-spacing: 0;
  font-weight: normal;
  margin-bottom: 0.1em;
}
.featured p {
  font-size: 80%;
  line-height: 1.3;
}

.mobile-only {
  display: none;
}

/* 
 * Well …
 * https://twitter.com/ctrlshifti/status/1288745146759000064
 */
.c-1 {
  width: 4.347826087%;
}

.c-2 {
  width: 8.6956521739%;
}

.c-3 {
  width: 13.0434782609%;
}

.c-4 {
  width: 17.3913043478%;
}

.c-5 {
  width: 21.7391304348%;
}

.c-6 {
  width: 26.0869565217%;
}

.c-7 {
  width: 30.4347826087%;
}

.c-8 {
  width: 34.7826086957%;
}

.c-9 {
  width: 39.1304347826%;
}

.c-10 {
  width: 43.4782608696%;
}

.c-11 {
  width: 47.8260869565%;
}

.c-12 {
  width: 52.1739130435%;
}

.c-13 {
  width: 56.5217391304%;
}

.c-14 {
  width: 60.8695652174%;
}

.c-15 {
  width: 65.2173913043%;
}

.c-16 {
  width: 69.5652173913%;
}

.c-17 {
  width: 73.9130434783%;
}

.c-18 {
  width: 78.2608695652%;
}

.c-19 {
  width: 82.6086956522%;
}

.a-32 {
  padding-bottom: 66.67%;
}

.a-43 {
  padding-bottom: 75%;
}

.a-34 {
  padding-bottom: 133%;
}

.m-1 {
  margin-right: 4.347826087%;
}

.m-a-32 {
  width: 100%;
}

.m-a {
  margin-left: auto;
  margin-right: auto;
}

.m-t {
  margin-top: 4.347826087%;
}

.hamburger {
  padding: 0 0;
  display: inline-block;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.hamburger:focus {
  outline: none;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: rgb(163, 142, 61);
}

.hamburger-box {
  width: 2rem;
  height: 1.45rem;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.075rem;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 2rem;
  height: 0.15rem;
  background-color: rgb(163, 142, 61);
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -0.65rem;
}
.hamburger-inner::after {
  bottom: -0.65rem;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 0.075rem;
}
.hamburger--slider .hamburger-inner::before {
  top: 0.65rem;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 1.3rem;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 0.65rem, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-0.2857142857rem, -0.5rem, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -1.3rem, 0) rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -1.3rem;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -0.65rem, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.cat-list {
  padding: 0;
  margin: 1em 0;
  display: flex;
  justify-content: center;
}

.cat-item {
  margin: 0 1em;
}

.cat-item a {
  color: white;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: "Verlag-Compressed";
  font-weight: bold;
  letter-spacing: 0.085em;
  margin-top: 1.25em;
  margin-bottom: 0.25em;
  text-decoration: none;
}

.cat-item.current-cat a {
  border-bottom: 2px solid;
}

.gallery-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gallery-list-item {
  margin-top: 3em;
}

.show-more-button {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background-color: transparent;
  border: 0;
  background-image: url(../img/icons/open.svg);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  float: right;
  border: 2px solid #a38e3d;
  border-radius: 50%;
  margin-top: -0.25em;
}

.show-more-button.close {
  background-image: url(../img/icons/close.svg);
}

.show-more-button span {
  visibility: hidden;
}

.gallery-list-item .more-text {
  display: none;
}

.gallery-list-item .header {
  border-bottom: 2px solid #a38e3d;
  margin-bottom: 0.75em;
}

.winery-list-item .header {
  border: 0;
}

.winery-list-item .header h2 {
  line-height: 1;
  margin-bottom: 0;
}

.winery-list-item .header span,
.winery-list-item .header span a {
  font-weight: bold;
  color: #a38e3d;
}

.gallery-image {
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.gallery-image.a-43 {
  width: 100%;
  padding-bottom: 75%;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.slick-dots {
  text-align: left;
  margin: 0 -0.15rem;
}

.slick-dots li {
  margin: 0;
}

.slick-dots li button:before {
  background: #a38e3d;
  content: " ";
  border-radius: 100%;
  width: 0.28rem;
  height: 0.3rem;
  top: 0.35rem;
  left: 0.35rem;
}

.slick-dots li.slick-active button:before {
  background: none;
  border: 2px solid #a38e3d;
  width: 0.55rem;
  height: 0.55rem;
  top: 0.1rem;
  left: 0.1rem;
}

.flex {
  display: flex;
}

.invert.centered {
  justify-content: center;
}

.wine-box .title,
.wine-box .price {
  margin: 0;
  color: white;
  font-size: 2.9rem;
  font-weight: 100;
  letter-spacing: 0.025em;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Verlag-Compressed";
}

.wine-box .price {
  float: right;
}

.wine-box .header {
  border-bottom: 2px solid #a38e3d;
  padding-bottom: 1em;
  margin: 1em 0;
}

.wine-box .header h2.pre-title {
  color: #a38e3d;
}

.wine-box .description ul {
  margin: 1.25em 0;
  padding: 0;
  list-style-type: none;
}

.wine-box .description ul li {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-family: "Verlag-Compressed";
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 90%;
  text-transform: uppercase;
}

body.impressum-und-datenschutz main {
  padding-top: 5rem;
}

body.impressum-und-datenschutz main a {
  color: white;
}

body.impressum-und-datenschutz main section {
  margin: auto;
}

img {
  width: 100%;
  height: auto;
}

nav a.active {
  border-bottom: 1px solid;
  line-height: 1.1;
}

.active {
  display: block;
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.expand {
  display: block;
}

.multiply {
  mix-blend-mode: multiply;
}

@media screen and (min-aspect-ratio: 850/1000) {
  header {
    margin-top: 4rem;
  }
  nav {
    z-index: 2;
  }
  .date span {
    font-size: 2.9rem;
    text-transform: uppercase;
    font-family: "Verlag-Compressed";
    font-weight: 100;
    line-height: 1;
    display: block;
  }
  .gallery-list .gallery-image {
    padding-bottom: 133%;
  }
  .wine-box .description ul li span {
    display: inline-block;
    width: 30%;
  }
  .winery {
    margin-right: -3em;
  }
  .ried-toggle, .lagen-toggle.mobile-only {
    display: none !important;
  }
  .vineyard .description {
    margin-top: 0.5rem;
  }
  .alignleft {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-top: 0.4em;
  }
  .alignright {
    float: right;
    width: 48%;
    margin-top: 0.4em;
    margin-bottom: 1.5em;
  }
}
@media screen and (max-aspect-ratio: 1200/1000) and (min-aspect-ratio: 850/1000) {
  html, body {
    font-size: 1.4vw;
  }
  #liesenpfennig {
    left: 16em;
  }
  :lang(en-GB) nav .nav-primary {
    font-size: 1.24rem;
  }
}
@media screen and (max-aspect-ratio: 850/1000) {
  .mobile-only {
    display: inherit;
  }
  .desktop-only {
    display: none !important;
  }
  html, body {
    font-size: 3.6vw;
  }
  *[class*=c-] {
    width: 100% !important;
  }
  section {
    padding: 1rem 1rem 0 1rem;
  }
  #liesenpfennig {
    top: 1.5em;
    right: 4em;
    left: auto;
    width: 10em;
    height: 10em;
  }
  header {
    margin-top: 0;
    pointer-events: none;
  }
  main {
    overflow-x: hidden;
  }
  .m-1 {
    margin-right: 0;
  }
  nav {
    pointer-events: auto;
  }
  nav .nav-primary {
    font-size: 2rem;
    padding-top: 0.09em;
  }
  nav .nav-secondary a:first-of-type {
    margin-right: 0.25rem;
  }
  nav .nav-secondary.imprint {
    border-bottom: 0;
    font-size: 111%;
    margin-top: 0.5em;
  }
  .lang-switcher {
    padding: 0 !important;
    font-size: 1rem;
    /* display: block; */
    flex-direction: row !important;
  }
  .lang-switcher li {
    border-bottom: 0 !important;
    width: auto !important;
  }
  .shop-icon {
    position: static;
    margin-left: 0.25em;
    margin-bottom: -0.037em;
  }
  .marquee-container {
    margin-bottom: -5rem;
  }
  .marquee {
    z-index: 1000;
    transform: rotate(-11deg);
    margin-left: -22rem;
    margin-top: -2rem;
    pointer-events: auto;
  }
  .hamburger-container {
    pointer-events: auto;
  }
  .white img {
    height: 2em;
  }
  .home .show-more-button {
    float: right;
    margin-top: 1.68em;
    padding-top: 0;
  }
  .home .intro-p {
    margin-bottom: 2.25rem;
  }
  .home .intro {
    margin-top: 11.5rem;
  }
  .intro > div {
    margin-bottom: 2.75rem;
  }
  .show-more-button {
    font-size: 80%;
  }
  p {
    font-size: 115%;
  }
  p strong {
    font-size: 105%;
  }
  .events {
    line-height: 1.8;
  }
  .events .bold {
    line-height: 1.4;
    margin-bottom: 0.25rem;
  }
  .events li {
    flex-direction: column;
  }
  .events h1 {
    letter-spacing: 0.01em;
    margin-bottom: 0.25rem;
  }
  .events .more {
    line-height: 1.5;
  }
  .events .a-caps {
    margin-top: 0.4rem;
  }
  .date {
    text-transform: uppercase;
    font-family: "Verlag-Compressed";
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 90%;
    margin-bottom: 0.3em;
  }
  .bold {
    font-size: 111%;
  }
  .gallery-image {
    padding-bottom: 77%;
  }
  .gallery-list .header span {
    font-size: 111%;
  }
  h3 {
    font-size: 111%;
  }
  .a-caps, .date {
    font-size: 111%;
  }
  .map svg {
    width: 100%;
    margin-left: 0;
    margin-top: -3rem;
    margin-bottom: 3rem;
  }
  .cat-list {
    margin: 2.5rem s0;
    flex-direction: column;
    align-items: center;
  }
  .lagen-list {
    display: block;
  }
  .lagen-info {
    display: block;
  }
  .lagen-toggle h2 {
    padding-bottom: 0.25em;
    border-bottom: 1px solid;
  }
  .gallery-list .gallery-list-item:first-of-type {
    margin-top: 2rem;
  }
  .vineyard {
    flex-direction: column;
  }
  .vineyard.active {
    display: none;
  }
  .vineyard.ried-mobile-active {
    display: flex;
  }
  .ried-toggle {
    border-bottom: 1px solid;
    padding-top: 0.1em;
    margin-bottom: 0.3em;
    padding-bottom: 0.3em;
    display: none;
  }
  .ried-toggle.show-ried-toggle {
    display: block;
  }
  .rieden-toggle-mobile {
    font-weight: bold;
    cursor: pointer;
    font-size: 111%;
  }
  .rieden-toggle-mobile.active {
    text-decoration: underline;
  }
  .rieden-toggle-mobile:hover {
    text-decoration: underline;
  }
  .lagen-info-container .show-more-button {
    margin-top: -3.1em;
    border: 2px solid rgb(64, 0, 153);
    background-image: url(../img/icons/open-purple.svg);
  }
  .lagen-info-container .winery {
    font-size: 111%;
    letter-spacing: 0.1em;
    margin-top: 0.25em;
    text-align: left;
  }
  .lagen-info-container .winery span.mobile-only {
    display: inline;
  }
  .lagen-info-container .description {
    font-size: 111%;
    margin-bottom: 0.75em;
  }
  .lagen-info-container .vineyard > div:nth-of-type(3) {
    order: 4;
  }
  .lagen-info-container .vineyard > div:nth-of-type(4) {
    order: 3;
  }
  .lagen-info-container .facts {
    display: flex;
    flex-wrap: wrap;
    border: 0;
  }
  .lagen-info-container .facts div:nth-of-type(odd) {
    width: 30%;
  }
  .lagen-info-container .facts div:nth-of-type(even) {
    width: 70%;
  }
  .lagen-info-container .facts div {
    border: 0;
  }
  .lagen-info-container .facts div span {
    padding: 0;
  }
  .lagen-info-container .facts div h3 {
    border: 0;
    padding: 0;
  }
  .locations h1 {
    margin-top: 0.25em;
    margin-bottom: -0.8rem;
  }
  .wine-box .description ul li {
    font-size: 108%;
  }
  .wine-box .description ul li span {
    color: rgb(163, 142, 61);
  }
  .der-wiener-gemischte-satz h3, .wiener-gemischter-satz h3 {
    font-size: 108%;
  }
  .der-wiener-gemischte-satz main section:last-of-type, .wiener-gemischter-satz main section:last-of-type {
    flex-direction: column;
  }
  .c-7.m-1.multiply {
    text-align: center;
  }
  .c-7.m-1.multiply img {
    max-height: 60vh;
    width: auto;
    margin: auto;
    margin-bottom: -3rem;
  }
  .oetw-erste-lagen .slick-dots, .otw-erste-lage-vineyard-sites .slick-dots {
    bottom: 0.55rem;
    text-align: right;
  }
  .oetw-erste-lagen .slick-dotted.slick-slider, .otw-erste-lage-vineyard-sites .slick-dotted.slick-slider {
    margin-bottom: 1.5rem;
  }
}

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