/* Weinbau Skobek CSS - 13.10.2021 */
body {
    font-family: 'Raleway', sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: #660066;
    text-align: center;
}

.h2, h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
}

@media screen and (min-width: 40em) {
    .h2, h2 {
        font-size: 3rem;
    }
}

.h4, h4 {
    font-size: 1.75rem;
}

button, .button {
    background-color: #660066;
}

button:focus, .button:focus, button:hover, .button:hover {
    background-color: #4f004f;
}

.fi-marker, .fi-info {
    color: #660066;
}

label {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

table.contenttable {
	border-collapse: inherit;
	margin-bottom: 3rem;
}

table.contenttable tbody tr:nth-child(2n) {
	background-color: rgba(102, 0, 102, 0.85);
	color: #fefefe;
}

a {
    color: #660066;
}

a:hover {
    /*background-color: #4f004f;*/
}

.reveal .close-button {
    background-color: transparent;
}

.reveal .close-button:focus, .reveal .close-button:hover {
    background-color: transparent;
}

/* Sticky Shrink Navigation begin -------------------------------------------------------------------------------------------------------------------------- */
.title-bar {
    background-color: #094C42;
}

.title-bar .menu-icon {
    background-color: transparent;
}

.title-bar-title {
    font-weight: 500;
}

.top-bar {
    background-color: #094C42;
    /*height: inherit;*/
}

@media screen and (min-width: 75em) {
    .top-bar {
        height: inherit;
    }
}

.top-bar ul {
    background-color: transparent;
}

@media screen and (min-width: 64em) {
    .title-bar {
        display: none;
    }
}

.sticky-shrinknav-menu {
    justify-content: center;
}

.sticky-shrinknav-menu a {
    color: #fefefe;
}

@media screen and (min-width: 64em) {
    .sticky-shrinknav-header {
        width: 100%;
        height: 5rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        background-color: #094C42;
        text-align: center;
        position: fixed;
        top: 0;
        left: 0;
        overflow: visible;
        transition: all 0.5s ease;
        z-index: 10;
    }
    .sticky-shrinknav-title {
        background-color: #094C42;
        top: 5rem;
        padding: 15px;
        margin-bottom: 0;
        color: #fefefe;
        transition: all 0.3s ease;
        position: relative;
        -webkit-transform: translateY(4.875rem);
            -ms-transform: translateY(4.875rem);
                transform: translateY(4.875rem);
        transform: rotate(-5deg);
    }
    .sticky-shrinknav-bar {
        width: 100%;
    }
    .sticky-shrinknav-menu {
        height: 3.75rem;
        line-height: 3.75rem;
        width: 100%;
        transition: all 0.5s ease;
        justify-content: center;
        align-items: center;
    }
    .sticky-shrinknav-menu li {
        border-radius: 2px;
        transition: all 0.3s ease;
    }
    .sticky-shrinknav-menu li:hover {
        box-shadow: 0px 5px 0px -3px #fefefe;
    }
    .sticky-shrinknav-menu li.sticky-shrinknav-image {
        border-radius: 0;
    }
    .sticky-shrinknav-menu li.sticky-shrinknav-image:hover {
        box-shadow: none;
    }
    body.sticky-shrinknav-wrapper {

    }
    body.sticky-shrinknav-wrapper-hide {

    }
    body.sticky-shrinknav-wrapper .sticky-shrinknav-header {
        height: 3.75rem;
        background-color: rgba(9, 76, 66, 0.9);
    }
    body.sticky-shrinknav-wrapper .sticky-shrinknav-header .sticky-shrinknav-title {
        background-color: transparent;
        -webkit-transform: translateY(-150%);
            -ms-transform: translateY(-150%);
                transform: translateY(-150%);
        transform: scale(.2);
        transition: all 0.3s ease;
        top: 0;
    }
    .sticky-shrinknav-image {
        display: none;
    }
    .sticky-shrinknav-image-show {
        display: block;
    }
}

@media screen and (min-width: 75em) {
    .sticky-shrinknav-bar {
        width: auto;
        position: relative;
        left: -7%;
    }
}
/* Sticky Shrink Navigation end ---------------------------------------------------------------------------------------------------------------------------- */

/* Hero and Slick Slider begin ----------------------------------------------------------------------------------------------------------------------------- */
.hero {
    position: relative;
    /*height:60vh;*/
    overflow: hidden;
    /*width: 100%;
    float:left;*/
}

.hero h1 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 1;
    text-align: center;
    color: #fefefe;
    text-shadow: 0 0 10px #000;
    font-weight: 700;
    transform: translate(0, -50%);
}

@media screen and (min-width: 75em) {
    .hero h1 {
        font-size: 5rem;
    }
}

.hero-slider {

}

/*
.hero-slider:not(:first-child) {
    visibility: hidden;
}

.hero-slider.slick-initialized {
    visibility: visible;
}
*/

.hero-slider {
	 visibility: hidden;
	 opacity: 0;
	 /*transition: opacity .5s;*/
}

.hero-slider.slick-initialized {
	visibility: visible;
	opacity: 1;
}

.hero-slider .slick-slide {
	display: none;
}

.hero-slider .slick-slide:first-child {
	display: block;
    /*visibility: hidden;*/
}

.hero-slider.slick-initialized .slick-slide {
	display: block;
    visibility: visible !important;
}

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

.slick-list {

}

.slick-prev, .slick-next {
    background: transparent;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    z-index: 1;
}

.slick-prev {
    left: 25px;
}

.slick-next {
    right: 25px;
}

.slick-prev::before, .slick-next::before {
    font-family: 'slick';
    font-size: 50px;
    line-height: 1;
    opacity: .75;
    color: #fefefe;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 39.9375em) {
    .slick-prev, .slick-next {
        display: none !important;
    }
}

/*
@media screen and (max-width: 39.9375em) {
    .slick-track {
        height: 300px;
        overflow: hidden;
    }
}

@media screen and (min-width: 40em) {
    .slick-track {
        height: auto;
        overflow: hidden;
    }
}


@media screen and (min-width: 75em) {
    .slick-track {
        height: 760px;
        overflow: hidden;
    }
}
*/

/*
.slick-track {
    overflow: hidden;
}
*/

/*
.slick-initialized .slick-slide {

}
*/

.slick-slide img {
    width:100% !important;
    /*height: 100%;*/
    /*object-fit: cover;*/
}

.slick-dots {
    bottom: -35px;
}

.slick-dots li {
    margin: 0 10px;
}

.slick-dots li button::before {
    font-size: 20px;
}
/* Hero and Slick Slider end ------------------------------------------------------------------------------------------------------------------------------- */

/* Main begin ---------------------------------------------------------------------------------------------------------------------------------------------- */
main {
    /*width: 100%;
    float:left;*/
}

main a {
    background-color: transparent;
    padding-bottom: 2.5px;
    border-bottom: 1px solid #660066;
    box-shadow: inset 0 -6px 0 #660066;
    -webkit-transition: background-color .25s ease-out;
    transition: background-color .25s ease-out;
}

main a:hover, main a:focus {
    background-color: #4f004f;
    color: #fefefe;
    border-bottom: 1px solid #4f004f;
    box-shadow: inset 0 -6px 0 #4f004f;
}

.content {
    width: 100%;
    padding-top: .9375rem;
    padding-bottom: .9375rem;
    float:left;
}

body.start .content {
    padding-top: .9375rem;
    padding-bottom: 0;
}
/* Sections begin -------------------------------------------------------------------------------------------------- */
.section {
    width:100%;
    float:left;
}

section .large-12-column, .section .large-12-column {
    padding-top: 60px;
    padding-bottom: 50px;
}

section header, .section header {
    text-align: center;
    padding-bottom: 50px;
}

section h2, section .h2 {
    margin-bottom: 0.5rem;
}

.white {
    background-color: #fefefe;
}

.light-gray {
    background-color: #f8f8f8;
}

.gray {
    background-color: #ececec;
}
/* Section end ----------------------------------------------------------------------------------------------------- */

/* Unplugged begin ------------------------------------------------------------------------------------------------- */
.unplugged {
    text-align: center;
}

.unplugged h2 {

}

.unplugged ul {

}

.unplugged li {

}

@media screen and (max-width: 39.9375em) {
    .unplugged .times ul {
        /*margin-left: 0;*/
    }
}
/* Unplugged end --------------------------------------------------------------------------------------------------- */

/* Gallery begin --------------------------------------------------------------------------------------------------- */
.gallery {
    text-align: center;
}

.gallery .ce-column {
    width: 100%;
    margin-right: 0;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    overflow: hidden;
}

.gallery .ce-gallery figure {
    height: 170px;
    margin: 0;
    display: block;
    overflow: hidden;
}

.gallery .ce-gallery img {
    display: inline-block;
	width: 100%;
}

@media screen and (min-width: 40em) {
    .gallery .ce-column {
        width: 50%;
    }
    .gallery .ce-gallery figure {
        height: 150px;
    }
    .gallery .ce-gallery img {

    }
}

@media screen and (min-width: 48em) {
    .gallery .ce-column {
        width: 50%;
    }
    .gallery .ce-gallery figure {
        height: 190px;
    }
    .gallery .ce-gallery img {

    }
}

@media screen and (min-width: 64em) {
    .gallery .ce-column {
        width: 25%;
    }
    .gallery .ce-gallery figure {
        height: 120px;
    }
    .gallery .ce-gallery img {

    }
}

@media screen and (min-width: 75em) {
    .gallery .ce-column {

    }
    .gallery .ce-gallery figure {
        height: 159px;
    }
    .gallery .ce-gallery img {

    }
}
/* body.image-gallery begin ------------------------------------------------ */
body.image-gallery .ce-gallery .ce-column {
    margin-right: 0;
	padding: 0 15px 15px 15px;
}

body.image-gallery .ce-gallery figure {
    height: 160px;
    margin: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
}

@media screen and (min-width: 64em) {
    body.image-gallery .ce-gallery figure {
        width: 270px;
    }
}

body.image-gallery .ce-gallery img {
    width: 100%;
    display: inline-block;

}
/* body.image-gallery end -------------------------------------------------- */
.ce-gallery a {
    width: 100%;
    border-bottom: none;
    box-shadow: none;
    padding-bottom: 0;
}

.ce-gallery a:hover, .ce-gallery a:focus {
    background-color: transparent;
    border-bottom: none;
    box-shadow: none;
}
/* Gallery end ----------------------------------------------------------------------------------------------------- */

/* Specials begin -------------------------------------------------------------------------------------------------- */
.specials {
    text-align: center;
}
/* Specials end ---------------------------------------------------------------------------------------------------- */

/* Farm begin ------------------------------------------------------------------------------------------------------ */
.farm {
    text-align: center;
}
/* Farm end -------------------------------------------------------------------------------------------------------- */

/* About with Marketing Site Three Up begin ------------------------------------------------------------------------ */
.about {
    text-align: center;
}

.about-image {
    padding-bottom: 50px;
}

.marketing-site-three-up {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}

.marketing-site-three-up.medium-unstack > .column, .marketing-site-three-up.medium-unstack > .columns {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
}

@media screen and (min-width: 40em) {
    .marketing-site-three-up.medium-unstack > .column, .marketing-site-three-up.medium-unstack > .columns {
        -webkit-flex: 1 1 0px;
            -ms-flex: 1 1 0px;
                flex: 1 1 0px;
    }
}

.marketing-site-three-up .column, .marketing-site-three-up .columns {
    margin-bottom: 1rem;
}

@media screen and (min-width: 40em) {
    .marketing-site-three-up .column, .marketing-site-three-up .columns {
        margin-bottom: 0;
    }
}

.marketing-site-three-up .fa {
    font-size: 3rem;
    color: #1779ba;
    margin-bottom: 1rem;
}

.marketing-site-three-up-image {
    padding-bottom: 1.5rem;
}

.marketing-site-three-up-image img {
    width: auto;
    height: 125px;
}
/* About with Marketing Site Three Up end -------------------------------------------------------------------------- */

/* Find us begin --------------------------------------------------------------------------------------------------- */
.find-us {

}
.find-us .large-12-column {
    padding-right: 0;
    padding-left: 0;
}

.find-us .find-us-wrapper {
    position: relative;
}

.find-us .map {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.find-us .show-info-link {
    width: 200px;
    height: 50px;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0.6s, top 0.5s;
    transition: opacity 0.5s, visibility 0.6s, top 0.5s;
}

.find-us .show-info-link .show-info {
    background: #fefefe;
    width: 100%;
    height: 100%;
    color: #111;
    font-size: 0.85em;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    padding-top: 8px;
    cursor: pointer;
}

.find-us .show-info-link .show-info:hover {
    background: #ececec;
}

.find-us .show-info-link .show-info i {
    font-size: 24px;
    padding-right: 8px;
}

.find-us .contact-info {
    background: #fff;
    margin: 0 auto;
    padding: 60px 50px 40px 50px;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    -webkit-transition: opacity 0.5s, visibility 0.6s, margin-top 0.5s;
    transition: opacity 0.5s, visibility 0.6s, margin-top 0.5s;
}

@media screen and (max-width: 39.9375em) {
    .find-us .contact-info {
        position: static;
        padding: 60px 30px 30px 30px;
    }
}

.find-us .contact-info address .address-group {
    margin-bottom: 40px;
}

.find-us .contact-info address .address-group.last {
    margin-bottom: 24px;
}

.find-us .contact-info address .address-group span {
    color: #999;
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
}

.find-us .contact-info address .address-group a,
.find-us .contact-info address .address-group p {
    color: #111;
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 3px;
}

.find-us .contact-info address .address-group a {
    border: none;
    box-shadow: none;
    padding-bottom: 0;
}

.find-us .contact-info address .address-group a:hover {
    background: none;
}

.find-us .contact-info address .show-map-link {
    text-align: center;
}

.find-us .contact-info address .show-map-link .show-map {
    font-size: 1.25rem;
    color: #111;
    margin-top: -20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.find-us .contact-info address .show-map-link .show-map:hover {
    color: #999;
}

.find-us .contact-info address .show-map-link .show-map:hover .fi-marker {
    color: #999;
}

.find-us .contact-info address .show-map-link .show-map i {
    font-size: 24px;
    padding-left: 10px;
    padding-right: 8px;
}

.find-us .map-open {
    margin-top: 30px;
    opacity: 0;
    visibility: hidden;
}

.find-us .info-open {
    top: 0;
    opacity: 1;
    visibility: visible;
}
/* Find us end ----------------------------------------------------------------------------------------------------- */

/* Contact begin --------------------------------------------------------------------------------------------------- */
.contact {

}

.contact .tx-powermail {

}

@media screen and (min-width: 40em) {
    .contact .tx-powermail {

    }
}

.tx-powermail legend {
    width: 100%;
    text-align: center;
}

.tx-powermail .fi-asterisk {
    color: #660066;
    padding-left: .3125rem;
}

.tx-powermail .parsley-errors-list.filled {
    list-style-type: none;
}

.tx-powermail .parsley-custom-error-message, .tx-powermail .parsley-required {
    background: #660066;
    color: #fefefe;
    padding-right: 15px;
    padding-left: 15px;
}
/* Contact end ----------------------------------------------------------------------------------------------------- */
/* Main end ------------------------------------------------------------------------------------------------------------------------------------------------ */

/* Footer begin -------------------------------------------------------------------------------------------------------------------------------------------- */
.footer-nav {
    background-color: #094C42;
    max-width: 75rem;
    width: 100%;
    color: #fefefe;
    margin-right: auto;
    margin-left: auto;
    padding: 2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.row.expanded {
    max-width: none;
}

.footer-nav-left, .footer-nav-right {
    padding-right: .625rem;
    padding-left: .625rem;
    color: #fefefe;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}

@media screen and (min-width: 40em) {
    .footer-nav-left, .footer-nav-right {
        padding-right: .9375rem;
        padding-left: .9375rem;
    }
    .footer-nav-right {
        padding-right: 100px;
    }
}

.footer-copyright {
    color: #cbcbcb;
    font-size: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.footer-nav-center {
    min-width: initial;
    padding-right: .625rem;
    padding-left: .625rem;
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
}

@media screen and (min-width: 40em) {
    .footer-nav-center {
        padding-right: .9375rem;
        padding-left: .9375rem;
    }
}

.footer-nav-menu {
    width: 70%;
    margin: 0 auto;
    justify-content: space-evenly;
}

.footer-nav-menu a {
    color: #fefefe;
}

.footer-nav-menu-icons {
    list-style: none;
    margin-bottom: 0;
    text-align: center;
}

.fi-mail, .fi-social-facebook {
    color: #fefefe;
    font-size: 3rem;
}
/* Footer end ---------------------------------------------------------------------------------------------------------------------------------------------- */

/* Scroll to Top begin ------------------------------------------------------------------------------------------------------------------------------------- */
.scroll-to-top {
    display: none;
    cursor: pointer;
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 1000;
}

.scroll-to-top .fi-arrow-up {
    color: #fefefe;
    font-size: 50px;
    background: #cecece;
    padding: 6px 25px;
    border-radius: 3px;
    transition: background .25s ease-out;
}

.scroll-to-top .fi-arrow-up:hover {
    background: #757474;
}

@media screen and (max-width: 39.9375em) {
    .scroll-to-top {
        display:none !important;
    }
}
/* Scroll to Top end --------------------------------------------------------------------------------------------------------------------------------------- */

/* Mindshape Cookie Hint begin ----------------------------------------------------------------------------------------------------------------------------- */
.cc_container {
    background: #094C42;
    color: #fff;
    font-size: 20px;
    font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
    box-sizing: border-box;
}

.cc_container .cc_message {
    font-size: 20px !important;
}
/* Mindshape Cookie Hint end ------------------------------------------------------------------------------------------------------------------------------- */