#nav {
	text-align: left;
	position: absolute;
	top: 35px;
	left: 0;
	width: 100%;
	height: 2em;
	line-height: 4em;
	z-index: 1001;
}
#nav > ul {
	margin: 0px 0 0 0;
	padding-left: 0px;
}
#nav > ul > li {
	display: inline-block;
	/*margin-left: 1em;
*/
	width: 220px;
	height: 100px;
	padding: 0px;
}
#nav > ul > li:hover {
	background-size: 100%;
}
#nav > ul > li > ul {
	display: none;
}
#nav > ul > li > span, #nav > ul > li > a {
	color: #fff;
	text-decoration: none;
	outline: 0;
	border: 0;
	width: 100%;
	text-align: center;
	padding: 0 20px 0 0;
	display: block;
	line-height: 90px;
	font-size: 23px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.86);
}

#nav > ul > li > a > span {
  display: none;
}
#nav > ul > li.active > span, #nav > ul > li.active > a {
	color: #fff;
}
#nav > ul > li:first-child {
	margin-left: 0;
}
#nav > ul > li.break {
	margin-left: 20em;
}
.dropotron {
	text-align: left;
	line-height: 2em;
	border-radius: 0em;
	min-width: 12em;
	background: rgba(0,0,0,0.5);
	color: #fff;
	line-height: 1em;
	padding: 2em 0 0.85em 0;
	padding: 2em 0 0.85em calc(100vw / 2 - 580px);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
	margin-top: -2em;
	list-style: none;
	width: 100%!important;
	left: 0px!important;
}
.dropotron * {
	color: #fff!important;
}
@media screen and (max-width: 1360px) {
  .dropotron {
  	padding: 2em 0 0.85em 5%;
  }
  
  #GHWalfisch {
    width: 24%
  }
  
  #nav > ul > li {
    width: 17%;
  }
  
  #nav > ul > li > a {
    padding-right: 10px;
  }
  
  #nav > ul > li img {
    width: 100%;
  }
}
.dropotron a, .dropotron span {
	display: block;
	padding: 0.65em 1em 0.65em 0px;
	border-bottom: 0;
}
.dropotron > li {
	padding: 0;
	display: inline-block;
	width: 175px;
	height: 220px;
	margin: 10px 5px;
}
.dropotron > li > a {
	position: relative;
	display: block;
	width: 175px;
	height: 220px;
	padding: 0px;
}

.dropotron > li > a > img {
  width: 100%;  
}
.cart-dropdown {
  display: none;
}
@media screen and (max-width: 1199px) {
  .homepage #header-wrapper #down {
  	bottom: 200px;
  }
  .dropotron > li {
  	width: 140px;
  }
  .dropotron > li > a {
  	width: 140px;
  	height: 190px;
  }
  .dropotron > li > a img {
  	width: 100%;
  }
  .dropotron > li {
  	width: 120px;
  }
  .dropotron > li > a {
  	width: 120px;
  	height: 170px;
  }
}
.dropotron > li > a > span {
	position: absolute;
	bottom: 5px;
	width: 100%;
	text-align: left;
}
.dropotron li:first-child > a, .dropotron li:first-child > span {
	border-top: 0;
}
.dropotron li.active > a, .dropotron li.active > span {
	color: #99CC20;
}
.dropotron.level-0 {
	font-size: 0.9em;
	margin-top: -80px;
	padding-top: 100px;
}
/*.dropotron.level-0:before {
	content: '';
	position: absolute;
	top: -1em;
	width: 1em;
	height: 1em;
	border-bottom: solid 0.5em #fff;
	border-left: solid 0.5em rgba(255, 255, 255, 0);
	border-right: solid 0.5em rgba(255, 255, 255, 0);
}
*/
.dropotron.level-0.center:before {
	left: 50%;
	margin-left: -0.5em;
}
.dropotron.level-0.left:before {
	left: 1em;
}
.dropotron.level-0.right:before {
	right: 1em;
}
/* Mobile */

	#navPanel, #navButton {
		display: none;
	}
  
  #navPanel a.link.closed.depth-1 {
    display: none;
  }

#header_user_info i {
  display: none;
}

.cart-wrapper {
  display: none;
}

@media (max-width: 980px) {
  #index .container_9 .grid_5 {
  	width: 100%;
  	margin-right: 0px !important;
  }
  .bx-wrapper {
  	overflow: hidden;
  }
  .bx-window {
  }
  #left_column, #header .top-menu, #right_column {
  	display: none;
  }
  
  #center_column {
    width: 100%;
    margin-right: 0px;
  }
  

  #page-wrapper {
  	-moz-backface-visibility: hidden;
  	-webkit-backface-visibility: hidden;
  	-ms-backface-visibility: hidden;
  	backface-visibility: hidden;
  	-moz-transition: -moz-transform 0.5s ease;
  	-webkit-transition: -webkit-transform 0.5s ease;
  	-ms-transition: -ms-transform 0.5s ease;
  	transition: transform 0.5s ease;
  	padding-bottom: 1px;
  }
	/* Nav */

	#nav {
		display: none;
	}	
  
  #GHWalfisch {
    width: 150px;
    height: 80px;
    position: fixed;
    left: 10px;
    top:0px;
  }
  
  #button_order_cart {
    display: none;
  }
  
  #cart-buttons .button_small {
    width: 100%;
    display: block;
    margin-top: 20px;
    text-align: center;
  }
  
  #GHWalfisch img {
      width: auto;
      height: 80px;
      position: relative;
  }
  
  #header {
    height: 90px;
    margin-bottom: 30px;
  }  
	
	#header a.facebook, #header a.phone		{
	 	position: absolute;
	 	right: 80px;
	 	top: 0px;
	}	
	
	#header a.phone		{
  	right: 110px;
  }
  #page-wrapper {
  	-moz-backface-visibility: hidden;
  	-webkit-backface-visibility: hidden;
  	-ms-backface-visibility: hidden;
  	backface-visibility: hidden;
  	-moz-transition: -moz-transform 0.5s ease;
  	-webkit-transition: -webkit-transform 0.5s ease;
  	-ms-transition: -ms-transform 0.5s ease;
  	transition: transform 0.5s ease;
  	padding-bottom: 1px;
  }
  
  #footer > div {
    display: flex;
    flex-wrap: wrap; 
    gap: 1rem;    
    padding-bottom: 0;
  }  
  #footer > div > div {
    flex: 1 1 calc(50% - 1rem);
    padding: 1rem;
    border-bottom: 1px dashed #99CC20;
  }


  #footer > div > div:nth-child(3), #footer > div > div:nth-child(4) {
    border-bottom: none;
    padding-bottom: 0;
  }  
  #navButton {
  	-moz-backface-visibility: hidden;
  	-webkit-backface-visibility: hidden;
  	-ms-backface-visibility: hidden;
  	backface-visibility: hidden;
  	-moz-transition: -moz-transform 0.5s ease;
  	-webkit-transition: -webkit-transform 0.5s ease;
  	-ms-transition: -ms-transform 0.5s ease;
  	transition: transform 0.5s ease;
  	display: block;
  	height: 49px;
  	right: 0;
  	position: fixed;
  	top: 0;
  	width: 80px;
  	z-index: 10001;
  }
  #navButton .toggle {
  	text-decoration: none;
  	border: 0;
  	height: 100%;
  	left: 0;
  	outline: 0;
  	position: absolute;
  	top: 0;
  	width: 100%;
  }
  #navButton .toggle:before {
  	-moz-osx-font-smoothing: grayscale;
  	-webkit-font-smoothing: antialiased;
  	display: inline-block;
  	font-style: normal;
  	font-variant: normal;
  	text-rendering: auto;
  	line-height: 1;
  	text-transform: none !important;
  	font-family: 'Font Awesome 5 Free';
  	font-weight: 900;
  }
  #navButton .toggle:before {
  	border-radius: 0 0 0.35em 0.35em;
  	border-top: 0;
  	color: #99CC20;
  	content: '\f0c9';
  	display: block;
  	font-size: 25px;
  	height: 30px;
  	right: 20px;
  	line-height: 50px;
  	margin-left: -40px;
  	position: absolute;
  	text-align: center;
  	text-decoration: none;
  	width: 80px;
  }
 

  
  
  /* Warenkorb */
  #header_user_info i {
    display: inline-block;
    font-size: 1.5rem;
    color: #99CC20;
    cursor: pointer;
    background: none;
    border: none;
    font-size: 25px;
    line-height: 50px;
  	-moz-backface-visibility: hidden;
  	-webkit-backface-visibility: hidden;
  	-ms-backface-visibility: hidden;
  	backface-visibility: hidden;
  	-moz-transition: -moz-transform 0.5s ease;
  	-webkit-transition: -webkit-transform 0.5s ease;
  	-ms-transition: -ms-transform 0.5s ease;
  	transition: transform 0.5s ease;

  	position: fixed;
  	top: 0;
  	width: 40px;
  	z-index: 10001; 
      
  } 
  
  .cart-wrapper { position: relative; display: block;}
  
  #order .cart-wrapper, #module-bankwire-payment .cart-wrapper, #module-sl_cashonpickup-payment .cart-wrapper {
    display: none;
  }
  #order #header_user_info, #module-bankwire-payment #header_user_info, #module-sl_cashonpickup-payment #header_user_info  {
    right: 50px;
  }  
  
  .cart-icon {
    font-size: 1.5rem;
    color: #99CC20;
    cursor: pointer;
    background: none;
    border: none;
  	-moz-backface-visibility: hidden;
  	-webkit-backface-visibility: hidden;
  	-ms-backface-visibility: hidden;
  	backface-visibility: hidden;
  	-moz-transition: -moz-transform 0.5s ease;
  	-webkit-transition: -webkit-transform 0.5s ease;
  	-ms-transition: -ms-transform 0.5s ease;
  	transition: transform 0.5s ease;
  	display: block;
  	height: 59px;
  	right: 90px;
  	position: fixed;
  	top: 0;
  	width: 40px;
  	z-index: 10001;
  }
  
  .cart-icon:before {
  	-moz-osx-font-smoothing: grayscale;
  	-webkit-font-smoothing: antialiased;
  	display: inline-block;
  	font-style: normal;
  	font-variant: normal;
  	text-rendering: auto;
  	line-height: 1;
  	text-transform: none !important;
  	font-family: 'Font Awesome 5 Free';
  	font-weight: 900;
  }
  .cart-icon:before {
  	border-radius: 0 0 0.35em 0.35em;
  	border-top: 0;
  	color: #99CC20;
  	content: '\f07a';
  	display: block;
  	font-size: 25px;
  	height: 59px;
  	right: 0px;
  	line-height: 50px;
  	margin-left: 10px;
  	position: absolute;
  	text-align: center;
  	text-decoration: none;
  	width: 40px;
    top:0;
  }  
  
  .cart-count {
    position: absolute;
    top: -1px;
    right: -1px;
    background: none;
    color: #99CC20;
    border: 1px solid #99CC20,
    border-radius: 50%;
    font-size: 0.7rem;
    padding: 2px 5px;
  }
  
  .cart-dropdown {
    position: fixed;
    right: 0;
    top: 60px;
    width: 260px;
    max-height: calc(100vh - 70px);
    overflow-y: scroll;
    background: #fffaf5;
    border: 1px solid #e5d2c0;
    box-shadow: 0 6px 12px rgba(0,0,0,0.1);
    border-radius: 0.6rem;
    padding: 0.75rem;
    font-size: 0.9rem;
    display: none;
    z-index: 10005;
  }
  
  .cart-dropdown.active { display: block; }
  
  
  #navPanel {
  	-moz-backface-visibility: hidden;
  	-webkit-backface-visibility: hidden;
  	-ms-backface-visibility: hidden;
  	backface-visibility: hidden;
  	-moz-transform: translateY(-245px);
  	-webkit-transform: translateY(-245px);
  	-ms-transform: translateY(-245px);
  	transform: translateY(-245px);
  	-moz-transition: -moz-transform 0.5s ease;
  	-webkit-transition: -webkit-transform 0.5s ease;
  	-ms-transition: -ms-transform 0.5s ease;
  	transition: transform 0.5s ease;
  	background: #1c3e23;
  	display: block;
  	left: 0;
  	overflow-y: auto;
  	position: fixed;
  	top: 0;
  	width: 100%;
  	height: 54vh;
  	height: 245px;
  	z-index: 10002;
  	box-shadow: inset 0px -2px 5px 0px rgba(0, 0, 0, 0.25);
  	font-size: 1em;
  }
  #navPanel .link {
  	position: relative;
  	z-index: 1;
  	display: block;
  	text-decoration: none;
  	padding: 0.75em;
  	color: #ddd;
  	border: 0;
  	border-top: dotted 1px rgba(255, 255, 255, 0.1);
  }
  #navPanel .link.depth-0 {
  	color: #99CC20;
  	font-weight: 400;
  	border-top: 1px solid #99CC20;
  }
  #navPanel .link.depth-0.haschild:after {
  	font-family: 'Font Awesome 5 Free';
  	content: "\f054";
  	position: absolute;
  	right: 20px;
  	font-weight: bold;
  	font-size: 21px;
  	color: #99CC20;
  }
  #navPanel .link.depth-0.opened.haschild:after {
  	content: "\f078";
  	color: #006633;
  }
  #navPanel .indent-1 {
  	display: inline-block;
  	width: 1em;
  }
  #navPanel .indent-2 {
  	display: inline-block;
  	width: 2em;
  }
  #navPanel .indent-3 {
  	display: inline-block;
  	width: 3em;
  }
  #navPanel .indent-4 {
  	display: inline-block;
  	width: 4em;
  }
  #navPanel .indent-5 {
  	display: inline-block;
  	width: 5em;
  }
  #navPanel .depth-0 {
  	color: #fff;
  }
  #navPanel .depth-1 {
  	background: #006633;
  }
  body.navPanel-visible #page-wrapper {
  	-moz-transform: translateY(245px);
  	-webkit-transform: translateY(245px);
  	-ms-transform: translateY(245px);
  	transform: translateY(245px);
  }
  body.navPanel-visible #navButton {
  	-moz-transform: translateY(245px);
  	-webkit-transform: translateY(245px);
  	-ms-transform: translateY(245px);
  	transform: translateY(245px);
  }
  body.navPanel-visible #navPanel {
  	-moz-transform: translateY(0);
  	-webkit-transform: translateY(0);
  	-ms-transform: translateY(0);
  	transform: translateY(0);
  }	
  #create-account_form, #authentication #login_form {
  	width: 100%;
    height: auto;
  }
  
  #authentication #create-account_form fieldset, #authentication #login_form fieldset {
  	height: auto
  }
}


@media screen and (max-width: 760px) {

  #order_step {
    display: none;
  }
  #footer > div > div {
      width: 50%;
  }  
  
  #usefull_link_block {
    display: none;
  }
  
  #product #loyalty_wrapper {
   margin: 0px;
   width: 100%
  }
}

.hide-screen {
  display: none;
}

@media screen and (max-width: 640px) {
  
  #pb-left-column {
    margin-left: 0px;
  }
  
  h1 {
    font-size: 20px;
  }

  #footer > div {
    display: block;
  }  
  .breadcrumb {
    height: auto;
    margin-bottom: 20px;
  }
  #footer > div > div {
    float: none;
    width: 100%;
  }
  
  #footer > div > div:nth-child(3) {
    border-bottom: 1px dashed #99CC20;
  }
 
  
  #cart_summary th {
    display: none;
  }
  
  #cart_summary tr {
    clear:both;
  }
  
  #cart_summary tbody tr {
    display: block;
    border-bottom: 1px solid #000;
    position: relative;
  }
  
  #cart_summary tbody tr > td:last-child::after {
    content: '';
    clear:both;
  }
  #cart_summary td {
    float: left;
    display: block;
  }
  
  #cart_summary td.cart_product {
    width: auto;
  }  
  
  #cart_summary td.cart_description {
    width: calc(100% - 80px);
  }
  
  #cart_summary tfoot tr > td:last-child {
    width: 100px; 
  }
  
  #cart_summary tfoot tr > td:first-child {
    width: calc(100% - 100px); 
  }
  
  #cart_summary td.cart_ref {
    display: none;
  }
  
  #cart_summary td.cart_unit {
    clear: both;
  }
  
  table#cart_summary td.cart_unit {
    text-align: left;
  }
  
  #cart_summary td.cart_unit, #cart_summary td.cart_quantity,
  #cart_summary td.cart_total {
    width: 33%;
    margin-right: 0px;
  }
  
  #order #cart_summary td.cart_unit, #order #cart_summary td.cart_total {
    width: 50%;
  }
    
  #order #cart_summary td.cart_quantity {
    display: none;
  }
  
  #order .address {
    width: 100%!important;
    float: none;
    margin-bottom: 20px;
  }  
  
  .hide-screen {
    display: inline;
  }  
  
  table#cart_summary td.cart_delete {
    position: absolute;
    top:0px;
    right: 0px;
  }

  
  div.pagination {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
  
  ul.pagination {
    float: none;
    display: inline-block;
  }
  
  .addresses ul.address, #address_delivery, .address_add, .address_add a.button_large {
    width: 100%!important;
    margin: 15px 0;
    background-repeat: repeat-x;
  }
}   

@media screen and (max-width: 480px) {
  #create-account_form #SubmitCreate, #login_form #SubmitLogin {
    width: 100%;
    float: none;
    text-align: center;
  }
  
  #create-account_form input, #login_form input {
    width: 100%;
  }
}



#index #header {
  margin-bottom: -80px;
}