/*
Theme Name: Rügener-Rapsöl-Theme
Theme URI: https://ruegener-rapsoel.de
Author: Sven Albrecht
Author URI: https://advanced-simple.de/
Text Domain: rapsoel-theme
Version: 4.3
*/

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,caption,canvas,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,embed,fieldset,figcaption,figure,form,footer,header,hgroup,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,summary,tt,table,tbody,textarea,tfoot,thead,time,tr,th,td,u,ul,var,video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;margin:0;padding:0;border:0;outline:0;background:transparent}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin: 0 0 1.5rem;}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }
/* Fonts  ==================================================== */


@font-face {
    font-family: 'robotoregular';
    src: url('fonts/Roboto-Regular.woff2') format('woff2'),
        url('fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'robotomedium';
    src: url('fonts/Roboto-Medium.woff2') format('woff2'),
        url('fonts/Roboto-Medium.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'robotosemibold';
    src: url('fonts/Roboto-SemiBold.woff2') format('woff2'),
        url('fonts/Roboto-SemiBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'robotobold';
    src: url('fonts/Roboto-Bold.woff2') format('woff2'),
        url('fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'titillium_webregular';
    src: url('fonts/titilliumweb-regular-webfont.eot');
    src: url('fonts/titilliumweb-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/titilliumweb-regular-webfont.woff2') format('woff2'),
         url('fonts/titilliumweb-regular-webfont.woff') format('woff'),
         url('fonts/titilliumweb-regular-webfont.ttf') format('truetype'),
         url('fonts/titilliumweb-regular-webfont.svg#titillium_webregular') format('svg');
    font-weight: normal;
    font-style: normal;
	 font-display: swap;

}

@font-face {
    font-family: 'amatic_scbold';
    src: url('fonts/amaticsc-bold-webfont.woff2') format('woff2'),
         url('fonts/amaticsc-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	 font-display: swap;

}


@font-face {
    font-family: 'Woo-Side-Cart';
    src: url('fonts/Woo-Side-Cart.woff2') format('woff2'),
        url('fonts/Woo-Side-Cart.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* Variables =================================================== */

:root{
	--bs-gutter-x:2rem;


}
/* Mixins =================================================== */
.group {
  *zoom: 1;
}
.group:before,
.group:after {
  display: table;
  content: "";
}
.group:after {
  clear: both;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static;
  clip: auto;
  height: auto;
  width: auto;
  margin: 0;
  overflow: visible;
}
.test{
  display:none !important;
}
.woocommerce-js [role=main] a.back-btn{
	background-color: rgba(255,255,255,.2);
	max-width:350px;
	border: none;
    color: #fff;
    text-shadow: none;
	cursor: pointer;
    display: inline-block;
    font-family: titillium_webregular,Tahoma,Verdana,sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 105%;
    text-align: center;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1em;
    margin: 0;
    text-decoration: none;
    padding: 15px 3% 15px 70px;
	margin:1rem auto;
    white-space: nowrap;
    width: 100%;
	position:relative;
}
.woocommerce-js [role=main] a.back-btn::before{
    content: "\e00b";
    display: inline-block;
    font-family: WooCommerce;
    font-size: 3rem;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    left: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
}
.woocommerce-js [role=main] a.back-btn:hover, .woocommerce-js [role=main] a.back-btn:focus{
	background-color:#6d9703;
}
/* Page =================================================== */
html {
  background: #171717 url(img/body-bg.jpg) no-repeat 0 43px;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #f3f5f6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 1px 0;
  width: 100%;
  background: transparent url(img/footer-bg.png) repeat-x left bottom;
  font-family: robotoregular, Tahoma, Verdana, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #c9c0bb;
}

/* Bootstrap Grid 5er */

@media (min-width: 992px) {
  .col-lg-2-5 {
    flex: 0 0 auto;
    width: 20%;
  }
}

/* Typography =================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: titillium_webregular, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  color: #d6de00;
  /*text-transform: uppercase;*/
  text-rendering: optimizelegibility;
}
h1 {
  margin-bottom: 0.75em;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2;
}
h2{
  margin-bottom: 0.75em;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2;
}
h3{
  margin-bottom: 0.5em;
  margin-top: 1em;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.3;
}
h4 {
  margin-bottom: 0.75em;
  margin-top: 0.75em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.25;
}
h5{
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1.5em;
}
h6{
  margin-bottom: 1.5em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}

p,
ol,
ul,
dl,
address {
  margin-bottom: 0.75em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4em;
}
small {
  font-size: 14px;
  font-size: 1.4rem;
}
ul,
ol {
  margin: 0 0 1.5em -7px;
  padding: 0 0 0 24px;
}
li ul,
li ol {
  margin: 0;
  font-size: 15px;
  font-size: 1.5rem;
}
p,[role="main"] ul, [role="main"] ol{
 -moz-hyphens: auto;
 -ms-hyphens: auto;
 -webkit-hyphens: auto;
 hyphens: auto;
}

[role=main] .highlight{
	font-family: titillium_webregular,Tahoma,Verdana,sans-serif;
    font-weight: 400;
    color: #fceb9c;
	font-size:1.8rem;
}
blockquote {
    color: #000;
    font-family: titillium_webregular, Tahoma, Verdana, sans-serif;
    background: #d6de00;
	text-align: center;
    border-bottom: 3px solid #b5bc00;
    margin-bottom: 2rem;
	margin-top:1rem;
    padding: 1rem 2rem;
}
.content blockquote p{
	font-size:2.1rem;
	line-height:1.3;
	padding:0;
	margin:0;
	-moz-hyphens: none;
 -ms-hyphens: none;
 -webkit-hyphens: none;
 hyphens: none;
}
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
dl,
dd {
  margin-bottom: 1.5em;
}
dt {
  font-weight: bold;
}
.dl-horizontal dt {
  float: left;
  clear: left;
  width: 20.25%;
  text-align: right;
}
.dl-horizontal dd {
  margin-left: 22.78%;
}
abbr[title] {
  border-bottom: 1px dotted #c7ced6;
  cursor: help;
}
b,
strong {
  font-weight: bold;
  font-family: robotosemibold, Tahoma, Verdana, sans-serif;
}
dfn {
  font-style: italic;
}
ins {
  background-color: #f3f5f6;
  color: #000000;
  text-decoration: none;
}
mark {
  background-color: #f3f5f6;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: Monaco, Courier New, monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
sub,
sup {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0;
  vertical-align: baselineheight;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Colour =================================================== */
a,
a:visited {
  text-decoration: none;
  color: #fcffab;
}
a:hover {
  text-decoration: underline;
  color: #fcffab;
}
a:focus {
  outline: thin dotted;
  color: #fcffab;
}
a:hover,
a:active {
  outline: 0;
}
::-moz-selection {
  background-color: #d6dbe1;
  color: #2d353e;
  text-shadow: none;
}
::selection {
  background-color: #d6dbe1;
  color: #2d353e;
  text-shadow: none;
}
.required-mark {
    font-size: 1.9em;
    line-height: 0.5em;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}
#scroll-top{
    background: #6d9703;
    border: 1px solid #6d9703;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    border-radius: 2px;
    bottom: 20px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 10px 10px rgba(255, 255, 255, 0.1) inset;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 10px 10px rgba(255, 255, 255, 0.1) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 10px 10px rgba(255, 255, 255, 0.1) inset;
    color: #FFFFFF;
    display: none;
    left: auto;
    overflow: hidden;
    padding: 5px 7px;
	margin:0 auto;
    position: fixed;
    right: 0;
    text-decoration: none;
    top: auto;
    width: 60px;
    z-index: 90;
}
#scroll-top:hover, #scroll-top:focus{
    background: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.2), transparent) repeat scroll 0 0 #05966E;
    cursor: pointer;
}
#scroll-top span{
	background: url(img/up.png) no-repeat scroll 50% 50%;
	display:block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.header-search{
	margin: 0.5rem 0;
}
#searchform{

}
#searchform > div{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

#searchform input{
	font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgb(43, 49, 54);
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    width: calc(94% - 40px);
    flex: 1 1 auto;
    padding: 0.5625rem;
    border-width: 1px 1px 1px;
    border-style: solid none solid solid;
    border-color: rgb(121, 132, 144) rgb(121, 132, 144) rgb(121, 132, 144);
    border-image: initial;
    border-right: none;
    border-radius: 6px 0px 0px 6px;
}

#searchform button{
	width: 40px;
    height: auto;
    background: url(img/search-icon-2x.png) center center / 25px no-repeat rgb(255, 255, 255);
    border-radius: 0px 6px 6px 0px;
    border-width: 1px 1px 1px;
    border-style: solid solid solid none;
    border-color: rgb(121, 132, 144) rgb(121, 132, 144) rgb(121, 132, 144);
    border-left: none;
}
.tickertape {
	max-width: 100%; /* iOS braucht das */
	white-space: nowrap;
	overflow: hidden;
	background: #d6de00;
    color: #000;
    padding: 0.5em;
    font-weight: 600;
    font-size: 1.3em;
    font-family: titillium_webregular, Tahoma, Verdana, sans-serif;
	position: relative;
    height: 2em;
}

.tickertape div {
	display: inline-block;
	padding-left: 100%;
	animation: marquee 20s linear infinite;
}

/* Optional: mouseover (oder Tipp auf dem Touchscreen) pausiert die Laufschrift */
.tickertape div:hover {
	animation-play-state: paused
}

/* Make it move */
@-moz-keyframes  marquee {
 	0%   { -moz-transform: translateX(0); }
	100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes  marquee {
 	0%   { -webkit-transform: translateX(0); }
	100% { -webkit-transform: translateX(-100%); }
}
@keyframes marquee {
	0%   { transform: translateX(0); }
	100% { transform: translateX(-100%); }
}

#gdpr-cookie-consent-show-again{
	background-color:#fff !important;
}


/* Elements =================================================== */
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #c7ced6;
  border-bottom: 1px solid #ffffff;
}
img {
  max-width: 100%;
  height:auto;
  border-width: 0;
  vertical-align: middle;
  display:block;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin-bottom: 1.5em;
}
figure img {
  margin-bottom: 0.375em;
}
figure figcaption {
  display: block;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  color: #808080;
}
.list-bordered {
  list-style-type: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}
.list-bordered li {
  margin-bottom: 0.375em;
  padding-bottom: 0.375em;
  border-bottom: 1px dashed #c7ced6;
}
.list-bordered li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}
.assistive-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
input,
textarea  {
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
	-o-box-sizing : border-box;
	box-sizing : border-box;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
select,
textarea{
	color: #2b3136;
}

.overlap{
  margin-top:-60px;
  margin-right:20px;
}
.wp-caption{
	max-width:100%;
}
.wp-caption .wp-caption-text{
	text-align:right;
	font-size: 85%;
    position: relative;
    margin-top: -23px;
}
.checkout-contact-data{
	background-color: rgba(0, 0, 0, 0.5);
    padding: 1.5rem;
}
.checkout-contact-data p{
	color:#fff;
	margin-bottom:0;
}
.checkout-contact-data p strong{
	font-size:1.9rem;
}
.tellink{
	position:relative;
	padding-left:25px;
	color:#fff;
}
.tellink:hover{
	text-decoration:none;
}
.tellink::before{
	content: "\e037";
    display: inline-block;
    font-family: WooCommerce;
    font-size: 0.9em;
    font-weight: bold;
    height: 24px;
    left: 2px;
    position: absolute;
    top: 3px;
    bottom: 0;
    margin: auto;
    width: 15px;
}
.checkout-back-to-shop{
	text-align: right;
    margin-bottom: 2rem;
}
.checkout-back-to-shop a{
	display:inline-block;
	padding: 1rem 2rem;
    border: 2px solid;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.5);

}
.checkout-back-to-shop a:hover,
.checkout-back-to-shop a:focus{
	color:#000;
	background-color: #fcffab;
	border-color: #fcffab;
	text-decoration:none;
}
.page-wrap [role="main"] .main-container .cta-btn,
.woocommerce-page [role="main"] .main-container div.product form.cart button.cta-btn {
	background-color:#6f9c01;
    color: #fffcf0;
    font-size: 2rem;
    border: 3px solid #6f9c01;
    width: auto;
    text-transform: uppercase;
    font-family: robotosemibold, Tahoma, Verdana, sans-serif;
    letter-spacing: 1px;
    text-align: center;
    line-height: 2.8rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
    padding: 10px 20px;
    display:inline-block;
}
.woocommerce-page [role="main"] .main-container div.product form.cart button.cta-btn {
	width:100%;
}
.woocommerce-page [role="main"] .main-container div.product form.cart button.cta-btn::after{
	content: "\f07a";
	font-family: 'WPMenuCart';
	font-size: 2.8rem;
	position:absolute;
	margin-left:0.75rem;
}
.woocommerce [role="main"] span.onsale {
	padding: 0;
    background-color: #f9cc06;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    color: #000;
    text-transform: uppercase;
    transform: rotate(45deg);
    border-radius: 0;
    min-height: 0.5rem;
    min-width: 17rem;
    font-size: 1.7rem;
    line-height: 2;
}
.woocommerce [role="main"] ul.products li.product a.woocommerce-loop-product__link{
	overflow:hidden;
	position:relative;
}
.woocommerce [role="main"] ul.products li.product .onsale{
	top: 34px;
    right: -33px;
}
.page-wrap [role="main"] .main-container .cta-btn.alt-color-cta{
	background-color: #d6de00;
	border-color:#d6de00;
	color: #3d5800;
	font-size: 1.8rem;
}
.page-wrap [role="main"] .main-container .cta-btn span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: #d6de00;
    transform: translateY(110%);
    border-radius: 50%;
    left: calc((var(--n) - 1) * 25%);
	top:0;
    transition: 0.5s;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    z-index: -1;
}
.page-wrap [role="main"] .main-container .cta-btn.alt-color-cta span{
	background-color:#6f9c01;
}
.page-wrap [role="main"] .main-container .cta-btn:hover,
.woocommerce-page [role="main"] .main-container div.product form.cart button.cta-btn:hover {
    color: #3d5800;
	border: 3px solid #d6de00;
}
.page-wrap [role="main"] .main-container .cta-btn.alt-color-cta:hover{
	color: #fffcf0;
}
.page-wrap [role="main"] .main-container .cta-btn:hover span {
    transform: translateY(0) scale(2);
}

.page-wrap [role="main"] .main-container .cta-btn span:nth-child(1) {
    --n: 1;
}

.page-wrap [role="main"] .main-container .cta-btn span:nth-child(2) {
    --n: 2;
}

.page-wrap [role="main"] .main-container .cta-btn span:nth-child(3) {
    --n: 3;
}

.page-wrap [role="main"] .main-container .cta-btn span:nth-child(4) {
    --n: 4;
}
.add-review-cta-wrap{
	margin-top:2rem;
}
.woocommerce [role="main"] div.product form.cart .variations{
	margin-bottom:0;
}
.reset_variations,
.variantname, .variantprice{
	display:block;
}
.variations th.label{
	display:none;
}
.reset_variations{
	flex: 0 0 auto;
	width: 100%;
}
.variationButtons {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding:0;
  border-radius: 10px 10px 0 0;
}
.js table.variations select{
	display:none;
}
.radioButton > input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.radioButton > input[type="radio"] + label{
  width: 100%;
  padding: 15px 10px;
  background: #DBDBDB40;
  cursor: pointer;
  font-weight: bold;
  font-size: 23px;
  color: #eaeaea;
  transition: background .3s, color .3s;
  border: none;
  border-radius: 0;
  text-align: center;
}
.radioButton > input[type="radio"] + label img{
	width:60px;
}
.radioButton > input[type="radio"] + label span{
	font-size:1.6rem;
	line-height:2.5rem;
}

.radioButton > input[type="radio"] + label:hover {
  background:#DBDBDB20;
}

.radioButton > input[type="radio"] + label:active {
  background: #DBDBDB20;
}

.radioButton > input[type="radio"]:checked + label {
  background: #1E1D1A;
  color: #d6de00;
  border-top: solid 2px #d6de00;
  border-left: solid 2px #d6de00;
  border-right: solid 2px #d6de00;
  border-bottom: none;
  margin-bottom: -2px;
}
.single_variation_wrap{
	border:2px solid #d6de00;
	padding: 2rem;
}
.panel-radiotab {
  display: none;
  padding: 20px 30px 30px;
  background: #fff;
  width: 100%;
  border-left: solid 2px #000;
  border-bottom: solid 2px #000;
  border-right: solid 2px #000;
}

.radiotab:checked + .label-radiotab + .panel-radiotab {
  display: block;
}

/* Tables =================================================== */
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
table th,
table td {
  padding: 8px;
  vertical-align: top;
  text-align: left;
}
table th {
  font-weight: bold;
}
table thead th {
  vertical-align: bottom;
}
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}
table tbody + tbody {
  border-top: 2px solid #8c9bab;
}
table tbody tr td,
table tbody tr th {
  -webkit-transition: background-color 0.25s 0 linear;
  -moz-transition: background-color 0.25s 0 linear;
  -ms-transition: background-color 0.25s 0 linear;
  -o-transition: background-color 0.25s 0 linear;
  transition: background-color 0.25s 0 linear;
}


/* Modules */
[role="banner"]{
	position:relative;
	padding:0;
}
[role="banner"] .usp-topbar,
section.product-cat-usps{
	background-color: #A4CC37;
    padding: 0.5rem 0;
}
.product-cat-usps{
	margin-left: -20px;
    margin-right: -20px;
}
[role="banner"] .usp-topbar .usps-list,
.product-cat-usps .usps-list{
	list-style: none;
    display: flex;
    color: #2b3136;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1000px;
    margin: 0 auto;
    font-weight: 700;
}
[role="banner"] .usp-topbar .usps-list > li,
.product-cat-usps .usps-list > li{
	position:relative;
	padding-right:30px;
}
[role="banner"] .usp-topbar .usps-list > li::before,
.product-cat-usps .usps-list > li::before{
	content: "\e017";
    display: inline-block;
    font-family: WooCommerce;
    font-size: 1.2em;
    font-weight: bold;
    height: 24px;
    right: 0;
    position: absolute;
    top: 1px;
    bottom: 0;
    margin: auto;
    width: 22px;
    color: #2b3136;
}
[role="banner"] .header-logo{
	padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
[role="banner"] .header-logo a{
	display: flex;
    align-items: center;
    max-width: 440px;
	text-decoration:none;
}
[role="banner"] .header-logo a .header-logo-img{
	width:20%;
}
[role="banner"] .header-logo a .header-logo-text{
   font-size: 2.75rem;
   line-height: 0.95;
   color: #DDDC00;
   width: 80%;
   padding-right: 5%;
   padding-left: 2%;
}
.header-container{
	background: rgba(33, 31, 27, 0.7) url(img/body-bg2.jpg) no-repeat 20% 85%;
    background-size: 100% auto;
}
[role="banner"] .payment-icons{
	position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 120px;
}
[role="banner"] .navbar-toggler{
	width: 36px;
    height: 36px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    background: none;
    border: none;
}
[role="banner"] .navbar-toggler:focus{
	box-shadow:none;
}
.navbar-toggler span {
    display: block;
    position: absolute;
    padding: 0;
    height: 2px;
    width: 20px;
    background: #dddc00;
    opacity: 1;
    left: 13px;
	/*right:0;*/
	margin:auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 20px;
    left: 13px;
}
.navbar-toggler[aria-expanded="false"] span:nth-child(1) {
    top: 13px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
    width: 0%;
    opacity: 0;
}
.navbar-toggler[aria-expanded="false"] span:nth-child(2) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 20px;
    left: 13px;
}
.navbar-toggler[aria-expanded="false"] span:nth-child(3) {
    top: 27px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.navbar{
  background: 1c1b19;
  position:relative;
  z-index:3;
}
.header-actions{
    margin: 0 auto;
    position: relative;
    height: 85px;
    z-index: 5;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
	align-items:center;
}
.header-actions .social{
	flex: 0 0 auto;
}
.header-actions .social ul{
	display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin: 0;
    padding: 0;
}
.header-actions .social ul > li{
	margin-right:1rem;
}
.header-actions > ul > li{
	width:60%;
}
.header-actions > ul > li:first-child{
	width:40%;
}

#menu-meta-navigation {
    width: 100% !important;
}
.header-actions h3{
    background: #6f9c01;
    color: #000;
	font-size: 140%;
	font-weight:bold;
	margin: 0;
    padding: 7px 60px 6px 2%;
}
.header-actions h3 .fa{
  padding-left:5px;
}
.header-actions h3[aria-expanded="true"]{

}
.header-actions .toggle-nav{
   display:inline-block;
   zoom: 1;  *display: inline;  /* IE7 Hack */
}

.header-actions > ul{
   	background: rgba(0,0,0,.6);
    height: auto;
    margin: 0;
    min-width: 220px;
    padding: 0;
	flex: 0 0 auto;
    width: auto !important;
	display:flex;
	list-style:none;
}
.header-actions li{
  position:relative;
}
.header-actions li ul{
  position: static;
  display:none;
}
.header-actions:not( :target ) > a:first-of-type,
.header-actions:target > a:last-of-type {
   display: block;
}
.header-actions:target > ul{
	display: block;
}
.header-actions li:hover ul{
	display: block;
	left: 0;
	right: 0;
}
.header-actions > ul > li > a{
	height: auto;
	text-align: left;
	padding: 10px 0.833em;
}

/* second level */

.header-actions li ul{
	position: static;
	padding: 0;
}
.header-actions span.minicart{
  position:absolute;
  right:0;
  top:0;
}
.header-actions a{
  color:#ccc;
  display:block;
}
.header-actions > ul > li#menu-item-196 > a{
	position:relative;
	padding-left:30px;
}
.header-actions > ul > li#menu-item-196 > a::before{
    content: "\e03a";
    display: inline-block;
    font-family: WooCommerce;
    font-size: 0.9em;
    font-weight: bold;
    height: 24px;
    left: 10px;
    position: absolute;
    top: 3px;
    bottom: 0;
    margin: auto;
    width: 15px;
}
.header-actions > ul > li > a.wpmenucart-contents{
	background: #6f9c01;
	color: #fffcf0;
	opacity:0.9;
}
.header-actions > ul > li > a.wpmenucart-contents:hover,
.header-actions > ul > li > a.wpmenucart-contents:focus{
	opacity:1;
}
.header-actions li ul a{
  padding:5px 6%;
}
.header-actions span.minicart > a {
    display: block;
    padding: 9px 20px;
}
.header-actions span.minicart > a, .header-actions li ul a:hover, .header-actions li ul a:focus{
  background: #6f9c01;
  color:#2b2b2b;
}
.header-actions span.minicart > a .fa{
  font-size:110%;
}
.header-actions a:hover, .header-actions a:focus, .header-actions li:hover, .header-actions li:focus{
  text-decoration:none;
  color:#fff;
  background: #302d28;
 }
.header-actions span.minicart > a:hover, .header-actions span.minicart > a:focus{
  background: #a4e600;
}
.header-actions .current-menu-item a{
   position:relative;
   background: #302d28;
   color:#fffcf0;
}

[role="navigation"]#site-main-nav{
  background: #000;
  position:relative;
}
[role="navigation"]#site-main-nav h3{
    background: #d6de00;
    color: #000;
	font-size: 140%;
	font-weight:bold;
	margin: 0;
    padding: 1% 60px 1% 2%;
}
[role="navigation"]#site-main-nav h3 .fa{
  padding-left:5px;
}
[role="navigation"]#site-main-nav h3[aria-expanded="true"]{

}
[role="navigation"]#site-main-nav .toggle-nav{
  display:block;
}
[role="navigation"]#site-main-nav ul{
    background:#000;
    height: auto;
    margin: 0 auto;
    padding: 0 5%;
	width:100%;
	border:none;
}
[role="navigation"]#site-main-nav li{
   border-top: 1px solid;
   list-style:none;
}
[role="navigation"]#site-main-nav > ul > li:first-child{
	  border:none;
}

[role="navigation"]#site-main-nav a{
   display:block;
   font-family: titillium_webregular;
   font-size: 1.6rem;
   line-height:1.2;
   text-transform: uppercase;
   padding: 15px 0;
   color:#d6de00;
   text-decoration:none;
   border:2px solid transparent;
}

[role="navigation"]#site-main-nav a:hover,
[role="navigation"]#site-main-nav a:focus,
[role="navigation"]#site-main-nav li:hover,
[role="navigation"]#site-main-nav li:focus,
[role="navigation"]#site-main-nav li:hover a,
[role="navigation"]#site-main-nav li:focus a{
  text-decoration:none;
  color:#000;
  background: #d6de00;
  border-color: #d6de00;
 }

[role="navigation"]#site-main-nav .current-menu-item a,
[role="navigation"]#site-main-nav .current-menu-parent a,
[role="navigation"]#site-main-nav .current-post-ancestor a,
[role="navigation"]#site-main-nav .current-menu-ancestor a,
[role="navigation"]#site-main-nav .hightlightshop.current-menu-ancestor > a{
   position:relative;
   background: #d6de00;
   border-color: #d6de00;
   color:#000;
}
[role="navigation"]#site-main-nav .hightlightshop a{
	position: relative;
    /*border-color: #6f9c01;
    color: #6f9c01;*/
	/*border-color: #d6de00;
    color: #d6de00;*/
	border-color: #6f9c01;
    color: #000;
    background-color: #6f9c01;
    padding: 10px 3rem;
    /*padding: 10px 2rem;*/
    font-weight: 600;
}
[role="navigation"]#site-main-nav .hightlightshop a:hover,
[role="navigation"]#site-main-nav .hightlightshop a:focus,
[role="navigation"]#site-main-nav .hightlightshop.current-menu-item a{
	color:#000;
	/*background-color: #6f9c01;*/
	background-color: #d6de00;
	border-color: #d6de00;
}

/* Anfang neue Styles Hauptnavi */

[role="navigation"]#site-main-nav li{
  position:relative;
}
[role="navigation"]#site-main-nav li ul{
  position: static;
  display:none;
  top:40px;
}
[role="navigation"]#site-main-nav li ul ul{
	position: static;
}
[role="navigation"]#site-main-nav li ul ul a{
	padding-left: 4rem;
}
[role="navigation"]#site-main-nav:not( :target ) > a:first-of-type,
    [role="navigation"]#site-main-nav:target > a:last-of-type
        {
       display: block;
    }
	[role="navigation"]#site-main-nav:target > ul{
		display: block;
	}
	[role="navigation"]#site-main-nav li:hover ul{
		display: block;
		left: 0;
		right: 0;
	}
	[role="navigation"]#site-main-nav > ul > li
	{
		width: 100%;
		float: none;
	}

	/* second level */

	[role="navigation"]#site-main-nav li ul
	{
		position: static;
		padding: 0;
	}


[role="navigation"]#site-main-nav li ul a,
[role="navigation"]#site-main-nav .hightlightshop ul a{
  padding:5px 6%;
  text-align:left;
  font-weight:normal;
}
[role="navigation"]#site-main-nav li ul a:hover,
[role="navigation"]#site-main-nav li ul a:focus,
[role="navigation"]#site-main-nav li.hightlightshop ul a:hover,
[role="navigation"]#site-main-nav li.hightlightshop ul a:focus{
   background:#adb210;
   border-color:#adb210;
}
[role="navigation"]#site-main-nav li ul > .current-menu-item a{
	background-color: #fff;
    border-color: #fff;
}

/* Ende neue Styles Hauptnavi */

.wrap{
  width:95%;
  min-height:400px;
  margin:0 auto;
  background:rgba(33,31,27,0.5);
  padding-top: 10px;
  position: relative;
  top: 0;
  z-index: 2;
}
[role="main"]{
  color:#fffcf0;
}

[role="main"] .container.main-container{
	background:rgba(33,31,27,0.7);
	padding-top:2rem;
	padding-bottom:0;
}
[role="main"] .container section:not(.separator-section):not(.sellingpoints-section):not(.product-cat-section):not(.product-cat-usps){
	padding:4rem 0;
}
section h2{
	text-align:center;
}
.openinghours-section{
	position: relative;
    background-color: #000;
}
.openinghours-section .container{
    color: #fff;
    position: relative;
}
.openinghours-section .container.already-closed{
	display:none;
}
.text-openinghours{

}
.bg-head-img{
	background-size: cover;
    background-image: var(--bg-image-mobile);
    background-position: center center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}

.openinghours-section .text-head{
	text-align:center;
	margin-bottom:2rem;
}
.primary-head-openinghours{
	font-size: 2.3rem;
}
.openinghours-section .text-body{
	padding: 0 2rem;
}
#site-main-nav .container{
	padding-left: 0;
    position: relative;
    padding-right: 0;
}
.local-icon{
	width: 85px;
    display: inline-block;
   /* position: absolute;
    right: 0;
    top: -12px;*/
}
.dlg-icon{
	width: 100px;
    display: inline-block;
	position: absolute;
    right: 0;
    top: -12px;
}
.sellingpoints-section,
.product-cat-section{
	margin-top: -2rem;
	padding-bottom:4rem;
}
.product-cat-section{
	padding-bottom:0;
}
.sellingpoints-section h2{
	font-family: amatic_scbold;
    text-align: center;
    color: #fffcf0;
    font-size: 3.2rem;
    line-height: 1.2;
}
.sellingpoints-text,
.product-cat-preface{
	margin-top:2rem;
	padding-left: 3rem;
    padding-right: 3rem;
	padding-top:1rem;
}
.sellingpoints{
	display: block;
    margin: 0 auto;
    width: fit-content;
}
.sellingpoints ul,
.text-openinghours ul,
.product-cat-preface ul{
	list-style:none;
	padding-left:10px;
	color:#fffcf0;
}
.sellingpoints ul > li,
.text-openinghours ul > li,
.product-cat-preface ul > li{
	position:relative;
	padding-left:30px;
	margin-bottom:0.75rem;
}
.sellingpoints ul > li::before,
.text-openinghours ul > li::before,
.product-cat-preface ul > li::before{
	content: "\e015";
  display: inline-block;
  font-family: WooCommerce;
  font-size: 1.2em;
  font-weight: bold;
  height: 24px;
  left: 0;
  position: absolute;
  top: 1px;
  margin: auto;
  width: 22px;
  color: #fffcf0;
}
.sellingpoints-cta-wrap{
	text-align: center;
	margin-top:2rem;
}
[role="main"] .recipes-link-wrap,
[role="main"] .product-cats-wrap{
	text-align:right;
	margin-top:2rem;
}
[role="main"] .product-cats-wrap{
	padding-right:35px;
}
.all-products-wrap{
    text-align: right;
    margin-top: 2rem;
}
[role="main"] .sellingpoints-cta-wrap a.sellingpoints-cta,
[role="main"] .recipes-link-wrap a.recipes-cta{
	background-color: #6f9c01;
    text-transform: uppercase;
    padding: 5px 3%;
    font-family: titillium_webregular,Tahoma,Verdana,sans-serif;
    font-size: 1.5rem;
    color: #fffcf0;
	border: 1px solid #a5de3b;
	display: block;
    width: 95%;
    margin: 0 auto;
}
[role="main"] .recipes-link-wrap a.recipes-cta{
	display:inline-block;
	width:auto;
}

.page-wrap [role="main"] .container section.trustlabel-section{
	padding:12rem 0 4rem;
}
[role="main"] .trustlabel-item {
	margin-bottom:2rem;
}

[role="main"] .trustlabel-item .trustlabel-inner{
	background-color: #d6de00;
	background-image: url(img/logo-rr-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: -40px 50px;
    border-radius: 2px;
    padding: 6rem 4%;
    border: 2px solid #a5de3b;
	box-shadow: 0 0 30px #3d580050 inset;
    height:100%;
    position:relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
[role="main"] .trustlabel-item .trustlabel-text{
	color: #3d5800;
    text-align: center;
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 1.4em;
}
[role="main"] .trustlabel-item .trustlabel-icon{
	position: absolute;
    width: 80px;
	height:80px;
    background-color: #fff;
    border-radius: 50%;
    padding: 20px;
    border: 2px solid #A4CC37;
    margin: auto;
    left: 0;
    right: 0;
    top: -27%;
}
.newproducts-section .products.columns-4,
.bestseller-section .products.columns-4{
	justify-content:center;
}
.statements-section {
	padding:4rem 0;
}
.statements-section .slick-list{
	border:2px solid;
}
.statements-section .slick-list .slick-track{
	display:flex;
	align-items:center;
}
.statements-section h2{
	text-align:center;
}
.statements-section .statement-item{
	padding:3rem 5rem;

}
.statements-section .statement-item .client-statement{
	position: relative;
    padding-left: 9rem;
    padding-top: 2rem;
}
.statements-section .statement-item .client-statement::before{
    content: '\0022';
    font-size: 14rem;
    color: #d6de00;
    position: absolute;
    left: 0;
    top: 44px;
}
.statements-section .statement-item .client-name{
	text-align:right;
}
.faq-section {
	padding:4rem 0;
}
.faq-section h2{
	text-align:center;
}
.questions-and-answers .faq-wrap{
	margin:0 auto;
}

.qa-accordion .question{
	background-color:#DBDBDB40;
	padding: 1.5rem 4.5rem 1.5rem 2rem;
	margin-top:2px;
	border: none;
    display: block;
    width: 100%;
    text-align: left;
	position:relative;
	font-size:2rem;
}
.qa-accordion .question::before,
.qa-accordion .question::after{
  background: #fffcf0;
  content: '';
  height: 3px;
  right: 1.5rem;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 21px;
  transition: transform 500ms ease;
}
.qa-accordion .question[aria-expanded="false"]::after {
  transform: rotate(90deg);
}
.qa-accordion .question[aria-expanded="true"]::after{
	transform-origin: center;
}

.qa-accordion .answer {
    color: #fffcf0;
    padding: 2rem 2rem 1.5rem;
    box-shadow: 1px 1px 20px rgba(255, 255, 255, 0.2);
}
.slideshow-section{
	padding:4rem 0;
}
.slideshow-section h2{
	text-align:center;
}
.product-cat-item{
	position:relative;
	padding:0;
}
.usp-item{
    display: flex;
    align-items: center;
    justify-content: center;
	background-color:#000;
}
.usp-item .usp-inner{
	color: #fffcf0;
    font-size: 2rem;
    font-size: 2.6rem;
    line-height: 3rem;
    text-align: center;
    padding: 2rem;
}
.product-cat-item .product-cat-text{
	position: absolute;
    right: 5%;
    top: 10%;
    bottom: 10%;
    max-width: 250px;
    margin: auto;
    min-width: 200px;
    height: 190px;
}

.product-cat-item .product-cat-text h3{
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1rem 2rem;
    color: #fff;
    font-family: amatic_scbold;
    font-size: 2.8rem;
	margin-bottom:0;
	text-align:center;
}

.product-cat-link-wrap{
	text-align:right;
}
[role="main"] a.product-cat-link,
[role="main"] a:link.product-cat-link{
	background-color: #d6de00;
    color: #000;
	display:inline-block;
	padding:1rem;
}
[role="main"] a:hover.product-cat-link,
[role="main"] a:focus.product-cat-link{
	background: #fcffab;
}
.recipes-section,
.product-cats-section{
	padding:4rem 0;
}

.recipes-section h2,
.product-cats-section h2{
	text-align:center;
}
[role="main"] article.recipe-item{
	padding:1rem;
}
[role="main"] .recipe-head{
	background-color: #000;
    margin: 0;
    padding: 2rem 1rem;
    text-align: center;
	min-height: 100px;
    display: flex;
    align-items: center;
	justify-content: center;
}
[role="main"] .recipe-head a{
    color: #d6de00;
    text-align: center;
    font-size: 2.1rem;
}
[role="main"] .recipe-head a:hover,
[role="main"] .recipe-head a:focus{
	background-color:transparent;
	color:#fff;
}
[role="main"] .recipe-teaser{
    text-align: center;
}
[role="main"] .recipe-teaser p{
	margin-bottom:0;
}
[role="main"] .recipe-teaser a.more-link{
	color: #000;
    display: block;
    background-color: #d6de00;
    padding: 1rem;
}
[role="main"] .recipe-teaser a.more-link:hover,
[role="main"] .recipe-teaser a.more-link:focus{
	background-color:#A4CC37;
	padding: 1rem;
}
.about-teaser-section h2{
	text-align:center;
}
.teaser-item{
	margin: 0 0 4rem;
}
.teaser-head{
    background-color: #A4CC37;
    margin: 0;
    padding: 2rem;
    color: #2b3136;
    text-transform: none;
	font-weight:600;
}
.teaser-imagebox{
	padding:0;
}

.teaser-textbox {
    padding: 0;
    box-shadow: 1px 1px 20px rgba(255, 255, 255, 0.2);
}
.teaser-text{
    padding: 2rem;
}

[role="main"] .teaser-text p{
	color:#fffcf0;
}
.teaser-link-wrap{
	padding: 1rem 4rem;
    text-align: right;
}
[role="main"] a.teaser-link,
[role="main"] a:link.teaser-link,
[role="main"] button.teaser-link{
	background-color: #d6de00;
    color: #000;
    padding: 1rem;
	display:inline-block;
}
[role="main"] button.teaser-link{
	border:none;
}
[role="main"] a:hover.teaser-link,
[role="main"] a:focus.teaser-link,
[role="main"] button.teaser-link:hover,
[role="main"] button.teaser-link:focus{
	background: #fcffab;
}

.separator-section{
	overflow:hidden;
}
.separator-textbox{
    background-color: #6d9703;
    padding: 3rem 6%;
	position:relative;
}

.separator-textbox h3,
.woocommerce #reviews .separator-textbox h3{
	color:#fff;
	text-transform:none;
	margin-bottom:2rem;
}
.woocommerce #reviews .separator-textbox h3{
	margin-top: 1.5rem;
}
.separator-textbox ul{
	list-style:none;
	padding-left:10px;
}
.separator-textbox ul > li{
	position:relative;
	padding-left:30px;
	margin-bottom:0.75rem;
}
.separator-textbox ul > li::before{
	content: "\e015";
  display: inline-block;
  font-family: WooCommerce;
  font-size: 1.2em;
  font-weight: bold;
  height: 24px;
  left: 0;
  position: absolute;
  top: 1px;
  margin: auto;
  width: 22px;
  color: #fffcf0;
}
.seotext-section{
	padding:4rem 0;
}
.seotext-section .textblock{
	columns:420px;
	column-gap: 50px;
}
.news-slider{

}
.news-slider .slick-slide{

}
.news-slider .slick-slide img{
	width:100%;
}
[role="main"] .slick-prev,
[role="main"] .slick-next {
	top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    z-index:1;
}
[role="main"] .slick-prev {
    left: -50px;
}
[role="main"] .slick-next {
    right: -50px;
}
[role="main"] .slideshow-section .slick-prev {
    left: 20px;
}
[role="main"] .slideshow-section .slick-next {
    right: 20px;
}
[role="main"] .slick-prev::before,
[role="main"] .slick-next::before {
    font-size: 5rem;
	line-height: 40px;
    height: 40px;
    width: 40px;
    margin: auto;
    display: block;
    left: -5px;
    top: 5px;
    position: absolute;
	color:#fffcf0;
	opacity:1;
}
[role="main"] .slick-prev:hover,
[role="main"] .slick-next:hover{
	background-color: #ffffff !important;
    border-radius: 50%;
}
[role="main"] .slick-prev:hover::before,
[role="main"] .slick-next:hover::before{
	color:#000;
	opacity:0.8;
}
[role="main"] .slick-dots{
	bottom:-45px;
	left:0;
}
[role="main"] .slick-dots li{
	width:20px;
	height:20px;
}
[role="main"] .slick-dots li button {
	width:20px;
	height:20px;
	background-color:#ffffff70;
	border-radius:50%
}
[role="main"] .slick-dots li.slick-active button{
	background-color:#ffffff;
}
[role="main"] .slick-dots li button::before {
   content:none;
}

.arrow-right,
.arrow-left,
.long-arrow-right,
.long-arrow-left{
  display: block;
  margin: 30px auto;
  width: 25px;
  height: 25px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}
.arrow-right,
.long-arrow-right{
 transform: rotate(135deg);
}

.arrow-left,
.long-arrow-left{
 transform: rotate(-45deg);
}
.breadcrumbs{
	font-size: 1.4rem;
	color: #fffcf0;
    padding:1.5rem 0;
}
.breadcrumbs h2{
  display: inline;
  text-transform: none;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 900;
  font-family: robotoregular, Tahoma, Verdana, sans-serif;
  margin-right:0.5rem;
}
[role="main"] .breadcrumbs a{
	font-size: 1.4rem;
	color: #e4e1d6;
	position:relative;
}
[role="main"] .breadcrumbs .current-item{
	font-size: 1.4rem;
	color:#fff;
}
[role="main"] .breadcrumbs a:hover,
[role="main"] .breadcrumbs a:focus{
	color: #000;
	background-color:transparent;
}
[role="main"] .breadcrumbs a:hover::before,
[role="main"] .breadcrumbs a:focus::before{
   transform: skew(-3deg) rotate(-1deg);
  border-bottom: 25px solid #d6de00;
  left: -3px; right: -2px;
  position: absolute;
  bottom: -1px;
  content: "";
  z-index: -1;
}
.breadcrumbs .seperator {
	margin-left: 5px;
  margin-right: 5px;
  width: 10px;
  display: inline-block;
  height: 10px;
  line-height: 10px;
  text-align: center;
}
[role="main"] p, [role="main"] ul, [role="main"] ol{
 -moz-hyphens: auto;
 -ms-hyphens: auto;
 -webkit-hyphens: auto;
 hyphens: auto;
}
[role="main"] a, [role="main"] a:link, [role="complementary"] a, [role="complementary"] a:link{
    padding: 1px 0;
	margin-bottom:3px;
    text-decoration: none;
}
[role="main"] a:hover, [role="main"] a:focus, [role="complementary"] a:hover, [role="complementary"] a:focus{
   background:#fcffab;
   color:#000;
}
[role="main"] a.more-link{
	transition: all 0.5s ease-in-out;
}
[role="main"] a.more-link:hover,
[role="main"] a.more-link:focus{
	padding:0 1rem;
}
[role="main"] .stars a:hover, [role="main"] .stars a:focus{
   background:none;
   color:#fbe16a;
}
[role="main"] article{
    padding: 0;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

[role="main"] .iframe-map{
  height:500px;
  width:100%;
}
[role="main"] .iframe-map iframe{
  height:500px;
  width:100%;
}
[role="main"] .page-navi .styled-button{
  background:#f1e196;
  color:#000;
  padding: 7px 2% 7px 1%;
}
[role="main"] .page-navi .styled-button .fa{
  font-size:110%;
}
[role="main"] .page-navi .styled-button:hover, [role="main"] .page-navi .styled-button:focus{
  background:#f9cc06;
}
[role="main"] .page-navi .styled-button.next{
  float:left;
}
[role="main"] .page-navi .styled-button.previous{
  float:right;
  padding: 7px 1% 7px 2%;
}
[role="main"] .ueberuns{
  list-style:none;
  margin:0;
  padding:0;
}
[role="main"] .ueberuns li{
    background: url("img/postbullets.png") no-repeat scroll 0 8px;
    padding-left: 14px;
}
[role="main"] .projekt{
  list-style:none;
  margin:0;
  padding:0;
}
[role="main"] .projekt li{

}
[role="main"] .zertifikate{
  list-style:none;
  margin:0;
  padding:0;
}
[role="main"] .zertifikate li{
  margin-bottom:10px;
}

[role="main"] .presse{
  list-style:none;
  margin:0;
  padding:0;
}
[role="main"] .presse li{

}
[role="main"] .wpcf7-form{
    border: 2px solid #333;
    padding: 3rem 4%;
}
[role="main"] .wpcf7-form .hidden,
[role="main"] .wpcf7-form.hidden-form,
#wpcf7-f11660-p9377-o2{
	display:none;
}
.sb-box{
	display: flex;
    justify-content: flex-end;
}
.wpcf7-response-output{
	border: 2px solid;
    padding: 1rem;
    text-align: center;
    font-weight: bold;
}
[role="main"] .wpcf7-form .formlist{
	list-style:none;
	padding:0;
	margin:0;
}
[role="main"] .wpcf7-form .formlist .select-wrap{
	display:block;
    padding: 1rem 1.5rem 0.5rem;
    background-color: rgba(255,255,255,0.1);
    border-bottom: 1px solid;
}
[role="main"] .wpcf7-form .formlist .select-wrap input[type="text"]{
	width:auto;
	max-width:9rem;
}
[role="main"] .wpcf7-form .formlist .select-wrap input[readonly="readonly"]{
	background: #ccc;
    color: #aaa;
}
[role="main"] .wpcf7-form .formlist .select-wrap input[readonly="readonly"] + label{
	position:relative;
}
[role="main"] .wpcf7-form .formlist .select-wrap input[readonly="readonly"] + label::after{
	content: 'ausverkauft';
    position: absolute;
    left: 2rem;
    top: 0.25rem;
    color: #ff0000;
    background-color: rgba(255,255,255,0.8);
    padding: 0.5rem;
}
[role="main"] .wpcf7-form .formlist .select-wrap label{
	position:relative;
	color: #f4eeeb;
	width:100%;
	margin: 0 0 1rem;
	padding-left:2rem;
}
[role="main"] .wpcf7-form .formlist .select-wrap label span.weight{
	color: #c9c0bb;
}
[role="main"] .wpcf7-form .formlist .select-wrap label span.pricekilo{
	color: #c9c0bb;
	margin-left:1rem;
}
[role="main"] .wpcf7-form fieldset{

}
[role="main"] .wpcf7-form fieldset legend{
	font-family: titillium_webregular,Tahoma,Verdana,sans-serif;
    font-weight: 400;
    color: #d6de00;
    text-transform: uppercase;
    text-rendering: optimizelegibility;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}
[role="main"] .wpcf7-form .preorder-data{
	margin-bottom:2rem;
}
[role="main"] .wpcf7-form fieldset.radiogroup{
	max-width:280px;
}
[role="main"] .wpcf7-form label{
    display: block;
    margin: 15px 0 2px;
    text-align: left;
    vertical-align: top;
    width: 100%;
}

[role="main"] .wpcf7-form input[type="text"],
[role="main"] .wpcf7-form input[type="email"]{
    background: #ededed;
    border: 2px solid #999;
    color: #444;
    font-size: 1em;
    padding: 7px 2%;
    vertical-align: top;
    width: 100%;
}
[role="main"] .wpcf7-form textarea{
    background: #ededed;
    border: 2px solid #999;
    color: #444;
    font-size: 1em;
    padding: 7px 2%;
    vertical-align: top;
    width: 100%;
}
[role="main"] .wpcf7-select{
	height: 3.8rem;
    padding: 0.75rem;
	background: #ededed;
    border: 2px solid #999;
    color: #444;
	 width: 100%;
}
[role="main"] .select-wrap .wpcf7-select{
	height: 3.8rem;
    width: 6rem;
    padding: 0.75rem;
}
[role="main"] .select-wrap .wpcf7-select#preorder-date{
	width:22rem;
}
[role="main"] .wpcf7-form .formlist .select-wrap label[for="preorder-date"]{
	width:25rem;
}
[role="main"] .wpcf7-form .wpcf7-submit{
    cursor: pointer;
    font-size: 1em;
    font-family:titillium_webregular, Tahoma, Verdana, sans-serif;
	text-transform:uppercase;
    margin: 10px 0 0;
    width: auto;
	background: #6d9703;
    color: #f5f18d;
    padding: 5px 3%;
	border:none;
	float:right;
}
[role="main"] .wpcf7-form .wpcf7-submit:hover, [role="main"] .wpcf7-form .wpcf7-submit:focus{
  background: #6f9c01;
 }
[role="main"] .news-listing{
   margin-top:30px;
 }
[role="main"] .news-item{
    margin: 0 0 2em;
	width:100%;
 }
[role="main"] .news-item .news-head{
   text-transform: none;
   color: #d6de00;
   margin-top:10px;
   margin-bottom:10px;
   font-size:2rem;
 }
[role="main"] .news-item .news-head a{
  color: #d6de00;
 }
[role="main"] .news-item .news-head a:hover, [role="main"] .news-item .news-head a:focus{
   color:#f9ff56;
   background:none;
 }
[role="main"] .news-item .news-teaser{

}
.post-password-form input[type="password"]{
	background: #ededed;
    border: 2px solid #999;
    color: #444;
    font-size: 1em;
    padding: 7px 2%;
    vertical-align: top;
}
.post-password-form input[type="submit"]{
	cursor: pointer;
    font-size: 1em;
    font-family: titillium_webregular, Tahoma, Verdana, sans-serif;
    text-transform: uppercase;
    margin: 0;
    width: auto;
    background: #6d9703;
    color: #f5f18d;
    padding: 7px 3%;
    border: none;
}
.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:focus{
  background: #6f9c01;
 }
.image-gallery {
	list-style: none;
    margin: 1rem auto;
    padding: 0;
    display: flex;
	flex-wrap: wrap;
    justify-content: space-around;
 }
 .image-gallery > li{
	max-width: 24%;
    margin-bottom: 1rem;
 }
 .videowrap{
	margin-bottom:10px;
 }

 .videowrap.align-none{
	 margin-bottom:10px;
 }
 .videowrap.align-none .wp-video{
	 margin:0 auto;
 }
 .close-openhours{
	position: relative;
	display:block;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    bottom: 0;
    text-indent: 130%;
    white-space: nowrap;
    overflow: hidden;
    background: #A4CC37 url(img/up.png) no-repeat scroll 50% 50%;
    border: none;
	transform:rotate(180deg);
 }
 .close-openhours[aria-expanded="true"]{
	 transform:rotate(0deg);
 }
 .responsive-tabs .nav-tabs .nav-item{
	 width:33.2%;
 }
 .bestseller-productnews-section .card{
	 background:none;
	 margin-bottom:2px;
 }
 .bestseller-productnews-section .nav-tabs{
	 border:none;
 }
 .bestseller-productnews-section .card-header{
	 padding:0;
	 background-color: #DBDBDB40;
	 position:relative
 }
 .bestseller-productnews-section .card-header h5 a::before,
 .bestseller-productnews-section .card-header h5 a::after{
  background: #fffcf0;
  content: '';
  height: 3px;
  right: 1.5rem;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 21px;
  transition: transform 500ms ease;
}
 .bestseller-productnews-section .card-header h5 a[aria-expanded="false"]::after {
  transform: rotate(90deg);
}
 .bestseller-productnews-section .card-header h5 a[aria-expanded="true"]::after{
	transform-origin: center;
}
 .bestseller-productnews-section .card-body{
	 padding:1rem 0;
	 background-color: #DBDBDB40;
 }
  .bestseller-productnews-section .card-header h5 a{
	  display:block;
  }
  .bestseller-productnews-section .nav-tabs .nav-link,
  .bestseller-productnews-section .card-header h5 a{
	font-family: titillium_webregular, Tahoma, Verdana, sans-serif;
    font-size: 2.25rem;
    color: #fffcf0;
    border: none;
    padding: 1rem;
	text-align:center;
	margin:0;

 }
 .bestseller-productnews-section .nav-tabs .nav-link{
	background-color: #DBDBDB40;
    margin-bottom: 1px;
 }
   .bestseller-productnews-section .nav-tabs .nav-link.active,
   .bestseller-productnews-section .card-header h5 a[aria-expanded="true"]{
	   background-color: #6f9c01;
   }
   .bestseller-productnews-section .nav-tabs .nav-link.active{
	   margin-bottom: 0;
       border-bottom: 1px solid #6f9c01;
   }
   .bestseller-productnews-section .nav-tabs .nav-link:hover,
   .bestseller-productnews-section .card-header h5 a{
	 background-color: #DBDBDB40;
   }
   .bestseller-productnews-section .nav-tabs .nav-link.active:hover,
    .bestseller-productnews-section .card-header h5 a[aria-expanded="true"]:hover{
	   background-color: #6f9c01;
	   color:#fffcf0;
   }
/* WooCommerce Styles */
#add_payment_method .checkout .checkout-inline-error-message,
.woocommerce-cart [role="main"] .checkout .checkout-inline-error-message,
.woocommerce-checkout [role="main"] .checkout .checkout-inline-error-message{
	background-color: #fff;
    padding: 0.25rem;
}
.woocommerce [role="main"] form .form-row.woocommerce-invalid label {
   color: #fffcf0;
}
[role="main"] .hide-dhl{
	display:none !important;
}
.cart-summary .woocommerce-checkout-review-order-table td:not(.product-name),
.cart-summary .woocommerce-checkout-review-order-table th.product-total{
	text-align:right;
}
.shipping-wrap{
	margin-bottom:2rem;
}
.woocommerce-checkout [role="main"] #payment ul.payment_methods{
	padding:0;
}
[role="main"] .woocommerce .checkout-main ul#shipping_method.woocommerce-shipping-methods,
.woocommerce-checkout [role="main"] #payment ul{
	list-style-type: none;
    margin: 0;
    padding: 0;
    /*border: solid 1px #666;*/
	box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
    overflow: hidden;
}
[role="main"] .woocommerce .checkout-main ul#shipping_method.woocommerce-shipping-methods > li,
.woocommerce-checkout [role="main"] #payment ul > li{
	display: block !important;
    margin: 0 0 0 !important;
    padding: 0;
    text-indent: 0;
    line-height: 1.6;
}
[role="main"] .woocommerce .checkout-main ul#shipping_method.woocommerce-shipping-methods > li > input[type=radio],
.woocommerce-checkout [role="main"] #payment ul > li > input[type=radio] {
    position: absolute !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px;
    height: 1px;
    opacity: 0 !important;
}
[role="main"] .woocommerce .checkout-main ul#shipping_method.woocommerce-shipping-methods > li  > input[type=radio] + label,
.woocommerce-checkout [role="main"] #payment ul > li > input[type=radio] + label {
    position: relative;
    display: block;
    margin: 0;
    padding: 10px 10px 10px 50px;
    width: 100% !important;
    background-color: #000;
    line-height: 24px;
    transition: all .15s linear;
}
[role="main"] .woocommerce .checkout-main ul#shipping_method.woocommerce-shipping-methods > li  > input[type=radio]:checked + label,
.woocommerce-checkout [role="main"] #payment ul > li > input[type=radio]:checked + label {
    border-color:  #666;
    background-color: #444;
}
[role="main"] .woocommerce .checkout-main ul#shipping_method.woocommerce-shipping-methods > li  > input[type=radio] + label::before,
.woocommerce-checkout [role="main"] #payment ul > li > input[type=radio] +label::before {
    box-sizing: border-box;
    content: "";
    position: absolute;
    top:  10px;
    left: 10px;
    right: auto;
    display: block;
    width: 24px;
    height: 24px;
    border: solid 2px  #fefefe;
    border-radius: 100%;
    background-color: transparent;
    box-shadow: none;
    transition: all .15s linear;
}
[role="main"] .woocommerce .checkout-main .woocommerce-shipping-methods > li  > input[type=radio] + label::after,
.woocommerce-checkout [role="main"] #payment ul > li > input[type=radio] + label::after {
    display: inline-block;
	content: "\e015";
    display: inline-block;
    font-family: WooCommerce;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    font-size: 23px;
    position: absolute;
    top: 11px;
    left: 10px;
    right: auto;
    color: transparent;
}
[role="main"] .woocommerce .checkout-main ul#shipping_method.woocommerce-shipping-methods > li  > input[type=radio]:checked + label::before,
.woocommerce-checkout [role="main"] #payment ul > li > input[type=radio]:checked + label::before {
    border-color: #000;
    background-color: #000;
}
[role="main"] .woocommerce .checkout-main ul#shipping_method.woocommerce-shipping-methods > li  > input[type=radio]:checked + label::after,
.woocommerce-checkout [role="main"] #payment ul > li > input[type=radio]:checked + label::after {
   color:#d6de00;
}
.summary-inner p.form-row.validate-required,
.summary-inner p#p-shipping-service-provider,
.summary-inner #place_order{
	display:block !important;
}
#order_review p.form-row.validate-required,
#order_review p#p-shipping-service-provider,
#order_review #place_order{
	display:none !important;
}
#order_review #place_order,
.summary-inner #place_order{
	margin-top:2rem;
	padding:15px 3%;
}
.woocommerce form .form-row label.checkbox[for="terms"], .woocommerce-page form .form-row label.checkbox[for="terms"],
.woocommerce form .form-row label.checkbox[for="shipping-service-provider"], .woocommerce-page form .form-row label.checkbox[for="shipping-service-provider"]{
	line-height:1.8rem;
}
 [role="main"] .woocommerce form .form-row-first, [role="main"] .woocommerce form .form-row-last,
 .woocommerce-page [role="main"] form .form-row-first, .woocommerce-page [role="main"] form .form-row-last{
	width:100%;
}
.woocommerce [role="main"] div.product #review_form #respond textarea {
    border: 2px solid #999;
    background-color: #fff;
    color: #000;
}
.woocommerce [role="main"] div.product p.price del .woocommerce-Price-amount.amount,
.woocommerce  [role="main"] div.product span.price del .woocommerce-Price-amount.amount{
	text-decoration:line-through;
	background: none;
}
.woocommerce table.shop_table .total strong .woocommerce-Price-amount.amount,
.woocommerce table.shop_table .order-total strong .woocommerce-Price-amount.amount{
	font-size: 2.5rem;
	font-family: robotosemibold, Tahoma, Verdana, sans-serif;
    color: #e7e3e1;
}
.shipping-notice{
	border: 2px solid;
    padding: 1rem;
    margin-bottom: 1rem;
}
.message .message__headline{
	color:#fff;
}
.woocommerce [role="main"] form .form-row label {
    line-height: 1.3em;
}
.woocommerce-checkout a#dhl_parcel_finder{
	font-size: 1.4rem;
    color: #666;
}
.woocommerce form.woocommerce-checkout .form-row select{
	font-size:1.6rem;
	padding:7px 2%;
}
#cc-cookie-message button#cc-cookie-necessary {
    margin-left: auto;
    margin-right: auto;
}
.woocommerce [role="main"] .single_variation_wrap{
	display:flex;
	flex-wrap:wrap;
    justify-content: space-between;
}
.woocommerce [role="main"] .woocommerce-variation.single_variation{
	display:flex;
	flex-wrap:wrap;
	align-items: baseline;
    justify-content: space-between;
	flex: 0 0 auto;
    width: 75%;
}
.woocommerce [role="main"] .woocommerce-variation.single_variation .woocommerce-variation-description{
	flex: 0 0 auto;
    width: 100%;
}
.woocommerce [role="main"] div.product form.cart  .single_variation_wrap div.quantity{
	flex: 0 0 auto;
    width: 25%;
}

.woocommerce.single-product [role="main"] .woocommerce-variation-add-to-cart{
    flex: 0 0 auto;
    width: 100%;
}
.woocommerce [role="main"] div.product .woocommerce-tabs ul.tabs{
	padding:0;
}
.woocommerce [role="main"] div.product .woocommerce-tabs ul.tabs::before{
	border-color:#d6de00;
}
.woocommerce [role="main"] div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce [role="main"] div.product .woocommerce-tabs ul.tabs li::before{
	content:none;
}
.woocommerce [role="main"] div.product .woocommerce-tabs ul.tabs li{
	background-color:transparent;
	border:none;
}
.woocommerce [role="main"] div.product .woocommerce-tabs ul.tabs li.active{
	background-color:transparent;
}
.woocommerce [role="main"] div.product .woocommerce-tabs ul.tabs li a{
	color: #fffcf0;
}
.woocommerce [role="main"] div.product .woocommerce-tabs ul.tabs li.active a{
	color:#d6de00;
}
.woocommerce [role="main"] div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce [role="main"] div.product .woocommerce-tabs ul.tabs li a:focus{
	background-color:transparent;
	border:none;
	outline:none;
}
[role="main"] .woocommerce .woocommerce-error:before, [role="main"] .woocommerce .woocommerce-info:before, .woocommerce [role="main"] .woocommerce-message:before {
    content: "i";
    display: inline-block;
    font-family: WooCommerce;
    font-size: 1.5em;
    font-weight: bold;
    height: 30px;
    left: 1em;
    position: absolute;
    top: 0;
    width: 30px;
}
.woocommerce [role="main"] .woocommerce-message:before {
    color: #fff;
	content: "\e015";
}
[role="main"] .woocommerce .woocommerce-info:before {
    color: #fff;
}
[role="main"] .woocommerce .woocommerce-error:before {
    color: #fff;
    content: "!";
}
.woocommerce [role="main"] .product-type-variable .wgm-info.shipping_de.shipping_de_string{
	display:none;
}
.woocommerce [role="main"] .product-type-variable .variations_form.cart  .wgm-info.shipping_de.shipping_de_string{
	display:block;
}
[role="main"] .dhl-tooltip,
[role="main"] .woocommerce #order_review table.shop_table ul.dhl-co-times>li label{
	color:#000;
}
.woocommerce [role="main"] .woocommerce-tabs.wc-tabs-wrapper{
	padding: 0 1.5rem;
}
.woocommerce [role="main"] .woocommerce-tabs.wc-tabs-wrapper h2{
	text-align:center;
}
.woocommerce [role="main"] div.product .woocommerce-Tabs-panel{
	padding: 2rem 0;
}
.woocommerce [role="main"] div.product .woocommerce-Tabs-panel h3{
	margin-top:0;
}
.woocommerce [role="main"] div.product .woocommerce-Tabs-panel .flex-wrapper{
	padding-bottom:4rem;
}
.woocommerce [role="main"] div.product .woocommerce-Tabs-panel .description-profile-wrap ul{
	columns:400px;
	list-style: none;
	margin: 3rem auto 0;
    padding-left: 0;
}
.woocommerce [role="main"] div.product .woocommerce-Tabs-panel .description-profile-wrap ul > li{
	position: relative;
    padding-left: 27px;
	margin-bottom:0.5rem;
}
.woocommerce [role="main"] div.product .woocommerce-Tabs-panel .description-profile-wrap ul > li::before{
	content: "\e017";
    display: inline-block;
    font-family: WooCommerce;
    font-size: 1.5rem;
    font-weight: bold;
    height: 24px;
    left: 0;
    position: absolute;
    top: 1px;
    width: 22px;
    color: #d6de00;
}
.woocommerce [role="main"] div.product .woocommerce-Tabs-panel .description-profile-wrap ul > li strong,
.woocommerce [role="main"] div.product .woocommerce-Tabs-panel .description-profile-wrap ul > li b{
	color:#d6de00;
	display:block;
}
.woocommerce [role="main"] div.product .woocommerce-Tabs-panel .separator-add-review-section{
	margin-left: -35px;
    margin-right: -35px;
}

.woocommerce [role="main"] div.product .woocommerce-Tabs-panel .modal-content{
	background-color:#171717;
}
.woocommerce [role="main"] div.product .woocommerce-Tabs-panel .modal-body{
    padding: 3rem 5%;
}
.woocommerce [role="main"] div.product .woocommerce-Tabs-panel .modal-footer> .btn{
	font-size:1.5rem;
}
.woocommerce [role="main"] ul.products[class*=columns-] li.product,
.woocommerce-page [role="main"] ul.products[class*=columns-] li.product,
.home [role="main"] ul.products[class*=columns-] li.product,
.woocommerce-js [role="main"] ul.products[class*=columns-] li.product {
    float: none;
    margin: 0 0 2.992em;
	width:100%;
	text-align:center;
	padding:1rem;
}
.woocommerce [role="main"] ul.products[class*=columns-] li.product:not(.product-category) .product-inner,
.woocommerce-page [role="main"] ul.products[class*=columns-] li.product:not(.product-category) .product-inner,
.home [role="main"] ul.products[class*=columns-] li.product:not(.product-category) .product-inner,
.woocommerce-js [role="main"] ul.products[class*=columns-] li.product :not(.product-category) .product-inner{
	background:#000;
}
.woocommerce [role="main"] ul.products li.product.product-category,
.woocommerce-page [role="main"] ul.products li.product.product-category,
.home [role="main"] ul.products li.product.product-category,
[role="main"] .photodownloads > li,
[role="main"] .singledownloads > li{
	background:none;
	float: none;
    margin: 0 0 2.992em;
	width:100%;
}
.woocommerce [role="main"] ul.products li.product.product-category a,
.woocommerce-page [role="main"] ul.products li.product.product-category a,
.home [role="main"] ul.products li.product.product-category a{
	display:block;
}

.woocommerce ul.products li.product.product-category .woocommerce-loop-category__title,
.product-cat-preface h2{
    font-size: 1.2em;
    text-transform: uppercase;
    color: #d6de00;
}
.product-cat-preface h2{
	padding: .5em 0;
    margin-bottom: 0;
    font-size: 2.2rem;
}
.woocommerce-js [role="main"] ul.products li.product .woocommerce-loop-product__title {
    min-height: 7.5rem;
	font-size:1.2em;
	padding:0.5em;
}
.woocommerce ul.products li.product.product-category a:hover .woocommerce-loop-category__title,
.woocommerce ul.products li.product.product-category a:focus .woocommerce-loop-category__title,
.woocommerce-js [role="main"] ul.products li.product a:hover .woocommerce-loop-product__title,
.woocommerce-js [role="main"] ul.products li.product a:focus .woocommerce-loop-product__title{
	color:#f9ff56;
}
.woocommerce [role="main"]  ul.products li.product h3,
.woocommerce-page [role="main"] ul.products li.product h3,
.home [role="main"] ul.products li.product h3 {
    font-size: 1.2em;
	height:3.5em;
	color: #f2f081;
    margin: 0;
    padding: 0.5em 3%;
}
.woocommerce [role="main"]  ul.products li.product h3.additional-head,
.woocommerce-page [role="main"] ul.products li.product h3.additional-head,
.home [role="main"] ul.products li.product h3.additional-head,
.product-cat-preface h3.additional-head{
	font-family: amatic_scbold;
    color: #fffcf0;
    font-size: 2em;
    line-height: 1.4em;
	height:auto;
    padding: 0;
}
.product-cat-preface h3.additional-head{
	text-align: center;
    margin: 0 0 2rem;
    font-size: 3.7rem;
}
[role="main"] .woocommerce-checkout #payment .payment_method_paypal .about_paypal{
	line-height:2rem;
}
.woocommerce [role="main"]  ul.products li.product div.description,
.woocommerce-page [role="main"] ul.products li.product div.description,
.home [role="main"] ul.products li.product div.description{
	color: #c9c0bb;
    font-size: 0.95em;
    line-height: 1.4;
}
.woocommerce [role="main"] ul.products li.product .price,
.woocommerce-js [role="main"] ul.products li.product .price{
   font-size:1.3em;
   /*background: #6d9703;*/
   border-top:1px solid #6d9703;
   border-bottom:1px solid #6d9703;
    color: #f2f081;
    padding: 0.25em 0;
}
.woocommerce [role="main"] ul.products li.product .price ins{
	color:#fffcf0;
}
.woocommerce [role="main"] ul.products li.product .price a, .woocommerce-page  [role="main"] ul.products li.product .price a{
    background: #6d9703;
	color:#fffcf0;
    display: block;
    margin: 0 auto;
    width: 85%;
	padding:10px 0 5px;
	font-size:130%;
	min-height:44px;
}
.woocommerce [role="main"] ul.products li.product .price .woocommerce_de_versandkosten a{
   padding:0;
   min-height:0;
    display: inline;
    background: none;
}


.woocommerce [role="main"] ul.products li.product .woocommerce_de_versandkosten a.versandkosten, .woocommerce_de_versandkosten a {
	display:inline;
	background:none;
}
.woocommerce-js [role="main"] .products .woocommerce-de_price_taxrate,
.woocommerce-js [role="main"] .products a:hover .woocommerce-de_price_taxrate,
.woocommerce-js [role="main"] .products a:focus .woocommerce-de_price_taxrate,
[role="main"] .price-per-unit,
[role="main"] .products a:focus .price-per-unit,
[role="main"] .products a:hover .price-per-unit,
.woocommerce-js [role="main"] .products a:hover,
.woocommerce-js [role="main"] .products a:focus{
	color:#f2f081;
	background:none;
}

.woocommerce [role="main"] #review_form #respond textarea{
	background-color:#fff;
	border: 2px solid #999;
	padding: 7px 2%;
}
.woocommerce-cart [role="main"] table.cart img{
	width:150px;
	box-shadow: 0 0 20px rgba(255,255,255,0.2);
}
.woocommerce-page [role="main"] table.shop_table th.product-subtotal, .woocommerce-page [role="main"] table.shop_table td.product-subtotal{
	text-align:center;
}
.woocommerce-cart [role="main"] .qib-button-wrapper button.qib-button, .woocommerce-cart [role="main"] .qib-button-wrapper div.quantity.wqpmb_quantity{
	height:34px;
}
.woocommerce-cart [role="main"] .qib-button-wrapper .quantity input.input-text.qty.text{
	height:34px;
	width:4.2rem;
	font-size: 16px;
    line-height: 18px;
	padding: 4px 4px;
}
.woocommerce-cart [role="main"] .qib-button-wrapper button.qib-button{
	padding: 4px 4px;
	width:36px;
}

.woocommerce  [role="main"] div.product form.cart .reset_variations{
	display:none !important;
}
[role="main"] .product-subtotal > .amount{
	font-family: robotosemibold, Tahoma, Verdana, sans-serif;
}
[role="main"] .woocommerce a.remove{
	color:#fff !important;
	font-size: 3.2rem;
	height: 2.8rem;
	width: 2.8rem;
	line-height: 2.2rem;
}
.in-cart-page{
	margin-top:6rem;
}
.free-shipping-bar-container{
	margin-left: -20px;
    margin-right: -20px;
}
.free-shipping-bar {
    margin: 0 0 24px 0;
    padding: 1rem 0 0;
    background-color: #fcffab;
    color: #848484;
	overflow:hidden;
}

.free-shipping-notice{
	background-color:#d6de00;
	color:#000;
	font-weight:bold;
	text-align:center;
	padding:1rem;
}
.free-shipping-notice p{
	margin-bottom:0;
	position:relative;
	display:inline-block;
}
.free-shipping-notice p::before{
  content: "i";
  display: inline-block;
  font-family: WooCommerce;
  font-size: 2.75rem;
  font-weight: bold;
  height: 30px;
  left: -38px;
  position: absolute;
  top: 0;
  width: 30px;
  background-color: #6d9703;
  color: #fff;
}
.free-shipping-bar p {
    margin: 0 0 2.5rem 0;
	text-align:center;
	color:#000;
}

.free-shipping-bar .progress-bar-container {
    margin-top: 10px;
    background-color: #fff;
    height: 10px;
}
@keyframes slide {
  from { left: 0; }
  to {
    left: 100%;
    transform: translateX(-100%);
  }
}
.free-shipping-bar .progress-bar {
    background-color: #6f9c01;
    height: 100%;
	position:relative;
	overflow:visible;
}
.free-shipping-bar .progress-bar::after{
	content:'';
	position:absolute;
	left:0;
	top:-30px;
	background: url(img/truck-icon.svg) no-repeat center center;
	background-size:contain;
	width:36px;
	height:36px;
	animation: 6s ease-in 0s slide forwards;
}
.free-shipping-bar span.svgIcon {
    float: left;
    margin: 0 15px 0 0;
    top: -1px;
    position: relative;
}

.free-shipping-bar strong {
    color: #323232;
}
[role="main"] .yith-add-to-wishlist-button-block{
	margin:0;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--themed-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-theme-button-style{
   border: none;
   background: none;
   color: #f2f081;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--themed-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-theme-button-style:hover{
	color:#000;
	background-color: #f2f081;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--themed-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-theme-button-style:hover svg{
   color:#000;
}

.yith-wcwl-add-to-wishlist-button:is(button) svg, .yith-wcwl-add-to-wishlist-button:is(button) img {
  width: 28px;
  height: 28px;
}
.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button){
	padding:0 5px;
}
.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon{
	color:#fcffab;
}
.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button):hover svg.yith-wcwl-add-to-wishlist-button-icon{
	color:#000;
}
.product-inner .yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button):hover svg.yith-wcwl-add-to-wishlist-button-icon{
	color:#fff;
}
.yith-wcwl-add-to-wishlist-button__label{
	font-size:1.6rem;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button-over-image--top-left {
  left: auto;
  top: 10px;
  right: 5px;
}
.tinvwl-break-input-filed.form-control{
	font-size:1.8rem;
	-webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td{
	border-bottom:2px solid;
	border-top:none;
}
.woocommerce-cart .cart-collaterals .cart_totals tr.order-total th,
.woocommerce table.shop_table tfoot tr.order-total th{
	font-size:2rem;
}
.woocommerce-js [role="main"] a.button,
.woocommerce-js [role="main"] button.button,
.woocommerce-js [role="main"] input.button,
.woocommerce-js [role="main"] #respond input#submit,
.woocommerce-js [role="main"] #content input.button,
.woocommerce-page [role="main"] a.button,
.woocommerce-page [role="main"] button.button,
.woocommerce-page [role="main"] input.button,
.woocommerce-page [role="main"] #respond input#submit,
.woocommerce-page [role="main"] #content input.button {
   background: none;
  cursor: pointer;
  display: inline-block;
  font-family: robotosemibold, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  text-shadow: none;
  font-size: 1.9rem;
  text-align: center;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  left: auto;
  line-height: 1.6rem;
  margin: 0;
  overflow: visible;
  position: relative;
  text-decoration: none;
  padding: 14px 3%;
  white-space: nowrap;
  width: 100%;
  border-radius: 2px;
}
.woocommerce-page [role="main"] .woocommerce-form-login__rememberme{
  margin-left:2rem;
}
.woocommerce-js [role="main"] button.button.coupon-btn,
.woocommerce-page [role="main"] button.button.coupon-btn,
.woocommerce-page [role="main"] button.button.woocommerce-form-login__submit{
	background-color:#d6de00;
	color:#000;
	display:inline-block;
	width:auto;
}
.woocommerce-js [role="main"] a.button:hover,
.woocommerce-js [role="main"] button.button:hover,
.woocommerce-js [role="main"] input.button:hover,
.woocommerce-js [role="main"] #respond input#submit:hover,
.woocommerce-js [role="main"] #content input.button:hover,
.woocommerce-page [role="main"] a.button:hover,
.woocommerce-page [role="main"] button.button:hover,
.woocommerce-page [role="main"] input.button:hover,
.woocommerce-page [role="main"] #respond input#submit:hover,
.woocommerce-page [role="main"] #content input.button:hover,
.woocommerce-js [role="main"] a.button:focus,
.woocommerce-js [role="main"] button.button:focus,
.woocommerce-js [role="main"] input.button:focus,
.woocommerce-js [role="main"] #respond input#submit:focus,
.woocommerce-js [role="main"] #content input.button:focus,
.woocommerce-page [role="main"] a.button:focus,
.woocommerce-page [role="main"] button.button:focus,
.woocommerce-page [role="main"] input.button:focus,
.woocommerce-page [role="main"] #respond input#submit:focus,
.woocommerce-page [role="main"] #content input.button :focus{
   	background: #6d9703;
	color:#fcffab;
}
.woocommerce [role="main"]  a.button.alt, .woocommerce [role="main"]  button.button.alt, .woocommerce [role="main"]  input.button.alt, .woocommerce [role="main"]  #respond input#submit.alt, .woocommerce [role="main"]  #content input.button.alt, .woocommerce-page [role="main"]  a.button.alt, .woocommerce-page [role="main"]  button.button.alt, .woocommerce-page [role="main"]  input.button.alt, .woocommerce-page [role="main"] #respond input#submit.alt, .woocommerce-page [role="main"] #content input.button.alt {
    background: #6d9703;
    border: none;
    color: #fff;
    text-shadow: none;
	font-weight:700;
	letter-spacing:1px;
}
.woocommerce [role="main"]  a.button.alt:hover, .woocommerce [role="main"]  button.button.alt:hover, .woocommerce [role="main"]  input.button.alt:hover, .woocommerce [role="main"]  #respond input#submit.alt:hover, .woocommerce [role="main"]  #content input.button.alt:hover, .woocommerce-page [role="main"]  a.button.alt:hover, .woocommerce-page [role="main"]  button.button.alt:hover, .woocommerce-page [role="main"]  input.button.alt:hover, .woocommerce-page [role="main"] #respond input#submit.alt:hover, .woocommerce-page [role="main"] #content input.button.alt :hover, .woocommerce [role="main"]  a.button.alt:focus, .woocommerce [role="main"]  button.button.alt:focus, .woocommerce [role="main"]  input.button.alt:focus, .woocommerce [role="main"]  #respond input#submit.alt:focus, .woocommerce [role="main"]  #content input.button.alt:focus, .woocommerce-page [role="main"]  a.button.alt:focus, .woocommerce-page [role="main"]  button.button.alt:focus, .woocommerce-page [role="main"]  input.button.alt:focus, .woocommerce-page [role="main"] #respond input#submit.alt:focus, .woocommerce-page [role="main"] #content input.button.alt :focus{
    background: #6f9c01;
    text-shadow: none;
}
.woocommerce-page [role="main"] a.button.add_to_cart_button,
.woocommerce ul.products li.product .button.add_to_cart_button{
	background: #6d9703;
	color:#fffcf0;
}

.woocommerce-page [role="main"] a.button.add_to_cart_button:hover,
.woocommerce ul.products li.product .button.add_to_cart_button:hover{
	background-color:#A4CC37;
}
.woocommerce.single-product [role="main"] div.product form.cart .button{
	margin-bottom:1rem;
}
.woocommerce.single-product [role="main"] div.product form.cart .grey-button{
	background: rgba(255,255,255,0.2);
}
.woocommerce.single-product [role="main"] div.product form.cart .grey-button:hover, .woocommerce.single-product [role="main"] div.product form.cart .grey-button:focus{
	background-color:#6d9703;
}

.woocommerce.single-product [role="main"] .cart .quantity{
	margin:0 0 1rem 0;
}
.woocommerce [role="main"] #order_review .place-order input.button.alt, .woocommerce-page [role="main"] #order_review .place-order input.button.alt, .woocommerce-page [role="main"] #place_order_back{
    display: inline-block;
	zoom: 1;  *display: inline;  /* IE7 Hack */
	width:49%;
}
.woocommerce [role="main"]  div.product form.cart, .woocommerce [role="main"]  #content div.product form.cart, .woocommerce-page [role="main"]  div.product form.cart, .woocommerce-page [role="main"]  #content div.product form.cart {
    margin-top:20px;
}
.woocommerce-account.woocommerce-js [role="main"] .addresses .title .edit{
	position: relative;
    padding-right: 25px;
    padding-left: 5px;
	font-size: 0.9em;
}
.woocommerce-account.woocommerce-js [role="main"] .addresses .title .edit::before{
	content: "\e603";
    display: inline-block;
    font-family: WooCommerce;
    font-size: 0.85em;
    font-weight: bold;
    height: 15px;
    right: 5px;
    position: absolute;
    top: 0;
    width: 15px;
}

.woocommerce [role="main"]  .summary .price .amount{
    background: none;
    color: #6f9c01;
    display: inline-block;
    zoom: 1;
    font-size: 3rem;
    padding: 10px 0;
    width: auto;
}
.woocommerce [role="main"]  .summary .price .woocommerce_de_versandkosten {
    font-size: 100%;
    margin-top: 5px;
}
.woocommerce [role="main"]  .summary .price .woocommerce-de_price_taxrate {
   font-size:100%;
}
.woocommerce [role="main"]  div.product form.cart .button, .woocommerce [role="main"]  #content div.product form.cart .button, .woocommerce-page [role="main"]  div.product form.cart .button, .woocommerce-page [role="main"]  #content div.product form.cart .button {
    background-color: #6d9703;
	float:none;
	width:auto;
	display:block;
	margin-top:10px;
}
.woocommerce [role="main"] div.product form.cart .button:hover,
.woocommerce [role="main"]  #content div.product form.cart .button:hover,
.woocommerce-page [role="main"]  div.product form.cart .button:hover,
.woocommerce-page [role="main"]  #content div.product form.cart .button:hover,
.woocommerce [role="main"] div.product form.cart .button:focus,
.woocommerce [role="main"]  #content div.product form.cart .button:focus,
.woocommerce-page [role="main"]  div.product form.cart .button:focus,
.woocommerce-page [role="main"]  #content div.product form.cart .button:focus{
	background-color:#6f9c01;
}
.woocommerce [role="main"]  div.product form.cart div.quantity, .woocommerce [role="main"]  #content div.product form.cart div.quantity, .woocommerce-page [role="main"]  div.product form.cart div.quantity, .woocommerce-page [role="main"]  #content div.product form.cart div.quantity {
    float: none;
}
.woocommerce  [role="main"] .woocommerce-message, .woocommerce [role="main"]  .woocommerce-error, .woocommerce [role="main"]  .woocommerce-info, .woocommerce-page [role="main"]  .woocommerce-message, .woocommerce-page [role="main"]  .woocommerce-error, .woocommerce-page [role="main"]  .woocommerce-info {
  background:none;
  text-shadow:none;
  -moz-border-radius:0;
  -webkit-border-radius:0;
  border-radius:0;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  box-shadow:none;
  text-align:center;
  color:#fff;
}
.woocommerce   [role="main"] .woocommerce-message, .woocommerce-page  [role="main"] .woocommerce-message, .woocommerce [role="main"] .woocommerce-info, .woocommerce-page [role="main"] .woocommerce-info {
    border: 3px solid #6d9703;
}
.woocommerce  [role="main"]  .woocommerce-message:before, .woocommerce  [role="main"]  .woocommerce-error:before, .woocommerce   [role="main"] .woocommerce-info:before, .woocommerce-page  [role="main"]  .woocommerce-message:before, .woocommerce-page  [role="main"]  .woocommerce-error:before, .woocommerce-page  [role="main"]  .woocommerce-info:before {
     padding: 0 5px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    background: #6d9703;
    color: #fff;
	top:0;
}
.woocommerce-page form .registration_info{
	display:none !important;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
  padding: 8px 2%;
  border-radius: 2px;
  border: 1px solid #999;
  font-size: 1.6rem;
}

#dhl_seach_button input[type="submit"].button{
  background-color: #d6de00;
  color: #000;
  display: inline-block;
  width: auto;
  cursor: pointer;
  display: inline-block;
  font-family: titillium_webregular, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  text-shadow: none;
  font-size: 1.9rem;
  text-align: center;
  border: none;
  border-radius: 0;
  box-shadow: none;
  left: auto;
  line-height: 1.6rem;
  margin: 0;
  overflow: visible;
  position: relative;
  text-decoration: none;
  padding: 11px 2rem;
  white-space: nowrap;
  border-radius: 2px;
}
#dhl_parcel_finder_form form .form-row label{
	color: #515151;
}
.woocommerce-page form #dhl_parcel_finder{
	display:inline-block;
}
.checkout-main{
	padding-bottom:3rem;
}
#order_review_heading{
  text-align: center;
  margin-bottom: 0;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: #d6de00;
  color: #000;
  font-weight: 700;
}
.woocommerce [role="main"]  .woocommerce-error, .woocommerce-page [role="main"]  .woocommerce-error {
    border: 3px solid #b81c23;
}
.woocommerce [role="main"]  .woocommerce-error:before, .woocommerce-page [role="main"]  .woocommerce-error:before {
    background-color: #b81c23;
}
.woocommerce [role="main"]  table.shop_table, .woocommerce-page [role="main"] table.shop_table {
    border: 2px solid #333;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
    border-radius: 0;
}
.woocommerce [role="main"] table.shop_table tr.order-total, .woocommerce-page [role="main"] table.shop_table tr.order-total{
	border-top: 2px solid;
}
.woocommerce [role="main"] table.shop_table tr.cart-item, .woocommerce-page [role="main"] table.shop_table tr.cart-item{
	display:flex;
	flex-wrap:wrap;
}
.woocommerce [role="main"] table.shop_table td, .woocommerce-page [role="main"] table.shop_table td {
    border-top: 1px solid #444;
	position:relative;
	padding-top: 1.5rem;
}
.woocommerce-page [role="main"] table.shop_table td img{
	width:60px;
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    float: left;
    margin-right: 20px;
}
.woocommerce table.shop_table tfoot .cart-subtotal th,
.woocommerce table.shop_table tfoot .woocommerce-shipping-totals.shipping th {
  border-top: 1px solid #444;
  position: relative;
  padding-top: 1.5rem;
}
.woocommerce-page [role="main"] table.shop_table td strong.product-quantity{
	z-index: 10;
    position: absolute;
	top: 15px;
    left: 80px;
    right: auto;
    width: auto;
    transform: translateX(-100%) translateY(-25%);
    display: block !important;
    padding: 1px 6px 2px 5px;
    border-radius: 8.5px;
    background-color: #d6de00;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
}
.woocommerce [role="main"] .cart .button, .woocommerce [role="main"] .cart input.button, .woocommerce-page [role="main"] .cart .button, .woocommerce-page [role="main"] .cart input.button {
   margin-top:0;
   float:none;
   width:auto;
}
.woocommerce [role="main"] #content table.cart td.actions .coupon, .woocommerce [role="main"] table.cart td.actions .coupon, .woocommerce-page [role="main"] #content table.cart td.actions .coupon, .woocommerce-page [role="main"] table.cart td.actions .coupon {
    min-width: 328px;
    width: 33%;
}
.woocommerce-page [role="main"] #content table.cart td.actions .coupon, .woocommerce-page [role="main"] table.cart td.actions .coupon{
	display:flex;
}
.woocommerce [role="main"] table.cart td.actions .coupon .input-text, .woocommerce [role="main"] #content table.cart td.actions .coupon .input-text, .woocommerce-page [role="main"] table.cart td.actions .coupon .input-text, .woocommerce-page [role="main"] #content table.cart td.actions .coupon .input-text {
  /*margin-top:10px;*/
  float:none;
  width:80px;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  box-shadow:none;
  border-radius:3px;
}
.woocommerce [role="main"] #content table.cart td.actions .button, .woocommerce [role="main"] #content table.cart td.actions .input-text, .woocommerce [role="main"] #content table.cart td.actions .coupon .input-text, .woocommerce-page [role="main"] table.cart td.actions .coupon .input-text, .woocommerce [role="main"] #content table.cart td.actions input, .woocommerce [role="main"] table.cart td.actions .button, .woocommerce [role="main"] table.cart td.actions .input-text, .woocommerce [role="main"] table.cart td.actions input, .woocommerce-page [role="main"] #content table.cart td.actions .button, .woocommerce-page [role="main"] #content table.cart td.actions .input-text, .woocommerce-page [role="main"] #content table.cart td.actions input, .woocommerce-page [role="main"] table.cart td.actions .button, .woocommerce-page [role="main"] table.cart td.actions .input-text, .woocommerce-page [role="main"] table.cart td.actions input {
    width:auto;
}
.woocommerce .cart-hints p{
	font-size:1.5rem;
}
.woocommerce [role="main"] .cart-collaterals .cart_totals, .woocommerce-page [role="main"] .cart-collaterals .cart_totals {
    float: none;
    text-align: left;
    /*width: 65%;*/
}
.woocommerce .coupon-error-notice{
	color:#fff;
	width:100%;
}
.woocommerce .cart-subtotal td,
.woocommerce .order-total td{
	text-align:right;
}
.woocommerce [role="main"] #payment, .woocommerce-page [role="main"] #payment {
    background: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
    border-radius: 0;
}
.woocommerce [role="main"] #payment div.payment_box, .woocommerce-page [role="main"] #payment div.payment_box {
  background:#ededed;
}
.woocommerce [role="main"] #payment div.payment_box:after, .woocommerce-page [role="main"] #payment div.payment_box:after {
  border-color: transparent transparent #ededed;
  top:-1px;
}
.woocommerce [role="main"] #payment .terms, .woocommerce-page [role="main"] #payment .terms {
    padding: 0;
    text-align: left;
}
.woocommerce [role="main"] #payment .terms label, .woocommerce-page [role="main"] #payment .terms label{

}
.woocommerce [role="main"] #payment .terms a, .woocommerce-page [role="main"] #payment .terms a{

}
.woocommerce [role="main"] form .form-row .input-checkbox, .woocommerce-page [role="main"] form .form-row .input-checkbox,
.woocommerce-page [role="main"] .woocommerce-shipping-fields .input-checkbox,
.woocommerce-page [role="main"] .woocommerce-form-login__rememberme .woocommerce-form__input.woocommerce-form__input-checkbox{
  margin-right: 5px;
  width: 20px;
  height: 20px;
  accent-color: #d6de00;
}
.woocommerce [role="main"] #payment ul.payment_methods li img, .woocommerce-page [role="main"] #payment ul.payment_methods li img {
  display:inline;
  float:none;
}
.form-section-toggle{
  border: none;
  background: none;
  color: #d6de00;
  position:relative;
  padding-left:33px;
}
.form-section-toggle::before{
	content: "\e007";
    display: inline-block;
    font-family: WooCommerce;
	position:absolute;
	left:0;
	width:30px;
	height:30px;
}
.woocommerce [role="main"] form .form-row input.input-text, .woocommerce [role="main"] form .form-row textarea, .woocommerce-page [role="main"] form .form-row input.input-text, .woocommerce-page [role="main"] form .form-row textarea {
    padding:8px 2%;
	border-radius: 2px;
    border: 1px solid #999;
	font-size:1.6rem;
}
.woocommerce-js [role="main"] form .form-row ::-webkit-input-placeholder {
    line-height: normal;
    font-size: 1.6rem;
}
.woocommerce-js [role="main"] form .form-row textarea{
	min-height: 11rem;
}
.woocommerce-js [role="main"] .price-per-unit{
  font-size:95%;
}
.woocommerce-js [role="main"] ul.products .price-per-unit{
  font-size:0.7em;
  display:inline;
  margin-left:3%;
}
.woocommerce [role="main"] .summary .price .price-per-unit .amount{
    background: none;
    color: inherit;
    display: inline;
    font-size: 100%;
    padding: 0;
    width: auto;
}
.woocommerce-page  [role="main"] .cart .actions .button.wc-backward{

}
.woocommerce-Tabs-panel h2:not(.woocommerce-Reviews-title):not(.receipts-headline):not(.worth-knowing-faq-head){
	display:none;
}
.masonry { /* Masonry container */
    transition: all .5s ease-in-out;
    column-gap: 30px;
    column-fill: initial;
	margin-bottom:4rem;
}

.masonry .masonry-item { /* Masonry bricks or child elements */
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;
	transition: all .5s ease-in-out;
}
.masonry .masonry-item img {
    transition: all .5s ease-in-out;
    backface-visibility: hidden;
}
.product-faq-wrap{
	margin-top:4rem;
}
.worth-knowing-image-wrap{
	margin-bottom:1rem;
}
.product-usps{
	background-color: #A4CC37;
    padding: 0.5rem 0;
    margin-left: -20px;
    margin-right: -20px;
	margin-bottom:4rem;
}
.product-usps .usps-list{
	list-style: none;
    display: flex;
    color: #2b3136;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1000px;
    margin: 0 auto;
    font-weight: 700;
}
.product-usps .usps-list > li{
	position: relative;
    padding-left: 22px;
    padding-right: 10px;
}
.product-usps .usps-list > li::before{
    content: "\e017";
    display: inline-block;
    font-family: WooCommerce;
    font-size: 1.0em;
    font-weight: bold;
    height: 20px;
    left: 0;
    position: absolute;
    top: 1px;
    margin: auto;
    width: 22px;
    color: #2b3136;
}
.woocommerce  [role="main"] .star-rating::before {
    color: #f9cc06;
}
.woocommerce-js [role="main"] .star-rating span {
    color: #f9cc06;
}
.woocommerce [role="main"] #reviews #comments ol.commentlist li .comment-text {
    border: 1px solid #d6de00;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    border-radius: 2px;
	margin-left:0;
	padding:2rem;
}
.woocommerce [role="main"] #reviews #comments ol.commentlist li .comment-text .meta{
	display:inline-block;
	background-color:#A4CC37;
}
.woocommerce [role="main"] #reviews #comments ol.commentlist li .comment-text .meta *{
	color:#2b3136;
}
.woocommerce [role="main"] .comment-form-author, .woocommerce [role="main"] .comment-form-email{
  width: 100%;
  max-width: 400px;
}
.woocommerce [role="main"] .comment-form-author label, .woocommerce [role="main"] .comment-form-email label{
  width: 36%;
  display: inline-block;
}
.woocommerce [role="main"] .comment-form-author input, .woocommerce [role="main"] .comment-form-email input{
  width: 60%;
  display: inline-block;
}

.woocommerce-js [role="main"] .products .star-rating {
  margin: 20px auto 10px
}
.woocommerce-js [role="main"]  .star-rating::before {
	color: #f9cc06;
}
.woocommerce-js [role="main"] #add_payment_method #payment div.payment_box::before,
.woocommerce-cart [role="main"] #payment div.payment_box::before,
.woocommerce-checkout [role="main"] #payment div.payment_box::before {
    border-bottom-color: #ededed;
}
.woocommerce [role="main"] div.product form.cart .variations td.label {
    min-width: 150px;
}
.woocommerce [role="main"] div.product form.cart .variations select {
    padding: 7px 2%;
	background-color:#fff;
}
.checkout.woocommerce-checkout h3#ship-to-different-address span{
	font-size:2rem;
}
.woocommerce.woocommerce-js #reviews #comments ol.commentlist{
	padding-left:0;
}
.woocommerce-js .reviews_without_tabs{
	margin-top:3rem;
}
.woocommerce-js .related.products{
	margin-top:3rem;
}
/* Ende WooCommerce Styles */
[role="main"] .photodownloads,
[role="main"] .singledownloads{
	margin:0;
	padding:0;
	list-style:none;
}
[role="main"] .photodownloads > li,
[role="main"] .singledownloads > li{
	 background: #121214;
	 text-align:center;
}
[role="main"] .photodownloads > li .slideshow-box h3{
	padding:0.5rem 1rem 0;
}
[role="main"] .photodownloads > li .slideshow-box .slides{
	list-style:none;
}
[role="main"] .photodownloads > li .download-box{
	padding:1rem;
	min-height:17rem;
}

[role="main"] .download-wrap,
[role="main"] a.single-download-wrap{
	margin-bottom: 15px;
	margin-top:20px;
}
[role="main"] a.download,
[role="main"] a.single-download .image-label{
	position: relative;
    padding: 5px 12px 5px 32px;
    background-color: rgba(255,255,255,0.1);
}

[role="main"] a.download::before,
[role="main"] a.single-download .image-label::before{
	position:absolute;
	content: "\f019";
	font-family: 'FontAwesome';
	left: 10px;
}
[role="main"] a.download:hover,
[role="main"] a.download:focus,
[role="main"] a.single-download:hover .image-label,
[role="main"] a.single-download:focus .image-label{
	background-color:#fcffab;
}

ul#pagination {
	text-align: center;
	}
ul#pagination li {
	display: inline;
	margin: 0 4px 0 0;
	}
ul#pagination li a {
	padding: 3px 8px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #ddd;
    background: #fff;
	border-radius: 4px;
	}
ul#pagination li span{
  font-size:95%;
  color:#7c7972;
}
ul#pagination li a:hover,
ul#pagination li a:focus {
	background: #f0f0f0;
	border-color: #ccc;
	color:#008555;
	}
ul#paginationl li a:active {
	background: #fff;
	border-color: #ddd;
	}



[role="contentinfo"]{

}

[role="contentinfo"] small{
  	color:#c9c0bb;
	font-size:15px;
}
[role="contentinfo"] span.counter{

}
[role="navigation"]#site-footer-nav{
	display:flex;
	flex-wrap: wrap;
	border-top: 20px solid #d6de00;
	padding: 4%;
}
[role="contentinfo"] .footer-inner{
	background-color:#000;
	padding-top:9rem;
	padding-bottom:3rem;
}
[role="contentinfo"] .footer-inner .contact-data{
	margin-bottom:2rem;
}
[role="contentinfo"] .footer-inner .footer-nav{
	position:relative;
}
[role="contentinfo"] .footer-inner .footer-navi ul{
	color: #d6de00;
}
[role="contentinfo"] .footer-inner .title{
	color: #d6de00;
    font-family: titillium_webregular, Tahoma, Verdana, sans-serif;
    text-transform: uppercase;
	font-size: 120%;
	padding-bottom: 10px;
	font-weight: 700;
}
[role="contentinfo"] .footer-inner .phone-email-box{
	margin-top:4rem;
}
[role="contentinfo"] .footer-inner .social-media{
	margin-top:4rem;
}
[role="contentinfo"] .footer-inner .openinghours{
	margin-top:4rem;
}
[role="contentinfo"] .footer-inner ul.social-links {
	list-style:none;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin: 0;
    padding: 0;
    gap: 12px;
}
[role="contentinfo"] .footer-inner .social-links a{
	text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    background-repeat: no-repeat;
    display: block;
    width: 4rem;
    height: 4rem;
    border: 2px solid #fff;
    border-radius: 9px;
}
[role="contentinfo"] .footer-inner .social-links a.instagram-icon{
	background:#000 url(img/instagram-icon.svg) no-repeat 50% 50%;
	background-size:62%;
}
[role="contentinfo"] .footer-inner .social-links a.facebook-icon{
	background:#000 url(img/facebook-icon.svg) no-repeat 50% 50%;
	background-size:36%;
}
[role="contentinfo"] .footer-inner .social-links a.youtube-icon{
	background:#000 url(img/youtube-icon.svg) no-repeat 50% 50%;
	background-size:65%;
}
[role="contentinfo"] .footer-inner .footer-nav{
	columns:250px;
}
[role="contentinfo"] .footer-inner .footer-navi{
    margin: 0;
    padding: 0;
	page-break-inside: avoid;
    break-inside: avoid-column;
}
[role="contentinfo"] .footer-inner .footer-navi li{

}

[role="contentinfo"] .footer-inner .footer-navi a{
	display: block;
	font-family:robotoregular, Tahoma, Verdana, sans-serif;
	font-size: 100%;
	color:#c9c0bb;
    padding: 4px;
	text-decoration: none;
    text-transform: uppercase;
}
[role="contentinfo"] .footer-inner .footer-navi a:hover, [role="contentinfo"] .footer-inner .footer-navi a:focus{
   background:none;
   color:#fff;
}
.footer-icons ul{
	list-style:none;
	padding:0;
}
.footer-icons ul > li{
	/*width:var(--footer-icon-width);*/
}
.footer-badge .badge-inner{
	position: absolute;
	width: 100%;
	z-index: 2;
	color: #000;
	top: 0;
	bottom: 0;
	transform: rotate(20deg);
	height: 50px;
	margin: auto;
	font-size:1.8rem;
}
.footer-badge {
  background: #d6de00;
  width: 80px;
  height: 80px;
  position: absolute;
  text-align: center;
  top: -25px;
  right: 10%;
}
.footer-badge::before,
.footer-badge::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  width: 80px;
  background: #d6de00;
}
.footer-badge::before {
  transform: rotate(30deg);
}
.footer-badge::after {
  transform: rotate(60deg);
}
.slowfood-icon{
	width: 100px;
}
[role="contentinfo"] nav.legalnav ul {
  list-style: none;
}
[role="contentinfo"] nav.legalnav ul > li {
  display: inline-block;
  margin-left: 1rem;
}
[role="contentinfo"] nav.legalnav ul > li a{
	color:#c9c0bb;
	display:block;
	height:25px;
}
[role="contentinfo"] nav.legalnav ul > li a:hover,
[role="contentinfo"] nav.legalnav ul > li a:focus{
	color:#fff;
}
[role="contentinfo"] nav.legalnav ul > li:first-child {
  margin-left: 0;
}
[role="contentinfo"] .footer-copyright-legalnav .container{
	background-color:#000;
	padding-top: 1rem;
}

.responsive-tabs {
	padding: 1rem 0;
}

.responsive-tabs .nav-tabs {
	display: none;
}
@media (min-width: 640px){
	 [role="main"] .woocommerce form .form-row-first, [role="main"] .woocommerce form .form-row-last,
	 .woocommerce-page [role="main"] form .form-row-first, .woocommerce-page [role="main"] form .form-row-last{
		width:49%;
	}
}

@media (min-width: 768px) {
	.responsive-tabs .nav-tabs {
		display: flex;
		margin:0;
		justify-content:space-between;
	}

	.responsive-tabs .card {
		border: none;
	}

	.responsive-tabs .card .card-header {
		display: none;
	}

	.responsive-tabs .card .collapse {
		display: block;
	}
}

@media (max-width: 767px) {
	.responsive-tabs .tab-pane {
		display: block !important;
		opacity: 1;
	}
}

@media print {
  /* Print =================================================== */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  body{
    font-size:11pt;
  }
  @page  {
    margin: 0.5cm;
  }
  h1{
    font-size:17pt;
  }
  h2{
    font-size:14pt;
  }
  h3, h4{
    font-size:12pt;
  }
  h2,
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  pre,
  blockquote {
    border: 1px solid #808080;
    page-break-inside: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after,
  .price a:after,
  .images a:after  {
    content: "";
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  img.attachment-shop_catalog{
    width:50% !important;
	margin:0 auto;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  nav, #slideshow, a.button.add_to_cart_button.product_type_simple, button.single_add_to_cart_button, div.related.products, .product .thumbnails, .cart{
    display:none;
  }
  .price-per-unit.price-per-unit-single{
    display:inline;
  }
  li.product{
    text-align:center;
  }

}
@media only screen and (min-width: 480px) {
  /* 480 =================================================== */
	  /* Modules */
	  [role="banner"] .header-logo a .header-logo-img{
		width:25%;
	}
	[role="banner"] .header-logo a .header-logo-text{
	   font-size: 3.25rem;
	   padding-right: 10%;
	}

	[role="navigation"]#site-main-nav h3{
		padding: 1% 65px 1% 2%;
	}
	#site-main-nav[role="navigation"] ul {

	}
	[role="navigation"]#site-main-nav .toggle-nav{
	  display:inline-block;
	  zoom: 1;  *display: inline;  /* IE7 Hack */
	}

	[role="navigation"]#site-main-nav a{
      padding:12px 0;
	}

	[role="main"] .teaserpic{
	  display:inline-block;
	  zoom: 1;  *display: inline;  /* IE7 Hack */
	  max-width:14%;
	}
	[role="main"] .zertifikate li{
		display: inline-block;
		 zoom: 1;  *display: inline;  /* IE7 Hack */
		vertical-align: top;
		width: 48%;
	}
	[role="main"] .zertifikate li:nth-child(2n){
       margin-left:3%;
    }
	[role="main"] .sellingpoints-cta-wrap a.sellingpoints-cta {
	  font-size: 2rem;
	}

}


@media only screen and (min-width: 600px) {
  /* 600 =================================================== */
  /* Modules */
	.alignright{
	  float:right;
	  margin:1rem 0 1rem 2%;
	  max-width:48%;
	}
	.alignleft{
	  float:left;
	  margin:1rem 2% 1rem 0;
      max-width:48%;
	}
	.page-id-5685 .alignright {
		max-width: 40%;
	}
	/* Direction Nav */
	.flex-direction-nav li a {opacity: 0; width: 52px; height: 52px; margin: -13px 0 0; display: block; background: url(img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 45%; cursor: pointer; text-indent: -9999px;}
	.flex-direction-nav li a:hover, .flex-direction-nav li a:focus{
	  opacity: 0.8;
	  display:block;
	}
	.flex-direction-nav li .next {background-position: -52px 0; right: 0;}
	.flex-direction-nav li .prev {left: 0;}
	[role="navigation"]#site-main-nav h3{
		padding: 1% 70px 1% 2%;
	}

	[role="main"] .subtitle{
	  display:inline;
	}


	[role="main"] .teaser-image{
        display: inline-block;
		/* For IE 7 */
	    zoom: 1;
	   *display: inline;
		float: left;
		padding: 0 3% 0 0;
		width: 50%;
	}
	[role="main"] .teaser-image img{
	  width:100%;
	}

	[role="main"] .wpcf7-form label{
		display: inline-block;
		margin: 4px 0 0;
		width: 38%;
	}
	[role="main"] .wpcf7-form .wpcf7-checkbox label{
		display: flex;
		align-items: start;
		width: 100%;
	}
	[role=main] .wpcf7-form #notifications label input[type=checkbox] {
		width: 30px;
		height: 30px;
		margin-right: 10px;
		margin-top: 1px;
	}
	[role="main"] .wpcf7-form .formlist .select-wrap label span.pricekilo{

	}
	[role="main"] .wpcf7-form input[type="text"],
	[role="main"] .wpcf7-form input[type="email"],
	[role="main"] .wpcf7-form textarea,
	[role="main"] .wpcf7-select{
       width: 61%;
	   margin-bottom:10px;
	}

	[role="main"] .wpcf7-form input.wpcf7-submit{
      margin-right:0.5%;
	}

	.product-usps .usps-list > li {
		width: 50%;
	}
	/* WooCommerce Styles */
	.woocommerce-js [role="main"] ul.products[class*=columns-],
	.woocommerce-page [role="main"] ul.products[class*=columns-],
	.home [role="main"] ul.products[class*=columns-]{
		display: flex;
		flex-wrap: wrap;
	}
	.woocommerce-js [role="main"] ul.products[class*=columns-] li.product,
	.woocommerce-page [role="main"] ul.products[class*=columns-] li.product,
	.home [role="main"] ul.products[class*=columns-] li.product	{
		flex: 0 0 auto;
		width:50%;
		padding:1rem;
	}
	.woocommerce [role="main"] ul.products[class*=columns-] li.product.product-category,
	.woocommerce-page [role="main"] ul.products[class*=columns-] li.product.product-category,
	.home [role="main"] ul.products[class*=columns-] li.product.product-category,
	[role="main"] .photodownloads > li,
	[role="main"] .singledownloads > li{
		flex: 0 0 auto;
		width:50%;
	}

	.woocommerce ul.products[class*="columns-"] li.product.product-category:nth-child(2n),
	.woocommerce-page ul.products[class*="columns-"] li.product.product-category:nth-child(2n),
	.home ul.products[class*="columns-"] li.product.product-category:nth-child(2n){
		float:none;
	}
	.woocommerce [role="main"] .woocommerce-variation.single_variation {
		width: 80%;
		border-right: 1px dotted rgb(255, 253, 240);
	}
	.woocommerce [role="main"] div.product form.cart .single_variation_wrap div.quantity {
		width: 20%;
		text-align: center;
	}
	.woocommerce-variation-content,
	.woocommerce-variation-sku{
		text-align: center;
		min-height: 100%;
		min-width: 21%;
		border-left: 1px dotted rgb(255, 253, 240);
	}

	.radioButton > input[type="radio"] + label{
		padding: 15px;
	}
	.variation-label,
	.quantity label{
		display:block;
		margin-bottom:1rem;
	}
	.variation-price-label{
		margin-bottom:0.5rem;
	}

	[role="main"] .photodownloads > li .download-box{
		min-height:22rem;
	}
	[role="main"] .news-item{
 		display:inline-block;
		 zoom: 1;  *display: inline;  /* IE7 Hack */
		vertical-align:top;
		margin: 0 0 2em;
		width: 48%;
    }
	[role="navigation"]#site-footer-nav  .footer-navi{
		width:49%;
		margin-left: 2%;
	}

	[role="navigation"]#site-footer-nav  .footer-navi:first-child{
		margin-left:0;
	}
	 .videowrap.align-right{
		float: right;
		max-width: 50%;
		margin-left:10px;
	 }
	 .videowrap.align-left{
		float: left;
		max-width: 50%;
		margin-right:10px;
	 }



}
@media only screen and (min-width: 768px) {
  /* 768 =================================================== */
    html {
		background: #171717 url(img/body-bg.jpg) no-repeat 0 35px;
	}
    body{

    }
  /* Modules */
	[role="banner"]{

	}

	[role="banner"] h1{
	   margin:0;
	}
	#site-meta-nav[role="navigation"] {
      text-align:right;
	  height:35px;
	}
	.header-actions .toggle-nav{
      display:none;
	}

	.header-actions > ul{
		display: flex;
		justify-content: flex-end;
	}
	.header-actions span.minicart {
	  position:static;
	  display:inline-block;
	  zoom: 1;  *display: inline;  /* IE7 Hack */
	}
	.header-actions ul#menu-meta-navigation > li{
       display:inline-block;
	   zoom: 1;  *display: inline;  /* IE7 Hack */
	   width:auto;
	}
	.header-actions > ul > li > a{
		padding:6px 0.833em
	}

	.header-actions li ul{
		background-color: #302d28;
		display: none;
		position: absolute;
		top: 100%;
		min-width:220px;
		text-align:left;
	}
	.header-actions li:hover ul	{
		display: block;
		left: 0;
		right: 0;
	}

	.header-actions span.minicart > a{
		padding-left: 20px;
		padding-right: 20px;
	}

	.wrap{
      position:relative;
	  z-index:2;
	}
	.product-usps .usps-list > li {
		width: auto;
	}

	[role="main"] .news-item{
 		display:inline-block;
		float: none;
		margin: 0 4.4% 2em 0;
		width: 30%;
    }
	[role="main"] .news-item:nth-child(3n){
	  margin-right:0;
	}

	.product-cat-item.featured-item .product-cat-text{
		top:35%;
		right:10%;
		max-width:none;
	}
	.product-cat-item.featured-item .product-cat-text h3{
		font-size:3.6rem;
		padding:2rem;
	}

	.woocommerce [role="main"]  #content div.product div.summary, .woocommerce [role="main"]  div.product div.summary, .woocommerce-page [role="main"]  #content div.product div.summary, .woocommerce-page [role="main"]  div.product div.summary {
		float:none;
		width: 100%;
	}
	.masonry {
        column-count: 2;
    }
	.radioButton > input[type="radio"] + label {
        padding: 22px 20px;
    }
	.radioButton > input[type="radio"] + label span {
        font-size: 1.8rem;
        line-height: 3.2rem;
    }


    .tab-content{
		position:relative;
	}
	.all-products-wrap{
		position: absolute;
		bottom: 13px;
		padding-right: 1rem;
	}

	[role="contentinfo"] small{
		text-align:left;
	}
	[role="contentinfo"] .footer-inner .contact-data {
	  padding-right: 8%;
	}

	#scroll-top{
	  padding:10px 8px;
	  width:60px;
	}
}
@media only screen and (min-width: 992px) {
  /* 992 =================================================== */

  /* Modules */
   .bg-head-img{
		background-image: var(--bg-image);
	}
	[role="banner"] .header-logo{
		width:29%;
	}

	.header-container{
	    padding-left: 0;
		padding-right: 0;
		background: url(img/body-bg2.jpg) no-repeat 100% 50% rgba(33, 31, 27, 0.9);
		background-size: cover;
	}

	.header-actions{
		width:37%;
	}
	.header-actions > ul{
		background:none;
	}
	#menu-meta-navigation {
		max-width: 300px;
		width:auto !important;
	}
	.header-actions .toggle-nav{
	  display:none;
    }

	[role="navigation"]#site-main-nav.navbar-collapse{
        min-height:43px;
	    padding:0;
		background:none;
		display: flex !important;
		flex-basis: auto;
	}
	[role="navigation"]#site-main-nav .toggle-nav{
	  display:none;
    }
	[role="navigation"]#site-main-nav ul#menu-hauptnavigation{
       top:0;
	   padding: 0;
       width: 100%;
	   background: #000;
	   display:table !important;
	   padding-right: 85px;
	}

	[role="navigation"]#site-main-nav li{
      border-top:none;
	}
	[role="navigation"]#site-main-nav a{
      /*padding:10px;*/
	  padding: 10px 6px;
	  text-align:center;
	}

	/* Anfang */
	[role="navigation"]#site-main-nav ul#menu-hauptnavigation > li{
	   display:table-cell;
	   width:auto;
	}

	[role="navigation"]#site-main-nav li ul	{
		background-color: #000;
		display: none;
		position: absolute;
		top: 100%;
		min-width:220px;
	}
	[role="navigation"]#site-main-nav li ul ul a{
		padding-left: 3rem;
	}
	[role="navigation"]#site-main-nav li:hover ul{
		display: block;
		left: 0;
		right: 0;
	}

	/* Ende */

   .openinghours-section .container{
		padding: 2rem 0;
	}
	.openinghours-section .text-head{
		text-align: right;
	}
	.openinghours-section .text-body{
		 padding-left: 5%;
	}
	.sellingpoints-section,
	.product-cat-section{
		margin-left: -27px;
		margin-right: -27px;
	}
	.sellingpoints-text,
	.product-cat-preface{
		padding-left: 1rem;
		padding-right: 1rem;
	}
	[role="main"] .sellingpoints-cta-wrap a.sellingpoints-cta {
	  font-size: 1.5rem;
	}

	[role="main"] .wpcf7-form .formlist .select-wrap label{
		width:80%;
		margin-bottom:0;
	}
	 .videowrap.align-right{
		float: right;
		max-width: 33%;
		margin-left:10px;
	 }
	 .videowrap.align-left{
		float: left;
		max-width: 33%;
		margin-right:10px;
	 }

	.usp-item .usp-inner {
		font-size: 1.8rem;
		line-height: 2.5rem;
		padding: 2rem 1rem;
	}
	.teaser-head{
		padding: 2rem 4rem;
	}
	.teaser-text{
		padding: 2rem 4rem;
	}
	.teaser-textbox{
		margin-right: 2%;
		width: 48%;
	}
	.teaser-textbox.margin-left{
		margin-right:0;
		margin-left:2%;
	}
	.product-cats-section{
		margin-left: -28px;
		margin-right: -28px;
	}
	.product-cat-item.featured-item .product-cat-image{
		height: 100%;
		overflow: hidden;
		display: flex;
        align-items: center;
        justify-content: flex-end;
	}
	.product-cat-item.featured-item .product-cat-image img{
		max-width: none;
		height: 100%;
		width: auto;
	}
	.slideshow-section{
		margin-left: -27px;
		margin-right: -27px;
	}
	.separator-section{
		margin-left: -20px;
		margin-right: -20px;
	}
	.separator-imagebox{
		position:relative;
		padding-left: 0;
	}
	.separator-imagebox img{
		position:absolute;
		height:100%;
	}
	.featured-section{
		border-top:5px solid #d6de00;
	}
	.featured-section.altered-feature-section{
		border-bottom:5px solid #d6de00;
	}
	.separator-textbox::after {
		content: '';
		position: absolute;
		left: -31px;
		top: 0;
		width: 0;
		height: 0;
		border-top: 50px solid transparent;
		border-right: 32px solid #6d9703;
		border-bottom: 50px solid transparent;
		transform: scaleY(3.8);
		bottom: 0;
		margin: auto;
	}
	.featured-section .separator-textbox::before,
	.featured-section .separator-textbox::after{
		content: '';
		position: absolute;
		left: -31px;
		top: 0;
		width: 0;
		height: 0;
		border-top: 50px solid transparent;
		border-right: 32px solid #6d9703;
		border-bottom: 50px solid transparent;
		transform: scaleY(3.8);
		bottom: 0;
		margin: auto;
		z-index:1;
	}
	.featured-section .separator-textbox::before{
		border-right-width: 36px;
		border-right-color:#d6de00;
		left:-40px;
	}
	.featured-section.altered-feature-section .separator-textbox::before,
	.featured-section.altered-feature-section .separator-textbox::after {
		content: '';
		position: absolute;
		right: -31px;
		left:auto;
		top: 0;
		width: 0;
		height: 0;
		border-top: 50px solid transparent;
		border-left: 32px solid #6d9703;
		border-right:none;
		border-bottom: 50px solid transparent;
		transform: scaleY(3.8);
		bottom: 0;
		margin: auto;
	}
	.featured-section.altered-feature-section .separator-textbox::before{
		border-left-width: 36px;
		border-left-color:#d6de00;
		right:-40px;
	}
	.wrap{
		max-width: 64em;
		width:97%;
	}
	.content p, .content ol,.content ul, .content dl, .content address{
	  font-size: 16px;
	  font-size: 1.6rem;
	  line-height: 1.5em;
	}
	[role="main"] .news-teaser p{
	  font-size: 15px;
	  font-size: 1.55rem;
	  line-height: 1.4em;
	}
	.product-usps .usps-list > li {
		width: 33.33333%;
	}
	/* WooCommerce Styles */
	.radioButton > input[type="radio"] + label {
		padding: 15px 10px;
	}
	.radioButton > input[type="radio"] + label span {
		font-size: 1.6rem;
		line-height: 2.5rem;
	}
	.masonry {
        column-count: 3;
    }
	.cart-summary{
		width:38%;
		margin-left: 3.6666666667%;
	}

	.summary-inner{
		position:sticky;
		top:40px;
		margin-bottom:4rem;
	}
	.summary-inner p.form-row.validate-required,
	.summary-inner p#p-shipping-service-provider,
	.summary-inner #place_order{
		display:none !important;
	}
	#order_review p.form-row.validate-required,
	#order_review p#p-shipping-service-provider,
	#order_review #place_order{
		display:block !important;
	}

	.woocommerce-js [role="main"] ul.products[class*=columns-] li.product,
	.woocommerce-page [role="main"] ul.products[class*=columns-] li.product,
	.home [role="main"] ul.products[class*=columns-] li.product,
	.woocommerce [role="main"] ul.products[class*=columns-] li.product.product-category,
	.woocommerce-page [role="main"] ul.products[class*=columns-] li.product.product-category,
	.home [role="main"] ul.products[class*=columns-] li.product.product-category{
		flex: 0 0 auto;
		width:33.333333%;
	}
	.woocommerce-js [role="main"] ul.products li.product:nth-child(3n),
	.woocommerce-page [role="main"] ul.products li.product:nth-child(3n),
	.home [role="main"] ul.products li.product:nth-child(3n){
	   margin-right:0;
	}
	.woocommerce [role="main"] .related ul li.product, .woocommerce [role="main"] .related ul.products li.product, .woocommerce [role="main"] .upsells.products ul li.product, .woocommerce [role="main"] .upsells.products ul.products li.product, .woocommerce-page [role="main"] .related ul li.product, .woocommerce-page [role="main"] .related ul.products li.product, .woocommerce-page [role="main"] .upsells.products ul li.product, .woocommerce-page [role="main"] .upsells.products ul.products li.product {
		width: 30%;
	}
	.woocommerce [role="main"] ul.products li.product.product-category, .woocommerce-page [role="main"] ul.products li.product.product-category{
		flex: 0 0 auto;
		width:33.333333%;
	}
	.woocommerce [role="main"] ul.products li.product.product-category:first-child, .woocommerce-page [role="main"] ul.products li.product.product-category:first-child,.woocommerce [role="main"] ul.products li.product.product-category:nth-of-type(3n+1), .woocommerce-page [role="main"] ul.products li.product.product-category:nth-of-type(3n+1){
		margin-left:0;
	}
	.woocommerce [role="main"] div.product .woocommerce-Tabs-panel .modal-dialog{
		max-width:800px;
	}
	.woocommerce.single-product [role="main"] div.product form.cart .button{
		flex: 0 0 auto;
		width: 100%;
	}
	.woocommerce.single-product [role="main"] div.product form.cart .grey-button{
		background: rgba(255,255,255,0.2);
		max-width: 55%;
		flex: 0 0 55%;
	}
	.woocommerce.single-product [role="main"] .cart,
	.woocommerce.single-product [role="main"] .woocommerce-variation-add-to-cart{
		display:flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.woocommerce.single-product [role="main"] .variations_form.cart{
		display:block;
	}
	.woocommerce.single-product [role="main"] .cart .quantity{
		max-width: 100%;
		flex: 0 0 100%;
		margin-right: 0;
	}
	.woocommerce.single-product [role="main"] div.product form.cart::after{
		display:none;
	}
	.woocommerce.single-product [role="main"] .textblock{
		padding-right: 4rem;
	}
	.woocommerce.single-product [role="main"] .textblock.order-lg-last,
	.woocommerce.single-product [role="main"] .textblock.margin-left{
		padding-left: 4rem;
		padding-right:calc(var(--bs-gutter-x)/ 2);
	}

	.woocommerce [role="main"]  #content div.product div.images,
	.woocommerce [role="main"]  div.product div.images,
	.woocommerce-page [role="main"]  #content div.product div.images,
	.woocommerce-page [role="main"]  div.product div.images,
	.woocommerce-page [role="main"] .woo-variation-product-gallery	{
		float: none;
		display:inline-block !important;
		zoom: 1;  *display: inline;  /* IE7 Hack */
		vertical-align: top;
		width: 47%;
		margin-right:4%;
	}
	.woocommerce [role="main"]  #content div.product div.summary, .woocommerce [role="main"]  div.product div.summary, .woocommerce-page [role="main"]  #content div.product div.summary, .woocommerce-page [role="main"]  div.product div.summary {
		float: none;
		display:inline-block;
		zoom: 1;  *display: inline;  /* IE7 Hack */
		vertical-align: top;
		width: 48%;
	}
/* Ende WooCommerce Styles */

	[role="main"] .photodownloads > li,
	[role="main"] .singledownloads > li	{
		display:inline-block;
		float: none;
		margin: 0 3.3% 2.992em 0;
		width: 30%;
	}
	[role="main"] .photodownloads > li .download-box {
		min-height: 24rem;
	}

	[role="main"] .photodownloads > li:nth-child(3n),
	[role="main"] .photodownloads > li:nth-child(3n){
	   margin-right:0;
	}

    [role="navigation"]#site-footer-nav  .footer-navi{
		width:32%;
		margin-left: 2%;
	}
	[role="navigation"]#site-footer-nav  .footer-navi:first-child{
		margin-left:0;
	}

	[role="contentinfo"] .footer-inner .social-media{
		margin-top:8rem;
	}
	.footer-copyright-legalnav .legal {
		text-align: right;
	  }
	[role="contentinfo"] nav.legalnav ul > li {
		margin-left: 0.75rem;
	}
	[role="contentinfo"] nav.legalnav ul > li:first-child {
		margin-left: 0;
	}

}
@media only screen and (min-width: 992px) and (max-width: 1199px){
	[role="banner"] .header-logo a .header-logo-text {
        font-size: 2.75rem;
        padding-right: 5%;
    }
	[role="banner"] .header-logo a .header-logo-img {
		width: 20%;
	}
	.header-actions {
        width: 46%;
    }
}
@media only screen and (min-width: 1200px) {
	[role="navigation"]#site-main-nav a{
		font-size:1.8rem;
	}
	[role="main"] p, [role="main"] ol, [role="main"] ul, [role="main"] dl, [role="main"] address {
	  font-size: 18px;
	  font-size: 1.8rem;
	}
	[role="main"] .container section:not(.separator-section):not(.sellingpoints-section):not(.product-cat-section):not(.product-cat-usps) {
	  padding: 6rem 0 4rem;
	}
	.sellingpoints-section{
		padding-bottom:8rem;
	}

	.sellingpoints-text,
	.product-cat-preface{
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.product-cats-section{
		margin-left: -35px;
		margin-right: -35px;
	}
	.usp-item .usp-inner {
		font-size: 2.1rem;
		padding: 2rem;
	}
	.client-statement p,
	.client-name{
		font-size:1.8rem;
	}
	.qa-accordion .answer {
		padding: 2rem 4rem 1.5rem;
		font-size:1.8rem;
	}
	.teaser-textbox{
		margin-right: 2%;
		width: 56.333333%;
	}
	.teaser-text {
        padding: 4rem 4rem 1rem;
    }
	.teaser-text p{
		font-size:1.8rem;
	}
	.teaser-link-wrap {
		padding: 1rem 4rem 2rem;
	}
	[role="main"] a.teaser-link, [role="main"] a:link.teaser-link{
		font-size:1.8rem;
	}
	[role="main"] .sellingpoints-cta-wrap a.sellingpoints-cta, [role="main"] .recipes-link-wrap a.recipes-cta{
		font-size:2rem;
	}
	.radioButton > input[type="radio"] + label {
        padding: 22px 20px;
    }
	.radioButton > input[type="radio"] + label span {
        font-size: 1.8rem;
        line-height: 3.2rem;
    }


}


@media only screen and (min-width: 1382px) {
  /* 1382 =================================================== */


  /* Modules */
	[role="banner"]{
       padding:0;
	}
	[role="banner"] h1{
		padding-left:4%;
		padding-right:4%;
	}
	[role="main"] .article{
        padding:3rem;
	}
	.woocommerce-js [role="main"] ul.products[class*=columns-] li.product,
	.woocommerce-page [role="main"] ul.products[class*=columns-] li.product,
	.home [role="main"] ul.products[class*=columns-] li.product{
		flex: 0 0 auto;
		width:25%;
	}

	.woocommerce [role="main"] ul.products[class*=columns-] li.product.product-category,
	.woocommerce-page [role="main"] ul.products[class*=columns-] li.product.product-category,
	.home [role="main"] ul.products[class*=columns-] li.product.product-category{
		flex: 0 0 auto;
		width:30%;
	}
	.woocommerce [role="main"] ul.products[class*=columns-] li.product.product-category .product-inner,
	.woocommerce-page [role="main"] ul.products[class*=columns-] li.product.product-category .product-inner,
	.home [role="main"] ul.products[class*=columns-] li.product.product-category .product-inner{
		padding: 1rem 5%;
		min-height:100%;
		box-shadow:rgba(255, 255, 255, 0.2) 1px 1px 20px;
	}

	#scroll-top{
	  right:3%;
	}
}
@media only screen and (min-width: 1400px) {
	.sellingpoints-section h2{
		font-size: 3.7rem;
		line-height: 1.2;
	}
	.sellingpoints-text,
	.product-cat-preface{
		padding-left: 3rem;
		padding-right: 3rem;
	}
	[role="main"] .sellingpoints-cta-wrap a.sellingpoints-cta{
		font-size: 2rem;
	}
	.usp-item .usp-inner {
		font-size: 2.6rem;
		line-height:3rem;
	}
}


@media only screen and (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width:1500px;
  }
}

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

  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px){
	.product-cat-item .product-cat-text h3{
		margin-top:0;
		padding:1rem;
	}
	[role="main"] a.product-cat-link, [role="main"] a:link.product-cat-link {
		padding: 1rem 0.5rem;
	}
	.footer-badge {
	  right: 0%;
	}
}

@media only screen and (max-width: 991px) {
	#menu-meta-navigation li.wpmenucartli a.wpmenucart-contents span.amount{
		display:none !important;
	}
	#menu-meta-navigation {
	    width: 75% !important;
	}
	.local-icon,
	.dlg-icon{
		display:none;
	}
	.header-actions > ul > li{
		width:50%;
	}
	.header-actions > ul > li:first-child {
	    width: 50%;
	}
	[role="banner"] .navbar-toggler {
		width: 25%;
		height: 41px;
		background: rgba(0,0,0,.6);
	}
	.not-mobile-img{
		display:none;
	}
	[role="main"] .trustlabel-item {
		margin-bottom: 8rem;
	}
	.page-wrap [role="main"] .container section.trustlabel-section div:last-child{
		margin-bottom:0;
	}
	.separator-section{
		margin:0;
	}
	.separator-imagebox{
		padding:0;
	}
	.separator-textbox {
		padding: 1rem 6rem 2rem;
	}
	.separator-textbox h3 {
		font-size: 2.2rem;
	}
}
@media only screen and (max-width: 767px) {
	.woocommerce [role=main] .cart-collaterals .cart_totals, .woocommerce-page [role=main] .cart-collaterals .cart_totals{
		float:none;
		width:100%;
	}
	.woocommerce [role="main"] .woocommerce-tabs.wc-tabs-wrapper {
		padding: 0;
	}
}
@media only screen and (max-width: 600px) {
	[role="main"] .statements-section .slick-prev {
		left: -10px;
	}
	[role="main"] .statements-section .slick-next {
		right: -10px;
	}
	.statements-section .statement-item {
		padding: 3rem 3rem;
	}
	.statements-section .statement-item .client-statement {
		padding-left: 3rem;
		padding-top: 2rem;
	}
	.statements-section .statement-item .client-statement::before {
		font-size:10rem;
		left: -10px;
		top: 44px;
	}
	form.variations_form.cart{
		display: flex;
		flex-wrap: wrap;
	}
	table.variations{
		flex: 0 0 auto;
		width: 100%;
	}
	.variationButtons{
		flex: 0 0 auto;
		width: 25%;
		display: block;
        position: relative;
	}
	.variationButtons .radioButton{
		min-width:100%;
		margin-bottom: 2px;
		margin-right: -2px;
	}
	.radioButton > input[type="radio"] + label{
		display:flex;
		flex-wrap:wrap;
		min-height: 100%;
        align-items: center;
		justify-content: center;
	}
	.radioButton > input[type="radio"]:checked + label {
		border-right:none;
		border-bottom:  solid 2px #d6de00;
		margin-right: -2px;
		margin-bottom:0;
	}
	.radioButton > input[type="radio"] + label img {
		flex: 0 0 auto;
		width: 33.333%;
	}
	.radioButton > input[type="radio"] + label .label-inner{
		flex: 0 0 auto;
		width: 66.666%;
	}

	.woocommerce [role="main"] .single_variation_wrap{
		flex: 0 0 auto;
		width: 75%;
		display:block;
	}
	.woocommerce [role="main"] .woocommerce-variation.single_variation{
		display:block;
		width:100%;
	}
	.woocommerce [role="main"] div.product form.cart .single_variation_wrap div.quantity{
		width:100%;
	}
	.variation-label, .quantity label{
		width:50%;
		display:inline-block;
	}
	body [role="main"] .qib-button-wrapper{
		float:none;
		justify-content: flex-end;
	}

	.woocommerce [role="main"] .single_variation_wrap .woocommerce-variation-price .wgm-info,
	.woocommerce [role="main"] .single_variation_wrap .woocommerce-variation-price .price-per-unit{
		width:50%;
		margin-left:50%;
	}
	.woocommerce-variation-content,
	.woocommerce-variation-sku{
		margin-bottom: 1.5rem;
		border-bottom: 1px solid;
		padding-bottom: 1rem;
	}
	.woocommerce-variation-price{
	    margin-bottom: 1.5rem;
		border-bottom: 1px solid;
	}


}
@media only screen and (max-width: 479px){
	.separator-textbox {
        padding: 1rem 3rem 2rem;
    }
	.teaser-link-wrap {
		padding: 1rem 1rem;
		text-align: center;
	}
	.variationButtons{
		width: 35%;
	}
	.woocommerce-page [role="main"] #content table.cart td.actions .coupon, .woocommerce-page [role="main"] table.cart td.actions .coupon{
		display:block;
		width:100%;
	}
	.woocommerce-page [role="main"] table.cart td.actions input#coupon_code{
		width:100%;
	}
	.woocommerce-page [role="main"] table.cart td.actions .coupon .input-text + .button{
		width:100%;
		float:none;
	}

	.woocommerce [role="main"] .single_variation_wrap{
		width: 65%;
	}
	.woocommerce-page [role="main"] .main-container div.product form.cart button.cta-btn{
		font-size:1.5rem;
		padding: 10px;
        text-align: left;
	}
	.woocommerce-page [role="main"] .main-container div.product form.cart button.cta-btn::after{
		content:none;
	}
	.variation-label, .quantity label{
		width: 40%;
	}
	.woocommerce [role="main"] .single_variation_wrap .woocommerce-variation-price .wgm-info, .woocommerce [role="main"] .single_variation_wrap .woocommerce-variation-price .price-per-unit {
        width: 60%;
        margin-left: 40%;
    }
	.woocommerce [role="main"] .summary .price .amount {
		font-size: 2.5rem;
	}
}
