/* ==========================================================================

// Black Cow - http://www.blackcow.ch
// Author: Stefan Margelisch - http://www.blackcow.ch
// Version: 1.1.1 - Last Updated: 11. Mai 2017

========================================================================== */

/* ==========================================================================
Allgemein
========================================================================== */

body {
    font-size: 16px;
    font-family: 'Tinos', serif;
    color: #4f4f4f;
}

h1 {
    font-family: 'Tinos', serif;
    font-size: 3rem;
    text-align: center;
    letter-spacing: 6px;
    color: #670034;
}

h2 {
    font-family: 'Tinos', serif;
    font-size: 1.3rem;
    text-align: center;
    letter-spacing: 4px;
    color: #670034;
    padding: 10px 0 10px 0;
}

h3 {
    font-family: 'Tinos', serif;
    font-size: 1rem;
    text-align: left;
    color: #670034;  
}

h4 {
    font-family: 'Tinos', serif;
    font-size: 0.8rem;
    text-align: left;
    color: #670034;  
}

.border-bottom {
    border-bottom: 1px solid #4F4F4F;
}

.margin-bottom {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.padding-bottom {
    padding-bottom: 20px;
}

.no-textdecoration a {
    text-decoration: none;
}

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

.font-grey {
    color: #4f4f4f;
}

/* ==========================================================================
Header
========================================================================== */
.header {
    margin-bottom: 30px;
}


.logo {
    height: 120px;
    padding-left: 10px;
}

.logo h1 {
    height: 120px;
    padding-top: 15px;
    text-align: left;
    letter-spacing: normal;
}


/* ==========================================================================
Navigation
========================================================================== */

@media screen and (max-width:980px) {
  
    ul.topnav li {
        display: none;
    }
     
    ul.topnav li.icon {
        display: inline-flex;
        position: absolute;
        right: 20px;
        top: -100px;
        float: right;
        padding: 6px 4px 4px 4px;
        border: 3px solid #670034;
        border-radius: 4px;
    }
    
    ul.topnav li.icon a {
        text-decoration: none;
    }
    
    ul.topnav.responsive {
        position: relative;
        margin: 0;
        padding: 0;
    }
    
    ul.topnav.responsive li.icon {
        position: absolute;
        right: 20px;
        top: -100px;
    }
    
    ul.topnav.responsive li {
        float: none;
        display: inline;
    }
    
    ul.topnav.responsive li a {
        display: block;
        font-size: 1rem;
        font-weight: 700;
        text-align: center;
        text-decoration: none;
        letter-spacing: 3px;
        padding: 6px;
        border-bottom: 1px solid #4f4f4f;
        color: #670034;
    }
    
    ul.topnav.responsive li.icon a{
        border: none;
        padding: 0;
    }

    .active {
        color: #4f4f4f !important;;
    }
}

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

    .nav {
        position: relative;
        margin: 0;
        padding: 0;
    }

    .topnav {
        position: absolute;
        right: 0;
        margin: 0;
        padding: 0;
    }

    ul.topnav {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: #ffffff;
    }

    ul.topnav li {
        float: left;
        margin: 0;
    }

    ul.topnav li a {
        height: 120px;
        display: inline-block;
        font-size: 0.8rem;
        font-weight: 700;
        letter-spacing: 0.3px;
        text-align: center;
        padding-top: 20px;
        padding-left: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
        text-decoration: none;
        transition: 0.5s;
        overflow: hidden;
        color: #670034;
    }

    ul.topnav li a:hover {
        color: #4f4f4f;
    }

    .active {
        color: #4f4f4f !important;
    }

    ul.topnav li.icon {
        display: none;
    }
    
    ul.topnav li img {
        margin-bottom: 8px;
    }
}

/* ==========================================================================
Index
========================================================================== */

.index-1 {
    height: 350px;
    overflow: hidden;
    background-image: url("../img/header_index.jpg");
    background-repeat: none;
    background-position: center;
    background-size: cover;
    opacity: 1;
}

.index-2 {
    position: relative;
    height: 350px;
    overflow: hidden;
    background-image: url("../img/online_kaufen.jpg");
    background-repeat: none;
    background-position: center;
    background-size: cover;
    opacity: 1;
}

.index-2-inner {
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 4px;
    margin: 0 auto;
    padding-top: 170px;
    color: white;   
}

.index-3 {
    height: 350px;
    overflow: hidden;
    background-color: #620034;
    opacity: 1;
}

.index-3-inner {
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 4px;
    margin: 0 auto;
    padding-top: 80px;
    color: white; 
}

.index-3-inner-text{
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px;
    color: white; 
}

.index-4 {
    height: 350px;
    overflow: hidden;
    background-image: url("../img/einblicke.jpg");
    background-repeat: none;
    background-position: center;
    background-size: cover;
    opacity: 1;
}

.index-4-inner {
    width: 60%;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 4px;
    margin: 0 0 0 10px;
    padding-top: 170px;
    color: white;    
}

.index-5 {
    height: 350px;
    overflow: hidden;
    background-image: url("../img/pioniere.jpg");
    background-repeat: none;
    background-position: center;
    background-size: cover;
    opacity: 1;
}

.index-5-inner {
    font-size: 100px;
    line-height: 100px;
    text-align: center;
    letter-spacing: 10px;
    margin: 0 auto;
    padding-top: 20px;
    color: #620034;
}

.index-6 {
    height: 350px;
    overflow: hidden;
    background-image: url("../img/filmab.jpg");
    background-repeat: none;
    background-position: center;
    background-size: cover;
    opacity: 1;
}


/* ==========================================================================
Footer
========================================================================== */

.footer {
    position: relative;
    height: 180px;
    margin: 0 0px 20px 0px;
}

.footer-img {
    position: absolute;
    bottom: 0px;
    display: block;
    margin: 0 auto;
}
.footer-text {
    position: absolute;
    top: 0px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 1.4;
    color: #670034;
}

footer a {
    text-decoration: none;
    color: #670034;
}

.footer-signature {
    position: absolute;
    height: 10px;
    bottom: 5px;
    left: 5px;
    font-size: 10px;
    line-height: normal;
    color: white;
}

.footer-signature a {
    color: white;
}

/* ==========================================================================
Weine
========================================================================== */
.kellerei-subtitel {
    padding-left: 15px;
    padding-right: 15px;
}

.auswahl {
    height: auto;
    margin: 0;
    padding: 0;
}

.auswahl-weine {
    height: auto;
    margin-bottom: 10px;
    padding: 0;
}

.auswahl-nav {
    margin: 0;
    padding: 0;
}

ul.auswahl-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #ffffff;
}

ul.auswahl-nav li {
    display: block;
    float: none;
    margin-bottom: 15px;
}

ul.auswahl-nav li a {
    height: 50px;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: left;
    padding-top: 14px;
    padding-left: 20px;
    text-decoration: none;
    transition: 0.5s;
    overflow: hidden;
}

.auswahl-nav li{
    margin-right: 20px !important;
    text-align: center !important;
    background-color: #ececec;
    color: 4f4f4f;
    padding: 14px 0;
    cursor: pointer;
}

.auswahl-bestellen {
    height: auto;
    background-color: #670034;
    color: white;
    text-align: center;
    padding: 14px 0px;
    margin-top: -10px;
    margin-bottom: 20px;
}

.auswahl-bestellen a{
    letter-spacing: 1.5px;
    color: white;
}

.weine-content {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.weine-content-1 {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

/* ==========================================================================
Weinbeschreibung
========================================================================== */

.weinbeschreibung-content {
    min-height: 100%;
    margin-bottom: 20px;
    
}

.weinbeschreibung-bild {
    height: 100%;
}

.weinbeschreibung-img {
    display: block;
    max-height: 400px;
    margin: 0 auto;
}


.weinbeschreibung-text-inner {
    margin-bottom: 20px;
}

.weinbeschreibung-text {
    height: auto;
}

.weinbeschreibung-text p {
    margin-bottom: 5px;
    
}

.weinbeschreibung-text p span {
    font-weight: 700;
    color: #670034;
}

.button-bestellen {
    display: block;
    width: 240px;
    border: 1px solid #4f4f4f;
    text-align: center;
    background-color: #670034;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 10px;
    letter-spacing: 1.5px;
    color: white;
}
a.no-textdecoration{
    text-decoration: none !important;
}

.button-zuruck {
    display: block;
    width: 240px;
    border: 1px solid #4f4f4f;
    text-align: center;
    background-color: #ececec;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 10px;
    letter-spacing: 1.5px;
    color: #4f4f4f;
}

/* ==========================================================================
Weinshop / Warenkorb / Bestellformular
========================================================================== */

.invisible{
    height: 0px;
    width: 0px;
}

.img-border{
    border: 1px solid #4f4f4f;
}

.single_amount{
    width: 28px;
    margin-right: 12px;
}

.hints{
    margin-top: 0em;
    padding-left: 1em;
}

.form label{
    font-family: 'Tinos', serif;
    font-size: 1rem;
    text-align: left;
    color: #670034;
    font-weight: 700;
    text-transform: uppercase;
}
.form input{
    width: 100%;
    margin-bottom: 1em;
}

.error{
    display: inline-block;
    margin-bottom: 10px;
    border: 1px solid #620034;
    padding: 5px;
}

.shoplist input{
    width: 2em;
}

.shoplist .td1{
    width: 28px;
}
.shoplist .td2{
    width: 60px;
}
.shoplist .td4.price{
    width: 70px;
}

.chapter{
    margin-bottom: 2em;
}

table td{
    border-bottom: 0px solid;
    padding: 2px 10px;
}
table .price{
    text-align: right;
}

#order{
    width: 240px;
    display: block;
    border: 1px solid black;
    text-align: center;
    background-color: #670034;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Tinos', serif;
    font-size: 1.2rem;
    color: white;
    letter-spacing: 0.2em;
    margin-top: 10px;
}
#order.disabled{
    background-color: #614955;
}

.specialBottle{
    color: #670034;
    margin-left: 10px;
    font-size: 0.95em;
}
.weinbeschreibung-text p span.specialBottle {
    font-weight: normal;
}

#comment{
    width: 100%;
    height: 128px;
}
.tiny{
    font-size: 0.8em;
}
.amount{
    font-weight: bold;
    margin-left: 1px;  /* PDF Gen from .print_view fix*/
}

#radio{
    width: 40px;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    background-image: radial-gradient(#670034, #670034);
    background-color: #670034;
    border: 1px solid black;
    margin: 10px 0 10px;  
}   

.email-status{
    display: none;
    width: 90%;
    height: auto;
    margin-left: 15px;
    padding: 10px;
    border: 1px solid black;    
}

.email-status.positive{
    background-color: #eeffee;
    display: block;
}
.email-status.negative{
    background-color: #ffeeee;
    display: block;
}


/* ==========================================================================
Magnific Poup Addons
========================================================================== */

.mfp-no-margins figure{
	margin: 0;
}
.mfp-close{
    display: none;
}

.mfp-no-margins img {
	padding: 0;
}

/* ==========================================================================
Kellerei - Text ein- und ausblenden
========================================================================== */

#akkordeon {
    margin-bottom: 10px;
}

#akkordeon:not(:target) .inhalt {
    display: none;
}

#akkordeon:target .inhalt {
    display: block;
}

#akkordeon:target .show {
    display: none;
}

#akkordeon:not(:target) .hide {
    display: none;
}

.show, .hide {
    text-decoration: none;
    font-weight: 700;
    background-color: #ececec;
    padding: 6px;
}

/* ==========================================================================
Anlässe
========================================================================== */

.agenda p span {
    font-weight: 700;
    color: #670034;
}

/* ==========================================================================
Galerie
========================================================================== */
.galerie-content {
    padding-left: 15px;
    padding-right: 15px;
}
.galerie-one {
    height: auto;
}

.galerie-one-one {
    height: 300px;
    margin-bottom: 30px;
}

.galerie-one-two {
    height: 300px;
    margin-bottom: 30px;
}

.galerie-one-two-one {
    height: 200px;
}


.galerie-one-two-two {
    height: 100px;
}

.galerie-img-1 {
    background-image: url("../img/galery/galery_01.jpg");
    background-repeat: none;
    background-position: center;
    background-size: cover;
    opacity: 1;
    height: 300px;
}

.galerie-img-2 {
    background-image: url("../img/galery/galery_02.jpg");
    background-repeat: none;
    background-position: center;
    background-size: cover;
    opacity: 1;
    height: 170px;
}

.galerie-img-3 {
    background-image: url("../img/galery/galery_03.jpg");
    background-repeat: none;
    background-position: center;
    background-size: cover;
    opacity: 1;
    height: 170px;
}

.galerie-img-4 {
    background-image: url("../img/galery/galery_04.jpg");
    background-repeat: none;
    background-position: center;
    background-size: cover;
    opacity: 1;
    height: 100px;
}

.galerie-img-5 {
    background-image: url("../img/galery/galery_05.jpg");
    background-repeat: none;
    background-position: center;
    background-size: cover;
    opacity: 1;
    height: 100px;
}

.galerie-img-6 {
    background-image: url("../img/galery/galery_06.jpg");
    background-repeat: none;
    background-position: center;
    background-size: cover;
    opacity: 1;
    height: 100px;
}

.galerie-img-7 {
    background-image: url("../img/galery/galery_07.jpg");
    background-repeat: none;
    background-position: center;
    background-size: cover;
    opacity: 1;
    height: 170px;
}

.galerie-img-8 {
    background-image: url("../img/galery/galery_08.jpg");
    background-repeat: none;
    background-position: center;
    background-size: cover;
    opacity: 1;
    height: 170px;
}

.galerie-img-9 {
    background-image: url("../img/galery/galery_09.jpg");
    background-repeat: none;
    background-position: center;
    background-size: cover;
    opacity: 1;
    height: 100px;
}

.galerie-img-10 {
    background-image: url("../img/galery/galery_10.jpg");
    background-repeat: none;
    background-position: center;
    background-size: cover;
    opacity: 1;
    height: 100px;
}

.galerie-img-11 {
    background-image: url("../img/galery/galery_11.jpg");
    background-repeat: none;
    background-position: center;
    background-size: cover;
    opacity: 1;
    height: 100px;
}

.galerie-img-12 {
    background-image: url("../img/galery/galery_12.jpg");
    background-repeat: none;
    background-position: center;
    background-size: cover;
    opacity: 1;
    height: 300px;
}

.galerie-img-13 {
    background-image: url("../img/galery/galery_13.jpg");
    background-repeat: none;
    background-position: center;
    background-size: cover;
    opacity: 1;
    height: 300px;
}

.galerie-img-14 {
    background-image: url("../img/galery/galery_14.jpg");
    background-repeat: none;
    background-position: center;
    background-size: cover;
    opacity: 1;
    height: 170px;
}

.galerie-img-15 {
    background-image: url("../img/galery/galery_15.jpg");
    background-repeat: none;
    background-position: center;
    background-size: cover;
    opacity: 1;
    height: 170px;
}

.galerie-img-16 {
    background-image: url("../img/galery/galery_16.jpg");
    background-repeat: none;
    background-position: center;
    background-size: cover;
    opacity: 1;
    height: 100px;
}

.galerie-img-17 {
    background-image: url("../img/galery/galery_17.jpg");
    background-repeat: none;
    background-position: center;
    background-size: cover;
    opacity: 1;
    height: 100px;
}

.galerie-img-18 {
    background-image: url("../img/galery/galery_18.jpg");
    background-repeat: none;
    background-position: center;
    background-size: cover;
    opacity: 1;
    height: 100px;
}

.galerie-img-19 {
    background-image: url("../img/galery/galery_19.jpg");
    background-repeat: none;
    background-position: center;
    background-size: cover;
    opacity: 1;
    height: 170px;
}

.galerie-img-20 {
    background-image: url("../img/galery/galery_20.jpg");
    background-repeat: none;
    background-position: center;
    background-size: cover;
    opacity: 1;
    height: 170px;
}

.galerie-img-21 {
    background-image: url("../img/galery/galery_21.jpg");
    background-repeat: none;
    background-position: center;
    background-size: cover;
    opacity: 1;
    height: 100px;
}

.galerie-img-22 {
    background-image: url("../img/galery/galery_22.jpg");
    background-repeat: none;
    background-position: center;
    background-size: cover;
    opacity: 1;
    height: 100px;
}

.galerie-img-23 {
    background-image: url("../img/galery/galery_23.jpg");
    background-repeat: none;
    background-position: center;
    background-size: cover;
    opacity: 1;
    height: 100px;
}

.galerie-img-24 {
    background-image: url("../img/galery/galery_24.jpg");
    background-repeat: none;
    background-position: center;
    background-size: cover;
    opacity: 1;
    height: 300px;
}

.galerie-img-25 {
    background-image: url("../img/galery/galery_25.jpg");
    background-repeat: none;
    background-position: center;
    background-size: cover;
    opacity: 1;
    height: 300px;
}

.galerie-img-26 {
    background-image: url("../img/galery/galery_26.jpg");
    background-repeat: none;
    background-position: center;
    background-size: cover;
    opacity: 1;
    height: 170px;
}

.galerie-img-27 {
    background-image: url("../img/galery/galery_27.jpg");
    background-repeat: none;
    background-position: center;
    background-size: cover;
    opacity: 1;
    height: 170px;
}

.galerie-img-28 {
    background-image: url("../img/galery/galery_28.jpg");
    background-repeat: none;
    background-position: center;
    background-size: cover;
    opacity: 1;
    height: 100px;
}

.galerie-img-29 {
    background-image: url("../img/galery/galery_29.jpg");
    background-repeat: none;
    background-position: center;
    background-size: cover;
    opacity: 1;
    height: 100px;
}

.galerie-img-30 {
    background-image: url("../img/galery/galery_30.jpg");
    background-repeat: none;
    background-position: center;
    background-size: cover;
    opacity: 1;
    height: 100px;
}

.galerie-img-31 {
    background-image: url("../img/galery/galery_31.jpg");
    background-repeat: none;
    background-position: center;
    background-size: cover;
    opacity: 1;
    height: 170px;
}

.galerie-img-32 {
    background-image: url("../img/galery/galery_32.jpg");
    background-repeat: none;
    background-position: center;
    background-size: cover;
    opacity: 1;
    height: 170px;
}

.galerie-img-33 {
    background-image: url("../img/galery/galery_33.jpg");
    background-repeat: none;
    background-position: center;
    background-size: cover;
    opacity: 1;
    height: 100px;
}

.galerie-img-34 {
    background-image: url("../img/galery/galery_34.jpg");
    background-repeat: none;
    background-position: center;
    background-size: cover;
    opacity: 1;
    height: 100px;
}

.galerie-img-35 {
    background-image: url("../img/galery/galery_35.jpg");
    background-repeat: none;
    background-position: center;
    background-size: cover;
    opacity: 1;
    height: 100px;
}

.galerie-img-36 {
    background-image: url("../img/galery/galery_36.jpg");
    background-repeat: none;
    background-position: center;
    background-size: cover;
    opacity: 1;
    height: 300px;
}

/* ==========================================================================
Impressum
========================================================================== */

.impressum p {
}

/* ==========================================================================
Media-Queries
========================================================================== */

@media screen and (min-width:720px) {
    
h1 {
font-size: 4rem;
}

h2 {
    font-size: 1.6rem;
}


.footer {
        height: 170px;
    }

.auswahl-weine {
    height: auto;
    margin-bottom: 10px;
}

ul.auswahl-nav li {
    display: block;
    width: 110px;
    float: left;
    margin: 0;
}

ul.auswahl-nav li a {
    height: 50px;
    display: block;
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-align: left;
    padding-top: 14px;
    padding-left: 0px;
    padding-right: 18px;
    text-decoration: none;
    transition: 0.5s;
    overflow: hidden;
}

.auswahl-bestellen {
    height: 50px;
    background-color: #670034;
    color: white;
    text-align: center;
    padding-top: 14px;
    margin-top: 0px;
    margin-bottom: 20px;
}  
}

@media screen and (min-width:980px) {
 
h1 {
font-size: 4.5rem;
}

h2 {
    font-size: 2rem;
}
    
.footer {
    height: 250px;
}
    
ul.auswahl-nav li {
    width: 150px;
}
    
ul.auswahl-nav li a {
    font-size: 1rem;
    padding-right: 40px;
}
    
.weinbeschreibung-bild {
    height: 100%;
}
    
.weinbeschreibung-img {
    display: block;
    max-height: 500px;
    margin: 0 auto;
}

.weinbeschreibung-text {
    height: auto;
}
    
.weinbeschreibung-text-inner {
    margin-bottom: 60px;
}
    
.button-bestellen {
    margin-bottom: 30px;
}
}