@charset "UTF-8";
@font-face {
	font-family: 'androgyne';
	src: url("../eot/androgyne_tb-webfont.eot");
	src: url("../eot/androgyne_tb-webfontd41d.eot?#iefix") format("embedded-opentype"),
		url("../woff2/androgyne_tb-webfont.woff2") format("woff2"),
		url("../woff/androgyne_tb-webfont.woff") format("woff"),
		url("../ttf/androgyne_tb-webfont.ttf") format("truetype"),
		url("../svg/androgyne_tb-webfont.svg#androgyneregular") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'karbid';
	src: url("../eot/karbid-webfont.eot");
	src: url("../eot/karbid-webfontd41d.eot?#iefix") format("embedded-opentype"),
		url("../woff2/karbid-webfont.woff2") format("woff2"),
		url("../woff/karbid-webfont.woff") format("woff"),
		url("../ttf/karbid-webfont.ttf") format("truetype"),
		url("../svg/karbid-webfont.svg#karbid_normalregular") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/* open-sans-regular - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../eot/open-sans-v34-latin-regular.eot');
	src: local(''),
		url('../eot/open-sans-v34-latin-regulard41d.eot?#iefix') format('embedded-opentype'),
		url('../woff2/open-sans-v34-latin-regular.woff2') format('woff2'),
		url('../woff/open-sans-v34-latin-regular.woff') format('woff'),
		url('../ttf/open-sans-v34-latin-regular.ttf') format('truetype'),
		url('../svg/open-sans-v34-latin-regular.svg#OpenSans') format('svg');
}
/* open-sans-700 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../eot/open-sans-v34-latin-700.eot');
	src: local(''),
		url('../eot/open-sans-v34-latin-700d41d.eot?#iefix') format('embedded-opentype'),
		url('../woff2/open-sans-v34-latin-700.woff2') format('woff2'),
		url('../woff/open-sans-v34-latin-700.woff') format('woff'),
		url('../ttf/open-sans-v34-latin-700.ttf') format('truetype'),
		url('../svg/open-sans-v34-latin-700.svg#OpenSans') format('svg');
}

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: #000;
}

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;
}

::-moz-selection,
::selection {
	background: #b3d4fc;
	text-shadow: none;
}

audio,
canvas,
img,
video {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

a,
a:hover {
	color: #9fbead;
	text-decoration: none;
}

img[src*="ml_green_neu.svg"],
img[src*="ml_green_active_neu.svg"] {
	max-width: 25px;
	max-height: 25px;
}

.font-13 {
	font-size: 13px!important;
}

.text-center {
	text-align: center;
}

.btn {
	white-space: normal;
}
.btn-green {
	display: inline-block;
	background-color: #9fbead;
	padding: 9px 25px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	border-radius: 0;
	border: 0;
}
.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: 0;
	border: 1px solid #9fbead;
	padding: 8px 24px;
	opacity: 0.7;
	outline: none;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active {
	color: #333!important;
	background-color: #9fbead;
	text-decoration: none;
	outline-color: #C2D201;
}
.btn-green.disabled {
	background-color: #c3c3c3;
	color: #eee;
	cursor: not-allowed;
}
.progress {
	border-radius: 0;
}
.progress-bar.loginBar {
	background-color: #9FBEAD;
}

h1.h2Style,
h2 {
	margin: 0;
	font-family: "androgyne", sans-serif;
	font-size: 64px;
	line-height: 64px;
	color: #c2d201;
}

.bgMedia {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	z-index: 0;
}

.textmitbild .text-right ul {
	list-style-position: inside;
}
.textmitbild.padTop {
	padding-top: 50px;
}
.textmitbild.padBottom {
	padding-bottom: 50px;
}
.textmitbild.padTopBottom {
	padding-top: 50px;
	padding-bottom: 50px;
}
.textmitbild .panorama {
	width: 100%;
	height: 400px;
	max-height: 50vh;
	background-image: none;
}
.textmitbild .controls {
	position: absolute;
	bottom: 0;
	z-index: 2;
	text-align: center;
	width: 100%;
	padding-bottom: 28px;
}
.textmitbild .ctrl {
	width: 24px;
	height: 24px;
	text-align: center;
	vertical-align: middle;
	line-height: 24px;
	text-align: center;
	background: rgba(200, 200, 200, 0.8);
	display: inline-block;
	cursor: pointer;
}
.textmitbild .area {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-left: 24px;
	margin-right: 24px;
	vertical-align: bottom;
}
.textmitbild .area .ctrl.pan-up {
	position: absolute;
	top: -12px;
	left: 0;
}
.textmitbild .area .ctrl.pan-down {
	position: absolute;
	bottom: -12px;
	left: 0;
}
.textmitbild .area .ctrl.pan-left {
	position: absolute;
	left: -24px;
}
.textmitbild .area .ctrl.pan-right {
	position: absolute;
	right: -24px;
}
.textmitbild .ctrl:hover {
	background: rgba(200, 200, 200, 1);
}

@media screen and (max-width: 1419px) {
	h1.h2Style,
	h2 {
		font-size: 45px;
	}
	.textmitbild.backgroundImage h2 {
		margin-top: 0!important;
	}
}

@media screen and (max-width: 1199px) {
	h1.h2Style,
	h2 {
		font-size: 40px;
	}
	.textmitbild.backgroundImage p span {
		font-size: 16px!important;
	}
}

@media screen and (max-width: 991px) {
	h1.h2Style,
	h2 {
		font-size: 32px;
		line-height: 35px;
	}
	.textmitbild.backgroundImage p span {
		font-size: 14px!important;
	}
	.textmitbild.backgroundImage p {
		margin-top: 0;
	}
	.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("../png/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;
}

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

.hidden {
	display: none!important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

html,
body {
	margin: 0;
	padding: 0;
	background-color: #f1f2f1;
	background-image: url("../jpg/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("../jpg/topbar-bg.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% 100%;
	border-bottom: 1px solid #FFF;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;z-index: 1000;
}

#header.header-margin {
	margin-bottom: 90px;
}

#header .navbar {
	margin-bottom: 0;
}

#header .navbar-brand {
	padding: 0;
	height: 70px;
}

#header .navbar-brand img {
	display: block;
	position: relative;
	z-index: 1001;
	width: 370px;
	height: auto;
}

#header .navbar-right a {
	color: #fff;
}
#header .navbar-right h3 a {
	color: #333;
}

@media screen and (max-width: 1519px) {
	#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: 1023.9px) {
	#header {
		height: auto;
	}
	
	#header .navbar-header {
		height: 70px;
		background-size: auto 72px;
		background-color: #7f573a;
		background-image: url("../jpg/topbar-bg.jpg");
		background-repeat: repeat;
		background-position: left top;
		min-width: 100%;
		padding-top: env(safe-area-inset-top, 0);
		box-sizing: content-box;
	}
	
	#header .navbar-brand {
		margin-left: 20px;
	}
	
	#header .navbar-toggle {
		margin-top: 16px;
		border: 2px solid #fff;
		display: block!important;
	}
	#header .navbar-toggle.noBorder {
		border: none;
	}
	#header .navbar-toggle.shopIcon {
		margin-top: 12px;
		margin-right: 6px;
	}
	@media (max-width: 400px) {
		#header .navbar-toggle {
			padding-left: 5px;
			padding-right: 5px;
		}
		#header .navbar-toggle {
			margin-right: 5px;
		}
		#header .navbar-toggle.shopIcon {
			margin-right: 3px;
		}
	}
	
	#header .navbar-toggle span {
		background-color: #fff;
	}
}

#icons-menu {
	padding-right: 0;
	margin-right: -15px;
	border-left: 1px solid #fff;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

#icons-menu li {
	z-index: 1;
}
#icons-menu li.hassub {
	z-index: 2;
}

#icons-menu a {
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
	padding: 12px 10px 12px;
	text-align: center;
	height: 60px;
}
#icons-menu .subAbsolute a {
	height: auto;
	padding-top: 3px!important;
	padding-bottom: 3px!important;
}

#icons-menu a:hover {
	background-color: transparent;
}
#icons-menu a small {
	text-align: center;
	font-size: 70%;
	font-family: "Open Sans";
	font-size: 15px;
	font-weight: 700;
	line-height: 12px;
	text-transform: uppercase;
	margin-left: 7px;
}
#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: 1199px) {
	#icons-menu {
		margin: 0 -15px 0 0;
		padding: 0;
		background-color: #777;
		text-align: right;
	}
	
	#icons-menu li {
		display: inline-block;
	}
}

#icons-menu .liveSearch {
	text-align: left;
}

#main-menu {
	padding-right: 20px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	min-height: auto;
	align-items: center;
	flex-wrap: wrap;
	align-self: center;
	height: min-content;
}

#main-menu > li,
#icons-menu > li {
	position: static;
}

@media (min-width: 1024px) {
	#topbar-collapse.navbar-collapse.collapse {
		display: flex!important;
		justify-content: flex-end;
		padding-left: 0;
	}
}

#main-menu > li > a {
	padding: 20px 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);
}
#icons-menu .submenu {
	top: 100%;
}
#searchform,
#searchformMobile {
	padding: 5px 0;

}
#searchform .form-group,
#searchformMobile .form-group {
	margin-bottom: 0;
	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;
}
#main-menu .top-row,
#icons-menu .top-row {
	background-color: #FFF;
	box-shadow: 0 2px 6px -3px rgba(0, 0, 0, 0.5);
	margin-bottom: 0;
}

#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;
}
.submenu .searchli,
#icons-menu .submenu .top-row ul li.searchli:first-of-type {
	width: 100%;
	display: 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: #333;
}

.liveSearchArticle > div {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}
#icons-menu .top-row .liveSearchArticle > div > a {
	line-height: 1.5;
	text-align: left;
	align-self: center;
}

#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;
	}
}

.heroContainer .hero-item.item-half {
	width: 50%;
	float: left;
}
.heroContainer .hero-item.item-half:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transition: all 500ms;
}

.heroContainer .hero-item {
	position: relative;
}

.heroContainer .hero-item > div {
	position: absolute;
	width: 100%;
	bottom: 30%;
	text-align: center;
	color: #fff;
	padding: 0 30px;
}
.heroContainer .hero-item > div img {
	max-width: 100%;
}

.heroContainer .hero-item > div h1,
.heroContainer .hero-item > div h3 {
	margin: 0 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);
}

.heroContainer .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) {
	.heroContainer .hero-item > div {
		bottom: 20%;
	}
}

@media screen and (max-width: 991px) {
	.heroContainer .hero-item > div h3 {
		font-size: 45px;
		line-height: 45px;
	}
	
	.heroContainer .hero-item > div .subhdr {
		font-size: 21px;
		line-height: 24px;
	}
}

.bioratgeberContainer .bg-header {
	margin: 47px 0 50px;
}

.blogVerweisContent {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	min-height: 10px;
}
.blogVerweisContent .bvw-item {
	transition: all 0.5s;
}
.blogVerweisContent.blogVerweisContentLoading .bvw-item {
	-webkit-filter: blur(20px);
	filter: blur(20px);
}
.blogVerweisContent.blogVerweisContentHasNewest.blogVerweisContentLoading .bvw-item:not(.newest) {
	display: none;
}
.blogVerweisContent:before {
	transition: all 0.5s;
	position: absolute;
	left: 50%;
	top: 40px;
	transform: translateX(-50%);
	background: #fff;
	border-radius: 1000px;
	content: "Blog wird geladen...";
	font-size: 20px;
	color: #444;
	font-weight: bold;
	padding: 15px 30px;
	z-index: -999;
	opacity: 0;
	pointer-events: none;
	-webkit-box-shadow: 0 10px 23px -10px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 10px 23px -10px rgba(0, 0, 0, 0.75);
	box-shadow: 0 10px 23px -10px rgba(0, 0, 0, 0.75);
}
.blogVerweisContent.blogVerweisContentLoading:before {
	opacity: 1;
	z-index: 1000;
}

.bg-item {
	position: relative;
	margin-bottom: 30px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
}

.bvw-item .bg-item {
	margin-bottom: 0;
	position: relative;
	height: 100%;
}
.bvw-item {
	padding-bottom: 30px;
}

.bg-item header {
	position: relative;
}

.bg-item header img {
	width: 100%;
	height: 270px;
	object-fit: cover;
}
@media (max-width: 1559px) {
	.bg-item header img {
		height: calc((100vw - (4 * 30px)) / 4 / 1.33333);
	}
}
@media (max-width: 1199px) {
	.bg-item header img {
		height: calc((970px - (3 * 30px)) / 3 / 1.33333);
	}
}
@media (max-width: 991px) {
	.bg-item header img {
		height: calc((750px - (2 * 30px)) / 2 / 1.33333);
	}
}
@media (max-width: 767px) {
	.bg-item header img {
		height: calc((100vw - (2 * 30px)) / 2 / 1.33333);
	}
}

.bg-item header h3.text-top {
	position: absolute;
	color: #FFF;
	top: 0;
	left: 0;
	margin: 0;
	padding: 49px 18px 0 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: 0;
	margin: 0;
	padding: 49px 18px 0 20px;
	font-size: 36px;
	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: 0 20px 14px;
	display: flex;
	flex-grow: 1;
	align-items: flex-end;
	justify-content: flex-end;
}

.bg-item footer span {
	display: block;
	float: left;
	margin-top: 24px;
	color: #CCC;
	margin-right: 24px;
}

.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;
		line-height: 20px;
	}
}
@media screen and (max-width: 767px) {
	.bg-item header img {
		width: 100%;
	}
	
	.bg-item header h3 {
		position: static;
		margin: 10px 15px;
		padding: 0;
		color: #000;
		text-shadow: none;
	}
}

#cloth:not(.clothv2) {
	margin: 0 0 80px;
	padding: 0;
	background-repeat: repeat;
	background-position: left top;
}
#cloth.darueber {
	position: relative;
}

#cloth:not(.clothv2):before {
	content: '';
	display: block;
	height: 30px;
	background-repeat: repeat;
	background-position: left top;
}

#cloth.darueber:not(.clothv2):before {
	content: '';
	position: absolute;
	top: -23px;
	width: 100%;
	display: block;
	height: 23px;
	background-repeat: repeat;
	background-position: left top;
}

#cloth:not(.clothv2):after {
	content: '';
	display: block;
	height: 30px;
	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-color: #432718;
	background-image: url("../jpg/cloth-wood-bg.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% 100%;
	color: #fff;
}
#cloth.clothv2 .menu-daily {
	margin-bottom: 30px;
}

#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: 6px 0;
}
#cloth .menu-daily table td p {
	margin: 0;
}

#cloth .menu-daily table td.price {
	text-align: right;
	font-weight: bold;
}

#cloth .menu-daily table td + td {
	padding-right: 0;
	vertical-align: middle;
	white-space: nowrap;
	font-weight: 700;
	text-align: right;
	font-size: 14px;
}

#cloth .menu-daily table .text {
	font-size: 14px;
}

#cloth .menu-daily .date-block {
	margin: 0 0 20px;
	padding: 0 0 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 0 0 4px;
	}
}

#bauer {
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 60px;
	margin-bottom: 60px;
}

#bauer h2 {
	line-height: 60px;
}

#bauer .subhdr {
	margin-bottom: 23px;
}

@media screen and (max-width: 1199px) {

	#bauer .bauer-text {
		padding-top: 0;
	}
	
	#bauer .subhdr {
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 991px) {
	#bauer h2 {
		line-height: 32px;
	}
}

@media screen and (max-width: 767px) {
	#bauer {
		background: none;
	}
}

#product-slider {
	padding-top: 40px;
}
#product-slider > div.row {
	margin: 0;
}

#biokistenfinder {
	padding-top: 40px;
}
#biokistenfinder .bg-header {
	background-image: url("../png/header-hdr2-bg.png");
	margin-bottom: 15px;
}
#product-slider .bg-header {
	background-image: url("../png/header-hdr2-bg.png");
	margin-bottom: 36px;
}
#product-slider.mt-60 {
	margin-top: 60px;
}
#product-slider.mb-60 {
	margin-bottom: 60px;
}

#product-slider .ps-item {
	padding: 0 10px 10px;
	margin: 0 15px;
	vertical-align: top;
	white-space: normal!important;
	outline: none;
}

#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 .img {
	position: relative;
	width: 100%;
	text-align: center;
	background: #f6f6f6;
}

.ps-item .img img {
	display: inline-block;
	width: 100%;
	height: auto;
}

.ps-item .img .preOrder {
	position: absolute;
	top: 15px;
	right: 0;
	left: 0;
	background-color: #9fbead;
	color: #FFF;
	padding: 5px 0;
	height: 46px;
	line-height: 17px;
}
.ps-item .img .preOrder .cols {
	float: left;
	width: 50%;
	white-space: nowrap;
}
.ps-item .img .preOrder .cols.trenn {
	background: url('../png/bg_dot.png');
	background-repeat: repeat-y;
	background-position: 100% 0;
}
.ps-item .img .preOrder .cols div {
	text-transform: uppercase;
	font-weight: bold;
}

@media (max-width: 560px) {
	.ps-item .img .preOrder {
		top: 5px;
		padding: 2px 0;
		line-height: 17px;
	}
	.ps-item .img .preOrder .cols {
		float: inherit;
		width: inherit;
		white-space: nowrap;
	}
	.ps-item .img .preOrder .cols.trenn {
		background: none;
	}
}

@media (max-width: 620px) {
	.ps-item .img .preOrder {
		font-size: 12px;
	}
}

@media (min-width: 992px) and (max-width: 1469px) {
	.ps-item .img .preOrder {
		top: 5px;
		padding: 2px 0;
		line-height: 21px;
		height: 90px;
		font-size: 14px;
	}
	.ps-item .img .preOrder .cols {
		float: inherit;
		width: inherit;
		white-space: nowrap;
	}
	.ps-item .img .preOrder .cols.trenn {
		background: none;
	}
}

@media (min-width: 1470px) {
	.ps-item .img .preOrder {
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.ps-item .img .preOrder {
		display: none;
	}
}

.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;
}
.view2 .ps-item .price .weight,
.view2 .ps-item .price .pperw,
.view2 .ps-item .cart,
.view2 .ps-item .mk,
.view2 .ps-item .price,
.view2 .ps-item .subtitle,
.view2 .ps-item .text {
	display: none;
}

.ps-item .text {
	font-size: 14px;
	line-height: 17px;
	height: 72px;
	overflow: hidden;
	margin-bottom: 16px;
}

.ps-item .price {
	float: left;
}
.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: #999;
}

.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 .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 .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: 105px;
	}
}

@media screen and (max-width: 660px) {
	#product-slider #ps-left,
	#product-slider #ps-right {
		font-size: 20px;
		margin-top: 75px;
	}
}

@media screen and (max-width: 550px) {
	#product-slider #ps-left,
	#product-slider #ps-right {
		font-size: 20px;
		margin-top: 40px;
	}
}

#timeline {
	padding-top: 38px;
	padding-bottom: 70px;
	text-align: center;
}

#timeline .bg-header {
	background-image: url("../png/header-hdr3-bg.png");
	margin-bottom: 20px;
}

.bg-header h2 {
	display: inline-block;
	background-color: #f1f2f1;
	background-image: url("../jpg/body-bg.jpg");
	padding: 0 5px;
}

#timeline h3 {
	margin: 11px 0 27px;
	font-family: "karbid", sans-serif;
	font-size: 42px;
}

#timeline .btn-green {
	margin-top: 16px;
	margin-bottom: 16px;
}

#timeline .divider {
	margin: 35px 0 30px;
}

#timeline .divider img {
	width: 100%;
}

@media screen and (max-width: 1419px) {
	#timeline h3 {
		font-size: 36px;
	}
}

.freschmarkt .fm-text-margin {
	margin-top: 27px;
	margin-bottom: 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;
	margin: 0;
	padding: 29px 20px;
	list-style: none;
}
.freschmarkt .fm-kulinarium.transparent {
	background-color: transparent;
}

@media (min-width: 768px) {
	body.allLoaded .freschmarkt .fm-kulinarium {
		height: 100%;
	}
}

.freschmarkt .fm-kulinarium li {
	margin-bottom: 8px;
}

.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 p {
	margin: 0;
}

.freschmarkt .btmd {
	margin-bottom: 30px!important;
}

.freschmarkt .downlink {
	position: absolute;
	right: 38px;
	font-size: 50px;
	color: #9fbead!important;
}

.freschmarkt .downlink.textLink {
	left: 22px;
	text-transform: uppercase;
	font-size: inherit;
	font-weight: bold;
}

.freschmarkt .downlink.textLink.box1 {
	position: inherit;
	left: inherit;
	bottom: inherit;
	background-color: #9fbead;
	color: #fff;
	padding: 5px 15px;
}

@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("../jpg/wood-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.newsletter .form-group {
	margin: 4px 0 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,
.newsletter ::-moz-placeholder,
.newsletter :-ms-input-placeholder,
.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("../jpg/wood-white-bg.jpg");
	background-repeat:no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	margin-bottom: 81px;
	padding: 50px 0 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 0 0 0;
}

@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("../jpg/vignette-bg.jpg");
	background-repeat:no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	max-width: 45vw;
	max-height: 45vw;
	padding: 20px;
	overflow: hidden;
}

.qs-item .img img {
	width: 100%;
	height: 100%;
	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: 35px;
	}
	
	#quote-wrapper #qs-left {
		margin-left: -175px;
	}
	
	#quote-wrapper #qs-right {
		margin-left: 144px;
	}
}

@media screen and (max-width: 552px) {
	#quote-wrapper #qs-left,
	#quote-wrapper #qs-right {
		top: 17vw;
	}
}

@media screen and (max-width: 400px) {
	#quote-wrapper #qs-left {
		margin-left: -135px;
	}
	#quote-wrapper #qs-right {
		margin-left: 104px;
	}
}

#footer {
	background-color: #7c5033;
	background-image: url("../jpg/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("../jpg/footer-top.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% 100%;
}

#footer a {
	color: #fff;
}
#footer .negMargin {
	margin: -25px 0 -16px 0;
}
#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: 138px;
	display: inline-block;
}
#footer .fb-like-container .fb-like > span,
#footer .fb-like-container .fb-like > span > iframe {
	width: 130px!important;
}
#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;
}

#footer .topRow {
	margin-bottom: 60px;
}

@media screen and (max-width: 1419px) {
	#footer {
		font-size: 14px;
	}
}

.product-list .bg-header {
	margin-bottom: 10px;
}

.product-filter {
	position: absolute;
	top: -40px;
	right: 15px;
}

.product-filter label {
	font-weight: normal;
	margin-bottom: 0;
	margin-left: 10px;
}

h2.pl {
	margin-bottom: 25px;
	font-family: "karbid", sans-serif;
	color: #000;
	font-size: 24px;
	font-weight: 700;
	line-height: 25px;
}

h2.pl.second {
	margin-bottom: 0;
	margin-top: 20px;
	position: relative;
}
h2.pl.second img {
	position: absolute;
	right: 10px;
	top: 4px;
}

h2.pl:before {
	content: url("../png/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 0 109px 0;
	padding: 0;
	list-style: none;
	position: relative;
}

.product-icns-list li {
	display: inline-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: 0;
	border-radius: 0;
	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: 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: 68px;
	height: 69px;
}

.freschmarkt.shop-fm {
	margin-top: 72px;
}

.freschmarkt.shop-fm .fm-text {
	background-image: url("../png/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("../png/header-hdr4-bg.png");
	margin-bottom: 32px;
}

#product-item-wrapper .pl {
	margin-bottom: 13px;
	font-family: "karbid", sans-serif;
	color: #000;
	font-size: 24px;
	font-weight: 700;
	line-height: 25px;
}

#product-item-wrapper .pl:before {
	content: url("../png/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 .pi-image .posRel {
	position: relative;
}

#product-item header.plusImage {
	margin: 20px 0 10px 0;
}
#product-item header.plusImage.plusImage {
	margin: 20px 0 -4px 0;
}

#ArtikelDetail_fancy h1,
#product-item header h1 {
	margin: 0;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
}
#product-item header.plusImage h1 {
	padding-top: 26px;
}

#product-item header .subhdr {
	font-size: 20px;
	line-height: 20px;
}
#product-item header .subhdr a {
	color: #333;
}

#product-item p {
	margin: 7px 0 35px;
	font-size: 14px;
	line-height: 20px;
}
#product-item .noPStyle {
	font: normal 14px/20px "Open Sans", sans-serif;
}
#product-item .noPStyle p {
	margin: 0;
	font: normal 14px/20px "Open Sans", sans-serif;
}
#product-item .noPStyle p.bioTipp {
	margin-top: 1rem;
}
#product-item .ltContainer {
	margin-left: 10px;
}
#product-item .ltContainer:first-child {
	margin-left: 0;
}
#product-item .noPStyle .ltContainer p {
	font-size: 12px;
	line-height: 16px;
}
#product-item .ltImgContainer {
	height: 60px;
	margin-top: 5px;
}
#product-item .ltLagerfaehigkeit {
	width: 14px;
	margin-left: 5px;
}
#product-item .ltTemperatur {
	height: 50px;
}
#product-item .ltLagerbedinung1 {
	width: 45px;
	margin-top: 10px;
}
#product-item .ltLagerbedinung2 {
	width: 45px;
}
#product-item .ltLager1,
#product-item .ltLager2 {
	height: 50px;
}
#product-item .ltLager3 {
	height: 52px;
}

@media (max-width: 1416px) and (min-width: 1200px) {
	#product-item .ltContainer {
		margin-left: 5px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#product-item .ltContainer {
		margin-left: 5px;
	}
}

@media (max-width: 418px) and (min-width: 358px) {
	#product-item .ltContainer {
		margin-left: 5px;
	}
}

#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"]: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 img {
	width: 65px;
	max-width: 25%;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}
#product-item .link-btn {
	margin: 35px 0 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: #999;
}
#product-item .note a {
	color: #999;
	text-decoration: underline;
}

#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 0 0 40px;
	padding: 0;
	list-style: none;
}

.op-item ul li {
	font-size: 14px;
	line-height: 20px;
}
.op-item ul li a {
	color: #333;
}
.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: #999;
}

.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;
	border: 1px solid #9fbead;
	text-transform: uppercase;
	font-weight: 700;
	background-image: url("../png/op-arrow.png");
	background-repeat: no-repeat;
	background-position: right 50%;
	display: inline-block;
	line-height: 30px;
	padding: 5px 10px;
	padding-right: 48px;
	margin-left: 0;
	margin-right: 0;
}

.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: #000;
}

#rezept-wrapper .recipe-zuruk span {
	display: block;
	font-weight: 700;
}

#rezept-wrapper .recipe-zuruk:before {
	content: url("../png/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 .grey {
	color: #999;
}
#rezept .quantity {
	margin: 5px 0;
	padding: 0;
}

#rezept header {
	margin: 22px 10px 8px 0;
	min-height: 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 0 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("../png/recipe-print-icn.png");
	margin-left: 20px;
	vertical-align: middle;
	height: 39px;
	display: inline-block;
}

#rezept .youtube-link {
	text-align: right;
	margin-right: 56px;
	margin-bottom: 40px;
	float: left;
}

#rezept .youtube-link a {
	display: inline-block;
	font-size: 14px;
	line-height: 45px;
	font-weight: 700;
	text-transform: uppercase;
}

#rezept .youtube-link a:hover,
#rezept .youtube-link a:focus {
	color: #9fbead;
	text-decoration: none;
}
#rezept .youtube-link a:before {
	content: url("../png/video-icn.png");
	margin-right: 15px;
	vertical-align: middle;
	height: 39px;
	display: inline-block;
}

#rezept .print-link.allinthewk-link a:after {
	content: '';
	margin-left: 0;
}
#rezept .print-link.allinthewk-link {
	margin-bottom: 20px;
	text-align: center;
	margin-right: 0;
}
#rezept .print-link.allinthewk-link a {
	width: 100%;
}
#rezept .quantity-wrapper {
	border-left: 1px solid #CCC;
	padding-left: 40px;
	font-size: 14px;
}

#rezept .btns {
	margin-top: 25px;
}

#rezept .ingridients {
	padding: 40px 10px 0 30px;
}
#rezept .addThisCont {
	padding-left: 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("../png/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: #999;
	line-height: 18px;
}

dl.list-itm dd {
	font-weight: 700;
	color: #000;
	line-height: 18px;
}

.other-recipes h2 {
	margin: 0 0 8px;
	padding: 0;
	font-size: 36px;
	line-height: 55px;
	text-align: center;
	color: #000;
	letter-spacing: 3px;
}

.other-recipes .divider {
	text-align: center;
	margin-bottom: 20px;
}

.other-recipes .media {
	padding: 7px 0 20px;
	border-bottom: 1px solid #CCC;
}

.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;
		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) ")";
	}
	
	.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;
	}
	
	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 0;
}

.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: 0;
	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: 0;
	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: 0;
	left: 0;
	margin: 0;
	padding: 49px 18px 5px 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 0;
}
.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 0;
}
.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: 0;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 36px;
}
.windowsStyle .header p {
	font-size: 16px;
	line-height: 20px;
}

#geworbenDurchContainer,
#neukundenPromoCodeContainer {
	display: none;
}
#notAvailableObst {
	margin-bottom: 20px;
}
#notAvailableObst .alert {
	margin-bottom: 0;
}

/* Gutschein */
#gutscheinFrom .form-group {
	position: relative;
	margin-bottom: 0;
}
#gutscheinFrom .form-group input + .btn-inline {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 100%;
}

/* Datenschutz */
.checkbox .checkboxKreis {
	width: auto;
	height: auto;
	line-height: 20px;
}
.checkbox .checkboxKreis label {
	font-weight: bold;
}

.openAlertWindow.logout {
	color: #c2d201!important;
}
.over_heroslider .over_video {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.over_heroslider .slideflaeche {
	width: 10%;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	cursor: pointer;
	z-index: 11;
}
.over_heroslider .slideflaeche.prev {
	left: 0;
}
.over_heroslider .slideflaeche.next {
	right: 0;
}

.over_heroslider.onload .notFirst,
.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: 0;
	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: 0;
	height: 100%;
	width: 50%;
}
.heroSlider .heroEintrag .text {
	right: 0;
}
.heroSlider .heroEintrag .playButton .inner,
.heroSlider .heroEintrag .text .inner {
	margin-left: auto;
	margin-right: auto;
	padding-right: 50px;
}
.heroSlider h5 {
	margin-bottom: 30px;
}
.heroSlider h1 {
	margin: 0;
	font-family: "androgyne", sans-serif;
	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;
}

.heroSlider .slick-dots {
	position: absolute;
	left: 14px;
	bottom: 14px;
	padding: 14px 7px;
	margin-bottom: 0;
	display: flex;
	flex-direction: row;
}
.heroSlider .slick-dots li:not(.slick-active) {
	background-color: #fff;
}
.over_heroslider .slideflaeche.prev {
	height: calc(100% - 60px);
}

.blogbild_over.video {
	position: relative;
	cursor: pointer;
}

.blogbild_over .videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	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: none;
}
.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: none;
}
.submenue_left ul.ebene3 li.active a {
	color: #9fbead;
	font-size: 12px!important;
}

.artikelGruppenprev .artikelGruppenprev_entry {
	position: relative;
	margin-bottom: 1rem;
}
.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;
}

#topbar-collapse {
	margin-top: 0;
	margin-bottom: 0;
	min-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: 0;
		width: 100%;
		text-align: center;
	}
	.heroSlider h5 {
		margin-top: 0;
		margin-bottom: 0;
		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;
	}
	.heroContainer .hero-item > div {
		bottom: auto;
		top: 15%;
	}
	.heroContainer .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 0!important;
	}
	.backContainer {
		padding-top: 30px;
	}
	#product-item .quantity {
		margin-top: 0!important;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	#product-item .quantity {
		margin-top: 0!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: 0;
}
.cursor-pointer {
	cursor: pointer;
}

/* Einkaufsliste */
.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 .intervalNoSelect {
	border-bottom: 1px solid #000;
	width: 50%;
}
.bottomProductLists .content .contentinner .elProdContainer .intervalNoSelect .icon {
	cursor: pointer;
}
.bottomProductLists .content .contentinner .elProdContainer .intervalNoSelect img {
	float: right;
	width: 20px;
	margin-top: 3px;
}
.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: 0;
	width: 100%;
	height: 100%;
	background: white;
	display: none;
	left: 0;
	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: 0;
	margin-bottom: 0;
}
.dyn-form .form-group.has-success .feedbackSpan {
	display: block;
	position: absolute;
	top: 30px;
	text-align: center;
}
.dyn-form .form-group {
	position: relative;
}
.dyn-form .form-control-danger {
	border-color: #a94442;
}
.dyn-form .form-group.has-danger .feedbackSpan,
.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:before {
	content: "\e013";
	color: #3c763d;
}

#product-slider .cart a {
	font-size: 11px!important;
}

/* Biokistenfinder */
#biokistenfinder {
	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: 0;
	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%;
	}
}

@media (max-width: 520px) {
	#biokistenfinder .frage .antworten_over .antwort {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

#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: 0;
}
#biokistenfinder .controls div.next {
	right: 0;
}

.slick-slide {
	height: auto!important;
}

.lieferEditPage .addArtikelLieferung {
	font-size: 25px;
}

#cloth > .row {
	margin-top: 10px;
	margin-bottom: 10px;
}
#cloth .eventEintrag .menu-img {
	padding-top: 0;
}
#cloth .eventEintrag .menu-img img {
	margin-top: 0;
	margin-bottom: 0;
}
#cloth .eventEintrag .menu-box h2 {
	margin-top: 0;
}
#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 {
	max-height: calc(100vh - 70px);
	overflow: auto;
}
.nav-mobile ul {
	margin-bottom: 0;
}
.nav-mobile .firstEbene {
	padding-left: 20px;
}
.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: 0 10px;
}
.nav-mobile .secondEbene {
	padding-left: 30px;
}
.nav-mobile .secondEbene li {
	border: none!important;
}
.nav-mobile .secondEbene li div.middle {
	padding: 0;
}
.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;
}

.nav-mobile .secondEbene .submenu {
	display: none;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 4px;
}
.nav-mobile .secondEbene .submenu li {
	padding: 2px 0;
}

.navbar-toggle.openmobilesearch {
	padding-top: 0!important;
	padding-bottom: 0!important;
}

.MobileMenueSuche {
	position: absolute;
	width: 100%;
	left: 0;
	background-color: #999;
	padding: 10px 0;
	display: none;
}
.MobileMenueSuche input {
	margin-bottom: 0!important;
}

.width100,
.w-100 {
	width: 100%;
}
.boxen .linkBtn {
	margin-bottom: 20px;
	margin-top: 20px;
}

.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;
}

.probeKiste {
	margin-top: 40px;
	margin-bottom: 30px;
	padding-top: 40px;
	padding-bottom: 25px;
	background-color: #fff;
}
.probeKiste .bg-header h2 {
	background: none;
}
.probeKiste #product-item .productEntry {
	margin-bottom: 30px;
}
.probeKiste #product-item .productEntry.selected .produktContainer {
	box-shadow: 5px 5px 10px #c2d201, 5px -5px 10px #c2d201, -5px 5px 10px #c2d201, -5px -5px 10px #c2d201;
	height: 100%;
}
.probeKiste #product-item .productEntry .prodName {
	margin-top: 8px;
	margin-bottom: 3px;
	font-family: "karbid", sans-serif;
	font-size: 23px;
	font-weight: 400;
	line-height: 25px;
	color: #333;
}
.probeKiste #product-item .productEntry .option {
	margin-bottom: 9px;
}
.probeKiste #product-item .productEntry .option ul li label {
	padding: 0 10px;
	margin-right: 6px;
}
.probeKiste #product-item .productEntry .price {
	font-family: "karbid", sans-serif;
	font-size: 23px;
	font-weight: 700;
	line-height: 26px;
	color: #000;
	margin-top: 0;
}
.probeKiste .formContainer {
	padding-top: 25px;
}
.probeKiste .probeKisteForm .form-group.checkbox {
	display: inline-block;
}
.probeKiste .checkboxBox input[type="checkbox"] {
	display: none;
}
.probeKiste .checkboxBox input[type="checkbox"] + label {
	position: relative;
	cursor: pointer;
	padding-left: 30px;
}
.probeKiste .checkboxBox input[type="checkbox"] + label:before {
	content: '';
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	left: 10px;
	top: calc(50% - 8px);
	border: 2px solid #fff;
	outline: 1px solid #9fbead;
}
.probeKiste .checkboxBox input[type="checkbox"]:checked + label:before {
	background-color: #9fbead;
}
.probeKiste #product-item .productEntry .img img {
	width: auto!important;
	max-width: 100%;
}

.probeKiste .absAlert .alert {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	margin: 0!important;
}

@media screen and (max-width: 1023.9px) {
	#header .container > .navbar-header {
		margin-left: -15px;
		margin-right: -15px;
	}
	.nav-mobile {
		width: 270px;
		max-width: 80%;
		float: right;
		padding-top: 5px;
	}
	#header {
		background: transparent;
		border-bottom: none;
	}
	.nav-mobile .firstEbene li.alwaysopen .secondEbene {
		display: block;
	}
	.nav-mobile .firstEbene {
		padding: 5px 15px;
	}
	.nav-mobile .secondEbene {
		padding: 0;
		margin-left: -10px;
		margin-right: -10px;
	}
	.nav-mobile li {
		padding: 7px 10px;
	}
	.nav-mobile .logout,
	.nav-mobile .login,
	.nav-mobile .firstEbene li div.middle,
	.nav-mobile .secondEbene li div.middle a {
		font-size: 16px;
	}
	.nav-mobile hr {
		margin-top: 2px;
		margin-bottom: 2px;
		border-top: 1px solid #000;
	}
	.nav-mobile .login,
	.nav-mobile .loginBtn {
		color: #c2d201!important;
	}
}

.wkFeedbackOverlay,
.mkFeedbackOverlay {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 999;
	background-color: rgba(255, 255, 255, 0.5);
	display: none;
}
.wkFeedbackOverlay .hint,
.mkFeedbackOverlay .hint {
	margin-top: -40px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.wkFeedbackOverlay .feedbackContainer,
.mkFeedbackOverlay .feedbackContainer {
	position: absolute;
	width: 318px;
	height: 267px;
	top: 25%;
	left: 50%;
	margin-left: -159px;
	background: none;
	padding: 0;
}

.feedbackSpan,
.alert {
	display: none;
}
.alert.alert-initially-visible,
.alert.alert-always-visible {
	display: inherit;
}
.alert p {
	margin: 0.5em 0;
}
.alert p.longtext {
	font-size: 0.86em;
}
.alert.alert-biocolor {
	border-color: #9fbead;
	background-color: #d5e0da;
	color: #52936f;
}
.mBottom {
	margin-bottom: 20px;
}

.loginDiv {
	color: #333;
	border-radius: inherit;
	background-image: url('../jpg/wood-bg.jpg');
	background-repeat: repeat;
	padding: 15px 0 0;
	width: 800px;
	height: 290px!important;
}
.loginDiv h2,
.loginDiv h3,
.loginDiv div.custom {
	color: #c2d201;
	font-weight: bold;
	font-size: 26px;
	margin-top: 0;
	margin-bottom: 20px;
	font-family: "androgyne", sans-serif;
}
.loginDiv .info,
.loginDiv label {
	color: #FFF;
}
.loginDiv .loginBtnContainer {
	height: 35px;
}
.loginDiv .loginBtnContainer .btn-default {
	border: 0;
	border-radius: inherit;
	color: #FFF;
	padding: 4px 12px;
	font-weight: bold;
	font-size: 12px;
	float: left;
}
.loginDiv .loginBtnContainer .btn-default:hover {
	background-color: #9fbead;
}
.loginDiv .loginDivLinks {
	color: #FFF;
	float: none;
	display: inline-block;
	margin-left: 10px;
	font-size: 12px;
	margin-top: 5px;
}
.loginDiv .loginDivLinks span.last {
	margin-left: 7px;
}
.loginDiv .loginDivLinks a {
	color: #FFF;
	cursor: pointer;
}
.loginDiv .loginDivLinks a:hover {
	text-decoration: underline;
}
.loginBtnContainer .btn-green,
.pwResetButtonContainer .btn-green {
	padding: 8px 18px;
	font-size: 14px;
}
.loginDiv .has-error label {
	color: #FFF;
}
.loginDivLinks span.last {
	text-align: right;
	display: block;
	width: 100%;
	margin: -15px 10px 0 0;
}
.loginDivLinks span.last .forgotPWLink {
	cursor: pointer;
	font-size: 0.8em;
	display: inline-block;
	line-height: 1.2em;
}
.loginBtns {
	padding-top: 5px;
	display: flex;
	justify-content: space-between;
}

.loginDiv .loginExternal {
	color: #FFF;
	float: left;
	margin: 0;
	font-size: 12px;
	display: block;
	background: #FFF;
	padding: 8px 10px;
	width: 100%;
}
.loginDiv .loginExternal a {
	color: #FFF;
	cursor: pointer;
	display: block;
	width: 205px;
	height: 25px;
	margin: 2px 0;
}
.loginDiv .loginExternal a.anmeldung-go {
	background-image: url('../anmeldung_go.html');
	background-repeat: repeat-x;
	padding: 4px 0 0 40px;
}
.loginDiv .loginExternal a.anmeldung-fb {
	background-image: url('../anmeldung_fb.html');
	background-repeat: repeat-x;
	padding: 4px 0 0 40px;
}
.loginDiv .loginBtnContainer .loginExternal a:hover {
	text-decoration: underline;
}
.loginBtnContainer .fancyclose {
	margin-left: 10px;
}

#wkLoginBox #wkLoginForm .loginExternal {
	color: #FFF;
	float: left;
	margin-left: 0;
	font-size: 14px;
	margin-top: 14px;
	padding: 0;
	display: block;
	width: 100%;
}
#wkLoginBox #wkLoginForm .loginExternal a {
	color: #FFF;
	cursor: pointer;
	width: 205px;
	height: 25px;
	margin: 0 0 8px;
	font-size: 12px;
	display: inline-block;
}
#wkLoginBox #wkLoginForm .loginExternal a.anmeldung-go {
	background-image: url('../anmeldung_go.html');
	background-repeat: repeat-x;
	padding: 4px 0 0 40px;
}
#wkLoginBox #wkLoginForm .loginExternal a.anmeldung-fb {
	background-image: url('../anmeldung_fb.html');
	background-repeat: repeat-x;
	padding: 4px 0 0 40px;
}
#wkLoginBox #wkLoginForm .loginExternal a:hover {
	text-decoration: underline;
}

.loginDiv .pwResetButtonContainer,
.loginDiv2 .pwResetButtonContainer {
	height: 35px;
	display: none;
}
.loginDiv .pwResetButtonContainer .btn-default {
	border-radius: inherit;
	color: #FFF;
	padding: 4px 12px;
	font-weight: bold;
	font-size: 12px;
	float: left;
}

.loginDiv .resetPWText {
	display: none;
	color: #fff;
}
.loginDiv2 .resetPWText {
	display: none;
}
.loginDiv2 .info {
	margin-top: 40px;
	margin-bottom: 40px;
}
.loginDiv.dropdown-menu {
	position: relative;
	top: 0;
	margin: 0;
	box-shadow: none;
}
.loginDiv #pwResetLoader {
	position: relative;
	top: 3px;
	left: 10px;
	display: none;
}
.loginDiv .alert {
	padding: 10px;
	font-size: 13px;
}

.logoutDiv {
	color: #333;
	border-radius: inherit;
	background-image: url('../jpg/wood-bg.jpg');
	background-repeat: repeat-x;
	padding: 15px 0 0;
	width: 375px;
	height: 185px;
}
.logoutDiv h2,
.logoutDiv h3,
.logoutDiv div.custom {
	color: #c2d201;
	font-weight: bold;
	font-size: 26px;
	margin-top: 0;
	margin-bottom: 10px;
	font-family: "androgyne", sans-serif;
}
.logoutDiv label {
	color: #FFF;
}
.logoutDiv p {
	color: #FFF;
	margin-bottom: 20px;
}
.logoutDiv .loginBtnContainer {
	height: 35px;
}
.logoutDiv .loginBtnContainer .btn-default {
	border: 0;
	border-radius: inherit;
	color: #FFF;
	padding: 4px 12px;
	font-weight: bold;
	font-size: 12px;
	float: left;
}
.logoutDiv .loginBtnContainer .btn-default.first {
	margin-right: 10px;
}
.logoutDiv .loginBtnContainer .loginDivLinks {
	color: #FFF;
	float: left;
	margin-left: 15px;
	font-size: 12px;
	margin-top: 5px;
}
.logoutDiv .loginBtnContainer .loginDivLinks span.last {
	margin-left: 7px;
}
.logoutDiv .loginBtnContainer .loginDivLinks a {
	color: #FFF;
	cursor: pointer;
}
.logoutDiv .loginBtnContainer .loginDivLinks a:hover {
	text-decoration: underline;
}
.logoutDiv.dropdown-menu {
	position: relative;
	top: 0;
	margin: 0;
	box-shadow: none;
}

#loginDivFeedback {
	margin: 15px 0;
}

.backContainer {
	position: relative;
	margin-bottom: 30px;
	font-family: "karbid", sans-serif;
}
.backContainer img,
.backContainer p {
	display: inline-block;
}
.backContainer p {
	line-height: 23px;
	margin: 0 0 0 15px;
	font-size: 21px;
}
.backContainer a p {
	color: #000;
}
.backContainer a {
	display: flex;
	align-items: center;
}
.backContainer h1 {
	margin: 0 0 0 15px;
}

.contentContainer .table > tbody > tr.white > td,
.table > tbody > tr.white > th,
.table > tbody > tr > td.white,
.table > tbody > tr > th.white,
.table > tfoot > tr.white > td,
.table > tfoot > tr.white > th,
.table > tfoot > tr > td.white,
.table > tfoot > tr > th.white,
.table > thead > tr.white > td,
.table > thead > tr.white > th,
.table > thead > tr > td.white,
.table > thead > tr > th.white {
	background-color: #fff;
	padding: 16px 10px;
}
.contentContainer .table > tbody > tr.red > td,
.table > tbody > tr.red > th,
.table > tbody > tr > td.red,
.table > tbody > tr > th.red,
.table > tfoot > tr.red > td,
.table > tfoot > tr.red > th,
.table > tfoot > tr > td.red,
.table > tfoot > tr > th.red,
.table > thead > tr.red > td,
.table > thead > tr.red > th,
.table > thead > tr > td.red,
.table > thead > tr > th.red {
	background-color: #FFF2F2;
	opacity: 1;
	padding: 16px 10px;
}
.contentContainer .table > tbody > tr.yellow > td,
.table > tbody > tr.yellow > th,
.table > tbody > tr > td.yellow,
.table > tbody > tr > th.yellow,
.table > tfoot > tr.yellow > td,
.table > tfoot > tr.yellow > th,
.table > tfoot > tr > td.yellow,
.table > tfoot > tr > th.yellow,
.table > thead > tr.yellow > td,
.table > thead > tr.yellow > th,
.table > thead > tr > td.yellow,
.table > thead > tr > th.yellow {
	background-color: #fcf8e3;
	opacity: 1;
	padding: 16px 10px;
}
.contentContainer .table > tbody > tr.orange > td,
.table > tbody > tr.orange > th,
.table > tbody > tr > td.orange,
.table > tbody > tr > th.orange,
.table > tfoot > tr.orange > td,
.table > tfoot > tr.orange > th,
.table > tfoot > tr > td.orange,
.table > tfoot > tr > th.orange,
.table > thead > tr.orange > td,
.table > thead > tr.orange > th,
.table > thead > tr > td.orange,
.table > thead > tr > th.orange {
	background-color: #f1e7c0;
	opacity: 1;
	padding: 16px 10px;
}
.contentContainer .table > tbody > tr.blue > td,
.table > tbody > tr.blue > th,
.table > tbody > tr > td.blue,
.table > tbody > tr > th.blue,
.table > tfoot > tr.blue > td,
.table > tfoot > tr.blue > th,
.table > tfoot > tr > td.blue,
.table > tfoot > tr > th.blue,
.table > thead > tr.blue > td,
.table > thead > tr.blue > th,
.table > thead > tr > td.blue,
.table > thead > tr > th.blue {
	background-color: #d9edf7;
	opacity: 1;
	padding: 16px 10px;
}
.contentContainer .table.tableWkReview > tbody > tr.white > td,
.table.tableWkReview > tbody > tr.white > th,
.table.tableWkReview > tbody > tr > td.white,
.table.tableWkReview > tbody > tr > th.white,
.table.tableWkReview > tfoot > tr.white > td,
.table.tableWkReview > tfoot > tr.white > th,
.table.tableWkReview > tfoot > tr > td.white,
.table.tableWkReview > tfoot > tr > th.white,
.table.tableWkReview > thead > tr.white > td,
.table.tableWkReview > thead > tr.white > th,
.table.tableWkReview > thead > tr > td.white,
.table.tableWkReview > thead > tr > th.white {
	background-color: rgba(255, 255, 255, 0.4);
}
.contentContainer .table > tbody > tr.white.condensed > td,
.table > tbody > tr.white.condensed > th,
.table > tbody > tr > td.white.condensed,
.table > tbody > tr > th.white.condensed,
.table > tfoot > tr.white.condensed > td,
.table > tfoot > tr.white.condensed > th,
.table > tfoot > tr > td.white.condensed,
.table > tfoot > tr > th.white.condensed,
.table > thead > tr.white.condensed > td,
.table > thead > tr.white.condensed > th,
.table > thead > tr > td.white.condensed,
.table > thead > tr > th.white.condensed {
	padding: 4px 10px;
}
.contentContainer .table > tbody > tr.spacer > td,
.table > tbody > tr.spacer > th,
.table > tbody > tr > td.spacer,
.table > tbody > tr > th.spacer,
.table > tfoot > tr.spacer > td,
.table > tfoot > tr.spacer > th,
.table > tfoot > tr > td.spacer,
.table > tfoot > tr > th.spacer,
.table > thead > tr.spacer > td,
.table > thead > tr.spacer > th,
.table > thead > tr > td.spacer,
.table > thead > tr > th.spacer {
	font-size: 1px;
	padding: 2px;
}
.contentContainer .table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	border: 0 none;
}
.contentContainer .table tr td.icon {
	width: 43px;
}
.contentContainer .table .spacer.height {
	height: 50px;
}
.contentContainer .table.tableWk .kistenIcon {
	width: 56px;
}
.contentContainer .table.tableWk .editImg {
	margin-left: 15px;
}

.leaveUnsavedWarning {
	display: none;
	width: 350px;
}
.leaveUnsavedWarning .btn-green {
	display: block;
	width: 100%;
	margin-top: 10px;
}
.leaveUnsavedWarning #resetOrderForm {
	margin-bottom: 0;
}
.leaveUnsavedWarning h4 {
	font-weight: bold;
	margin-bottom: 5px;
}
.returnFromLieferEdit {
	cursor: pointer;
	display: inline-block;
}

#resetOrderForm {
	margin-bottom: 25px;
}

h2.white {
	font-family: "karbid", sans-serif;
	background-color: #fff;
	font-size: 28px;
	color: #000;
	font-weight: bold;
	padding-left: 15px;
	line-height: 90px;
	margin-bottom: 50px;
}
h2.white span {
	float: right;
	margin-right: 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
	background-color: transparent;
}

.content-area {
	background: #fff;
	padding: 30px;
	margin-bottom: 50px;
}
.content-area.content-area-buttonafter {
	margin-bottom: 0;
}
.content-area h1 {
	font-family: "karbid", sans-serif;
	background-color: #fff;
	font-size: 28px;
	color: #333;
	font-weight: bold;
	line-height: 33px;
}
.content-area h2 {
	font-family: "karbid", sans-serif;
	background-color: #fff;
	font-size: 22px;
	color: #333;
	font-weight: normal;
	line-height: 28px;
	padding: 0;
	margin: 0;
}
.content-area h3 {
	font-family: "karbid", sans-serif;
	background-color: #fff;
	font-size: 22px;
	color: #999;
	font-weight: normal;
	line-height: 28px;
	padding: 0;
	margin: 0;
}
.content-area .trennung,
.content-area .blogImg {
	margin: 20px 0;
}
.content-area span {
	display: block;
	color: #CCC;
}

h2.bottom-border {
	font-family: "karbid", sans-serif;
	font-size: 28px;
	color: #333;
	font-weight: bold;
	line-height: 33px;
	position: relative;
}
h2.bottom-border:after {
	content: '';
	background-image: url('../png/header-hdr-small.png');
	background-size: cover;
	height: 3px;
	display: block;
	margin: 30px 0;
}

.btn-green-border {
	border: 1px solid;
	display: inline-block;
	border-color: #9fbead;
	padding: 9px 25px;
	color: #9fbead;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
}
.btn-white-border {
	border: 1px solid;
	display: inline-block;
	border-color: #fff;
	padding: 6px 12px;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
}
.btn-white-border:hover {
	color: #fff!important;
	text-decoration: none!important;
}

.blog-list {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 40px;
	text-align: left;
}
.blog-list li .inner hr {
	border-top: 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.blog-list li h4 {
	font-family: "karbid", sans-serif;
	font-size: 21px;
	color: #333;
	font-weight: bold;
	line-height: 23px;
	padding: 0;
	margin: 0;
}

input:-webkit-autofill {
	background: none!important;
	color: #000!important
}
.form-control-feedback {
	line-height: 46px;
}
.newsletter .has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.alert > p {
	margin-top: 0;
}
.alert > p:last-of-type {
	margin-bottom: 0;
}
#nlForm .has-error .form-control {
	background: rgba(191, 0, 0, 0.49);
}
.form-group label.control-label {
	font-weight: normal;
	font-size: 14px;
}
.has-feedback label ~ .form-control-feedback,
.has-danger label ~ .form-control-feedback {
	top: 32px;
	right: 15px;
}
.has-feedback .form-control-feedback {
	top: 0;
	right: 15px;
}
.has-feedback .form-control {
	padding-right: 27.5px;
}

.btn-with-pic {
	bottom: 80px;
}

.video.mobil {
	display: none;
}

@media (max-width: 1199px) {
	.btn-with-pic {
		bottom: auto;
		margin-top: 20px;
	}
	.btn-with-pic {
		text-align: center;
	}
	.video.desktop {
		display: none;
	}
	.video.mobil {
		display: block;
	}
}

@media (max-width: 767px) {
	form#registrierenForm .col-xs-4 {
		padding-right: 0!important;
	}
	form#registrierenForm .col-xs-4.has-feedback label ~ .form-control-feedback {
		right: 0;
	}
}

.has-feedback .input-group .form-control-feedback {
	display: none!important;
}
.form-group input,
.form-group select,
.form-group textarea {
	border: 1px solid #000;
	height: 43px;
	font-size: 16px;
	border-radius: 0;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
	border-color: #C2D201;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(194, 210, 1, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(194, 210, 1, 0.6);
}
.form-group input[type="checkbox"] {
	height: auto;
	margin-left: 0;
	position: inherit;
}
.form-group textarea {
	height: 129px;
}
.checkbox label {
	font-weight: normal;
	padding-left: 0;
}
label.checkbox {
	font-weight: normal;
}

.produktContainer .qty,
.productQty {
	display: none;
}

.produktContainer.articleNA {
	opacity: 0.5;
}

.headline.marginTop {
	margin-top: 50px;
}

.artikelListInhalt {
	display: none;
}
.artikelListInhalt > div,
.produktContainer.extra > div {
	background: #A2B9AF;
	color: #fff;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
.produktContainer.extra > div {
	height: 100%;
	padding: 0 15px;
	margin-bottom: 0;
}
.artikelListInhalt > div .img-container,
.produktContainer.extra > div .img-container {
	padding-top: 15px;
}
.artikelListInhalt > div .img-container img,
.produktContainer.extra > div .img-container img {
	display: inline-block;
}
.artikelListInhalt > div .headline,
.produktContainer.extra > div .headline {
	font-family: "androgyne", sans-serif;
	font-size: 33px;
	margin: 20px 0;
}
.produktContainer.extra > div .headline {
	font-size: 27px;
}
.artikelListInhalt > div .buttonContainer,
.produktContainer.extra > div .buttonContainer {
	position: absolute;
	bottom: 10px;
	right: 0;
	left: 0;
}
.artikelListInhalt > div .buttonContainer .btn-green,
.produktContainer.extra > div .buttonContainer .btn-green {
	border: 1px solid #fff;
	color: #fff;
	background: none;
	font-weight: normal;
}

.artikelListInhalt.fullimg > div {
	overflow: hidden;
	position: relative;
}
.artikelListInhalt.fullimg > div > img {
	min-height: 100%;
	max-width: none;
	width: 100%;
}
.artikelListInhalt.fullimg > div .textBox {
	position: absolute;
	bottom: 30%;
	padding-bottom: 15px;
	width: 100%;
	text-align: center;
}
.artikelListInhalt.fullimg > div .textBox h3 {
	color: #FFF;
	font-family: "androgyne", sans-serif;
	font-size: 45px;
	line-height: 45px;
	letter-spacing: 3px;
	text-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}
.artikelListInhalt.fullimg > div .textBox a.noStyle:hover {
	color: #FFF;
}

.artikelListInhalt.fullimg > div .textBox > img {
	max-width: 100%;
}

#lieferDetailWindow {
	background-color: #fff;
	padding: 25px;
	overflow-x: auto;
	display: flex;
	align-items: center;
	width: 500px;
}
#lieferDetailWindow.nofelx {
	display: block!important;
}
#lieferDetailWindow .header {
	margin-bottom: 20px;
}
#lieferDetailWindow[class],
#lieferDetailWindow.addItem {
	min-height: 100%;
	display: block;
}
#lieferDetailWindow.addItem .form-group {
	position: relative;
}
#lieferDetailWindow.addItem .form-group input {
	padding-right: 60px;
}
#lieferDetailWindow.addItem .form-group img {
	position: absolute;
	top: 2px;
	right: 10px;
}
#lieferDetailWindow.addItem .addition div {
	margin-top: 15px;
	position: relative;
}
#lieferDetailWindow.addItem .addition div a {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-wrap: nowrap;
}
#lieferDetailWindow .leftContent {
	padding-right: 30px;
}
#lieferDetailWindow .rightContent .header strong {
	color: #000;
	font-family: Karbid;
	font-size: 23px;
	font-weight: 700;
	line-height: 20px;
}

.lieferDetailChangeQty#lieferDetailWindow {
	width: 280px;
	min-height: auto;
}
.lieferDetailChangeQty.lieferPause#lieferDetailWindow {
	width: 350px;
	min-height: auto;
}
.lieferDetailChangeQty#lieferDetailWindow .btn-green {
	display: block;
	width: 100%;
}
.lieferDetailSwap#lieferDetailWindow {
	min-height: auto;
}
.lieferDetailSwap#lieferDetailWindow .btn-green {
	display: block;
	width: 100%;
}

#lieferDetailWindow .header h3 {
	margin: 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
}

#lieferDetailWindow .header p,
#lieferDetailWindow .addition p {
	font-size: 16px;
	line-height: 20px;
}
#lieferDetailWindow .quantity {
	margin-bottom: 20px;
}
#lieferDetailWindow #searchArtikelList .searchItemContainer {
	border-top: 5px solid #f9f9f9;
	margin-top: 15px;
	padding-top: 15px;
}
#lieferDetailWindow #searchArtikelList .searchItemContainer .image img {
	width: 80px;
}
#lieferDetailWindow #searchArtikelList .searchItemContainer .itemName {
	margin: 0 15px;
	font-weight: bold;
}
#lieferDetailWindow #searchArtikelList .searchItemContainer .itemPrice {
	margin: 0 15px;
	font-weight: bold;
	line-height: 80px;
}
#lieferDetailWindow #searchArtikelList .searchItemContainer .itemIcon {
	line-height: 80px;
}

.aboAddBtn {
	display: block;
}

.textmitbild {
	margin-bottom: 20px;
}
.textmitbild .textTable {
	display: table;
	height: 100%;
}
.textmitbild .textTable .texttd {
	display: table-cell;
	vertical-align: middle;
}

.textmitbild.backgroundImage h2 {
	margin-top: 15px;
}

.textmitbild .backgroundRow {
	position: absolute;
	top: 0;
	width: 100%;
}
.textbild_over.video {
	position: relative;
	cursor: pointer;
}
.textbild_over .videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
.textbild_over .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.shopPromo {
	color: #fff;
	position: relative;
}
.shopPromo h2 {
	font-size: 31px;
	line-height: 37px;
}
.shopPromo .btn-green {
	background: #fff;
	color: #9fbead;
	position: relative;
	bottom: 0;
}

.produktDetailContainer > .row {
	margin-bottom: 20px;
}
.produktDetailContainer .thumbnail {
	border-radius: 0;
	border: 0;
	padding: 10px;
	opacity: 0.7;
	cursor: pointer;
}
.produktDetailContainer .thumbnail.active {
	opacity: 1;
}

.productInfo {
	list-style: none;
	padding: 10px 0;
	border-top: 1px solid #999;
	margin-top: 35px;
}

.productInfo li {
	border-bottom: 1px solid #999;
	padding: 10px 0;
}
.productInfo li h2 {
	font-family: "karbid", sans-serif;
	font-size: 19px;
	line-height: 26px;
	font-weight: normal;
	color: #000;
	cursor: pointer;
	position: relative;
}
.productInfo li h2:after {
	content: "\f175";
	position: absolute;
	right: 20px;
	color: #9fbead;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.productInfo li.open h2:after {
	content: "\f176";
	position: absolute;
	right: 20px;
	color: #9fbead;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.productInfo li .infobox {
	display: none;
}
.productInfo li.open .infobox {
	margin-top: 10px;
	display: block;
}

header .kistenIcon {
	width: 56px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
}
header .rightPos {
	display: inline-block;
}

.wkProgressBar .pbLabel {
	margin-bottom: 10px;
	color: #999;
	font-weight: bold;
}
.wkProgressBar.active .pbLabel {
	color: #c3d301;
}
.wkProgressBar.done .pbLabel {
	color: #000;
}
.wkProgressBar .pbLine {
	background-color: #fff;
	height: 10px;
	position: absolute;
	left: 50%;
	width: 346px;
}
.wkProgressBar.done .pbLine {
	background-color: #c3d301;
	height: 10px;
	position: absolute;
	left: 50%;
	width: 346px;
}
.wkProgressBar .pbSmallLine.left {
	background-color: #c3d301;
	height: 10px;
	position: absolute;
	right: 50%;
	width: 100px;
}
.wkProgressBar .pbSmallLine.right {
	background-color: #fff;
	height: 10px;
	position: absolute;
	left: 50%;
	width: 100px;
}
.wkProgressBar .pbDot {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 17px 17px 17px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	left: 50%;
	margin-left: -17px;
	bottom: -10px;
	z-index: 10;
}
.wkProgressBar.active .pbDot,
.wkProgressBar.done .pbDot {
	border-color: transparent transparent #c3d301 transparent;
}

.myAboActionBtn {
	margin-bottom: 20px;
}
#contact-success,
#contact-error {
	margin: 0!important;
}
.artikelListHeadline {
	margin-top: 50px;
}

.aktiveFilter {
	display: block;
	font-size: 13px;
	margin-bottom: 20px;
}

.aktiveFilter span.item {
	border: 1px solid #000;
	margin-right: 10px;
	line-height: 13px;
	padding: 3px 0 3px 10px;
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.aktiveFilter span.item:after {
	content: "\f057";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 13px;
	line-height: 13px;
	color: #9fbead;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 5px;
	padding-left: 10px;
}

.dropdown-green {
	display: block;
	border: 1px solid #9fbead;
	color: #9fbead;
	background: #fff;
	padding: 0 20px 0 20px;
	position: relative;
	text-align: left;
	margin-bottom: 20px;
}

input.rezeptSearchInput {
	border: 1px solid #9fbead;
	color: #9fbead;
	background: #fff;
	width: 100%;
	height: 100%;
	text-transform: uppercase;
	font-size: 16px;
	padding: 8px 8px 8px 18px;
	font-weight: bold;
	height: 44px;
	margin-bottom: 20px;
}

input.rezeptSearchInput::-webkit-input-placeholder,
input.rezeptSearchInput:-moz-placeholder,
input.rezeptSearchInput::-moz-placeholder,
input.rezeptSearchInput:-ms-input-placeholder {
	color: #9fbead!important;
	opacity: 1!important;
}

.dropdown-green > span:after {
	content: "\f175";
	position: absolute;
	top: 8px;
	right: 0;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	line-height: 25px;
	font-size: 17px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.dropdown-green.open > span:after {
	content: "\f176";
}
.dropdown-green > span {
	font-weight: bold;
	padding-right: 25px;
	text-transform: uppercase;
	padding: 8px 0;
	display: block;
	position: relative;
	cursor: pointer;
}
.dropdown-green ul {
	list-style: none;
	margin: 0;
	margin-right: -20px;
	margin-left: -20px;
	padding: 0;
	text-align: left;
	display: none;
	width: 100%;
	background: #fff;
	border: 1px solid #9fbead;
	position: absolute;
	z-index: 9;
	margin-top: 5px;
}
.dropdown-green ul li {
	cursor: pointer;
	padding: 5px 20px;
	border-top: 1px solid #ccc;
}
.dropdown-green ul li:first-child {
	border-top: 0;
}
.dropdown-green ul li:hover,
.dropdown-green ul li.active {
	background-color: #f8f8f8;
}
.infoSpan {
	opacity: 0;
	font-size: 13px;
}

.tableWk tr td {
	vertical-align: middle!important;
}
.tableWk tr.transp {
	opacity: 0.6;
}

.artikelinfo .headline {
	font-size: 20px;
	font-weight: bold;
}
.artikelinfo .hersteller {
	color: #999;
	margin-bottom: 15px;
}
.highlight {
	font-weight: bold;
	font-size: 20px;
}
.highlight.red {
	color: #FD6060;
	font-weight: normal;
	font-size: 13px;
}

.lastWkRow {
	margin: 20px 0 80px 0;
}
.btn-big {
	padding: 24px 80px;
}
#regFormular {
	display: none;
}

.wkHeaderBox {
	padding: 15px;
	font-weight: bold;
	font-size: 16px;
}
.wkHeaderBox .text-right {
	padding-right: 20px;
	width: 150px;
}
.wkInfoBox {
	background-color: #fff;
	padding: 15px;
	margin-bottom: 15px;
}
.wkInfoBox .sub {
	color: #999;
}
.wkInfoBox h4 {
	font-weight: bold;
}
.wkInfoBox .headArrow {
	width: 100px;
	margin-top: 15px;
}
.wkInfoBox .headMenge,
.wkInfoBox .headSumme {
	width: 150px;
	padding-right: 20px;
	font-weight: bold;
	margin-top: 10px;
	font-size: 20px;
}
.wkInfoBox .headGesamt {
	width: 350px;
	padding-right: 20px;
	font-weight: bold;
	margin-top: 10px;
	font-size: 18px;
}
.wkInfoBox .headCheck {
	font-size: 14px;
	font-weight: bold;
}
.wkInfoBox .headCheck a {
	color: #9ebeb0;
}
.tableWkReview .image {
	width: 160px;
}
.tableWkReview .einzel {
	width: 150px;
}
.tableWkReview .menge {
	width: 150px;
	padding-right: 35px!important;
}
.tableWkReview .gesamt {
	width: 150px;
	padding-right: 35px!important;
}
.tableWkReview .paddRight {
	padding-right: 35px!important;
}

.sendSuccess {
	margin: 20px 0;
}

.alert.alert-danger a {
	color: #a94442;
}

.plzSearch {
	margin: 20px 0;
}
.plzSearch input.form-control {
	background: none;
	border: 1px solid #fff;
	color: #fff;
}
.plzSearch .has-error input.form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.plzSearch input.form-control::-webkit-input-placeholder {
	color: #fff;
}
.plzSearch .btn-green {
	background-color: #fff;
	color: #9fbead;
	text-align: center;
	border: 1px solid #fff;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}
.plzSearch #result,
.kistenContainer {
	display: none;
}
.kistenContainer.first {
	display: block;
}
.kistenContainer .imgcontainer {
	position: relative;
}

.kistenContainer .imgcontainer .overlayPic {
	position: absolute;
	top: -80px;
	left: 0;
	z-index: 10;
}

.suchergebnis ul {
	list-style: none;
}
.no-margin-top {
	margin-top: 0!important;
	display: block!important;
}

.wkPaymentOption {
	vertical-align: middle;
	height: 100px;
	border: 1px solid #ccc;
	box-shadow: inset 0 0 15px #D2D3DE;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
.wkPaymentOption > img {
	display: inline-block;
	max-height: 100%;
}
.wkPaymentOption:hover,
.wkPaymentOption.active,
.wkPaymentOption.wkPaymentOptionActive {
	box-shadow: inset 0 0 15px #9FBEAD;
	border: 1px solid #9FBEAD;
}

.wkPaymentDetails {
	display: none;
}
.wkPaymentDetails h3 {
	margin-bottom: 1em;
}

.wkDeatilRow {
	margin-top: 20px;
}

.wkPaymentDetail {
	display: none;
}
.wkPaymentDetail.active,
a.toggleTableDiv {
	display: block;
}

.blog-category-text {
	display: none;
	text-align: center;
	padding: 0 40px 40px;
}
.blog-category-text p:first-of-type {
	margin-top: 0;
}
.blog-category-text p:last-of-type {
	margin-bottom: 0;
}

.blogFilter {
	margin: 40px 0;
}
.blogFilter a {
	cursor: pointer;
	background-color: #9fbead;
	color: #fff;
	font-weight: bold;
	padding: 5px 16px;
	display: inline-block;
	margin-bottom: 2px;
	text-transform: uppercase;
}
.blogFilter a:hover,
.blogFilter a:focus,
.blogFilter a.active {
	color: #000;
	text-decoration: none;
}

.wkInfoBox .checkboxKreis {
	width: auto;
	height: auto;
}
.checkboxKreis {
	background-image: url('../png/radio.png');
	width: 11px;
	height: 25px;
	line-height: 20px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: left center;
}
.checkboxKreis.active {
	background-image: url('../png/radio_active.png');

}
.checkboxKreis label {
	margin-left: 25px;
	margin-bottom: 0;
	cursor: pointer;
	font-weight: bold;
}
.checkboxKreis input[type="checkbox"] {
	display: none;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
	background-color: #000;
	background-image: none;
	color: #fff;
	border-radius: 0
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
	background-color: #9fbead;
	background-image: none;
	color: #000;
	border-radius: 0
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
	background: #DCE7E1;
	color: #000;
}
.datepicker-dropdown.datepicker-orient-top:before,
.datepicker-dropdown.datepicker-orient-top:after {
	display: none;
}

.infoTableMittagsmenue {
	border-top: 4px dotted #333;
}
.infoTableMittagsmenue .half {
	width: 50%;
	vertical-align: top;
}
.nav-mobile {
	display: none;
}

#cooky-policy {
	min-height: 46px;
	width: 100%;
	background: #000;
	position: relative;
	font-size: 12px;
	padding: 10px;
	position: relative;
	padding-right: 30px;
	line-height: 23px;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99999;
}
#cooky-policy .text {
	margin-right: 24px;
	color: #ccc;
}
#cooky-policy .text a.info {
	color: #ccc;
	text-decoration: underline;
	white-space: nowrap;
}
#cooky-policy .close-container {
	position: absolute;
	top: 5px;
	right: 10px;
	width: 44px;
	height: 36px;

}
#cooky-policy .close-container a.close {
	opacity: 0.7!important;
	background-image: url('../png/fancybox_sprite.png');
	width: 44px;
	height: 36px;
	cursor: pointer;
	position: absolute;
	cursor: pointer;
	background-repeat: no-repeat;
}
body.isApp #cooky-policy {
	padding-bottom: env(safe-area-inset-bottom, 0);
}

.lieferverschiebungBackground {
	position: relative;
	margin-top: 25px;
	margin-bottom: 25px;
}
.lieferverschiebungBackground .textT {
	position: absolute;
	top: 20px;
}
.lieferverschiebungBackground .textT .txt-liefer {
	font-size: 20px;
}
.ps-item .price {
	float: none;
	margin-bottom: 10px;
}
.ps-item .cart {
	float: left;
}
.checkbox.biohof {
	width: 42px;
	height: 42px;
	display: inline-block;
}
.checkbox.biohof label {
	display: inline-block;
	width: 42px;
	height: 42px;
	color: #9EBEB0;
	border: 1px solid #9EBEB0;
}
.checkbox.biohof label::before {
	content: '';
}
.checkbox.biohof input {
	display: none;
}
.checkbox.biohof input[type="checkbox"]:checked + label::after,
.checkbox.biohof input[type="radio"]:checked + label::after {
	font-family: "FontAwesome";
	content: "\f00c";
	display: inline-block;
	line-height: 38px;
	width: 42px;
	height: 42px;
}
.bg-white {
	background: #fff;
}
.groupHeadline td {
	background-color: #fafafa;
	border-top: 1px solid #9fbead!important;
	border-bottom: 1px solid #9fbead!important;
	white-space: inherit!important;
}
.groupHeadline td p {
	font-size: 13px;
}
.groupHeadline td h4 {
	font-size: 18px;
}
#notAvailable .alert {
	margin-bottom: 0;
}
@media screen and (-ms-high-contrast: active) {
	.checkboxKreis input[type='checkbox']{
		display: inline-block!important;
	}
}
.pi-image > div:first-child {
	overflow: hidden!important;
}

.boxen {
	margin-top: 30px;
}
.boxen .entry > div.innerBox {
	overflow: hidden;
	position: relative;
	color: #fff;
	display: block;
	margin-bottom: 30px;
}
.boxen .entry > div.innerBox .textBox {
	position: absolute;
	width: 100%;
	text-align: center;
	height: 100%;
	display: flex;
	align-items: center;
	left: 0;
	top: 0;
}
.boxen .entry > div.innerBox a + .textBox {
	pointer-events: none;
}
.boxen .entry > div.innerBox .textBox h3 {
	font-family: "androgyne", sans-serif;
	font-size: 40px;
	line-height: 45px;
	letter-spacing: 3px;
	text-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
	margin-bottom: 20px;
	margin-top: 0;
	hyphens: auto;
}

.bottomProductLists {
	position: fixed;
	bottom: -440px;
	right: 30px;
	width: 370px;
	z-index: 1000;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	transition: all 150ms linear;
	box-shadow: 0 0 50px -15px #000;
}

@media (max-width: 450px) {
	body.isApp .bottomProductLists {
		width: 100%;
	}
	body.isApp .bottomProductLists .clickTab {
		width: calc(50% - 34px);
	}
	body.isApp .bottomProductLists {
		bottom: -447px;
	}
}

.bottomProductLists.open,
body.isApp .bottomProductLists.open {
	bottom: 0;
}
.bottomProductLists .clickTab {
	position: absolute;
	width: 155px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 15px 50px 0 #000;
	z-index: 1001;
	color: #9fbead;
	top: -38px;
}
.bottomProductLists .clickTab.back {
	background-color: #9fbead;
	color: #fff;
	z-index: 1000;
}
.bottomProductLists .openEL {
	left: 20px;
}
.bottomProductLists .openML {
	right: 20px;
}
.bottomProductLists .clickTab:before,
.bottomProductLists .clickTab:after {
	content: '';
	position: absolute;
	border-style: solid;
}
.bottomProductLists .openEL:before,
.bottomProductLists .openML:before {
	left: -20px;
	border-width: 0 0 38px 20px;
	border-color: transparent transparent #fff transparent;
}
.bottomProductLists .openEL.back:before,
.bottomProductLists .openML.back:before {
	left: -20px;
	border-width: 0 0 38px 20px;
	border-color: transparent transparent #9fbead transparent;
}
.bottomProductLists .openEL:after,
.bottomProductLists .openML:after {
	right: -20px;
	border-width: 38px 0 0 20px;
	border-color: transparent transparent transparent #fff;
}
.bottomProductLists .openEL.back:after,
.bottomProductLists .openML.back:after {
	right: -20px;
	border-width: 38px 0 0 20px;
	border-color: transparent transparent transparent #9fbead;
}
.bottomProductLists .content {
	height: 440px;
	width: 100%;
	z-index: 1001;
	background-color: #fff;
	position: relative;
}
body.isApp .bottomProductLists .content {
	height: calc(440px + env(safe-area-inset-bottom, 0));
	padding-bottom: env(safe-area-inset-bottom, 0);
}

.bottomProductLists .content .contentinner {
	display: block;
	height: 440px;
}
.bottomProductLists .content .contentinner .toScroll {
	height: calc(100% - 91px);
	overflow: auto;
}
.bottomProductLists .content .contentinner .toScroll::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}
.bottomProductLists .content .contentinner .toScroll::-webkit-scrollbar-button {
	width: 0;
	height: 0;
}
.bottomProductLists .content .contentinner .toScroll::-webkit-scrollbar-thumb {
	background: #000;
	border: 2px none #ff0000;
	border-radius: 0;
}
.bottomProductLists .content .contentinner .toScroll::-webkit-scrollbar-thumb:hover,
.bottomProductLists .content .contentinner .toScroll::-webkit-scrollbar-thumb:active {
	background: #000;
}
.bottomProductLists .content .contentinner .toScroll::-webkit-scrollbar-track {
	background: #FFF;
	border: 1px solid #000;
	border-radius: 0;
}
.bottomProductLists .content .contentinner .toScroll::-webkit-scrollbar-track:hover,
.bottomProductLists .content .contentinner .toScroll::-webkit-scrollbar-track:active {
	background: #FFF;
}
.bottomProductLists .content .contentinner .toScroll::-webkit-scrollbar-corner {
	background: transparent;
}
.bottomProductLists .content .contentinner.closed {
	display: none;
}
.contentLoading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bottomProductLists .content .contentinner .head {
	font-family: "androgyne", sans-serif;
	font-size: 35px;
	padding: 32px 15px;
	text-align: center;
	border-bottom: 1px solid #eee;
}
.bottomProductLists .content .contentinner .mlProdContainer {
	padding: 10px 18px;
	border-bottom: 1px solid #eee;
	display: block;
}
.bottomProductLists .content .contentinner .mlProdContainer .title {
	font-family: "karbid", sans-serif;
	font-weight: 700;
	margin-bottom: 4px;
}
.bottomProductLists .content .contentinner .mlProdContainer .controls {
	display: flex;
	justify-content: space-between;
}
.bottomProductLists .content .contentinner .mlProdContainer .wkAddBtn {
	width: calc(100% - 40px);
	background-color: #9fbead;
	color: #fff;
	display: block;
	float: left;
	text-align: center;
	text-decoration: none!important;
}
.bottomProductLists .content .contentinner .elProdContainer .deleteElArtikel,
.bottomProductLists .content .contentinner .mlProdContainer .deleteMlArtikel {
	border: 1px solid #9fbead;
	color: #9fbead;
	text-align: center;
	width: 21px;
	height: 21px;
	line-height: 19px;
}
.bottomProductLists .content .contentinner .mlProdContainer.notavailable {
	color: #d2d2d2;
}
.bottomProductLists .content .contentinner .mlProdContainer.notavailable .deleteMlArtikel {
	border: 1px solid #d2d2d2;
	color: #d2d2d2;
}
.bottomProductLists .content .contentinner .mlProdContainer.notavailable .wkAddBtn {
	display: none;
}
.bottomProductLists .content .contentinner .mlProdContainer.notavailable .controls {
	justify-content: flex-end;
}

.bottomProductLists .content .contentinner .elProdContainer {
	padding: 10px 18px;
	border-bottom: 1px solid #eee;
	display: block;
}
.bottomProductLists .content .contentinner .elProdContainer .heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 6px;
}
.bottomProductLists .content .contentinner .elProdContainer .heading .title {
	font-family: "karbid", sans-serif;
	font-weight: 700;
}
.bottomProductLists .content .contentinner .elProdContainer .deleteMlArtikel {
	border: 1px solid #9fbead;
	color: #9fbead;
	text-align: center;
	width: 21px;
	height: 21px;
	line-height: 19px;
	display: block;
}
.bottomProductLists .content .contentinner .elProdContainer .controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.bottomProductLists .content .contentinner .elProdContainer .controls select {
	width: 200px;
	border: none;
	border-bottom: 1px solid #000;
	padding: 0;
}

.quantity.quantitySmall {
	padding: 0;
	margin: 0;
}
.quantity.quantitySmall li {
	float: left;
}
.quantity.quantitySmall a {
	width: 21px;
	height: 21px;
	line-height: 21px;
	font-size: 15px;
}
.quantity.quantitySmall span {
	min-width: 21px;
	width: auto;
	height: 21px;
	line-height: 19px;
	margin: 0 3px;
	font-size: 16px;
}
.firmenForm {
	margin-bottom: 50px;
}

#map {
	height: 500px;
	max-height: 90vw;
}

html.isApp {
	width: 100%;
	height: 100%;
}
body.isApp {
	padding-top: env(safe-area-inset-top, 0);
	overflow: hidden;
	-webkit-overflow-scrolling: auto;
	height: 100%;
}
body.isApp.appSpecificSite {
	padding-top: 0;
}
body.isApp.appSpecificSite .bottomProductLists,
body.isApp.appSpecificSite footer {
	display: none;
}
body.isApp.appSpecificSite.page-intro #content {
	margin-top: 0!important;
}
body.isApp.appSpecificSite.page-intro #global-wrapper #content > .container {
	padding: 0;
	width: 100%;
}

body.isApp footer#footer {
	padding-bottom: env(safe-area-inset-bottom, 0);
}

body.isApp #header .navbar-brand {
	position: relative;
}

.appIntro {
	background: #262727 url("../jpg/background_r.jpg") no-repeat 50% top/cover;
	height: 100vh;
	display: flex;
	align-items: center;
	padding-top: env(safe-area-inset-top, 0);
	padding-bottom: calc(18px + env(safe-area-inset-bottom, 0));
	overflow: hidden;
}

body.isApp #global-wrapper {
	overflow: scroll;
	height: 100%;
}

.cycle-slideshow-appintro {
	height: 100%;
	display: flex;
	align-items: center;
	width: 100%;
}
.cycle-slideshow-appintro .slide {
	width: 100%;
	text-align: center;
	height: 100%;
	font-family: 'androgyne';
}
.appIntro .skipIntro {
	text-align: center;
	z-index: 998;
	margin-top: 30px;
}
.appIntro .skipIntro.ok {
	height: 70px;
	bottom: -90px;
}
.appIntro .skipIntro.skip a {
	display: inline-block;
	width: 35px;
	height: 35px;
	background: url("../png/close.png") no-repeat center / 35px;
}
.appIntro .skipIntro.ok a {
	display: inline-block;
	width: 70px;
	height: 70px;
	background: url("../png/ok.png") no-repeat center / 70px;
}
.appIntro .appintro-slider-pager {
	position: absolute;
	width: 100%;
	bottom: calc(25px + env(safe-area-inset-bottom, 0));
	text-align: center;
	z-index: 998;
}
.appIntro .appintro-slider-pager span {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border-color: #b5a463;
	background-color: #b5a463;
	margin: 0 7px;
	cursor: pointer;
	font-size: 0;
}
.appIntro .appintro-slider-pager .cycle-pager-active {
	border-color: #fff;
	background-color: #fff;
}

.slide-inner {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	height: 100%;
	padding-top: 30px;
	padding-bottom: 20vh;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.intro-slide-text {
	margin: 10px 13vw;
	background-image: url('../png/background-text.png');
	background-repeat: repeat-y;
	background-size: contain;
	color: #fff;
	font-size: 6vw;
	line-height: 1.5em;
	position: relative;
	padding: 12px 11vw;
	position: relative;
}
.intro-slide-text.has-heart {
	padding-left: 22vw;
}

.intro-slide-text-heart {
	position: absolute;
	left: 27px;
	top: -5%;
	transform: translateX(-50%);
	height: 110%;
	width: 32vw;
}
.intro-slide-text-heart > .bg {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.intro-slide-text-heart > .content {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
}
.intro-slide-text-heart > .content img {
	position: relative;
	width: auto;
	height: 38%;
	margin: 25% -0.2em 26% 0;
	object-fit: contain;
}

.intro-slide-circle {
	width: 73vw;
	height: 73vw;
	display: block;
	margin: 10px auto;
	z-index: 2;
	position: relative;
	background-image: url('../png/boxbg.png');
	background-repeat: no-repeat;
	background-size: contain;
	flex-shrink: 0;
	max-width: 50vh;
	max-height: 50vh;
}
.intro-slide-circle-inner {
	position: relative;
	left: 4.109589%;
	top: 4.109589%;
	width: 67vw;
	height: 67vw;
	background-color: #fff;
	border-radius: 1000px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 45.8904109589vh;
	max-height: 45.8904109589vh;
}
.intro-slide-circle img {
	display: inline-block;
	max-width: 80%;
	max-height: 20%;
	margin: 2% auto 6%;
}
.intro-slide-circle img.logo1 {
	max-width: 80%;
	max-height: 35%;
}

img#wimmelbild {
	display: block;
	position: absolute;
	width: 128%;
	left: -14%;
	bottom: 10px;
	margin: 10px auto;
	z-index: 5;
}

.intro-slide-circle img.only {
	max-width: 70%;
	max-height: 60%;
	margin: 0 auto;
}
.intro-slide-circle img.only.chat {
	max-height: 37%;
}
.intro-slide-circle img.only.service {
	max-height: 34%;
}
.intro-slide-circle span {
	display: block;
	padding: 4vw 14% 0;
	line-height: 1.4em;
	font-family: 'karbid';
}
.intro-slide-circle span.littletext {
	padding-left: 18%;
	padding-right: 18%;
}

img.gemuese {
	display: block;
	position: absolute;
	z-index: 2;
}
img.gemuese.karotten {
	right: -83vw;
	bottom: 10vh;
	transform: rotate(-45deg);
	width: 150vw;
}
img.gemuese.salat {
	left: -66vw;
	bottom: -35vh;
	transform: rotate(-0deg);
	width: 142vw;
	max-width: 108vh;
}
img.gemuese.salat2 {
	right: -19vw;
	bottom: -12vh;
	transform: rotate(-76deg);
	width: 70vw;
	max-width: 50vh;
}

img.gemuese.roterueb1 {
	left: -36vw;
	top: -10vh;
	transform: rotate(45deg);
	width: 100vw;
	max-width: 100vh;
}
img.gemuese.roterueb2 {
	left: -16vw;
	bottom: -14vh;
	transform: rotate(40deg);
	width: 100vw;
	max-width: 100vh;
}

img.gemuese.pakchoi {
	left: -27vw;
	top: -3vh;
	transform: rotate(45deg);
	width: 62vw;
}
img.gemuese.apfel {
	right: -4vw;
	bottom: -5vh;
	transform: rotate(-45deg);
	width: 60vw;
}
img.gemuese.pfeil {
	left: -22%;
	top: 70%;
	transform: rotate(-14deg);
	width: 40vw;
	height: auto;
	max-height: none;
}

.app-intro-app-symbol {
	position: absolute;
	bottom: -70px;
	font-size: 10vw;
	color: #fff;
	z-index: 100;
	white-space: nowrap;
	line-height: 1.8em;
	padding: 5px 23px;
}
.app-intro-app-symbol img {
	height: 10vw;
	display: inline-block;
	margin-right: -5px;
	position: relative;
	top: -2px;
}

@media (min-aspect-ratio: 1/1) {
	.intro-slide-circle span {
		padding: 2vh 13% 0;
	}
	.slide-inner {
		padding-bottom: 10vh;
	}
	.intro-slide-text {
		font-size: 5vh;
		padding: 2vh 10vw;
		width: 50vw;
		max-width: calc(400px + 20vw);
		margin: 3vh auto;
	}
	.intro-slide-text.has-heart {
		padding-left: 15vw;
	}
	.intro-slide-text-heart {
		width: 26vh;
	}
	img#wimmelbild {
		max-width: 67vh;
		transform: translateX(-50%);
		left: 50%;
	}
	.app-intro-app-symbol img {
		height: 8vh;
	}

	img.gemuese.karotten {
		right: -83vw;
		bottom: 10vh;
	}
	img.gemuese.salat {
		left: -22vw;
		bottom: -46vh;
	}
	img.gemuese.salat2 {
		right: -4vw;
		bottom: -20vh;
	}
	img.gemuese.roterueb1 {
		left: -36vh;
		top: -22vh;
	}
	img.gemuese.roterueb2 {
		left: -16vh;
		bottom: -32vh;
	}
	img.gemuese.pakchoi {
		left: -20vw;
		top: -30vh;width: 80vh;
	}
	img.gemuese.apfel {
		width: 50vh;
	}
	img.gemuese.pfeil {
		left: -15%;
		top: 70%;
		width: 24vh;
	}

	.intro-slide-circle .app-intro-app-symbol {
		left: 27%;
		top: 104%;
		font-size: 8vh;
	}
}

.popUp {
	position: fixed;
	left: 30px;
	bottom: 0;
	z-index: 100000;
	box-shadow: 0 0 5px #666;
	display: none;
	max-width: 70vw;
}
.popUp .popUpImg {
	max-width: 100%;
}
.popUp .closePopUp {
	position: absolute;
	right: 4px;
	top: 4px;
	cursor: pointer;
	padding: 4px;
}
@media (max-width: 767px) {
	.popUp .closePopUp {
		width: 30px;
		height: 30px;
	}
}

#input_4.form-control[readonly],
#input_5.form-control[readonly] {
	opacity: 1;
	background-color: #fff;
}

.textMitBildUniversal .entry {
	margin-top: 30px;
}
.textMitBildUniversal .entry h3 {
	font-family: "karbid", sans-serif;
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 25px;
}
.textMitBildUniversal.padTop {
	padding-top: 50px;
}
.textMitBildUniversal.padBottom {
	padding-bottom: 50px;
}
.textMitBildUniversal.padTopBottom {
	padding-top: 50px;
	padding-bottom: 50px;
}

.bvw-item-pos-1 .bg-item,
.bvw-item-pos-3 .bg-item,
.bvw-item-pos-4 .bg-item,
.bvw-item-pos-8 .bg-item {
	position: relative;
}

.bvw-item-pos-1 .bg-item p,
.bvw-item-pos-3 .bg-item p,
.bvw-item-pos-4 .bg-item p,
.bvw-item-pos-8 .bg-item p {
	display: none;
}

.bvw-item-pos-1 .bg-item footer span,
.bvw-item-pos-3 .bg-item footer span,
.bvw-item-pos-4 .bg-item footer span,
.bvw-item-pos-8 .bg-item footer span {
	text-shadow: 0 0 5px #999;
	color: #fff;
}

.bvw-item-pos-1 .bg-item footer,
.bvw-item-pos-3 .bg-item footer,
.bvw-item-pos-4 .bg-item footer,
.bvw-item-pos-8 .bg-item footer {
	position: absolute;
	bottom: 0;
}

.bvw-item-pos-1 .bg-item header,
.bvw-item-pos-3 .bg-item header,
.bvw-item-pos-4 .bg-item header,
.bvw-item-pos-8 .bg-item header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.bvw-item-pos-1 .bg-item header img,
.bvw-item-pos-3 .bg-item header img,
.bvw-item-pos-4 .bg-item header img,
.bvw-item-pos-8 .bg-item header img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.bvw-item-pos-1 .bg-item header h3.text-bottom,
.bvw-item-pos-3 .bg-item header h3.text-bottom,
.bvw-item-pos-4 .bg-item header h3.text-bottom,
.bvw-item-pos-8 .bg-item header h3.text-bottom {
	bottom: 77px;
}

@media (max-width: 768px) {
	.bvw-item-pos-1 .bg-item header,
	.bvw-item-pos-3 .bg-item header,
	.bvw-item-pos-4 .bg-item header,
	.bvw-item-pos-8 .bg-item header {
		position: unset;
		justify-content: flex-end;
	}
	.bg-item {
		justify-content: flex-end;
	}
	.bg-item footer {
		flex-grow: 0;
		position: relative!important;
	}
	.bg-item header {
		flex-grow: 1;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.bg-item footer span {
		margin-top: 0;
	}
}

.mlLink {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 5px;
	max-width: 21%;
	outline: none!important;
}
.mlLink .mlIcon {
	display: block!important;
}
.mlLink .mlIconActive,
.mlLink.active .mlIcon {
	display: none!important;
}
.mlLink.active .mlIconActive {
	display: block!important;
}

.kontingentartikelFancy {
	cursor: pointer;
}
.kontingentartikelFancy img {
	height: 43px;
}

.editartikeldelete {
	visibility: hidden;
}

.dashboard {
	padding-top: 50px;
	padding-bottom: 50px;
}
.dashboard .top .headline {
	font-family: "karbid", sans-serif;
	font-size: 28px;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

@media (max-width: 767.98px) {
	.dashboard .top .headline {
		text-align: center;
	}
}

.dashboard .top .text {
	font-size: 18px;
}
.dashboard .top .error {
	background-color: #c00000;
	color: #fff;
	text-align: center;
	padding: 10px 30px;
}
.dashboard .boxen .entry .outer {
	padding: 15px;
	background-color: #fff;
	color: #333;
}
.dashboard .boxen .entry .outer a.inner {
	color: #333;
}
.dashboard .boxen.desktop .entry .outer {
	margin-bottom: 30px;
}
.dashboard .boxen .entry .outer .inner {
	position: relative;
	display: block;
}
.dashboard .boxen.desktop .entry .outer .inner {
	padding-bottom: 46px;
	min-height: 180px;
	padding-right: 55px;
}
.dashboard .boxen.desktop .entry .outer .inner .absEdit {
	position: absolute;
	right: 0;
	top: 0;
}
.dashboard .boxen .entry .outer .inner .button a {
	position: absolute;
	bottom: 0;
	right: 0;
	text-transform: none;
	padding: 9px 25px;
}
.dashboard .boxen .entry .outer.green {
	background-color: #9fbead;
	color: #fff;
}
.dashboard .boxen .entry .outer.green a.inner {
	color: #fff;
}
.dashboard .boxen .entry .outer .headline {
	font-size: 22px;
	margin-bottom: 3px;
	font-weight: bold;
}
.dashboard .boxen .entry .outer .text {
	font-size: 16px;
	line-height: 22px;
}
.dashboard .boxen .entry.crossselling .outer {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.dashboard .boxen .entry.crossselling .outer .inner {
	position: relative;
	display: block;
}
.dashboard .boxen .entry.crossselling .outer .inner .text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
	font-family: 'androgyne', sans-serif;
	font-size: 30px;
	line-height: 36px;
	width: 100%;
}
.dashboard .boxen .entry.stoerer .top .outer {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}
.dashboard .boxen .entry.stoerer .top .outer .inner {
	position: relative;
	display: block;
	min-height: 270px;
	padding: 0;
	margin: 0;
}
.dashboard .boxen .entry.stoerer .top .outer .inner .text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
	font-family: 'androgyne', sans-serif;
	font-size: 30px;
	line-height: 36px;
	width: 100%;
	background-color: #9fbead;
	padding: 10px;
}
.dashboard .boxen .entry.stoerer .bottom .outer .inner {
	min-height: 150px;
}
.dashboard .boxen .entry.stoerer .bottom .outer .inner .buttonsLeft {
	position: absolute;
	bottom: 0;
	left: 0;
}
.dashboard .boxen .entry.stoerer .bottom .outer .inner .buttonsLeft a {
	margin-right: 20px;
}

@media (max-width: 1199.98px) {
	.dashboard .boxen .entry.stoerer .bottom .outer .inner .buttonsLeft a {
		margin-right: 3px;
	}
	.dashboard .boxen .entry.stoerer .bottom .outer .inner .buttonsLeft a img {
		transform: scale(0.7);
	}
}

.dashboard .boxen.mobile .headline img {
	margin-right: 10px;
}
.dashboard .boxen.mobile .entry .outer {
	padding: 5px 10px;
	margin-bottom: 15px;
}
.dashboard .boxen.mobile .entry .outer.green {
	padding: 10px 15px;
}
.dashboard .boxen.mobile .entry.crossselling .outer .inner {
	position: relative;
	min-height: 120px;
}
.dashboard .boxen.mobile .entry.crossselling .outer .inner .text {
	font-size: 30px;
	line-height: 36px;
}
.dashboard .boxen.mobile .entry.stoerer .top {
	margin-bottom: 15px;
}
.dashboard .boxen.mobile .entry.stoerer .bottom .outer {
	padding: 0;
	background-color: transparent;
}
.dashboard .boxen.mobile .entry.stoerer .bottom .outer .inner {
	min-height: auto;
	padding-bottom: 60px;
}
.dashboard .boxen.mobile .entry.stoerer .bottom .outer .inner .text {
	font-size: 18px;
	line-height: 26px;
}
.dashboard .boxen.mobile {
	margin-top: 10px;
}

.copy-adv-link {
	cursor: pointer;
}
.share-container-outside .col-md {
	height: 46px;
}
.share-container p {
	margin-top: 0;
	margin-bottom: 2px;
}
.share-container .desktopImg {
	background-color: #fff;
	filter: invert(1);
}
.shareRow {
	position: absolute;
	bottom: 0;
}
.shareRow .btn-green-border,
.copy-adv-link {
	text-transform: none;
}
.shareRow p {
	margin: 0;
	margin-bottom: 3px;
}
.share-container div {
	padding-right: 5px;
	display: inline-block;
}
.share-container div:last-of-type {
	padding-right: 0;
}
.mobile .copy-adv-link {
	margin-top: 0.5em;
}
.dashboard .mobile .share-container {
	margin-top: 10px;
}
.share-container div a {
	pointer-events: all;
	cursor: pointer;
}

.share-elsewhere-container {
	display: none;
}
.copy-adv-link {
	position: relative;
	overflow: hidden;
}
.copy-adv-link .successMessage {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #efe;
	text-align: center;
	padding: 9px 2px;
	color: #0cc20c;
}

.dashboard .desktop .share-container {
	display: flex;
	justify-content: center;
	align-items: baseline;
}
.dashboard .desktop .d-flex {
	display: flex;
	justify-content: end;
	align-items: end;
}
.dashboard .btncontainer {
	align-items: end;
	display: flex;
}
.copyarea {
	opacity: .01;
	height: 0;
	position: absolute;
	z-index: 1;
}
.copyarea .active-copy {
	display: block;
}

.produktDetailContainer .kw-item-prom {
	background-color: #9fbead;
	color: #FFF;
	text-align: left;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 30px;
}
.produktDetailContainer .kw-item-prom h2 {
	font-family: "androgyne", sans-serif;
	color: #FFF;
	font-size: 30px;
	line-height: 30px;
	padding-top: 15px;
	padding-left: 50px;
}
.produktDetailContainer .kw-item-prom .col-lg-9.col-12 span {
	font-family: "androgyne", sans-serif;
	color: #FFF;
	font-size: 30px;
	line-height: 30px;
	padding-top: 15px;
	font-weight: 500;
}
.produktDetailContainer .kw-item-prom .col-lg-2.col-12 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.produktDetailContainer .kw-item-prom a {
	color: #FFF;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}
.produktDetailContainer .kw-item-prom svg g {
	fill: #FFF;
}
.produktDetailContainer .kw-item-prom p {
	padding-left: 50px;
	margin: 5px 0;
}
.produktDetailContainer .kw-item-prom .col-xs-6.text-right {
	line-height: 20px;
}
.produktDetailContainer .kw-item-prom .col-xs-6.text-right span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media (max-width: 767.98px) {
	.dashboard {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

#prepareWkList .bwv {
	padding-top: 48px;
	padding-bottom: 48px;
}
#prepareWkList .bwv p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200;
}

.dynSyretaDiv {
	display: none;
}

.regIntro {
	border-radius: 10px;
}
.regIntro .fancybox-skin {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.26);
	background-color: #fff;
}
.regIntro .arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.regIntro .arrowPrev {
	right: calc(100% + 20px);
}
.regIntro .arrowNext {
	left: calc(100% + 20px);
}
.regIntro .introSlides {
	padding-left: 15px;
	padding-right: 15px;
	width: 1063px;
	max-width: calc(100vw - 200px);
}
.regIntro .introSlides .top {
	background-color: #A5C715;
	padding-bottom: 8px;
	margin-bottom: 60px;
	padding-top: 29px;
	font-size: 67px;
	line-height: 89px;
	color: #fff;
	font-family: "androgyne", sans-serif;
	position: relative;
}
.regIntro .introSlides .top:after {
	content: '';
	background-image: url('../svg/fancyboxtop.svg');
	background-position: 50% 100%;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: 60px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
}
.regIntro .introSlides .content {
	padding-left: 50px;
	padding-right: 50px;
	font-size: 26px;
	line-height: 36px;
	color: #005426;
	margin-bottom: 30px;
}
.regIntro .introSlides .content .video {
	margin-top: 20px;
	margin-bottom: 20px;
}
.video-replay-button {
	display: none;
	opacity: 0;
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	transition: all 0.2s;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	justify-content: center;
	align-items: center;
}
.video-replay-button svg {
	height: 100%;
	width: clamp(30px, 16vw, 130px);
	filter: drop-shadow(0 2px 8px rgb(0 0 0 / 0.7));
	-webkit-filter: drop-shadow(0 2px 8px rgb(0 0 0 / 0.7));
}
.video-replay-button.visible {
	display: flex;
	opacity: 1;
}
@media (max-width: 991.98px) {
	.regIntro .introSlides .top {
		font-size: 44px;
		line-height: 50px;
		margin-bottom: 30px;
		padding-top: 20px;
	}
	.regIntro .introSlides .top:after {
		height: 30px;
	}
	.regIntro .introSlides .content {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 22px;
		line-height: 30px;
		color: #005426;
		margin-bottom: 30px;
	}
	.regIntro .arrowPrev {
		right: 100%;
	}
	.regIntro .arrowNext {
		left: 100%;
	}
	.regIntro .introSlides {
		max-width: calc(100vw - 140px);
	}
}

@media (max-width: 767.98px) {
	.regIntro .introSlides .top {
		font-size: clamp(19px, 7vw, 30px);
		line-height: 34px;
		margin-bottom: 20px;
		padding-top: 12px;
	}
	.regIntro .introSlides .top:after {
		height: 20px;
	}
	.regIntro .introSlides .content {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 20px;
		line-height: 23px;
		margin-bottom: 20px;
	}
	.regIntro .arrow {
		top: calc(100% + 10px);
		transform: translateY(0);
	}
	.regIntro .arrowPrev {
		right: calc(50% + 5px);
	}
	.regIntro .arrowNext {
		left: calc(50% + 5px);
	}
	.regIntro .introSlides {
		width: 1063px;
		max-width: 100%;
		max-height: calc(100vh - 160px);
	}
	.regIntro .introSlides .content {
		display: flex;
		flex-direction: column;
	}
	.regIntro .introSlides .content > .row {
		order: 1;
	}
	.regIntro .introSlides .content > .row.video {
		order: 2;
		margin-bottom: 20px;
		margin-top: 10px;
	}
	.regIntro .introSlides .content > .row.text > div {
		margin-top: 10px!important;
	}
}

.dynFormular,
.dynFormular .bg-header {
	margin-bottom: 25px;
}
.dynFormular .form-group .row,
.dynFormular .form-group .row .form-check {
	padding-left: 15px;
	padding-right: 15px;
}
.dynFormular .form-group input[type="radio"] {
	height: auto;
}
.dynFormular .headline {
	font-size: 25px;
	font-weight: 700;
	line-height: 25px;
	margin: 25px 0 15px 0;
}
.dynFormular .subline {
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
}

.ghForm .buttonRow {
	margin-bottom: 20px;
}

.ghForm .buttonRow .btn {
	margin-left: 15px;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
	position: absolute!important;
	width: 1px!important;
	height: 1px!important;
	padding: 0!important;
	margin: -1px!important;
	overflow: hidden!important;
	clip: rect(0, 0, 0, 0)!important;
	white-space: nowrap!important;
	border: 0!important;
}
div.spacer {
	margin-bottom: 5px;
}
div.control-label {
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 5px;
}