#top {
padding-top:80px;
}

#wrap {
margin:0 auto;
}

.active {
background-color:#4CAF50;
color:#3498db;
}

/* suchen items auflistung */
.ui-menu .ui-menu-item {
    margin: 20px;
	font-size: 15px;
    cursor: pointer;
	
}

.autocomplete,.dropdown {
position:relative;
display:inline-block;
}

.autocomplete-active {
background-color:#1E90FF!important;
color:#fff;
}

.autocomplete-items {
position:absolute;
border:1px solid #d4d4d4;
border-bottom:none;
border-top:none;
z-index:1000;
}

.autocomplete-items div {
cursor:pointer;
background-color:#fff;
border-bottom:1px solid #d4d4d4;
padding:10px;
}

.autocomplete-items div:hover {
background-color:#e9e9e9;
}

.box {
width:100%;
height:500px;
background:#eaeaea;
position:relative;
overflow:hidden;
cursor:crosshair;
}


.btnNumPad {
	font-weight:700;
	font-size:25px!important;
	-webkit-transition:.1s ease-in background-color;
	-webkit-font-smoothing:antialiased;
	letter-spacing:1px;
	height:50px;
	padding:10px;

	border:1px solid transparent;
	border-radius:4px;
	border-color: #ccc;

}

.btnNumPad:hover {
	transition-property:background-color .2s linear 0;
	-moz-transition:background-color .2s linear 0;
	-webkit-transition:background-color .2s linear 0;
	-o-transition:background-color .2s linear 0;
}



.container {
    /* width: 470px;	 */
}


.jconfirm-buttons{
	/* text-transform:uppercase; */
	font-size:20px;
	font-weight:bold;
	text-shadow:none
}

.center {
width:50%;
border:0 solid gray;
margin:auto;
padding:10px;
}

.containerHeader {
position:relative;
width:100%;
height:55px;
}

.crop img,.cropMenu img {
width:100px;
height:100px;
object-fit:cover;
}

.crop,.cropMenu {
width:100px;
height:100px;
display:block;
margin-left:auto;
margin-right:auto;
overflow:hidden;
}


.cropMenuLetter {
width:100px;
height:100px;
display:block;
font-size: 100px;
margin-left:auto;
margin-right:auto;
overflow:hidden;
}

.cropProdukte {
width:100px;
display:block;
margin-left:auto;
margin-right:auto;
overflow:hidden;
}

.cropProdukte img {
max-width:100%;
max-height:100%;
}

.dropbtn {
background-color:#4CAF50;
color:#FFF;
font-size:16px;
border:none;
cursor:pointer;
padding:16px;
}

.dropbtn:hover,.dropbtn:focus {
background-color:#4CAF50;
}

.dropdownWarenkorb-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdownWarenkorb-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdownWarenkorb-content a:hover {
  background-color: #ddd;
}

.dropdownMenuPlan-content {
	display: none;
	border-radius: 5px;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdownMenuPlan-content a {
	border-radius: 5px;
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.dropdownMenuPlan-content a:hover {
	background-color: #ddd;
}

.dropdown-content {
display:none;
position:absolute;
background-color:#f1f1f1;
min-width:160px;
box-shadow:0 8px 16px 0 rgba(0,0,0,0.2);
z-index:100;
}

.dropdown-content a {
color:#000;
text-decoration:none;
display:block;
padding:12px 16px;
}

.dropdown-content a:hover {
background-color:#ddd;
}

.foo {
position:absolute;
left:0;
width:100%;
height:100%;
}

.footer {
position:fixed;
left:0;
bottom:0;
width:100%;
padding-bottom:30px;
background-color:red;
color:#FFF;
text-align:center;
font-weight:700;
font-size:50px;
vertical-align:middle;
}

.form-control2 {
font-size:34px!important;
}

tbody tr:nth-child(odd){
  /* background-color: #B0B0B0; */
  /* color: #B0B0B0; */
}

.formOwn {
background-color:#FFF!important;
border:0 solid #ccc!important;
-webkit-box-shadow:inset 0 0 0 rgba(0,0,0,.075)!important;
/* color:red; */
font-weight:700;
padding:2px 12px;
}

.grid-container {
max-width:800px;
display:grid;
grid-template-columns:repeat(auto-fit,minmax(100px,1fr));
grid-gap:5px;
margin:0 auto;
}

.grid-container-tesla {
display:grid;
grid-template-columns:repeat(auto-fit,minmax(100px,1fr));
grid-gap:5px;
margin:0 auto;
}

.grid-container-menu {
display:grid;
grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
grid-gap:10px;
margin:0 auto;
padding:5px;
}

.grid-containerButtons {
max-width:800px;
display:grid;
grid-template-columns:repeat(auto-fit,minmax(78px,1fr));
grid-gap:5px;
margin:0 auto;
padding:5px;
}

.grid-containerButtons.home-actions {
grid-template-columns:repeat(3,minmax(68px,106px));
justify-content:center;
align-items:stretch;
grid-gap:3px;
padding:0 5px 2px;
}

.grid-containerButtons.home-actions .grid-itemButtons {
min-width:0;
padding:0;
}

.home-main-link {
display:inline-flex;
align-items:center;
justify-content:center;
box-sizing:border-box;
width:100%;
min-height:34px;
border-radius:6px;
background:#fff;
box-shadow:0 1px 4px rgba(0,0,0,0.12);
}

.home-main-link img {
height:30px;
width:auto;
}

.home-more-actions {
grid-column:auto;
position:relative;
box-sizing:border-box;
width:100%;
margin:0;
padding:1px;
}

.home-more-actions summary {
display:flex;
align-items:center;
justify-content:center;
box-sizing:border-box;
min-height:34px;
border:1px solid #d8ddd6;
border-radius:6px;
background:#f7f8f6;
color:#222;
font-size:12px;
font-weight:700;
line-height:1;
cursor:pointer;
list-style:none;
user-select:none;
}

.home-more-actions summary::-webkit-details-marker {
display:none;
}

.home-more-actions summary::after {
content:"+";
margin-left:6px;
font-size:15px;
line-height:1;
}

.home-more-actions[open] summary::after {
content:"-";
}

.home-more-grid {
display:grid;
grid-template-columns:repeat(auto-fit,minmax(96px,1fr));
gap:6px;
position:absolute;
bottom:calc(100% + 8px);
right:0;
z-index:30;
box-sizing:border-box;
width:min(310px,calc(100vw - 18px));
padding:6px;
border:1px solid #d8ddd6;
border-radius:8px;
background:#f7f8f6;
box-shadow:0 8px 22px rgba(0,0,0,0.18);
}

.home-more-actions:not([open]) .home-more-grid {
display:none;
}

.home-tool-link {
display:inline-flex;
flex-direction:column;
align-items:center;
justify-content:center;
box-sizing:border-box;
width:100%;
min-height:58px;
padding:6px;
border:0;
border-radius:6px;
background:#fff;
color:#222;
font-size:12px;
font-weight:700;
line-height:1.1;
text-align:center;
text-decoration:none;
box-shadow:0 1px 4px rgba(0,0,0,0.12);
}

.home-tool-link img {
display:block;
margin-bottom:4px;
}

.home-tool-link .android-app-diagnostics-icon {
width:36px;
height:36px;
}

.android-install-banner[hidden] {
	display: none;
}

.android-install-banner {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	box-sizing: border-box;
	width: min(800px, calc(100% - 10px));
	margin: 0 auto 12px;
	padding: 14px;
	border: 1px solid #c8dfcd;
	border-radius: 12px;
	background: linear-gradient(135deg, #f7fff8 0%, #eaf6ed 100%);
	box-shadow: 0 6px 18px rgba(31, 111, 53, 0.12);
	color: #173d22;
}

.android-install-banner.update {
	border-color: #e7d28b;
	background: linear-gradient(135deg, #fffdf3 0%, #fff4c7 100%);
	box-shadow: 0 6px 18px rgba(125, 91, 0, 0.14);
	color: #4f3900;
}

.android-install-banner.update .android-install-icon,
.android-install-banner.update .android-install-primary {
	border-color: #7a5900;
	background: #7a5900;
}

.android-install-banner.update .android-install-text {
	color: #66531c;
}

.android-install-banner.update .android-install-version {
	color: #7a5900;
}

.android-install-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 12px;
	background: #216b35;
	font-size: 26px;
}

.android-install-content {
	min-width: 0;
}

.android-install-title {
	font-size: 17px;
	font-weight: 800;
	line-height: 1.25;
}

.android-install-text {
	margin-top: 2px;
	color: #45604b;
	font-size: 13px;
	line-height: 1.35;
}

.android-install-version {
	margin-top: 3px;
	color: #2f7140;
	font-size: 12px;
	font-weight: 700;
}

.android-install-actions {
	display: flex;
	align-items: stretch;
	gap: 7px;
}

.android-install-primary,
.android-install-later {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 42px;
	padding: 8px 12px;
	border-radius: 8px;
	font-family: inherit;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
}

.android-install-primary {
	border: 1px solid #216b35;
	background: #216b35;
	color: #fff;
	text-decoration: none;
}

.android-install-later {
	border: 1px solid #b9cbbb;
	background: #fff;
	color: #36513c;
}

.android-install-primary:active,
.android-install-later:active {
	transform: translateY(1px);
}

.android-download-home-icon {
	display: block;
	margin-bottom: 3px;
	font-size: 26px;
	line-height: 1;
}

.android-app-tools {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

	.openfoodfacts-home-link {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		width: 100%;
		min-height: 46px;
	padding: 3px 2px;
	border: 0;
	border-radius: 6px;
	background: #ffffff;
		color: #111;
		font-size: 12px;
		font-weight: 700;
		line-height: 1.1;
		text-align: center;
		text-decoration: none;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
		overflow-wrap: anywhere;
	}

.openfoodfacts-home-link:active {
	transform: translateY(1px);
}

.android-app-diagnostics-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 46px;
	width: 100%;
	padding: 0;
	border: 0;
	border-radius: 6px;
	background: transparent;
	color: #2b4b2f;
	text-decoration: none;
}

.android-app-diagnostics-icon {
	display: block;
	width: 44px;
	height: 44px;
}

.android-app-diagnostics-link:active {
	background: #edf7ef;
}

@media (max-width: 480px) {
	.android-install-banner {
		grid-template-columns: auto minmax(0, 1fr);
		gap: 9px 10px;
		padding: 12px;
	}

	.android-install-actions {
		grid-column: 1 / -1;
		display: grid;
		grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
	}

	.android-install-primary,
	.android-install-later {
		width: 100%;
		min-width: 0;
	}

	.android-app-diagnostics-link {
		width: 100%;
		font-size: 12px;
	}
}

.diagnostics-page {
	margin: 0;
	min-height: 100vh;
	background: #f5f7f2;
	color: #1f2a1f;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.diagnostics-main {
	width: min(780px, 100%);
	margin: 0 auto;
	padding: 18px 12px 36px;
	box-sizing: border-box;
}

.diagnostics-panel {
	background: #ffffff;
	border: 1px solid #d9e0d5;
	border-radius: 8px;
	padding: 16px;
	box-shadow: 0 10px 24px rgba(31, 42, 31, 0.08);
}

.diagnostics-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 12px;
}

.diagnostics-title {
	margin: 0;
	font-size: 1.45rem;
	line-height: 1.15;
}

.diagnostics-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 12px 0;
}

.diagnostics-button,
.diagnostics-back {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 12px;
	border: 1px solid #cfd8cc;
	border-radius: 6px;
	background: #ffffff;
	color: #1f2a1f;
	font: inherit;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
}

.diagnostics-button.primary {
	background: #2f8f46;
	border-color: #2f8f46;
	color: #ffffff;
}

.diagnostics-grid {
	display: grid;
	grid-template-columns: minmax(120px, 220px) minmax(0, 1fr);
	border-top: 1px solid #e2e7df;
}

.diagnostics-label,
.diagnostics-value {
	padding: 10px 0;
	border-bottom: 1px solid #e2e7df;
	font-size: 14px;
	line-height: 1.35;
}

.diagnostics-label {
	color: #5b685b;
	font-weight: 700;
	padding-right: 12px;
}

.diagnostics-value {
	overflow-wrap: anywhere;
}

.diagnostics-value a {
	color: #1f6f35;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.diagnostics-detail-line {
	display: grid;
	grid-template-columns: minmax(90px, 0.7fr) minmax(0, 1.3fr);
	gap: 8px;
	margin: 0 0 4px;
}

.diagnostics-detail-line span {
	color: #5b685b;
	font-weight: 700;
}

.diagnostics-detail-line strong {
	min-width: 0;
	color: inherit;
	overflow-wrap: anywhere;
}

.diagnostics-help-list {
	margin: 0;
	padding-left: 18px;
}

.diagnostics-help-list li + li {
	margin-top: 4px;
}

.diagnostics-status-ok {
	color: #1f6f35;
	font-weight: 700;
}

.diagnostics-status-warn {
	color: #8a6100;
	font-weight: 700;
}

.diagnostics-status-bad {
	color: #9f2f2f;
	font-weight: 700;
}

@media (max-width: 520px) {
	.diagnostics-main {
		padding: 10px 8px 28px;
	}

	.diagnostics-panel {
		padding: 12px;
	}

	.diagnostics-header {
		align-items: flex-start;
		flex-direction: column;
	}

	.diagnostics-title {
		font-size: 1.25rem;
	}

	.diagnostics-grid {
		grid-template-columns: 1fr;
	}

	.diagnostics-label {
		border-bottom: 0;
		padding: 10px 0 2px;
	}

	.diagnostics-value {
		padding: 0 0 10px;
	}

	.diagnostics-detail-line {
		grid-template-columns: 1fr;
		gap: 1px;
	}
}

.grid-item {
position:relative;
border:0 solid rgba(0,0,0,0.8);
font-size:20px;
text-align:center;
padding:5px;
}

.grid-itemButtons {
border:0 solid rgba(0,0,0,0.8);
font-size:20px;
text-align:center;
padding:5px;
}

.infoBox {
background:#FFF;
border:1pt solid #000;
width:200px;
height:23px;
position:absolute;
}

.korbListe,#zubereitungTableBody {
font-size:20px;
}

.korbMenu {
font-size:25px;
text-align:right;
padding:10px 0 0;
}

.korbMenuEinheit {
padding-top:10px;
padding-right:10px;
padding-left:2px;
text-align:left;
}

.no-wrap {
white-space:nowrap;
}

.num {
border:1px solid #9e9e9e;
-webkit-border-radius:999px;
border-radius:999px;
-moz-border-radius:999px;
height:80px;
background-color:#fff;
color:#333;
cursor:pointer;
}

.num-pad {
padding-left:15px;
}

.num:hover {
background-color:#9e9e9e;
color:#fff;
transition-property:background-color .2s linear 0;
-moz-transition:background-color .2s linear 0;
-webkit-transition:background-color .2s linear 0;
-o-transition:background-color .2s linear 0;
}

.overlay {
height:100%;
width:100%;
display:none;
position:fixed;
padding-top:80px;
z-index:100;
top:0;
left:0;
background-color:rgba(0,0,0,0.7);
}

.overlay .closebtn {
position:absolute;
top:80px;
right:20px;
font-size:60px;
cursor:pointer;
color:#FFF;
}

.overlay .closebtn:hover {
color:#ccc;
}

#myOverlay .closebtn {
top:80px;
right:20px;
width:54px;
height:54px;
line-height:54px;
text-align:center;
}

.overlay .closebtnScanner {
position:absolute;
top:80px;
right:10px;
font-size:60px;
cursor:pointer;
color:#FFF;
}

.overlay .closebtnScanner:hover {
color:#ccc;
}

.overlay button:hover {
background:#bbb;
}

.overlay input[type=text] {
font-size:17px;
border:none;
float:left;
width:80%;
background:#FFF;
border-radius:18px;
padding:15px;
outline: none;
}

.overlay input[type=text]:hover {
background:#f1f1f1;
}

.search-input-row {
display:flex;
align-items:center;
gap:8px;
width:100%;
max-width:720px;
margin:0 auto;
}

#myOverlay .overlay-content {
box-sizing:border-box;
width:auto;
margin-left:20px;
margin-right:90px;
}

#myOverlay .search-input-row {
max-width:none;
}

.overlay .search-input-row input[type=text] {
box-sizing:border-box;
float:none;
flex:1 1 auto;
min-width:0;
width:auto;
}

.search-scan-button {
box-sizing:border-box;
display:inline-flex;
align-items:center;
justify-content:center;
flex:0 0 54px;
width:54px;
height:54px;
border:1px solid rgba(255,255,255,0.75);
border-radius:18px;
background:#222;
cursor:pointer;
padding:0;
}

.search-scan-button[hidden] {
display:none;
}

#myOverlay .search-scan-button {
position:fixed;
top:150px;
right:20px;
}

.search-scan-button img {
display:block;
width:30px;
height:30px;
filter:none;
}

.overlay .search-scan-button:hover {
background:#333;
}

.search-scan-hint {
box-sizing:border-box;
width:100%;
max-width:720px;
min-height:20px;
margin:8px auto 0;
color:#fff;
font-size:15px;
line-height:1.35;
text-align:left;
}

.ean-display {
display:inline-block;
font-family:"Courier New", Courier, monospace;
font-size:1.18em;
font-weight:bold;
letter-spacing:0.04em;
white-space:nowrap;
}

.ean-confirm-modal {
box-sizing:border-box;
padding:4px 0 2px;
text-align:center;
color:#1f2a1f;
}

.ean-confirm-text {
font-size:17px;
font-weight:bold;
line-height:1.3;
margin:2px 0 12px;
}

.ean-confirm-code {
box-sizing:border-box;
width:100%;
padding:12px 8px;
border:1px solid #cfd8cc;
border-radius:8px;
background:#f5f7f2;
color:#111;
font-size:1.45em;
line-height:1.1;
}

.ean-confirm-note {
margin-top:12px;
color:#5b685b;
font-size:13px;
line-height:1.35;
}

.ean-lookup-modal {
display:none;
position:fixed;
inset:0;
z-index:10000;
align-items:center;
justify-content:center;
padding:18px;
box-sizing:border-box;
}

.ean-lookup-modal.is-open {
display:flex;
}

.ean-lookup-backdrop {
position:absolute;
inset:0;
background:rgba(0,0,0,.56);
}

.ean-lookup-dialog {
position:relative;
box-sizing:border-box;
width:min(360px, 100%);
max-height:calc(100vh - 36px);
overflow:auto;
padding:24px 18px 18px;
border-radius:8px;
background:#fff;
box-shadow:0 14px 44px rgba(0,0,0,.28);
color:#1f2a1f;
text-align:center;
}

.ean-lookup-close {
position:absolute;
top:8px;
right:8px;
width:34px;
height:34px;
border:0;
border-radius:6px;
background:#eef1ed;
color:#263026;
font-size:22px;
line-height:1;
cursor:pointer;
}

.ean-lookup-title {
font-size:20px;
font-weight:bold;
line-height:1.2;
margin:4px 32px 8px;
}

.ean-lookup-text {
font-size:15px;
line-height:1.35;
margin:0 0 12px;
}

.ean-lookup-code {
box-sizing:border-box;
width:100%;
padding:12px 8px;
border:1px solid #cfd8cc;
border-radius:8px;
background:#f5f7f2;
color:#111;
font-size:1.35em;
line-height:1.1;
}

.ean-lookup-note {
margin-top:12px;
color:#5b685b;
font-size:13px;
line-height:1.35;
}

.ean-lookup-actions {
display:flex;
gap:10px;
margin-top:18px;
}

.ean-lookup-button {
flex:1 1 0;
min-height:44px;
border:1px solid #cbd5c8;
border-radius:7px;
background:#fff;
color:#1f2a1f;
font-size:15px;
font-weight:bold;
cursor:pointer;
}

.ean-lookup-button-primary {
border-color:#2d7d3c;
background:#2d7d3c;
color:#fff;
}

body.modal-open {
overflow:hidden;
}

@media (max-width:420px) {
.ean-confirm-code {
font-size:1.2em;
}

.ean-lookup-dialog {
padding:22px 14px 14px;
}

.ean-lookup-code {
font-size:1.16em;
}

.ean-lookup-actions {
flex-direction:column;
}
}

.overlay-content {
position:relative;
top:15px;
width:80%;
text-align:center;
margin:auto;
}

@media (max-width:520px) {
.overlay-content {
width:90%;
}

#myOverlay .overlay-content {
width:auto;
margin-left:12px;
margin-right:76px;
}

#myOverlay .closebtn {
right:12px;
}

.search-input-row {
gap:6px;
}

.search-scan-button {
flex-basis:50px;
width:50px;
height:50px;
}

#myOverlay .search-scan-button {
right:12px;
}
}

.overlay-content ul {
display:list-item;
}

.produkt-info {
font-size:.75em;
padding:5px;
}

.produkt-titel {
font-size:.75em;
word-wrap:break-word;
white-space:normal;
overflow:visible;
overflow-wrap:anywhere;
line-height:1.15;
min-height:32px;
padding:5px 5px 3px;
}

.product-detail-table,
.product-action-table {
max-width:100%;
}

@media (max-width:430px) {
.product-action-table {
width:100% !important;
}
}

.nutrition-open-btn {
box-sizing:border-box;
min-width:92px;
height:60px;
padding:0 12px;
border:2px solid #111;
border-radius:8px;
background:#fff;
color:#111;
font-size:16px;
font-weight:700;
line-height:1.1;
cursor:pointer;
box-shadow:0 2px 6px rgba(0,0,0,0.18);
}

.nutrition-open-btn:active {
transform:translateY(1px);
}

.nutrition-top-action {
margin-top:10px;
display:flex;
justify-content:center;
}

.nutrition-open-btn-top {
min-width:0;
height:38px;
padding:0 12px;
font-size:14px;
box-shadow:0 1px 4px rgba(0,0,0,0.14);
}

.nutrition-modal {
display:none;
position:fixed;
inset:0;
z-index:10020;
align-items:center;
justify-content:center;
padding:18px;
box-sizing:border-box;
}

.nutrition-modal.is-open {
display:flex;
}

.nutrition-modal-backdrop {
position:absolute;
inset:0;
background:rgba(0,0,0,0.58);
}

.nutrition-modal-dialog {
position:relative;
box-sizing:border-box;
width:min(440px, 100%);
max-height:calc(100vh - 36px);
overflow:auto;
background:#fff;
color:#111;
border-radius:8px;
padding:20px;
box-shadow:0 18px 44px rgba(0,0,0,0.3);
}

.nutrition-modal-close {
position:absolute;
top:10px;
right:10px;
display:flex;
align-items:center;
justify-content:center;
width:34px;
height:34px;
border:0;
border-radius:50%;
background:#111;
color:#fff;
font-size:20px;
line-height:1;
cursor:pointer;
padding:0;
}

.nutrition-modal-title {
padding-right:42px;
font-size:26px;
font-weight:800;
line-height:1.1;
}

.nutrition-modal-product {
margin-top:8px;
font-size:18px;
font-weight:700;
line-height:1.25;
}

.nutrition-modal-meta {
display:flex;
gap:8px;
flex-wrap:wrap;
margin-top:8px;
font-size:14px;
color:#666;
}

.nutrition-notice {
margin-top:12px;
padding:9px 11px;
border:1px solid #acd8b8;
border-radius:8px;
background:#edf8f0;
color:#205d31;
font-size:14px;
font-weight:800;
}

.nutrition-status-panel {
display:grid;
gap:7px;
margin-top:14px;
padding:11px 12px;
border:1px solid #e1e1e1;
border-radius:8px;
background:#fbfbfb;
}

.nutrition-status-row {
display:grid;
grid-template-columns:minmax(120px, 0.8fr) minmax(0, 1.2fr);
gap:10px;
align-items:start;
font-size:13px;
line-height:1.25;
}

.nutrition-status-row span {
color:#666;
font-weight:700;
}

.nutrition-status-row strong {
min-width:0;
color:#111;
font-weight:800;
overflow-wrap:anywhere;
}

.nutrition-status-error {
margin-top:4px;
padding:8px 9px;
border-radius:7px;
background:#fff2e8;
color:#8a3a00;
font-size:13px;
font-weight:700;
}

.nutrition-grid {
display:grid;
grid-template-columns:repeat(2, minmax(0, 1fr));
gap:10px;
margin-top:18px;
}

.nutrition-form {
margin:0;
}

.nutrition-per-field {
display:grid;
grid-template-columns:auto minmax(140px, 1fr);
align-items:center;
gap:10px;
margin-top:14px;
padding:10px 12px;
border:1px solid #ddd;
border-radius:8px;
background:#f8f8f8;
}

.nutrition-per-field span {
font-size:14px;
font-weight:700;
color:#444;
}

.nutrition-per-field select {
box-sizing:border-box;
width:100%;
height:40px;
border:1px solid #b8b8b8;
border-radius:6px;
background:#fff;
color:#111;
font-size:16px;
font-weight:700;
}

.nutrition-item {
box-sizing:border-box;
min-width:0;
padding:12px;
border:1px solid #ddd;
border-radius:8px;
background:#f8f8f8;
}

.nutrition-item span,
.nutrition-item strong {
display:block;
}

.nutrition-item span {
font-size:13px;
color:#555;
}

.nutrition-item strong {
margin-top:4px;
font-size:19px;
line-height:1.1;
}

.nutrition-edit-item {
display:block;
}

.nutrition-input-wrap {
display:grid !important;
grid-template-columns:minmax(0, 1fr) auto;
align-items:center;
gap:8px;
margin-top:6px;
}

.nutrition-input-wrap input {
box-sizing:border-box;
width:100%;
min-width:0;
height:40px;
padding:6px 8px;
border:1px solid #b8b8b8;
border-radius:6px;
background:#fff;
color:#111;
font-size:18px;
font-weight:700;
text-align:right;
}

.nutrition-input-wrap small {
min-width:28px;
font-size:13px;
font-weight:700;
color:#555;
}

.nutrition-save-btn {
box-sizing:border-box;
width:100%;
height:46px;
margin-top:14px;
border:0;
border-radius:8px;
background:#1f7a3a;
color:#fff;
font-size:17px;
font-weight:800;
cursor:pointer;
}

.nutrition-save-btn:active {
transform:translateY(1px);
}

.nutrition-actions {
display:grid;
grid-template-columns:1fr;
gap:9px;
margin-top:12px;
}

.nutrition-refresh-form {
margin:0;
}

.nutrition-refresh-btn {
box-sizing:border-box;
width:100%;
min-height:42px;
padding:9px 12px;
border:1px solid #222;
border-radius:8px;
background:#fff;
color:#111;
font-size:15px;
font-weight:800;
cursor:pointer;
}

.nutrition-refresh-btn:active {
transform:translateY(1px);
}

@media (max-width: 420px) {
.nutrition-per-field {
grid-template-columns:1fr;
gap:6px;
}

.nutrition-status-row {
grid-template-columns:1fr;
gap:2px;
}
}

.nutrition-source-link {
display:inline-block;
justify-self:center;
font-size:15px;
font-weight:700;
color:#111;
text-decoration:underline;
}

.recipe {
padding:1em;
}

.recipe-table {
position:relative;
border:0 solid #DDD;
padding:1em;
}

.recipe-table__add-row,.table__add-row {
margin-top:0;
position:relative;
border-top:1px solid #EEE;
}

.recipe-table__add-row-btn,.recipe-table__add-row-btn-zuber,.table__add-row-btn,.table__add-row-btn-zuber {
cursor:pointer;
position:absolute;
right:0;
left:0;
width:4em;
-webkit-transition:all .2s easy-in;
transition:all .2s easy-in;
text-align:center;
opacity:0.5;
color:#fff;
border:1px solid #16A085;
border-bottom-right-radius:1em;
border-bottom-left-radius:1em;
background:#16A085;
height:1.5em;
line-height:1.5em;
margin:0 auto;
}

.recipe-table__add-row-btn:hover,.recipe-table__add-row-btn-zuber:hover {
opacity:1;
}

.recipe-table__addCart-btn {
cursor:pointer;
height:40px;
width:40px;
font-size:20px;
}

.recipe-table__cell,.recipe-ingredients {
vertical-align:top;
padding:3px 5px;
}

.recipe-table__del-row-btn, .table__del-row-btn {
cursor:pointer;
height:40px;
width:40px;
font-size:30px;
font-weight:700;
}

.recipe-table__removeCart-btn {
cursor:pointer;
height:40px;
width:40px;
font-size:25px;
background-color:red;
}

.recipe-table__save-row-btn {
cursor:pointer;
height:40px;
width:40px;
}

.recipe-titel {
font-weight:700;
font-size:20px;
border-bottom:1pt solid #000;
}

.recipe-zut {
position:relative;
border:0 solid #DDD;
padding:0 1em 0 0;
}

.recipe__info {
vertical-align:top;
text-align:right;
font-weight:700;
color:#454545;
border-right:1px dotted #EEE;
width:300px;
margin:0 1.3em 0 0;
padding:0 1em 0 0;
}

.recipe__text-field {
font-size:1em;
line-height:1.4;
color:#555;
background-color:#FFF;
background-image:none;
border:1px solid #CCC;
border-left:1px solid #CCC;
z-index:1;
margin:0;
padding:.45em .92em;
}

.recipe__title {
margin-top:0;
}

.review {
position:absolute;
z-index:10;
background-color:red;
margin:0;
padding:0;
}

.rezeptZubIcons {
height:42px;
}

.small {
font-size:15px;
}

.span4 {
width:80px;
float:left;
margin:0 8px 10px;
}

.spanicons {
width:72px;
float:left;
text-align:center;
margin-top:40px;
color:#9e9e9e;
font-size:30px;
cursor:pointer;
}

.spanicons:hover {
color:#3498db;
transition-property:color .2s linear 0;
-moz-transition:color .2s linear 0;
-webkit-transition:color .2s linear 0;
-o-transition:color .2s linear 0;
}

.suchen {
border-top-right-radius:4px;
border-top-left-radius:4px;
border-bottom-left-radius:4px;
border-bottom-right-radius:4px;
background:#eee;
border:1px solid #ddd;
width:94%;
padding:15px 10px;
}

.tbAddProd {
border:0 solid #000;
margin-left:auto;
margin-right:auto;
}

.text-block {
	position:absolute;
	top:32%;
	left:60%;
	transform:translate(-50%,-50%);
	color:red;
	font-size:20px;
	font-weight:700;
}


.noInternet-block {
	position:absolute;
	top:40%;
	left:50%;
	transform:translate(-50%,-50%);
	color:red;
	font-size:75px;
	font-weight:700;
	display: none;
	background-color:red;
	width: 120%;
}

.timeer {
	font-size:100px;
	text-align:center;
}

.topIMG {
width:45px;
height:45px;
}

.topMenu li {
float:left;
height:55px;
}

.topMenu li a {
display:block;
color:#FFF;
text-align:center;
text-decoration:none;
padding:2px 10px;
}

.offline-disabled {
	pointer-events: none;
	opacity: 0.35;
	filter: grayscale(1);
}

.txt {
font-size:30px;
text-align:center;
margin-top:25px;
font-family:Lato , sans-serif;
line-height:30px;
color:#333;
}

.ui-autocomplete-category {
font-weight:700;
line-height:1.5;
margin:.8em 0 .2em;
padding:.2em .4em;
}

.woInRezept {
text-align:center;
font-size:20px;
}

.zubSchritte {
width:10px;
}

::-webkit-scrollbar {
display:none;
}

a {
color:inherit;
text-decoration:inherit;
}

body {
font-family:'Source Sans Pro', sans-serif;
height:100%;
background-color:#FFF;
margin:0;
}

div.container4 {
position:relative;
}

iframe:focus {
outline:none;
}

iframe[seamless],.show {
display:block;
}

li a:hover:not(.active) {
background-color:#111;
}

li.right {
float:right;
}

table.tbAddProd td {
padding-top:10px;
}

table.tbAddProd td:first-child {
text-align:right;
}

table.tbAddProd td:nth-child(2) {
padding-left:10px;
}

td.warenkorb {
height:10px;
}

td.warenkorb > div {
width:100%;
height:100%;
overflow:hidden;
}

.slectListe{
border: none;
color: red;
background-color: transparent;
-webkit-appearance: none;   
-moz-appearance: none;
text-indent: 1px;
text-overflow: '';
}


tr.spaceUnder>td {
padding-top:1em;
border-bottom:1pt solid #000;
font-size:20px;
}

ul.topMenu {
list-style-type:none;
overflow:hidden;
background-color:#333;
position:fixed;
top:0;
width:100%;
height:55px;
z-index:1000;
margin:0;
padding:5px 0 0;
/* padding:0; */
box-sizing:unset;
}

ul.topMenu input[type=text] {
width:100px;
float:right;
border:none;
margin-top:8px;
margin-right:16px;
font-size:17px;
padding:6px;
}
