/* Allgemeine Zusatzstyles */
@font-face {
	font-family: 'MyriadPro';
	src: url('../fonts/Myriad/MyriadPro-Regular.otf') format('truetype');
}
@font-face {
	font-family: 'MyriadPro';
	src: url('../fonts/Myriad/MyriadPro-Bold.otf') format('truetype');
	font-weight: bold;
}
@font-face {
	font-family: 'MyriadPro';
	src: url('../fonts/Myriad/MyriadPro-Semibold.otf') format('truetype');
	font-weight: 600;
}
.container.bigger {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
@media (min-width: 1024px) {
	.container.bigger {
		max-width: 1024px;
		padding: 0;
	}
}
.clear {
	clear: both;
}
.spacer10 {
	margin-top: 10px;
}
.spacerbottom10 {
	margin-bottom: 10px !important;
}
.spacerbottom20 {
	margin-bottom: 20px !important;
}
.spacerbottom30 {
	margin-bottom: 30px !important;
}
.spacerbottom40 {
	margin-bottom: 40px !important;
}
.spacer20 {
	margin-top: 20px;
}
.spacer25 {
	margin-top: 25px;
}
.spacer30 {
	margin-top: 30px;
}
.spacer40 {
	margin-top: 40px;
}
.spacer50 {
	margin-top: 50px;
}
.spacer90 {
	margin-top: 90px;
}
.border-bottom {
	border-bottom: 1px solid #e6e6e6;
}
.border-top {
	border-top: 1px solid #e6e6e6;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
	margin: 0;
}
h1, .h1 {
	font-size: 22px;
}
.seotxt h1, .seotxt .h1, .seotxt h2, .seotxt .h2, .seotxt h3, .seotxt .h3, .seotxt h4, .seotxt .h4 {
	margin: 0 0 10px;
}
.seotxt {
	margin: 20px 0 0px;
}
.subheadline {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
.has-error span, .has-feedback span {
	color: #a94442;
}
input[type="radio"].checkbox, input[type="checkbox"].checkbox {
	margin: 5px 10px 0 0;
}
@media (min-width: 1200px) {
	.spacer-lg-10 {
		margin-top: 10px;
	}
	.spacer-lg-20 {
		margin-top: 20px;
	}
	.spacer-lg-30 {
		margin-top: 30px;
	}
	.spacer-lg-90 {
		margin-top: 90px;
	}
}
@media (max-width: 1199px) and (min-width: 992px) {
	.spacer-md-20 {
		margin-top: 20px;
	}
	.spacer-md-30 {
		margin-top: 30px;
	}
	.spacer-md-60 {
		margin-top: 60px;
	}
	.spacer-md-90 {
		margin-top: 90px;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	.spacer-sm-10 {
		margin-top: 10px;
	}
	.spacer-sm-20 {
		margin-top: 20px;
	}
	.spacer-sm-30 {
		margin-top: 30px;
	}
	.spacer-sm-60 {
		margin-top: 60px;
	}
	.spacer-sm-90 {
		margin-top: 90px;
	}
}
@media (max-width: 767px) {
	.spacer-xs-10 {
		margin-top: 10px;
		display: inline-block;
	}
	.spacer-xs-20 {
		margin-top: 20px;
		display: block;
	}
	.spacer-xs-30 {
		margin-top: 30px;
		display: block;
	}
	.spacer-xs-40 {
		margin-top: 40px;
		display: block;
	}
	.spacer-xs-60 {
		margin-top: 60px;
		display: block;
	}
	.nopadding-xs {
		padding: 0;
	}
	.btn-block-xs {
		display: block;
		width: 100%;
	}
	.btn.pull-right, .btn.pull-left {
		float: none !important;
	}
}
.display_none {
	display: none
}
.noborder {
	border: none !important;
}
#ws_inquiry_content {
	display: block !important;
}
.position-relative {
	position: relative;
}
.color-base {
	color: #00305d;
}
.color-red {
	color: #d50023;
}
.color-blue {
	color: #2f699e;
}
.color-green {
	color: #009640;
}
.color-yellow {
	color: #eca01b;
}
.color-grey-dark {
	color: #7d7d7d;
}
.color-grey-light {
	color: #f9f7f8;
}
.linehorizontal-light {
	border-top: 1px solid #fff;
	margin: 15px 0;
}
.linehorizontal-blue {
	border-top: 1px solid #00305d;
	margin: 15px 0;
}
.form-control, .form-control:focus {
	box-shadow: none;
}
.nomargin {
	margin: 0 !important;
}
.nopadding {
	padding: 0 !important;
}
.nopaddingleft {
	padding-left: 0 !important;
}
.nopaddingright {
	padding-right: 0 !important;
}
.padding10right {
	padding-right: 10px;
}
.padding20right {
	padding-right: 20px;
}
.padding20left {
	padding-left: 20px;
}
@media (max-width: 991px) {
	.breadcrumb {
		display: none;
	}
}
@media (max-width: 991px) {
	.spacer-sm-20 {
		margin-top: 20px;
	}
	.spacer-sm-40-bottom {
		margin-bottom: 40px;
	}
	.h1, h1 {
		font-size: 24px;
	}
	.h2, h2 {
		font-size: 21px;
	}
	.h3, h3 {
		font-size: 16px;
	}
	.h4, h4 {
		font-size: 14px;
	}
	.h5, h5 {
		font-size: 12px;
	}
	.page-header {
		margin-top: 0px;
	}
}
.glyphicon-refresh-animate {
	-animation: spin 2s infinite linear;
	-webkit-animation: spin2 2s infinite linear;
	font-size: 100px;
	color: #cccccc;
}
@-webkit-keyframes spin2 {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spin {
	from {
		transform: scale(1) rotate(0deg);
	}
	to {
		transform: scale(1) rotate(360deg);
	}
}
a .glyphicon-menu-right {
	font-size: 8px;
	margin-right: 5px;
}
.nav-tabs > li > a {
	background: #e5eaee;
	border-bottom: none;
}
.nav > li > a:hover, .nav > li > a:focus {
	background-color: #e5eaee;
}
ul {
	padding: 0px;
	list-style: none;
}
.form-horizontal .control-label {
	padding-top: 0px;
}
.btn:focus, .btn-link:focus {
	outline: none;
}
@media (max-width: 992px) {
	.btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:active:focus {
		background: #fff;
		box-shadow: none;
	}
}
.btn .glyphicon-menu-right,
.btn .glyphicon-menu-left {
	font-size: 12px;
}
.btn-reverse .glyphicon-menu-right {
	margin: 10px 0px;
}
.btn-reverse {
	color: #00305d;
	background: #fff;
	padding: 6px 7px;
}
.btn-reverse:hover, .btn-reverse:active, .btn-reverse:focus {
	color: #fff;
	background: #00305d;
}
.btn-next, .switch-btn {
	padding: 6px 8px;
}
.btn-next .glyphicon-menu-right, .switch-btn .glyphicon-menu-right {
	margin: 0px;
}
.switch-btn {
	float: right;
}
.btn-link, .btn-link:hover {
	text-decoration: none;
	padding-left: 0;
}
ul, ol {
	margin-bottom: 0px;
}
/* Zusatzstyle, da Selects teilweise fertig ohne "form-control"-Klasse kommen müssen*/
select {
	display: block;
	width: 100%;
	height: 34px;
	padding: 5px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #00305d;
	background-color: #fff;
	background-image: none;
	border: 1px solid #00305d;
}
.has-error select {
	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);
}
.has-error p {
	color: #a94442;
}
/* Styles des Headers */
.uspbar {}
.uspbar--inner {
	padding: 10px 15px;
}
.uspbar--inner ul {
	padding: 10px 0px;
	margin: 0;
}
.header-container {
	background: #00305d;
	color: #fff;
}
@media (min-width: 992px) {
	.header--fixed {
		position: fixed;
		width: 100%;
		z-index: 99;
		top: 0;
	}
	.forfixed.isFixed {
		height: 125px;
	}
	#ws_cookie_layer.isFixed {
		position: absolute;
	}
	#navigation.isFixed {
		position: fixed;
    	top: 70px;
		left: 0;
		right: 0;
		background: #fff;
		z-index: 99;
		padding-top: 7px !important;
	}
}
.icon-search-white {
	background: url(../images/icons/search-lupe-white.svg) no-repeat center center;
	height: 22px;
	width: 22px;
	margin: 0 auto 3px;
}
#searchBtnForFixedNav {
	position: absolute;
	left: -47px;
	padding: 21px 10px 7px;
	font-size: 12px;
	cursor: pointer;
}
#searchBtnForFixedNav:hover {
	background: #f9f7f8;
	color: #00305d;
}
#searchBtnForFixedNav:hover .icon-search-white {
	background: url(../images/icons/search-lupe.svg) no-repeat center center;
}
#searchBarForFixedNav {
	display: none;
	position: absolute;
    left: -225px;
    top: 20px;
}
#searchBarForFixedNav.open {
	display: block;
}
#searchBarForFixedNav .input-group-btn {
	display: none;
}
#searchBarForFixedNav #quicksearch_inputfield {
	padding-right: 12px !important;
	width: 178px;
}
#ffSuggestContainerWrapper.isFixed {
	position: fixed !important;
	top: 70px;
	right: 0;
    left: 0;
    margin: 0 auto;
}
	
	
.newMenu, .newMenuLink {
	padding: 20px 0;
}
.newMenu .badge {
	position: absolute;
	top: 15px;
	right: 20px;
}
@media (max-width: 992px) {
	.newMenu .badge {
		top: 30%;
		right: 5%;
	}
}
@media (max-width: 768px) {
	.newMenu .badge {
		top: 30%;
		right: 25%;
	}
}
.header-container li.flaggen {
	white-space: nowrap;
	padding: 24px 0;
}
.header-container .service li a.flaggen_fr_inactive, .header-container .service li a.flaggen_ch_inactive {
	width: 23px;
	height: 13px;
	float: left;
	margin: 0px 0px 0px 0px;
}
.header-container li a.flaggen_fr, .header-container li a.flaggen_fr_inactive:hover {
	background: url(../images/icon_flagge_fr.gif) no-repeat center center;
	padding: 0px 13px;
}
.header-container li a.flaggen_fr_inactive {
	background: url(../images/icon_flagge_fr_inaktiv.gif) no-repeat center center;
	padding: 0px 13px;
}
.header-container li a.flaggen_ch, .header-container li a.flaggen_ch_inactive:hover {
	background: url(../images/icon_flagge_ch.gif) no-repeat center center;
	padding: 0px 13px;
}
.header-container li a.flaggen_ch_inactive {
	background: url(../images/icon_flagge_ch_inaktiv.gif) no-repeat center center;
	padding: 0px 13px;
}
#header-memolist .badge {
	background-color: #2f699e;
}
#header-basket .badge {
	background-color: #d50023;
}
@media (max-width: 767px) {
	.uspbar--inner {
		padding: 5px;
	}
	.newMenu, .newMenuLink {
		padding: 25px 0;
	}
}
.header--icons .newMenu, .header--icons .newMenuLink {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	display: block;
}
.newMenu .icon, .newMenuLink .icon {
	display: block;
	text-align: center;
	margin: 0 auto 10px;
}
.dropdown-menu {
	background: #f9f7f8;
	box-shadow: none;
	border: none;
	color: #00305d;
	font-size: 13px;
}
.header-container .dropdown-menu {
	left: auto;
}
.open .newMenu, .newMenu:hover, .newMenuLink:hover {
	background: #f9f7f8;
}
.open .newMenu, .newMenuLink:hover, .open .header-container .newMenu:hover, .header-container .newMenu:hover {
	color: #00305d;
}
.open .newMenu .icon-useraccount-white, .newMenu:hover .icon-useraccount-white {
	background: url(../images/icons/useraccount_blue.svg) no-repeat center center;
	height: 25px;
	width: 23px;
}
.newMenuLink:hover .icon-directorder-white {
	background: url(../images/icons/directorder_blue.svg) no-repeat center center;
	height: 25px;
	width: 28px;
}
.open .newMenu .icon-memolist-white, .newMenu:hover .icon-memolist-white {
	background: url(../images/icons/memolist_blue.svg) no-repeat center center;
	height: 25px;
	width: 25px;
}
.open .newMenu .icon-basket-white, .newMenu:hover .icon-basket-white {
	background: url(../images/icons/basket_blue.svg) no-repeat center center;
	height: 25px;
	width: 25px;
}
.dropdown-menu-hover {
	width: 250px;
}
/*Transition **** Komentiert IM 22.11.2018 ****/
@media (min-width: 992px) {
	.nav.navbar-nav li .dropdown-menu {
		display: block !important;
		opacity: 0;
		visibility: hidden;
		-webkit-transition-delay: .6s;
		transition-delay: .6s;
	}
	.nav.navbar-nav li:hover .dropdown-menu {
		visibility: visible;
		opacity: 1;
	}
}
.nav.navbar-nav li {
	position: static;
}
.newMenuBtn .dropdown-menu {
	-webkit-transition-delay: 0ms;
	transition-delay: 0ms;
}
.newMenuBtn.open .dropdown-menu {
	opacity: 1;
	visibility: unset;
	-webkit-transition-delay: 0ms;
	transition-delay: 0ms;
}
/*Kategorie "Schnäppchen" wird in der Navigation Rot gehighlightet für HG & JG*/
@media (min-width: 992px) {
	/*HG Schnäppchen FR*/ .cat_000687, /*JG Schnäppchen DE*/ .cat_001061, /*HG Schnäppchen DE*/ .cat_000443, /*HG Schnäppchen Unterkategorie im Submenu DE*/ .submenu .cat_502205 {
		color: #d50023 !important;
	}
	/*Schnäppchen und Exklusiv wird fett und Versalien // DE HG + JG & FR hat verschiedene Indexe*/
	/*HG Schnäppchen FR*/ .cat_000687, /*HG Schnäppchen DE*/ .cat_000443, /*JG Schnäppchen DE*/ .cat_001061, /*HG Exklusiv DE*/ .cat_000404, /*HG Exklusiv FR*/ .cat_000680 {
		font-weight: 600;
		text-transform: uppercase;
	}
}
/*Kategorie "Hagen Grote Exklusive" wird in der Navigation kleiner dargestellt*/
/*Getrixe mit CompareStringInList*/
/*.nav-small{
	font-size: 10px;
	display: inline-block;
	line-height: 15px;
	vertical-align: top;
	}*/
nav.navbar {
	border: none;
}
@media (max-width: 991px) {
	.navbar-nav > li {
		padding: 10px 0;
	}
}
.navbar-nav > li > a {
	font-size: 15px;
	padding: 0px;
	height: auto;
}
.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}
.navbar-nav, .navbar {
	margin: 0;
}
.navbar-collapse.in {
	overflow-y: unset;
}
@media (min-width: 992px) {
	.navbar-nav, .navbar {
		float: unset;
		display: inline-block;
		position: unset;
		/*margin-bottom: -5px;*/
	}
	.navbar-nav > li > a {
		border-right: 1px solid #00305d;
		margin: 10px 0;
	}
	.navbar-nav > li:last-child > a {
		border-right: 1px solid #fff;
	}
	.navbar-nav > li:hover > a, .navbar-nav a.lvl1_a:hover {
		border-right: 1px solid #f9f7f8;
		margin-left: -1px;
		border-left: 1px solid #fff;
	}
	.navbar-nav > li:hover {
		background: #f9f7f8;
	}
	#navigation {
		position: relative;
		text-align: center;
		transition: opacity .3s ease-in-out;
	}
	.navbar-nav > li {
		position: static !important;
	}
	.dropdown-menu.lvl2 {
		width: 100% !important;
		min-height: 250px;
		padding: 30px;
		top: 90%;
	}
	.dropdown-menu.lvl2 li {
		border: none;
	}
	.dropdown-menu.lvl2 a {
		display: block;
		margin: 10px 0;
		padding: 0;
		clear: unset;
		color: #00305d;
	}
	.dropdown-menu.lvl2 a:hover {
		font-weight: bold;
		text-decoration: none;
		color: #00305d;
		background: none;
	}
}
.mobile-menu.navbar-default, .mobile-menu.navbar-default .navbar-toggle, .mobile-menu.navbar-default .navbar-toggle:hover, .mobile-menu.navbar-default .navbar-toggle:active, .mobile-menu.navbar-default .navbar-toggle:focus {
	border: none;
	background: none;
	margin: 0;
	padding: 18px 0;
	float: none;
	text-align: left;
}
/*Mobile Menu*/
@media (max-width: 991px) {
	.newMenu, .newMenuLink {
		padding: 31px 0 24px;
	}
	.nav--mobile--heading {
		padding: 5px 5px 5px 20px;
	}
	.navbar {
		min-height: 0px;
	}
	.navbar-default, .navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
	}
	.navbar-nav, .navbar-nav a {
		background: #00305d;
		color: #fff!important;
		border: none;
		text-transform: uppercase;
	}
	.navbar-nav > li {
		border-top: 1px inset #fff;
		padding: 0;
	}
	.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
		padding: 10px 0;
	}
	.navbar-nav .lvl2 li a {
		border-top: 1px inset #fff;
		padding: 10px 0 10px 50px;
		text-decoration: none;
	}
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-nav .lvl2 li a:hover, .navbar-nav .lvl2 li a:focus, .navbar-nav .lvl2 li a:active, a.opened {
		font-weight: bold;
	}
	.navbar-nav > li > a.lvl1_a {
		padding-left: 20px!important;
	}
	.navbar-default .navbar-toggle.caret, .navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
		border: none;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background: transparent;
	}
}
.logo-active {
	background: #fff;
}
.header--logo {
	padding: 25px 10px;
	height: 92px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*Alle Angaben ohne die Klasse biglogo können nach Livestellung gelöscht werden*/
.biglogo .header--logo {
	padding: 10px 0;
	max-height: 70px;
	min-height: 70px;
	height: auto;
}
.biglogo .logo-active {
	background: none;
}
.header-big-logo {
	height: 70px;
}
.biglogo .newMenu, .biglogo .newMenuLink, .biglogo .header-container li.flaggen {
	padding: 21px 0 7px;
}
.biglogo .newMenu .icon, .biglogo .newMenuLink .icon {
	margin: 0 auto 5px;
	height: 20px;
	width: 20px;
}
.biglogo .icon-useraccount-white, .biglogo .newMenuLink:hover .icon-directorder-white, .biglogo .icon-memolist-white, .biglogo .icon-basket-white {
	height: 20px;
	width: 20px;
}
.header--biglogo {
	margin: 30px auto 20px;
	max-height: 75px;
}
.header--biglogoJG {
	margin: 45px auto 20px;
	max-height: 55px;
}
.biglogo .mobile-menu.navbar-default, .biglogo .mobile-menu.navbar-default .navbar-toggle, .biglogo .mobile-menu.navbar-default .navbar-toggle:hover, .biglogo .mobile-menu.navbar-default .navbar-toggle:active, .biglogo .mobile-menu.navbar-default .navbar-toggle:focus {
	padding: 14px 0;
}
@media (max-width: 991px) {
	.biglogo .newMenu, .biglogo .newMenuLink {
		padding: 25px 0;
	}
	.biglogo .newMenu .icon, .biglogo .newMenuLink .icon {
		margin: 0 auto;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	.biglogo .newMenu, .biglogo .newMenuLink, .biglogo .header-container li.flaggen {
		padding: 34px 0 16px!;
	}
}
.header--search {
	padding: 6px 0 30px;
}
#quicksearch_inputfield.form-control,
.header--search .btn {
	height: 40px !important;
}
@media (max-width: 767px) {
	.header--search {
		padding: 10px 0;
	}
}
@media (max-width: 991px) {
	.header--logo {
		padding: 30px 10px 25px;
	}
}
@media (max-width: 767px) {
	.header--logo {
		padding: 20px 0px;
	}
}
#header--icons--basket {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media (max-width: 767px) {
	.navbar {
		min-height: 0px;
	}
}
.navbar-header form.visible-xs {
	padding: 9px 0px 9px 15px;
}
.navbar-header p.navbar-text {
	padding: 0px 15px;
}
.navbar-search {
	width: calc(100% - 122px);
	float: left;
}
.nav-pills-flyout {
	position: relative;
}
li[data-menutoggle] {
	position: static;
}
.menuflyout {
	display: none;
	position: absolute;
	z-index: 10;
	left: 0px;
	right: 0px;
	padding-top: 10px;
}
@media (min-width: 1024px) {
	.carousel {
		border: 1px solid #fff;
	}
}
/* Styles des Footers */
footer {
	margin-top: 40px;
}
.footer--upper {
	background-color: #00305d;
	color: #FFFFFF;
	padding: 20px 0;
	;
}
.footer--upper--icon {
	font-size: 2em;
	padding: 10px 10px 20px 0;
}
.footer--upper--text {
	vertical-align: text-bottom;
	font-weight: bold;
}
@media (max-width: 767px) {
	.footer--upper {
		font-size: 13px;
	}
}
.footer--upper a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
}
.footer--upper a:hover {
	font-weight: bold;
}
.footer--middle {
	background-color: #e6e6e6;
	padding: 10px 0;
	vertical-align: middle;
}
.footer--siegel {
	float: left;
	margin-right: 5px;
	max-height: 50px;
}
#footer--siegel--fevadText {
	display: none;
	width: 150px;
	font-size: 10px;
	padding-top: 4px;
	padding-left: 3px;
	text-align: left;
}
@media (min-width:768px) {
	#footer--siegel--fevadText {
		display: inline-block;
	}
}
.footer--middle ul {
	margin: 0;
}
.footer--middle--headline {
	font-weight: bold;
	margin-top: 10px;
}
.siegel-wrapper {
	float: left;
}
.social-wrapper {
	float: right;
}
.footer--social {
	width: 30px;
	float: right;
	margin-top: 5px;
}
@media (max-width: 992px) {
	.footer--middle--headline, .siegel, .social-media {
		text-align: center;
	}
	.siegel {
		margin: 10px 0;
	}
}
@media (min-width: 992px) {
	.footer--lower ul {
		text-align: right;
	}
	.social-media {
		text-align: right;
	}
}
@media (max-width: 991px) {
	.footer--middle {
		text-align: center;
	}
	.social-media {
		text-align: center;
		margin-top: 5px;
	}
}
.footer--lower {
	padding: 5px 0;
}
.footer--lower {
	color: #00305d;
	margin: 10px 0;
	font-size: 12px;
}
.footer--lower a {
	color: #00305d;
	display: inline;
	text-decoration: none;
}
.footer--lower a:hover {
	font-weight: bold;
}
.fontweight-normal {
	font-weight: normal !important;
}
/* Bilderbehelfsklassen für Miniaturen und Zentrierungen */
.basket--img {
	max-width: 150px;
}
.panel-small-basket .item_image {
	width: 100px;
}
.panel-small-basket .item_image img {
	max-height: 100px;
	margin: 0 auto;
}
.panel-small-basket .basket--img {
	max-width: 100%;
}
.table > tbody > tr > td {
	padding: 10px 10px 10px 0;
}
.table > tbody > tr > td.item_sum {
	padding-right: 10px 0 10px 0;
}
.modal--img {
	max-height: 170px;
}
.prImageWrapper .productlabel {
	z-index: 98;
	margin-left: 11px;
	margin-top: 1px;
}
.productlabel {
	position: absolute;
	top: 0px;
	left: 0px;
}
.label {
	border-radius: 0;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	padding: 7px 7px 6px;
	letter-spacing: 1px;
}
.label-success {
	background: #c8d300;
}
.label-danger {
	background: #e30613;
}
.label-info {
	background: #00305d;
}
label {
	font-weight: normal;
	margin: 7px 0 0 0;
}
.img-helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.img-stretch {
	text-align: center;
	display: block;
}
.img-stretch:hover {
	text-decoration: none;
}
.img-center {
	display: inline-block !important;
	width: 97%;
}
/*Icons*/
.icon {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
.icon-bill-blue {
	background: url(../images/icons/bill_blue.svg) no-repeat center center;
	height: 20px;
	width: 15px;
}
.icon-phone-red {
	background: url(../images/icons/phone_red.svg) no-repeat center center;
	height: 24px;
	width: 24px;
}
.icon-useraccount-white {
	background: url(../images/icons/useraccount_white.svg) no-repeat center center;
	height: 25px;
	width: 23px;
}
.icon-directorder-white {
	background: url(../images/icons/directorder_white.svg) no-repeat center center;
	height: 25px;
	width: 28px;
}
.icon-memolist-white {
	background: url(../images/icons/memolist_white.svg) no-repeat center center;
	height: 25px;
	width: 25px;
}
.icon-basket-white {
	background: url(../images/icons/basket_white.svg) no-repeat center center;
	height: 25px;
	width: 25px;
}
/* Bewertungen */
.rating.pr_rating_small {
	margin: 10px 0;
}
.ratings_nofill, .ratings_starfill {
	display: inline-block;
	position: absolute;
	white-space: nowrap;
	left: 0px;
	right: 0px;
	overflow: hidden;
}
.ratings_nofill span, .ratings_starfill span {
	width: 30px;
}
.pr_rating-overview .nofill, .pr_rating-overview .starfill {
	font-size: 28px;
	overflow-x: hidden;
	width: 30px;
}
.rating-box, .fillstar-box {
	position: relative;
	vertical-align: middle;
	font-family: Glyphicons Halflings;
	display: inline-block;
	color: #ccc;
}
.fillstar-box {
	cursor: pointer;
}
.rating-box:before, .fillstar-box:before {
	content: "\e006 \e006 \e006 \e006 \e006";
	z-index: 5;
}
.rating-box .rating_icon, .fillstar-box .rating_icon {
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
	overflow: hidden;
	color: #ffd93f;
}
.rating-box .rating_icon:before, .fillstar-box .rating_icon:before {
	content: "\e006 \e006 \e006 \e006 \e006";
}
.pr_rating .rating-box {
	font-size: 1.2em;
	letter-spacing: 0.1em;
}
.pr_rating-overview .rating-box {
	font-size: 3em;
	letter-spacing: 0.2em;
}
.pr_rating_small .rating-box {
	font-size: 1em;
	letter-spacing: 0.1em;
}
.fillstar-box {
	font-size: 3em;
	letter-spacing: 0.2em;
}
/* Startseite */
.slick-dotted.slick-slider {
	margin-bottom: 0px;
}
.slide-prev, .slide-next {
	background: #e6e6e6;
	position: absolute;
	z-index: 1;
	top: 50%;
	padding: 20px 10px 20px 8px;
	margin-top: -36px;
}
@media (min-width: 1024px) {
	.slide-prev {
		left: -15px;
	}
	.slide-next {
		right: -15px;
	}
}
@media (max-width: 1023px) {
	.slide-prev {
		left: 0px;
	}
	.slide-next {
		right: 0px;
	}
}
@media (min-width: 768px) {
	.slick-dots {
		bottom: 10px;
	}
	.slick-dots li button::before {
		font-family: MyriadPro, Arial;
		font-size: 12px;
		line-height: 20px;
		opacity: 1;
		color: #00305d;
		background: #e6e6e6
	}
	.slick-dots li.slick-active button::before {
		color: #fff;
		background: #00305d;
	}
	.slick-dots li.slick-active button::before {
		opacity: 1;
		color: #fff;
	}
	.slick-dots li:first-child button::before {
		content: '1';
	}
	.slick-dots li:nth-child(2) button::before {
		content: '2';
	}
	.slick-dots li:nth-child(3) button::before {
		content: '3';
	}
	.slick-dots li:nth-child(4) button::before {
		content: '4';
	}
	.slick-dots li:nth-child(5) button::before {
		content: '5';
	}
	.slick-dots li:nth-child(6) button::before {
		content: '6';
	}
	.slick-dots li:nth-child(7) button::before {
		content: '7';
	}
	.slick-dots li:nth-child(8) button::before {
		content: '8';
	}
	.slick-dots li:nth-child(9) button::before {
		content: '9';
	}
	.slick-dots li:nth-child(10) button::before {
		content: '10';
	}
}
.slick-initialized .slick-slide {
	position: relative;
}
.slider-textbox {
	background: #fff;
	padding: 15px 20px;
	width: 100%;
	opacity: 0.9;
}
@media (min-width: 768px) {
	.slider-textbox {
		position: absolute;
		bottom: 10%;
		right: 5%;
		width: 50%;
	}
}
@media (min-width: 992px) {
	.slider-textbox {
		position: absolute;
		bottom: 10%;
		right: 5%;
		width: 40%;
	}
}
@media (max-width: 767px) {
	.slider-textbox {
		padding: 15px 10px;
	}
}
.banner-txtbox {
	max-width: 90%;
}
@media (max-width: 400px) {
	.banner-linkbox {
		height: 100px;
	}
}
.banner-linkbox {
	padding: 10px 0;
	height: 85px;
	overflow: hidden;
}
.usp-list {
	padding: 18px;
	font-weight: bold;
}
@media (min-width: 767px) {
	.usp-list li:not(: last-child) {
		border-right: 1px solid #00305d;
		padding-right: 10px;
		padding-left: 7px;
	}
}
.icon-bill-secure {
	background: url(../images/icons/secure_blue.svg) no-repeat center center;
	height: 25px;
	width: 20px;
}
.icon-bill-calendar {
	background: url(../images/icons/calendar_blue.svg) no-repeat center center;
	height: 25px;
	width: 20px;
}
.icon-bill-check {
	background: url(../images/icons/check_blue.svg) no-repeat center center;
	height: 25px;
	width: 20px;
}
.icon-bill-delivery {
	background: url(../images/icons/delivery_blue.svg) no-repeat center center;
	height: 25px;
	width: 28px;
}
/*mobile Startlayer*/
.mobile_startlayer {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99;
	background: #fff;
}
.layer-logo {
	padding: 0 60px;
	margin-top: 100px;
}
/*Nach oben Button*/
.top {
	right: 0px;
	box-sizing: border-box;
	width: 93px;
	position: fixed;
	cursor: pointer;
	bottom: 108px;
	display: none;
	z-index: 9998;
	padding: 5px;
	border: 1px solid #00305d;
	text-align: center;
	background: #fff;
}
.top .glyphicon {
	font-size: 15px;
	margin-bottom: 5px;
	display: block;
}
/*Produkt Slider*/
.product-slider .slick-slide {
	padding: 0 10px;
}
.product-slider .slick-slider .slick-track {
	height: 220px;
}
.product-slider .banner-linkbox p {
	height: 35px;
	overflow: hidden;
	font-size: 13px;
}
.product-slider .banner-linkbox {
	border: none;
}
.product-slider .slide-prev, .product-slider .slide-next {
	top: 50%;
	margin-top: -36px;
}
.product-slider .slide-prev {
	left: -0px;
}
.product-slider .slide-next {
	right: 0px;
}
.product-slider.center .slick-slide {
	opacity: 0.3;
	transition: all 300ms ease;
}
.product-slider.center .slick-slide.slick-active {
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	-webkit-transform: scale(1.0);
	opacity: 1;
	transform: scale(1.0);
}
.cat_advdata .product-slider .slick-track {
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.cat_advdata .product-slider .slick-track .slick-slide {
	height: inherit !important;
}
/*Newsletter Banner*/
.newsletter-promotion {
	padding: 20px 10px;
	background-position: 50% -10px;
	background-repeat: no-repeat;
	background-color: #e5eaee;
}
.newsletter-promotion p {
	margin-bottom: 0;
}
@media (max-width: 768px) {
	.newsletter-promotion {
		background-position: 95% -10px !important;
	}
}
.readmore_box, .rezeptbox {
	overflow: hidden;
}
/* Login */
.hidden-combined {
	display: none;
}
.active_combined {
	display: block;
}
.box_combined {
	padding-left: 20px;
}
label span.active_combined {
	font-weight: bold;
}
/* Paydeliv */
.ws_deliverydiv_main, .ws_paymentdiv_main {
	margin: 0px 0px 0px 0px;
	padding: 10px;
}
.ws_paymentdiv_main select {
	margin-top: 5px;
}
.ws_deliverydiv_radio, .ws_paymentdiv_radio {
	display: table-cell;
	padding: 0px 10px;
	vertical-align: top;
}
.ws_deliverydiv_logo, .ws_paymentdiv_logo {
	width: 100px;
	display: table-cell;
}
.ws_deliverydiv_logo img, .ws_paymentdiv_logo img {
	max-width: 100px;
	margin: 0 0 5px 0;
}
.ws_deliverydiv_text, .ws_paymentdiv_text {
	display: table-cell;
	vertical-align: top;
}
.ws_deliverydiv_name, .ws_paymentdiv_name {
	font-weight: bold;
}
.ws_deliverydiv_clear, .ws_paymentdiv_clear1, .ws_paymentdiv_clear3 {
	clear: both;
}
.ws_paymentdiv_main_disabled, .ws_deliverydiv_main_disabled {
	color: #999;
}
.ws_paymentdiv_disabled {
	color: #AA0000;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
}
.ws_paymentdiv_main_active, .ws_deliverydiv_main_active {
	background: #eee;
}
.payment_lastline {}
.ws_paymentdiv_paymentcountryrule_error {}
.ws_paymentdiv_paymentcountryrule_error select {}
.ws_paymentdiv_paymentcountryrule_error .ws_paymentdiv_paymentcountryrule_name {
	color: #aa0000;
	font-weight: bold;
}
/* Checkout allgemein */
/*Bestellablauf*/
/*Warenkorb*/
.checkout ul {
	text-align: center;
	color: #7e8993;
}
.checkout li {
	margin: 0 40px;
}
.checkout li:first-child {
	margin-left: 0;
}
.checkout li:last-child {
	margin-right: 0;
}
.checkout .glyphicon.glyphicon-menu-right {
	font-size: 10px;
}
.checkout .active {
	color: #00305d;
}
.table > thead > tr > th {
	border: none;
}
.basket-table.table > tbody > tr {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.basketpage .table > tbody > tr.item_name {
	border-bottom: none;
	border-top: 1px solid #ddd;
}
.basketpage .table > tbody > tr {
	border-top: none;
	border-bottom: 1px solid #ddd;
}
.table > tbody > tr > th, .table > tbody > tr > td {
	border: none;
}
.basket-table {
	border-bottom: 1px solid #ddd;
}
.basket-table .item_details p, .item_change_delete {
	font-size: 13px;
}
.item_change_delete a {
	text-decoration: underline;
}
.basket-table .item_details {
	width: 50%;
	padding: 10px;
}
.basket-table .item_quantity_change, .basket-table .item_price, .basket-table .item_sum {
	padding: 10px;
}
.panel-small-basket .item_giftpackage {
	width: 100%;
}
.panel-small-basket .item_quantity_change {
	width: 30%;
}
.panel-small-basket .item_price {
	width: 30%;
}
.panel-small-basket .item_sum {
	width: 30%;
}
.panel-voucher .panel-heading {
	color: #fff;
	background: #00305d;
}
.panel-body {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
/*Login*/
.help-block {
	color: #00305d;
}
.checkouticon {
	margin-right: 10px
}
.ws_dob_list_nbsp {
	font-size: 0px;
}
#ws_input_date_of_birth_day {
	width: calc(33% - 5px);
	float: left;
	margin-left: 0px;
	margin-right: 5px;
}
#ws_input_date_of_birth_month {
	width: calc(34% - 10px);
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}
#ws_input_date_of_birth {
	width: calc(33% - 5px);
	float: left;
	margin-left: 5px;
	margin-right: 0px;
}
@media (max-width: 768px) {
	#ws_input_date_of_birth_day, #ws_input_date_of_birth_month, #ws_input_date_of_birth {
		width: 100%;
	}
	#ws_input_date_of_birth_day, #ws_input_date_of_birth_month, #ws_input_date_of_birth {
		margin: 20px 0 0 0;
	}
}
.newsletter_td_1 {
	display: none;
}
/* Produktmeta */
.pr_meta {
	display: none;
}
/*Kategorie*/
.breadcrumb {
	margin-bottom: 0px;
	padding-left: 0;
}
.breadcrumb li:last-child {
	font-weight: bold;
}
.page-header {
	padding: 10px 15px;
	background: #f2f4f7;
	margin: 0px 0 20px;
}
.page-header h1, .page-header .h1 {
	padding-top: 4px;
}
.submenu {
	padding: 0 15px;
}
.submenu .panel-heading, .submenu .panel-title {
	font-weight: bold;
	font-size: 16px;
	padding: 0 15px 5px 0;
    text-decoration: none;
}
.submenu .list-group-item {
	padding: 0 0 10px 0;
}
.submenu ul li {
	position: relative;
	padding: 0 0px 0 15px;
}
.submenu ul li:before {
	font-family: 'Glyphicons Halflings';
	content: "\e258";
	font-size: 10px;
	position: absolute;
	left: 0;
	top: 5px;
}
.submenu ul li.lvl2:before {
	left: 15px;
}
.submenu ul li.lvl2 .list-group-item {
	margin-left: 15px;
	font-size: 13px;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	font-weight: bold;
}
.panel {
	border: none;
	box-shadow: none;
}
#category-menu label {
	font-weight: normal;
}
/* Poduktname auf Kategorieebene*/
.cat-pr-name {
	font-size: 15px;
	height: 52px;
	overflow: hidden;
	line-height: 17px;
}
.cat-rezept .cat-pr-name {
	height: 35px;
	margin-bottom: 10px;
}
.thumbnail {
	border-bottom: 1px solid #ddd;
	border-top: none;
	border-right: none;
	border-left: none;
	padding: 0;
}
.thumbnail .pr-imagewrapper {
	margin: 0px 0 10px;
	display: block;
}
.thumbnail .caption {
	padding: 0px;
}
.details-btn {
	float: right;
	margin-right: 9px;
	cursor: pointer;
}
@media (min-width: 768px) {
	.pr-imagewrapper {
		max-height: 215px;
		min-height: 215px;
		overflow: hidden;
	}
}
.memolist-icon {
	background: url(../images/icons/memolist_blue.svg) center center no-repeat;
	height: 18px;
	width: 25px;
	display: inline-block;
	cursor: pointer;
	position: absolute;
	right: 5px;
}
	.product-btns .memolist-icon {
		position: relative;
		right: auto;
	}
.thumbnail .memolist-icon:hover, .thumbnail .memolist-icon:active, .thumbnail .memolist-icon:focus {
	background: url(../images/icons/memolist_blue_active.svg) center center no-repeat;
	height: 18px;
	width: 25px;
	display: inline-block;
}
.product_memolist_delete_button {
	background: #fff;
	padding: 5px;
}
.thumbnail {
	position: relative;
}
.searchproduct #AddToMemolist, .catproduct #AddToMemolist {
	position: absolute;
	right: 10px !important;
    top: 0 !important;
}
.lead {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
}
.prbox-price {
	margin: 12px 0 5px;
	height: 20px;
}
.org-price {
	color: #7D7D7D;
	font-size: 80%;
	text-decoration: line-through;
}
/*Bekleidungsmodul*/
.variations_category, .no_variations_category {
	height: 60px;
	position: absolute;
	bottom: 40%;
}
.variations_category img, .variations_category .cat_depVarSizebox {
	float: left;
	width: 50px;
	padding: 5px;
	background: #ffffff;
}
/*Produkt*/
.h1 .glyphicon, h1 .glyphicon {
	font-size: 60%;
	line-height: 15px;
}
.zoomtarget .descr {
	max-height: 120px;
	overflow: hidden;
	margin-bottom: 20px;
}
.descr ul li:before {
	font-family: 'Glyphicons Halflings';
	content: "\e258";
	padding: 0 10px 0 0px;
	font-size: 10px;
}
#pr_maintabs-panel {
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}
#pr_maintabs-accordion .panel-body {
	border: none;
}
.pr-images-modal .carousel-indicators .video-indicator img {
	display: none;
}
.var_text {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 15px;
}
.inventoryimg {
	padding: 2px 0 0 0;
}
.product-btns .btn {
	padding: 10px;
}
.product-btns .icon {
	margin-right: 10px;
}
.orgprice {
	font-size: 110%;
	color: #7d7d7d;
	text-decoration: line-through;
}
.prprice {
	font-size: 150%;
	font-weight: bold;
	margin: 0;
}
.grundpreis {
	font-size: 80%;
}
.depvariation_box {
	height: 40px;
	margin-top: 10px;
}
.select_dep_variations {
	margin-bottom: 10px;
}
.quantity_and_buttons {
	margin-bottom: 10px;
}
.childproduct_box.setproduct_box {
	font-size: 13px;
	margin-bottom: 15px;
}
#pr_maintabs-accordion .js-tabcollapse-panel-heading {
	font-size: 17px;
	line-height: 12px;
	font-weight: bold;
	text-decoration: none;
}
#pr_maintabs-accordion .js-tabcollapse-panel-heading.collapsed {
	font-weight: normal;
}
#pr_maintabs-accordion .js-tabcollapse-panel-heading:before {
	content: "-";
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 12px;
}
#pr_maintabs-accordion .js-tabcollapse-panel-heading.collapsed:before {
	content: "+";
}
#pr_maintabs-accordion .panel {
	border-top: 1px solid #ddd;
	margin: 0px;
}
#pr_maintabs-accordion {
	border-bottom: 1px solid #ddd;
}
.panel-body.js-tabcollapse-panel-body {
	padding-top: 0px;
}
.modal-open #modal-basket.modal, .modal-open #modal-memolist.modal {
	z-index: 9999;
}
@media (max-width: 992px) {
	.rezept-product .product-btns .btn-default, .rezept-product .product-btns .rezept_form {
		border: none;
		display: inline;
		text-decoration: underline;
		float: left;
		width: auto;
	}
}
.ReadMoreBtnBox {
	font-weight: bold;
	margin: 20px 0;
}
.ReadMoreBtnBox .ReadMoreLink:before {
	font-family: 'Glyphicons Halflings';
	content: "\e258";
	font-size: 10px;
	margin-right: 6px;
}
#backinstockiframe_0 {
	border: none;
}
.backinstock {
	cursor: pointer;
}
/*Monogramme*/
.ws_pr_text_input {
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #7d7d7d;
	background-color: #fff;
	background-image: none;
	border: 1px solid #00305d;
}
.monogramm {
	margin-bottom: 30px;
}
/* PDF Generator / Rezeptdruck */
.ws_product_pdf #wrapper {
	width: 100%;
	font-size: 12px;
}
.ws_product_pdf .rezept_headline {
	margin: 40px auto 70px auto;
	display: block;
	max-width: 350px;
}
.ws_product_pdf .column_1_of_2 {
	width: 35%;
	float: left;
	padding-right: 30px;
}
.ws_product_pdf .column_2_of_2 {
	width: 55%;
	border-left: 1px solid #666;
	padding: 0px 0px 0px 25px;
	float: left;
}
.ws_product_pdf .column_2_of_2 span.rhead {
	font-weight: 400;
	margin: 0px 0px 25px 0px;
}
.ws_product_pdf h1 {
	font-size: 20px;
	font-weight: 100;
	margin: 25px 0px;
	color: #132049;
}
.ws_product_pdf .rhead {
	font-weight: 400;
}
/* Mehrfachbilderanzeige */
.pr-images .carousel-control, .pr-images-modal .carousel-control {
	background: none;
}
@media (min-width: 992px) {
	.pr-images:not(.pr-images-modal) .carousel-control {
		display: none;
	}
}
.carousel-inner img {
	width: 100%;
}
.pr-images:not(.pr-images-modal) [data-toggle="picmodal"] {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.pr-images .carousel-indicators, .pr-images-modal .carousel-indicators {
	display: inline-block;
	margin-left: 5px;
	left: 0px;
	width: 100%;
	position: relative;
	margin: 20px 0;
}
.pr-images .carousel-indicators li, .pr-images-modal .carousel-indicators li {
	border: medium none;
	border-radius: 0;
	float: left;
	height: auto;
	margin-left: 0;
	margin-right: 5px !important;
	margin-top: 10px;
	width: 18%;
	background: #fff;
}
.pr-images .carousel-indicators img, .pr-images-modal .carousel-indicators img {
	border: 2px solid #FFFFFF;
	float: left;
	left: 0;
}
.pr-images .carousel-indicators .active img, .pr-images-modal .carousel-indicators .active img {
	border: 2px solid #00305d;
}
.pr-image {
	max-height: 800px;
	width: auto !important;
}
.memolist_var_table td {
	padding: 3px 5px 3px 0px;
	font-weight: bold;
}
.memolist_var_table td + td {
	font-weight: normal;
}
/* PLZ-Assistent */
#ws_plzhelp_suggest_zip, #ws_plzhelp_suggest_city {
	position: absolute;
	background: #fff;
	z-index: 99;
	border: solid 1px #cccccc;
}
.ws_plzhelp_suggest_close {
	position: absolute;
	top: 0;
	right: 0;
	height: 16px;
	width: 16px;
	cursor: pointer;
}
.ws_plzhelp_suggest_close:after {
	position: relative;
	content: "\274c";
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #555555;
}
.ws_plzhelp_suggest_headline {
	color: #337ab7;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 5px 10px 10px;
}
.ws_plzhelp_suggest_description {
	padding: 0px 10px 10px 10px;
	color: #000000;
}
.ws_plzhelp_suggest_table {
	width: 100%;
}
.ws_plzhelp_suggest_table_div {
	height: 140px;
	margin-bottom: 10px;
	overflow-y: scroll;
}
.ws_plzhelp_suggest_tr_1 {
	background-color: #f5f5f5;
}
.ws_plzhelp_suggest_td_1, .ws_plzhelp_suggest_td_2 {
	padding-left: 10px;
	padding-right: 10px;
}
.ws_plzhelp_suggest_table tr:hover, .ws_plzhelp_select {
	background-color: #337ab7 !important;
	color: white;
	cursor: pointer;
}
.no-padding {
	padding: 0;
}
.full-width {
	width: 100%;
}
.white {
	color: #fff;
}
#ws_cookie_layer {
	background: #e6e6e6;
	color: #344b4d;
	padding: 8px;
	font-size: 13px;
	text-align: center;
}
#ws_cookie_layer_button {
	border: none;
	float: right;
	background: none;
}
#ws_cookie_layer {
	display: none;
}
.dropdown-menu-hover {
	padding: 10px;
	margin-top: 0;
}
.dropdown-menu .pr-name {
	font-size: 12px;
	margin: 0 0 0 10px;
}
.dropdown-menu .pr-price {
	font-size: 16px;
	text-align: right;
}
#quicklogin_form {
	width: 250px;
}
.memolist-wrapper {
	max-height: 250px;
	overflow-y: auto;
	margin-bottom: 10px;
}
@media (max-width: 768px) {
	#dropdown-memolist {
		right: 0;
		left: inherit;
	}
}
@media (min-width: 768px) {
	.dropdown-button-hover {
		width: 240px;
	}
	#dropdown-memolist.dropdown-menu {
		right: 0;
	}
}
.dropdown-hr {
	border-top: 1px solid #00305d;
}
#dropdown-basket {
	right: 0;
	left: inherit;
}
#directorder .form-control {
	padding: 5px;
}
#directorder .alert-danger.alert {
	padding: 5px 15px;
}
#directorder .tablehead {
	font-weight: bold;
}
.direct_order_headlines {
	font-weight: bold;
	margin-bottom: 10px;
}
.btn-refresh .glyphicon {
	padding: 6px 10px 0 0;
}
#basket {
	border-radius: 4px;
	padding: 0 15px;
}
.dropdown-hr {
	margin-top: 10px;
	margin-bottom: 10px;
}
.direct_order_var_td_1 {
	padding-right: 5px;
	font-weight: bold;
}
@media (max-width: 767px) {
	.direct_order_productLine {
		border-bottom: 1px solid #e6e6e6;
	}
}
.contentLogin {
	padding-left: 20px;
}
/*Inhaltsseiten*/
.inhaltsseiten_abschnitt {
	border-top: 1px solid #e6e6e6;
	padding-top: 10px;
}
.inhaltsseiten_abschnitt .text {
	margin-top: 10px;
}
.pramie span {
	position: absolute;
	top: 0px;
	left: 10px;
	font-size: 2em;
	background: #fff;
	border: 1px solid #e2e1e1;
	width: 30px;
	text-align: center;
}
.pramie a {
	text-decoration: underline;
}
.newsletter_rezeptlayer .newsletter_innercontent {
	/*height: 140px;*/
	display: table-cell;
	vertical-align: bottom;
}
.markenlogos li {
	margin: 0 10px;
}
ul.list-styled li:before {
	font-family: 'Glyphicons Halflings';
	content: "\e258";
	padding: 0 10px 0 0px;
	font-size: 10px;
}
#newsletterLayer .modal.fade.in {
	padding-left: 0px!important;
}
.newsletter_rezeptlayer .nopaddingleft {
	padding-left: 10px!important;
}

#newsletterLayer .modal-dialog {
	max-width: 1000px;
	width: 100%;
}
/*FactFinder Suggest Layer*/
@media (min-width: 991px) {
	#ffSuggestContainerWrapper {
		width: 935px;
		left: auto;
		right: 10px;
		background: #f9f7f8;
		padding: 20px;
		z-index: 98;
	}
	.ff-suggest-0 #ffSuggestContainer.ff-suggest {
		background: none;
	}
	.ffSearchButton:hover,
	.ffSearchButton:focus,
	.ffSearchButton:active {
		background-color: #fff;
	}
	.containerCaption {
		text-transform: uppercase;
		font-weight: bold;
	}
	.suggestLayerBlockImage {
		float: left;
		width: 720px;
		padding: 0 20px 0 0px;
		border-right: 1px solid #00305d;
	}
	#productContainer .suggestRow {
		padding-right: 16px;
		margin-top: 8px;
		float: left;
		width: 50%;
		cursor: pointer;
		height: 85px;
		overflow: hidden;
	}
	span.suggestImage {
		float: left;
		height: 75px;
		text-align: center;
		width: 75px;
		background-color: #aaa;
		margin-right: 10px;
	}
	span.suggestImage img {
		max-height: 75px;
		max-width: 75px;
	}
	.suggestAmount {
		float: right;
	}
	#searchContainer {
		padding-left: 30px;
		width: 28%;
	}
	#searchContainer .suggestTextQuery {
		cursor: pointer;
	}
	#searchContainer span.suggestTextAmount {
		display: block;
		float: right;
		margin-top: -19px;
		font-weight: normal;
		color: #595959;
		width: 50px;
		font-size: 0.8em;
	}
	#searchContainer .query {
		font-weight: bold;
	}
}
@media (max-width: 991px) {
	ff-suggest {
		display: none !important;
	}
}
.ff-sortbox-0 .ff-sort-dropdown-container.ff-sortbox {
	padding: 15px;
	right: 10px;
	width: 145px;
	border: 1px solid #00305d;
}
[unresolved] {
	display: none;
	opacity: 0;
}
.searchproduct {
	cursor: pointer;
}
.filterCount {
	/*float:right;*/
	display: inline-block;
	margin-right: 5px;
}
#selected .selected-data {
	/*border: 1px solid #00305d;*/
	padding: 5px 10px;
}
.x-scope {
	margin-bottom: 10px;
	width: 100%;
}
.paging2 .x-scope {
	width: 20px;
}
.filterName {
	margin-right: 10px;
}
a.anker {
	height: 0;
	position: relative;
	top: -90px;
}
.testmodus {
	position: fixed;
	top: 0;
	left: 0;
	background: #e30613;
	padding: 10px;
	color: #fff;
	font-size: 28px;
	line-height: 28px;
	z-index: 999;
}
.black-border {
	border: 1px solid #000000;
	padding: 10px;
}
@media print {
	* {
		background: transparent !important;
		color: black !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}
	a, a:visited {
		color: #444 !important;
		text-decoration: underline;
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr, img {
		page-break-inside: avoid;
	}
	@page {
		margin: 0.5cm;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3 {
		page-break-after: avoid;
	}
}
.categoryPaging a {
	display: inline-block;
	width: 20px;
}
.categoryPaging a:hover {
	text-decoration: none;
}
.categoryPaging a.selected {
	font-weight: bold;
	color: #000;
}
.categoryPaging .glyphicon {
	font-size: inherit !important;
}
.pagingWrapper {
	display: block;
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
}
.pagingWrapper .pagingSet {
	display: block;
}
.pagingElement {
	display: inline;
}
.pagingElement > .ff-paging-item {
	display: inline-block;
	padding: 0 3px;
}
.pagingLink {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
	width: auto;
}
.cursorPointer {
	cursor: pointer;
}
.sprungmarke {
	position: relative;
	display: block;
	visibility: hidden;
	top: -80px;
}
.paging_table {
	display: inline-block;
}
.paging_td3, .paging_td1 {
	display: none;
}
.paging_text_selected, .paging_link {
	display: inline-block;
	padding: 0 3px;
}
.paging_text_selected {
	font-weight: bold;
}
/* Mehfach-Bilder Slick-Slider */
.product-slick{
    display: none;
    opacity: 0;
    transition: opacity ease .2s;
}
.product-slick.slick-initialized{
    display: block;
    opacity: 1;
}
.product-slick .slick-slide {
    margin: 0 5px;
}
.product-slick .slick-prev, 
.product-slick .slick-next {
    top: calc(50% - 10px);
}
    
.slick-list .slick-slide.slide-checked img{
    border: 2px solid #00305d;
}
.slick-prev.slick-arrow.slick-disabled,
.slick-next.slick-arrow.slick-disabled {
    opacity: 0;
}
.product-slick .slick-prev{
    left:0;
}
.product-slick .slick-next{
    right:0;
}
.product-slick .slick-next,
.product-slick .slick-prev{
    height: 100%;
    background-color: #fff;
    color: #00305d;
    font-size: 20px;
    transition: all ease .3s;
}
.product-slick .slick-list{
    margin: 10px 25px;
}
/** FACT-Finder WebComponents ASN **/

.show-desktop{
    display: block;
}
.show-mobile{
    display: none;
}
@media (max-width: 991px) {
    .show-desktop{
        display: none;
    }
    .show-mobile{
        display: block;
    }
    .show-mobile ff-asn-group,
    .show-mobile ff-asn-group-slider{
        max-width: 100%;
    }
    .show-mobile ff-asn-group-element .ff-asn-group-element{
        width: 100%;
        padding: 5px 10px;
        border-radius: 5px;
        margin-bottom: 5px;
    }
}
/** FF-Kategoriefilter ***************/

.filter-header{
    display: none;
}
@media (max-width: 991px) {
    .filter-header{
        display: block;
        padding: 7px;
        color: #00305d;
        background-color: #FFFFFF;
        cursor: pointer;
        font-size: 18px;
    }
    .filter-header .glyphicon{
        transition: all ease .3s;
    }
    .filter-container.active .filter-header .glyphicon{
        transform: rotateZ(180deg);
    }
    .filter-container{
        border-radius: 4px;
        border: 1px solid #00305d;
        margin: 0 10px;
        padding: 0 5px;
    }
    .filter-container .filter-body{
        display: none;
    }
    .filter-container.active .filter-body{
        display: block;
    }
}




/* Flexbox für Produtkboxen */
.row, .FFProductResultRecord {
	display: flex;
	display: -webkit-flex;
    flex-wrap: wrap;
}
.FFProductResultRecord {
	width: 100%;
}
.productform,
.ffrecord,
.thumbnail .caption {
	height: 100%;
}
.thumbnail .caption {
	padding-bottom: 66px;
}
.thumbnail {
	height: calc(100% - 20px);
}
.positionBottom {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
.row:after, .row:before {
	display: none;
}
@media (max-width:767px) {
	.productform-recipe .thumbnail .caption {
		padding-bottom: 88px;
	}
	.productform-recipe .depvariation_box {
		height: 70px;
	}
}


/* Lazyload Smooth */
img.lazy {
  opacity: 0;
  transition: all 0.5s;
}

img.lazy.img-loaded {
  opacity: 1;
}
    
    
    
/* Messengerpeople */
.chip-64275e219ea140e3d4\.11124096-102 {
    height: 30px !important;
}
.chip-64275e219ea140e3d4\.11124096-40 {
    height: 30px !important;
    width: 30px !important;
}
.chip-64275e219ea140e3d4\.11124096-2 {
    font-size: 11px !important;
}
.chip-64275e219ea140e3d4\.11124096-52 {
    font-size: 13px !important;
}
.chip-64275e219ea140e3d4\.11124096-49 {
    margin: 16px 12px 0 5px !important;
}


/* Freundschaftswerbung */
.prGiftBox {
	position: relative;
	background: #f3f3f3;
	padding: 10px;
}

input[type="radio"]:checked+label.prGiftBox {
    border-color: #00305d !important;
    background: #00305d;
    color: #fff;
}

input[type="radio"]:checked+label.prGiftBox .btn-primary {
    opacity: 0;
}

.prGiftBox .praemieChecked {
    display: none;
    position: absolute;
    bottom: 10px;
	top: auto;
    right: 10px;
}

input[type="radio"]:checked+label.prGiftBox .praemieChecked {
    display: block;
}

#freundeBannerTxt {
	position: absolute;
    top: 20px;
    left: 25px;
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    line-height: 35px;
}

.freundeHowToTxt {
	position: absolute;
	font-size: 16px;
    font-weight: bold;
    bottom: 22%;
    left: 25px;
}
	
#freundeBannerTxtSmall {
	position: absolute;
    top: 15px;
    left: 15px;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    line-height: 25px;
}
	
#freundeBannerLink {
	position: absolute;
	bottom: 15px;
	left: 15px;
	color: #fff;
}
	
#freundeBannerInquiryBox {
	border: 1px solid #ddd;
	padding-top: 5px;
	padding-bottom: 10px;
}

#freundeBannerInquiryBox .lead {
	font-size: 21px;
}