.bg_green{background-color: #90C960;}
.font_green{color: #90C960;}

.bg_white{background-color: #FFFFFF;}
.font_white{color: #FFFFFF;}

.bg_dark{background-color: #31374C;}
.font_dark{color: #31374C;}

.bg_red{background-color: #FFEDE8;}
.font_red{color: #86292B;}



/* ==|== primary styles =====================================================
   Author: moxi 
   ========================================================================== */

body{
    font-family: 'Source Sans Pro', Arial, sans-serif !important;
    font-size: 16px !important;
    background-color: #fff;
}



.page{
    /*margin-top: 50px;*/
    padding-bottom: 115px;
}


footer{
    border-top: 1px solid #ccc;
    padding-top: 3.5rem;
    height:130px;
    color:white;
    background-color:#333333;
    text-align:center;
    font-size:16px;
    font-weight:400;
}

footer b{
    display:inline;
    color:white;
}

footer a{
    color:white;
    text-decoration:underline;
}

footer a:hover{
    text-decoration:none;
    color:white;
}

#bymoxi {
    left: 3px;
    position: absolute;
    top: 200px;
    z-index: 1;
    text-align: left;
}

/*HEADER*/
header{
    background: #fff;
    -webkit-box-shadow: 0px 0px 6px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 6px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 6px -2px rgba(0,0,0,0.75); 
    width: 100%;
    z-index: 10;
    height:130px;
}
header #head_top{
    padding: 20px 0 10px;
    background: #fff;
    z-index: 10;    
    font-weight: 300 !important;
}
header #head_bottom{
    padding-bottom: 15px;
    text-transform:uppercase;
}

.logo{
    font-family: 'Lora', Arial, sans-serif !important;
    font-size: 30px;
    color:#76753b !important;
    margin-top:5px;
}

.logo b{
    display:inline;
    font-weight: 700;
    color:#76753b !important;
}

.logo a{
    color:#76753b !important;
    text-decoration:none;
    float:right;
}

.logo a:hover{
    text-decoration:none;
}


nav .top-bar-section ul li a, .meta-lang a, .meta-site a{
    color: #999;
    line-height: normal !important;
    font-size:19px;
}
.top-bar-section ul li a:hover, .top-bar-section ul li.active a, .meta-site a:hover, .meta-site a.active, .meta-lang a:hover, .meta-lang a.active{
    color: #000 !important;
}

.top-bar-section ul li > a{
    font-family: 'Source Sans Pro', Arial, sans-serif !important;
}

.meta-lang a:hover{
    text-decoration:none;
}

nav.top-bar{
    height: auto !important;
    line-height: normal !important;
    margin-top: 5px;
}

#mainnav{
    margin-top:15px;    
}

#mainnav a{
    padding:0px !important;
    padding-right:25px !important;
}

#mainnav a:hover{
    text-decoration:none;
}

hr{
    display:none;
}

table, table tr{
    background:none !important;
    border:none !important;
}

.warenkorb{
    display:inline;
    color:#999999;
    font-size:19px;
}

.warenkorb:hover{
    color:black;
    cursor:pointer;
}

/* COLUMNS */
.column, .columns{
    padding:0px !important;
}



/****** CONTENT *******/

/* UEBER UNS */
.text.ueber-uns{
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;

    -webkit-column-gap: 50px; /* Chrome, Safari, Opera */
    -moz-column-gap: 50px; /* Firefox */
    column-gap: 50px;    

    vertical-align: top;
}

.text.ueber-uns img{
    width: 230px;
    margin-bottom: 20px;
    margin-right: 30px;
    float: left;
}

.text.ueber-uns strong {
    margin-top: 0
}

/* WEINE */
#zitat-weine{
    margin:0px auto;
    background-image:url('../pix/vin.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    /*background-attachment: fixed;*/
    background-position: center;
    height:470px;
}

#zitat-content .text-content{
    width:395px;
    color:white;  
    float:right;
}


#zitat-content{
    max-width:1000px;
    margin:0px auto;

}

#zitat-content h1{
    margin-bottom: 50px;
}

#page_container_10 .row{
    max-width:100%;
}




.text.weine{
    max-width:1000px;
    margin:0px auto;
    margin-top:70px;
}

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

#weine-liste{
    margin-top:80px;
}

#weine-liste .wein{
    width:180px;
    text-align:center;
    display:inline-block;
    margin-right:90px;
    margin-bottom:90px;
    vertical-align:top;
    max-height:620px;
}

#weine-liste .wein:nth-child(4n){
    margin-right:0px;
}

/*wein detail */
.wein p{
    font-size:16px;
}

.wein img{
    height:350px;
    width:auto;
    padding-bottom:35px;
}

.wein .title, .wein .year{
    font-weight:600;
    font-size:20px;
    margin:0px;
    color:black;
}

.wein .subtitle{
    font-weight:600;
    color:black;
}

.wein .vinification, .weine .ort{
    margin:0px;
}

.wein .preis{
    text-transform:uppercase;
    font-size:24px;
}

.wein .bestellen{
    margin:0px auto;
    color:white;
    width:140px;
    height:50px;
    background-color:#76753b;
    padding-top:12.5px;
}

.wein.soldout .bestellen {
    background-color: #c8c8c8;
    color: #98000f;
    pointer-events: none;
}

.wein.soldout > img {
    opacity: .5;
}

.wein .bestellen:hover{
    opacity: 0.5;
    cursor:pointer;
}

.wein .bestellen.off:hover{
    opacity: 1;
    cursor:default;
}

/* LINK LISTE */
#page_container_12 .row{
    max-width:100%;
    background-color: #f1f1eb;
}

#link-liste{
    margin-bottom:-55px;
}

.text.links{
    max-width:1000px;
    margin:0px auto;
}

.text.links .header{
    margin-bottom:40px;
}

#link-liste table{
    margin-bottom:-10px;
}

#link-liste table tr td{
    width:450px;
    padding:0px;
    vertical-align:top;
}

#link-liste table tr td:first-child{
    padding-right:50px;
    width:500px;
}

.linkListe{
    font-size:16px; 
    margin-bottom:30px;
}

.linkListe p{
    margin:0px;
}

.linkListe .title{
    font-weight:600;
    color:black;
}


.linkListe .link{
    font-weight:600;
    color:#76753b;
    text-decoration:none;
}

.linkListe .link a:hover{
    text-decoration:underline;
    color:#76753b;
}

.linkListe .link a:visited{
    color:#76753b;
}


/* EMPFEHLUNGEN */
.text.empfehlungen .header{
    margin-bottom:40px;
}

#empfehlungen-liste {
    margin-bottom:-55px;
}

#empfehlungen-liste .empfehlungen{
    width:30%;
    display: inline-block;
    margin-right:30px;
    vertical-align:top;
}

#empfehlungen-liste .empfehlungen:nth-child(3n){
    padding-right:0px;
}


.empfehlungen{
    font-size:16px; 
    margin-bottom:50px;
}

.empfehlungen p{
    margin:0px;
}

.empfehlungen .title{
    font-weight:600;
    color:black;
    font-size:24px
}


.empfehlungen .link{
    font-weight:600;
    color:#76753b;
    text-decoration:none;
}

.empfehlungen .link a:hover{
    text-decoration:underline;
    color:#76753b;
}

.empfehlungen .link a:visited{
    color:#76753b;
}

/* HOMEPAGE */
#page_container_1 .row{
    max-width:100% !important;
}

#page_container_1 .page{
    margin-top:130px;
    padding-bottom:0px;
}

.text.home{
    height: calc(100vh - 130px);
    overflow:hidden;
}

.text.home .img-bg {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-attachment: fixed;*/
    background-position: center;
}

.text.home .orbit-bullets li:first-child:nth-last-child(1){
    display:none;
}

/* GALLERY */
.text.gallery .header{
    /*-webkit-column-count: 2; 
    -moz-column-count: 2;
    column-count: 2;

    -webkit-column-gap: 50px; 
    -moz-column-gap: 50px;
    column-gap: 50px;    */
}

.text.gallery.mobile h1{
    margin-top:0px;
    padding-top:0px;
    border-top:none;
}

.text.gallery h1{
    /*margin-top:170px;*/
    border-top: 1px solid #f1f1eb;
    padding-top: 80px;    
    margin-top:-50px;
}

.text.gallery .orbit-container{
    position:relative;
    /*height:640px;
    max-height:640px;*/
    overflow:initial;
} 

.text.gallery .orbit-container ul li{
    display:none;
}

.text.gallery .orbit-container ul li.active{
    display:block;
}

.gallery-text{
    font-size:16px;
    font-family: 'Lora', Arial, sans-serif !important;
    text-align:center;
    margin-top:30px;
    color:#666666;
    font-style:italic;
}

.text.gallery #slide .orbit-container .orbit-slides-container img{
    max-height: 640px;
    width: auto;
    margin:0px auto;
}

.text.gallery .orbit-container .orbit-slides-container img{
    /*height: 640px;*/
    width:100%;
    margin:0px auto;
}

/* POPUP */
.popup{
    display:none;
    width: 100%;
    /*height: 100vh !important;*/
    z-index: 100;
    background-color: rgba(0,0,0,0.5);
}

.popup h1{
    font-size:36px !important;
    color:black;
    margin-top:100px;
}

.popup h2{
    padding-top:0px;
    margin-top:35px;
    padding-bottom:65px;
}

.popup .closePopup, .closePopupPreview{
    /* float: right; */
    cursor: pointer;
    position: absolute;
    /* margin-bottom: 8px; */
    right: 50px;
    top: 0px;
}

.popup .closePopup img{
    height:30px;
    width:auto;
    margin-top:30px;
}

/* permet le centrage vertical-horizontal */
.popup{
    white-space:nowrap;
    position: fixed;
    top:0;
    right:0;
    left:0;
    bottom:0;
    text-align:center;
}

.popup:before,
.popup .bestellen {
    display:inline-block;
    vertical-align:middle;
    white-space:normal; /* reset */
    text-align:left;    /* reset */
}
.popup .bestellen{
    padding: 10px;
    background-color:white;
    padding-left:50px;
    padding-right:50px;
    width: 748px;
    height:90vh;
    overflow:scroll;
    overflow-x:hidden;
    position:relative;
}
.popup:before {
    content:"";
    margin-right:-.3em;
    height:100%;
}

.popup table tr td{
    padding:0px;
    padding-bottom:15px;
}

.popup table tr td:first-child{
    padding-right:60px;
}

.popup table tr td:last-child{
    width:100%;
}

input[type="text"],  input[type="email"], input[type="telefon"], textarea{
    width:100%;
    margin:0px;
}

.popup textarea{
    width:100%;
    height:100px;
}

.popup form .titleForm{
    font-size: 20px;
    color: black;
}

.popup form tr td{
    font-size:16px;
}

.popup form{
    margin-top: 110px;
}

.popup input[type="submit"],
.popup button.orderbutton{
    color:white;
    background-color:#76753b;
    border: none;
    height: 50px;
    width: 180px;    
    font-size:16px;
    font-family: 'Source Sans Pro', Arial, sans-serif !important;    
}

.popup button.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.popup button.enabled {
    opacity: 1;
    pointer-events: auto;
}

.popup input[type="submit"]:hover{
    cursor:pointer;
    opacity:0.9;
}

.popup input[type="submit"]:active{
    opacity:0.5;
}

.popup #weitereHinzufuegen{
    color:white;
    background-color:#76753b;
    width: 180px;
    text-align: center;
    padding: 15px;
    margin-top:-80px;    
    right:50px;
    position:absolute;
}

.popup #weitereHinzufuegen:hover{
    opacity:0.9;
    cursor:pointer;
}

.popup #weitereHinzufuegen:active{
    opacity:0.5;
}

/* bestellung table */
.popup #bestellungTotal{
    margin-bottom:100px;
}

.popup #bestellungTable{
    width:100%;
    margin-top:40px;
}

.popup #bestellungTable tr td, .popup #bestellungTable tr th, .popup #bestellungTotal tr td{
    font-size:16px;
}

.popup #bestellungTable tr th{
    font-weight: 600;
    border-bottom:1px solid black;
}

.popup #bestellungTable tr th:first-child{
    min-width:200px;
}

.popup #bestellungTable tr th:nth-child(2), .popup #bestellungTable tr td:nth-child(2){
    min-width:130px;
    text-align:right;
    margin-right:0px;
}

.popup #bestellungTable tr th:nth-child(3), .popup #bestellungTable tr td:nth-child(3){
    min-width:250px;
    text-align:right;
}

.popup #bestellungTable tr th:last-child, .popup #bestellungTable tr td:last-child{
    min-width:10px;
    text-align:right;
    text-align:center;
}

.popup #bestellungTable tr td:first-child, .popup #bestellungTable tr td:nth-child(2), .popup #bestellungTable tr td:nth-child(3), .popup #bestellungTable tr td:nth-child(4){
    border-bottom:1px solid white;
} 


.popup #bestellungTable tr{
    background-color:#f1f1eb !important;
}

.popup #bestellungTable tr:first-child{
    background-color:white !important;
}

.popup #bestellungTable tr td{
    /*width:200px;*/
    padding:10px;
}

.popup #bestellungTable .anzahl{
    width: 68px;
    display: inline;
    padding-right: 10px;
    text-align: right;
}

/* bestellung total */
.popup #bestellungTotal tr td:first-child{
    min-width: 320px;
    margin-top:20px;
    padding-right:0px;
    text-align:right;    
}

.popup #bestellungTotal tr td:last-child{
    font-weight:600;
    font-size:20px;
    padding-right:50px;
    text-align:right;
    cursor:pointer;
}

.popup #bestellungTotal .totalFlaschen{
    margin-left:10px;
    padding-right:2px;
}

.popup #bestellungTotal .total{
    padding-right:8px;
}

/**/



/* TEXT */
h1,h2,h3,h4,h5{
    font-family: 'Lora', Arial, sans-serif !important;
    line-height: normal;
    font-weight:400;
    font-size:36px;
    margin: 0;
    color:#76753b;
}
h1{
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 50px;
    line-height: 2rem;
    margin-top:70px;    
}

h2{
    font-size: 1.5rem;
    margin: 0;
    margin-bottom: 1.2rem;
}

h3{
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    margin-top: 1.5rem;
}

.intro {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
}
p {
    font-family: 'Source Sans Pro', Arial, sans-serif !important;
    line-height: 22.5px;
    /*margin-bottom: 0.7rem;*/
    color:#999999;
}

strong, b{
    font-weight: 600;
    color:black;
    display:block;
    margin-top:30px;
}

a, .link{
    color: #76753b;
    cursor: pointer;
}

a:hover, .link:hover{
    text-decoration: underline;
}

/*SIDEBAR*/
.sidebar > div:not(:last-child){
    margin-bottom: 30px;
}
.sidebar > div:first-child h2{
    line-height: 2rem;
    margin-bottom: 2rem;
}
.sidebar .news_ele{
    margin-bottom: 25px;
}

/*GALLERY*/
.orbit-container{
    position:initial;
}

.orbit-container .orbit-slides-container{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width:100%;
}

.orbit-bullets-container{
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: url(../pix/gallery_gradient.png) repeat-x bottom;
    height: 136px;
}

.text.gallery .orbit-bullets-container{
    bottom:55px;
}

.orbit-bullets{
    display: block !important;
    margin-bottom: 0;
    margin-top: 87px;
    top: auto;
}
.orbit-bullets li{
    width: 14px;
    height: 14px;
    margin-right: 15px;
    border: 2px solid #fff;
    background: transparent;
}
.orbit-bullets li.active{
    background: #fff;
}
.gallery_slide{
    background-size: cover;
}
.hide_pager .orbit-bullets-container{
    display: none !important;
}

.text.home .orbit-container .orbit-slides-container img{
    height:100vh;
    object-fit:cover;
}

/* CONTACT */
#address h3{
    margin-top: 0;
}
#contact table{
    border: 0;
    width: 100%;
    margin-bottom: 0;
}
#contact table tr{
    background: none !important;
}
#contact table tr td{
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
}
.form_label{
    width: 100px;
    vertical-align: top;
}
#map_canvas{
    height: 300px;
}
#contact input[type="text"], #contact input[type="email"], #contact textarea{
    width: 100%;
    max-width: 350px;
    margin: 0;
}
#contact input[type="submit"]{
    background: #008CBA;
    border: none;
    outline: none;
    color: #fff;
    padding: 10px 30px;
}
#contact textarea{
    height: 150px;
}
.gm-style-mtc{
    display: none;
}


/*TEAM*/
.team_ele{
    padding-bottom: 30px;
}


/*NEWS*/
#news .detail{
    display: none;
}
#news .news_ele{
    padding-bottom: 30px;
}
.news_less{
    display: none;
}


/* Small */
/*@media only screen and (max-width: 40em) {*/
@media only screen {
    /*nav*/
    #head_top nav.tab-bar, #head_top nav.tab-bar .menu-icon{
        height: 26px;
        line-height: normal;
    }
    nav.tab-bar{
        background: none;
    }
    nav.tab-bar .right-small{
        border: none;
        width: auto;
        height: auto;
    }
    .off-canvas-wrap.move-left .right-off-canvas-menu{
        box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    }
    .exit-off-canvas{
        box-shadow: none !important;
    }
    .tab-bar .menu-icon span:after{
        box-shadow: 0 0 0 2px #000, 0 11px 0 2px #000, 0 22px 0 2px #000 !important;
        top: 2px;
        left: auto;
        right: 0;
        margin-top: 0;
        width: 25px;
    }
    aside .off-canvas-list dd, aside .off-canvas-list dl{
        margin: 0;
    }
    aside ul.off-canvas-list li a{
        text-decoration: none;
        font-size: 21px;
        line-height: 44px;
        border-bottom: 0 !important;
        padding-left: 25px;
    }
    aside .off-canvas-list dd.active a{
        color: #008CBA;
    }

    /*header*/
    header{
        position: relative;
    }
    #head_top{
        position: fixed;
        z-index: 10;
    }
    #head_top.shadow{
        -webkit-box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.75)
    }	    
    #head_bottom{
        padding-top: 56px;
    }
    .meta-site a, .meta-lang a{
        padding-right: 15px;
    }
    .meta-site{
        padding-left: 20px;
    }
    .logo{
        padding-top: 10px;
        padding-bottom: 15px;
    }

    /*sidebar*/
    .sidebar{
        margin-top: 50px;
    }
    /*gallery*/
    .gallery_slide{
        width: 100%;
        height: 660px;
    }
}



/***** MOBILE ******/
/* 40em = 640px */
@media only screen and (max-width: 40em) {


    /* MENU */
    ul.off-canvas-list{
        margin-top:50px;

    }

    ul.off-canvas-list li a{
        padding-bottom:10px;
        padding: 0px;
        padding-bottom: 5px;        
    }
    /* GENERALE */
    #bymoxi{
        display:none;
    }
    .page{
        padding-bottom:40px !important;
    }

    h1{
        font-size:39px;
    }

    p{
        font-size:19px;
    }

    /* HEADER */
    .logo a, .meta-lang{
        float:left;
        padding-left:30px;
    }

    .right-small{
        padding-right:30px;
    }

    /* menu */
    aside ul.off-canvas-list li a{
        font-size:26px;
        color:#7b7b7b;
    }

    aside .off-canvas-list dd.active a{
        color:#76753b;
    }

    .text{
        padding-left:30px !important;
        padding-right:30px !important;
        width:100% !important;
    }


    /* HOMEPAGE + UEBER UNS */
    .text.home{
        padding:0px !important;
    }

    #page_container_1 .page{
        margin-top:0px;
    }

    .text.ueber-uns{
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1; 

        vertical-align: top;
    }

    .text.ueber-uns img{
        height: auto;
        width: 100%;
        margin-bottom: 20px;
    }

    .title_ueberuns{
        padding-left:30px;
    }

    .text.home .orbit-bullets-container{
        top: calc(100vh - 266px);   
    }

    /* WEINE */
    .text.weine .header{
        text-align: left;
    }

    .text.weine{
        margin-top:220px;
    }

    #zitat-content h1{
        margin-top:0px;
    }

    #zitat-content{
        font-size:19px;
        margin-bottom:25px;
        padding-top:530px;
        margin-top:3px;
        color:#76753b;
        float:left;
        width:100%;
        padding-right:30px;
        padding-left:30px;
    }

    #zitat-content .text-content{
        max-width:395px;
        width:auto;
        float:none;   
        color:#76753b;
    }

    #zitat-content h1{
        font-family: 'Lora', Arial, sans-serif !important;
        margin-bottom:30px;
    }

    #zitat-weine{
        width:100% !important;
        background-image:url('../pix/vin.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        /*background-attachment: fixed;*/
        background-position: center;
        height:470px;            
    }

    #weine-liste .wein{
        width:100%;
        border-top:1px solid #999999;
        padding-top:55px;
        margin-bottom:0px;
    }

    .wein p{
        text-align:left;
        font-size:19px;
        line-height:25px;
    }

    .wein img{
        float:left;
        margin-right:40px;
    }

    .wein .bestellen{
        margin:0px;
        float:left;
        width:140px;
        padding-left:20px;
        padding-right:20px;
        margin-bottom: 30px;
        font-weight: 600;
    }

    /* GALLERY */
    .text.gallery h1{
        margin-top:50px;
    }

    .text.gallery{
        margin-top:30px;
    }

    .text.gallery .header{
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;
    }

    /* LINKS */
    #link-liste table tr td{
        width:100% !important;
        display:inline-block;
        padding:0px !important;
    }

    #link-liste table{
        margin-bottom:50px;
    }

    /* EMPFEHLUNGEN */
    #empfehlungen-liste .empfehlungen{
        width:100% !important;
        padding-right:0px !important;
    }

    #empfehlungen-liste .empfehlungen:nth-child(3n){
        padding-left:0px !important;
    }

    /* FOOTER */
    footer{
        padding-top:0px;
        height:160px;
    }

    footer .columns{
        margin-top:20px !important;
        /*padding-bottom:20px !important;*/
    }

    /* POPUP */
    .popup .bestellen{
        width: 100%;
        margin: 0px;
        height: 100%;
        max-height: 100%;
    }   

    .popup form table{
        width:100%;
    }

    .popup form table tr td{
        display:inline-block;
    }

    .popup form .senden{
        float:right;
    }

    .popup #bestellungTable tr:first-child{
        display:none;
    }

    .popup #bestellungTable tr td:first-child{
        display:inline-block;
        min-width:100%;
        border-bottom:1px solid transparent;
        /*width:100%;*/
    }

    .popup #bestellungTable tr td:nth-child(2){
        display:inline;
        float:left;
        text-align:left;
        width:50%;
        border-bottom:1px solid white;
    }

    .popup #bestellungTable .anzahl{
        width:50%;
    }

    .popup #bestellungTable tr td:nth-child(3){
        text-align: right;
        min-width: 35%;
        display: inline;
        border-bottom: 1px solid white;
        bottom: 0px;
        float: left;
        height: 100%;
        padding-bottom: 19px;
        margin-top: 10px;
    }

    .popup #bestellungTable tr td:nth-child(4){
        text-align: left;
        max-width: 15%;
        display: inline;
        float: left;
        border-bottom: 1px solid white;
        margin-top: 8px;
        padding-bottom:19px;
    }


    .popup #bestellungTotal tr td:first-child {
        min-width: auto;
        margin-top: 20px;
    }    

    .popup #bestellungTotal .totalFlaschen {
        padding-right: 8px;
    }    

    .popup .bestellen{
        padding-left:20px;
        padding-right:20px;
    }

    .popup #bestellungTotal .total{
        padding-right:0px;
    }

    .popup #bestellungTotal tr td:first-child{
        text-align:left;
        padding-left:8px;
    }

    .popup #bestellungTotal tr td:nth-child(2){
        width: auto;
        float: right;
        text-align: right;
        margin-top: 20px;
    }

    .popup #bestellungTotal .totalFlaschen{
        margin-left:0px;
    }

    .popup #weitereHinzufuegen{
        right:20px;
    }

}



/* Medium */
@media only screen and (min-width: 40.0625em) {
    #head_top{
        position: static;
        padding-bottom: 38px;
        padding-left:0px !important;
        padding-right:0px !important;
    }
    #head_bottom{
        padding-top: 0;
        padding-left:0px;
        padding-right:0px;
    }

    /* HEADER */
    .meta-lang{
        float:left;
        padding-left:20px;
    }

    .logo a{
        padding-left:20px;
    }

    .right-small{
        padding-right:20px;
    }    

    .meta-lang, .meta-site{
        float: left;
    }
    .meta-site a, .meta-lang a{
        padding-left: 0px;
        padding-right: 15px;
    }
    .meta-site{
        padding-right: 20px;
        padding-left: 0px;
    }
    /* Main-Nav */
    nav.top-bar, .top-bar-section ul li, nav .top-bar-section ul li a{
        background: #fff !important;
        font-size: 20px;
    }
    #mainnav{
        display: table;
        width: 100%;
    }
    .top-bar-section ul li{
        display: table-cell;
        /* float: none;*/
    }
    .top-bar-section li a{
        padding-right: 0px !important;
        text-align: right;
    }
    aside .off-canvas-list dd, aside .off-canvas-list dl{
        margin: 0;
    }

    /*sidebar*/
    .sidebar{
        margin-top: 0;
    }

    /*gallery*/
    .gallery_slide{
        height: 600px;
    }
    .logo{
        padding-bottom: 0;
        padding-top: 0;
    }


    .text, .title_ueberuns{
        padding-left:20px !important;
        padding-right:20px !important;
    }

    .text.home{
        padding:0px !important;
    }

}

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

    .text.gallery .orbit-bullets-container{
        bottom:55px;    
    }
}


/* Large */	
@media only screen and (min-width: 64.0625em) {
    .text, .title_ueberuns {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .meta-lang {
        float: left;
        padding-left: 0px;
    }

    .text.gallery .orbit-bullets-container{
        bottom: 55px;    
    }
}

@media only screen and (max-width: 1024px){
    .logo a{
        padding-right:20px; 
    }

    #weine-liste .wein:nth-child(4n){
        margin-right: 90px;
    }

    #weine-liste .wein:nth-child(3n){
        margin-right:0px;
    }

    .text.ueber-uns img{
        width:100%;
        height:auto;
    }    


    aside .off-canvas-list dd.active a {
        color: #76753b;
    }    


    #empfehlungen-liste .empfehlungen{
        width:45%;
        display: inline-block;
        padding-right:15px;
        vertical-align:top;
    }

    #empfehlungen-liste .empfehlungen:nth-child(3n){
        padding-right:15px;
    }    

}


@media only screen and (max-width:527px){
    .text.gallery .orbit-bullets-container{
        /*bottom: 105px;*/    
    }

    .popup #bestellungTotal tr td:last-child{
        padding-right:17%;
    }     
}

@media only screen and (max-width: 873px){
    #weine-liste .wein:nth-child(4n){
        margin-right: 90px;
    }

    #weine-liste .wein:nth-child(3n){
        margin-right:0px;
    }
}

@media only screen and (max-width: 769px){
    #weine-liste .wein{
        margin-right:80px;
    }

    #weine-liste .wein:nth-child(3n){
        margin-right:80px;
    }

    .logo a{

        float:left !important;
        margin-top:5px;
    }
}





/*firefox nav position*/
@-moz-document url-prefix() {
    .anchor {
        top: 0px;
        display:block;
    }
}




/* ==|== helper styles =====================================================
   Author: moxi 
   ========================================================================== */
.hidden{display: none}
.clear{clear: both}





/*tinymce Admin styles*/
#tinymce .content_gallery{
    width: 256px;
    height: 205px;
    background: url(../../admin/assets/pix/gallery.png) no-repeat center;
    background-size: cover;
    color: transparent;
}
.gallery_placeholder{
    display: block;
}
.gallery_placeholder:after, .gallery_placeholder:before {
    content:"\000A";
    white-space: pre;
}