/*
Theme Name:   Storefront Child
Theme URI:    http://example.com/twenty-fifteen-child/
Description:  Storefront Child Theme
Author:       John Doe
Author URI:   http://example.com
Template:     storefront
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  twentyfifteenchild
*/

/* hr Footer Menue */
ul#menu-footermenu {
    text-align: right;
    padding: 10px 30px;
    display: inline-block;
}
ul#menu-footermenu li {
    list-style: none;
    display: inline-block;
    padding: 1px;
}
ul#menu-footermenu li:hover {
    border: 1px solid #c00202;
    padding: 0;
    border-radius: 3px;
}
ul#menu-footermenu li a {
    text-decoration: none;
    padding: 5px;
    font-size: 14px;
}

/* nicht verifiziert !!! */
/* ABtand Header */
.home.blog .site-header,
.home.page:not(.page-template-template-homepage) .site-header,
.home.post-type-archive-product .site-header {
	 margin-bottom:0.235801032em !important
 }

/* Shopwechslermenue Boilies&Tackle  Zutaten Buttons formatieren */

#menu-shopwechsler-konto li:nth-child(-n+2) {
    /* background-color: #bb9986; */
}

#menu-shopwechsler-konto li:nth-child(-n+2) a {
	font-weight: bold;
}
#menu-shopwechsler-konto li:nth-child(-n+2) a:hover {
    color: #f55701 !important;
}

.unsichtbar  { /* für z.B. Menüeinträge */
    display: none !important;
}


/* ABtand Hauptmenü - Ausklappmenü */
 .main-navigation ul.menu>li>a,
  .main-navigation ul.nav-menu>li>a {
	    padding:0.618em 1em !important
}	      

/* Breadcrumb Menü ausblenden */
.storefront-breadcrumb {
	display: none;
}

/* Woocommerce Message z.B X wurde zum Warenkorb hinzugefügt */
.woocommerce-message {
	background-color: #111;
	color: #fff;
	border-left: 4px solid #e63946;
}
