/* custom styles */



iframe {
	max-width: 100%;
}

.swiper-button-next, .swiper-button-prev {
	--swiper-navigation-sides-offset: 0px;	
	opacity: 0;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
	opacity: 1;
	background-color: #eeea;
}

.shop-productSlider .swiper-slide {
	width: 220px;
}

#shop-grid-left {
	background-color: transparent;
	grid-row: 1 / -1;
}

#shop-grid-left > * {
	background-color: var(--white);
	margin: 0;
	padding: 10px 10px 20px 10px;
	min-height: max-content;
}

.singlecol #shop-grid-left {
	display: none;
}

.singlecol #shop-grid-main {
	grid-column: 1 / -1;
}

#fix-left-column {
	display: flex;
}

.useCustomProductClick label {
	--label-fontsize: var(--fontsize);
}

.useCustomProductClick input[type=checkbox] {
	--input-width: 18px;
	--input-height: 18px;
	margin-right: 3px;
}

.customCb {
	display: none;
	--item-background-color: var(--lightergrey);
	--padding-left: 7px;
}

.customCb label span {
	margin-bottom: 0!important;
}

#header-wrapper {
	flex-direction: column;
}

#logo {
	grid-column: 1 / 1;
	grid-row: 1 / span 3;
}

#kunden-navigation {
	justify-self: end;
	grid-column: 2 / span 2;
	grid-row: 1 / 1;
}

#important-message-head {
	justify-self: end;
	grid-column: 2 / span 2;
	grid-row: 2 / 2;
}

#phone {
	justify-self: center;
	grid-column: 2 / 2;
	grid-row: 3 / 3;
	order: 2;
}

#searchWrapper {
	justify-self: end;
	grid-column: 3 / 3;
	grid-row: 3 / 3;
}

#phone {
	display: none;
}

#phone::before {
	content: url(img/phone.svg);
	transform: translate(-10px, 1px) scale(1.3);
}

#logo {
	order: 1;
}

#logo img {
	padding: 0;
	max-height: 62px;
	width: auto;
}


#loginWrapper,
#searchWrapper {
	--button-border: 1px solid var(--darkgrey);
}

#loginDIV h1 {
	margin-top: 30px;
}


#important-message-head {
	background-color: var(--important-background);	
	min-height: 60px;
	display: none;
	align-items: center;
}

#important-message-head:not(:empty) a::before {
	content: '!\a0';
	font-size: 20px;
	color: var(--white);
	transform: translateY(-1px);
}

#important-message-head a {
	text-decoration: none;
	color: var(--white);
	margin-left: auto;
	margin-right: auto;
	width: var(--page-width);

}

#tickermessage-shop {
	margin-top: 0;
	background-color: var(--important-background);
	padding-bottom: 10px;
}

#tickermessage-shop a {
	text-decoration: none;
}

.wichtige-meldung {
	background-color: var(--white);
}

#importantMessage,
#important-message-head {
	border-bottom: 1px solid var(--page-background);
}


/* search */

#searchWrapper {
	display: none;
	order: 3;
	--seach-max-width: 30%;
}

.toggleSearch #searchWrapper {
	order: 10;
	border: 1px solid var(--darkgrey);
}

#searchField {
	border: none;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

#searchField::placeholder {
	font-style: oblique;
}

#searchFieldSubmit {
	background-color: var(--darkgrey);
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	width: auto;
}

.toggleSearch #searchFieldSubmit {
	border-radius: 0;
}

#searchFieldSubmit img {
	height: 100%;
	max-height: 100%;
	width: auto;
	padding: 3px 0;
}

#searchFieldSubmit span {
	display: none;
}

h2.grid-left {
	font-size: 13px;
	margin: 10px 0px 0 0px;
	/* padding-bottom: 5px;
	border-bottom: var(--border); */
	color: var(--grey);
	font-weight: normal;
	font-style: italic;
}


/* wichtige Meldung */

.message {
	max-width: min(98vw, 800px);
}

.zeitenaenderung {
	width: 100%;		
	border-collapse:separate;
	border:none;
}

.zeitenaenderung th {
	background-color: var(--red-lh);
	color: #fff;
	padding: 10px;
	text-transform: uppercase;
	text-align: left;
}

.zeitenaenderung td {
	padding: 10px;
	background-color: var(--lightergrey);
	font-size: 17px;
	text-align: left;
}

.zeitenaenderung td,
.zeitenaenderung th {
	border-right: 6px solid var(--white);
	border-left: none;
	border-top: none;	
	border-bottom: 6px solid var(--white);
	width: 25%;
	vertical-align: middle;
}

.zeitenaenderung td:last-child,
.zeitenaenderung  th:last-child {
	border-right: none;
}		

.zeitenaenderung .aenderung {
	color: var(--green);
	background-color: #f4faee;
	font-weight: bold;
}

.zeitenaenderung .uhrzeit,
.zeitenaenderung .gt {
	display: inline-block;
	text-align: right;
	width: 50%;
}

.cmsFlexible.wichtige-meldung {
	background-color: var(--white);
	padding: var(--padding-left);
}

.cmsFlexible.wichtige-meldung > *:first-child {
	margin-top: 0;
}



#content {
	box-shadow: none;
	padding-bottom: 20px;
}




/* footer */

#footer {
	margin-top: 20px;
	line-height: 1.5;
	width: 100%;
}

#footer-wrapper {
	width: 100%;
	--cms-justify-content:space-between;
	--cms-align-content:center;
	--cms-align-items:center;
	--cms-row-gap: 15px;
}

#footer-wrapper a {
	text-decoration: none;
}

#footer-top {
	background-color: #dcdcdc;
	--text-color: var(--darkgrey);
	color: var(--darkgrey);
}

#footer-middle {
	background-color: var(--darkgrey);
}

#footer-bottom {
	background-color: #615F5D;
	font-size: 14px;
}

#footer-top > div,
#footer-middle > div,
#footer-bottom > div {
	max-width: var(--page-width);
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

@media screen and (min-width: 830px) {
	#footer .cmsFlex {
		flex-direction: row;
	}

	.footer-text-siegel {
		max-width: 400px;
	}
}

@media screen and (min-width: 1000px) {
	#footer {
		--nav-bottom-height: 0px; 
	}
}


/* shop */

#product-page {
	background-color: var(--white);
	padding: var(--padding-left);
	margin-top: 15px;
}

#product-breadcrumb {
	display: block;
}

#product-breadcrumb .history-back.btn {
	position: absolute;
	right: var(--padding-right);
	top: 50%;
	transform: translateY(-50%);
}

#product-breadcrumb::after {
	content: '';
	width: 10px;
	height: 100%;
	background-color: var(--white);
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

.searchresult-breadcrumb .breadcrumb {
	max-width:none;
	background-color: var(--lightergrey);
	padding: 10px;
	margin-bottom: 20px;
}

.view-list .product {
	display: flex;
	flex-direction: column;
}

.offerImg {
	top: 40px;
	transform: scale(.9);
}

.view-list .offerImg {
	top: -20px;
	right: -21px;
	transform: scale(.6);
}

.shop-productTile .offerImg {
	top: -15px;
	transform: scale(.5);
	right: initial;
	left: -15px;
}

.shop-productTile:first-child .offerImg {
	top: -7px;
	transform: scale(.7);
	right: initial;
	left: -7px;
}

.tile-list .jugendschutz {
	display: none;
}

.shopInputQuantity {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.quantity-dropdown select {
	border-radius: var(--input-border-radius);
}

.add-to-note {
	left: initial;
	right: 10px;
}

#product-page .add-to-note {
	top: calc(0px - var(--image-area-padding-top) );
	left: initial;
	max-width: fit-content;
	height: min-content;
}

.image-area .productAddToNote {
	height: 14px;
	width: auto;
}

#product-page .image-area .productAddToNote {
	height: 20px;
}

.noteName .productAddToNote {
	height: 24px;
}

.noteName > span::after {
	counter-reset: noteProductCount var(--note-product-count);
	content: counter(noteProductCount);
	position: absolute;
	left: 15px;
	font-size: 11px;
	top: 16px;
	width: 20px;
	text-align: center;
}

.open-icon {
	--note-open-button-width: 110px;
	min-width: 30px;
}

.open-icon span {
	text-align: right;
	padding-right: 40px;
}

.open-icon::before,
.openNote .open-icon::before {
	content: none;
}

.open-icon::after {
	all: unset;
	position: absolute;
	content: url(img/green-arrow-right.svg);
  	transform: rotate(-90deg) scale(.1);
	transition: transform .3s;
	margin-top: 5px;
}

.openNote .open-icon::after {
  	transform: rotate(90deg) scale(.1);
}

.productName {
	--fontsize-large: 16px;
	--link-color: var(--text-color);
	color: var(--text-color);
}

.view-list .productName {
	min-height: 30px;
}

.product-price {
	justify-content: space-between;
}

.product-price .offerPrice {
	color: var(--orange);
}

.product-price .product-unit {
	flex: 1;
}

.view-list .product-price {
	margin-bottom: 5px;
}

#product-list ul.view-tile .product-labels {
	position: absolute;
	top: 10px;
	max-width: calc(100% - 33px);
	display: inline;
	font-size: 0;
}

#product-list ul.view-tile .product-labels > * {
	float: left;
}

#cart .product-labels {
	padding-top: 5px;
}

.product-labels {
	display: inline;
}

.view-list .product-labels {
	height: fit-content;
	min-height: fit-content;
}

.product-labels > * {	
	line-height: 17px;
	vertical-align: top;
}

img.product-control {
	--product-labels-padding: 0;
	max-height: 20px;
	width: auto;
}

/* .product-region img {
	display: none;
} */

.deposit {
	align-items: center;
}

.view-list .deposit {
	padding-top: 4px;
}

.oldPrice {
	background-color: transparent;
	color: var(--text-grey);
	text-decoration: line-through;
}

.vpe {
	font-size: 12px;
	padding-bottom: 4px;
	color: var(--text-grey);
	height: 18px;
	font-style: italic;
}

.view-list .vpe {
	position: absolute;
	top: 0px;
}

.productDetailWrapper .product-data > .vpe {
	margin-bottom: 0px;
}

.basicPrice {
	color: var(--text-grey);
	font-style: italic;
}

.product-region {
	overflow: visible;
	transform: translate(0, -7px);
}

.product-region:has(img) > img {
	display: inline;
	height: 30px;
	width: auto;
}

.product-region:has(img) > span {
	display: none;
}

.baecker {
	background-color: var(--red-lh);
	padding: var(--product-labels-padding);
}

.truncate{
	display: -webkit-box;
	-webkit-line-clamp: var(--line-clamp, 1);
	-webkit-box-orient: vertical;
	word-break: var(--word-break, 'none');
	overflow: hidden;
	hyphens: auto;
	
	/* Automatically use "word-break: break-all" for single-lines
	(https://css-tricks.com/css-switch-case-conditions) */
	--is-single-line: 1 - clamp(0, calc(var(--line-clamp) - 1), var(--line-clamp));
	--delay: calc(-1s * (var(--is-single-line, 1) - 1)); 
	animation: states 1s var(--delay) paused; 
	
	@keyframes states {
		0% { word-break: break-all; }       
	}
}

.empfehlung {
	font-size: 12px;
	--line-height: 12px;
	--max-lines: var(--line-clamp, 1);
	line-height: var(--line-height);
  	min-height: calc(var(--line-height) * var(--max-lines));
	max-height: calc(var(--line-height) * var(--max-lines));
	color: var(--text-grey);
	position: relative;
}

.empfehlung:hover {
	z-index: 2;
	display: block!important;
	overflow: visible!important;
	-webkit-line-clamp: none!important;
	background-color: var(--white);
	max-height: none;
	margin-bottom: calc(0px - var(--line-height) * 1);
	--line-clamp: 3!important;
}

.empfehlung:hover:empty {
	background-color: transparent;
}

.hat-empfehlung .empfehlung {
	display: inherit;
}

.view-list .hat-empfehlung .empfehlung {
	margin-bottom: 5px;
}

.view-list .ohne-empfehlung .empfehlung {
	display: none;
}

.product-labels > .vegan-icon {
	height: auto;
	width: auto;
	aspect-ratio: 1 / 1;
	align-self: self-start;
}

.view-list .product-labels > .vegan-icon {
	display: none;
}

.view-list .image-area .vegan-icon {
	position: absolute;
	/* transform: translate(-110%, 20px); */
	left: 5px;
	bottom: 3px;
}

.view-tile .image-area .vegan-icon {
	display: none;
}

.abo-list .view-tile .image-area .vegan-icon {
	display: initial;
	align-self: start;
	justify-self: start;
	padding: 10px 0 0 10px;
}

#cart .image-area .vegan-icon {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: initial;
	right: initial;
	top: 0;
}

#products-page .shopAddToCart {
	display: none;
}

.image-area:hover .image-product img {
	transform: inherit;
}

#product-page .product {
	position: relative;
}

#product-page .product-labels {
	top: 5px;
	position: absolute;
}

.productDetailWrapper .productData > div,
#ecoinform_oben > div {
	margin-bottom: 40px;
}

.tab-lmiv label > .lebensmittelkennzeichnung {
	display: none;
}

.productDetailWrapper .productName {
	--fontsize-large: 20px;
}

.productsFirma,
.productDetailWrapper h1, 
.productDetailWrapper h2,
.productDetailWrapper .tabangaben_head {
	margin: 30px 0 10px 0;
	font-weight: bold;
}

.productDetailWrapper h1, 
.productDetailWrapper h2,
.productDetailWrapper .tabangaben_head {
	font-size: 20px;
}

.productDetailWrapper table.tabangaben {
	border: 0;
	border-collapse: collapse;
}

.productDetailWrapper .tabangaben tr:nth-child(even) {
	background-color: var(--table-even-background);
}

.productDetailWrapper .tabangaben tr:nth-child(odd) {
	background-color: var(--table-odd-background);
}


.productDetailWrapper .tabangaben th {
	font-weight: normal;
	text-align: left;
}

.productDetailWrapper .tabangaben td {
	text-align: right;
}

.productMessage {
	text-shadow: 1px 1px #888;
	color: var(--orange);
	font-size: 1.3rem;
	padding: 3px 6px;
	max-width: 70%;
}

.image-area .productMessage {
	transform: rotate(-18deg);
	background-color: #fffb;
}

#productsWrapper .image-area .productMessage {
	display: none;
}

#productsWrapper .product .productMessage {	
	background-color: transparent;
	position: absolute;
	left: 36%;
  	top: 18%;
}

#productsInCart, .productsInCart {
	transform: translate(-5px, -42px);
}

ul.view-tile .product-input {
	padding-top: 30px;
}

#notes .view-list .tile-wrapper > .form-wrapper {
	grid-template-columns: 30px 60px 4fr 2fr;
}

#notes .product-input {
	max-width: none;
	--product-input-columns: 1fr 1fr;
	--product-input-areas: 'quantity unit' 'interval userText' 'addToCart addToCart' 'noteSave noteSave';
}

#notes ul.view-tile .product-input {
	padding-top: inherit;
  }

.product-input.userTextFocus .shopInputUserText {
	grid-column: 1 / -1;
	position: relative;
	z-index: 2;
}

.lb-logo {
	width: 275px;
	height: auto;
}

.logo-databature,
.logo-ecoinform {
	padding-top: 27px;
}

.content-box {
	background-color: white;
	padding: 10px;
	margin-bottom: 20px;	
}

p.content-box,
div.content-box {
	padding: 10px;
	font-size: 15px;
	line-height: 1.3;
}

p.content-box,
div.content-box p {
	margin: 0;
}

h1.content-box,
.cmsHeadline.content-box {
	margin-top: 0;
	text-align: center;
	color: var(--text-color);
	text-transform: uppercase;
	--fontsize-h1: 1.2rem;
}

h1.content-box > span,
.cmsHeadline.content-box > span {
	color: var(--green);
}

.content-box ol {
	padding-left: 20px;
}

.content-box li {
	margin-bottom: 10px;
	padding-left: 15px;
}

.content-box li::marker {
	font-weight: bold;
}

/* abo groups */

.abo-groups .tile-wrapper {
	--theme-width: 100%;
    --theme-deg: -70deg;
    --theme-start: 48%;
    --theme-divider-width: 18px;
    --theme-divider-color: var(--white);
    --theme-text-max-width: 48%;
	--theme-background: #3D3B38;
	
	display: flex;
	background-image: linear-gradient(var(--theme-deg), transparent calc(var(--theme-start) - 0.1%), var(--theme-divider-color) var(--theme-start), var(--theme-divider-color) calc(var(--theme-start) + var(--theme-divider-width)), var(--theme-background) calc(var(--theme-start) + var(--theme-divider-width) + 0.1%));
}

.abo-groups .tile-wrapper .product,
.abo-groups .tile-wrapper:hover .product {
	padding: var(--product-padding) var(--product-padding) var(--product-padding) 50px;
}

.abo-group-list .detail-link {
	width: 100%;
	height: 100%;
	display: flex;
	text-decoration: none;	
	text-align: left;
}

.abo-group-list .image-area img,
.abo-group-list .image-area:hover img {
	transform: none;
	max-height: 80px;
}

.abo-group-list .tileName {
	font-size: 1.3rem;
	color: var(--text-color);
}

.abo-group-list .groupDescription {
	font-size: var(--fontsize);
	color: var(--grey);
}

.abo-groesse {
	grid-area: groesse;
	font-weight: normal;
	font-style: italic;
	color: var(--grey);
	padding-left: var(--product-padding);
	padding-right: var(--product-padding);
	align-self: center;
}

.abo-input {
	grid-template-areas:
		'interval submit' 
		'faktor   faktor';
	grid-template-columns: 1fr min-content;
	align-items: end;
	--product-input-col-gap: 50px;
}

.abo-submit {
	background-color: var(--white);
	align-content: center;
	justify-content: center;
	display: flex;
	height: 50px;
	width: 50px;
	align-items: normal;
}

.abo-faktor label {
	align-self: center;
	font-size: var(--input-fontsize, 12);
}

.abo-faktor input {
	text-align: center;
}

.abo-list .abo-preis,
.abo-list .abo-name {
	align-self: start;
}

.abo-list .view-tile .tile-wrapper > .form-wrapper {
	grid-template-areas:
		'image' 
		'groesse'
		'product' 
		'product-bottom' 
		'aboinput';
	grid-template-rows: auto 22px 60px 1fr auto;
}

.abo-list .abo-variante {
	grid-column: 1 / -1;
	grid-row: 1 / -1;
	justify-self: center;
	align-self: center;
	text-transform: uppercase;
	font-size: 5rem;
	color: var(--white);
	text-shadow: 0px 0px 2px #000;
	pointer-events: none;
	font-family: 'Bree Serif';
}

.abo-list .image-area img {
	max-height: 100%;
}

.diese_woche {
	font-weight: normal;
	font-style: italic;
	color: var(--grey);
}

.aboAddText p {
	margin: 0;
}

.aboAddText strong {
	font-weight: normal;
}

.aboLoadProduct {
	margin-top: 10px;
}

.abo-list.kochabos .view-tile .tile-wrapper > .form-wrapper {
	grid-template-rows: auto 0px 100px 1fr auto;
}

.abo-list.kochabos .product {
	grid-template-areas: '. preis' 'name name' 'beschreibung beschreibung';
	grid-template-rows: auto 80px 40px;
}

.abo-list.kochabos .product-bottom {
	min-height: 0;
}

.abo-list.kochabos .productContainer {
	overflow: hidden;
	transition: max-height 0.3s;
	max-height: var(--detail-info-height, 0px);
	padding-top: 10px;
}

.abo-list.kochabos .abo-input {
	grid-template-areas:
		'faktor faktor submit';
	grid-template-columns: min-content 30px min-content;
	align-items: center;
	--product-input-col-gap: 20px;
	justify-content: space-between;
}

.abo-list.kochabos .abo-faktor label {
	white-space: nowrap;
}


/* special info */

.view-list .special-info .form-wrapper {
	display: grid;
	grid-template-areas: 'image product';
	grid-template-columns: auto;
}

.tile-wrapper.special-info .product {
	padding: var(--product-padding);
}

.special-info p {
	margin: 0;
	font-size: var(--fontsize);
	--line-height: 1;
}

.special-info p:empty {
	line-height: 5px;
}

.special-info h1, 
.special-info h2 {
	height: 44px;
	margin-top: 10px;
	margin-bottom: 4px;
	font-size: 1.3em;
}

.special-info .product-bottom {
	display: table!important;
}


/* filter */

.filterText button, 
.filterText .btn {
	line-height: normal;
}

#shop-grid-main #resetFilterContainer {
	display: flex;
	position: static;
	width: 100%;
	align-items: center;
	padding: 10px 10px 7px 10px;
}

#shop-grid-main #resetFilterContainer h3 {
	margin: 0px 10px 0 0;
}

#shop-grid-left > #resetFilterContainer h3 {
	margin: 0px 7px 7px 0;
	flex: 1 0 100%;
}

/* search */

#shopSearchResult {
	border: none;
	background-color: transparent;
	padding: 0;
}

.collapsible.searchResultGroup {
	--collapsible-border-size: 1px;
}

.searchResultGroups {
	column-gap: 5px;
}


/* cart */ 

#cart .product-input {
	--product-input-columns: 1fr 1fr 30px;
	--product-input-areas	: 'quantity unit deleteFromCart'
							  'interval userText .';
}

#cart .userTextFocus {
	--product-input-areas	: 'quantity unit deleteFromCart'
							  'userText userText .';
}

#cart .userTextFocus .shopIntervalSelect {
	visibility: hidden;/* width of select needed to prevent size change */
	grid-row: 1 / 1;
    grid-column: 1 / 1;
}

.cartDelete {
	background-color: var(--lightergrey);
	color: var(--red-lh);
	border: none;
	height: 100%;
	border-radius: 15px;
	min-height: 30px;
}

/* cart preview */

#cartPreview {
	font-size: 14px;
	--fontsize-large: 18px;
	--close-size: 31px;
	border: none!important;
	min-width: 260px;
}


#cartPreviewGrid {
	grid-template-columns: 60px 40px 1fr 75px;
}

#cartPreviewGrid .cartPreviewHeadline {
	margin-top: 0px;
	padding: 3px 5px;
}

#cartPreview .lieferdatum > div {
	background-color: var(--orange);
	color: var(--white);
	padding: 5px 40px 5px 7px;
	font-size: var(--fontsize-large);
}

#cartPreview .btn {
	white-space: nowrap;
	text-overflow: initial;
	overflow: initial;
	width: fit-content;
  	max-width: none;
}

#cartPreviewClose {
	width: auto;
}

#cartPreview .cartPreviewBtn {
	margin-right: 20px;
}

.btn.emptyCart {
	margin: 3px 3px 3px 0;
}

.cmsCol div,
.cmsCol span,
.cmsCol p {
	line-height: var(--line-height);
}

#customerText {
	margin-left: auto;
	margin-right: auto;
	width: 100vw;
}


#customer-nav {
	padding-left: 0px;
}

#customer-nav > .gwm-wrapper {
	width: 100%;
}

#customer-nav ul {
	width: 100%;
	column-gap: 3px;
}

#customer-nav li {
	--fontsize: 14px;
	--padding-left: 5px;
	--padding-right: 5px;
	margin-right: 0px;
	flex: 1 0 auto;
	text-align: center
}

.tickermessageMenuItem {
	--item-background-color: var(--important-background);
}

.tickermessageMenuItem a {
	--text-color: var(--white);
	--main-color: var(--white);
}

/* swipe-buttons */

.swipe-buttons {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	pointer-events: none;
}

.swipe-left {
	position: absolute;
	right: -100%;
	top: 50%;
	transform: translateY(-50%);
	transition: right 0.5s;	
	background-color: #159E46CC;
	padding: 10px 3px 3px 16px;
	border-radius: 25px 0 0 25px;
}

.swipe-right {
	position: absolute;
	left: -100%;
	top: 50%;
	transform: translateY(-50%);
	transition: left 0.5s;
	background-color: #159E46CC;
	padding: 11px 15px 3px 0;
	border-radius: 0 25px 25px 0;
}

.swipe-buttons-animation .swipe-left {
	right: 0;
}

.swipe-buttons-animation .swipe-right {
	left: 0;
}

/* order */

.kundenlogin h1,
.neukundenlogin h1 {
	margin-top: 50px!important;
}

.shop-intro > *:first-child h4 {
	margin-top: 0;
}

@media screen and (min-width: 512px) {
	.customCb {
		display: inherit;
	}

	#searchWrapper {
		width: inherit;
		max-width: inherit;
	}

	#headInformation {
		display: block;
    }
	
	#productsWrapper .product .productMessage {	
		display: none;
	}

	#productsWrapper .image-area .productMessage {	
		display: initial;
	}

	.abo-group-list .product {
		text-align: left;
		padding: inherit;
	}

	.tab-lmiv label > .lebensmittelkennzeichnung {
		display: inherit;
	}

	.tab-lmiv label > .lmiv {
		display: none;
	}

	#customer-nav {
		padding-left: 7px;
	}

	#customer-nav li {
		--fontsize: 16px;
		--padding-left: 10px;
		--padding-right: 10px;
		margin-right: 10px;
	}

	#customerText {
		max-width: var(--page-width);
	}

	.customerText_anrede {
		flex: initial;
		padding-right: 20px;
	}

	#importantMessage {
		background-color: var(--important-background);
	}

	#importantMessage .importantMessageText {
		margin-left: auto;
		margin-right: auto;
		width: var(--page-width);
	}
}

@media screen and (min-width: 600px) {
	.open-icon::after {
		transform: rotate(-90deg) scale(.1);
		margin-top: 7px;
		right: -32px;
	}

	.openNote .open-icon::after {
		transform: rotate(90deg) scale(.1);
	}
}


@media screen and (min-width: 800px) {
	#notes .product-input {
		min-width: 250px;
		--product-input-columns: 1fr 1fr 2fr;
		--product-input-areas: 'quantity unit addToCart' 'interval interval userText' 'noteSave noteSave noteSave';
	}

	#searchWrapper {
	  width: var(--search-width, 200px);
	  max-width: var(--search-max-width, 300px);
	}

	.toggleSearch #searchWrapper {
	  order: 3;
	  border: none;
	}
	
	.toggleSearch #searchFieldSubmit {
		border-radius: var(--button-border-radius, var(--input-border-radius));
	}
}

@media screen and (min-width: 1200px) {
	#important-message-head,
	#logo img,
	#header,
	.gwMenu,
	#main-nav.gwMenu {
		transition: all 300ms;
	}

	/* #info {
		margin-top: 20px;
	} */

	.scrolled #resetFilterContainer {
		position: static;
		box-shadow: none;
	}

	#resetFilterContainer {
		position: static;
		display: flex;
	}

	#header {
		display:grid;
		grid-template-columns: auto 1fr 30%;
		grid-template-rows: auto 0 auto;
		padding-bottom: 0;
	}

	.scrolled #header {
		display: flex;
	}

	.scrolled.loggedin-cls #phone {
		display: none;
	}

	#shop-grid-left,
	#shop-grid-main {
		margin-top: 20px;		
	}

	.loggedin-cls #shop-grid-left,
	.loggedin-cls #shop-grid-main {
		margin-top: 0px;
	}

	.km-suche {
		display: none;
	}

	#logo {
		min-width: 120px;
		max-width: 20%;
	}
	
	#logo img {
		max-width: none;
		max-height: 110px;
		width: auto;
	}

	#phone {
		text-decoration: none;
		color: var(--text-color);
		font-weight: bold;
		align-content: center;
		align-items: center;
		display: inline-flex;
		font-size: 20px;
		white-space: nowrap;
	}

	#searchWrapper {
		display: flex;
	}

	#cartPreview {
		box-shadow: none!important;		
	}

	#important-message-head {
		display: flex;
	}

	#main-nav .gwm-wrapper .gwm-wrapper {
		--padding-top: 8px;
		--padding-bottom: 8px;
	}
		
	.scrolled #important-message-head {
		height: 0px;
		min-height: 0px
	}

	.tickermessageMenuItem {
		display: none;
	}

	.tickermessageMenuItem a > span {
		display: none;
	}

	.scrolled #logo img {
		max-height: 90px;
	}

	.scrolled #header {
		padding-top: 6px;
	}

	.scrolled .gwMenu {
		--padding-top: 10px;
		--padding-bottom: 10px;
	}

	.scrolled #main-nav.gwMenu  {
		margin-top: 6px;
	}

	.singlecol #content,
	#content {
		padding-left: 0;
		padding-right: 0;
	}

	.singlecol #shop-grid-main {
		padding-left: 0;
		margin-left: 0;
	}

	#productsInCart, .productsInCart {
		transform: translate(-31px, -42px);
	}

	#kunden-navigation a > span:first-of-type {
		display: inline;
	}
	
	#customerTextWrapper {
		min-height: 54px;
	}

	#customerTextWrapper:empty {
		min-height: 15px;
	}

	.home-cls #customerTextWrapper:empty {
		min-height: 0px;
	}

	.breadcrumb {
		justify-content: center;
		max-width: calc(100% - 100px);
	}

	.breadcrumb > li {
		margin-right: 15px;
	}	

	.breadcrumb > li::after {
		transform: translate(10px, -50%);
	}

	
/* 	#product-list, .tile-list, #product-group-list, .abo-group-list, .abo-list {
		margin-top: 0;
	} */

	#cart {
		background-color: #fff;
		box-shadow: 0 0 10px rgba(0,0,0,.1);
		padding: 10px;
		/* margin-right: 10px; */
	}

	.cartSum {
		margin-bottom: 0;
	}

/* 	.cartEmpty {
		margin-top: 16px;
	} */

	.image-area {
		padding-top: var(--image-area-padding-top);
	}

	p.content-box,
	div.content-box {
		padding: 30px 30px;
		font-size: 1rem;
		line-height: 1.4;
	}

	.swipe-buttons {
		display: none;
	}
}

