/* START Klinger Anpassungen 08.08.19 */

/************************************/
/********** Direktnatur **************/
/************************************/
.page-header {
    background-color: #ffffff;
}

.page-header .panel.wrapper, .copyright {
    background: #000 !important;
}


div.wb-sticky {
  position: -webkit-sticky;
  position: inherit;
  top: 0px;
  padding: 0px;
  z-index: auto;
}

#ui-id-1 {
    z-index: 99999;
}

ul.level0 > li.mega > .mega {
    color: #000;
}

ul.level0 > li.mega > .mega.ui-state-active, ul.level0 > li.mega > .mega:active, ul.level0 > li.mega > .mega:focus, ul.level0 > li.mega > .mega:hover {
    background-color: #aed053;
    color: #fff;
    text-decoration: none;
}

ul.level0 > li.mega > .mega.active {
    background-color: #aed053;
    color: #fff;
}

.action.primary:hover {
    background-color: #aed053;
	border: 1px solid #aed053;
}


.breadcrumbs a, .breadcrumbs a:hover, .breadcrumbs a:active, .breadcrumbs a:focus {
    color: #0B5637 !important;
}

a,
.alink {
 color:#0B5637;
 text-decoration:none
}
a:visited,
.alink:visited {
 color:#0B5637;
 text-decoration:none
}
a:hover,
.alink:hover {
 color:#0B5637;
 text-decoration:underline
}
a:active,
.alink:active {
 color:#0B5637;
 text-decoration:underline
}

.action.primary:focus, .action.primary:active {
    color: #fff;
    background-color: #8bbc07;
	border: 1px solid #8bbc07;
}

/* Start Kategorie Navigation */
.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 0 0 0;
}

.col-1 {width: 8.33333%;}
.col-2 {width: 16.66666%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33333%;}
.col-5 {width: 41.66666%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33333%;}
.col-8 {width: 66.66666%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33333%;}
.col-11 {width: 91.66666%;}
.col-12 {width: 100%;}
	
@media only screen and (max-width: 1080px) {
	.col-1 {width: 16.66666%;}
	.col-2 {width: 33.33333%;}
	.col-3 {width: 50%;}
	.col-4 {width: 66.66666%;}
	.col-5 {width: 83.33333%;}
	.col-6 {width: 100%;}
	.col-7 {width: 16.66666%;}
	.col-8 {width: 33.33333%;}
	.col-9 {width: 50%;}
	.col-10 {width: 66.66666%;}
	.col-11 {width: 83.33333%;}
	.col-12 {width: 100%;}	
}

	
@media only screen and (max-width: 560px) {
	.col-1 {width: 100%;}
	.col-2 {width: 100%;}
	.col-3 {width: 100%;}
	.col-4 {width: 100%;}
	.col-5 {width: 100%;}
	.col-6 {width: 100%;}
	.col-7 {width: 100%;}
	.col-8 {width: 100%;}
	.col-9 {width: 100%;}
	.col-10 {width: 100%;}
	.col-11 {width: 100%;}
	.col-12 {width: 100%;}
}
	
/* Kategorie Nav-Buttons */
.wb-content {
  overflow: hidden;
  background-color: #ea5b0b;
  width: 100%;
}
	
	
.wb-content a {
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
  font-size: 17px;
}

.wb-content a:hover {
  background-color: #ddd;
  color: black;
 
}

.wb-content a.active {
  background-color: #4CAF50;
  color: white;
}
/* Ende Kategorie Navigation */

/* Quick Checkout Anpassung erweiterte Auswahl */

.nav-sections
{
  background: #db0d15;
}
.navigation
{
  background: #db0d15;

}
.navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top
{
  border-color: #db0d15;
  border-style: solid;
  border-width: 0 0 3px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
.navigation .level0 > .level-top
{
    color: #fff;
    line-height: 47px;
}
.action.primary {
    background: #db0d14;
    border-color: #db0d14;
}
.action.primary
{
  background-image: none;
  background: #db0d14;
  border: 1px solid #db0d14;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:hover
{
  background-color: #000;
  border: 1px solid #000;
}