/*
 Theme Name: Auerbachs Keller Onlineshop
 Theme URI:
 Description: Diese Theme basiert auf Twenty Twelve.
 Author: Ronny Schurm
 Author URI: http://luckyrebels.de/
 Template: twentytwelve
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: 
*/

/*
You can start adding your own styles here. Use !important to overwrite styles if needed. */

/* Page oben und unten ohne Abstand und Schatten links und rechts */

body .site {
    padding: 0px 2.85714rem;
    margin-top: 0px;
    margin-bottom: 0px;
    box-shadow: 0px 2px 6px rgba(100, 100, 100, 0.3);
}

/* Headerbild oben ohne Abstand */

.header-image {
    margin-top: 0px;
}

.site-header {
    padding: 0px;
}

/* Bilder ohne Radius und ohne Schatten */

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

/* Anpassung Hauptnavigation */

.main-navigation ul.nav-menu {
    border-bottom: 1px solid #EDEDED;
    border-top: 1px solid #EDEDED;
    display: none;
    text-align: center;
    width: 100%;
}

/* content ohne abstand zum Header */

.site-content {
    margin: 0px 0px;
}

/* Hauptnavigation ohne Abstand zum Headerbild und Farben */

.main-navigation {
    margin-top: 5px;
    text-align: center;
}

/* Styling der Footer-Navigation */

#footerMenu li {
text-align: center;
padding-left: 1em;
padding-bottom: .4em;
padding-right: 2em;
padding-top: .4em;
font-size: 12px;
display: inline;
text-decoration: none;
font-style: normal;
}

#footerMenu ul {
list-style: none;
margin: 0 35px;
padding: 0;
}

#footerMenu a:focus, a:active {
text-decoration: none;
}

#footerMenu a:hover {
text-decoration: none;
color: #000;
}

.menu-footer {
    text-align: center !important;
}

/* Seitenüberschrift ausblenden */

.entry-header {
    display: none !important;
}

/* Top Menu */
li.topmenu-mein-konto {
    float: right !important;
}

/* Hauptnavigation */
.main-navigation li {
    font-size: 1rem!important;
}

/* Hauptnavigation Sub-Menü */

.main-navigation li ul li a {
    background: #DFDCCA none repeat scroll 0% 0%;
    border-bottom: 1px solid #EDEDED;
    display: block;
    font-size: 0.785714rem;
    line-height: 2.18182;
    padding: 0.571429rem 0.714286rem;
    width: 12.8571rem;
    white-space: normal;
    text-align: left;
    color: #666;
}
    .main-navigation li ul li a:hover,
    .main-navigation li ul li a:focus {
        background: #eeede7;
        color: #444;
    }

/* Schriftart Rotis Sans Serif einbinden */

@font-face {
    font-family: RotisSansSerif;  
    src: url(webfonts/257A70_1_0.ttf);  
    font-weight: normal;  
}

@font-face {
    font-family: RotisSansSerif-ExtraBold;  
    src: url(webfonts/257A70_2_0.ttf);  
    font-weight: normal;  
}

body.custom-font-enabled {
    font-family: "RotisSansSerif",Helvetica,Arial,sans-serif !important;
}

h1, h2, h3, h4, h5 { 
    font-family: RotisSansSerif-ExtraBold;
    font-weight: bold;
    font-style: normal;
}

html {
    font-size: 100%;
}

/* Anpassung TOP Navigation */

.lower-navigation ul.nav-menu,
    .lower-navigation div.nav-menu > ul {
        border-bottom: 1px solid #ededed;
        border-top: 1px solid #ededed;
        display: inline-block !important;
        text-align: left;
        width: 100%;
    }
    .lower-navigation ul {
        margin: 0;
        text-indent: 0;
    }
    .lower-navigation li a,
    .lower-navigation li {
        display: inline-block;
        text-decoration: none;
    }
    .lower-navigation li a {
        border-bottom: 0px;
        color: #AA7738;
        line-height: 1.8rem;
        text-transform: none;
        white-space: nowrap;
    }
    .lower-navigation li a:hover,
    .lower-navigation li a:focus {
        color: #5c3021;
    }
    .lower-navigation li {
        margin: 6px 0.8rem 0px 0px;
        position: relative;
    }
    .lower-navigation li ul {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 100%;
        z-index: 1;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }
    .lower-navigation li ul ul {
        top: 0;
        left: 100%;
    }
    .lower-navigation ul li:hover > ul,
    .lower-navigation ul li:focus > ul,
    .lower-navigation .focus > ul {
        border-left: 0;
        clip: inherit;
        overflow: inherit;
        height: inherit;
        width: inherit;
    }
    .lower-navigation li ul li a {
        background: #efefef;
        border-bottom: 1px solid #ededed;
        display: block;
        font-size: 11px;
        font-size: 0.785714286rem;
        line-height: 2.181818182;
        padding: 8px 10px;
        padding: 0.571428571rem 0.714285714rem;
        width: 180px;
        width: 12.85714286rem;
        white-space: normal;
    }
    .lower-navigation li ul li a:hover,
    .lower-navigation li ul li a:focus {
        background: #e3e3e3;
        color: #444;
    }
    .lower-navigation .current-menu-item > a,
    .lower-navigation .current-menu-ancestor > a,
    .lower-navigation .current_page_item > a,
    .lower-navigation .current_page_ancestor > a {
        color: #636363;
        font-weight: bold;
    }

/* Woocommerce Anpassungen */

/*** Produktansicht Ausrichtung alles auf einer Höhe, Anpassung Buttons und Links ***/

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 30.5%;
}

.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
    min-height: 3.5em;
    color: #5c3021;
}

.woocommerce ul.products li.product a {
    text-decoration: none;
    color: #c80000;
}

.woocommerce a.button.alt, .woocommerce a.button, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt {
    background-color: #AA7738 !important;
    color: #ffffff !important;
    font-weight: 300;
    border-radius: 0px;
    border: 0px none;
}

/*** Breadcrumb Shop ***/

.woocommerce .woocommerce-breadcrumb {
    margin: 0.5em 0em 2.5em 0em;
    font-size: 0.85em;
}

/*** Warenkorbansicht Shop ***/

.woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 30px -1px 24px 0px;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 0px;
    font-size: 87.5%;
}

/*** Ähnliche Produkte / Related Products ***/
section.related {
    display: none!important;
}
/**** vorübergehend ausgeblendet 
section.related {
	border-top: 1px solid #d3ced2;
    padding-top: 2rem!important;
}
.related ul.products {
    margin: 2em 0 1em !important;
}
.related li.product {
    padding: 1rem!important;
    min-height: 420px;
    background: linear-gradient(to bottom, #f7f3e5 0%, #eee6c6 100%)!important;
    box-shadow: 2px 2px 5px 0px rgba(45, 36, 22, 0.3);
}
@media only screen and (min-width: 681px) and (max-width: 768px) {
.related li.product {
	width: 40%!important;
}
}
@media only screen and (max-width: 680px) {
.related li.product {
	width: 90%!important;
	float: left!important;
}
}
****/

/*** Textgröße in Auswahlboxen Shop ***/

.woocommerce div.product form.cart .variations select {
    font-size: 87.5%;
}

/*** Forms ***/
.woocommerce form {
	padding: 1rem!important;
    background: linear-gradient(to bottom, #f7f3e5 0%, #eee6c6 100%)!important;
    box-shadow: 2px 2px 5px 0px rgba(45, 36, 22, 0.3);
}
.entry-content table, .comment-content table, .entry-content th, .comment-content th {
    color: #444!important;
}
.woocommerce-checkout #payment {
    background: rgba(255,255,255,0.75)!important;
}
.woocommerce input.button {
    background-color: rgba(255,255,255,0.75)!important;
}

/* Textgröße sonstige Auswahlboxen und Textfelder */

button, input, select, textarea {
    font-size: 87.5%;
}

/* Textgröße Footermenü */

#footerMenu li {
    font-size: 100%;
}

.panel-grid-cell .widget-title {
    margin-bottom: -3px;
    text-transform: none;
    font-weight: bold;
    font-family: RotisSansSerif-ExtraBold !important;
    font-size: 14pt;
}

.entry-content h3 {
    color: #5c3021;
    font-weight: bold;
}

/* Produktarcivedarstellung */

.woocommerce ul.products li.product .price {
    color: #c80000;
    font-size: 1em;
    font-weight: 400;
}

/* Button (Menü, Contactform 7) */

.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type="submit"],
.bypostauthor cite span {
    padding: 0.428571rem 0.714286rem;
    font-size: 1rem;
    line-height: 1.42857;
    font-weight: normal;
    color: #fff;
    background-color: #aa7738;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(center top , #aa7738, #aa7738);
    background-image: -webkit-linear-gradient(top, #aa7738, #aa7738);
    border: 0px solid #fff;
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.menu-toggle:hover,
.menu-toggle:focus,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
    color: #fff;
    background-color: #936328;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #936328, #936328);
    background-image: -ms-linear-gradient(top, #936328, #936328);
    background-image: -webkit-linear-gradient(top, #936328, #936328);
    background-image: -o-linear-gradient(top, #936328, #936328);
    background-image: linear-gradient(top, #936328, #936328);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
    color: #fff;
    background-color: #aa7738;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #aa7738, #aa7738);
    background-image: -ms-linear-gradient(top, #aa7738, #aa7738);
    background-image: -webkit-linear-gradient(top, #aa7738, #aa7738);
    background-image: -o-linear-gradient(top, #aa7738, #aa7738);
    background-image: linear-gradient(top, #aa7738, #aa7738);
    box-shadow: inset 0 0 0 0 #fff, 0 0 0 0 #fff;
    border-color: transparent;
}
.bypostauthor cite span {
    color: #fff;
    background-color: #21759b;
    background-image: none;
    border: 1px solid #1f6f93;
    border-radius: 2px;
    box-shadow: none;
    padding: 0;
}

/* Linkfarbe */

a {
    color: #aa7738;
}

a:hover {
    color: #5c3021;
}

a:active {
    color: #5c3021;
}

.widget-area .widget a {
    color: #aa7738;
}

.widget-area .widget a:hover {
    color: #5c3021;
}

.widget-area .widget a:active {
    color: #5c3021;
}

/* Contact Form */
.wpcf7 {
	padding: 1rem!important;
    background: linear-gradient(to bottom, #f7f3e5 0%, #eee6c6 100%)!important;
    box-shadow: 2px 2px 5px 0px rgba(45, 36, 22, 0.3);
}
.wpcf7 input[type="text"], 
.wpcf7 input[type="tel"], 
.wpcf7 input[type="email"], 
.wpcf7 textarea {
	width:96%!important;
}
.wpcf7 input[type="checkbox"] {
	widows: auto!important;
}

/* Panel Grid Cells */
@media (max-width: 1024px) and (min-width: 781px) {
.panel-grid-cell, .panel-grid-cell-empty { 
	-webkit-flex: none!important;
    flex: none!important;
}	
}

/* Google Recaptcha-Badge */
.grecaptcha-badge {
	display: none!important;
}

