/*default {
    color: var(--global-color-grey);  --grün
    color: #306590;  --blau
    
}*/
:root {
    --global-color-grey: rgba(77,77,77,1);
    --global-color-blue: rgba(104,143,193,1);
    --global-color-beige: rgba(211,205,171,1);
    --global-color-rosa: #D2AFB4;
    --global-color-red: rgb(152, 6, 27);
    --global-font-title: 'Special Elite';
    --global-font-text: 'Fira Sans';
    --global-font-thin: 'Fira Sans Condensed';
}
html {
}

body {
    font-size: 18px;
    font-family: var(--global-font-thin), sans-serif;
    color: rgba(0,0,0,0.6);
    font-weight: 100;
    line-height: 140%;
    position: relative;
    background-color: #ffffff;
}

a {
    color: var(--global-color-red);
}

strong, b {
    font-weight: 500;
}

h1, h2, h3, h4, h5 {
    position: relative;
    font-family: var(--global-font-thin), sans-serif;
    font-family: var(--global-font-title), serif;
    font-weight: 500;
    display: block;
    color: rgba(0,0,0,1);
    line-height: 135%;
}

.centered {
    width: 100%;
    text-align: center;
}
.typewriter {
    font-family: var(--global-font-title), sans-serif;
}

h1 {
    font-size: 35px;
    margin-bottom: 0.5em;
    font-weight: 200;
}
h2 {
    font-size: 26px;
    margin-bottom: 0.25em;
}
h3 {
    font-size: 22px;
    margin-bottom: 1em;
    color: rgba(0,0,0,.7);
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 17px;
}

p {
    margin-bottom: 0.8em;
}

.body ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0.8em 0;
}

.body ul li {
    padding-left: 1.5em;
    text-indent: -.7em;
}

.body ul li::before {
    content: "￮";
    color: var(--global-color-grey);
    font-weight: 800;
    margin-right: 4px;
    vertical-align: 3px;
}

.body ol {
    list-style-type: none;
    margin-bottom: 0.8em;
    margin-left: 1.5em;
}
.body ol li {
    counter-increment: count-me;
}
.body ol li::before {
    content: counter(count-me) ". ";
    display: block;
    position: relative;
    max-width: 0;
    max-height: 0;
    left: -1.3em;
    top: .05em;
    color: var(--global-color-grey);
    font-weight: bold;
}

.body img {
    display: block;
    width: 100%;
}

.content {
    position: relative;
    clear: both;
    width: 85%;
    max-width: 960px;
    margin: 0 auto;
}

.content .flex {
    display: flex;
    flex-direction: row;
    flex-basis: auto;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin-left: -30px;
}
.parallax-window {
    width: 100%;
    min-height: 300px;
    position: relative;
    background: transparent;
    z-index: 5;
    top: 0;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-basis: auto;
}
.parallax-window.home {
    width: 100%;
    min-height: calc(100vh + 30px);
}
.parallax-mirror {
    left: unset !important;
}

.parallax-window a.intro-logo {
    margin: 100vw auto auto auto;
}
.parallax-window a.intro-logo img {
    width: 90vw;
    display: block;
}

.parallax-window a.intro-logo img.logo-white {
    display: none;
}

main {
    display: flex;
    flex-direction: column;
    flex-basis: auto;
    flex-wrap: nowrap;
}

main .border-bottom {
    border-bottom: 1px solid white;
}

main section.padding {
    padding: 30px 0;
}
.documents {
    text-align: center;
}
/*******************************************/
/* Header-Bereich
/*******************************************/

.header {
    position: fixed;
    width: 100%;
    background-color: rgba(255,255,255,.7);
    text-align: right;
    top: 0;
    z-index: 100;
    padding: 20px 0;
    /*
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
     */
}

.header .content {
    width: 85%;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-basis: auto;
    flex-direction: row;
}

.header ul {
    display: inline-block;
    margin: auto 25px auto auto;
    height: 32px;
}
.header ul li {
    display: inline-block;
    margin-left: 20px;
}

.header ul li:hover a span,
.header ul li.selected a span,
.header ul li:hover a i,
.header ul li.selected a i {
    color: #000000;
}
.header ul li a i {
    font-size: 32px;
    display: block;
    margin: auto 0;
    text-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.header ul li a span {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    color: var(--global-color-grey);
    font-family: var(--global-font-title);
}

.header ul li a {
    color: var(--global-color-grey);
}

.header.transparent {
    background-color: transparent;
}
.header.collapsed {
    background-color: rgba(255,255,255,.7);
}
.header #logo {
    width: 100px;
}

.header #logo img {
    display: block;
    width: 100%;
}

.header.transparent #logo {
    display: none;
}

.header.collapsed #logo {
    display: block;
}

.header ul li:nth-of-type(1) {
    display: none;
}
.header ul li:nth-of-type(4) {
    display: none;
}
.header ul li:nth-of-type(2) {
    display: none;
}
.header ul li:nth-of-type(6) {
    display: none;
}
.header ul li:nth-of-type(7) {
    display: none;
}

/*******************************************/
/* Responsive-Navigation
/*******************************************/

a#offcanvas-menu {
    display: block;
    width: 30px;
    margin: auto 0 auto 0;
    height: 30px;
}

a#offcanvas-menu span.bar {
    background-color: var(--global-color-grey);
    display: block;
    float: left;
    height: 2.5px;
    border-radius: 1px;
    margin-left: 0;
    margin-top: 6px;
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
a#offcanvas-menu:hover span.bar {
    background-color: #000000;
}
#offcanvas-menu.toggled span:first-child {
    transform: translateY(8px) rotate(45deg);
}

#offcanvas-menu.toggled span {
    transform-origin: center center 0;
}

#offcanvas-menu.toggled span:nth-child(2) {
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#offcanvas-menu.toggled span:last-child {
    transform: translateY(-8px) rotate(-45deg);
}

.sidr-open #sidr-body-overlay {
    display: block;
}

#sidr-body-overlay {
    background-color: rgba(0, 0, 0, 0.2);
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999998;
}


.sidr {
    background: var(--global-color-grey) none repeat scroll 0 0;
    box-shadow: none;
    color: #FFF;
    display: block;
    font-family:var(--global-font-thin), sans-serif;
    font-size: 18px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 230px;
    z-index: 999999;
    padding-top: 15px;
}

.sidr ul {
    border: 0 none;
}

.sidr ul li {
    border: 0 none;
    line-height: 40px;
}

.sidr ul li a, .sidr ul li span {
    color: #FFFFFF;
    display: inline-block;
}
.sidr ul li.indent {
    padding-left: 30px;
}

.sidr ul li a span {
    padding: 0;
}
.sidr ul li a i {
    width: 23px;
    text-align: center;
}

.sidr ul li:hover > a, .sidr ul li:hover > span, .sidr ul li.active > a, .sidr ul li.active > span, .sidr ul li.sidr-class-active > a, .sidr ul li.sidr-class-active > span {
    box-shadow: none;
}


.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active, .sidr ul li.selected {
    border-top: 0 none;
    line-height: 40px;
    background-color: var(--global-color-grey);
}

.sidr ul li a span {
    margin-left: 10px;
}

/*******************************************/
/* Grid
/*******************************************/

.grid {
    width: calc(100% + 30px);
    float: left;
    display: flex;
    flex-basis: auto;
    margin-left: -30px;
}

.grid.row {
    flex-direction: row;
}

.grid.column {
    flex-direction: column;
}

.grid.wrap {
    flex-wrap: wrap;
}

.grid .item {
    margin-left: 30px;
    /*margin-right: auto;*/
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    align-items: flex-start;
}

.item.half {
    width: calc( 100% - 30px );
    margin-left: 30px;
    margin-bottom: 30px;
}

/*******************************************/
/* img-box
/*******************************************/

.wrapper {
    display:inline-flex;
    margin:0;
    overflow: hidden;
    width:100%;
}
.img-box {
    text-align:justify;
    font-size:20px;
}
.img-box::before {
    content:"";
    float:right;
    height:100%;
    --w:150px;
    width:var(--w);
    shape-outside:var(--shape);
    -webkit-mask: var(--shape);
    mask: var(--shape);
    background:url(/styles/images/72003.jpg) bottom right/100% auto no-repeat;
}

.square-middle::before {
    --shape:linear-gradient(0deg,#0000 0 calc(50% - var(--w)/2), #fff 0 calc(50% + var(--w)/2), #0000 0);
    background-size:90% auto;
    background-position:center right;
}
/*******************************************/
/* rugged
/*******************************************/

.rugged {
    font-family: var(--global-font-text), sans-serif;
    font-weight: 400;

    background:  url('/styles/images/home_bg.jpg') no-repeat center top / cover;
    text-shadow:
            -1px -1px 2px rgba(255,255,255,0.7),
            1px -1px 2px rgba(255,255,255,0.7),
            -1px 1px 2px rgba(255,255,255,0.7),
            1px 1px 2px rgba(255,255,255,0.7);
}

.button {
    text-shadow: none;
}
.button i {
    margin-right: 10px;
    text-shadow: 0 0 5px rgba(255,255,255,0.3);
}

.button.left {
    margin-left: auto;
    margin-right: 20px;
}

.button.right {
    margin-left: 0;
    margin-right: auto;
}

.rugged .item.half.mobile {
    width: calc(50% - 30px);
}
/*******************************************/
/* Slides
/*******************************************/

.top-spacer {
    width: 100%;
    height: 50px;
}

.swiper-wrapper {
    width: 100%;
    margin: 0 auto;
    align-items: stretch;
    flex-basis: auto;
    height: auto;
}
.swiper-container {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

.swiper-slide {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    flex-basis: auto;
    align-items: stretch;
    overflow: hidden;
}

#slider .swiper-slide {

}

.swiper-slide img {
    margin: auto !important;
    display: block;
    width: 100%;
    z-index: -2;
}

.swiper-button-next,
.swiper-button-prev {
    width: 47px;
    height: 64px;
    top: 50%;
    color: var(--global-color-grey);
    background: none;
    font-size: 48px;
}

.swiper-button-next {
    right: 0;
    text-align: right;
}

.swiper-button-prev {
    left: 0;
}
/*
.swiper-button-prev {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 150 265' style='enable-background:new 0 0 150 265;' xml:space='preserve'%3E%3Cg%3E%3Cpolygon style='fill:%23FFFFFF;' points='124.9,13.3 144.8,33.1 44.8,133 144.8,233 124.9,252.8 5.2,133 '/%3E%3C/g%3E%3C/svg%3E ");
}
.swiper-button-next {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 150 265' style='enable-background:new 0 0 150 265;' xml:space='preserve'%3E%3Cg%3E%3Cpolygon style='fill:%23FFFFFF;' points='25.1,252.8 5.2,233 105.2,133 5.2,33.1 25.1,13.3 144.8,133 '/%3E%3C/g%3E%3C/svg%3E%0A");
}
 */

.swiper-pagination {
    position: absolute;
}

#product-slider {
    overflow: hidden;
}

#product-slider .swiper-pagination,
#slider .swiper-pagination {
    bottom: 10px;
}

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    color: #FFFFFF;
    opacity: 1;
    background: #FFFFFF;
}
.swiper-pagination-bullet-active {
    color:#fff;
    background: var(--global-color-grey);
}

/*******************************************/
/* Menu
/*******************************************/

.menu.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-basis: auto;
    width: calc(100% + 80px);
    margin-top: 40px;
    margin-left: -80px;
}

.menu.flex .item.half {
    width: calc( 100% - 80px );
    margin-left: 80px;
    margin-bottom: 80px;
}

.menu-title {
    text-indent: -999em;
    width: 100%;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 45px;
    margin-bottom: 15px;
    overflow: hidden;
    font-family: var(--global-font-title);
}
.menu-inner-item{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex-basis: auto;
    width: 100%;
}
.menu-inner-item h3 {
    border-bottom: 1px dotted rgba(0,0,0,1);
    padding-bottom: 5px;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex-basis: auto;
    font-size: 20px;
}
.menu-inner-item h3 span {
    margin-left: auto;
    display: inline-block;
}
.menu-inner-item p {
    padding-top: 5px;
    color: rgba(0,0,0,.5);
    font-size: 16px;
}
.inner-item-price{
    margin-left: auto;
}

/*******************************************/
/* Wine
/*******************************************/

.wine {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-basis: auto;
    width: calc(100% + 80px);
    margin-top: 40px;
    margin-left: -80px;
}

.wine-title {
    text-indent: 80px;
    width: 100%;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 45px;
    margin-bottom: 15px;
    overflow: hidden;
    font-family: var(--global-font-title);
}
.wine-inner-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-basis: auto;
    width: calc( 100% - 80px );
    margin-left: 80px;
    margin-bottom: 20px;
}
.wine-inner-item .row{
    flex-direction: row;
}
.wine-inner-item .column{
    flex-direction: column;
}
.wine-inner-item .half{
    width: 100%;
    display: flex;
    flex-basis: auto;
    flex-wrap: nowrap;
}
.wine-inner-item h3 {
    border-bottom: 1px dotted rgba(0,0,0,1);
    padding-bottom: 5px;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex-basis: auto;
    font-size: 20px;
}
.wine-inner-item h3 span {
    margin-left: auto;
    display: inline-block;
}
.wine-inner-item p {
    padding-top: 5px;
    color: rgba(0,0,0,.5);
    font-size: 16px;
}
.wine-inner-item .third {
    width: 33.33%;
    text-align: left;
}

/*******************************************/
/* Inhalts-Bilder
/*******************************************/
.fr-dii.fr-fil,
.fr-dii.fr-fir {
   display: none;
}

.image-wrapper img {
    margin-bottom: 0 !important;
}

.image-wrapper p {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 16px;
}

.fr-dib {
    width: auto;
    max-width: 100%;
    display: block;
    float: none;
    margin: 20px 0 20px 0;
}

.fr-dii {
    display: inline-block;
    width: auto;
    max-width: 100%;
}

/*******************************************/
/* Section
/*******************************************/

hr {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    padding-left: -15px;
    padding-right: -15px;
    border: none;
    border-top: 1px solid #dadada;
}

section.page {
    display: flex;
    flex-direction: column;
    flex-basis: auto;
}
section.bg-blue {
    background-color: var(--global-color-blue);
}
section.bg-beige {
    background-color: var(--global-color-rosa);
}

section.contact .content.body {
    margin-top: 0;
}
/*

section .content.body {
    margin-top: 2em;
    margin-bottom: 2em;
}
*/

/*******************************************/
/* Gallery
/*******************************************/

#gallery {
    display: flex;
    flex-direction: row;
    flex-basis: auto;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-bottom: 35px;
}

#gallery .item {
    width: calc(33.33% - 15px);
    margin-left: 15px;
    margin-top: 15px;
}

#gallery .item  img{
    width: 100%;
}

.fancybox-progress {
    background: var(--global-color-blue);
}

/*******************************************/
/* Page intro
/*******************************************/

.intro-image {
    width: 100%;
    min-height: 180px;
    position: relative;
    text-align: center;
    background: transparent;
}

.intro-image-caption {
    margin: 0 auto;
    width: 95%;
    max-width: 1200px;
    padding: 180px 0 0 2%;
    font-size: 1.8em;
    line-height: 130%;
    font-weight: 600;
    letter-spacing: 2px;
    color: white;
    text-align: right;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
}

/*******************************************/
/* Form                                    */
/*******************************************/

form h3 {
    margin-bottom: 0.5em;
}

form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-basis: auto;
    width: calc(100% + 30px);
    margin-left: -30px;
    margin-top: 20px;
}

label {
    width: 100%;
    float:left;
    margin-left: 0;
    font-size: 16px;
    margin-bottom: 3px;
}

label.required {
    font-weight: 500;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:none;
    border-radius: 0;
    font-size: 14px;
    width: 100%
}


/*!* remove standard-styles *!
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    !* appearance: none; *!
    border-radius: 0;
}

!* hide browser-styling (arrow) in IE10 *!
select::-ms-expand {
    display:none;
}

.lt-ie10 select {
    background-image: none;
}

select {
    background: rgba(109,110,94,0.1) url("/styles/images/select-arrow.png") no-repeat scroll right center / 23px auto;
    margin-bottom: 10px;
}

select:focus {
    background: rgba(109, 110, 94, 0.1) url("/styles/images/select-arrow-active.png") no-repeat scroll right center / 23px auto;
    margin-bottom: 10px;
}*/

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='password'],
textarea,
select {
    font-size: 16px;
    font-weight: 200;
    background-color: rgba(255,255,255,0.5);
    width: 100%;
    height: 35px;
    margin-left: 0;
    padding: 5px 6px;
    margin-bottom: 10px;
    border-radius: 0;
    color: rgba(0,0,0,0.85);
    border: 1px solid rgba(255,255,255,1);
    font-family: var(--global-font-text);
}

select:focus,
input:focus,
textarea:focus {
    outline: 0;
    border: 1px solid var(--global-color-grey) !important;
}

form div.checkbox {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

form div.small {
    width: 100%;
    padding-top: 5px;
}

form input.error, form textarea.error {
    border: 1px solid rgba(219,8,18,1);
}

form input.checkbox-type {
    width: 60%;
}

form input[type="checkbox"] {
    margin-left: 0;
}

label.checkbox input {
    display: none;
}

label.checkbox span {
    border: 1px solid ;
    display: inline-block;
    float: left;
    font-size: 22px;
    height: 18px;
    margin-right: 10px;
    margin-top: 2px;
    position: relative;
    width: 18px;
}
select.error,
label.checkbox.error span {
    border: 1px solid rgba(219,8,18,1);
}

label.checkbox i {
    padding-left: 7px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-style: normal;
    display: inline-block;
    width: calc(100% - 28px);
}

[type=checkbox]:checked + span:before {
    content: '\2714';
    position: absolute;
    color: #6d6e62;
    top: -5px;
    left: 1px;
}

[type=checkbox]:checked + label.checkbox span {
    border: 0.5px solid #6d6e62;
}

textarea {
    height: 109px !important;
}
a.button,
button {
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
    border: none;
    padding: 8px;
    color: #FFFFFF;
    font-size: 18px;
    margin-left: auto;
    margin-top: 15px;
    margin-bottom: 30px;
    background-color: var(--global-color-grey);
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    font-family: var(--global-font-text);
}
a.button.active,
a.button:hover,
button.active,
button:hover {
    transform: scale(1.1);
}

button:disabled{
    cursor: not-allowed;
}
button:disabled:hover {
    transform: none;
}

button.prev-next{
    margin-top: auto;
}

span.validatormessage {
    color: rgba(219,8,18,1);
    display: block;
    margin-top: -10px;
    font-size: 14px;
}

.checkbox span.missing {
    color: rgba(219,8,18,1);
    display: block;
    margin-left: 29px;
}
/*******************************************/
/* Footer
/*******************************************/

footer {
    float: left;
    width: 100%;
    overflow: hidden;
    background-image: url(/styles/images/sand.jpg);
    background-size: cover;
    height: 200px;
}

footer div.content {
    display: flex;
    flex-direction: row;
    flex-basis: auto;
    flex-wrap: nowrap;
    margin-top: 60px;
}

footer .footer-social {
    margin: 0 auto auto 0;
}

footer a {
    font-family: var(--global-font-title);
    font-size: 20px;
}
footer .footer-social a {
    display: block;
    font-weight: 400;
    color: rgba(0,0,0,0.85);
}

footer .footer-social i{
    margin-right: 5px;
}

footer ul {
    text-align: right;
}
footer ul li {
    display: block;
}/*
footer ul li:after {
    color: var(--global-color-grey);
    content: ' ・ ';
    vertical-align: bottom;
}
footer ul li:last-of-type:after {
    content: '';
}*/
footer ul li a {
    font-weight: 400;
    color: rgba(0,0,0,0.85);
}
footer ul li.selected a,
footer ul li:hover a {
    color: rgba(0,0,0,0.85);
}
/*

.rotate1 {
    transform: rotate(3deg);
}
.rotate2 {
    transform: rotate(-2deg);
}
.rotate3 {
    transform: rotate(1deg);
}
.rotate4 {
    transform: rotate(-3deg);
}
.rotate5 {
    transform: rotate(2deg);
}
.rotate6 {
    transform: rotate(4deg);
}
.rotate7 {
    transform: rotate(-1deg);
}
.rotate8 {
    transform: rotate(-4deg);
}
.rotate9 {
    transform: rotate(5deg);
}
.rotate10 {
    transform: rotate(-5deg);
}
*/
