@charset "UTF-8";
@font-face {
	font-family: 'androgyne';
	src: url("/fonts/androgyne_tb-webfont.eot");
	src: url("/fonts/androgyne_tb-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/androgyne_tb-webfont.woff2") format("woff2"), url("/fonts/androgyne_tb-webfont.woff") format("woff"), url("/fonts/androgyne_tb-webfont.ttf") format("truetype"), url("/fonts/androgyne_tb-webfont.svg#androgyneregular") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'karbid';
	src: url("/fonts/karbid-webfont.eot");
	src: url("/fonts/karbid-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/karbid-webfont.woff2") format("woff2"), url("/fonts/karbid-webfont.woff") format("woff"), url("/fonts/karbid-webfont.ttf") format("truetype"), url("/fonts/karbid-webfont.svg#karbid_normalregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

html, body {
	font: normal 16px/26px "Open Sans", sans-serif;
}

@media screen and (max-width: 1199px) {
	
	html, body {
		font: normal 14px/26px "Open Sans", sans-serif;
	}
}

.container-fluid{max-width: 1920px;}

html,
button,
input,
select,
textarea {
	color: #000000;
}


p {
	margin: 13px 0;
}


hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #d6dedf;
	margin: 10px 0;
	padding: 0;
}


* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


html, body {
	margin: 0;
	padding: 0;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}


::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}


a {
	color: #9fbead;
	text-decoration: none;
}


a:hover {
	color: #9fbead;
	text-decoration: none;
}

.font-13 {
	font-size: 13px!important;
}

.text-center{text-align: center;}

.btn-green {
	display: inline-block;
	background-color: #9fbead;
	padding: 9px 25px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	border-radius: 0px;
	border: 0px;
}
.btn-green.btn-green-inactive,
.btn-green.btn-green-inactive:hover,
.btn-green.btn-green-inactive:focus,
.btn-green.btn-green-inactive:active {
	background:transparent;
	color: #9fbead !important;
	position: relative;
	bottom: 0px;
	border:1px solid #9fbead;
	padding:8px 24px;
	opacity:0.7;
	outline:none;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active{
	color: #333333!important;
	background-color: #9fbead;
	text-decoration: none;
	outline-color: #C2D201;
}
.progress {
	border-radius: 0px;
}
.progress-bar.loginBar {
	background-color:#9FBEAD;
}

h1.h2Style,
h2 {
	margin: 0;
	font-family: "androgyne", sans-serif;
	font-size: 64px;
	line-height: 64px;
	color: #c2d201;
}

.textmitbild .text-right ul {
	list-style-position: inside;
}
@media screen and (max-width: 1419px) {
	
	h2 {
		font-size: 45px;
	}
	.textmitbild.backgroundImage h2 {
		margin-top: 0px!important;
	}
}
@media screen and (max-width: 1199px) {
	
	h2 {
		font-size: 40px;
	}
	.textmitbild.backgroundImage p span {
		font-size: 16px!important;
	}
}
@media screen and (max-width: 991px) {
	
	h2 {
		font-size: 32px;
	}
	.textmitbild.backgroundImage p span {
		font-size: 14px!important;
	}
	.textmitbild.backgroundImage p {
		margin-top: 0px;
	}
	.textmitbild.backgroundImage p span strong {
		font-weight: normal;
	}
}

@media screen and (max-width: 767px) {
	.textmitbild .backgroundRow {
		position: inherit!important;
		margin-top: 15px;
	}
}

.subhdr {
	font-family: "karbid", sans-serif;
	font-size: 36px;
	line-height: 38px;
}

@media screen and (max-width: 1419px) {
	
	.subhdr {
		font-size: 25px;
	}
}
@media screen and (max-width: 1199px) {
	
	.subhdr {
		font-size: 26px;
	}
}
@media screen and (max-width: 991px) {
	
	.subhdr {
		font-size: 22px;
	}
}

.bg-header {
	text-align: center;
	background-image:url("/images/bioratgeber-hdr-bg.png");
	background-repeat:no-repeat;
	background-position:0 42px;
	background-size:100% auto;
}


.divider img {
	max-width: 100%;
}


.browsehappy {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/*
 * Image replacement
 */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	/* IE 6/7 fallback */
	*text-indent: -9999px;
}


.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}


.clearfix:after {
	clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
	*zoom: 1;
}


html, body {
	margin: 0;
	padding: 0;
	background-color: #f1f2f1;
	background-image: url("/images/body-bg.jpg");
}

@media (min-width: 1200px) {
	
	.container {
		width: auto;
		max-width: 1560px;
	}
}
body #content{margin-top: 160px;}
body #content.noMarginTop{margin-top: 70px;}
#header {
	background-color: #7f573a;
	background-image: url("/images/topbar-bg.jpg");
	background-repeat:no-repeat;
	background-position: left top;
	background-size:100% 100%;
	border-bottom: 1px solid #ffffff;
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;z-index: 1000;
}

#header.header-margin {
	margin-bottom: 90px;
}

#header .navbar {
	margin-bottom: 0;
}

#header .navbar-header {
	/*height: 72px;*/
}

#header .navbar-brand {
	margin-left: 23px;
	padding: 0;
	height: 70px;
}

#header .navbar-brand img {
	display: block;
	position: relative;
	z-index: 1001;
}

#header .navbar-right a {
	color: #fff;
}
#header .navbar-right h3 a {
	color: #333;
}

@media screen and (max-width: 1419px) {
	
	#header .navbar-brand {
		margin-left: 0;
	}
	
	#header .navbar-brand img {
		width: 345px;
		height: auto;
	}
}
@media screen and (max-width: 1199px) {
	
	#header .navbar-brand img {
		width: 250px;
	}
}
@media screen and (max-width: 1024px) {
	
	#header {
		height: auto;
		min-height: 72px;
		/*background: none;*/
	}
	
	#header .navbar-header {
		height: 72px;
		background-color: #7f573a;
		background-image: url("/images/topbar-bg.jpg");
		background-repeat: no-repeat;
		background-position: left top;
		background-size:100% 100%;
		min-width: 100%
	}
	
	#header .navbar-brand {
		margin-left: 20px;
	}
	
	#header .navbar-toggle {
		margin-top: 16px;
		border: 2px solid #fff;
		display: block!important;
	}
	
	#header .navbar-toggle span {
		background-color: #fff;
	}
}

#icons-menu {
	padding-right: 8px;
}

#icons-menu li {
	border-left: 1px solid #ffffff;
}

#icons-menu a {
	display: block;
	position: relative;
	padding: 11.5px 15px 11.5px;
	text-align: center;
}

#icons-menu a:hover {
	background-color: transparent;
}
#icons-menu a small {
	/*display: block;*/
	text-align: center;
	margin-top: 3px;
	font-size: 70%;
	font-family: "Open Sans";
	font-size: 16px;
	font-weight: 700;
	line-height: 12px;
	text-transform: uppercase;
	margin-left: 5px;
}
#icons-menu a small.active{
	font-weight:  bold;
	color: #c2d201;
}

#icons-menu a span {
	display: block;
	position: absolute;
	bottom: 35px;
	right: 19px;
	width: 20px;
	height: 20px;
	background-color: #c2d201;
	border-radius: 50%;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #fff;
}

@media screen and (max-width: 1419px) {
	
	#icons-menu a {
		padding: 11px 10px 17px;
	}
}
@media screen and (max-width: 1199px) {
	
	#icons-menu a {
		padding: 11px 4px 17px;
	}
}
@media screen and (max-width: 1199px) {
	
	#icons-menu {
		margin: 0 -15px;
		padding: 0;
		background-color: #777777;
		text-align: right;
	}
	
	#icons-menu li {
		display: inline-block;
	}
	
	#icons-menu a {
		padding: 17px 15px 11px;
	}
}

#main-menu {
	padding-right: 20px;
}

#main-menu > li,
#icons-menu > li {
	position: static;
}

#main-menu > li > a {
	padding: 18.5px 10px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	position: static;
}

#main-menu > li > a:hover {
	background-color: transparent !important;
}

#main-menu .submenu,
#icons-menu .submenu {
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 1000;
	padding: 0;
	background-color: rgba(255, 255, 255, 0.95);
}
#searchform,
#searchformMobile{
	padding: 5px 0px;

}
#searchform .form-group ,
#searchformMobile .form-group {
	 margin-bottom: 0px;
	 display: inline-block;
	 width: 45%;
}
#searchform input[type="text"],
#searchformMobile input[type="text"]{
	padding: 3px 15px;
	border-color: #9fbead;
	height: 34px;
	display: inline-block;
}
#searchform .has-error input[type="text"],
#searchformMobile .has-error input[type="text"]{
	border-color: #a94442;
}
#searchform input[type="submit"],
#searchformMobile input[type="submit"]{
	border: 1px solid #9fbead;
	color: #fff;
	background-color: #9fbead;
	padding: 3px 25px;
	height: 34px;
	display: inline-block;
	text-transform: uppercase;
	font-weight:bold;
}
#searchform .form-control-feedback,
#searchformMobile .form-control-feedback {
	line-height: 34px;
}
#searchform input[type="submit"]:hover ,
#searchformMobile input[type="submit"]:hover {
	color: #333;
}
#icons-menu .top-row ul li.liveSearch {
	display: none;
}
.submenu .searchli {
	width: 100%;
}
#main-menu .top-row,
#icons-menu .top-row {
	background-color: #FFFFFF;
	box-shadow: 0px 2px 6px -3px rgba(0, 0, 0, 0.5);
	margin-bottom: 0px;
}

#main-menu .top-row ul,
#icons-menu .top-row ul {
	margin: 0 0 0 404px;
	padding: 0;
	list-style: none;
}

#main-menu .top-row ul li,
#icons-menu .top-row ul li {
	display: inline-block;
}

#main-menu .top-row ul a,
#icons-menu .top-row ul a {
	display: inline-block;
	padding: 0 10px;
	line-height: 45px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #333333;
}

#main-menu .top-row ul .liveSearchArticle div,
#icons-menu .top-row ul .liveSearchArticle div {
	margin-bottom: 10px;
}

#main-menu .top-row ul .liveSearchArticle div img,
#icons-menu .top-row ul .liveSearchArticle div img {
	width: 75px;
}

#main-menu .top-row ul .active a,
#icons-menu .top-row ul .active a {
	color: #586760;
}

#main-menu .mega-menu  {
	margin: 43px 0 40px;
}

#main-menu .mega-menu h3 {
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}

#main-menu .mega-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#main-menu .mega-menu ul a {
	display: block;
	line-height: 24px;
	font-size: 14px;
	color: #333;
}

@media screen and (max-width: 1419px) {
	
	#main-menu > li > a {
		padding: 26px 10px;
	}
	
	#main-menu .top-row ul,
	#icons-menu .top-row ul {
		margin: 0 0 0 335px;
	}
	
	#main-menu .top-row ul a,
	#icons-menu .top-row ul a {
		padding: 0 10px;
		font-size: 15px;
	}
}
@media screen and (max-width: 1199px) {
	
	#main-menu > li > a {
		padding: 26px 4px;
		font-size: 14px;
	}
	
	#main-menu .top-row ul,
	#icons-menu .top-row ul {
		margin: 0 0 0 354px;
	}
	
	#main-menu .top-row a,
	#icons-menu .top-row a {
		padding: 0 10px;
		font-size: 15px;
	}
}
@media screen and (max-width: 991px) {
	
	#main-menu {
		margin: 0 -15px;
		padding: 5px 0;
		border-bottom: 3px solid #999;
		background-color: #ccc;
	}
	
	#main-menu > li > a {
		padding: 5px 15px;
		color: #000000 !important;
	}
	
	#main-menu .submenu,
	#icons-menu .submenu {
		position: static;
	}
	
	#main-menu .top-row,
	#icons-menu .top-row {
		margin-bottom: 0;
	}
	
	#main-menu .top-row ul,
	#icons-menu .top-row ul {
		margin: 0;
	}
	
	#main-menu .top-row ul li,
	#icons-menu .top-row ul li {
		display: block;
	}
	
	#main-menu .top-row ul a,
	#icons-menu .top-row ul a {
		line-height: 24px;
	}
	
	#main-menu .mega-menu {
		margin: 0;
	}
	
	#main-menu .mega-menu ul {
		margin-left: 10px;
	}
}

#hero .hero-item.item-half {
	width: 50%;
	float: left;
}
#hero .hero-item.item-half:before{
	content: '';
	width: 100%;
	height: 100%;
	/*background:rgba(0,0,0,0.5);*/
	position: absolute;
	-webkit-transition:all 500ms;
}
#hero .hero-item.item-half:hover:before{
	/*background:rgba(0,0,0,0);*/
}

#hero .hero-item {
	position: relative;
}

#hero .hero-item > div {
	position: absolute;
	width: 100%;
	bottom: 30%;
	text-align: center;
	color: #fff;
	padding: 0px 30px;
}
#hero .hero-item > div img{
	max-width: 100%;
}

#hero .hero-item > div h1,
#hero .hero-item > div h3 {
	margin: 0px 0 18px;
	font-family: "androgyne",sans-serif;
	font-size: 64px;
	line-height: 64px;
	letter-spacing: 3px;
	text-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}

#hero .hero-item > div .subhdr {
	font-size: 40px;
	margin: 9px 0 20px;
	text-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 1199px) {
	
	#hero .hero-item > div {
		bottom: 20%;
	}
}
@media screen and (max-width: 991px) {

	
	#hero .hero-item > div h3 {
		font-size: 45px;
		line-height: 45px;
	}
	
	#hero .hero-item > div .subhdr {
		font-size: 21px;
		line-height: 24px;
	}
}
@media screen and (max-width: 767px) {
 /* 
	#hero .hero-item {
		float: none;
		width: 100%;
	}*/
}

#bioratgeber .bg-header {
	margin: 47px 0 50px;
}


.bg-item {
	background-color: #fff;
	margin-bottom: 30px;
}

.bg-item header {
	position: relative;
}

.bg-item header h3.text-top {
	position: absolute;
	color: #FFF;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 49px 18px 0px 20px;
	font-size: 40px;
	line-height: 34px;
	text-align: left;
	font-family: "karbid", sans-serif;
	text-shadow: 0 0 5px #999;
	word-break: break-word;
}
.bg-item header h3.text-bottom {
	position: absolute;
	color: #FFF;
	bottom: 49px;
	left: 0px;
	margin: 0px;
	padding: 49px 18px 0px 20px;
	font-size: 40px;
	line-height: 34px;
	text-align: left;
	font-family: "karbid", sans-serif;
	text-shadow: 0 0 5px #999;
	word-break: break-word;
}
.bg-item header h3 small{
	color: #FFF;
}

.bg-item p {
	margin: 14px 20px 10px;
}

.bg-item footer {
	padding: 0px 20px 14px;
}

.bg-item footer span {
	display: block;
	float: left;
	margin-top: 24px;
	color: #cccccc;
}

.bg-item footer .btn-green {
	display: block;
	float: right;
}


.bg-all {
	margin: 8px 0 60px;
}

.bg-all a {
	display: inline-block;
	background-color: #9fbead;
	padding: 8px 29px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
}

@media screen and (max-width: 1419px) {
	
	.bg-item h3 {
		font-size: 33px;
	}
	
	.bg-item .btn-green {
		padding: 9px 15px;
	}
}
@media screen and (max-width: 1199px) {
	
	.bg-item header h3 {
		font-size: 20px;
	}
	
	.bg-item .btn-green {
		padding: 7px 5px;
		font-size: 13px;
	}
}
@media screen and (max-width: 767px) {
	
	.bg-item header img {
		width: 100%;
	}
	
	.bg-item header h3 {
		position: static;
		margin: 10px 15px;
		padding: 0;
		color: #000000;
		text-shadow:none;
	}
}

#cloth:not(.clothv2) {
	margin: 0 0 80px;
	padding: 0;
	background-image: url("/images/cloth-bg.png");
	background-repeat: repeat;
	background-position: left top;
}
#cloth.darueber{
	position: relative;
}

#cloth:not(.clothv2):before {
	content: '';
	display: block;
	height: 30px;
	background-image: url("/images/cloth-top-bg.png");
	background-repeat: repeat;
	background-position: left top;
}

#cloth.darueber:not(.clothv2):before {
	content: '';
	position: absolute;
	top: -23px;
	width: 100%;
	display: block;
	height: 23px;
	background-image: url("/images/cloth-top-bg-trans.png");
	background-repeat: repeat;
	background-position: left top;
}

#cloth:not(.clothv2):after {
	content: '';
	display: block;
	height: 30px;
	background-image: url("/images/cloth-bottom-bg.png");
	background-repeat: repeat;
	background-position: left top;
}

#cloth > .container {
	padding-top: 64px;
}

#cloth h2 {
	margin: 0;
}

#cloth .subhdr {
	margin-bottom: 4px;
}

#cloth .divider {
	text-align: center;
}

#cloth .divider img {
	max-width: 100%;
	height: auto;
}

#cloth .menu-img {
	padding-top: 25px;
}

#cloth .menu-box {
	padding-left: 30px;
	padding-right: 30px;
}

#cloth .menu-box h2 {
	margin-top: 4px;
}

#cloth .menu-box span {
	margin: 35px 0 0 0;
	display: block;
	font-weight: 700;
}

#cloth .menu-box p {
	margin: 26px 0;
}

#cloth .menu-box .btn-green {
	margin-top: 17px;
}

#cloth .menu-daily {
	margin-bottom: -65px;
	padding: 17px 26px;
	/*background: #432718 url("/images/cloth-wood-bg.jpg") no-repeat left top/100% 100%;*/
	background-color:#432718;
	background-image:url("/images/cloth-wood-bg.jpg");
	background-repeat:no-repeat;
	background-position:left top;
	background-size:100% 100%;
	color: #fff;
}

#cloth .menu-daily h2 {
	color: #fff;
	text-align: center;
}

#cloth .menu-daily .subhdr {
	text-align: center;
}

#cloth .menu-daily table {
	width: 100%;
	margin: 20px 0 42px;
}

#cloth .menu-daily table td {
	padding: 8px 0px 8px 0;
}
#cloth .menu-daily table td p{
	margin: 0px;
}

#cloth .menu-daily table td.price{
	text-align: right;
	font-weight: bold;
	padding: 0px;
}

#cloth .menu-daily table td strong {
	display: block;
}

#cloth .menu-daily table td + td {
	padding-right: 0;
	vertical-align: bottom;
	white-space: nowrap;
	font-weight: 700;
	text-align: right;
}

#cloth .menu-daily .date-block {
	margin: 0 0 20px;
	padding: 0 0px 0 30px;
	border: 1px solid #fff;
	height: 43px;
	text-transform: uppercase;
	line-height: 41px;
	font-size: 16px;
}

#cloth .menu-daily .date-block .eye-btn {
	display: block;
	float: right;
	width: 43px;
	height: 43px;
	background-color: #fff;
	text-align: center;
	color: #9fbead;
	font-size: 23px;
	line-height: 40px;
}

#cloth .menu-daily .download-btn {
	display: block;
	float: right;
	width: 43px;
	height: 43px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 41px;
	color: #fff;
	font-size: 20px;
}

#cloth .menu-daily .btm-btn {
	margin: 25px 0;
	display: block;
	height: 43px;
	line-height: 45px;
	background-color: #fff;
	text-transform: uppercase;
	text-align: center;
	color: #9fbead;
	font-weight: bold;
	font-size: 16px;
}

@media screen and (max-width: 1199px) {
	
	#cloth .menu-img {
		display: none;
	}
	
	#cloth .menu-daily .btm-btn {
		font-size: 13px;
	}
}
@media screen and (max-width: 767px) {
	
	#cloth .menu-box {
		margin-bottom: 35px;
	}
	
	#cloth .menu-daily .date-block {
		font-size: 11px;
		padding: 0 0px 0 4px;
	}
}

#bauer {
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 60px;
	margin-bottom: 60px;
}

#bauer .bauer-text {
	/*padding-top: 68px;
	padding-bottom: 270px;*/
}

/*#bauer .bauer-img {
	background:no-repeat 50% bottom/contain;
	position: relative;
}*/

/*#bauer .bauer-img img{
	position: absolute;
	bottom: 0px;
}*/

#bauer h2 {
	line-height: 60px;
}

#bauer .subhdr {
	margin-bottom: 23px;
}

#bauer p {
/*  margin: 25px 0 145px;
*/}

@media screen and (max-width: 1199px) {
	
	#bauer .bauer-text {
		padding-top: 0;
		/*padding-bottom: 270px;*/
	}
	
	#bauer .subhdr {
		margin-bottom: 5px;
	}
	
	#bauer p {/*
		margin: 10px 0 30px;*/
	}
}
@media screen and (max-width: 991px) {
	
	#bauer h2 {
		line-height: 32px;
	}
}
@media screen and (max-width: 767px) {
	
	#bauer {
		background: none;
	}
}

#product-slider {
	box-shadow: inset 0px 4px 2px #ccc, inset 0px 0px 5px #ccc;
	padding-top: 40px;
	background-color: #fff;
}

#biokistenfinder {
	padding-top: 40px;
}
#biokistenfinder .bg-header {
	background-image: url("/images/header-hdr2-bg.png");
	margin-bottom: 15px;
}
#product-slider .bg-header {
	background-image: url("/images/header-hdr2-bg.png");
	margin-bottom: 36px;
}

#biokistenfinder .bg-header h2,
#product-slider .bg-header h2{
	background: #fff;
}

#product-slider .ps-item {
	/*width: 230px;*/
	/*width: 20%;*/
	padding: 0 10px 10px;
	margin: 0 15px;
	vertical-align: top;
	white-space: normal !important;
	outline: none;
}

#product-slider .ps-item-wide {
	/*width: 490px;*/
}

#product-slider .ps-pager {
	margin: 27px 0 30px;
	text-align: center;
}

#product-slider .ps-pager a {
	margin: 0 7px;
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #9fbead;
}

#product-slider .ps-pager .cycle-pager-active {
	background-color: #9fbead;
}

#product-slider #ps-left, #product-slider #ps-right {
	display: block;
	font-size: 50px;
	margin-top: 140px;
	color: #9fbead;
	cursor: pointer;
}
#product-slider #ps-left:focus, #product-slider #ps-right:focus {
	outline: none;
}
#product-slider #ps-left.slick-hidden, #product-slider #ps-right.slick-hidden
 {
	display: none;
}

.hero-item > div img{
	display: inline-block;
}
.hero-slider {
	position: relative;
}
.hero-slider .slick-dots {
	position: absolute;
	width: 100%;
	bottom: 5px;
}

.hero-slider .slick-dots li{
	background-color: #fff;
}
/*.ps-item {
	width: 230px;
	padding: 0 10px 10px;
	margin: 0 15px;
	vertical-align: top;
	white-space: normal !important;
}*/

.ps-item .img {
	/*position: relative;
	overflow: hidden;*/
	width: 100%;
	/*height: 210px;*/
	text-align: center;
	background: #f6f6f6;
}

.ps-item .img img {
	display: inline-block;
	width: 100%;
}

.ps-item.ps-item-wide .img {
	overflow: hidden;
	position: relative;
}



.ps-item h3 {
	margin: 8px 0 6px;
	height: 55px;
	overflow: hidden;
	font-family: "karbid", sans-serif;
	font-size: 23px;
	line-height: 26px;
}

.ps-item h3 a,
.ps-item h3 a:hover,
.ps-item h3 a:focus{
	color: #000;
	text-decoration: none;
}

.ps-item .subtitle {
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 22px;
	min-height: 30px;
	overflow: hidden;
}

.ps-item .text {
	font-size: 14px;
	line-height: 17px;
	height: 54px;
	overflow: hidden;
	margin-bottom: 16px;
}

.ps-item .price {
	float: left;
	/*width: 100px;*/
}
.ps-item .price.wide {
	width: 130px;
}

.ps-item .price strong {
	display: block;
	font-size: 23px;
	line-height: 23px;
}

.ps-item .price .weight,
.produktDetailContainer .price .weight {
	display: block;
	font-size: 13px;
	line-height: 20px;
}

.ps-item .price .pperw,
.produktDetailContainer .price .pperw {
	display: block;
	font-size: 14px;
	line-height: 14px;
	color: #999999;
}

.ps-item .price .pperw {
	font-size: 12px;
}

.ps-item .cart,
#product-item .cart {
	margin-top: 8px;
	float: right;
	border: 1px solid #9fbead;
	text-transform: uppercase;
	width: 100%;
}

.ps-item .cart a,
#product-item .cart a {
	display: block;
	background-color: #9fbead;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 10px;
}

.ps-item .cart img,
#product-item .cart img {
	vertical-align: top;
}

.ps-item .cart span,
#product-item .cart span {
	display: none;
	padding: 8px 20px 0 20px;
	font-weight: 700;
	font-size: 16px;
	color: #9fbead;
}

#product-item .abo div.text {
	padding: 8px 20px 0 20px;
	font-weight: 700;
	font-size: 16px;
	color: #9fbead;
	float: left;
}

.ps-item .abo,
 #product-item .abo {
	margin: 8px 0 0 10px;
	float: right;
	width: 43px;
	height: 43px;
	border: 1px solid #9fbead;
	text-align: center;
	color: #9fbead;
	font-weight: 700;
	font-size: 14px;
}
.mk.indetail,
.ps-item .mk,
 #product-item .mk {
	margin: 10px 0 0 10px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	width: 100%;
	text-align: center;
	color: #000;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
}

.ps-item .mk a,
 #product-item .mk a {
	color: #000;
}
.loginBtn img,
.mlAddBtn img{display: inline!important;}
/*#product-item .mk {
	margin: 8px 0 0 10px;	
}*/
#product-item .cart{border: none!important;}
#product-item .mk.indetail a{
	background-color: transparent;
}
 #product-item .abo.box {
	width: auto;
	text-transform: uppercase;
}
 #product-item .abo div.smallBox {
	display: inline-block;
	border-left: 1px solid #9fbead;
	width: 43px;
}

.ps-item .abo span,
#product-item .abo span {
	display: block;
	font-size: 30px;
	font-weight: 400;
	line-height: 17px;
}


/*.ps-item-wide {
	width: 490px;
}*/

.ps-item-wide .cart span,
#product-item .cart span{
	display: inline-block;
}

@media screen and (max-width: 767px) {
	
	#product-slider #ps-left, #product-slider #ps-right {
		font-size: 20px;
		margin-top: 140px;
	}
}

#timeline {
	padding-top: 38px;
	padding-bottom: 70px;
	text-align: center;
}

#timeline .bg-header {
	background-image: url("/images/header-hdr3-bg.png");
	margin-bottom: 20px;
}

.bg-header h2 {
	display: inline-block;
	background-color: #f1f2f1;
	background-image: url("/images/body-bg.jpg");
	padding: 0px 5px;
}

#timeline h3 {
	margin: 11px 0px 27px;
	font-family: "karbid", sans-serif;
	font-size: 42px;
}

#timeline .btn-green {
	margin-top: 16px;
	margin-bottom: 16px;
}

#timeline .divider {
	margin: 35px 0px 30px;
}

#timeline .divider img {
	width: 100%;
}

@media screen and (max-width: 1419px) {
	
	#timeline h3 {
		font-size: 36px;
	}
}

#freschmarkt .fm-text {
	margin-top: 27px;
}

#freschmarkt .fm-text h3 {
	margin: 0 0 27px;
	font-family: "karbid", sans-serif;
	font-size: 25px;
	font-weight: bold;
	line-height: 24px;
}

#freschmarkt .fm-kulinarium {
	position: relative;
	background-color: #fff;
	height: 100%;
	margin: 0;
	padding: 29px 20px;
	list-style: none;
}

#freschmarkt .fm-kulinarium li {
	margin-bottom: 8px;
}

/*#freschmarkt .fm-kulinarium li:first-child {
	margin-bottom: 30px;
}*/

#freschmarkt .fm-kulinarium h3 {
	margin: 0;
	font-family: "karbid", sans-serif;
	font-size: 25px;
	font-weight: bold;
}

#freschmarkt .fm-kulinarium h4 {
	margin: 0;
	font-family: "karbid", sans-serif;
	font-size: 17px;
	font-weight: bold;
}

#freschmarkt .fm-kulinarium a {
	font-weight: bold;
	color: #000000;
}

#freschmarkt .fm-kulinarium p {
	margin: 0;
}

#freschmarkt .btmd {
	margin-bottom: 30px !important;
}

#freschmarkt .downlink {
	position: absolute;
	right: 38px;
	bottom: 34px;
	font-size: 50px;
	color: #9fbead;
}

@media screen and (max-width: 1199px) {
	
	#freschmarkt .fm-text {
		padding-left: 15px;
		background: none;
	}
	
	#freschmarkt .fm-text h3 {
		font-size: 32px;
		line-height: 35px;
	}
}
@media screen and (max-width: 767px) {
	
	#freschmarkt .fm-kulinarium {
		margin-bottom: 25px;
	}
}

.newsletter {
	margin-bottom: 37px;
}

.newsletter .divider img {
	display: block;
	width: 100%;
}

.newsletter h2, #newsletter .subhdr {
	color: #fff;
}

.newsletter .form-wrapper {
	padding-top: 26px;
	padding-bottom: 11px;
	background-color: #8d6540;
	background-image: url("/images/wood-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.newsletter .form-group {
	margin: 4px 0px 16px;
}

.newsletter .form-wrapper .subhdr{
	color: #fff;
}

.newsletter .form-control {
	background-color: transparent;
	border-color: #fff;
	border-radius: 0;
	color: #fff;
	height: 43px;
	font-size: 16px;
}

.newsletter .input-group-addon {
	background-color: #fff;
	padding: 0;
}

.newsletter .btn {
	background-color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	color: #9fbead;
	padding: 6px 30px;
	font-weight: 700;
}
.newsletter .btn:active{
	box-shadow: none;
}
.newsletter .btn:focus{
	outline: none;
}

.newsletter ::-webkit-input-placeholder {
	color: #fff;
}

.newsletter ::-moz-placeholder {
	color: #fff;
}

.newsletter :-ms-input-placeholder {
	color: #fff;
}

.newsletter input:-moz-placeholder {
	color: #fff;
}

@media screen and (max-width: 1199px) {
	
	.newsletter .subhdr {
		font-size: 24px;
	}
}

#recipe-slider {
	background-color: #fff;
	background-image: url("/images/wood-white-bg.jpg");
	background-repeat:no-repeat;
	background-position: 50% 50%;
	background-size:cover;
	margin-bottom: 81px;
	padding: 50px 0px 13px;
	position: relative;
}

#recipe-slider .rs-pager {
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%;
	z-index: 1000;
	text-align: center;
}

#recipe-slider .rs-pager a {
	margin: 0 7px;
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #9fbead;
}

#recipe-slider .rs-pager .cycle-pager-active {
	background-color: #9fbead;
}

#recipe-slider #rs-left, #recipe-slider #rs-right {
	display: block;
	font-size: 50px;
	margin-top: 273px;
	color: #9fbead;
}


.rs-item {
	width: 100%;
}

.rs-item > div {
	float: left;
	width: 50%;
}

.rs-item .rs-item-text {
	padding: 78px 0 0 10px;
}

.rs-item h2 {
	margin: 0;
}

.rs-item ul {
	margin: 30px 0;
	padding: 0;
	list-style: none;
}

.rs-item .btn-green {
	margin: 30px 0px 0px 0px;
}

@media screen and (max-width: 1419px) {
	
	#recipe-slider #rs-left, #recipe-slider #rs-right {
		margin-top: 130px;
	}

	
	.rs-item .rs-item-text {
		padding: 0 0 0 10px;
	}
	
	.rs-item ul {
		margin: 10px 0;
	}
	
	.rs-item .btn-green {
		margin: 10px 0;
	}
}
@media screen and (max-width: 767px) {
	
	.rs-item {
		padding-bottom: 50px;
	}
	
	.rs-item > div {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
}

#quote-wrapper {
	position: relative;
	margin-bottom: 60px;
}

#quote-wrapper #qs-left, #quote-wrapper #qs-right {
	position: absolute;
	top: 104px;
	left: 50%;
	z-index: 1000;
	display: block;
	font-size: 50px;
	color: #9fbead;
	text-decoration: none;
}

#quote-wrapper #qs-left {
	margin-left: -195px;
}

#quote-wrapper #qs-right {
	margin-left: 144px;
}


.qs-item {
	width: 100%;
}

.qs-item .img {
	margin: 0 auto;
	width: 246px;
	height: 246px;
	background-image: url("/images/vignette-bg.jpg");
	background-repeat:no-repeat;
	background-position: 50% 50%;
	padding: 20px;
	overflow: hidden;
}

.qs-item .img img {
	width: 206px;
	height: 206px;
	border-radius: 50%;
}

.qs-item p {
	margin: 10px 0;
	text-align: center;
	quotes: "“" "”" "‘" "’";
}

.qs-item p:before {
	content: open-quote;
	color: #c2d201;
	font-size: 30px;
	font-weight: 700;
	padding-right: 4px;
	line-height: 10px;
}

.qs-item p:after {
	content: close-quote;
	color: #c2d201;
	font-size: 30px;
	font-weight: 700;
	padding-left: 4px;
	line-height: 10px;
}

@media screen and (max-width: 767px) {
	
	#quote-wrapper #qs-left, #quote-wrapper #qs-right {
		font-size: 20px;
	}
	
	#quote-wrapper #qs-left {
		margin-left: -165px;
	}
	
	#quote-wrapper #qs-right {
		margin-left: 134px;
	}
}

#footer {
	/*margin-top: 52px;*/
	background-color: #7c5033;
	background-image: url("/images/wood-bg.jpg");
	background-repeat:no-repeat;
	background-position: left top;
	background-size:cover;
	
	color: #fff;
}

#footer:before {
	content: '';
	display: block;
	width: 100%;
	height: 51px;
	background-image: url("/images/footer-top.jpg");
	background-repeat:no-repeat;
	background-position: left top;
	background-size:100% 100%;
}

#footer a {
	color: #fff;
}
#footer a:hover {
	color: #9fbead;
}
#footer > .container {
	padding-top: 24px;
	padding-bottom: 36px;
}

#footer div.custom,
#footer h3 {
	margin: 5px 0 10px;
	font-family: "karbid", sans-serif;
	font-weight: bold;
	font-size: 25px;
}

#footer h4 {
	margin: 47px 0 0;
	font-size: 17px;
	line-height: 26px;
}

#footer ul {
	margin: 0 0 16px;
	padding: 0;
	list-style: none;
}

#footer ul li {
	border-bottom: 1px solid #fff;
}

#footer ul a {
	display: block;
	padding: 6px 0;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
}

#footer .onlineshop {
	margin: 0 0 20px;
	padding: 9px 6px;
	display: block;
	background-color: #fff;
	color: #9fbead;
	text-transform: uppercase;
	text-align: center;
	font-size: 15px;
}

#footer p.schedule {
	margin: 0;
}

#footer p.phone {
	margin: 23px 0 0;
}

#footer .payments-block {
	margin: 17px 0 0;
	text-align: right;
}

#footer .payments-block div {
	margin: 20px 0 0;
}
#footer .payments-block div:last-child {
	margin-top: 0;
}

#footer .payments-block img {
	display: inline-block;
	margin-left: 4px;
	margin-bottom: 4px;
}

#footer .fb-like-container {
	margin-top: 30px;
	margin-bottom: 0;
}
#footer .fb-like-container .fb-like {
	min-width: 120px;
	display: inline-block;
}
#footer ul.dataFooter {
	margin-bottom: 0;
	list-style: none;
}
#footer ul.dataFooter li {
	display: inline-block;
	padding: 0 5px;
	margin: 0 10px;
	position: relative;
}
#footer ul.dataFooter li:not(:last-child):after {
	content: '';
	position: absolute;
	right: -15px;
	width: 8px;
	height: 1px;
	background-color: #fff;
	bottom: 10px;
}
#footer ul.dataFooter li a {
	padding: 0;
}

@media screen and (max-width: 1419px) {
	
	#footer {
		font-size: 14px;
	}
}

.product-list {
	/*margin-top: 43px;*/
}

.product-list .bg-header {
	margin-bottom: 10px;
}

h2.pl {
	margin-bottom: 25px;
	font-family: "karbid", sans-serif;
	color: #000000;
	font-size: 24px;
	font-weight: 700;
	line-height: 25px;
}

h2.pl.second {
	margin-bottom: 0px;
	margin-top: 20px;
	position: relative;
}
h2.pl.second img {
	position: absolute;
	right: 10px;
	top: 4px;
}

h2.pl:before {
	content: url("/images/pl-boot.png");
	display: block;
	float: left;
	margin: -11px 20px 0 0;
}

h2.pl span {
	display: block;
	font-weight: normal;
}

.product-list .ps-item {
	background-color: #fff;
	padding: 10px;
	margin-bottom: 30px;
}


#shop-prom {
	margin-top: 11px;
}

#shop-prom h2 {
	margin-top: 64px;
}

#shop-prom .subhdr {
	margin-bottom: 10px;
}

#shop-prom .price {
	margin-top: 25px;
	margin-bottom: 46px;
	font-size: 19px;
}

#shop-prom .price strong {
	display: block;
	font-size: 30px;
}


.product-icns-list {
	text-align: center;
	margin: 43px 0px 109px 0px;
	padding: 0;
	list-style: none;
	position: relative;
}

.product-icns-list li {
	display: inline-block;
}

/*.product-icns-list li span.kistenName{
	position: absolute;
	top: -25px;
	font-family: "androgyne", sans-serif;
	font-size: 18px;
	text-align: left;
	margin: 0px auto;
	display: none;
}
.product-icns-list li:hover span.kistenName{
	display: block;
}*/
.product-icns-list .tooltip.top {
	top: -28px!important;
}
.product-icns-list .tooltip.top .tooltip-arrow {
	display: none;
}
.product-icns-list .tooltip.top .tooltip-inner {
	background: none;
	color: #999;
	border: 0px;
	border-radius: 0px;
	font-family: "androgyne", sans-serif;
	font-size: 18px;
}
.product-icns-list a {
	position: relative;
	display: block;
	margin: 48px 6px 11px 9px;
}

.product-icns-list a:hover,
.product-icns-list a.active{
	margin: 0;
}

.product-icns-list img {
	vertical-align: middile;
/*	width: 56px;
	height: 58px;*/
	width: 53px;
	height: 55px;
}

.product-icns-list a:hover:before,
.product-icns-list a.active:before {
	content: '';
	display: block;
	position: absolute;
	top: -37px;
	left: 10px;
	width: 0;
	height: 0;
	border: 25px solid transparent;
	border-top-color: #9fbead;
	z-index: 1;
}

.product-icns-list a:hover:after,
.product-icns-list a.active:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -37px;
	left: 10px;
	width: 0;
	height: 0;
	border: 25px solid transparent;
	border-bottom-color: #9fbead;
	z-index: 1;
}

.product-icns-list a:hover img,
.product-icns-list a.active img{
	/*width: 71px;
	height: 72px;*/
	width: 68px;
	height: 69px;
}


#freschmarkt.shop-fm {
	margin-top: 72px;
}

#freschmarkt.shop-fm .fm-text {
	background-image:url("/images/noch-fragen-bg.png");
	background-repeat:no-repeat;
	background-position:left top;
}

@media screen and (max-width: 1199px) {
	
	#freschmarkt.shop-fm .fm-text {
		background: transparent;
	}
}

#product-item-wrapper {
	margin-top: 107px;
	margin-bottom: 20px;
}

.bk_header .bg-header {
	background-image: url("/images/header-hdr4-bg.png");
	margin-bottom: 32px;
}

#product-item-wrapper .pl {
	margin-bottom: 13px;
	font-family: "karbid", sans-serif;
	color: #000000;
	font-size: 24px;
	font-weight: 700;
	line-height: 25px;
}

#product-item-wrapper .pl:before {
	content: url("/images/pl-boot.png");
	display: block;
	float: left;
	margin: -11px 20px 0 0;
}

#product-item-wrapper .pl time {
	display: block;
	font-weight: normal;
}


#product-item {
	background-color: #fff;
	padding: 10px;
}

#product-item .pi-image img {
	display: block;
	margin: 0 auto;
}

#product-item header.plusImage {
	margin: 20px 0 10px 0;
}
#product-item header.plusImage.plusImage {
	margin: 20px 0 -4px 0;
}

/*#product-item header:before {
	content: url("/images/icns/icn-1.png");
	display: block;
	float: left;
	margin: 0 20px 0 0;
}*/
#ArtikelDetail_fancy h1,
#product-item header h1 {
	margin: 0px;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 36px;
}
#product-item header.plusImage h1 {
	padding-top: 26px;
}

#product-item header .subhdr {
	font-size: 20px;
	line-height: 20px;
}

#product-item p {
	margin: 7px 0px 35px;
	font-size: 14px;
	line-height: 17px;
}

#product-item .option {
	margin-bottom: 16px;
	font-size: 14px;
}

#product-item .option ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#product-item .option ul li {
	display: inline-block;
}

#product-item .option ul label {
	border: 1px solid #9fbead;
	display: block;
	line-height: 23px;
	height: 25px;
	padding: 0 25px;
	margin-right: 8px;
	font-size: 13px;
	color: #9fbead;
}

#product-item .option ul input[type="radio"] {
	display: none;
}

#product-item .option ul input[type="radio"]:checked + label {
	background-color: #9fbead;
	color: #fff;
}

#product-item .pi-buttons {
	padding-left: 52px;
}

#product-item .tags {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

#product-item .tags li {
	display: inline-block;
	border: 1px solid #C3C3C3;
	padding: 2px 10px;
	margin: 5px;
	line-height: 20px;
	font-size: 13px;
	color: #C3C3C3;
}
#product-item .tags li a{
}
#product-item .link-btn {
	margin: 35px 0px 10px;
	text-align: center;
}

#product-item .link-btn img {
	margin: 0 auto;
}

#product-item .price {
	margin-top: 15px;
	margin-bottom: 8px;
	font-size: 20px;
}

#product-item .price strong {
	display: block;
	font-size: 40px;
	margin-bottom: 7px;
}

#product-item .note {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
	color: #999999;
}
#product-item .note a{
	color: #999999;
	text-decoration: underline;
}

/*#product-item .cart {
	margin: 16px 20px 0 0;
}*/

/*#product-item .cart a {
	display: block;
	padding-right: 45px;
	border: 1px solid #9fbead;
	text-transform: uppercase;
	background: url("/images/cart-icn.png") no-repeat right top;
	height: 43px;
	line-height: 43px;
	font-weight: 700;
	font-size: 16px;
	color: #9fbead;
	text-align: center;
}*/

#product-item .quantity {
	margin-top: 80px !important;
}

@media screen and (max-width: 1199px) {
	
	#product-item .pi-buttons {
		padding-left: 15px;
	}
	
	#product-item .cart a {
		font-size: 14px;
	}
}

.quantity {
	margin: 0;
	list-style: none;
}

.quantity li {
	display: inline-block;
}

.quantity a, .quantity span {
	display: block;
	width: 44px;
	height: 44px;
	text-align: center;
	font-size: 20px;
	text-decoration: none;
}

.quantity a {
	border: 1px solid #9fbead;
	color: #9fbead;
	font-size: 26px;
	line-height: 36px;
}
.quantity a:hover,
.quantity a:focus,
.quantity a {
	text-decoration: none;
	color: #9fbead;
}

.quantity span {
	margin: 0 8px;
	line-height: 42px;
}


.op-item {
	background-color: #fff;
	padding: 10px 10px 150px;
	margin-bottom: 20px;
	position: relative;
}

.op-item > img {
	display: block;
	margin: 30px auto 20px;
}

.op-item h3 {
	margin: 0;
	text-align: center;
	color: #c2d201;
	font-family: "androgyne", sans-serif;
	font-size: 30px;
}

.op-item ul {
	margin: 22px 0px 0px 40px;
	/*height: 193px;*/
	padding: 0;
	list-style: none;
}

.op-item ul li {
	font-size: 14px;
	line-height: 20px;
}
.op-item .op-bottom {
	margin-top: 10px;
	position: absolute;
	width: calc(100% - 20px);
	bottom: 10px;
}
.op-item .price {
	margin: 0 42px 16px 0;
	text-align: right;
	font-size: 24px;
	font-weight: 700;
}

.op-item .note {
	margin: 0 42px 12px 70px;
	text-align: right;
	font-size: 14px;
	line-height: 18px;
	color: #999999;
}

.op-item .note p {
	margin: 0 0 7px;
}


.op-item-prom {
	background-color: #fff;
	padding: 10px 10px 15px;
	text-align: center;
}

.op-item-prom p {
	margin: 30px 0 12px;
	font-size: 14px;
}

.op-item-prom header {
	margin-bottom: 23px;
}

.op-item-prom header h2 {
	margin: 0;
	font-size: 30px;
	line-height: 27px;
}

.op-item-prom header .subhdr {
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	line-height: 20px;
}

.op-item-prom a {
	margin: 0 40px 80px;
	display: block;
	border: 1px solid #9fbead;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 700;
	background-image:url("/images/op-arrow.png");
	background-repeat:no-repeat;
	background-position:right 50%;

}

.op-item-prom h3 {
	margin: 15px 0 10px;
	font-size: 38px;
	font-weight: 700;
	letter-spacing: 2px;
}

.op-item-prom .note {
	margin: 0 40px;
	font-size: 14px;
	line-height: 22px;
}


#rezept-wrapper {
	margin-top: 107px;
}

#rezept-wrapper .recipe-zuruk {
	margin-bottom: 27px;
}

#rezept-wrapper .recipe-zuruk a {
	font-size: 21px;
	color: #000000;
}

#rezept-wrapper .recipe-zuruk span {
	display: block;
	font-weight: 700;
}

#rezept-wrapper .recipe-zuruk:before {
	content: url("/images/recipe-zuruk-bg.png");
	display: block;
	float: left;
	margin: 0 30px 0 0;
}


#rezept {
	background-color: #fff;
	margin-bottom: 42px;
	padding: 10px;
	padding-bottom: 20px;
}

#rezept .recipe-img img {
}
#rezept .recipe-info {
}
#rezept .grey {
	color: #999;
}
#rezept .quantity {
	margin: 5px 0px;
	padding: 0;
}

#rezept header {
	margin: 22px 10px 8px 0;
	/*background: url("/images/recipe-heart.png") no-repeat right 10px;*/
	min-height: 60px;
	/*padding-right: 60px;*/
}

#rezept header h1 {
	margin: 0;
	font-size: 32px;
	line-height: 33px;
	font-weight: 700;
}

#rezept header .subhdr {
	font-size: 20px;
	line-height: 20px;
}

#rezept .shortdesc {
	margin-bottom: 36px;
}

#rezept .shortdesc p {
	margin: 7px 0px 20px;
	font-size: 14px;
	line-height: 18px;
}

#rezept .print-link {
	text-align: right;
	margin-right: 56px;
	margin-bottom: 40px;
}

#rezept .print-link a {
	display: inline-block;
	font-size: 14px;
	line-height: 45px;
	font-weight: 700;
	text-transform: uppercase;
}

#rezept .print-link a:hover,
#rezept .print-link a:focus {
	color: #9fbead;
	text-decoration: none;
}
#rezept .print-link a:after {
	content: url("/images/recipe-print-icn.png");
	margin-left: 20px;
	vertical-align: middle;
	height: 39px;
	display: inline-block;
}

#rezept .print-link.allinthewk-link a:after {
	content: '';
	margin-left: 0px;
}
#rezept .print-link.allinthewk-link {
	margin-bottom: 20px;
	text-align: center;
	margin-right: 0px;
}
#rezept .print-link.allinthewk-link a{
	width: 100%;
}
#rezept .quantity-wrapper {
	border-left: 1px solid #cccccc;
	padding-left: 40px;
	font-size: 14px;
}

#rezept .btns {
	margin-top: 25px;
}

#rezept .ingridients {
	padding: 40px 10px 0 30px;
}

#rezept .ingridients h3 {
	margin: 0 0 17px 0;
	font-size: 19px;
	font-weight: 700;
}

#rezept .ingridients table {
	margin-bottom: 45px;
	margin-top:25px; 
	width: 100%;
}

#rezept .ingridients table th {
	text-align: right;
	padding-right: 10px;
	font-weight: normal;
}

#rezept .ingridients table td {
	padding-right: 35px;
}
#rezept .ingridients table th,
#rezept .ingridients table td {
	border-bottom: 1px solid #ccc;
	padding-top:2px; 
	padding-bottom:2px; 
}
#rezept .cart-btn a {
	display: block;
	padding-right: 45px;
	border: 1px solid #9fbead;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	background-image:url("/images/cart-icn.png");
	background-repeat:no-repeat;
	background-position:right top;

}

#rezept .desc {
	margin-top: 42px;
	padding: 0 30px 0 0;
}

#rezept .desc h3 {
	margin: 0 0 17px 0;
	font-size: 19px;
	font-weight: 700;
}

#rezept .desc p {
	margin: 0 0 27px;
}


dl.list-itm {
	margin: 0 0 14px;
	padding: 0;
	font-size: 14px;
}

dl.list-itm dt {
	font-weight: normal;
	color: #999999;
	line-height: 18px;
}

dl.list-itm dd {
	font-weight: 700;
	color: #000000;
	line-height: 18px;
}


.other-recipes h2 {
	margin: 0 0 8px;
	padding: 0;
	font-size: 36px;
	line-height: 55px;
	text-align: center;
	color: #000000;
	letter-spacing: 3px;
}

.other-recipes .divider {
	text-align: center;
	margin-bottom: 20px;
}

.other-recipes .media-list {
	/*margin-right: 43px;*/
}

.other-recipes .media {
	padding: 7px 0px 20px;
	border-bottom: 1px solid #cccccc;
}

.other-recipes .media-left {
	padding-right: 20px;
}
.other-recipes .media-left img{
	width: 140px;
}

.other-recipes .media-heading {
	margin-bottom: 25px;
	font-size: 18px;
	font-weight: 700;
}

.other-recipes .btns {
	margin-right: 4px;
	text-align: right;
}

.other-recipes .btns a {
	display: inline-block;
	padding: 0 40px;
	border: 1px solid #9fbead;
	height: 42px;
	line-height: 42px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
}

@media screen and (max-width: 1199px) {
	
	#rezept header h1 {
		font-size: 25px;
	}
}
@media screen and (max-width: 991px) {
	
	#rezept header h1 {
		font-size: 23px;
	}
	
	#rezept .quantity-wrapper {
		border-left: none;
		padding-left: 15px;
	}
	
	#rezept .ingridients .cart-btn a {
		font-size: 11px;
	}
}
@media print {
	
	* {
		background: transparent !important;
		color: #000 !important;
		/* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	
	a,
	a:visited {
		text-decoration: underline;
	}

	
	a[href]:after {
		content: " (" attr(href) ")";
	}

	
	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links for images, or javascript/internal links
	 */
	
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	
	thead {
		display: table-header-group;
		/* h5bp.com/t */
	}

	
	tr,
	img {
		page-break-inside: avoid;
	}

	
	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}
	
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	
	h2,
	h3 {
		page-break-after: avoid;
	}
}

.eventEintrag .img-responsive {
	margin: 15px 0px;
}


.openMittagsmenue {cursor: pointer;}
.mittagsmenue,
.infoTableMittagsmenue{
	margin: 20px 25px;
	width: 95%;
	font-family:'karbid'
}
.mittagsmenue tr.today td{
	background-color: rgba(255,255,255,0.8);
}
.mittagsmenue .abstand{
	height: 20px;
}
.mittagsmenue tr td.tag{
	text-align:center; font-size:38px; font-weight:bold; text-transform:uppercase;
	width: 150px;
	text-align: center;
}
.mittagsmenue tr td.price{
	width: 75px;
	padding-right: 20px;
	text-align: right;
}
h2.red {
	color: #D1232A;
	font-family:'karbid';
	text-transform:uppercase;
	font-weight: bold;
	margin: 20px 25px;
	line-height: 34px;
	font-size: 34px;
	padding: 0px;
	padding-top: 20px;
	border-top: 4px dotted #333;
}
.infoTableMittagsmenue tr td.price{
	width: 150px;
	padding-right: 20px;
	vertical-align: bottom;
	font-weight: bold;
	text-align: right;
}

.slick-dots {
	list-style: none;
	padding: 0px;
	margin: 27px 0 30px;
	display: block;
	text-align: center;
}
.slick-dots li{
	margin: 0 7px;
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #9fbead;
	cursor: pointer;
}
.slick-dots li [role="button"]{
	visibility: hidden;
}
.slick-dots li:hover,
.slick-dots li.slick-active {
	background: #9fbead;
}


.rezeptBody {
	margin-bottom: 30px;
}
.rezeptBody header{
	position: relative;
}
.rezeptBody header .name{
	position: absolute;
	color: #FFF;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 49px 18px 0px 20px;
	font-size: 33px;
	line-height: 35px;
	text-align: left;
	font-family: "karbid", sans-serif;
	text-shadow: 0 0 5px #999;
	width: 100%;
	overflow: hidden;
}
.rezeptBody .bottom{
	background-color: #fff;
	padding: 10px 15px;
	font-size: 14px;
	line-height: 16px;
}

.rezeptBody .bottom .grey{
	color: #999;
	padding-bottom: 2px;
}

.content-area.rezeptDetailContainer {
	padding:10px;
}
.content-area.rezeptDetailContainer .printContainter{
	margin: 20px 0px;
}
.content-area.rezeptDetailContainer .printContainter .print{
	text-transform: uppercase;
	font-weight: bold;
}
.content-area.rezeptDetailContainer .printContainter .print img{
	margin-left: 10px;
}
.content-area.rezeptDetailContainer .infos{
	margin-top: 50px;
}
.content-area.rezeptDetailContainer .infos h4{
	font-family: "karbid", sans-serif;
	color: #333;
	margin-bottom: 25px;
	font-weight: bold;
}
.content-area.rezeptDetailContainer .infos .zutatenTable {
	width: 100%;
	margin: 15px 0px;
}
.content-area.rezeptDetailContainer .infos .zutatenTable tr td {
	padding: 2px 10px;
	border-bottom: 1px solid #ccc;
}
.content-area.rezeptDetailContainer .infos .zutatenTable tr td.menge{
	width: 10%;
	text-align: right;
}
.content-area.rezeptDetailContainer .infos .zutatenTable tr td.einheit{
	width: 20%;
	text-align: left;
}
.content-area.rezeptDetailContainer .infos .zutatenTable tr td.beschreibung{
	width: 70%;
	text-align: left;
}

.navBtnContainer {
	margin-bottom: 25px;
}
#mkDeleteMerklistArtikel {
	display: none;
}

.windowsStyle {
	background-color: #fff;
	padding: 15px;
}
.windowsStyle .header{
	margin-bottom: 20px;
}

.windowsStyle .header h3 {
    margin: 0px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 36px;
}
.windowsStyle .header p {
    font-size: 16px;
    line-height: 20px;
}

#geworbenDurchContainer {
	display: none;
}
#notAvailableObst{margin-bottom: 20px;}
#notAvailableObst .alert {
	margin-bottom: 0px;
}

/*Gutschein*/
#gutscheinFrom .form-group {
	position: relative;
	margin-bottom: 0;
}
#gutscheinFrom .form-group input + .btn-inline {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 100%;
}


/*DATENSCHTUZ*/
.checkbox .checkboxKreis {
	width: auto;
	height: auto;
	line-height: 20px;
}
.checkbox .checkboxKreis label {
	font-weight: bold;
}

/*sho anpassungen 17.07.2018*/
.openAlertWindow.logout{color: #c2d201!important;}
.over_heroslider .over_video{max-width: 1200px;margin-left: auto;margin-right: auto;position: relative;}

.over_heroslider .slideflaeche{width: 30%;height: 100%;content: '';position: absolute;top: 0px;cursor: pointer;z-index: 11;}
.over_heroslider .slideflaeche.prev{left: 0px;}
.over_heroslider .slideflaeche.next{right: 0px;}


.over_heroslider.onload .notFirst{display: none;}
.over_heroslider.onload .controls{display: none;}
.heroSlider .heroEintrag{position: relative;}
.heroSlider .videoWrapper {position: relative;padding-bottom: 56.25%;padding-top: 25px;height: 0;}
.heroSlider .videoWrapper iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.heroSlider .heroEintrag .playButton{left: 0px;cursor: pointer;width: 100%!important;}
.heroSlider .heroEintrag .playButton .inner:after{ width: 0;height: 0;border-left: 25px solid transparent;border-right: 25px solid transparent;border-bottom: 50px solid #c2d201;position: absolute;top: calc(50% - 25px);content: '';transform: rotate(90deg);left: calc(50% - 25px);}
.heroSlider .heroEintrag .playButton,
.heroSlider .heroEintrag .text{position: absolute;display: flex;align-items: center!important;top: 0px;height: 100%;width: 50%;}
.heroSlider .heroEintrag .text{right: 0px;}
.heroSlider .heroEintrag .playButton .inner,
.heroSlider .heroEintrag .text .inner{margin-left: auto;margin-right: auto;}
.heroSlider h5{margin-bottom: 30px;}
.heroSlider h1 {margin: 0; font-family: "androgyne", sans-serif; font-size: 64px; line-height: 64px; color: white;}
.heroSlider h5,
.heroSlider h2{color: white;}
.over_heroslider{position: relative;}
.over_heroslider .controls{position: absolute;bottom: -35px;right: 5%;z-index: 99;}
.over_heroslider .controls .arrow{display: inline-block;background-color: #9fbead;width: 70px;height: 70px;text-align: center;padding-top: 12.5px;padding-bottom: 12.5px;cursor: pointer;}
.over_heroslider .controls .arrow img{}

/*blog anpassung sho 24.07.2018*/
.blogbild_over.video{position: relative;cursor: pointer;}
.blogbild_over.video:after{ width: 0;height: 0;border-left: 25px solid transparent;border-right: 25px solid transparent;border-bottom: 50px solid #c2d201;position: absolute;top: calc(50% - 25px);content: '';transform: rotate(90deg);left: calc(50% - 25px);}

.blogbild_over .videoWrapper {position: relative;padding-bottom: 56.25%; /* 16:9 */padding-top: 25px;height: 0;}
.blogbild_over .videoWrapper iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
/*artikelVerweis -  SeitenVerweis*/
.submenue_left{background-color: white;padding-top: 1rem;padding-bottom: 1rem;}
.submenue_left ul{padding-left: 15px!important;}
.submenue_left ul li{list-style-type: none;padding-top: 0.3rem;padding-bottom: 0.3rem;}
.submenue_left ul li a{color: black;}

.submenue_left ul.ebene1 li a{font-size: 16px;font-weight: 800;text-transform: uppercase;}
.submenue_left ul.ebene1 li.active a{font-size: 18px;}
.submenue_left ul.ebene2 li a{font-size: 14px!important;font-weight: 600;text-transform: capitalize;}
.submenue_left ul.ebene2 li.active a{color: #9fbead;font-size: 14px!important;}
.submenue_left ul.ebene3 li a{font-size: 12px!important;font-weight: 400;text-transform: capitalize;}
.submenue_left ul.ebene3 li.active a{color: #9fbead;font-size: 12px!important;}

.artikelGruppenprev .artikelGruppenprev_entry{/*display: inline;float: left;width: 20%;*//*padding-left: 15px;padding-right: 15px;*/position: relative;margin-bottom: 1rem;}
/*.artikelGruppenprev_entry.breit{width: 40%;}
.artikelGruppenprev_entry.extrabreit{width: 60%;}*/
.artikelGruppenprev .artikelGruppenprev_entry.storer{overflow: hidden;max-height: 25px;}
.artikelGruppenprev .artikelGruppenprev_entry.storer img{width: 100%;}
.artikelGruppenprev .artikelGruppenprev_entry .text{position: absolute;bottom: 20px;left: 25px;max-width: calc(100% - 50px);}
.artikelGruppenprev .artikelGruppenprev_entry .text h4{color: white;font-size: 28px;font-family: 'karbid';text-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);}
.subhdr.black{color: black;}
h2.subhdr.black{margin-bottom: 10px;}

/*@media(max-width: 1200px) and (min-width: 993px) {
	.artikelGruppenprev .artikelGruppenprev_entry{width: 33.333333%;}
	.artikelGruppenprev_entry.breit{width: 66.666666%;}
	.artikelGruppenprev_entry.extrabreit{width: 100%;}
}
@media(max-width: 992px) and (min-width: 769px) {
	.artikelGruppenprev .artikelGruppenprev_entry{width: 33.3333%;}
	.artikelGruppenprev_entry.breit{width: 66.666666%;}
	.artikelGruppenprev_entry.extrabreit{width: 100%;}
}
@media(max-width: 768px) and (min-width: 420px) {
	.artikelGruppenprev .artikelGruppenprev_entry{width: 50%;}
	.artikelGruppenprev_entry.breit{width: 100%;}
	.artikelGruppenprev_entry.extrabreit{width: 100%;}
}
@media(max-width: 420px) {
	.artikelGruppenprev .artikelGruppenprev_entry{width: 100%;}
	.artikelGruppenprev_entry.breit{width: 100%;}
	.artikelGruppenprev_entry.extrabreit{width: 100%;}
}*/

#topbar-collapse{margin-top: 5px;margin-bottom: 5px;height: 60px!important;}

@media(max-width: 767px) {
	.artikelGruppenprev .artikelGruppenprev_entry .text h4{font-size: 16px;}
	.over_heroslider .controls .arrow img{height: 25px!important;}
	.over_heroslider .controls .arrow{width: 50px;height: 50px;padding-top: 10px;padding-bottom: 10px;}
	.over_heroslider .controls{bottom: -25px;}

	.heroSlider .heroEintrag .text{right: 0px;width: 100%;text-align: center;}
	.heroSlider h5{margin-top: 0px;margin-bottom: 0px;font-size: 16px; line-height: 18px;}
	.heroSlider h1, .heroSlider h2{font-size: 20px; line-height: 23px;}
	.heroSlider .btn-green{padding: 4px 6px!important; line-height: 17px; font-size: 14px; white-space: normal; margin-top: 5px;}
	#hero .hero-item > div {
		bottom: auto;
		top: 20%;
	}
	#hero .hero-item > div h3 {
		margin-bottom: 10px;
	}
}
@media(min-width: 768px){
	#ArtikelDetail_fancy{width: 620px;}

}

@media(min-width: 768px) and (max-width: 992px){
	.nav-mobile .lvl1 li{padding: 10px 0px!important;}
	.backContainer{padding-top: 30px;}
	#product-item .quantity{margin-top: 0px!important;}
}

@media(min-width: 992px) and (max-width: 1200px){
	#product-item .quantity{margin-top: 0px!important;width: 100%!important;}
}

.openartikelDetail_fancy{cursor: pointer;}

.toproductLink{float: left;}
.toproductLink img{display: inline-block;}
.toproductLink p{display: inline-block;color: black;}

.over_lieferradio .liefer_radio{ display: block;position: relative;padding-left: 25px;margin-bottom: 10px;cursor: pointer;font-size: 14px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.over_lieferradio .liefer_radio input{height: auto!important;position: absolute;opacity: 0;cursor: pointer;}
.over_lieferradio .liefer_radio .checkmark{position: absolute;top: 0;left: 0;height: 20px;width: 20px;background-color: #fff;border:1px solid #95b6a4;border-radius: 50%;margin-top: 2.5px;}
.over_lieferradio .liefer_radio input:checked ~ .checkmark {background-color: #95b6a4;}

#loginDiv .checkbox{text-align: center;margin-bottom: 10px;height: 20px!important;padding-top: 0px;}
.cursor-pointer{cursor: pointer;}

/*sho Einkaufsliste anpassungen*/
.bottomProductLists .content .contentinner .elHeadlineContainer{border-bottom: 1px solid black;border-top: 1px solid black;}
.bottomProductLists .content .contentinner .elHeadlineContainer h5{margin-left: 15px;margin-right: 15px;text-align: center;font-weight: 600;}
.bottomProductLists .content .contentinner .elProdContainer select{display: none;}
.bottomProductLists .content .contentinner .elProdContainer .interval{border-bottom: 1px solid #000;width: 50%;cursor: pointer;}
.bottomProductLists .content .contentinner .elProdContainer .interval .icon{float: right;color: #95b6a4;}
.bottomProductLists .content .contentinner .elProdContainer .showSelect{position: absolute;top: 0px;width: 100%;height: 100%;background: white;display: none;left: 0px;padding: 5px;overflow-y: scroll;padding-top: 15px;}
.bottomProductLists .content .contentinner .elProdContainer .showSelect .group .option{padding-left: 20px;font-size: 13px;cursor: pointer;border: 1px solid transparent;}
.bottomProductLists .content .contentinner .elProdContainer .showSelect .group .option:hover{border-color: #9fbead;}
.bottomProductLists .content .contentinner .elProdContainer .showSelect .group .option.active{font-weight: 600;background-color: #9fbead;color: white;}
.bottomProductLists .content .contentinner .elProdContainer .showSelect .group span{font-weight: 600;font-size: 18px;}
.bottomProductLists .closebottomList{position: absolute;top: 30px;z-index: 10000;right: 11px;cursor: pointer;}
.bottomProductLists .closebottomList img{transform: rotate(-90deg);max-height: 30px;}
.zzFooter{border-top: 2px solid #9fbead;padding-top: 20px;}

@media(min-width: 1200px) {
	.fancybox-inner .container{width: 1170px!important;}
}
.formularBanner{display: flex;align-items: flex-end;margin-bottom: 20px;flex-wrap: wrap;}
.formularBanner p{margin-top: 0px;margin-bottom: 0px;}
.dyn-form .form-group{position: relative;}
.dyn-form .form-control-danger{border-color: #a94442;}
.dyn-form .form-group.has-danger .feedbackSpan{display: block;position: absolute;top: 30px;text-align: center;}
.dyn-form .form-group.has-danger .feedbackSpan:before{content: "\e014";color: #a94442;}

.dyn-form .form-control-success{border-color: #3c763d;}
.dyn-form .form-group.has-success .feedbackSpan{display: block;position: absolute;top: 30px;text-align: center;}
.dyn-form .form-group.has-success .feedbackSpan:before{content: "\e013";color: #3c763d;}


#product-slider .cart a{font-size: 11px!important;}


/*biokistenfinder*/
#biokistenfinder{background-color: white;padding-bottom: 30px;margin-bottom: 30px;overflow: hidden;}
#biokistenfinder.fail{background-color: #f8d7da;}
#biokistenfinder .ergebnis h3,
#biokistenfinder .frage h3{font-size: 40px; font-weight: 700;font-family: "karbid", sans-serif;color: #333;text-align: center;margin-bottom: 30px;}
#biokistenfinder .frage h3 span{font-size: 20px;}
#biokistenfinder .frage{display: none;}
#biokistenfinder .frage.aktive{display: block;}
#biokistenfinder .ergebnis .over_entry,
#biokistenfinder .frage .antworten_over{text-align: center;align-items: start;display: flex;justify-content: center;flex-wrap: wrap;}
#biokistenfinder .ergebnis .over_entry .entry,
#biokistenfinder .frage .antworten_over .antwort{display: inline-block;width: 19%;padding-left: 10px;padding-right: 10px;margin-bottom: 10px;cursor: pointer;}
#biokistenfinder .ergebnis .over_entry .entry{padding-left: 20px;padding-right: 20px;}
#biokistenfinder .frage .antworten_over .antwort .icon svg{fill: #9fbead;}
#biokistenfinder .frage .antworten_over .antwort.aktive svg{fill: #c2d201;}
#biokistenfinder .frage .antworten_over .antwort .text{text-align: center;font-family: "karbid", sans-serif; font-size: 26px; font-weight: 700;}
.biokistenfinder_button{margin-bottom: 30px;}
#biokistenfinder .ergebnis .over_entry .entry .name{font-family: "karbid", sans-serif; font-size: 23px;font-weight: 400;line-height: 26px;color: #333;margin-top: 20px;height: 60px;}
#biokistenfinder .ergebnis .over_entry .entry .preis{font-family: "karbid", sans-serif; font-size: 23px;font-weight: 700;line-height: 26px;color: #000;}
#biokistenfinder .ergebnis .over_entry .entry .number{font-family: "androgyne", sans-serif;font-size: 50px;color: #c2d201;text-align: center;margin-top: 20px;}
#biokistenfinder .ergebnis .over_entry .entry .balken{content: '';background: white;border: 1px solid #bacc07;height: 20px;position: relative;margin-top: 10px;}
#biokistenfinder .ergebnis .over_entry .entry .balken .inner{height: 100%;position: absolute;left: 0px;background-color: #bacc07;}
#biokistenfinder .ergebnis .over_entry .entry .cart{margin-top: 30px;}

@media(min-width: 1200px){
	#biokistenfinder .frage .antworten_over .antwort{-webkit-box-flex: 0;-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}
	#biokistenfinder .frage .antworten_over .antwort .text{font-size: 21px;}
}

@media(min-width: 992px) and (max-width: 1200px){
	#biokistenfinder .frage .antworten_over .antwort{-webkit-box-flex: 0;-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%;}
	#biokistenfinder .frage .antworten_over .antwort .text{font-size: 21px;}
}
@media(max-width: 991px){
	#biokistenfinder .frage .antworten_over .antwort{-webkit-box-flex: 0;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
	#biokistenfinder .frage .antworten_over .antwort .text{font-size: 17px;}
	#biokistenfinder .ergebnis .over_entry .entry .number{display: inline;width: 30%;float: left;text-align: center;font-size: 30px;}
	#biokistenfinder .ergebnis .over_entry .entry .balken{display: inline;width: 50%;float: left;margin-top: 22px;}
	#biokistenfinder .ergebnis .over_entry .entry .name{height: auto!important;}
}
@media(max-width: 767px){
	#biokistenfinder .frage .antworten_over .antwort{-webkit-box-flex: 0;-ms-flex: 0 0 33%;flex: 0 0 33%;max-width: 33%;}
}

#biokistenfinder .ergebnis .over_entry .entry .openartikelDetail_fancy img{margin-left: auto;margin-right: auto;}
#biokistenfinder .controls div{position: absolute;top: calc(50% - 20px);z-index: 9;cursor: pointer;}
#biokistenfinder .controls div.prev{left: 0px;}
#biokistenfinder .controls div.next{right: 0px;}

.slick-slide{height: auto!important;}

.lieferEditPage .addArtikelLieferung{font-size: 25px;}

#cloth>.row{margin-top: 10px;margin-bottom: 10px;}
#cloth .eventEintrag .menu-img{padding-top: 0px;}
#cloth .eventEintrag .menu-img img{margin-top: 0px;margin-bottom: 0px;}
#cloth .eventEintrag .menu-box h2{margin-top: 0px;}
#cloth .eventEintrag .menu-box.scroll{overflow: scroll;overflow-x: hidden;}
#cloth .menu-daily.scroll{padding-top: 10px;overflow: scroll;overflow-x: hidden;}
#cloth .scroll::-webkit-scrollbar {width: 0.5em;}
 
#cloth .scroll::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);}
 
#cloth .scroll::-webkit-scrollbar-thumb {background-color: darkgrey;outline: 1px solid slategrey;}

.nav-mobile{background-color: #e6e6e6!important;padding-top: 20px;}
.nav-mobile.open{height: auto!important;}
.nav-mobile ul{margin-bottom: 0px;}
.nav-mobile .firstEbene{padding-left: 20px;}
/*.nav-mobile .firstEbene li{border-bottom: 3px solid #999;}*/
/*.nav-mobile .firstEbene li.open{background-color: rgba(153,153,153,0.8);}*/
.nav-mobile .firstEbene li div.middle{padding-top: 5px;padding-bottom: 5px;font-weight: 600;font-size: 18px;cursor: pointer;}
.nav-mobile .firstEbene li div.middle img{padding: 0px 10px;}
.nav-mobile .secondEbene{padding-left: 30px;}
.nav-mobile .secondEbene li{border: none!important;}
.nav-mobile .secondEbene li div.middle{padding: 0px 0px;}
.nav-mobile .logout,
.nav-mobile .secondEbene li div.middle a{font-size: 15px;}

.nav-mobile .firstEbene li .secondEbene{display: none;}
.nav-mobile .firstEbene li.open .secondEbene{display: block;}
.nav-mobile .logout,
.nav-mobile .firstEbene li.open .secondEbene li.active div a{color: #c2d201!important;}

.navbar-toggle.openmobilesearch{padding-top: 0px!important;padding-bottom: 0px!important;}


.MobileMenueSuche{position: absolute;width: 100%;left: 0px;background-color: #999;padding: 10px 0px;display: none;}
.MobileMenueSuche input{margin-bottom: 0px!important;}

.width100{width: 100%;}
.boxen .linkBtn{margin-bottom: 20px;margin-top: 20px;}

.w-100 {
	width: 100%;
}

.height43{height: 43px!important;}

.artikelinfo .visible-xs-block img.prodImg {
	margin-bottom: 10px;
}
.artikelinfo .visible-xs-block .editAbo img {
	margin-left: 15px;
	height: 30px;
}
.artikelinfo .visible-xs-block table th + td {
	padding-left: 5px;
}

.bottombtn a.btn-green {
	margin-top: 15px;
}

.loadmore {
	margin-bottom: 30px;
}