@charset "UTF-8";

/*!
Theme Name: Wisching Twenty
Theme URI:
Description: Individuell programmiertes Theme für Weingut Wirsching.
Author: Ralf Hoffmeister, Design: Shuttle Design Studio
Author URI: http://ralfhoffmeister.de
Version: 1.0
Text Domain: wirsching-theme
*/

/* CSS Document */

/*
===============
= ADJUSTMENTS =
===============
*/

/*RESET
   http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126
   License: none (public domain)
**************************************************************/

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,
button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

/*SELF CLEAR FLOATING ELEMENTS
**************************************************************/

.clear:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

* html .clear {
    height: 1%;
}

*:first-child + html .clear {
    min-height: 1px;
}

/*BORDER-BOX LAYOUT
**************************************************************/

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

/*WP-CORE
**************************************************************/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: transparent;
    border: none;
    max-width: 100%;
    padding: 0 0 10px;
    text-align: left;
    font-family: "proforma", Georgia, serif;
    font-display: swap;
    font-style: italic;
    font-weight: normal;
    font-size: 15px;
    color: #2a2f2d;
    letter-spacing: 0;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-family: "proforma", Georgia, serif;
    font-display: swap;
    font-style: italic;
    font-weight: normal;
    font-size: 15px;
    color: #2a2f2d;
    letter-spacing: 0;
}

.slicker-instagram-placeholder,
.slicker-youtube-placeholder {
    max-width: calc(25% - 22px);
}

.section-instagram {
    margin-bottom: 112px;
}

.instagram-container {
    margin-bottom: 20px !important;
}

.no-mb {
    margin-bottom: 0 !important;
}

/*
===========
= PLUGINS =
===========
*/

/*Base Styles for third party plugins e.g. Slider, Lightbox*/

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider Styles */

.slick-loading .slick-list {
    background: #fff url("images/ui/ajax-loader.gif") center center no-repeat;
}

/* Arrows */

.slider-nav {
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
    transform: translateY(-20px);
}

.slick-prev,
.slick-next {
    position: relative;
    display: block;
    width: 31px;
    height: 41px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 13px 25px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    transition: all 0.2s ease-in-out;
    background-color: #aa9157;
}

@media screen and (min-width: 800px) {
    .slick-prev,
    .slick-next {
        width: 41px;
        height: 41px;
    }
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: #fff;
    outline: none;
    opacity: 1;
    background-color: #073f28;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
    opacity: 0 !important;
}

.slick-prev:before,
.slick-next:before {
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-next:before {
    content: "";
    width: 100px;
    height: 41px;
    display: block;
    position: absolute;
    right: 0;
}

.slick-prev {
    background-image: url(images/ui/slider-l.svg);
    left: -12px;
    float: left;
}

.section-carousel .slick-prev {
    left: -22px;
}

[dir="rtl"] .slick-prev {
    right: 0;
    left: auto;
}

.slick-prev:before {
    content: "";
}

[dir="rtl"] .slick-prev:before {
    content: "";
}

.slick-next {
    background-image: url(images/ui/slider-r.svg);
    right: -12px;
    float: right;
}

.section-carousel .slick-next {
    right: -22px;
}

[dir="rtl"] .slick-next {
    right: auto;
    left: 0;
}

.slick-next:before {
    content: "";
}

[dir="rtl"] .slick-next:before {
    content: "";
}

/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: relative;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    text-indent: 0;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    color: #ddd;
}

.slick-dots li button:before {
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    color: #aaa;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: #000;
}

/*
==========
= HELPER =
==========
*/

/*MISC
**************************************************************/

.circle {
    border-radius: 50%;
}

.mask-circle {
    border-radius: 50%;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

/*Call to Action Button*/

.cta {
    display: inline-block;
    outline: none;
    border: 1px solid;
    color: #fff;
    background-color: #000;
    text-align: center;
    text-decoration: none;
    padding: 0.25em 0.5em 0.35em;
    line-height: 1;
    transition: all 0.15s ease-in-out;
}

.cta:hover {
    background-color: #fff;
    color: #000;
}

.cta:active,
.cta.active {
    background-color: #000;
    color: #fff;
    transition: none;
}

.cn-button.wp-default {
    color: #fff;
    background: #aa9157;
}

.warning-msg {
    border-left: 5px solid #f00;
    padding-left: 10px;
}

.info-msg {
    border-left: 5px solid #aaa;
    padding-left: 10px;
}

.okay-msg {
    border-left: 5px solid #0f0;
    padding-left: 10px;
}

/*TYPOGRAPHY & LAYOUT
**************************************************************/

/*size*/

.small {
    font-size: 0.75em;
}

.medium {
    font-size: 1.5em;
}

.large {
    font-size: 2em;
}

.x-large {
    font-size: 2.5em;
}

/*alignment*/

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

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

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

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

/*other*/

.hide-text {
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
}

.smooth {
    -webkit-font-smoothing: antialiased;
}

.sub-smooth {
    -webkit-font-smoothing: subpixel-antialiased;
}

.r-br {
    display: none;
}

/*responsive line break - no break on mobile*/

@media screen and (min-width: 600px) {
    .r-br {
        display: block;
    }
    /*responsive line break*/
}

/*DISPLAY OPTIONS
**************************************************************/

/*floats*/

.left {
    float: left;
}

.right {
    float: right;
}

/*display*/

.block {
    display: block;
}

.inline {
    display: inline;
}

/*position*/

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.static {
    position: static;
}

.slick-dots li:only-child {
    display: none;
}

/* CSS Debugger */

/* *:not(path):not(g) {
  color:                    hsla(210, 100%, 100%, 0.9) !important;
  background:               hsla(210, 100%,  50%, 0.5) !important;
  outline:    solid 0.25rem hsla(210, 100%, 100%, 0.5) !important;
  box-shadow: none !important;
} */

/*
=========================================================
= ===================== BASE STYLES =================== =
=========================================================
*/

/* cyrillic */

@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(fonts/manrope/v3/xn7gYHE41ni1AdIRggOxSuXd.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek */

@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(fonts/manrope/v3/xn7gYHE41ni1AdIRggSxSuXd.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}

/* latin-ext */

@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(fonts/manrope/v3/xn7gYHE41ni1AdIRggmxSuXd.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(fonts/manrope/v3/xn7gYHE41ni1AdIRggexSg.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
        U+FEFF, U+FFFD;
}

/* cyrillic */

@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(fonts/manrope/v3/xn7gYHE41ni1AdIRggOxSuXd.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek */

@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(fonts/manrope/v3/xn7gYHE41ni1AdIRggSxSuXd.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}

/* latin-ext */

@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(fonts/manrope/v3/xn7gYHE41ni1AdIRggmxSuXd.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(fonts/manrope/v3/xn7gYHE41ni1AdIRggexSg.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
        U+FEFF, U+FFFD;
}

/* cyrillic */

@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(fonts/manrope/v3/xn7gYHE41ni1AdIRggOxSuXd.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek */

@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(fonts/manrope/v3/xn7gYHE41ni1AdIRggSxSuXd.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}

/* latin-ext */

@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(fonts/manrope/v3/xn7gYHE41ni1AdIRggmxSuXd.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(fonts/manrope/v3/xn7gYHE41ni1AdIRggexSg.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
        U+FEFF, U+FFFD;
}

/* Proforma light: 300, 300 italic - medium: 500 */

/*Basic Styling for Headlines, Forms, links etc. */

html {
    min-height: 100vh;
    font-size: 100%;
    background-color: #fff;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    overflow-x: hidden;
}

body {
    position: relative;
    min-height: 100vh;
    font-family: "Manrope", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #073f28;
    letter-spacing: 0.81px;
    line-height: 21px;
}

@media screen and (min-width: 1000px) {
    body {
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 29px;
    }
}

p {
    -epub-word-break: hyphenate;
    -ms-word-break: hyphenate;
    word-break: normal;
    word-wrap: normal;
    -webkit-hyphens: auto;
    -epub-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin-bottom: 10px;
}

.page-presse .section-content-wide p {
    clear: both;
    max-width: none;
}

.page-presse .wp-caption.alignleft {
    margin: 5px 20px 20px 0;
    min-height: 250px;
}

@media screen and (min-width: 768px) {
    .page-presse .wp-caption.alignleft {
        margin: 5px 20px 20px 0;
        min-height: 300px;
    }
}

h1,
.h1 {
    font-family: proforma, serif;
    font-weight: 300;
    font-style: normal;
    font-size: 30px;
    line-height: 43px;
    color: #073f28;
    letter-spacing: 0;
    padding-bottom: 8px;
    margin-bottom: 20px;
}

@media screen and (min-width: 600px) {
    h1,
    .h1 {
        font-size: 60px;
        color: #073f28;
        line-height: 70px;
        margin-bottom: 40px;
        text-transform: none !important;
    }
}

h2 {
    font-family: proforma, Georgia, serif;
    font-family: "proforma", Georgia, serif;
    font-display: swap;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    font-size: 18px;
    color: #073f28;
    letter-spacing: 0.75px;
    line-height: 28px;
    text-transform: uppercase;
}

@media screen and (min-width: 600px) {
    h2 {
        font-size: 24px;
        letter-spacing: 1px;
    }
}

h3 {
    font-family: "proforma", Georgia, serif;
    font-display: swap;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.3;
}

h4 {
    font-family: "proforma", Georgia, serif;
    font-display: swap;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.3;
}

h5 {
    font-family: "proforma", Georgia, serif;
    font-display: swap;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.3;
}

h6 {
    font-family: "proforma", Georgia, serif;
    font-display: swap;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.3;
}

.error404 .section-error {
    padding-top: 100px;
    padding-bottom: 100px;
}

a {
    border: 0;
    outline: 0;
    color: inherit;
    color: #aa9157;
    text-decoration: underline;
}

button,
.cta {
    cursor: pointer;
}

button:hover {
    background-color: #aaa;
}

button:focus {
    background-color: #aaa;
}

button:active {
    background-color: #000;
    color: #fff;
}

em {
    font-style: italic;
}

strong {
    font-weight: 700;
}

code {
    font-family: courier, monospace;
    background-color: #eee;
    padding: 0 5px;
}

address {
    font-style: italic;
}

pre {
    font-family: courier, monospace;
    white-space: pre-wrap;
}

ul[class],
ol[class] {
    padding: 0;
    list-style: none;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

ol > li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
}

ol > li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
}

li ol > li {
    margin: 0;
}

li ol > li:before {
    content: counters(item, ".") " ";
}

li {
    list-style-position: inside;
}

nav li {
    list-style: none;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

img {
    position: relative;
    max-width: 100%;
    width: auto;
    /* ie8 */
    height: auto !important;
    -ms-interpolation-mode: bicubic;
    image-rendering: -webkit-optimize-contrast;
    border: 0;
}

video {
    max-width: 100%;
    height: auto !important;
}

blockquote {
    font-family: "proforma", Georgia, serif;
    font-display: swap;
    font-style: italic;
    font-weight: normal;
    font-weight: 300;
    font-size: 21px;
    color: #9b9b9b;
    letter-spacing: 0;
    line-height: 31px;
    margin-bottom: 20px;
}

.uneven.transparent {
    max-width: 1100px;
    background-color: transparent !important;
    padding-top: 50px;
}

@media screen and (min-width: 1140px) {
    .uneven.transparent {
        max-width: 1100px;
        background-color: transparent !important;
        padding-left: 100px;
        padding-right: 100px;
        padding-top: 50px;
    }
    .uneven.transparent .content-narrow {
        max-width: 880px;
        padding-left: 100px;
    }
}

.section-colorbg .content-narrow {
    padding-left: 12px;
    padding-right: 12px;
}

.section-colorbg blockquote {
    color: #fff;
}

blockquote a:hover {
    color: #06482d;
}

blockquote > p {
    font-family: "proforma", Georgia, serif;
    font-display: swap;
    font-style: italic;
    font-weight: normal;
    font-size: 21px;
    letter-spacing: 0;
    line-height: 31px;
}

@media screen and (min-width: 1000px) {
    blockquote {
        font-size: 30px;
        line-height: 41px;
    }
    blockquote > p {
        font-size: 30px;
        line-height: 41px;
    }
}

.bq-ref {
    font-size: 0.8em;
    display: block;
    font-weight: 900;
    padding: 10px 20px 0 0;
    text-align: right;
}

/*  ::-webkit-selection { background-color: #aaa; color: #fff; }
     ::-moz-selection { background-color: #aaa; color: #fff; }
          ::selection { background-color: #aaa; color: #fff; }

         h1::-webkit-selection { color: #222; }
            h1::-moz-selection { color: #222; }
                 h1::selection { color: #222; }

         h2::-webkit-selection { color: #222; }
            h2::-moz-selection { color: #222; }
                 h2::selection { color: #222; }

         h3::-webkit-selection { color: #222; }
            h3::-moz-selection { color: #222; }
                 h3::selection { color: #222; }

         h4::-webkit-selection { color: #222; }
            h4::-moz-selection { color: #222; }
                 h4::selection { color: #222; }

         h5::-webkit-selection { color: #222; }
            h5::-moz-selection { color: #222; }
                 h5::selection { color: #222; }

         h6::-webkit-selection { color: #222; }
            h6::-moz-selection { color: #222; }
                 h6::selection { color: #222; }

          a::-webkit-selection { color: #222; }
             a::-moz-selection { color: #222; }
                  a::selection { color: #222; }

 blockquote::-webkit-selection { color: #222; }
    blockquote::-moz-selection { color: #222; }
         blockquote::selection { color: #222; } */

/*FONT AND COLOR CLASSES
**************************************************************/

.sans {
    font-family: Verdana, sans-serif;
}

.serif {
    font-family: Georgia, Times, serif;
}

.mono {
    font-family: courier, monospace;
}

.fancy {
    font-family: "proforma", Georgia, serif;
    font-display: swap;
    font-style: italic;
    font-weight: normal;
    color: #aa9157;
}

.base-color {
    color: #ccc;
}

.base-bg {
    background-color: #ccc;
}

.body-color {
    color: #444;
}

.body-bg {
    background-color: #444;
}

.accent-color {
    color: #f00;
}

.accent-bg {
    background-color: #f00;
}

.soft-color {
    color: #fbb;
}

.soft-bg {
    background-color: #fbb;
}

/*
==================
= PAGE STRUCTURE =
==================
*/

/* Basic Page Structure (Container and Frame Sizes, standard-Padding etc...)

  section:  always full width, contains frames that belong together, can have full-width-bg;

  .frame:   defines content width, contains page modules, often centered (margin: 0 auto);

  .module:  contains elements that belong together, can have padding;
            modules can be: widgets, forms, author-info, search-field, intro, slideshow, etc.;

  .page-pad: adds left & right padding to element;
              reccomenden for full-width modules, outer padding, so the content doesn’t stick to the window;
  .half,
  .third,
  .quarter: special modules, that are mainly used for grids. if used inside modules, containing module should have no padding;

  _____________
  How it works:

  section___________________________________________________________
  |          .frame______________________________________           |
  |          |      .module________________________      |          |
  |          |      |                              |     |          |
  |          |      |  elments, forms...           |     |          |
  |          |      |  modules have padding,       |     |          |
  |          |      |  sections and frames not     |     |          |
  |          |      |______________________________|     |          |
  |          |___________________________________________|          |
  |          .frame.clear________________________________           |
  |          |      .half__________.half___________      |          |
  |          |      |              |               |     |          |
  |          |      |              |               |     |          |
  |          |      |              |               |     |          |
  |          |      |              |               |     |          |
  |          |      |______________|_______________|     |          |
  |          |___________________________________________|          |
  |_________________________________________________________________|
  section___________________________________________________________
  |          .frame.clear________________________________           |
  |          |      .quarter_.third________________      |          |
  |          |      |        |                     |     |          |
  |          |      |        |                     |     |          |
  |          |      |        |                     |     |          |
  |          |      |        |                     |     |          |
  |          |      |________|_____________________|     |          |
  |          |___________________________________________|          |
  |_________________________________________________________________|
*/

/*PAGE-SEGMENTS
**************************************************************/

.container {
    /*contains the whole Page */
    position: relative;
    min-height: 100%;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    overflow: hidden;
}

.content {
    position: relative;
}

@media screen and (min-width: 1000px) {
    .content {
        padding-top: 107px;
    }
}

.frame,
[class*="frame-"] {
    /*frame, contains Content-Modules, no padding!*/
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.module,
[class*="module-"] {
    /*module, lives inside .frame, contains  */
    padding: 0 10px;
}

.page-pad,
.page-padding {
    /* adds l/r padding to element */
    padding: 10px;
}

/* =
MODULES
= */

/*
specific Layout-Modules and Components. keep it light, specifics and variations will be defined in content.css
(Class-Name System: .moduleName-componentName-state)
*/

form > div {
    margin-bottom: 20px;
}

form label {
    display: inline-block;
    padding-bottom: 5px;
}

input,
select,
textarea,
button {
    font-family: inherit;
    font-size: inherit;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    display: block;
    cursor: pointer;
    width: 100%;
    border: 1px solid #000;
    background-color: transparent;
    padding: 5px 10px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
}

/*
  ::-webkit-input-placeholder,
  :-moz-placeholder,
  ::-moz-placeholder,
  :-ms-input-placeholder {

  }

  input::-webkit-input-placeholder {
    color: #fff;
  }

  input:-moz-placeholder {
    color: #fff;
  }

  input::-moz-placeholder {
    color: #fff;
  }

  input:-ms-input-placeholder {
    color: #fff;
  }
*/

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-webkit-input-placeholder,
input:focus:-ms-input-placeholder,
input:focus::placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus:-ms-input-placeholder,
textarea:focus::placeholder {
    color: transparent;
}

input[type="submit"],
button {
    /*-webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
}

input[type="submit"]:hover,
button:hover {
}

input[type="submit"]:active,
button:active {
}

input[type="submit"]:focus,
button:focus {
}

/*
HERO
*/

.section-hero {
    position: relative;
}

.section-hero img {
    width: 100%;
    max-width: none;
    display: block;
    max-height: calc(100vh - 117px);
}

/*
Carousel
*/

.section-carousel {
    position: relative;
}

.carousel {
    margin-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
}

.section-carousel .slider-nav {
    padding-left: 10px;
    padding-right: 10px;
}

/*
VITRINE
*/

.section-vitrine {
    padding-top: 100px;
    padding-bottom: 100px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}

.grid {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.grid-two .grid-item {
    width: 50%;
    min-width: 300px;
}

.grid-three .grid-item {
    width: 33.3%;
    min-width: 300px;
}

.grid-four .grid-item {
    width: 25%;
    min-width: 300px;
}

.grid-five .grid-item {
    width: 20%;
    min-width: 240px;
}

.grid-six .grid-item {
    width: 16.66%;
    min-width: 200px;
}

.grid-seven .grid-item {
    width: 14.2857142%;
    min-width: 160px;
}

.grid-eight .grid-item {
    width: 12.5%;
    min-width: 120px;
}

.grid-item {
    padding: 10px;
}

.grid-item img {
    display: block;
}

.grid-text {
    padding: 10px;
}

.mask-circle {
    border-radius: 50%;
    overflow: hidden;
}

.color-swatch {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.bg-empty {
    background-color: #f5f5f5;
}

.bg-black {
    background-color: #000;
}

.black {
    color: #000;
}

.bg-red {
    background-color: #f00;
}

.red {
    color: #f00 !important;
}

.accordion-item {
    border-bottom: 1px solid #ddd;
}

.accordion-trigger {
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
}

.accordion-trigger:hover {
    background-color: #eee;
}

.cards {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cards-two .card-item {
    width: 50%;
    min-width: 300px;
}

.cards-three .card-item {
    width: 33.3%;
    min-width: 300px;
}

.cards-four .card-item {
    width: 25%;
    min-width: 300px;
}

.cards-five .card-item {
    width: 20%;
    min-width: 240px;
}

.cards-six .card-item {
    width: 16.66%;
    min-width: 200px;
}

.cards-seven .card-item {
    width: 14.2857142%;
    min-width: 160px;
}

.cards-eight .card-item {
    width: 12.5%;
    min-width: 120px;
}

.card-item {
    padding: 10px;
}

.card-item-inner {
    background-color: #eee;
}

.card-item img {
    display: block;
}

.card-content {
    padding: 10px;
}

.cols-l {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cols-two .col-l-item {
    width: 100%;
    max-width: 600px;
}

@media screen and (min-width: 1020px) {
    .cols-two .col-l-item {
        width: 50%;
        min-width: 500px;
    }
}

.cols-three .col-l-item {
    width: 33.3%;
    min-width: 300px;
}

.col-l-item {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}

.col-l-item img {
    max-width: 100%;
    height: auto;
    display: block;
}

.col-l-img {
    max-width: 50%;
    margin: 0 auto;
}

.col-text {
    max-width: 100%;
    padding: 10px;
}

@media screen and (min-width: 400px) {
    .col-l-img {
        max-width: 33.3%;
        min-width: 120px;
    }
    .col-text {
        max-width: 66.6%;
        padding: 10px;
        min-width: 240px;
    }
}

.btn-group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

@media screen and (min-width: 1100px) {
    .btn-group {
        display: block;
    }
}

.btn-nl {
    display: block;
    width: 150px;
    height: 150px;
    text-decoration: none;
    background-image: url(images/ui/wirsching-badge.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
}

@media (hover: hover) {
    .btn-nl:hover {
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.35);
    }
}

.newsletter-btn,
.gift-btn {
    padding-top: 35px;
    padding-bottom: 50px;
}

@media screen and (min-width: 1100px) {
    .newsletter-btn,
    .gift-btn {
        display: block;
        position: absolute !important;
        margin-left: 0;
        margin-right: 0;
        top: 280px;
        right: 0;
    }
    .newsletter-btn + .gift-btn {
        top: 450px;
    }
}

.btn-gift {
    display: block;
    width: 190px;
    height: 190px;
    text-decoration: none;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
}

@media (hover: hover) {
    .btn-gift:hover {
        -webkit-filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.35));
        filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.35));
    }
}

/* End Modules */

/*
==========
= HEADER =
==========
 */

/*Header stuff (Navigation, Logo etc.)*/

header {
    position: relative;
    z-index: 9;
    min-height: 68px;
    background-color: #fff;
    width: 100%;
}

@media screen and (min-width: 1000px) {
    header {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        min-height: 102px;
    }
}

.lang-group {
    display: none;
    border: 1px solid transparent;
    padding: 0;
    clear: both;
    position: absolute;
    top: 0px;
    left: 10px;
    justify-content: flex-start;
    align-items: center;
}

@media screen and (min-width: 1000px) {
    .lang-group {
        display: flex;
    }
}

.lang-group span {
    vertical-align: middle;
}

.lang-group a {
    font-weight: 300;
    font-size: 11px;
    line-height: 21px !important;
    text-transform: uppercase;
    text-decoration: none;
    color: #073f28;
}

.presse-link-header {
    padding-top: 3px;
}

@media (hover: hover) {
    .presse-link-header:hover {
        color: #aa9157;
    }
}

/* .wpml-ls-legacy-list-horizontal {
    border: 1px solid transparent;
    padding: 7px;
    clear: both;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 10px;
}

.wpml-ls-legacy-list-horizontal a {
    font-weight: 300;
    font-size: 11px;
    line-height: 21px !important;
    text-transform: uppercase;
} */

a.shop-link-dt {
    position: absolute !important;
    top: 0;
    right: 10px;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px !important;
    letter-spacing: 0.79px;
    text-align: right;
    padding: 5px;
    background-color: #aa9157;
}

a.shop-link-dt:hover {
    background-color: #073f28;
}

a.shop-link-dt:before {
    background-image: url(images/ui/link-arrow-gold.svg) !important;
}

a.shop-link-dt span {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px !important;
    color: #fff;
    display: inline-block !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

.logo {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    z-index: 9;
    text-decoration: none;
    background-image: url(images/ui/logo-wirsching.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 230px;
    height: 115px;
    border: 1px solid #aa9157;
    transition: all 0.3s ease-in-out;
    border-top: none;
}

.nav_is_active .logo {
    border: 1px solid #fff;
    border-top: none;
    transition: all 0.3s ease-in-out;
}

.show-logo {
    opacity: 0;
    transition: opacity 0.5s ease-in 0.5s;
}

.show-logo.is_visible,
.ie .show-logo {
    opacity: 1;
}

@media screen and (min-width: 1000px) {
    .logo {
        background-image: url(images/ui/logo-wirsching-l.svg);
        width: 270px;
        height: 167px;
    }
}

.jarallax {
    position: relative;
    z-index: 0;
    height: 40vw;
    min-height: 200px;
    max-height: 400px;
}

.jarallax > .jarallax-img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: "object-fit: cover;";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
/* Top-Bar */

.top-bar {
    display: none;
}
@media screen and (min-width: 600px) {
    .top-bar {
        display: block;
        background: #990000;
        color: #fff;
        position: relative;
        width: 100%;
        z-index: 12000;
        text-align: center;
        font-size: 14px !important;
        line-height: 1.2 !important;
        padding-top: 4px;
        padding-bottom: 4px;
    }
}
.top-bar-link {
    color: #fff;
}

/*Main-Nav*/

/* Main Nav mobile */

.main-nav-container {
    z-index: 10;
    position: fixed;
    height: 100vh;
    opacity: 1;
    max-width: 100%;
    width: 342px;
    top: 0;
    right: -400px;
    overflow: auto;
    transition: all 0.25s ease-in-out;
    background: #ffffff;
    box-shadow: -3px 0 7px 0 rgba(0, 0, 0, 0.5);
    padding: 20px;
    padding-top: 115px;
}

.nav_is_open .main-nav-container {
    right: 0;
    -webkit-overflow-scrolling: touch;
}

.main-nav-container-mobile:before {
    position: fixed;
    content: "";
    opacity: 0;
    /* left: 0; */
    right: -100vw;
    top: 0;
    bottom: 0;
    width: calc(100vw - 342px);
    pointer-events: none;
    background: rgba(42, 47, 45, 0.5);
    transition: opacity 0.5s ease-in-out 0.2s;
}

.nav_is_open .main-nav-container-mobile:before {
    opacity: 1;
    position: fixed;
    pointer-events: none;
    /* left: 0; */
    right: 342px;
}

.main-nav-container-mobile .main-nav-r {
    margin-bottom: 20px;
}

.main-nav li {
    list-style: none;
    position: relative;
}

.main-nav-container-mobile .main-nav > ul > li {
    border-top: 1px solid #073f28;
    padding-top: 11px;
    padding-bottom: 11px;
}

.main-nav-container-mobile .main-nav-r > ul > li:last-child {
    border-bottom: 1px solid #073f28;
}

.main-nav a {
    text-decoration: none;
    text-transform: uppercase;
}

@media (hover: hover) {
    .main-nav a:hover {
        color: #aa9157 !important;
    }
}

.main-nav > ul > li > a {
    font-family: "proforma", Georgia, serif;
    font-display: swap;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    cursor: default;
    font-size: 18px;
    color: #aa9157;
    text-align: center;
    line-height: 27px;
    font-weight: 500;
}

.main-nav .sub-menu {
    padding-top: 17px;
    padding-bottom: 13px;
    transition: all 0.2s ease-in-out;
}

.main-nav-container-mobile .sub-menu {
    position: relative;
    max-height: 0;
    overflow: hidden;
    padding: 0;
}

.main-nav-container-mobile .is_open .sub-menu {
    max-height: 1000px;
    padding-top: 17px;
    padding-bottom: 13px;
}

.dropper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    z-index: 1;
    display: block;
    width: 100%;
    height: 40px;
    background-color: transparent !important;
    outline: none;
}

@media screen and (min-width: 1000px) {
    .dropper {
        display: none;
    }
}

.dropper-icn {
    display: block;
    position: absolute;
    width: 30px;
    height: 40px;
    top: 0;
    right: 3px;
    background-image: url(images/ui/drop-arrow.svg);
    background-position: center center;
    background-size: 25px;
    background-repeat: no-repeat;
    background-color: transparent !important;
    transform: rotate(0);
    transition: all 0.2s ease-in-out;
}

.main-nav .menu-item-has-children.is_open .dropper-icn {
    transform: rotate(-180deg);
}

.main-nav .sub-menu a {
    font-size: 15px;
    font-weight: 300;
    color: #073f28;
    letter-spacing: 1px;
    line-height: 30px;
}

.main-nav .current-menu-ancestor > a,
.main-nav .current-menu-item > a {
    color: #aa9157;
}

/* .meta-nav-mobile */

.meta-nav-mobile-container {
    position: relative;
}

.social-mobile {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 5px;
    max-width: 50%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.social-mobile .btn-gift {
    display: none;
    width: 140px;
    padding-top: 20px;
}

.social-mobile .btn-gift.is_active {
    display: block;
}

.social-mobile a {
    margin-left: 20px;
    text-decoration: none;
    display: inline-block;
}

.meta-nav-mobile {
    max-width: 178px;
}

.meta-nav-mobile a {
    font-size: 13px;
    font-weight: 300;
    color: #073f28;
    letter-spacing: 1px;
    line-height: 30px;
    text-decoration: none;
    text-transform: uppercase;
}

header > .wpml-ls,
header > .shop-link-dt {
    display: none !important;
}

@media screen and (min-width: 1000px) {
    header > .wpml-ls,
    header > .shop-link-dt {
        display: inline-block !important;
    }
}

.lang-shop-mobile .wpml-ls {
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: none;
    font-size: 13px;
    color: #073f28;
}

.lang-shop-mobile a {
    text-decoration: none;
    font-size: 13px;
    color: #073f28;
}

.lang-shop-mobile .shop-link-m {
    position: absolute;
    left: 20px;
    top: 35px;
    text-decoration: none;
    font-size: 15px;
    color: #073f28;
    margin-top: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    background-color: #aa9157;
}

/* Main-nav DT */

.nav-container-dt {
    display: none;
}

@media screen and (min-width: 1000px) {
    .nav-container-dt {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding-top: 40px;
    }
    .nav-container-dt:before {
        content: "";
        position: fixed;
        opacity: 0;
        width: 100vw;
        height: 0;
        top: 370px;
        left: 0;
        transition: opacity 0.2s ease-in-out 0.2s;
        pointer-events: none;
        background: rgba(42, 47, 45, 0.5);
    }
    .has-top-bar .nav-container-dt:before {
        top: 394px;
    }
    .nav-container-dt:hover:before,
    .nav-container-dt.logo_is_hovered:before {
        height: 100vh;
        opacity: 1;
    }
    .show-nav {
        opacity: 0;
        transition: opacity 0.5s ease-in 1s;
    }
    footer .show-nav {
        transition: opacity 0.5s ease-in 0.7s;
    }
    .ie .show-nav,
    .show-nav.is_visible {
        opacity: 1;
    }
    /* .show-nav.is_visible {
        min-height: 370px;
    } */
    .main-nav {
        max-width: calc(50% - 140px);
    }
    .main-nav-l {
        position: relative;
        left: 0;
    }
    .main-nav-r {
        right: 0;
    }
    .main-nav > ul {
        display: flex;
        text-align: center;
    }
    .main-nav > ul > li {
        position: relative;
        width: 200px;
        padding: 10px;
    }
    .main-nav > ul > li > a:after {
        content: "";
        position: absolute;
        display: block;
        left: 0;
        right: 0;
        bottom: 0;
        width: 180px;
        height: 1px;
        background-color: #fff;
    }
    .nav-container-dt:hover .main-nav > ul > li > a:after,
    .nav-container-dt.logo_is_hovered .main-nav > ul > li > a:after {
        background-color: #aa9157;
    }
    .main-nav > ul > li > a {
        position: relative;
        width: 180px;
        display: block;
        padding-bottom: 20px;
    }
    .main-nav .sub-menu a,
    .main-nav-center a {
        position: relative;
        font-size: 14px;
        color: #073f28;
        letter-spacing: 1px;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
        line-height: 1;
    }
    .main-nav .sub-menu li,
    .main-nav-center li {
        position: relative;
        padding-top: 0;
        padding-bottom: 0;
    }
    .main-nav .sub-menu {
        padding-bottom: 50px;
    }
    .main-nav .sub-menu li:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 0;
        display: block;
        width: 10px;
        height: 1px;
        background-color: #aa9157;
    }
    .main-nav .sub-menu li:last-child:after {
        display: none;
    }
    .nav-container-dt .main-nav .sub-menu {
        max-height: 0;
        min-height: 0;
        overflow: hidden;
        padding-top: 0;
        padding-bottom: 0;
        transition: all 0.2s ease-in-out;
    }
    .nav-container-dt:hover .sub-menu,
    .nav-container-dt.logo_is_hovered .sub-menu {
        max-height: 1000px !important;
        overflow: hidden;
        padding-top: 14px;
        padding-bottom: 44px;
        min-height: 263px;
    }
    .main-nav > ul > li > a {
        font-size: 18px;
        color: #aa9157;
        letter-spacing: 0;
        text-align: center;
        line-height: 27px;
    }
    .header-social-dt {
        display: flex;
        position: absolute;
        visibility: hidden;
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.5s ease-in-out 0.2s;
    }
    .nav-container-dt:hover .header-social-dt,
    .nav-container-dt.logo_is_hovered .header-social-dt {
        visibility: visible;
        pointer-events: inherit;
        opacity: 1;
        top: 250px;
        right: 0;
        width: 200px;
        align-items: center;
        justify-content: center;
    }
    .header-social-dt a {
        display: inline-block;
        margin: 5px;
    }
    .header-social-dt a:hover path {
        fill: #aa9157;
    }
}

.main-nav-center {
    display: block;
    max-height: 0;
    overflow: hidden;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 130px;
    width: 200px;
    text-align: center;
    transition: all 0.2s ease-in-out;
}

.nav-container-dt:hover .main-nav-center,
.nav-container-dt.logo_is_hovered .main-nav-center {
    max-height: 1000px;
    overflow: hidden;
    padding-top: 14px;
    padding-bottom: 14px;
}

.main-nav-center li {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}

.main-nav-center li:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    display: block;
    width: 10px;
    height: 1px;
    background-color: #aa9157;
}

.main-nav-center li:last-child:after {
    display: none;
}

.main-nav-center a {
    position: relative;
    font-size: 14px;
    color: #073f28;
    letter-spacing: 1px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 300;
}

.main-nav-center a {
    line-height: 1.3 !important;
}

.main-nav-center a:hover {
    color: #aa9157;
}

/* Mwnu-Button */

.menu-button,
.menu-button:hover {
    z-index: 10;
    display: block;
    position: fixed;
    top: 8px;
    right: 10px;
    width: 50px;
    height: 50px;
    border: none;
    background-color: transparent;
    /* background-image: url("images/ui/nav-white.svg"); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24px 16px;
    outline: none;
}

@media screen and (min-width: 1000px) {
    .menu-button,
    .menu-button:hover {
        display: none;
    }
}

.menu-button:focus {
    background-color: transparent;
}

@-webkit-keyframes menutop {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(10px) rotate(0deg);
    }
    100% {
        width: 40px;
        transform: translateY(10px) rotate(45deg);
    }
}

@keyframes menutop {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(10px) rotate(0deg);
    }
    100% {
        width: 40px;
        transform: translateY(10px) rotate(45deg);
    }
}

@-webkit-keyframes menubottom {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-10px) rotate(0deg);
    }
    100% {
        width: 40px;
        transform: translateY(-10px) rotate(-45deg);
    }
}

@keyframes menubottom {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-10px) rotate(0deg);
    }
    100% {
        width: 40px;
        transform: translateY(-10px) rotate(-45deg);
    }
}

@-webkit-keyframes menutopstart {
    0% {
        width: 40px;
        transform: translateY(10px) rotate(45deg);
    }
    50% {
        transform: translateY(10px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}

@keyframes menutopstart {
    0% {
        width: 40px;
        transform: translateY(10px) rotate(45deg);
    }
    50% {
        transform: translateY(10px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}

@-webkit-keyframes menubottomstart {
    0% {
        width: 40px;
        transform: translateY(-10px) rotate(-45deg);
    }
    50% {
        transform: translateY(-10px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}

@keyframes menubottomstart {
    0% {
        width: 40px;
        transform: translateY(-10px) rotate(-45deg);
    }
    50% {
        transform: translateY(-10px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}

.nav-line {
    width: 40px;
    height: 2px;
    background-color: #aa9157;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.5s ease-in-out;
}

.nav_is_open .nav-line {
    background-color: #aa9157 !important;
}

.line-top {
    position: absolute;
    top: 15px;
    -webkit-animation: menutopstart 0.5s forwards;
    animation: menutopstart 0.5s forwards;
}

.nav_is_open .line-top {
    -webkit-animation: menutop 0.5s forwards;
    animation: menutop 0.5s forwards;
}

.line-center {
    position: absolute;
    top: 50%;
    transition: opacity 0.2s ease-in-out 0.2s;
}

.nav_is_open .line-center {
    opacity: 0;
}

.line-bottom {
    position: absolute;
    bottom: 13px;
    -webkit-animation: menubottomstart 0.5s forwards;
    animation: menubottomstart 0.5s forwards;
}

.nav_is_open .line-bottom {
    -webkit-animation: menubottom 0.5s forwards;
    animation: menubottom 0.5s forwards;
}

/*
===========
= CONTENT =
===========
 */

/*Content Styling for Page Templates, e.g. variations from the module section*/

.page-modules section {
    margin-bottom: 150px;
}

.page-modules .section-hl {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px;
    line-height: 1.2;
    margin-bottom: 35px;
    color: #aaa;
    border-bottom: 1px solid #aaa;
}

/* Hero */

.section-hero {
    margin-bottom: 16px;
}

.section-hero.no-hero {
    height: 200px;
}

.section-hero img {
    max-width: none;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100% !important;
    min-height: 350px;
}

.hero-item .slider-caption {
    width: 100%;
    max-width: 1200px;
    padding: 10px;
    padding-top: 20px;
    margin: 0 auto;
    position: absolute;
    display: flex;
    justify-content: flex-end;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.85);
}

@media screen and (min-width: 1000px) {
    .hero-item .slider-caption {
        width: 100%;
        max-width: 1200px;
        padding: 10px;
        padding-top: 10px;
        margin: 0 auto;
        position: absolute;
        display: flex;
        justify-content: flex-end;
        left: 0;
        right: 0;
        top: 81px;
        bottom: auto;
        background-color: transparent;
    }
}

.hero-item .slider-caption-inner {
    text-align: right;
    max-width: 286px;
}

@media screen and (min-width: 1000px) {
    .hero-item .slider-caption {
        top: 140px;
    }
    .hero-item .slider-caption-inner {
        max-width: 551px;
    }
}

.caption-description {
    display: none;
}

@media screen and (min-width: 1000px) {
    .caption-description {
        display: block;
    }
}

@media screen and (min-width: 1000px) {
    .hero-item .slider-caption.light p,
    .hero-item .slider-caption.light h2,
    .hero-item .slider-caption.light a.arrow-before {
        color: #fff;
    }
    .hero-item .slider-caption.light a:before {
        background-image: url(images/ui/link-arrow-white.svg) !important;
    }
}

.hero-item .slider-caption h2 {
    display: inline-block;
    font-family: "proforma", Georgia, serif;
    font-display: swap;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    color: #073f28;
    letter-spacing: 0;
    text-align: right;
    padding-bottom: 0.2em;
    margin-bottom: 0.2em;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
    text-transform: none;
}

@media screen and (min-width: 1000px) {
    .hero-item .slider-caption h2 {
        font-size: 60px;
        line-height: 82px;
        border-bottom: 2px solid #aa9157;
    }
}

.hero-item .slider-caption p {
    font-weight: 500;
    font-size: 13px;
    color: #073f28;
    letter-spacing: 0.81px;
    text-align: right;
    line-height: 21px;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
    margin-bottom: 1em;
}

@media screen and (min-width: 1000px) {
    .hero-item .slider-caption p {
        font-size: 16px;
        letter-spacing: 1px;
    }
}

.hero-item .slider-caption a,
a.arrow-before {
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-size: 13px;
    color: #073f28;
    letter-spacing: 0.81px;
    padding-left: 65px;
    text-decoration: none;
    text-transform: uppercase;
}

@media screen and (min-width: 1000px) {
    .hero-item .slider-caption a,
    a.arrow-before {
        font-size: 15px;
        color: #073f28;
        letter-spacing: 1px;
    }
}

.hero-item .slider-caption a span,
a.arrow-before span {
    display: inline-block;
    padding-bottom: 0.2em;
    border-bottom: 1px solid #aa9157;
}

.hero-item .slider-caption a:before,
a.arrow-before:before {
    content: "";
    display: block;
    width: 57px;
    height: 1em;
    position: absolute;
    left: 0;
    top: 4px;
    background-image: url(images/ui/link-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

a.arrow-before:hover:before {
    -webkit-animation-name: shake-it;
    animation-name: shake-it;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

@-webkit-keyframes shake-it {
    50% {
        transform: translateX(-5px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes shake-it {
    50% {
        transform: translateX(-5px);
    }
    100% {
        transform: translateX(0);
    }
}

.scroll-fadein {
    opacity: 0;
    transform: translateX(25px);
    -webkit-transform: translateX(25px);
    -moz-transform: translateX(25px);
    -ms-transform: translateX(25px);
    -o-transform: translateX(25px);
    transition: transform 0.6s ease-out, opacity 0.5s ease-out 0.08s;
    -webkit-transition: transform 0.6s ease-out, opacity 0.5s ease-out 0.08s;
    -moz-transition: transform 0.6s ease-out, opacity 0.5s ease-out 0.08s;
    -ms-transition: transform 0.6s ease-out, opacity 0.5s ease-out 0.08s;
    -o-transition: transform 0.6s ease-out, opacity 0.5s ease-out 0.08s;
}

.scroll-fadein.is_visible,
.ie .scroll-fadein {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

.scroll-slide-up {
}

.scroll-slide-up.is_visible {
}

@media screen and (min-width: 800px) {
    .h1-group.animate-in h1:before,
    .h1-group.animate-in .h1:before {
        content: "";
        position: absolute;
        bottom: 22px;
        left: 0;
        right: 100%;
        margin-left: 1rem;
        height: 2px;
        background-color: #aa9157;
        transition: all 0.9s ease-in-out 0.6s;
    }
    .h1-group.animate-in.is_visible h1:before,
    .h1-group.animate-in.is_visible .h1:before {
        right: 0;
    }
}

.jarallax {
    position: relative;
    z-index: 0;
}

.jarallax > .jarallax-img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: "object-fit: cover;";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/* content wide */

.section-content-wide {
    margin-bottom: 32px;
}

@media screen and (min-width: 800px) {
    .section-content-wide {
        margin-bottom: 112px;
    }
}

.section-content-wide p {
    max-width: 580px;
}

.section-content-wide blockquote p {
    max-width: none;
}

@media screen and (min-width: 800px) {
    .section-content-wide blockquote {
        margin-top: 40px;
        margin-bottom: 50px;
    }
}

.content-wide,
.frame-wide {
    max-width: 1200px;
    margin-bottom: 24px;
}

@media screen and (min-width: 800px) {
    .content-wide,
    .frame-wide {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.uneven {
    background-color: #fff;
}

@media screen and (min-width: 1200px) {
    .shift-up {
        margin-top: -100px;
    }
    .uneven {
        max-width: 1100px;
        background-color: #fff;
        padding-left: 100px;
        padding-right: 100px;
        padding-top: 50px;
    }
    .section-content-narrow {
        margin-bottom: 84px;
    }
    .section-content-narrow:last-child {
        margin-bottom: 180px;
    }
}

.content-wide {
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (min-width: 800px) {
    .content-wide {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (min-width: 1000px) {
    .content-wide {
        padding-left: 100px;
        padding-right: 100px;
    }
}

.h1-group h1,
.h1-group .h1 {
    color: #073f28;
    letter-spacing: 0;
    position: relative;
}

.h1-group h1:before,
.h1-group .h1:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #aa9157;
}

@media screen and (min-width: 800px) {
    .h1-group h1 > span,
    .h1-group .h1 > span {
        background-color: #fff;
        z-index: 1;
        position: relative;
        padding-right: 10px;
    }
    .h1-group h1:before,
    .h1-group .h1:before {
        content: "";
        position: absolute;
        bottom: 22px;
        left: 0;
        right: 0;
        margin-left: 1rem;
        height: 2px;
        background-color: #aa9157;
    }
}

.h2-group h2 {
    color: #073f28;
    letter-spacing: 0;
    position: relative;
    padding-bottom: 7px;
    margin-bottom: 20px;
}

.h2-group h2:before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #aa9157;
}

@media screen and (min-width: 1000px) {
    .h2-group h2 > span {
        background-color: #fff;
        z-index: 1;
        position: relative;
        padding-right: 10px;
    }
    .h2-group h2:before {
        content: "";
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        margin-left: 1rem;
        height: 1px;
        background-color: #aa9157;
    }
}

.content-wide > p {
    max-width: 580px;
}

.roof {
    font-size: 13px;
    color: #aa9157;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

@media screen and (min-width: 800px) {
    .roof {
        font-size: 16px;
        letter-spacing: 1px;
    }
}

/* Section Fullbleed */

.section-fullbleed {
    margin-bottom: 32px;
}

@media screen and (min-width: 800px) {
    .section-fullbleed {
        margin-bottom: 112px;
    }
}

.section-fullbleed img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    /* height: 100% !important; */
    min-height: 190px;
}

.img-caption {
    font-family: "proforma", Georgia, serif;
    font-display: swap;
    font-style: italic;
    font-weight: normal;
    font-size: 15px;
    color: #2a2f2d;
    letter-spacing: 0;
}

@media screen and (min-width: 1200px) {
    .section-fullbleed + .section-content-narrow > .shift-up {
        margin-top: -212px;
    }
}

.section-fullbleed:last-child {
    margin-bottom: 0;
}

/* Aktuelles Grid */

.section-aktuelles-widget {
    margin-bottom: 32px;
}

@media screen and (min-width: 800px) {
    .section-aktuelles-widget {
        margin-bottom: 112px;
    }
}

.news-item .roof {
    font-size: 14px;
}

.news-item .h2-group {
    margin-bottom: 1.2em;
}

.news-item h2 > a {
    color: #004025;
    text-decoration: none;
}

@media screen and (min-width: 600px) {
    .news-item .h2-group {
        margin-bottom: 3em;
    }
}

.news-item h2:before {
    display: none !important;
}

.news-item .h2-group .roof {
    border-bottom: 1px solid #073f28;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.hl-news-grid {
    margin-bottom: 45px;
}

@media screen and (min-width: 800px) {
    .hl-news-grid {
        margin-bottom: 68px;
    }
}

.news-thumb {
    margin-bottom: 36px;
}

.arrow-link-container {
    font-size: 14px;
    color: #4a4a4a;
    letter-spacing: 0.88px;
    line-height: 22px;
    margin-bottom: 14px;
    padding-top: 26px;
}

@media screen and (min-width: 600px) {
    .news-grid {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .news-thumb {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (min-width: 900px) {
    .news-thumb {
        width: 33.3333%;
    }
}

@media screen and (min-width: 600px) {
    .news-thumb p {
        font-size: 14px;
        color: #4a4a4a;
        letter-spacing: 0.88px;
        line-height: 22px;
        margin-bottom: 14px;
    }
}

/* square-grid */

.section-squares {
    margin-bottom: 50px;
}

@media screen and (min-width: 800px) {
    .section-squares {
        margin-bottom: 112px;
    }
}

.square-item {
    width: calc(100vw - 24px);
    max-width: 580px;
    height: calc(100vw - 24px);
    max-height: 580px;
    margin: 0 auto 12px;
}

@media screen and (min-width: 850px) {
    .square-item {
        width: 100%;
        max-width: 580px;
        height: auto;
        max-height: none;
        margin: 0;
    }
}

.square-item > img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media screen and (min-width: 850px) {
    .square-grid {
        display: flex;
        justify-content: flex-start;
    }
    .square-grid.reverse {
        flex-direction: row-reverse;
    }
    .square-item {
        width: calc(50% - 20px);
        margin: 10px;
        display: flex;
        width: 100%;
    }
}

.square-text {
    border: 1px solid #073f28;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-color: #fff;
    padding: 1em;
}

.square-text h1,
.square-text .h1 {
    margin-bottom: 10px;
}

.square-text .square-inner {
    max-width: 396px;
}

.square-text p {
    font-size: 14px;
    color: #4a4a4a;
    letter-spacing: 0.88px;
    text-align: center;
    line-height: 22px;
}

.content-narrow {
    position: relative;
    max-width: 680px;
    margin: 0 auto;
}

.content-narrow > p {
    max-width: 580px;
}

.content-narrow > blockquote {
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 1000px) {
    .content-narrow > blockquote {
        position: relative;
        width: 780px;
        left: -100px;
        margin-top: 40px;
        margin-bottom: 50px;
    }
}

/* Carousel */

@media screen and (min-width: 600px) {
    .carousel-item {
        padding: 10px;
    }
}

@media screen and (max-width: 1000px) {
    .carousel-item {
        height: 600px;
    }
    .carousel-item img {
        display: block;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100vw;
        height: 100% !important;
    }
}

@media screen and (max-width: 600px) {
    .carousel-item {
        height: 400px;
    }
}

.carousel-item img {
    padding-bottom: 10px;
}

/* Team */

.frame-max {
    max-width: 1680px;
}

.team-img,
.team-text {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

.team-img {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

@media screen and (min-width: 1000px) {
    .team-img img {
        box-shadow: 0 18px 29px 0 rgba(0, 0, 0, 0.5);
    }
}

.team-text {
    position: relative;
    max-width: 700px;
}

.team-text-inner {
    max-width: 500px;
    padding: 10px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.bg-square {
    display: block;
    position: absolute;
    background-color: #aa9157;
}

.team-img-dt {
    min-height: 680px;
    display: none;
}

.team-img-m {
    display: block;
    max-width: 500px;
}

@media screen and (min-width: 1000px) {
    .team-img-dt {
        display: flex;
    }
    .team-img-m {
        display: none;
    }
}

.team-img-h img {
    margin-left: 5.4054054vw;
}

.team-img-q .bg-square {
    width: 65.2972972vw;
    height: 91.8918918vw;
    max-width: 480px;
    max-height: 680px;
    margin-left: 10.1351351vw;
}

.team-img-h .bg-square {
    width: 97.2972972vw;
    height: 65.2972972vw;
    max-width: 720px;
    max-height: 480px;
}

.team-img-h img {
    width: 78.3783782vw;
    max-width: 580px;
}

@media screen and (min-width: 1000px) {
    .team-img,
    .team-text {
        width: 50%;
    }
    .team-group {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-bottom: 80px;
    }
    /* .team-group:nth-child(even) {
        flex-direction: row-reverse;
    } */
    .team-group.reverse {
        flex-direction: row-reverse;
    }
    .team-img-h img {
        margin-left: 2.7027027vw;
    }
    .team-img-q .bg-square {
        width: 32.6486486vw;
        height: 45.9459459vw;
        max-width: 480px;
        max-height: 680px;
        margin-left: 10.1351351vw;
    }
    .team-img-h .bg-square {
        width: 48.6486486vw;
        height: 32.6486486vw;
        max-width: 720px;
        max-height: 480px;
    }
    .team-img-h img {
        width: 39.1891891vw;
        max-width: 580px;
    }
}

/* Color-bg */

.section-colorbg {
    color: #fff;
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 100px;
    margin-bottom: 32px;
}

@media screen and (min-width: 1100px) {
    .section-colorbg {
        color: #fff;
        position: relative;
        min-height: 600px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: 100px;
        padding-bottom: 0;
        max-height: calc(100vh - 117px);
    }
}

.hero-vid-container video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100% !important;
    display: block;
}

.hero-vid-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.video-overlay {
    position: absolute;
    background-color: transparent !important;
    top: auto;
    height: 430px;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 47%, rgba(0, 0, 0, 0.4) 100%);
}

@media screen and (min-width: 1100px) {
    .section-colorbg .frame-wide {
        position: absolute;
        bottom: 80px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .hero-vid-container {
        position: relative;
    }
    .hero-vid-container video {
        -o-object-fit: inherit;
        object-fit: inherit;
        width: 100%;
        height: auto !important;
    }
    .video-text-overlay {
        position: absolute;
        bottom: 80px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

.video-h1:before {
    display: none;
}
.video-h1 {
    margin-bottom: 10px;
}
.video-h1 span {
    background-color: transparent !important;
    color: #fff !important;
}

.hero-vid-container video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.section-colorbg.white-txt blockquote p {
    color: #fff;
}

/* Presse */

.wertungs-item {
    margin-bottom: 25px;
}

@media screen and (min-width: 800px) {
    .wertungs-item {
        margin-bottom: 70px;
    }
}

.presse-intro {
    margin-bottom: 45px;
}

.presse-value {
    font-family: "proforma", Georgia, serif;
    font-display: swap;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    color: #aa9157;
    letter-spacing: 0;
    font-style: italic;
    line-height: 31px;
    margin-bottom: 5px;
}

@media screen and (min-width: 800px) {
    .presse-value {
        font-size: 34px;
        color: #aa9157;
        letter-spacing: 0;
    }
}

.presse-description {
    margin-bottom: 5px;
}

.presse-link a {
    font-weight: 700;
    font-size: 13px;
    color: #073f28;
    letter-spacing: 0.81px;
    line-height: 21px;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 5px;
    border-bottom: 1px solid #aa9157;
}

@media screen and (min-width: 800px) {
    .wertungs-item {
        display: flex;
        justify-content: flex-start;
    }
    .presse-l {
        width: 200px;
        flex: 0 0 200px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .presse-r {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.history-slide {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 1500px;
    overflow: hidden;
    margin-bottom: 20px;
}

@media screen and (min-width: 800px) {
    .history-slide {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        width: 90vw !important;
        max-width: 1500px;
        overflow: hidden;
        margin-bottom: 20px;
    }
}

.history-slide-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(100vw - 20px);
    max-width: 1500px;
    overflow: hidden;
    margin-bottom: 20px;
}

.history-slide-txtcontainer {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(100vw - 20px);
    max-width: 1500px;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #2a2f2d;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

@media screen and (min-width: 600px) {
    .history-slide,
    .history-slide-img {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        width: 90vw !important;
        height: calc(100vh - 126px);
        max-width: 1500px;
        overflow: hidden;
        margin-right: 24px;
        margin-bottom: 24px;
        padding-bottom: 24px;
    }
    .history-slide-txtcontainer {
        width: 90vw !important;
        height: calc(100vh - 126px);
        margin-right: 24px;
        margin-bottom: 24px;
        align-items: center;
    }
}

.history-slide {
    position: relative;
}

.history-slide .h1-group h1 > span {
    background-color: #2a2f2d;
    color: #fff;
    z-index: 1;
    position: relative;
    padding-right: 10px;
}

.history-slide .history-slide-inner {
    width: 80vw;
    max-width: 880px;
    margin: 0 auto;
}

@media screen and (min-width: 600px) {
    .history-slide-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

.history-slide-caption .h1-group {
    max-width: 580px;
    padding: 28px;
    background-color: #fff;
}

.history-slide-caption .h1-group h1 > span {
    background-color: #fff;
    color: #073f28;
    z-index: 1;
    position: relative;
}

.history-img-slide .history-slide-caption p {
    font-size: 16px;
    color: #aa9157;
    letter-spacing: 1px;
    line-height: 22px;
}

@media screen and (min-width: 800px) {
    .history-img-slide .h1-group h1 {
        padding-right: 10px;
        font-size: 48px;
        letter-spacing: 0;
        line-height: 50px;
        margin-bottom: 5px;
    }
    .history-img-slide .h1-group h1:before {
        bottom: 16px;
    }
}

@media screen and (max-width: 800px) and (orientation: landscape) {
    .history-img-slide {
        display: flex;
        width: 100vw;
    }
    .history-slide-img {
        width: 60vw !important;
    }
    .history-slide,
    .history-slide-img {
        height: calc(100vh - 68px) !important;
    }
    .history-slide-txtcontainer {
        height: calc(100vh - 68px) !important;
    }
    .history-slide-caption {
        position: relative;
        width: 40vw;
    }
}

.date-slider {
    display: none !important;
}

.date-slider:hover {
    background-color: #aa9157;
}

@media screen and (min-width: 800px) {
    .date-slider {
        position: absolute;
        display: block !important;
        right: 29px;
        width: 60px;
        overflow: hidden;
    }
}

.date-slide-inner {
    color: #fff;
    background-color: #aa9157;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.section-locmap svg {
    width: 280vw;
    height: auto;
    left: -75vw;
    position: relative;
}

.section-locmap a > rect {
    transition: all 0.2s ease-in-out;
}

.section-locmap a:hover > rect {
    fill: #aa9157;
}

@media screen and (min-width: 800px) {
    .section-locmap svg {
        display: block;
        width: 180vw;
        height: auto;
        left: -38vw;
        position: relative;
    }
}

@media screen and (min-width: 1200px) {
    .section-locmap svg {
        width: auto;
        height: auto;
        left: -10%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 120%;
    }
}

@media screen and (min-width: 1400px) {
    .section-locmap svg {
        left: 0;
        width: 120%;
        /* max-width: 1680px; */
        margin: 0 auto;
    }
}

@media screen and (min-width: 1680px) {
    .section-locmap {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }
    .section-locmap svg {
        left: auto;
        right: -100px;
        width: 120%;
        margin: 0;
    }
}

.bottle-img {
    margin: 0 auto 50px;
    display: block;
    max-width: 54.4vw;
}

@media screen and (min-width: 1335px) {
    .bottle-img {
        position: absolute;
        top: 20px;
        right: -350px;
        max-width: 484px;
    }
}

@media screen and (min-width: 800px) {
    .page-terroir .uneven {
        position: relative;
        z-index: 1;
        background-color: #fff;
        padding-bottom: 55px;
    }
}

.section-terroir {
    min-height: 100vh;
    background-image: url(images/ui/Gipskeuperprofil-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 12px;
}

.section-terroir {
    display: flex;
    align-items: center;
}

@media screen and (min-width: 800px) {
    .section-terroir {
        position: relative;
        margin-top: -200px;
        padding-top: 200px;
        z-index: 0;
    }
}

.section-terroir > .frame {
    padding: 35px 20px;
}

.fancy-keuperweine {
    transform: translateX(-50px);
}

.fancy-keuperweine {
    position: relative;
    transform: translateX(-80px);
    display: inline-block;
}

.section-terroir p {
    font-family: "proforma", Georgia, serif;
    font-display: swap;
    font-style: italic;
    font-weight: normal;
    color: #fff;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    margin-bottom: 1em;
    margin-bottom: 40px;
}

@media screen and (min-width: 1050px) {
    .section-terroir p {
        font-size: 38px;
        line-height: 52px;
        margin-bottom: 100px;
    }
    .section-terroir .terr2 {
        margin-bottom: 200px;
    }
}

.section-terroir .fancy {
    color: #aa9157;
    font-size: 30px;
    line-height: 61px;
}

@media screen and (min-width: 1050px) {
    .section-terroir .fancy {
        font-size: 64px;
        line-height: 87px;
    }
}

.br-dt {
    display: none;
}

@media screen and (min-width: 1050px) {
    .br-mobile {
        display: none;
    }
    .br-dt {
        display: block;
    }
}

/* read-more  */

.content-more {
    max-height: 15000px;
    transition: max-height 0.9s ease-in-out;
    overflow: hidden;
}

.content-more.is_hidden {
    max-height: 0;
}

.container-more {
    position: relative;
    padding-bottom: 50px;
}

.btn-read-more {
    position: relative;
    bottom: 0;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    background-color: transparent;
    display: inline-block;
    padding-bottom: 0.15em;
    border-bottom: 1px solid #aa9157;
    color: #073f28;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-read-more:hover,
.btn-read-more:focus {
    outline: none;
    background-color: transparent;
    color: #aa9157;
}

.btn-read-more.is_hidden {
    opacity: 0;
    height: 0;
    pointer-events: none;
}

/*
==========
= FOOTER =
==========
 */

footer {
    position: relative;
    background-color: #2a2f2d;
    padding-top: 38px;
    padding-bottom: 20px;
}

@media screen and (min-width: 1100px) {
    footer {
        padding-top: 68px;
        padding-bottom: 10px;
    }
}

.footer-logo {
    background-image: url(images/ui/logo-wirsching-weiss.svg);
    background-position: center top;
    width: 193px;
    z-index: 1;
    height: 85px;
    border: none;
    position: relative;
    margin-bottom: 20px;
}

@media screen and (min-width: 1100px) {
    .footer-logo {
        width: 247px;
        height: 150px;
    }
}

@media screen and (min-width: 1100px) {
    .footer-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
}

.footer-top-nav {
    display: none;
    width: 100%;
    max-width: 400px;
}

@media screen and (min-width: 1100px) {
    .footer-top-nav {
        display: flex;
    }
}

.footer-top-nav-ul {
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 400px;
}

.footer-top-nav li {
    padding: 10px;
    width: 100%;
    text-align: center;
}

.footer-top-nav a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 1px;
    text-align: center;
    line-height: 35px;
}

@media (hover: hover) {
    .footer-top-nav a:hover {
        color: #aa9157;
    }
    .footer-social a:hover path {
        fill: #aa9157;
    }
}

.footer-social {
    text-align: center;
}

.footer-social-dt {
    display: none;
}

.footer-social-mobile {
    margin-bottom: 35px;
}

@media screen and (min-width: 1100px) {
    .footer-social {
        width: 100%;
        max-width: 400px;
        display: flex;
        justify-content: flex-end;
    }
    .footer-social-mobile {
        display: none;
    }
    .footer-social-dt {
        display: flex;
    }
    .footer-social-inner {
        width: 100%;
        max-width: 200px;
        display: flex;
        justify-content: center;
    }
}

.footer-social a {
    display: inline-block;
    margin: 10px;
}

.footer-nav-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 20px;
}

@media screen and (min-width: 1100px) {
    .footer-nav-container {
        margin-bottom: 70px;
    }
}

footer .main-nav {
    display: none;
}

@media screen and (min-width: 1100px) {
    footer .main-nav {
        display: block;
    }
}

.footer-nav-container .main-nav .sub-menu a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    color: #9b9b9b;
    text-align: center;
    line-height: 14px;
}

.footer-nav-container .main-nav .sub-menu li:after,
.footer-nav-meta li:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    display: block;
    width: 10px;
    height: 1px;
    background-color: rgba(170, 145, 87, 0.5);
}

.footer-nav-container li:last-child:after {
    display: none !important;
}

.footer-nav-meta {
    margin: 0 auto;
}

.footer-nav-meta li {
    position: relative;
}

.footer-nav-meta a {
    position: relative;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 1em;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    color: #9b9b9b;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.footer-nav-meta a:hover {
    color: #aa9157;
}

.footer-partner-icn {
    display: block;
    margin: 0 auto 35px;
}

.fairngreen {
    max-width: 110px;
}

.vinissima {
    max-width: 180px;
}

.vdp {
    max-width: 180px;
}

.wineinmoderation {
    max-width: 180px;
}

.franken {
    max-width: 120px;
}

@media screen and (min-width: 1100px) {
    .footer-partner {
        display: flex;
        justify-content: space-between;
        justify-content: space-evenly;
        align-items: center;
        max-width: 1110px;
        padding-bottom: 30px;
    }
}

.footer-address p {
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 14px;
    line-height: 34px;
}

.footer-address a {
    text-decoration: none;
    color: #fff;
}

.footer-address a:hover {
    color: #aa9157;
}

footer .wpml-ls-legacy-list-horizontal {
    border: 1px solid transparent;
    font-weight: 400;
    padding: 0;
    clear: both;
    display: inline-block;
    position: relative;
    /* top: 0px; */
    /* left: 10px; */
}

footer .wpml-ls-legacy-list-horizontal a {
    font-weight: 400;
}

.btn-nl-footer {
    display: block;
    position: absolute;
    top: -105px;
    width: 150px;
    height: 150px;
    text-decoration: none;
    background-image: url(images/ui/wirsching-badge.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

@media screen and (min-width: 1100px) {
    .btn-nl-footer {
        top: -142px;
    }
}

/*
==================
= RETINA & PRINT =
==================
 */

/*retina and print styles here*/

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
}

/*END MEDIA RETINA*/

@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        -webkit-filter: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    /* Black prints faster: h5bp.com/s */
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    /* Don't show links for images, or javascript/internal links */
    pre,
    blockquote {
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    /* h5bp.com/t */
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    html,
    body,
    p {
        font-size: 10pt;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*END MEDIA PRINT*/
