/*
 CSS specifically for the nodesign sample pages.
*/
Body {
	font-family: "Arial", "sans-serif";
	margin: 10px; padding: 0;
}

h2, h1 {
	margin: 0; padding: 0;
}
h1 {
	padding: 5px;
	/* background-color: #D0BFA6; */
}
h2 a {
	font-size: small;
	font-weight: normal;
	border: none;
}
.hints li {
	margin-left: 20px;
	font-size: smaller;
}

a {
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
	/* border-bottom: 1px solid #D0BFA6;
	border-left: 4px solid #D0BFA6; */
}

div#pagecontent > div {
	margin-top: 20px;
}
.hints {
	font-style: italic;
	padding: 30px;
	clear: both;
}
.header {
	float: right;
}
.header > div {
	display: inline-block;
}
label {
	display: inline-block;
	/* width: 8em; */
}
input[type="text"], input[type="email"] {
	width: 200px;
}
button {
	background-color:  #D0BFA6;
	border-style: none;
	border-radius: 5px;
	padding: 10px;
	margin: 5px;
}
input:required {
	border-left: 1px solid red;
}

:invalid {						 /* Disable default type-based check: https://developer.mozilla.org/de/docs/Web/CSS/:invalid */
  box-shadow: none;  }
:-moz-submit-invalid { box-shadow: none; }
:-moz-ui-invalid { box-shadow: none; }

#nd-left {
	float: left;
	width: 24%;
}
#nd-right {
	float: right;
	width: 75%;
}
.nd-container {
	margin: 0;
	padding: 0;
	width: 100%;
}
div#pagecontent > div#nd-left, div#pagecontent > div#nd-right {
	margin: 0;
	padding: 0;
	padding-top: 20px;
}

div.oo-navi {
	position: relative;
	width: 100%;
}

/* example tickers based on server provided template */

#myticker1 {
	width: 600px;
}
#myticker1 .oo-ticker-item {
	width: 200px;
}

#myticker2 .oo-ticker-pane {
}
#myticker2 .oo-ticker-item {
	display: inline-block;
	margin: 20px;
	width: 210px;
}
#myticker2 {
	width: 500px;
}

.index1-ticker {
	float: left;
}
.index1-ticker .oo-ticker {
	display: inline-block;
}

/* finetuning components, overrides CSS in oo.css */

/****** Navigation Component */

#oo-navi LI {				 /* make it horizontal */
	/* display: inline-block; */
	display: block;
	list-style: none;
}
#oo-navi LI UL LI {
	/* float: left; */			  /* renderer bug fix */
}
#oo-navi > ul {
	margin-top: 20px;
	padding-left: 5px;
	clear: both;
}
#oo-navi .oo-navi-2nd-pane {	 /* see also component-shared css below */
	padding: 20px 20px 20px 0px;
}




/****** Subnavi Component */
.oo-subnavi-data-type-NoItem {
	font-weight: bold;
}
.oo-subnavi-2nd-pane, .oo-subnavi-3rd-pane {
	margin-left: 40px;
}

/****** Status Component */

/****** Flash Component */

/****** Path & Last Component  */

#oo-path UL, #oo-last UL  {				   /* make it horizontal */
	margin:0;
	/* padding-top: 40px; */
}
#oo-path  li ,#oo-last  li  {
	display: inline;
	list-style-image: none;
	font-size: smaller;
}
#oo-path  li + li:before, #oo-last  li + li:before {
	content: '> ';
}

/****** Date Component */

#oo-date-pane .oo-date-pane-txt {
	margin-bottom: 20px;
}

#oo-date-pane .ui-datepicker-group-first,
#oo-date-pane .ui-datepicker-group-last {
	border: 1px solid #1fa038;
	width: 49%;
}
#oo-date-pane .ui-datepicker-group-last {
	margin-left: 2%;
	margin-bottom: 20px;
}

#oo-date-pane .oo-date-cal-legend {
	margin-top: 15px;
}

#oo-date-pane .ui-datepicker-calendar TD A,
#oo-date-pane .ui-datepicker-calendar TD SPAN {
	border-radius: 1em;
	display: inline-block;
	padding: 2px 10px 2px 10px;
	margin: 2px;
	min-width: 2em;
}

@media all and (max-width: 650px) {
	#oo-date-pane .oo-date-pane-txt {
		/* margin-top: 160px; */
	}
	#oo-date-pane .ui-datepicker-group-first,
	#oo-date-pane .ui-datepicker-group-last {
		width: 100%;
	}
	#oo-date-pane .ui-datepicker-group-last {
		margin-top: 20px;
		margin-left: 0;
	}
}

/****** Ticker Component */

/****** Cart Page */

#cart1 .oo-date-dcnote {	  /* addresses cart component on cart1.html */
	display: none;			/* we dont need shipping in this example */
}
#cart1 .oo-profile-nocore {	  /* we dont want all options in this page */
	line-height:0;			   /* display: none; will not work, thats used internally. This css set is an alternative */
	overflow: hidden;
	padding: 0;
	margin:0;
	border:0;
}
#cart1 .oo-date-msg {			/* finetune embedded date component */
	display: inline;
}
#cart1 .oo-date-pane-txt {
	display:none;
}
#cart1 .oo-date-itemcount:after, #cart1 .oo-date-abocount:after {		/* put a nice icon here ? */
	content: inherit;
}
#cart1 .oo-date-abocount , #cart1 .oo-date-itemcount {
	border-radius: 3px;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid;
}
#cart1 .oo-date-abocount {		/* a nice icon here ? */
	border-color:silver;
}
#cart1 .oo-date-itemcount {
	border-color: green;
}

tbody.oo-cart-pane-extra .oo-cart-pane-extra-td, .oo-cart-info-osh {						   /* separate headline */
	border-bottom: 1px solid gray;
}
.oo-cart-denyreasons {
	color: red;
}
#oo-cart A.oo-cart-pos-rm {
	margin-right: 10px;
}

.oo-status-cart.oo-status-cart-empty {
	display: block !important;
}

.oo-cart-agb,
.oo-cart-altbuttons,
.oo-cart-cnote,
button.oo-cart-submit-change-btn {
	margin-bottom: 20px;
}
.oo-cart-agb a,
.oo-cart-altbuttons a,
.oo-cart-cnote a.oo-cart-cnote-btn {
	background: none;
	border: 1px solid rgba(31, 160, 56, 0.3);
	border-radius: 2px;
	color: #666;
	font-family: 'Yanone Kaffeesatz';
	font-size: 18px;
	letter-spacing: 0.05em;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	margin-right: 10px;
	padding: 5px 15px 3px 15px !important;
	text-transform: none;
}
.oo-cart-agb a:hover,
.oo-cart-altbuttons a:hover,
.oo-cart-cnote a.oo-cart-cnote-btn:hover {
	background: #ec6a5a;
	color: #fff;
}
.oo-cart-buttons-group div {
	margin: 10px 0 10px 0;
}

.oo-cart-buttons {
	margin-top: 20px;
}

/****** Shop Component */

#oo-shop .oo-shop-item:hover .oo-shop-item-select, #oo-shop .oo-shop-item:hover .oo-shop-favorite {   /* fade in the controls */
	animation: nodesign-fadein 0.5s;
}
@keyframes nodesign-fadein { from { opacity: 0; } to   { opacity: 1; }   }

#oo-shop .oo-shop-item:hover  .blend {		/* blend a bit the image below */
	animation: nodesign-fadeinb 0.5s;
}
#oo-shop .oo-shop-item:hover.oo-shop-data-type-AssortmentGroup .blend, #oo-shop .oo-shop-item:hover.oo-shop-data-type-AssortmentGroup .oo-shop-item-select {
	animation: none;
}
@keyframes nodesign-fadeinb { from { opacity: 0; } to   { opacity: 0.5; }   }

.oo-shop-sl-pane .oo-shop-item h3 {
	opacity: 0.8;
}
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-AssortmentGroup, .oo-shop-data-type-Pointer-AssortmentGroup {
	height: 400px;
}
.oo-shop-abogroup-size {	/* number of persons */
	display: none;
}
.oo-shop-sub-loaded {	   /* loaded and subscription indicators */
	width: 20px;
	height: 20px;
	background-color: red;
}
.oo-shop-item-loaded {	  /* green triangle indicating that item is in cart */  /* shared with ticker */
	width: 98%;
	height: 72px;
	border: none;
	z-index: 100;
	right: unset;
	left: 0;
	top: 82px;
	border-top: 1px solid #1fa038;
	border-right: 1px solid #1fa038;
	border-bottom: 1px solid #1fa038;
	background: url('../images/icon-top-cart.png') no-repeat 10px 10px;
	background-color: rgba(255, 255, 255, 0.8);
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.oo-shop-item-loaded::after {
	position: absolute;
	content: 'Artikel liegt im Warenkorb';
	width: 160px;
	height: 50px;
	top: 20px;
	left: 40px;
}

.oo-shop-sl-pane .oo-shop-item {
	/* border-bottom: 1px solid #D0BFA6;
	border-left: 4px solid #D0BFA6;
	background-color: #fcebcf; */
	border: none;
	background-color: #fff;
	margin: 1% !important;
}

/* regio info is in cart as well as in item display */
.oo-item-regiotag:before {
	content: "Regional!";
	color: red;
	font-size: smaller;
}
/* .oo-cart-pos.oo-item-regio TD:first-child::before {
	content: "Regional!";
	color: #ec6a5a;
	font-size: 15px;
	position: absolute;
	bottom: 8px;
	right: 0;
} */
.oo-cart-pos.oo-item-regio TD:first-child::before {
	content: "Regional!";
	color: #1fa038;
	font-size: 15px;
	position: absolute;
	bottom: 3px;
	right: unset;
	left: 51px;
}
/* #oo-cart-table .oo-cart-pos.oo-item-regio TD:first-child::before {
	content: "Regional!";
	color: #ec6a5a;
	font-size: 15px;
	position: absolute;
	bottom: 8px;
	right: 150px;
} */
.oo-cart-pos-img {
	margin-right: 5px;
}
#oo-cart-table .oo-cart-pos.oo-item-regio TD:first-child::before {
	content: "Regional!";
	color: #1fa038;
	font-size: 15px;
	position: absolute;
	bottom: 8px;
	right: unset;
}

.oo-cart-pos-abodates .oo-text {			   /* no text info about abos */
	/* display: none; */
}

#oo-shop .oo-shop-item-allergy-content {
	line-height: 2em;
}
.oo-producer-thumb {	   /* tab in item detail */
	float: right;
}
.oo-producer-links, .oo-producer-address {
	padding: 5px;
}

#oo-status {
	height: unset;
	padding-top: 6px;
	padding-left: 400px;
	position: fixed;
	z-index: 9999;
	width: auto;
	/* background: transparent url('../images/back-website-b-500x500-s080-50proz.jpg') repeat 0 0; */
	right: 10px;
	left: unset;
}
html.oo-current-state-anon #oo-status {
	/* padding-left: 800px; */
}
.entry-content #oo-status {
	background: none;
}

@media all and (max-width: 910px) {
	#oo-status {
		height: unset;
		padding-top: 6px;
		padding-left: 0;
		position: absolute;
		top: -10px;
		z-index: 9999;
		width: auto;
		background: transparent url('../images/back-website-b-500x500-s080-50proz.jpg') repeat 0 0;
	}
	html.oo-current-state-anon #oo-status {
		padding-left: 0;
	}
}

@media all and (max-width: 470px) {
	#oo-status {
		top: 50px;
	}
}

/* start - Warenkorb & Lieblinge im Header ####################################################################################################### */

#oo-status .oo-status-cart {
	position: fixed;
	right: 25px;
	width: 28px;
	height: 28px;
	top: 35px;
	background: url('images/200205-icon-header-cart.png') no-repeat 0 0;
	background-position: 0px 0px;
	z-index: 99999;
}
#oo-status .oo-status-cart::after {
	content: 'Warenkorb';
	font-family: 'Yanone Kaffeesatz';
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.02em;
	color: #95a398;
	display: inline-block;
	position: absolute;
	top: 30px;
	white-space: nowrap;
	left: -12px;
	text-shadow: none;
	text-transform: uppercase;
}

#oo-status .oo-state-anon {
	position: fixed;
	right: 80px;
	width: 64px;
	height: 64px;
	top: 35px;
	background: url('images/200205-icon-header-account.png') no-repeat;
	background-position: center 0px;
	z-index: 99999;
	padding: 0 0 0 0;
	text-transform: uppercase;
	text-align: center;
}
#oo-status .oo-state-anon a.oo-status-auth-logonlink {
	font-family: 'Yanone Kaffeesatz';
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.02em;
	color: #95a398;
	height: 64px;
	display: inline-block;
	padding-top: 30px;
}

#oo-status .oo-state-auth.oo-status-auth-profile {
	position: fixed;
	right: 80px;
	width: 64px;
	height: 46px;
	top: 35px;
	background: url('images/200205-icon-header-account.png') no-repeat;
	background-position: center 0px;
	z-index: 99999;
	padding: 0 0 0 0;
	text-transform: uppercase;
	text-align: center;
}
#oo-status .oo-state-auth.oo-status-auth-profile::after {
	content: 'Account';
	font-family: 'Yanone Kaffeesatz';
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.02em;
	color: #95a398;
	display: inline-block;
	position: absolute;
	top: 30px;
	white-space: nowrap;
	left: 12px;
	text-shadow: none;
	text-transform: uppercase;
}
#oo-status .oo-state-auth.oo-status-auth-profile a.oo-status-auth-logonlink {
	font-family: 'Yanone Kaffeesatz';
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.02em;
	color: #95a398;
	height: 64px;
	display: inline-block;
	padding-top: 30px;
}

#oo-status .oo-state-auth.oo-status-auth-date {
	position: fixed;
	/* icons tauschen */
	/* right: 150px; */
	right: 220px;
	top: 35px;
	width: 64px;
	height: 45px;
	background: url('images/200205-icon-kalender-termine28x28.png') no-repeat;
	background-position: center 0px;
	z-index: 99999;
	padding: 0 0 0 0;
	text-transform: uppercase;
	text-align: center;
}
#oo-status .oo-state-auth.oo-status-auth-date::after {
	content: 'Termine';
	font-family: 'Yanone Kaffeesatz';
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.02em;
	color: #95a398;
	display: inline-block;
	position: absolute;
	top: 30px;
	white-space: nowrap;
	left: 12px;
	text-shadow: none;
	text-transform: uppercase;
}
#oo-status .oo-state-auth.oo-status-auth-date a.oo-status-auth-logonlink {
	font-family: 'Yanone Kaffeesatz';
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.02em;
	color: #95a398;
	height: 64px;
	display: inline-block;
	padding-top: 30px;
}

#oo-status .oo-status-fav {
	position: fixed;
	/* icons tauschen */
	/* right: 220px; */
	right: 150px;
	top: 18px;
	width: 64px;
	height: 64px;
	background-image: url('images/200205-icon-header-heart.png');
	background-repeat: no-repeat;
	background-size: unset;
	min-height: 16px;
	text-align: center;
	cursor: pointer;
	margin: 0px;
	padding: 0;
	z-index: 99999;
}
#oo-status .oo-status-fav.oo-shop-favorite-on {
	background-image: url('images/200205-icon-header-heart-on.png');
}
#oo-status .oo-status-fav::after {
	content: 'Merkzettel';
	font-family: 'Yanone Kaffeesatz';
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.02em;
	color: #95a398;
	display: inline-block;
	position: absolute;
	top: 47px;
	white-space: nowrap;
	left: 6px;
	text-shadow: none;
	text-transform: uppercase;
}
#oo-status .oo-status-cart-label {
	display: none;
}
#oo-status .oo-status-cart .oo-status-cart-count,
#oo-status .oo-status-cart.oo-status-cart-modified .oo-status-cart-count {
	background: none;
	color: #ec6a5a;
	font-weight: bold;
	top: 43px;
	left: -15px;
	right: unset;
	font-size: 18px;
	width: 60px;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 auto;
	position: absolute;
	text-align: center;
}

@media all and (max-width: 910px) {
	#oo-status .oo-status-cart {
		top: 95px;
		position: absolute;
	}
	#oo-status .oo-state-anon {
		top: 95px;
		position: absolute;
	}
	#oo-status .oo-state-auth.oo-status-auth-profile {
		top: 95px;
		position: absolute;
	}
	#oo-status .oo-state-auth.oo-status-auth-date {
		top: 95px;
		position: absolute;
	}
	#oo-status .oo-status-fav {
		top: 78px;
		position: absolute;
	}
}

@media all and (max-width: 830px) {
	#oo-status .oo-status-cart {
		top: 95px;
	}
	#oo-status .oo-state-anon {
		top: 95px;
	}
	#oo-status .oo-state-auth.oo-status-auth-profile {
		top: 95px;
	}
	#oo-status .oo-state-auth.oo-status-auth-date {
		top: 95px;
	}
	#oo-status .oo-status-fav {
		top: 78px;
	}
}

.oo-status-fav-count {
	background: none;
	color: #ec6a5a;
	font-weight: bold;
	top: 60px;
	left: 2px;
	right: unset;
	font-size: 18px;
	width: 60px;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 auto;
	position: absolute;
	text-align: center;
}
@media all and (max-width: 1200px) {
	.oo-status-fav-count {
		color: #fff;
		top: 22px;
	}
}
@media all and (max-width: 910px) {
	.oo-status-fav-count {
		color: #ec6a5a;
		top: 60px;
	}
}
@media all and (max-width: 470px) {
	.oo-status-fav-count {
		color: #ec6a5a;
		top: 0;
	}
	#oo-status .oo-status-cart .oo-status-cart-count,
	#oo-status .oo-status-cart.oo-status-cart-modified .oo-status-cart-count {
		top: -17px;
	}
}

/* ende  - Warenkorb & Lieblinge im Header ####################################################################################################### */

#oo-status .oo-status-cart .oo-status-cart-value {
	display: none;
}

#oo-status .oo-container table td.oo-e2,
#oo-status .oo-container .oo-cart-sum-val {
	width: 12%;
	white-space: nowrap;
}

#oo-status .oo-status-cart::before {
	line-height: 1;
	position: relative;
	display: block;
}
#oo-status .oo-status-cart::before {
}

#oo-status .oo-status-cart-preview {
	min-width: 500px;
	top: 70px;
	padding: 10px 3px 3px 3px;
	border: 1px solid #1fa038;
	right: -15px;
}
@media all and (max-width: 600px) {
#oo-status .oo-status-cart-preview {
	min-width: 400px;
	right: -30px;
}
}
@media all and (max-width: 420px) {
#oo-status .oo-status-cart-preview {
	display: none;
}
}

#oo-cart-table {
	border-bottom: 2px solid #ec6a5a;
}
#oo-cart-table tr td {
	width: 90% !important;
}
#oo-cart-table tr td.oo-cart-pos-total {
	width: 10% !important;
	white-space: nowrap !important;
}
@media all and (max-width: 600px) {
	#oo-cart-table tr td {
		width: 85% !important;
	}
	#oo-cart-table tr td.oo-cart-pos-total {
		width: 15% !important;
	}
}
#oo-cart-table #oo-cart-sum td.oo-cart-sum-val {
	width: 20% !important;
	white-space: nowrap !important;
}
.oo-status-cart-preview #oo-cart-sum, #oo-cart-sum {
	display: inline-block;
	position: absolute;
	right: 0;
	margin-top: 10px;
}

#oo-cart-table .oo-cart-pos-amountline {
	padding-right: 0 !important;
	display: inline !important;
}

#oo-cart-table tr.oo-cart-pos td {
	border-top: 1px solid #1fa038;
	cursor: pointer;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0 !important;
	padding-right: 0;
}

#oo-cart-table tr.oo-cart-pos td {
	padding-bottom: 50px;
}
#oo-cart-table tr.oo-cart-pos td.oo-cart-pos-total {
	padding-bottom: 28px;
	padding-top: 0;
	vertical-align: bottom;
}

#oo-cart-pane .oo-cart-pos-total, #oo-cart-sum, #oo-cart-vat-pane, .oo-cart-delivercost TD {
	text-align: left;
}

#oo-cart-table #oo-cart-vat-pane td {
	border-top: 2px solid #ec6a5a;
}

div#oo-cart.oo-component span.oo-component-template div.oo-cart-cart div.oo-cart-other a.oo-cart-shoplink {
	background: none;
	border: 1px solid rgba(31, 160, 56, 0.3);
	border-radius: 2px;
	color: #666;
	font-family: 'Yanone Kaffeesatz';
	font-size: 18px;
	letter-spacing: 0.05em;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	margin-right: 10px;
	padding: 5px 15px 3px 15px !important;
	text-transform: none;
}
div#oo-cart.oo-component span.oo-component-template div.oo-cart-cart div.oo-cart-other a.oo-cart-shoplink:hover {
	background: #ec6a5a;
	color: #fff;
}

.oo-cart-pos-controls {
	top: 25px !important;
	bottom: unset !important;
	right: 5px !important;
	padding: 0px !important;
	font-size: 28px;
	line-height: normal !important;
	display: inline-block !important;
}
#oo-cart-table .oo-cart-pos-controls {
	top: unset !important;
	bottom: 12px !important;
	right: 5px !important;
	padding: 0px !important;
	font-size: 28px;
	line-height: normal !important;
	display: inline-block !important;
}
.oo-cart-pos-controls .oo-cart-pos-rm,
.oo-cart-pos-controls .oo-cart-pos-plus,
.oo-cart-pos-controls .oo-cart-pos-minus0 {
	position: relative;
	margin-right: 5px !important;
	padding: 0px 10px 0px 10px !important;
	line-height: normal !important;
	background-color: rgba(149, 163, 152, 0.3) !important;
}
.oo-cart-pos-controls .oo-cart-pos-rm:hover:after,
.oo-cart-pos-controls .oo-cart-pos-plus:hover:after,
.oo-cart-pos-controls .oo-cart-pos-minus0:hover:after {
	position: absolute;
	top: -20px;
	left: -30px;
	white-space: nowrap;
	text-align: center;
	margin-left: 0px;
	color: #fff;
	background-color: #ec6a5a;
	z-index: 1;
	padding: 4px 10px 0 10px;
	font-size: 14px;
	border-radius: 3px;
}
.oo-cart-pos-controls .oo-cart-pos-rm:hover:after {
	content: 'Artikel entfernen';
}
.oo-cart-pos-controls .oo-cart-pos-plus:hover:after {
	content: 'Anzahl erhöhen';
}
.oo-cart-pos-controls .oo-cart-pos-minus0:hover:after {
	content: 'Anzahl verringern';
}

/* overriding the amount indicator */
#oo-status .oo-status-cart .oo-status-cart-count:before {
	content: "";
}
#oo-status .oo-status-cart .oo-status-cart-count:after {
	content: "";
}

#oo-status .oo-status-cart-preview .oo-status-cartlink {
	display: inline-block;
	font-size: 22px;
	letter-spacing: 0.02em;
	text-align: left;
	padding: 0;
	font-weight: 700;
}

#oo-status .oo-status-cart-hint {
	display: block;
	font-size: 16px;
	padding-bottom: 10px;
}

#oo-status .oo-overlay-close {
	color: #ec6a5a;
	font-size: 28px;
	font-weight: bold;
	padding: 0 10px 0 10px;
	margin: 0 5px 0 0;
	border: 1px solid #1fa038;
	position: absolute;
	right: 0;
	top: 5px;
}
#oo-status .oo-overlay-close:hover {
	color: #fff;
	background-color: #ec6a5a;
}

/* Kisten */
#oo-status .oo-sub-mark-due,
#oo-cart-table .oo-sub-mark-due,
#oo-cart .oo-cart-pos-abo-new,
.oo-cart-pos-assortment,
tr.oo-cart-pos-assortment ~ tr.oo-cart-pos-assorted {
	background-color: rgba(31, 160, 56, 0.1);
}
.oo-cart-pos-assortment,
#oo-cart-table .oo-sub-mark-due.oo-cart-pos-assortment,
tr.oo-cart-pos-assortment ~ tr.oo-cart-pos-assorted {
	background-color: rgba(31, 160, 56, 0.2);
}

/* Kisteninhalt auf und zu klappen */
.oo-cart-pos-assortment-close,
.oo-cart-pos-assortment-open {
	margin: 0 0 0 20px;
	padding: 5px 15px;
	border: 1px solid gray;
	border-radius: 5px;	
}

.oo-shop-amount {
	background-color: white;
	border: 1px solid #D0BFA6;
	border-radius: 5px;
	right: unset;
	top: -10px;
	padding: 2px;
	z-index: 12;
	left: 5px;
}
.oo-shop-abobox-detail-pane a.oo-shop-abobox-detail-variant-tpl {
	background-color: #1fa038;
	border: 1px solid rgba(31, 160, 56, 0.3);
	border-radius: 2px;
	color: #fff;
	font-family: 'Yanone Kaffeesatz';
	font-size: 16px;
	letter-spacing: 0.05em;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	margin-right: 10px;
	padding: 5px 15px 3px 15px !important;
	text-transform: none;
	float: left;
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
}
.oo-shop-abobox-detail-pane a.oo-shop-abobox-detail-variant-tpl:hover,
.oo-shop-abobox-detail-pane a.oo-shop-abobox-detail-variant-tpl.oo-active {
	background: #ec6a5a;
	color: #fff;
}
.oo-shop-abobox-detail-txt,
.oo-shop-abobox-detail-info-planned,
.oo-shop-abobox-detail-info-unplanned {
	display: block;
	margin: 15px 0;
	font-size: 18px;
}
.oo-shop-abobox-detail-info-planned,
.oo-shop-abobox-detail-info-unplanned {
	clear: both;
}
.oo-shop-title-btn-all, .oo-style-minoraction {
	margin-bottom: 20px;
}

/* z.B. "Doppelt" im Warenkorb */
.oo-label {
	border: 1px solid gray;
	border-radius: 5px;
	font-size: smaller;
	padding: 2px 3px;
}

#oo-status .oo-status-cart .oo-cart-pos td {
	border-top: 1px solid #1fa038;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#oo-status .oo-cart-delivercost td,
#oo-status .oo-cart-sum td {
	border-top: 2px solid #ec6a5a;
	padding-top: 5px !important;
}


#oo-status .oo-status-cart .oo-cart-pos-amount,
#oo-status .oo-status-cart .oo-cart-pos-unit,
#oo-status .oo-status-cart .oo-cart-pos-name {
	font-size: 15px;
}
#oo-status .oo-status-cart .oo-cart-pos-amount {
	margin-left: 3px;
}
#oo-status .oo-status-cart .oo-cart-pos-name {
	display: block;
	margin-left: 43px;
	width: 65%;
}
#oo-status .oo-status-cart .oo-cart-sum-txt,
#oo-status .oo-status-cart .oo-cart-sum-val {
	font-size: 18px;
	font-weight: bold;
	padding: 0 3px 0 3px;
}
#oo-cart-table #oo-cart-sum td {
	font-size: 24px;
	font-weight: bold;
	padding: 0 3px 0 3px;
	text-align: right;
	white-space: nowrap;
}

@media all and (max-width: 650px) {
	form#oo-profile-edit-form {
		margin-top: 170px;
	}
	.oo-component-template .oo-state-auth .oo-profile-logout {
		margin: 20px 47px 20px 0;
	}
}

#oo-status .oo-component-template .oo-state-auth .oo-status-auth-name, #oo-status .oo-component-template .oo-state-auth .oo-status-auth-datelink {
	color: transparent;
}
#oo-status .oo-component-template .oo-state-auth .oo-status-auth-preview,
#oo-status .oo-component-template .oo-state-auth .oo-status-auth-date-preview {
	top: 70px;
	left: -145px;
}
@media all and (max-width: 450px) {
	#oo-status .oo-component-template .oo-state-auth .oo-status-auth-date-preview {
		left: -20px;
	}
}
@media all and (max-width: 370px) {
	#oo-status .oo-component-template .oo-state-auth .oo-status-auth-preview {
		left: -70px;
	}
}

#oo-status .oo-component-template .oo-state-auth .oo-status-auth-datelink {
	display: block;
}

/****** Chat Component */

/* place chat */
#oo-chat {
   z-index: 2000;
   position: fixed;
   bottom: 10px;
   right: 10px;
}
#oo-chat .oo-chat-offline {
	background-color: white;
	color: silver;
	text-align: center;
}
/****** Search Component */
.oo-search-btn {
	width: 42px;
	height: 49px;
	display: inline-block;
	position: absolute;
	right: 0;
}

/****** Mail Component */
.oo-mail-unsent TEXTAREA {
	display: block;
}

/****** Profile Component */
.oo-profile-location {
	float: right;
}
.oo-profile-address > div {
	clear:both;
}


/****** Loading pseudo Component */

/****** Logon Component */

div.site-content div.content-area main.site-main article.page div.entry-content div#oo-status.oo-component span.oo-component-template div.oo-state-anon a.oo-status-auth-logonlink {
	text-transform: uppercase;
	font-size: 24px;
	padding: 10px 15px 7px 15px;
	font-weight: bold;
	letter-spacing: 1px;
	border: 2px solid #fff;
	border-radius: 28px;
	color: #fff;
	background-color: #1fa038;
}
div.site-content div.content-area main.site-main article.page div.entry-content div#oo-status.oo-component span.oo-component-template div.oo-state-anon a.oo-status-auth-logonlink:hover,
div.site-content div.content-area main.site-main article.page div.entry-content div#oo-status.oo-component span.oo-component-template div.oo-state-anon a.oo-status-auth-logonlink:active {
	background-color: #ec6a5a;
}

/****** filter component */

/****** some shared assignments for components */

/*		End highlighting components **/

/* tags */
.oo-shop-singleitem-select .oo-shop-tags SPAN { /* and style the other */
	display: block;
	border: 1px solid green;
	text-align: center;
	margin-left: 10px;
	margin-bottom: 2px;
	padding-left: 5px;
	text-align: left;
	vertical-align: center;
}

.oo-shop-singleitem .oo-shop-singleitem-select {
	float: left;
	position: relative;
	/* padding-top: 45px; */
}

/*
oo-item-tag-21		natriumarm (<120mg/100g)
oo-item-tag-23		streng natriumarm (<40 mg / 100g)
oo-item-tag-24		vegan
oo-item-tag-25		vegetarisch
oo-item-tag-72		eiweißarm
oo-item-tag-73		fettarm
oo-item-tag-75		Rohstoffe nicht jodiert
oo-item-tag-76		salzarm
oo-item-tag-77 	ungesüßt
oo-item-tag-117	Lebensmittel gentechnikfrei
oo-item-tag-120	frei von synthetischen Aromastoffen
oo-item-tag-121	frei von synthetischen Konservierungsstoffen
*/

div.oo-shop-singleitem-info div div.oo-shop-tags {
	display: none;
}

div.oo-shop-singleitem-info div.oo-shop-singleitem-select div.oo-shop-tags {
	display: block;
}

.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2 {
}
/* .oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-0::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-1::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-2::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-3::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-4::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-5::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-6::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-7::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-8::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-9::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-10::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-11::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-12::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-13::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-14::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-15::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-16::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-17::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-18::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-19::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-20::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-21::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-22::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-23::before, */
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-24::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-25::before/* ,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-26::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-27::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-28::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-29::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-30::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-31::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-32::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-33::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-34::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-35::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-36::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-37::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-38::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-39::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-40::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-41::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-42::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-43::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-44::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-45::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-46::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-47::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-48::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-49::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-50::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-51::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-52::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-53::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-54::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-55::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-56::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-57::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-58::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-59::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-60::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-61::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-62::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-63::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-64::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-65::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-66::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-67::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-68::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-69::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-70::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-71::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-72::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-73::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-74::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-75::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-76::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-77::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-78::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-79::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-80::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-81::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-82::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-83::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-84::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-85::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-86::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-87::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-88::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-89::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-90::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-91::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-92::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-93::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-94::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-95::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-96::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-97::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-98::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-99::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-100::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-101::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-102::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-103::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-104::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-105::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-106::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-107::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-108::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-109::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-110::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-111::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-112::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-113::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-114::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-115::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-116::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-117::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-120::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-121::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-122::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-123::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-124::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-125::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-126::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-127::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-128::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-129::before,
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-130::before */ {
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	content: '';
	display: inline-block;
	position: relative;
	float: none;
	margin: 3px 3px -3px 0;
}

/* vegan */
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-24::before {
	background-image: url('images/tag-24-vegan.png');
}

/* vegetarisch */
.oo-shop-singleitem-select .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-25::before {
	background-image: url('images/tag-25-vegetarisch.png');
}

/* start - icons vegan listenansicht */
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Item .oo-shop-tags,
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Recipe .oo-shop-tags {
	margin: 0 0 0 0;
	position: absolute;
	bottom: 10px;
	left: 95px;
}
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Item .oo-shop-tags:hover,
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Recipe .oo-shop-tags:hover {
	z-index: 1;
}

.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Item .oo-shop-tags span,
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Recipe .oo-shop-tags span {
	width: 1px !important;
	height: 1px !important;
	font-size: 1px !important;
	color: transparent !important;
}
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Item .oo-shop-tags span::before,
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Recipe .oo-shop-tags span::before {
	background-repeat: no-repeat;
	content: '';
	display: inline-block;
	float: left;
}

/* vegan */
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Item .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-24::before,
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Recipe .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-24::before {
	background-image: url('images/tag-24-vegan.png');
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
}

/* vegetarisch */
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Item .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-25::before,
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Recipe .oo-shop-tags span.oo-label.oo-label-group-2.oo-item-tag-25::before {
	background-image: url('images/tag-25-vegetarisch.png');
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
}

/* ende  - icons vegan listenansicht */

/* Kategorie & Produkt: */
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Group,
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-SubGroup,
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Rubric,
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Item,
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Recipe {
	width: 220px;
	border: 2px dashed #1fa038;
	border-radius: 10px;
}

/* Listenansicht: Kategorie */
/* .oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Group,
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-SubGroup,
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Rubric {
	height: 100px;
	background-size: cover;
	border: 2px dashed #ec6a5a;
	border-radius: 10px;
	background-color: #fff !important;
} */
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Group, .oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-SubGroup, .oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Rubric {
	height: 245px;
	background-size: auto 220px;
	border: none;
	border-radius: unset;
	background-color: transparent !important;
	padding: 0 !important;
	background-repeat: no-repeat;
	background-position: center top;
	background-origin: unset;
	width: 220px;
	overflow: hidden;
	background-attachment: unset;
}
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Group .oo-shop-item-count,
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-SubGroup .oo-shop-item-count,
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Rubric .oo-shop-item-count {
	/* padding: 5px;
	background-color: #fff;
	opacity: 0.7;
	min-width: 30px;
	bottom: 5px;
	background-position: center center;
	border-radius: 5px; */
	display: none;
}
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Group .oo-shop-favorite.oo-shop-favorite-off.oo-icon,
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-SubGroup .oo-shop-favorite.oo-shop-favorite-off.oo-icon,
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Rubric .oo-shop-favorite.oo-shop-favorite-off.oo-icon {
	display: none !important;
}



/* Kategoriename */
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Group .oo-item-name, .oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-SubGroup .oo-item-name, .oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Rubric .oo-item-name {
	position: absolute;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	top: unset;
	bottom: 0;
	line-height: 25px;
	height: 25px;
	font-size: 18px;
	font-family: 'Yanone Kaffeesatz';
	font-weight: 600;
	overflow: hidden;
	color: #1fa038;
	background-color: #fff;
	opacity: 1;
	border: none;
	border-radius: unset;
}
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Group .oo-shop-favorite,
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-SubGroup .oo-shop-favorite,
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Rubric .oo-shop-favorite {
	/* padding: 5px;
	background-color: #fff;
	opacity: 0.7;
	width: 30px;
	height: 30px;
	bottom: 5px;
	background-position: center center;
	border-radius: 5px;
	left: 15px; */
	display: none;
}

/* start - Listenansicht: Produkt ################################################################################################################ */

#oo-shop .oo-shop-title img.oo-shop-title-img {
	display: none;
}

div.oo-navi-head {
	position: relative;
	max-width: 100%;
	height: 170px;
	vertical-align: middle;
	background-color: transparent;
	background-size: cover;
	background-position: center;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 48px;
	color: #ec6a5a;
	text-shadow: 1px 1px 1px #fff,
	1px -1px 1px #fff,
	-1px 1px 1px #fff,
	-1px -1px 1px #fff;
	position: relative;
}

.oo-navi-image-name {
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: normal;
	margin: 0 0 10px 15px;
	padding: 0 0 0 0;
	font-size: 48px;
	color: #ec6a5a;
	text-shadow: 1px 1px 1px #fff,
	1px -1px 1px #fff,
	-1px 1px 1px #fff,
	-1px -1px 1px #fff;
}
/* @media all and (max-device-width: 1700px), all and (max-width: 1700px) {
	div.oo-navi-head {
		height: 380px;
	}
}
@media all and (max-device-width: 1600px), all and (max-width: 1600px) {
	div.oo-navi-head {
		height: 360px;
	}
}
@media all and (max-device-width: 1400px), all and (max-width: 1400px) {
	div.oo-navi-head {
		height: 340px;
	}
}
@media all and (max-device-width: 1200px), all and (max-width: 1200px) {
	div.oo-navi-head {
		height: 320px;
	}
}
@media all and (max-device-width: 1000px), all and (max-width: 1000px) {
	div.oo-navi-head {
		height: 300px;
	}
}
@media all and (max-device-width: 800px), all and (max-width: 800px) {
	div.oo-navi-head {
		height: 280px;
	}
}
@media all and (max-device-width: 700px), all and (max-width: 700px) {
	div.oo-navi-head {
		height: 260px;
	}
} */
@media all and (max-device-width: 600px), all and (max-width: 600px) {
	/* div.oo-navi-head {
		height: 240px;
	} */
	.oo-navi-image-name {
		font-size: 44px;
	}
}
@media all and (max-device-width: 500px), all and (max-width: 500px) {
	/* div.oo-navi-head {
		height: 200px;
	} */
	.oo-navi-image-name {
		font-size: 40px;
	}
}
@media all and (max-device-width: 400px), all and (max-width: 400px) {
	/* div.oo-navi-head {
		height: 150px;
	} */
	.oo-navi-image-name {
		font-size: 32px;
	}
}
@media all and (max-device-width: 350px), all and (max-width: 350px) {
	/* div.oo-navi-head {
		height: 120px;
	} */
	.oo-navi-image-name {
		font-size: 28px;
	}
}

.oo-navi-image-none {
	display: block !important;
	background-image: url('../images/bild-fehlt-1280x400.jpg');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
}
html.oo-page-data-Item-0 .oo-navi-head {
	/* background-image: url('images/angebote.jpg') !important; */
	/* background-image: url('images/angebote1280x400-man-156712.png') !important; */
	/* background-image: url('images/vegetables-1695824_1280-q080-s100.jpg') !important; */
	/* background-image: url('images/fruit-3304977_1280-q090-s100.jpg') !important; */
	/* background-image: url('images/variety-of-fruits-890507-1280x400-q90-s050.jpg') !important; */
	background-image: url('images/sonderangebote200306a.jpg') !important;
}
html.oo-page-data-Item-0 .oo-navi-head .oo-navi-image-name {
  	display: none !important;
}

#oo-shop .oo-component-template .oo-shop-title .oo-shop-title-head-wrapper .oo-shop-title-head {
	font-family: 'Yanone Kaffeesatz';
	font-style: normal;
	font-weight: 200;
	color: #ec6a5a;
	clear: both;
	margin: 15px 0 0 15px;
	font-size: 36px;
	background-color: transparent !important;
}

.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Item,
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Recipe {
	height: 350px;
	min-height: 350px;
	margin: 1%;
	background-color: #fff;
	-moz-background-size: auto 60%;
	background-size: auto 60%;
	background-position: center 60px;
}

.oo-shop-sl-pane > DIV.oo-shop-item.oo-missing-img {
	background: none;
	background-image: url('../images/bild-fehlt-160x200.png');
	background-repeat: no-repeat;
	background-position: center 60px;
	background-size: 160px auto;
	background-color: #fff;
	/* background-size: contain; */
	min-width: 40px;
	min-height: 40px;
}

/* Kategorie: */
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Group.oo-missing-img,
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-SubGroup.oo-missing-img,
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Rubric.oo-missing-img {
	background: none;
	background-image: url('../images/bild-fehlt-kategorie2.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: unset;
	min-width: 40px;
	min-height: 40px;
}
/* Kategorie der Ökokisten */
.oo-shop-sl-pane > DIV.oo-shop-item.oo-missing-img.oo-shop-data-type-AssortmentContainer,
.oo-shop-sl-pane > DIV.oo-shop-item.oo-missing-img.oo-shop-data-type-AssortmentGroup {
	background: none;
	background-image: url('../images/bild-fehlt-kisten.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 200px auto;
	min-width: 40px;
	min-height: 40px;
}
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-AssortmentContainer, 
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-AssortmentGroup, 
.oo-shop-data-type-Pointer-AssortmentGroup {
	width: 220px;
	height: 245px;
	background-size: auto 220px;
	background-position: center top;
	overflow: hidden;
}
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-AssortmentContainer .oo-shop-abogroup-pane,
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-AssortmentGroup .oo-shop-abogroup-pane {
	background-color: rgba(255, 255, 255, 0.8);
}
@media all and (max-width: 490px) {
	.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-AssortmentContainer,
	.oo-shop-data-type-Pointer-AssortmentGroup {
		width: 200px;
		height: 260px;
	}
}
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-AssortmentContainer .oo-shop-abogroup-pane {
	display: none;
}
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-AssortmentContainer div.oo-shop-favorite {
	/* padding: 5px;
	background-color: #fff;
	opacity: 0.7;
	width: 40px;
	height: 40px;
	bottom: 5px;
	background-position: center center;
	border-radius: 5px; */
	display: none;
}
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-AssortmentContainer .oo-shop-item-count,
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-AssortmentContainer .oo-shop-favorite.oo-shop-favorite-off.oo-icon,
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-AssortmentGroup .oo-shop-favorite.oo-shop-favorite-off.oo-icon {
	display: none !important;
}
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-AssortmentContainer h3.oo-item-name,
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-AssortmentGroup h3.oo-item-name {
	position: absolute;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	top: unset;
	bottom: 0;
	line-height: 25px;
	height: 25px;
	font-size: 18px;
	font-family: 'Yanone Kaffeesatz';
	font-weight: 600;
	overflow: hidden;
	color: #1fa038;
	background-color: #fff;
	opacity: 1;
	border: none;
	border-radius: unset;
}

.oo-shop-sl-pane .oo-shop-abogroup-pane {
	position: absolute;
	bottom: -100px;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
@media (pointer: coarse) {
	.oo-shop-sl-pane .oo-shop-abogroup-pane {
		bottom: 25px;
	}
}
.oo-shop-sl-pane-tpl.oo-shop-item.oo-item-img.oo-cloned.oo-shop-data-type-AssortmentGroup:hover .oo-shop-abogroup-pane {
	bottom: 25px !important;
}

/* Ticker: */
.oo-ticker-pane DIV.oo-item-img.oo-missing-img {
	background: none;
	background-image: url('../images/bild-fehlt-160x200.png');
	background-repeat: no-repeat;
	background-position: center 60px;
	background-size: 160px auto;
	background-color: #fff;
	min-width: 40px;
	min-height: 40px;
}

.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Recipe .oo-shop-favorite, 
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Item .oo-shop-favorite {
	background-color: transparent;
	background-image: url('images/merkzettel-herz-off.png');
	margin: 0;
	padding: 0;
	bottom: unset;
	top: -10px;
	left: unset;
	right: 5px;
	line-height: normal;
	background-size: 30px auto;
	width: 30px;
	height: 30px;
	opacity: 1;
	background-position: 0 0;
}
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Recipe .oo-shop-favorite:hover, 
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Item .oo-shop-favorite:hover,
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Recipe .oo-shop-favorite.oo-shop-favorite-on, 
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Item .oo-shop-favorite.oo-shop-favorite-on {
	background-image: url('images/merkzettel-herz-on.png');
}

/* Produktname */
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Recipe .oo-item-name,
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Item .oo-item-name {
	position: absolute;
	color: #1fa038;
	width: 96%;
	text-align: center;
	margin: 0;
	padding: 0 5px 0 5px;
	top: 24px;
	bottom: unset;
	line-height: normal;
	font-family: 'Yanone Kaffeesatz';
	font-size: 20px;
	font-weight: 400;
	letter-spacing: normal;
}

/* Produkttext */
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Recipe .oo-item-txt,
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Item .oo-item-txt {
	color: #95a398;
	background-color: rgba(255, 255, 255, 0.8) !important;
	width: 98%;
	max-height: 45px;
	overflow: hidden;
	font-size: 14px;
	text-align: center;
	margin: 0 5px;
	padding: 0;
	top: unset;
	bottom: 55px;
	line-height: normal;
}

/* Produkttext */
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Recipe .oo-item-txt:hover,
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Item .oo-item-txt:hover {
	overflow: auto;
}

/* Produkt Preis */
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Recipe .oo-shop-item-price-wrapper,
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Item .oo-shop-item-price-wrapper {
	color: #ec6a5a;
	width: auto !important;
	display: inline-block;
	top: unset !important;
	bottom: 5px;
	left: unset !important;
	right: 5px !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: normal;
}

.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Item .oo-shop-item-price-wrapper .oo-item-price-del {
	display: none;
}

.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Recipe .oo-shop-item-price-wrapper .oo-item-price,
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Item .oo-shop-item-price-wrapper .oo-item-price {
	font-size: 32px;
}
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Recipe .oo-shop-item-price-wrapper .oo-item-unit,
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Item .oo-shop-item-price-wrapper .oo-item-unit {
	font-size: 14px;
	display: block;
}
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Recipe .oo-shop-item-price-wrapper .oo-item-unit::before,
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Item .oo-shop-item-price-wrapper .oo-item-unit::before {
	content: 'je ';
}

.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Recipe .oo-item-certtag,
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Item .oo-item-certtag {
	font-size: 14px !important;
	right: unset !important;
	left: 40px !important;
	bottom: 10px !important;
	line-height: normal !important;
}

/* z.B. Demeter-Logo */
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Recipe .oo-item-associationtag,
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Item .oo-item-associationtag {
	right: unset !important;
	left: 5px !important;
	bottom: 3px !important;
	background-position: left bottom !important;
	line-height: normal !important;
}
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Recipe .oo-item-associationtag .oo-item-association,
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Item .oo-item-associationtag .oo-item-association {
	display: none;
}
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Recipe .oo-item-origintag,
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Item .oo-item-origintag {
	width: 100% !important;
}
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Recipe .oo-item-origintag .oo-item-origin,
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Item .oo-item-origintag .oo-item-origin {
	position: absolute;
	top: -26px;
	left: 37px;
	font-size: 14px !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: normal !important;
	background-color: rgba(255, 255, 255, 0.8);
}

.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Recipe .oo-shop-tags,
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Item .oo-shop-tags {
	/* display: none; *//* icons vegan listenansicht */
}
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Recipe .oo-shop-tags SPAN,
.oo-shop-sl-pane > DIV.oo-shop-item.oo-shop-data-type-Item .oo-shop-tags SPAN {
	border: none;
	background-color: transparent;
	padding: 0;
	float: none;
	clear: both;
}

.oo-item-regiotag {
	position: absolute;
	top: -10px;
	left: 43%;
	width: auto;
	border-radius: 5px;
	margin-left: -7.5%;
	border: 1px solid #D0BFA6;
	background-color: #fff;
	padding: 2px;
}
.oo-item-regiotag:before {
	content: "Regional";
	color: #ec6a5a;
	font-weight: bold;
	font-size: 20px;
	padding: 0 5px 0 5px;
}
div.oo-shop-sl-single-tpl .oo-item-regiotag {
	position: relative;
	top: unset;
	left: unset;
	/* width: 90%; */
	text-align: left;
	border: none;
	border-radius: none;
}
div.oo-shop-sl-single-tpl .oo-item-regiotag:before {
	content: "Regional";
	color: #ec6a5a;
	font-weight: bold;
	font-size: 20px;
	padding: 0 0 0 11px;
}

div.oo-shop-sl-single-tpl .oo-select-notavailable {
	color: #ec6a5a;
	font-weight: bold;
	font-size: 24px;
	padding: 0;
}
div.oo-shop-sl-single-tpl .oo-shop-item-select .oo-select-notavailable {
	display: none !important;
}

.oo-shop-sl-pane > DIV.oo-shop-item .oo-shop-item-select {
	width: 94% !important;
	max-width: 94% !important;
	top: 150px !important;
	background-color: rgba(255, 255, 255, 0.9) !important;
}

div.oo-shop-sl-pane-tpl .oo-shop-item-price-wrapper {
	/* margin: 15px 0;
	border: 2px dashed #1fa038;
	padding: 5px;
	display: inline-block; */
}
div.oo-shop-sl-pane-tpl .oo-shop-item-price-wrapper .oo-item-lastprice {
	display: block;
	font-size: 18px;
	color: #fff;
	background-color: #ec6a5a;
	text-align: center;
	text-decoration: none;
	padding: 2px;
	margin: 5px 0;
}
div.oo-shop-sl-pane-tpl .oo-shop-item-price-wrapper .oo-item-lastprice::before {
	content: 'statt ';
}
div.oo-shop-sl-pane-tpl .oo-shop-item-price-wrapper .oo-item-lastprice:empty {
	display: none;
}

/* ende  - Listenansicht: Produkt ################################################################################################################ */

/* start - Detailansicht: Produkt ################################################################################################################ */

.oo-shop-singleitem {
	padding: 0;
	/* background-color: #F7F7F7; */
	background-color: #fff;
}

.oo-shop-singleitem .oo-item-name {
	margin: 30px 0 20px 0;
	padding: 10px;
}

.oo-shop-singleitem .oo-shop-singleitem-img {
	margin: 10px 10px 30px 10px;
	padding: 0;
	border: 1px solid #1fa038;
}

.oo-shop-singleitem .oo-shop-singleitem-img {
	float: left;
}

.oo-shop-singleitem .oo-shop-singleitem-container {
	margin: 10px 10px 30px 10px;
	padding: 0;
}

.oo-shop-singleitem .oo-shop-singleitem-info {
	float: left;
}
.oo-shop-singleitem .oo-shop-singleitem-info > div {
	float: left;
}

/* Tabs bei den Produktdetails: */
.oo-shop-singleitem .oo-tab-navi > A.oo-tab-active {
	background-color: #f39768;
}
.oo-shop-singleitem .oo-tab-navi {
	padding: 0px;
	border-left: 1px solid #95a398;
	border-right: 1px solid #95a398;
	border-top: 1px solid #95a398;
	background-color: #ec6a5a;
	clear: both;
}
.oo-shop-singleitem .oo-tab-navi a {
	padding: 7px 15px 5px 15px;
	color: #fff;
	font-size: 20px;
	border-right: 2px solid #fff;
		-webkit-transition: all 0.2s ease-in-out;
		   -moz-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			 -o-transition: all 0.2s ease-in-out;
				transition: all 0.2s ease-in-out;
}
.oo-shop-singleitem .oo-tab-navi a:hover {
	background-color: #F7F7F7;
	color: #1fa038;
		-webkit-transition: all 0.2s ease-in-out;
		   -moz-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			 -o-transition: all 0.2s ease-in-out;
				transition: all 0.2s ease-in-out;
}
.oo-shop-singleitem .oo-tab-navi > a.oo-tab-active {
	background-color: #fff;
	color: #1fa038;
}
.oo-shop-singleitem .oo-tab-navi > a.oo-tab-active:hover {
   pointer-events: none;
   cursor: default;
}
#oo-shop .oo-tab-content {
	padding: 20px 10px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-right: 1px solid #95a398;
	border-bottom: 1px solid #95a398;
	border-left: 1px solid #95a398;
	background-color: #fff;
}

/* .oo-item-pricetag {
	margin: 15px 0;
	border: 2px dashed #1fa038;
	padding: 5px;
	display: inline-block;
} */
.oo-item-pricetag .oo-item-pricetag-label {
	display: none;
}
.oo-item-pricetag .oo-item-price {
	color: #ec6a5a;
	font-size: 36px;
	text-align: center;
}
.oo-item-pricetag .oo-item-price::after {
	display: none;
}
.oo-item-pricetag .oo-item-unit,
.oo-item-pricetag .oo-item-oneway {
	display: block;
	font-size: 18px;
	color: #ec6a5a;
	text-align: center;
}
.oo-item-pricetag .oo-item-unit::before {
	content: 'je ';
}
.oo-item-pricetag .oo-item-lastprice {
	display: block;
	font-size: 18px;
	color: #fff;
	background-color: #ec6a5a;
	text-align: center;
	text-decoration: none;
	padding: 2px;
	margin: 5px 0;
}
.oo-item-pricetag .oo-item-lastprice::before {
	content: 'statt ';
}
.oo-item-pricetag .oo-item-lastprice:empty {
	display: none;
}

/* ende  - Detailansicht: Produkt ################################################################################################################ */



/* Tabs beim Login als neuer Kunde: */
#oo-profile-reg-form .oo-profile-cont button.oo-state-located {
	font-size: 16px;
}
#oo-profile-reg-form {
	clear: left;
	padding-top: 30px;
}
.oo-state-located #oo-profile-tab ul {
	margin: 0;
}
.oo-state-located #oo-profile-tab > A.oo-tab-active {
	background-color: #f39768;
}
.oo-state-located #oo-profile-tab ul li {
	padding: 0px;
	line-height: 30px;
}
.oo-state-located #oo-profile-tab ul li a {
	padding: 7px 15px 5px 15px;
	margin: 0;
	color: #fff;
	background-color: #ec6a5a;
	font-size: 20px;
	border-right: 2px solid #fff;
		-webkit-transition: all 0.2s ease-in-out;
		   -moz-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			 -o-transition: all 0.2s ease-in-out;
				transition: all 0.2s ease-in-out;
}
.oo-state-located #oo-profile-tab ul li a:hover {
	background-color: #F7F7F7;
	color: #1fa038;
		-webkit-transition: all 0.2s ease-in-out;
		   -moz-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			 -o-transition: all 0.2s ease-in-out;
				transition: all 0.2s ease-in-out;
}
.oo-state-located #oo-profile-tab ul li.oo-profile-tab-selected > a {
	background-color: #fff;
	color: #1fa038;
}
.oo-state-located #oo-profile-tab ul li.oo-profile-tab-selected > a:hover {
   pointer-events: none;
   cursor: default;
}

.oo-icon {
	background-size: contain;
}

#oo-profile > div, #oo-profile form > div {
	margin: 5px 0;
	padding: 0;
}

form#oo-profile-edit-form a {
	background-color: #1fa038;
	border: 1px solid rgba(31, 160, 56, 0.3);
	border-radius: 2px;
	color: #fff;
	font-family: 'Yanone Kaffeesatz';
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 0.05em;
	font-style: normal;
	line-height: 1;
	margin-right: 10px;
	padding: 5px 15px 3px 15px !important;
	text-transform: none;
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
}
form#oo-profile-edit-form a:hover {
	background: #ec6a5a;
	color: #fff;
}

.oo-sub-period-n {
	clear: both;
	display: block;
	margin: 40px 0 20px 0;
}


.oo-active,
.oo-profile-tab-selected,
.oo-profile-edit-selected > a,
.oo-search-preview-items-more:focus {
	background-color: #f39768;
}

.oo-logon-logonMessage2 #shopStartpageIframe {
	display: none;
}

.oo-profile-agbinfo a {
	display: block;
	margin-top: 10px;
}

/* "vegan", "laktosefrei", "heimisch" */
#oo-filter {
	margin: 30px 0 0 0;
	display: none;
}
#oo-filter .oo-filter-open a {
	/* line-height: 65px;
	padding: 25px 0 25px 190px;
	background: url('images/sieve-2202240-181x60.png') no-repeat 0px 0px; */
}
#oo-filter-pane {
	display: block !important;
}
#oo-filter-pane.oo-overlay {
	position: relative !important;
	min-height: unset;
	border: none;
	margin: 0;
	padding: 0;
	background: none;
	top: -30px;
}
#oo-filter-pane .oo-overlay-close,
#oo-filter-pane .oo-filter-buttons,
#oo-filter-pane #oo-filter-group-tpl-1,
#oo-filter-pane #oo-filter-group-tpl-2,
#oo-filter-pane #oo-filter-group-tpl-3 .oo-filter-head,
#oo-filter-pane #oo-filter-group-tpl-3 .oo-filter-hint.oo-filter-hint-att {
	display: none !important;
}
#oo-filter-pane #oo-filter-group-tpl-3 {
	float: none !important;
	max-width: unset !important;
}
#oo-filter-pane .oo-filter-groups {
	margin: 0 !important;
	padding: 0 !important;
}
#oo-filter-pane .oo-filter-groups li {
	display: inline-block;
}
#oo-filter-pane .oo-filter-groups .oo-filter-group-rows {
	margin: 0;
	padding: 0;
}
#oo-filter-pane .oo-filter-groups .oo-filter-group-rows li {
	margin: 0 40px 0 0;
	padding: 0;
}
#oo-filter-pane .oo-filter-groups .oo-filter-group-rows li input {
	margin: 0;
	padding: 0;
}
#oo-filter-pane .oo-filter-groups .oo-filter-group-rows li:not(.oo-label-major) {
	display: none;
}

#shop-ticker.ticker-detail-view {
	display: none;
}

/* start - Detailseite */

html.oo-page-data-type-Item .entry-content #oo-path UL {
	padding-top: 0 !important;
}

html.oo-page-data-type-Item #shop-ticker.ticker-detail-view {
	margin-top: 40px;
	display: block;
}

/* ende  - Detailseite */

#shop-ticker.ticker-cart {
	margin-top: 40px;
	display: block;
}

ul.oo-navi-pane li#oo-navi-tpl-2.oo-navi-1st-pane.oo-cloned.oo-navi-node-id-9 div.oo-navi-mega {
	display: none !important;
}

@media all and (max-width: 470px) {
	/* Einspaltige Produktauflistung mittig zentrieren: */
	html.oo-page-data-type-Item.oo-navi-level-0 .oo-shop-sl-pane-wrapper,
	html.oo-page-data-type-Rubric .oo-shop-sl-pane-wrapper,
	html.oo-page-data-type-Group .oo-shop-sl-pane-wrapper,
	html.oo-page-data-type-SubGroup .oo-shop-sl-pane-wrapper,
	html.oo-page-data-type-Navigation .oo-shop-sl-pane-wrapper,
	html.oo-page-data-type-Assortment .oo-shop-sl-pane-wrapper {
		margin: 0 auto;
		max-width: 220px;
	}
	html.oo-page-data-type-Item.oo-navi-level-0 .oo-component-template .oo-shop-title-head,
	html.oo-page-data-type-Rubric .oo-component-template .oo-shop-title-head,
	html.oo-page-data-type-Group .oo-component-template .oo-shop-title-head,
	html.oo-page-data-type-SubGroup .oo-component-template .oo-shop-title-head,
	html.oo-page-data-type-Navigation .oo-component-template .oo-shop-title-head {
		text-align: center;
	}
}

/* Ökokisten zentrieren: */
@media all and (max-width: 910px) {
	html.oo-page-data-Navigation-9 .oo-shop-sl-pane-wrapper,
	html.oo-page-data-type-AssortmentContainer .oo-component-template .oo-shop-title-head {
		text-align: center;
	}
	html.oo-page-data-Navigation-9 .oo-shop-sl-pane-wrapper,
	html.oo-page-data-type-AssortmentContainer .oo-shop-sl-pane-wrapper {
		margin: 0 auto;
		max-width: 640px;
	}
}
@media all and (max-width: 730px) {
	html.oo-page-data-Navigation-9 .oo-shop-sl-pane-wrapper,
	html.oo-page-data-type-AssortmentContainer .oo-shop-sl-pane-wrapper {
		margin: 0 auto;
		max-width: 420px;
	}
}
@media all and (max-width: 440px) {
	html.oo-page-data-Navigation-9 .oo-shop-sl-pane-wrapper,
	html.oo-page-data-type-AssortmentContainer .oo-shop-sl-pane-wrapper {
		margin: 0 auto;
		max-width: 200px;
	}
}

#oo-flash.oo-component .oo-component-template .oo-flash-msg,
#oo-flash.oo-component .oo-component-template .oo-flash-error {
	position: fixed;
	top: 90px;
	left: 10px;
	z-index: 9999;
	border-radius: 2px;
	padding: 10px;
	color: #fff;
}
#oo-flash.oo-component .oo-component-template .oo-flash-msg a,
#oo-flash.oo-component .oo-component-template .oo-flash-error a {
	color: #fff;
}
#oo-flash.oo-component .oo-component-template .oo-flash-msg {
	background-color: #1fa038;
}
#oo-flash.oo-component .oo-component-template .oo-flash-error {
	background-color: #ec6a5a;
}

/* start - Hamburger Navigation für die Shop Produkte */

#mham {/* disable hamburger */
	display: none;
}
@media all and (max-width: 910px) {
	#content.site-content #secondary.sidebar #divShopNaviWrapper #oo-navi {
		display: none;
		margin-top: 10px;
		max-width: 100% !important;
	}
	#mham {
		display: inline-block;
		font-family: 'Yanone Kaffeesatz';
		text-transform: uppercase;
		font-size: 16px;
		letter-spacing: 0.05em;
		font-weight: bold;
		border: 1px solid #1fa038;
		color: #1fa038;
		background-color: transparent;
		margin: 20px 0 0 13px;
		padding: 10px 10px 8px 10px;
	}
	#mham:hover,
	#mham:focus {
		color: #fff;
		background-color: #ec6a5a;
	}
	#oo-navi.oo-ham-on,
	#oo-navi.oo-ham-off {
		position: absolute !important;
		top: 250px !important;
		left: 23px !important;
		margin-top: 10px !important;
		max-width: 90% !important;
		width: 90% !important;
		background: transparent url('../images/back-website-b-500x500-s080-50proz.jpg') repeat 9px 0;
		opacity: 0.95;
		border: 1px solid #ec6a5a;
	}
	#oo-navi.oo-ham-off {
		display: none;
	}
}
@media all and (max-width: 470px) {
	#oo-navi.oo-ham-on,
	#oo-navi.oo-ham-off {
		top: 305px !important;
	}
}

/* ende  - Hamburger Navigation für die Shop Produkte */

/* start - damit beim verkleinern der Browserbreite die Elemente wieder passen: */

@media all and (min-width: 911px) {
	#content.site-content #secondary.sidebar #divShopNaviWrapper #oo-navi {
		display: block;
		margin-top: 80px;
	}
	#oo-status {
		height: unset;
		padding: 0;
		position: fixed;
		z-index: 9999;
		right: 10px;
		left: unset;
		width: auto;
	}
	#oo-navi.oo-ham-on,
	#oo-navi.oo-ham-off {
		display: none;
	}
}

/* ende  - damit beim verkleinern der Browserbreite die Elemente wieder passen: */

.oo-select-container button.oo-select-plus,
.oo-select-container button.oo-select-minus {
	font-size: 40px;
}

.oo-cart-info-osh-txt.oo-hint,
.oo-cart-vat-pos-txt.oo-hint,
.oo-cart-buttons-group div {
	font-size: 18px;
}
.oo-cart-smallcartInfo.oo-text-ph span {
	font-size: 18px !important;
	font-weight: normal !important;
}
.oo-cart-submit-auth-btn.oo-style-majoraction {
	margin-bottom: 20px;
}
.oo-hint.oo-cart-orderinfo {
	font-size: 18px;
	margin-bottom: 20px;
}
.oo-cart-info-osh-txt.oo-hint::before {
	content: '(';
}
.oo-cart-info-osh-txt.oo-hint::after {
	content: ')';
}

#oo-shop .oo-shop-item .oo-shop-ass-select,
#oo-shop .oo-shop-item .oo-shop-item-select,
#oo-shop .oo-shop-item-select {
	max-width: 250px;
}

.oo-profile-address-sn .oo-profile-address-sn-label,
.oo-profile-address-sn #oo-profile-locate-street.inspectletIgnore {
	display: none;
}

/* Ausblenden des großen Kopfbildes: */
html.oo-page-data-type-NoItem.oo-navi-level-0 body.page-id-56 .oo-navi-head.oo-navi-image,
html.oo-page-data-type-NoItem.oo-navi-level-1 body.page-id-56 .oo-navi-head.oo-navi-image,
html.oo-page-data-type-NoItem.oo-navi-level-2 body.page-id-56 .oo-navi-head.oo-navi-image,
html.oo-page-data-type-NoItem.oo-navi-level-3 body.page-id-56 .oo-navi-head.oo-navi-image,
html.oo-page-data-type-NoItem.oo-navi-level-4 body.page-id-56 .oo-navi-head.oo-navi-image,
html.oo-page-data-type-Recipe.oo-navi-level-0 body.page-id-56 .oo-navi-head.oo-navi-image,
html.oo-page-data-type-Recipe.oo-navi-level-1 body.page-id-56 .oo-navi-head.oo-navi-image,
html.oo-page-data-type-Recipe.oo-navi-level-2 body.page-id-56 .oo-navi-head.oo-navi-image,
html.oo-page-data-type-Recipe.oo-navi-level-3 body.page-id-56 .oo-navi-head.oo-navi-image,
html.oo-page-data-type-Recipe.oo-navi-level-4 body.page-id-56 .oo-navi-head.oo-navi-image {
	display: none !important;
}

/* Ausblenden des großen Kopfbildes: Detailseite: */
html.oo-page-data-type-Item .entry-content .oo-navi-head.oo-navi-image {
	display: none !important;
}

/* Einblenden des großen Kopfbildes: Angebote Übersicht: */
html.oo-page-data-type-Item.oo-navi-level-0 body.page-id-56 .oo-navi-head.oo-navi-image {
	display: block !important;
}
html.oo-page-data-type-Item.oo-navi-level-0 body.page-id-56 .oo-shop-title-head {
	display: none !important;
}
html.oo-page-data-type-Item.oo-navi-level-0 body.page-id-56 .oo-navi-head.oo-navi-image::before {
	content: 'Sonderangebote';
	line-height: normal;
	font-family: 'Yanone Kaffeesatz';
	font-size: 48px;
	color: #ec6a5a;
	text-shadow: none;
	background-color: #fff;
	padding: 7px 20px 5px 15px;
	position: absolute;
	top: 10px;
	left: 10px;
}

div.oo-navi-mega ul.oo-overlay {
	z-index: 1000;
	position: relative;
	animation: fadein 0.2s;
}

#oo-search.oo-component {
	position: absolute;
	top: 0;
	/* left: -138px; */
	left: 0px;
	/* -webkit-transition: all 0.9s ease-in-out;
	-moz-transition: all 0.9s ease-in-out;
	-ms-transition: all 0.9s ease-in-out;
	-o-transition: all 0.9s ease-in-out;
	transition: all 0.9s ease-in-out; */
}
#oo-search.oo-component:hover {
	/* left: 0px; */
}
#oo-search.oo-component .oo-search-btn {
	background-color: transparent;

	/* Such-Button grün: */
	/* color: #1fa038; */
}
#oo-search.oo-component .oo-search-btn:hover {
	background-color: #1fa038;
	color: #fff;
}
#oo-search.oo-component input[type="search"] {
	background-image: none;
	border: none;
	border-radius: unset;
	color: #686868;
	padding: 0.625em 0.4375em;
	width: 100%;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	height: 49px;
}
#oo-search.oo-component input[type="search"].oo-search-val {
	/* Such-Button grün: */
	/* background-color: rgba(255, 255, 255, 0.6); */
	background: none;
	background-color: rgba(31, 160, 56, 0.8);
	color: #fff;
}
#oo-search.oo-component input[type="search"].oo-search-val::placeholder {
	/* Such-Button grün: */
	color: #fff;
	content: 'Produktsuche';
}

@media all and (max-width: 1060px) {
	#oo-search.oo-component {
		top: 67px;
		left: 0px;
	}
	#oo-search.oo-component:hover {
		left: 20px;
	}
	#oo-search.oo-component input[type="search"] {
		height: 45px;
	}
}
@media all and (max-width: 910px) {
	#oo-search.oo-component {
		top: 110px;
		left: 20px;
	}
	#oo-search.oo-component:hover {
		left: 20px;
	}
	#oo-search.oo-component input[type="search"] {
		height: 49px;
	}
}

@media all and (max-width: 470px) {
	#oo-search.oo-component {
		top: 180px;
	}
}

.oo-status-cart.oo-status-field.oo-status-cart-modified {
	cursor: pointer;
}

html.oo-page-data-type-Recipe body.page-id-56 .oo-item-itext {
	margin-top: 30px;
}