#loader,
.spinner {
    width: 300px;
    height: 200px
}

.debugger,
[data-colorsheme=blue].horizontal-teaser a,
[data-colorsheme=blue].horizontal-teaser h1,
[data-colorsheme=blue].horizontal-teaser h2,
[data-colorsheme=blue].horizontal-teaser h3,
[data-colorsheme=blue].horizontal-teaser h4,
[data-colorsheme=blue].horizontal-teaser h5,
[data-colorsheme=blue].horizontal-teaser li,
[data-colorsheme=blue].horizontal-teaser li a,
[data-colorsheme=blue].horizontal-teaser p,
[data-colorsheme=blue].row a,
[data-colorsheme=blue].row h1,
[data-colorsheme=blue].row h2,
[data-colorsheme=blue].row h3,
[data-colorsheme=blue].row h4,
[data-colorsheme=blue].row h5,
[data-colorsheme=blue].row li,
[data-colorsheme=blue].row li a,
[data-colorsheme=blue].row p,
[data-colorsheme=blue].square-teaser a,
[data-colorsheme=blue].square-teaser h1,
[data-colorsheme=blue].square-teaser h2,
[data-colorsheme=blue].square-teaser h3,
[data-colorsheme=blue].square-teaser h4,
[data-colorsheme=blue].square-teaser h5,
[data-colorsheme=blue].square-teaser li,
[data-colorsheme=blue].square-teaser li a,
[data-colorsheme=blue].square-teaser p,
[data-colorsheme=blue].vertical-teaser a,
[data-colorsheme=blue].vertical-teaser h1,
[data-colorsheme=blue].vertical-teaser h2,
[data-colorsheme=blue].vertical-teaser h3,
[data-colorsheme=blue].vertical-teaser h4,
[data-colorsheme=blue].vertical-teaser h5,
[data-colorsheme=blue].vertical-teaser li,
[data-colorsheme=blue].vertical-teaser li a,
[data-colorsheme=blue].vertical-teaser p,
[data-colorsheme=blue].width-teaser a,
[data-colorsheme=blue].width-teaser h1,
[data-colorsheme=blue].width-teaser h2,
[data-colorsheme=blue].width-teaser h3,
[data-colorsheme=blue].width-teaser h4,
[data-colorsheme=blue].width-teaser h5,
[data-colorsheme=blue].width-teaser li,
[data-colorsheme=blue].width-teaser li a,
[data-colorsheme=blue].width-teaser p {
    color: #fff
}

.logo-box img,
.mobile-divider img,
img {
    max-width: 100%
}

*,
.regularColSet .col {
    box-sizing: border-box
}

.coverscreen,
body.modal-open {
    overflow: hidden
}

[data-colorsheme=blue].horizontal-teaser,
[data-colorsheme=blue].row,
[data-colorsheme=blue].square-teaser,
[data-colorsheme=blue].vertical-teaser,
[data-colorsheme=blue].width-teaser {
    background-color: #0d3576 !important;
    color: #fff
}

#preloader {
    background: #0d3576;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100000
}

#loader {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 10001
}

.spinner {
    position: relative
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    background-image: url(../Assets/scissor.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    animation: sk-bounce 2s infinite ease-in-out
}

.double-bounce2 {
    animation-delay: -1s
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

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

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

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

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

.debugger {
    position: fixed;
    top: 0;
    left: 0;
    padding: .5em 1em;
    background-color: rgba(0, 0, 0, .8);
    z-index: 999999
}

@media screen and (max-width:1025px) {
    .debugger {
        display: none
    }

    .hidden-on-mobile {
        display: none !important
    }
}

@media screen and (min-width:1025px) {

    .hidden-on-desktop,
    .mobile-divider {
        display: none !important
    }
}

.touchDevice .only-on-touch {
    display: block
}

.touchDevice .only-on-touch-hidden {
    display: none !important
}

.mobile-divider {
    display: block
}

body,
html {
    height: 100%
}

body {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 100 !important;
    -webkit-text-size-adjust: 100%
}

img {
    display: inline-block;
    height: auto
}

span.nobr {
    white-space: nowrap
}

.fullscreen {
    height: 100vh
}

@media screen and (min-width:1025px) {
    .fullscreen {
        height: 110vh
    }

    #location.fullscreen {
        z-index: 9999 !important
    }
}

@media screen and (max-width:1025px) {
    .fullscreen.not-mobile {
        height: auto !important
    }
}

#events.fullscreen,
#holidayapartments.fullscreen,
#team.fullscreen {
    height: 90vh
}

#location.fullscreen {
    height: auto;
    background-color: #fff
}

#press.fullscreen {
    height: 130vh
}

.coverscreen {
    height: 100vh
}

@media screen and (max-width:1025px) {
    .coverscreen.not-mobile {
        height: auto !important
    }
}

.innerWrap {
    width: 100%
}

.bg.bg-1,
.bg.bg-2,
.bg.bg-3 {
    background-repeat: no-repeat;
    background-size: cover
}

@media screen and (min-width:1025px) {
    #collection.fullscreen {
        z-index: 9999 !important
    }

    #collection.fullscreen .section-headline {
        background-color: transparent
    }

    .innerWrap {
        width: 90%;
        max-width: 1280px;
        margin: 0 auto
    }

    .bg.bg-1,
    .bg.bg-2,
    .bg.bg-3 {
        background-size: 120%;
        background-attachment: fixed
    }
}

#events.bg:before,
#press.bg:before,
#vineyard.bg:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 27.7vh;
    right: 0;
    z-index: -1;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover
}

#holidayapartments.bg:before,
#team.bg:before {
    position: absolute;
    right: 15%;
    bottom: -5%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 60%;
    height: 450px;
    z-index: -1
}

.bg {
    z-index: 0;
    padding: 0 !important
}

.bg.bg-blue:after,
.bg.bg-white:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-position: center bottom;
    background-size: 510vh;
    z-index: -1;
    content: '';
    background-repeat: no-repeat
}

.bg.bg-white:after {
    bottom: -1px;
    background-image: url(../Assets/shape_white.svg)
}

.bg.bg-grey {
    background-color: #f6f6f6
}

.bg.bg-blue:after {
    bottom: -3px;
    background-image: url(../Assets/shape_blue.svg)
}

.bg.bg-1 {
    background-image: url(../Assets/hintergrund_weingut.jpg)
}

.bg.bg-2 {
    background-image: url(../Assets/hintergrund_ferienwohnung.jpg)
}

.bg.bg-3 {
    background-image: url(../Assets/hintergrund_team.jpg)
}

#vineyard.bg:before {
    content: '';
    background-image: url(../Assets/fill-weingut.jpg)
}

#team.bg:before {
    content: '';
    background-image: url(../Assets/scherenbild_frei_platzierbar1.png)
}

#events.bg:before {
    content: '';
    background-image: url(../Assets/fill-veranstaltungen.jpg);
    bottom: -1px
}

#holidayapartments.bg:before {
    content: '';
    background-image: url(../Assets/scherenbild_frei_platzierbar2.png)
}

#press.bg:before {
    content: '';
    background-image: url(../Assets/fill-presse.jpg)
}

section {
    z-index: 0;
    position: relative;
    padding: 0 0 4em;
    margin-bottom: 5vh
}

@media screen and (min-width:1025px) {
    section {
        margin-bottom: 20vh
    }
}

.regularColSet .col {
    float: left;
    margin: 0 4% 0 0;
    min-height: 10px;
    transition: all .2s ease-out
}

.regularColSet .col>.csc-default {
    margin-bottom: 0
}

.regularColSet .col>.csc-default:nth-last-of-type(1) {
    margin: 0
}

.regularColSet:after {
    content: " ";
    display: block;
    clear: both;
    width: 100%;
    height: 0;
    overflow: hidden
}

.mob-menu-opener .burger:after,
.mob-menu-opener .burger:before,
.modal:before,
.scissor-btn:before {
    content: ''
}

.btn,
.scissor-btn,
.scissor-btn:before,
sub,
sup {
    display: inline-block
}

.regularColSet[data-cols="2"]>.col {
    width: 48%
}

.regularColSet[data-cols="2"]>.col:nth-of-type(2n+1) {
    clear: left
}

.regularColSet[data-cols="2"]>.col:nth-of-type(2n+2) {
    margin-right: 0
}

.regularColSet[data-cols="3"]>.col {
    width: 30.66667%
}

.regularColSet[data-cols="3"]>.col:nth-of-type(3n+1) {
    clear: left
}

.regularColSet[data-cols="3"]>.col:nth-of-type(3n+3) {
    margin-right: 0
}

.regularColSet[data-cols="4"]>.col {
    width: 22%
}

.regularColSet[data-cols="4"]>.col:nth-of-type(4n+1) {
    clear: left
}

.regularColSet[data-cols="4"]>.col:nth-of-type(4n+4) {
    margin-right: 0
}

.regularColSet[data-cols="5"]>.col {
    width: 16.8%
}

.regularColSet[data-cols="5"]>.col:nth-of-type(5n+1) {
    clear: left
}

.regularColSet[data-cols="5"]>.col:nth-of-type(5n+5) {
    margin-right: 0
}

.regularColSet[data-cols="6"]>.col {
    width: 13.33333%
}

.regularColSet[data-cols="6"]>.col:nth-of-type(6n+1) {
    clear: left
}

.regularColSet[data-cols="6"]>.col:nth-of-type(6n+6) {
    margin-right: 0
}

.regularColSet[data-gap=false][data-cols="4"]>.col {
    width: 25%
}

.regularColSet[data-gap=false][data-cols="3"]>.col {
    width: 33.3333%
}

.regularColSet[data-gap=false][data-cols="2"]>.col {
    width: 50%
}

.regularColSet[data-gap=false]>.col {
    margin-right: 0 !important
}

.regularColSet[data-cols="2"][data-colsplit="3366"]>.col:nth-of-type(2n+1) {
    width: 35%
}

.regularColSet[data-cols="2"][data-colsplit="3366"]>.col:nth-of-type(2n+2) {
    width: 61%
}

.regularColSet[data-cols="2"][data-colsplit="2575"]>.col:nth-of-type(2n+1) {
    width: 24%
}

.regularColSet[data-cols="2"][data-colsplit="2575"]>.col:nth-of-type(2n+2) {
    width: 72%
}

.regularColSet[data-cols="2"][data-colsplit="6633"]>.col:nth-of-type(2n+1) {
    width: 61%
}

.regularColSet[data-cols="2"][data-colsplit="6633"]>.col:nth-of-type(2n+2) {
    width: 35%
}

.regularColSet[data-cols="2"][data-colsplit="7525"]>.col:nth-of-type(2n+1) {
    width: 72%
}

.regularColSet[data-cols="2"][data-colsplit="7525"]>.col:nth-of-type(2n+2) {
    width: 24%
}

.regularColSet[data-cols="2"][data-gap=false][data-colsplit="3366"]>.col:nth-of-type(2n+1) {
    width: 30.66667%
}

.regularColSet[data-cols="2"][data-gap=false][data-colsplit="3366"]>.col:nth-of-type(2n+2) {
    width: 69.33333%
}

.regularColSet[data-cols="2"][data-gap=false][data-colsplit="2575"]>.col:nth-of-type(2n+1) {
    width: 24%
}

.regularColSet[data-cols="2"][data-gap=false][data-colsplit="2575"]>.col:nth-of-type(2n+2) {
    width: 76%
}

.regularColSet[data-cols="2"][data-gap=false][data-colsplit="6633"]>.col:nth-of-type(2n+1) {
    width: 69.33333%
}

.regularColSet[data-cols="2"][data-gap=false][data-colsplit="6633"]>.col:nth-of-type(2n+2) {
    width: 30.66667%
}

.regularColSet[data-cols="2"][data-gap=false][data-colsplit="7525"]>.col:nth-of-type(2n+1) {
    width: 76%
}

.regularColSet[data-cols="2"][data-gap=false][data-colsplit="7525"]>.col:nth-of-type(2n+2) {
    width: 24%
}

@media screen and (max-width:900px) {
    .regularColSet[data-cols="3"] .col {
        margin: 0
    }

    .regularColSet[data-cols="3"] .col:nth-of-type(1) {
        width: 100%;
        clear: left
    }

    .regularColSet[data-cols="3"] .col:nth-of-type(2) {
        margin: 0 4% 0 0;
        width: 48%
    }

    .regularColSet[data-cols="3"] .col:nth-of-type(3) {
        width: 48%
    }

    .regularColSet[data-cols="3"][data-gap=false] .col:nth-of-type(2) {
        width: 50%
    }

    .regularColSet[data-cols="3"][data-gap=false] .col:nth-of-type(3) {
        width: 50%
    }

    .regularColSet[data-cols="4"] .col {
        width: 48%;
        margin: 0 4% 2em 0
    }

    .regularColSet[data-cols="4"] .col:nth-last-of-type {
        margin-bottom: 0
    }

    .regularColSet[data-cols="4"] .col:nth-of-type(2n+1) {
        clear: left
    }

    .regularColSet[data-cols="4"] .col:nth-of-type(2n+2) {
        margin: 0
    }

    .regularColSet[data-cols="4"][data-gap=false] .col {
        width: 50%;
        margin: 0
    }

    .regularColSet[data-cols="4"][data-gap=false] .col:nth-last-of-type {
        margin-bottom: 0
    }
}

@media screen and (max-width:750px) {
    .regularColSet[data-cols="6"] .col {
        width: 30.66667%;
        margin: 0 4% 4% 0
    }

    .regularColSet[data-cols="6"] .col:nth-of-type(3n+1) {
        clear: left
    }

    .regularColSet[data-cols="6"] .col:nth-of-type(3n+3) {
        margin: 0
    }

    .regularColSet[data-cols="6"][data-gap=false] .col {
        width: 33.33333;
        margin: 0 0 4%
    }
}

@media screen and (max-width:600px) {
    .regularColSet[data-cols="4"] .col:nth-of-type(2n+2) {
        margin: 0 0 2em
    }

    .regularColSet .col {
        width: 100% !important;
        margin: 0
    }

    .regularColSet .col:nth-last-of-type {
        margin: 0
    }
}

@font-face {
    font-family: WiesbadenSwing-Roman;
    src: url(../Fonts/WiesbadenSwing/WiesbadenSwing-Roman.eot);
    src: url(../Fonts/WiesbadenSwing/WiesbadenSwing-Roman.eot?#iefix) format("embedded-opentype"), url(../Fonts/WiesbadenSwing/WiesbadenSwing-Roman.woff) format("woff"), url(../Fonts/WiesbadenSwing/WiesbadenSwing-Roman.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

h1.section-headline,
h2.section-headline,
h3.section-headline,
h4.section-headline,
h5.section-headline {
    font-family: WiesbadenSwing-Roman;
    padding: .4em 0 .3em;
    text-align: center;
    width: 100%;
    background-color: #fff;
    color: #000;
    font-size: 2.4em;
    margin-bottom: 0
}

h3,
h4 {
    font-weight: 300;
    margin: 0 0 .5em;
    line-height: 1.4em;
    color: #424242
}

@media screen and (min-width:1025px) {
    .regularColSet .col.col-push {
        float: right
    }

    .regularColSet .col.col-pull {
        float: left
    }

    h1.section-headline,
    h2.section-headline,
    h3.section-headline,
    h4.section-headline,
    h5.section-headline {
        font-size: 7.5em
    }
}

h1,
h2 {
    font-size: 1.563em;
    line-height: 1.4em;
    margin: 0 0 .75em;
    color: #424242
}

@media screen and (min-width:1025px) {

    h1,
    h2 {
        font-size: 2.563em
    }
}

h3 {
    font-size: 1.063em
}

@media screen and (min-width:1025px) {
    h3 {
        font-size: 2.063em
    }
}

h4 {
    font-size: 1em
}

b,
h5,
strong {
    font-weight: 700
}

@media screen and (min-width:1025px) {
    h4 {
        font-size: 1.375em
    }
}

h5 {
    font-size: 1em;
    line-height: 1.4em;
    color: #424242;
    margin: 0 0 .3em
}

p+.btn,
p+.scissor-btn,
p+p {
    margin-top: 1em
}

@media screen and (min-width:1025px) {
    h5 {
        font-size: 1.025em
    }
}

.btn {
    transition: all .4s ease-in-out;
    padding: .5em 1.5em;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #0d3576;
    color: #0d3576
}

.btn:hover {
    background-color: #0d3576;
    color: #fff
}

.btn.white {
    border: 1px solid #fff !important;
    color: #fff
}

.btn.white:hover {
    background-color: #fff;
    color: #0d3576
}

.scissor-btn {
    transition: all .4s ease-in-out;
    text-decoration: none
}

.scissor-btn:before {
    vertical-align: middle;
    width: 90px;
    height: 50px;
    background-image: url(../Assets/button/scherenbutton.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 1em
}

.scissor-btn:hover:before {
    background-image: url(../Assets/button/scherenbutton_hover.svg);
    margin-right: 1.5em
}

p {
    font-weight: 100
}

sub,
sup {
    font-size: .6em;
    vertical-align: middle
}

sup {
    margin-top: -.8em
}

sub {
    margin-bottom: -.8em
}

i {
    font-style: italic
}

:focus {
    outline: 0
}

ul.event-list {
    border-top: solid 1px #e9e9e9
}

ul.event-list li {
    padding: 1em 0;
    border-bottom: solid 1px #e9e9e9
}

ul.list {
    padding-left: 1.2em
}

ul.list+h3 {
    margin-top: 1em
}

ul.list li {
    list-style: disc
}

.accordion .fold .acc-headline {
    display: block;
    background-color: #e9e9e9;
    color: #0d3576;
    padding: 1em;
    border-bottom: solid 1px #fff;
    text-decoration: none;
    transition: all .4s ease-in-out
}

.accordion .fold .acc-headline:hover {
    background-color: #d0d0d0
}

.accordion .fold .acc-content {
    display: none;
    border: 1px solid #e9e9e9
}

.accordion .fold .acc-content img {
    width: 100%;
    height: auto
}

.accordion .fold .acc-content p,
.accordion .fold .acc-content ul {
    margin: 1em
}

.accordion .fold.active .acc-headline {
    background-color: #0d3576;
    border-bottom: solid 1px #0d3576;
    color: #fff
}

a.download-it {
    font-size: 1em;
    position: absolute;
    top: 50%;
    right: -5em;
    transform: translateY(-50%);
    transition: all .4s ease-in-out;
    pointer-events: none
}

ul.downloads {
    margin: 3em 0 0;
    padding: 0 !important;
    border-top: solid 1px #0d3576
}

ul.downloads li {
    overflow-x: hidden;
    position: relative;
    display: block;
    list-style-type: none;
    border-bottom: solid 1px #0d3576
}

ul.downloads li:hover a.download-it {
    right: 1.2em;
    color: #fff
}

ul.downloads li a.download-list {
    display: block;
    padding: 1em 1.2em;
    font-size: 1em;
    color: #0d3576;
    text-decoration: none;
    transition: all .4s ease-in-out
}

ul.downloads li a.download-list .fa {
    margin-right: .5em
}

ul.downloads li a.download-list:hover {
    color: #fff;
    background-color: #0d3576
}

#main-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    background-color: #0d3576;
    transition: all .4s ease-in-out;
    color: #fff;
    padding: 2em 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    opacity: 0
}

#main-header.show {
    opacity: 1;
    box-shadow: 0 0 30px rgba(0, 0, 0, .3)
}

#main-header .logo {
    display: inline-block;
    width: 25%;
    vertical-align: middle;
    margin-left: 1em;
    margin-right: 2em
}

#main-header .logo img {
    width: 100%
}

@media screen and (min-width:800px) {
    #main-header .logo {
        width: 10%
    }
}

@media screen and (min-width:1025px) {
    #main-header .logo {
        margin-left: 0;
        width: 15%
    }
}

@media screen and (min-width:1350px) {
    #main-header .logo {
        display: inline-block;
        width: 12%
    }

    #main-header .logo img {
        width: 100%
    }
}

#main-header .meta-header {
    width: 17%;
    display: inline-block;
    text-align: right
}

@media screen and (min-width:1025px) {
    #main-header .meta-header {
        width: 20%
    }
}

@media screen and (min-width:1350px) {
    #main-header .meta-header {
        display: inline-block;
        width: 17%
    }
}

#main-header .meta-header .download-btn {
    display: inline-block;
    text-transform: uppercase;
    padding: .3em 1em .3em 0
}

#main-header .meta-header .download-btn a {
    color: #fff;
    text-decoration: none;
    transition: all .4s ease-in-out
}

#main-header .meta-header .download-btn a:hover {
    opacity: .6
}

#main-header .meta-header .download-btn a i {
    margin-right: .7em;
    font-size: 1.2em
}

@media screen and (max-width:1025px) {
    #main-header .meta-header .download-btn {
        display: none;
        position: absolute;
        top: 30px;
        right: 2.3em
    }
}

@media screen and (max-width:1350px) {
    #main-header .meta-header .download-btn span {
        display: none
    }
}

#main-header .meta-header .language {
    display: inline-block;
    text-transform: uppercase;
    padding: .3em 0 .3em 1em;
    border-left: solid 1px #fff
}

#main-header .meta-header .language a {
    color: #fff;
    text-decoration: none;
    transition: all .4s ease-in-out;
    opacity: .6
}

#main-header .meta-header .language a:hover {
    opacity: 1
}

#main-footer a:hover,
#main-nav ul li a.active,
#main-nav ul li a:hover {
    opacity: .6
}

@media screen and (max-width:1025px) {
    #main-header .meta-header .language {
        position: absolute;
        right: 5.3em;
        top: 30px;
        border: 0
    }
}

.logo-box {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%
}

.scissor-box,
.scroll-down {
    position: absolute;
    left: 0;
    background-repeat: no-repeat
}

.logo-box img {
    height: inherit
}

@media screen and (min-width:800px) {
    .logo-box {
        top: 40%;
        width: 40%
    }
}

.scroll-down {
    display: none;
    right: 0;
    bottom: 28%;
    background-image: url(../Assets/scroll-down.svg);
    background-position: center;
    background-size: contain;
    height: 30px;
    z-index: 100
}

@media screen and (min-width:1025px) {

    #main-header .meta-header .download-btn,
    #main-header .meta-header .language {
        font-size: .85em
    }

    .logo-box {
        top: 50%;
        width: 30%
    }

    .scroll-down {
        display: block;
        animation-name: scroll;
        animation-duration: 3s;
        animation-iteration-count: infinite
    }
}

@keyframes scroll {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }
}

.attention {
    position: absolute;
    right: 0;
    top: 10%;
    transform: rotate(10deg)
}

@media screen and (min-width:1025px) {
    .attention {
        right: 25%;
        top: 30%
    }
}

.scissor-box {
    top: 0;
    right: -100px;
    bottom: 0;
    background-image: url(../Assets/startseite_scherenbild.png);
    background-position: -240px 260px;
    background-size: 170%
}

@media screen and (min-width:600px) {
    .scissor-box {
        background-position: -240px 450px
    }
}

@media screen and (min-width:800px) {
    .scissor-box {
        background-position: -240px 150px
    }
}

@media screen and (min-height:1200px) {
    .scissor-box {
        background-position: -240px 580px
    }
}

@media screen and (min-width:1025px) {
    .scissor-box {
        top: 40%;
        right: 0;
        bottom: 0;
        left: 5%;
        background-position: top left;
        background-size: 110%
    }
}

.rightRibbon {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: -400px;
    padding: .6em 2em .6em 1em;
    background-color: #0d3576;
    color: #fff;
    font-size: 1em;
    text-decoration: none;
    z-index: 10000;
    transition: all .4s ease-in-out
}

.rightRibbon.slideIn {
    right: 0
}

.rightRibbon:hover {
    background-color: #082048
}

@media screen and (min-width:1025px) {
    .rightRibbon {
        top: 50%;
        font-size: 1.3em;
        padding: 1em 3em 1em 2em
    }

    .rightRibbon:hover {
        padding-right: 4em
    }
}

#main-nav {
    width: 90%;
    margin: 0 auto;
    display: none
}

#main-nav ul {
    padding: 1em
}

#main-nav ul li {
    display: block
}

#main-nav ul li a {
    color: #fff;
    transition: all .4s ease-in-out;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: .5em 0
}

@media screen and (min-width:1025px) {
    #main-nav ul {
        display: block !important;
        padding: 0
    }

    #main-nav ul li {
        display: inline-block;
        padding: 0 0 0 1em
    }

    #main-nav ul li a {
        font-size: .85em
    }

    #main-nav,
    .touchDevice #main-nav {
        width: 80%;
        text-align: right;
        margin: 0;
        vertical-align: middle;
        display: inline-block !important
    }
}

#mob-contact-nav,
.collection-carousel .item {
    text-align: center
}

@media screen and (min-width:1350px) {
    #main-nav {
        text-align: center;
        width: 67%
    }
}

.mob-menu-opener .burger,
.mob-menu-opener .burger:after,
.mob-menu-opener .burger:before {
    transition: all .4s ease-in-out;
    height: 2px;
    width: 100%;
    background-color: #fff;
    position: absolute
}

.mob-menu-opener {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 30px;
    right: 1em
}

.mob-menu-opener .burger {
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.mob-menu-opener .burger:before {
    top: 8px
}

.mob-menu-opener .burger:after {
    bottom: 8px
}

.mob-menu-opener.open .burger {
    background-color: transparent
}

.mob-menu-opener.open .burger:before {
    top: 0;
    transform: rotate(45deg)
}

.mob-menu-opener.open .burger:after {
    bottom: 0;
    transform: rotate(-45deg)
}

@media screen and (min-width:1025px) {
    .mob-menu-opener {
        display: none
    }
}

#mob-contact-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 99999
}

#mob-contact-nav li {
    display: inline-block
}

#mob-contact-nav li a {
    display: block;
    padding: .5em 1em;
    font-size: .8em;
    color: #fff;
    text-decoration: none
}

[data-winetext] {
    display: none;
    margin: 0;
    padding: 0
}

[data-winetext].active {
    display: block
}

.collection-wrap {
    z-index: 10000 !important
}

@media screen and (min-width:1025px) {
    .collection-wrap {
        width: 50%
    }
}

@media screen and (min-width:1645px) {
    .collection-wrap {
        width: 42.5%
    }
}

@media screen and (min-width:1773px) {
    .collection-wrap {
        width: 39%
    }
}

#location-map {
    background-color: #fff
}

@media screen and (min-width:1025px) {
    #location-map {
        position: relative;
        width: 85%;
        transform: translateX(10%);
        min-height: 1200px
    }
}

#location-map svg {
    width: 100%;
    height: auto
}

#location-map .st0 {
    fill: transparent
}

#location-map #goldberg .st3,
#location-map #himmelreich .st3,
#location-map #honigsack .st3,
#location-map #musikantenbuckel .st3,
#location-map #oschelskopf .st3,
#location-map #schwarzes_kreuz .st3 {
    cursor: pointer;
    transition: all .4s ease-in-out;
    fill: rgba(13, 53, 118, .2)
}

#location-map #goldberg:hover .st3,
#location-map #himmelreich:hover .st3,
#location-map #honigsack:hover .st3,
#location-map #musikantenbuckel:hover .st3,
#location-map #oschelskopf:hover .st3,
#location-map #schwarzes_kreuz:hover .st3 {
    fill: rgba(13, 53, 118, .9)
}

#location-map #goldberg:hover [id^=title],
#location-map #himmelreich:hover [id^=title],
#location-map #honigsack:hover [id^=title],
#location-map #musikantenbuckel:hover [id^=title],
#location-map #oschelskopf:hover [id^=title],
#location-map #schwarzes_kreuz:hover [id^=title] {
    fill: #fff
}

#location-map img {
    width: 100%
}

#location-map .tooltip-span {
    display: none;
    position: absolute;
    transition: transform .1s;
    text-align: center;
    margin: 1em;
    width: 160px;
    padding: 1em 1.2em;
    background-color: rgba(255, 255, 255, .98);
    box-shadow: 0 0 20px rgba(0, 0, 0, .3)
}

#location-map .tooltip-span.visible,
.press-container .press-nav li {
    display: block
}

#main-footer a,
.centerpiece-face,
.modal .close-modal,
.press-container .press-nav li a {
    transition: all .4s ease-in-out
}

#location-map .tooltip-span h3 {
    font-family: WiesbadenSwing-Roman;
    font-size: 2.5em
}

#location-map .tooltip-span img {
    width: auto;
    margin-bottom: 1em
}

.location-accordion {
    margin: 2em 0 0
}

.press-container {
    background-color: #fff
}

.press-container .press-nav {
    margin-bottom: 1em
}

.press-container .press-nav li a {
    text-decoration: none;
    display: block;
    background-color: #0d3576;
    padding: .5em 2.5em;
    color: #fff
}

.press-container .press-nav li.active a {
    background-color: #030c1a;
    padding: .7em 2.5em .5em
}

.press-container .press-nav li a:hover {
    background-color: #124aa4;
    padding: .7em 2.5em .5em
}

@media screen and (min-width:1025px) {
    .press-container {
        position: absolute;
        width: 40vw;
        height: 50vh;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1)
    }

    .press-container .press-nav {
        position: absolute;
        bottom: 100%
    }

    .press-container .press-nav li {
        display: inline-block;
        vertical-align: bottom
    }
}

.modal,
.modal:before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.press-container .press-articles {
    padding: 2em
}

.press-container .press-articles article {
    display: none;
    padding-bottom: 2em
}

.press-container .press-articles article.current-year {
    display: block
}

@media screen and (min-width:1025px) {
    .press-container .press-articles {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: scroll;
        padding: 3.5em 3em
    }

    .press-container .press-articles article {
        padding-bottom: 4em
    }

    .press-container .press-articles article .article-content {
        width: 100%
    }

    .press-container .press-articles article:after {
        content: '';
        clear: both;
        width: 100%;
        display: block
    }
}

.modal {
    position: fixed;
    z-index: 99998;
    display: none
}

.modal:before {
    position: absolute;
    background-color: rgba(0, 0, 0, .8)
}

@media screen and (max-width:800px) {
    .modal {
        overflow: scroll
    }
}

.modal .modal-content {
    position: absolute;
    top: 100px;
    background-color: #fff;
    width: 100%;
    overflow: hidden
}

.modal .modal-content h3 {
    font-family: WiesbadenSwing-Roman;
    font-size: 2em;
    line-height: 1em
}

@media screen and (min-width:1025px) {
    .modal .modal-content h3 {
        font-size: 2.8em
    }
}

.modal .modal-content li,
.modal .modal-content p {
    font-size: 1em
}

@media screen and (min-width:800px) {
    .modal .modal-content {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90vw;
        height: 70vh
    }

    .modal .modal-content.impressum {
        overflow-y: scroll
    }

    .modal .modal-content .left-content {
        width: 50%;
        float: left;
        height: 70vh
    }

    .modal .modal-content .right-content {
        width: 50%;
        float: left;
        height: 70vh;
        overflow-y: scroll
    }

    .modal .modal-content.location-slide {
        position: relative
    }

    .modal .modal-content.location-slide .top-content {
        height: 50vh
    }

    .modal .modal-content.location-slide .top-content .image-wrap {
        height: 50vh;
        background-position: top center
    }

    .modal .modal-content.location-slide .bottom-content {
        height: 15vh
    }
}

@media screen and (min-width:1025px) {
    .modal .modal-content {
        width: 60vw;
        height: 65vh
    }

    .modal .modal-content .left-content,
    .modal .modal-content .right-content {
        height: 65vh
    }
}

.modal .modal-content .inner-content.text {
    padding: 2em 1.3em;
    line-height: 1.6em
}

@media screen and (min-width:800px) {
    .modal .modal-content .inner-content.text {
        padding: 2em 5em 2em 2em;
        overflow-y: scroll;
        height: 65vh
    }

    .modal .modal-content .inner-content.download-list {
        padding: 2em
    }
}

.modal .modal-content .inner-content.text-centered {
    display: table
}

.modal .modal-content .inner-content.text-centered .text-wrap {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.6em
}

.modal .modal-content .modal-carousel .item,
.modal .modal-content.modal-bigslider .item {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 70vh
}

@media screen and (min-width:1025px) {

    .modal .modal-content .modal-carousel .item,
    .modal .modal-content.modal-bigslider .item {
        height: 65vh
    }
}

.modal .modal-content .modal-carousel .slick-arrow,
.modal .modal-content.modal-bigslider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    background-color: transparent;
    border: none;
    font-size: 2em;
    cursor: pointer;
    text-shadow: 0 1px 5px rgba(0, 0, 0, .6)
}

.modal .modal-content .modal-carousel .slick-arrow.slick-next,
.modal .modal-content.modal-bigslider .slick-arrow.slick-next {
    right: 0;
    color: #fff
}

.modal .modal-content .modal-carousel .slick-arrow.slick-prev,
.modal .modal-content.modal-bigslider .slick-arrow.slick-prev {
    left: 0;
    color: #fff
}

.modal .modal-content.modal-bigslider .slick-arrow {
    top: 20%
}

.modal .modal-content .image-wrap {
    height: 70vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.modal .modal-content.modal-bigslider .modal-carousel .slick-arrow.slick-next {
    color: #fff
}

@media screen and (min-width:800px) {
    .modal .modal-content.modal-bigslider .slick-arrow {
        top: 50%
    }

    .modal .modal-content.modal-bigslider.location-slide .slick-arrow {
        color: #fff
    }
}

.modal .close-modal {
    position: absolute;
    top: 22%;
    right: 1em;
    color: #000;
    text-decoration: none;
    font-size: 2em;
    z-index: 99999
}

.modal .close-modal:hover {
    transform: scale(1.15)
}

@media screen and (min-width:800px) {
    .modal .close-modal {
        top: 18%;
        right: 8%;
        font-size: 1.5em
    }
}

@media screen and (min-width:1025px) {
    .modal .modal-content .image-wrap {
        height: 65vh
    }

    .modal .close-modal {
        top: 20%;
        right: 22%
    }
}

.collection-carousel {
    position: relative;
    padding: 1em 0
}

.collection-carousel .item img.wein {
    height: 300px
}

@media screen and (min-width:1025px) {
    .collection-carousel {
        box-sizing: border-box;
        width: 100%;
        text-align: center;
        padding: 0 0 4em
    }

    .collection-carousel .item {
        transition: all .4s ease-in-out;
        display: inline-block;
        margin: 0 1.2em
    }

    .collection-carousel .item img {
        max-width: 100%;
        transition: all .4s ease-in-out
    }

    .collection-carousel .item img.wein {
        height: 200px
    }

    .collection-carousel .item.active {
        transform: scale(1.35) translateY(20px);
        transform-origin: bottom
    }
}

@media screen and (min-width:1500px) {
    .collection-carousel .item img.wein {
        height: 393px
    }

    .collection-carousel .item img.wein.special {
        height: 420px
    }
}

.collection-carousel .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    background-color: transparent;
    border: none;
    font-size: 2em;
    color: #000;
    cursor: pointer
}

.collection-carousel .slick-arrow.slick-next {
    right: 0
}

.collection-carousel .slick-arrow.slick-prev {
    left: 0
}

.collection-carousel .item img {
    display: inline-block
}

@media screen and (max-width:1025px) {
    .collection-carousel .item img {
        margin-top: 2em
    }
}

.collection-carousel .item p {
    background-color: #0d3576;
    color: #fff;
    padding: 1.5em 2em
}

#main-footer {
    color: #fff;
    background-color: #0d3576;
    padding: 3em 1em
}

#main-footer:after {
    content: " ";
    display: block;
    clear: both;
    width: 100%;
    height: 0;
    overflow: hidden
}

#main-footer a {
    color: #fff
}

#main-footer .footer-nav {
    margin-top: 2.5em
}

#main-footer .footer-nav li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em
}

#main-footer .footer-nav li a {
    display: block
}

@media screen and (min-width:1025px) {
    #main-footer {
        background-image: url(../Assets/bgfooter.svg);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #fff;
        min-height: 400px;
        padding: 0;
        padding-top: 30vh;
        padding-bottom: 10vh
    }
}

#main-footer .section-headline {
    text-align: left;
    background-color: transparent;
    color: #fff;
    padding: 0 0 .3em
}

#main-footer #contactform {
    width: 100%
}

#main-footer #contactform input,
#main-footer #contactform textarea {
    font-size: 1em;
    width: 100%;
    padding: 2em 1.2em;
    border: none;
    margin-bottom: 1.2em
}

#main-footer #contactform .btn.white {
    cursor: pointer;
    font-size: 1em;
    padding: 2em 3.2em;
    width: 100%
}

#main-footer .col {
    padding: 1.5em 0
}

@media screen and (min-width:1025px) {
    #main-footer #contactform input {
        width: 49.2%;
        display: inline-block
    }

    #main-footer #contactform input[type=text] {
        margin-right: 1%
    }

    #main-footer .col {
        padding: 0;
        float: left;
        min-height: 100px
    }

    #main-footer .col:nth-of-type(1) {
        width: 55%;
        margin-right: 5%
    }

    #main-footer .col:nth-of-type(2) {
        width: 40%
    }

    .centerpiece-face,
    .square-teaser {
        font-size: 1.3vh
    }
}

.centerpiece-face .inner-content,
.square-teaser .inner-content {
    position: relative
}

.centerpiece-face .inner-content.text,
.square-teaser .inner-content.text {
    padding: 2em;
    overflow: scroll;
    line-height: 1.6em
}

.centerpiece-face .inner-content.text p,
.square-teaser .inner-content.text p {
    margin: 0 !important
}

.centerpiece-face .inner-content.button,
.square-teaser .inner-content.button {
    padding: 1.5em;
    text-align: center
}

.square-teaser {
    background-color: #e9e9e9
}

@media screen and (min-width:1025px) {

    .centerpiece-face .inner-content,
    .square-teaser .inner-content {
        position: absolute;
        top: 0;
        left: 0
    }

    .centerpiece-face .inner-content.button,
    .square-teaser .inner-content.button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 0
    }

    .square-teaser {
        font-size: 1.5vh;
        position: absolute;
        width: 15%;
        padding-top: 15%
    }

    .pinned-element {
        position: absolute
    }
}

.width-teaser.wine-bottle-text {
    padding: 2em;
    background-color: #0d3576;
    color: #fff;
    width: 100%;
    min-height: 210px
}

.horizontal-teaser,
.vertical-teaser {
    position: relative;
    z-index: 100
}

.horizontal-teaser:after,
.vertical-teaser:after {
    content: " ";
    display: block;
    clear: both;
    width: 100%;
    height: 0;
    overflow: hidden
}

.touchDevice .horizontal-teaser,
.touchDevice .vertical-teaser {
    position: static !important
}

@media screen and (min-width:800px) {

    .split-tablet.horizontal-teaser .imagebox img,
    .split-tablet.horizontal-teaser .textbox,
    .split-tablet.vertical-teaser .imagebox img,
    .split-tablet.vertical-teaser .textbox {
        width: 50%;
        float: left
    }
}

.horizontal-teaser .imagebox img,
.vertical-teaser .imagebox img {
    display: block;
    width: 100%
}

.horizontal-teaser .textbox,
.vertical-teaser .textbox {
    padding: 2em;
    font-size: .95em;
    line-height: 1.6em
}

@media screen and (min-width:1025px) {

    .split-tablet.horizontal-teaser .imagebox img,
    .split-tablet.horizontal-teaser .textbox,
    .split-tablet.vertical-teaser .imagebox img,
    .split-tablet.vertical-teaser .textbox {
        width: 100%;
        float: none
    }

    .horizontal-teaser .textbox,
    .vertical-teaser .textbox {
        font-size: .7em
    }
}

@media screen and (min-width:1400px) {

    .horizontal-teaser .textbox,
    .vertical-teaser .textbox {
        font-size: .95em
    }
}

.horizontal-teaser .zoom,
.vertical-teaser .zoom {
    transition: all .4s ease-in-out;
    text-decoration: none;
    position: absolute;
    top: 1em;
    right: 1em
}

.horizontal-teaser .zoom:before,
.vertical-teaser .zoom:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 90px;
    height: 50px;
    background-image: url(../Assets/button/scherenbutton.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat
}

.horizontal-teaser .zoom:hover:before,
.vertical-teaser .zoom:hover:before {
    background-image: url(../Assets/button/scherenbutton_hover.svg)
}

.centerpiece-face {
    z-index: 1000
}

.touchDevice .centerpiece-face {
    position: absolute
}

.centerpiece-face .centerpiece-quote {
    background-color: #fff;
    color: #212121;
    padding: 1em;
    font-family: WiesbadenSwing-Roman;
    font-size: 1.2em;
    line-height: 1.05em
}

@media screen and (min-width:1024px) {
    .centerpiece-face .centerpiece-quote {
        font-size: 1.6em
    }
}

@media screen and (min-width:1400px) {
    .centerpiece-face .centerpiece-quote {
        font-size: 2.2em
    }
}

@media screen and (min-width:1025px) {
    .vertical-teaser {
        position: absolute;
        width: 25%
    }

    .horizontal-teaser {
        position: absolute;
        width: 50%
    }

    .horizontal-teaser .imagebox {
        float: left;
        width: 60%
    }

    .horizontal-teaser .imagebox img {
        display: block
    }

    .horizontal-teaser .textbox {
        float: left;
        width: 40%
    }

    .centerpiece-face {
        position: fixed;
        top: 50%;
        left: 60%;
        transform: translate(-50%, -50%);
        width: 18.5%;
        padding-top: 18.5%;
        font-size: 1.6vh
    }

    .centerpiece-face .face-canvas {
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 0
    }

    .centerpiece-face .centerpiece-quote {
        position: absolute;
        left: 100%;
        top: 0;
        margin-left: .3em;
        width: 120%;
        min-height: 120%
    }
}

@media screen and (min-width:1400px) {
    .centerpiece-face {
        width: 15.5%;
        padding-top: 15.5%
    }
}