body {
    margin: 0;
    background: #000;
    font-family: 'Roboto', sans-serif;
    font-weight:300;
    color: #FFF;
    width:100%;
    height:100%;
}

h1{
    font-size: 46px;
}

h2{
    font-size: 40px;
    font-family: 'Amiri', serif;
}

p {
    letter-spacing: 1px;
}

h1, h2 {
    font-weight: 300;
    margin:0;
    font-style: italic;
    font-family: 'Times New Roman', serif;
}


ul, li {
    list-style:none;
    margin:0;
    -webkit-margin-before:0;
    -webkit-margin-after:0;
    padding:0;
}

*::selection {
    background: #c4aa73;
}
*::-moz-selection {
    background: #c4aa73;
}

/* Trauben und Anker START */

nav {
    position: absolute;
    z-index: 100;
    top: 100px;
    transform: rotate(90deg);
    font-family: 'Amiri', serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 100;
    line-height: 1.5;
    letter-spacing: 9px;
    margin: 0;
    padding: 0;
    color: #C4AA72;
	left: 30px;

}

textarea {
    font-family: "Roboto", sans-serif;
}

nav.mobileNav {
    position: fixed;
    transform: none;
    font-family: 'Amiri', serif;
    bottom: 0;
    top: auto;
    background-color: #262626;
    width: 100%;
    padding: 40px;
    display: none;
    z-index: 2;
    left: auto;
}

nav ul a:link {
    color: #C4AA72;
    text-decoration: none;
}

.display-none {
    display: none;
}

nav ul a:visited {
    color: #C4AA72;
}

nav ul a:hover {
    color: #FFF;
}

nav ul a.active {
    color: #FFF;
    text-decoration: line-through;
}


.container {
    width: 1400px;
    margin: auto;
    overflow:hidden;
    height:100%;
}

section.main {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('/img/tua_back.jpg');
    background-size: cover;
    background-position: center center;
}

section.main img {
    width: 65%;
    margin: 25px auto;
    display: block;
}

section.main img.icon {
    width: 70%;
    float: right;
}

section.main img.bottle-group {
    width: 65%;
    margin-top: 50px;
}

section.main img.geschichten_text {
    margin: 0 0;
}

section.main .bottle-group .bottle {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    visibility: hidden;
}
section.main .bottle-group .bottle.active {
    visibility: visible;
}

.position-absolute {
    position: absolute;
}

.column-33 {
    float: left;
    box-sizing: border-box;
    width: 33%;
    height: 100%;
}

.row {
    height:80%;
}

section.main p {
    font-family: 'Libre Baskerville', serif;
}

span {
    font-size: 12px;
    text-align: justify;
    letter-spacing: 2px;
    display: block;
}

span.teaser {
    margin-top: 43px;
}

.cd-modal .container {
    width: 50%;
    text-align: center;
    overflow:auto;
    height:85%;
    margin: 5% 25% 0 25%;
}

.cd-modal  {
    z-index: 5;
}


.cd-modal.bigtext p {
    line-height: 2;
    margin: auto;
	font-size: 14px;
    word-wrap: break-word;
	max-width: 900px;
	text-align: justify;
	text-align-last: center;
}

.cd-modal p {
    line-height: 2;
    margin: auto;
    max-width: initial;
	font-size: 14px;
    word-wrap: break-word;
}

p.underline {
    font-size: 12px;
}

p.headline {
    color: #C4AA72;
    font-size: 16px;
    margin: 40px 0 10px 0;
    letter-spacing: 2px;
}

section.main .hero_headline p {
    color: #C4AA72;
    font-family: 'Amiri', serif;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 0.8vw;
    line-height: 110%;
    margin: 0;
    font-size: 4.2rem;
}

section.main .hero_headline p.first {
    color: #FFF;
}

section.main .bottle-group .bottle {
    top: 50%;
    transform: translateY(-50%);
}

p.big {
    font-family: 'Amiri', serif;
    font-size: 20px;
}

.uppercase {
    text-transform: uppercase;
}

a.button {
    color: #FFF;
    border: 1px solid #FFF;
    text-decoration: none;
    border-radius: 0;
    font-family: 'Amiri', serif;
    font-size: 22px;
    margin: 43px 0 0 0;
    font-weight: 100;
    width: auto;
    display: inline-block;
    padding: 6px 20px;
    letter-spacing: 5px;
}

.variant {
    width: 50px;
    height: 6px;
    float: left;
    background-color: #2c342c;
    margin-right: 20px;
    cursor: pointer;
}

.variant.active:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 26px;
    background-color: #FFF;
    margin-left: 23px;
    margin-top: -10px;
}

.variant.weiss {
    background-color: #dbc58a;
}
.variant.rose {
    background-color: #e17b70;
}
.variant.rot {
    background-color: #3e151a;
}
.variant.weiss_sauvi {
    background-color: #dbc58a;
}
.variant.weiss_ries {
    background-color: #dbc58a;
}

.variant.last {
    margin-right: 0;
}

.variant:after {
    content: '';
    width: 55px;
    height: 30px;
    margin-top: -12px;
    position: absolute;
}

.teaser {
    display: none;
}
.teaser.active {
    visibility: visible;
    display: block;
}

.variant-group {
    margin-top: 40px;
    margin-bottom: 20px;
    overflow: hidden;
}

.arrow {
    padding: 15px;
    cursor: pointer;
    opacity: 0.7;
}

.arrow-left {
    position: absolute;
    left: 0;
    width: 42px;
    top: calc(50% - 19px);
}

.arrow-right {
    position: absolute;
    right: 0;
    width: 42px;
    top: calc(50% - 19px);
}


a:link {
    color: #FFF;
}

.vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

button.hamburger {
    display: none;
    position:fixed;
    bottom: 20px;
    right: 5px;
    z-index: 3;
    -webkit-tap-highlight-color: transparent;
}

button.hamburger:focus {outline:0; background: transparent}

button.hamburger .hamburger-inner, button.hamburger .hamburger-inner, button.hamburger .hamburger-inner:after, button.hamburger .hamburger-inner:before {
    background-color: #C4AA72;
    width: 28px;
    height: 2px;
    margin-top: 0;
}

footer {
    bottom: 0;
    width: 100%;
    padding: 30px;
    font-size: 12px;
    margin-top: 50px;
    position: absolute;
    z-index: 2;
}

footer ul li {
    margin-left: 10px;
    float: right;
}

footer a {
    font-family: 'Amiri', serif;
    font-size:14px;
    color: #C4AA72;
}
footer a:link {
    color: #C4AA72;
}
footer a:visited {
    color: #C4AA72;
}
footer a:hover {
    color: #FFF;
}

footer ul li.first {
    float: left;
    color: #434343;
    padding-top: 3px;
    margin-left: 0;
}

footer ul li.first a {
    color: #989898;
    font-size: 12px;
}

input[type="text"], input[type="email"], textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #FFF;
    padding: 12px 40px;
    box-sizing: border-box;
    font-size: 25px;
    margin-bottom: 40px;
    color: #FFF;
    background-color: transparent;
}

textarea {
    border-top: 1px solid #FFF;
    height:200px;
    margin-top: 20px;
}

input[type="text"]::placeholder, input[type="email"]::placeholder, textarea::placeholder {
    color: rgba(255,255,255,0.7);
}

input[type="text"]:focus, section.contact input[type="email"]:focus, textarea:focus {
    outline-width: 0;
    border-width: 2px;
}



section.contact {
    height: 100%;
}

section.contact .item {
    overflow: hidden;
}


section.contact .choose-date {
    width: 100%;
}

section.contact .choose-date .box {
    width: 46%;
    border: 1px solid #FFF;
    height: 80px;
}

section.contact .textfields {
    width: 100%;
    float: left;
    margin-top: 40px;
}

section.contact .submitarea .box {
    width: 50%;
}

section.contact .submitarea label.reallabel {
    font-size: 14px;
    display: inline;
    width: 68%;
    margin-top: 0;
    text-align: left;
}

section.contact .submitarea label.myCheckbox {
    margin-top: 3px;
}

section.contact input[type="submit"] {
    width: 70%;
    height: 51px;
    float: right;
    color: #FFF;
    font-size: 20px;
    border: 1px solid #FFF;
    font-family: 'Amiri', serif;
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

section.contact p.underline {
    text-align: center;
}

/* Checkbox Start */

label.myCheckbox {
    float: left;
}

.thankyou {
    box-sizing: border-box;
    z-index: 1;
    color: #FFF;
    position: fixed;
    text-align: center;
    width: 100%;
    margin-top: 0;
    font-size: 15px;
    background-color: #C4AA72;
    padding: 16px;
    display: none;
}

.thankyou span {
    text-align: center;
    font-size: 15px;
    font-family: 'Amiri', serif;
    font-style: normal;
}

label.reallabel {
    margin-top: 10px;
    display: block;
    float: left;
    font-size: 19px;
    margin-left: 20px;
}

.wrap {
    float: left;
    margin-top: 19px;
    width: 100%;
}

.myCheckbox input {
    display: none;
    position: relative;
    z-index: -9999;
}

.myCheckbox span {
    display: block;
    border:1px solid #FFF;
    width: 40px;
    height: 40px;
    margin-left: 40px;
}

.myCheckbox input:checked + span {
    background: url(/img/haekchen.png?v=1);
    background-position: center center;
}

/* Checkbox END */

.scribble-transition {
    font-family: "Roboto", sans-serif;
    color: #FFF;
}

.scribble-transition h1, .scribble-transition h2 {
    margin-bottom: .4em;
    font-family: 'Amiri', serif;
    font-size: 40px;
    font-weight: 100;
    font-style: normal;
    text-transform: uppercase;
    color: #C4AA72;
    letter-spacing: 3px;
}

.scribble-transition .cd-modal .modal-close:hover {
    background: #FFF;
}

.scribble-transition .cd-modal .modal-close {
    background: #C4AA72;
}

.cd-modal .modal-close {
    top: 60px;
    right: 60px;
}

.impressum h2 {
    margin-bottom: 0;
}

.cd-modal p {
    margin-bottom: 20px;
}

input.error, textarea.error, .myCheckbox.error span{
    border-color: #C4AA72;
    border-width: 2px;
}

a.presse-link {
	font-family: 'Amiri', serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 100;
    line-height: 1.5;
    letter-spacing: 9px;
    color: #C4AA72;
}

a.presse-link:visited {
	color: #C4AA72;
	text-decoration: line-through;
}

a.presse-link:link {
	color: #C4AA72;
}

a.presse-link:hover {
	color: #fff;
	text-decoration: line-through;
}

/* Trauben und Anker ENDE */
























.container-large {
    width: 1280px;
    margin: auto;
    overflow: hidden;
}

.half {
    width:48%;
    margin-right: 2%;
}

.half.last {
    margin-right: 0;
}

img {
    /*image-rendering: -webkit-optimize-contrast;*/
}

p, span {
    line-height: 1.8;
}

.button {
    text-transform: uppercase;
    border-radius: 4px;
    border: 1px solid;
    background-color: transparent;
    margin:auto;
    text-align: center;
    display: block;
    font-weight: 600;
    font-size: 10px;
    padding: 8px 12px;
    letter-spacing: 1px;
    width: 135px;
}

.left {
    float:left;
}

.right {
    float:right;
}

button.empty, .button.empty {
    border-color: #000;
}

a:link {
    color:#FFF;
}

a:hover {
    color:#FFF;
}

a:visited {
    color:#FFF;
}

.stopfade {
    opacity: .5;
}

#mainNavBar {
    height:82px;
    background-color: rgba(0,0,0,0.8);
}

#mainNavBar.scroll{

}

.navbar-brand.logo img {
    height: 37px;
    margin-top: 7px;
}


/* Sections START */

section.info1 {
    height: 1024px;
}

section.info1 img {
    margin-bottom: 73px;
}

section.info1 p {
    font-size: 22px;
    text-align: center;
    line-height: normal;
}

section.info1 span {
    width: 300px;
    display: block;
    font-size: 22px;
    text-align: center;
    line-height: 24px;
    margin: 64px auto 32px auto;
}

section.info1 .appointment_container {
    width: 100%;
    margin: auto;
    font-weight: bold;
}

section.info1 .appointment_container span {
    width: 100%;
    display: block;
    font-size: 22px;
    text-align: center;
    line-height: 1.6;
    font-weight: 100;
    margin: 32px auto;
}

section.info2 {
    height: 545px;
    position: relative;
}

section.info2 .background_box {
    width: 60%;
    height: 100%;
    background-color: #a38142;
    float: right;
}

section.info2 .background {
    width: 98%;
    height: 100%;
    position: absolute;
    z-index: -1;
    /* margin: auto; */
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

section.info2 .left_box {
    float: left;
    width: 50%;
    height: 100%;
    padding: 20px 0;
    box-sizing: border-box;
}

section.info2 .left_box .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

section.info2 .right_box {
    float: right;
    width: 50%;
    height: 100%;
    color:#FFF;
}

section.info2 .wrapper {
    height: 100%;
    z-index: 1;
    width: 98%;
    margin: auto;
}

section.info2 .left_box img {
    width: 100%;
}

section.info2 .text_container  {
    overflow: hidden;
}

section.info2 .text_container p {
    width: 60%;
    margin: auto;
    text-align: justify;
    font-size: 20px;
}

section.videos {
    height:450px;
}



section.story {
    height:777px;
    text-align: center;
}

section.story p.second {
    margin-top: 40px;
}

section.minislider {
    height: 777px;
    background-image: url(/img/gallery_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

section.minislider .left {
    width: 50%;
    height: 100%;
}

section.minislider .frame {

    width:450px;
    margin:  10px auto;
    position: relative;
    border: 10px solid #131313;

    /* https://www.cssmatic.com/box-shadow */
    -webkit-box-shadow: 10px 10px 16px -4px rgba(0,0,0,0.14);
    -moz-box-shadow: 10px 10px 16px -4px rgba(0,0,0,0.14);
    box-shadow: 10px 10px 16px -4px rgba(0,0,0,0.14);

}

section.minislider .frame ul {
    background-color: #131313;
    height: 100%;
}

section.minislider .right {
    width: 50%;
    height: 100%;
}

section.comments  {
    height:374px;
}

section.comments p {
    text-align: center;
    font-size: 21px;
    line-height: normal;
}

section.gallery  {

}

section.gallery img  {
    width: 100%;
    height: 100%;
}

section.gallery .row {
    margin-bottom: 2%;
    text-align: justify;
    display: flex;
    justify-content: space-between;
    padding: 0 2%;
}

section.gallery .column-50 {
    float: left;
    box-sizing: border-box;
    width: 48%;
    height: 100%;
    margin-right: 2%;
}

section.gallery .row {
    margin-bottom: 2%;
}

section.gallery .column-25 {
    float: left;
    box-sizing: border-box;
    width: 23%;
    height: 100%;
    margin-right: 2%;
}

section.gallery .image {
    width: 100%;
    height: 100%;
}




/* Sections END */




























/* SLIDES START */

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}


/* SLIDES END */


/* Reference START */
.references img {
    width:100%;
    margin-top: 35px;
}

.reference {
    padding: 80px 0;
    color: #4b4b4b;
}

.reference.bg_gray {
    background-color: #e6e6e6;
}

/* Reference END */

.container.no-scrollbar {
    -ms-overflow-style: none;  // IE 10+
    /*overflow: -moz-scrollbars-none;  // Firefox*/
}
.container.no-scrollbar::-webkit-scrollbar {
    display: none;  // Safari and Chrome
}







.centerbox {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    position: absolute;
}

.centerbox img {
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    margin: auto;
    display: block;
}

.mainNav ul {
    color: #FFF;
    list-style: none;
    display: block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.mainNav {
    float: right;
    margin-top: 32px;
}

.mainNav ul > li {
    float: left;
    margin-right: 70px;
}

.components .box {
    width: 19%;
    float: left;
    margin-top: 30px;
    padding: 5px;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    margin-left: 1%;
    height: 280px;
    position:relative;
}


.box button {
    margin: 20px auto;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
}

.components .box.even {
}

.components {
    list-style: none;
    margin-top: 10px;
}

.components .text {
    padding: 0 10px;
    text-align: center;
}

.components img {
    width: 100%;
    margin: auto;
    background-color: #00cccf;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.components h2 {
    font-size:12px;
    text-transform: uppercase;
    margin-top: 10px;
}

.components p {
    margin-top: 10px;
    font-size:10px;
}

section.team {
    margin-top: 40px;
    color:#FFF;
}

section.team h2 {
    margin-top: 40px;
}

section.team .persons {
    background-color: #00cccf;
}

.persons .button {
    margin-bottom: 70px;
}


.persons .person {
    height: 300px;
    width: 25%;
    text-align: center;
    float:left;
    font-size: 12px;
    margin-left: 10px;
}

.person .name{
    margin-top: 15px;
    display: block;
}

.person .position{
    text-transform:uppercase;
}

.person img {
    height: 150px;
    image-rendering: -webkit-optimize-contrast;
}

.arrowbox {
    background-color: #00cccf;
    color: #FFF;
    height: 270px;
    position: relative;

}

.arrowbox h1 {
    width: 100%;
    margin: 0;
    font-size:40px;
    font-weight: 300;
}



.arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;

    margin: auto;
    border-top: 20px solid #00cccf;
}


section.explain {
    margin:100px 0;
}

section.explain .container {
    text-align: justify;
}

section.explain h2 {
    margin-bottom:60px;
}

/* STYLUS MOUSE ICON START */
.icon-scroll, .icon-scroll:before {
    position: absolute;
    left: 50%;
}
.icon-scroll {
    width: 40px;
    height: 70px;
    margin-left: -20px;
    margin-top: -35px;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 25px;

    bottom: 20px;
    position: absolute;
    height: 40px;
    width: 20px;
}
.icon-scroll:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll;
}
@-moz-keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(23px);
    }
}
@-webkit-keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(23px);
    }
}
@-o-keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(23px);
    }
}
@keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(23px);
    }
}
@-moz-document url-prefix() {
    .cd-transition-layer {
        display: none;
    }
}

/* STYLUS MOUSE ICON END */
