.wppopups-whole {
	display: none !important;
}

.wochenkarte {
	display: flex;
	flex-direction: column;
	gap: .9375rem;
	user-select: none;
	touch-action: manipulation;
}

.wochenkarte__days {
	display: grid;
	grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
	grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
	grid-row-gap: 0.9375rem;
}

.wochenkarte__days--no-form {
	width: 100% !important;
}

.wochenkarte__day {
	grid-column: auto / span 12;
}

.wochenkarte__day__inner {
	height: 100%;
	padding: .9375rem;
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	background: rgba(93, 93, 93, 1);
}

.wochenkarte__day__titel {
	display: flex;
	justify-content: space-between;
	font-size: clamp(1.125rem,1.088rem + .1852vw,1.25rem);
	text-transform: uppercase;
}

.wochenkarte__day__gericht__header {
	margin-bottom: 0.3125rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.9375rem;
	font-size:clamp(1rem,.963rem + .1852vw,1.125rem);
	font-weight: 700;
	text-transform: uppercase;
}

.wochenkarte__day__gericht__price {
	white-space: nowrap;
}

.wochenkarte__day__gericht__body {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap: 0.9375rem;
}

.wochenkarte__day__gericht__titel {
	font-size: clamp(.875rem,.8295rem + .2273vw,1rem);
	margin: 0;
}

.wochenkarte__day__gericht__description,
.wochenkarte__day__gericht__allergene {
	font-size: clamp(0.75rem, 0.7045rem + 0.2273vw, 0.875rem);
}

.wochenkarte__day__gericht__allergene__item:not(:first-child):before {
	content: ', ';
}

.wochenkarte__day__gericht__number {
	font-size: 1.375rem;
	line-height: 0;
	text-align: right;
	white-space: nowrap;
}

.wochenkarte__numbers {
	display: flex;
	flex-wrap: nowrap;
	font-size: 1.063rem;
	line-height: 1.563rem;

}

.wochenkarte__numbers span {
	width: 27px;
	height: 27px;
	display: inline-block;
	border: 1px solid rgba(255, 255, 255, 0.4);
	cursor: pointer;
	text-align: center;
}

.wochenkarte__day__gericht__extras {
	margin-top: 0.313rem ;
}

.wochenkarte__day__gericht__extras__title {
	font-weight: 700;
}

.wochenkarte__day__gericht__extras__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap: 0.9375rem;
}

.wochenkarte__day__gericht__extras__item__price {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 0.9375rem;
}

.wochenkarte input[type='number'] {
	width: 27px;
	text-align: center;
	background: transparent;
	color: #fff;
	appearance: none;
	-moz-appearance: textfield;
	padding: 0.25rem;
	height: 27px;
	border: 0 !important;
}

.wochenkarte input[type='number']:focus,
.wochenkarte input[type='number']:active {
	box-shadow: none;
	border: 0;
	outline: none
}

.wochenkarte input[type='number']::-webkit-outer-spin-button,
.wochenkarte input[type='number']::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.wochenkarte__form {
	margin-bottom: 0.5rem;
}

.wochenkarte__form form {
	padding: .9375rem;
	display: flex;
	flex-direction: column;
	gap: 0.9375rem;
	background: rgba(93, 93, 93, 1);
}

.wochenkarte__form h2 {
	margin-bottom: 0;
}

.wochenkarte__form p {
	margin-bottom: 0;
}

.wochenkarte__form label {
	display: block;
}

.wochenkarte__form label.total-price {
	padding: 0.5rem 0;
	font-size: 1rem !important;

}

.wochenkarte__form form .wpcf7-spinner {
	display: none;
}

.wochenkarte__form form textarea {
	max-height: 110px;
}

.wochenkarte__form form input[type='submit'] {
	width: 100%;
	text-align: center;
	padding: 10px 0;
	background: #fff;
	color: #000;
	border: 2px solid #000;
	text-transform: uppercase;
	font-weight: bold;
}

.wochenkarte__form form input[type='submit']:hover {
	background: rgba(255, 255, 255, 0.9);
}

.vorbestellungen-tr:hover td {
	background: rgba(0, 0, 0, 0.15);
}

.vorbestellungen-ansehen {
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0.25rem 0.5rem;
}

.vorbestellungen-ansehen:hover {
	background: rgba(0, 0, 0, 0.15);
}

.vorbestellungen-navigation {
	display: flex;
	margin-bottom: 1rem;
	align-items: center;
	justify-content: end;
	margin: 1rem;
}

.vorbestellungen-navigation > * {
	padding: 0.5rem;
	background: #fefefe;
	color: #000;
	text-decoration: none;
	margin-right: 0.5rem;
}

.vorbestellungen-navigation .current {
	background: #000;
	color: #fff;
}



@media (min-width: 768px) {
	.wochenkarte {
		flex-direction: row;
	}

	.wochenkarte__days {
		width: 60%;
	}

	.wochenkarte__day__inner {
		padding: 1.875rem;
	}

	.wochenkarte__form {
		width: 40%;
	}

	.wochenkarte__form > div {
		position: sticky;
		top: 1.875rem;
	}

	.wochenkarte__form form {
		padding: 1.875rem;
	}
}





@media (min-width: 1024px) {
	.wochenkarte__form > div {
		top: 2.875rem;
	}

}





@media (min-width: 1200px) {
	.wochenkarte__form > div {
		top: 3.125rem;
	}

}





@media (min-width: 1520px) {
	.wochenkarte__days {
		width: 70%;
		grid-column-gap: 0.9375rem;
	}

	.wochenkarte__day {
		grid-column: auto / span 6;
	}

	.wochenkarte__form {
		width: 30%;
	}

	.wochenkarte__form > div {
		top: 3.5rem;
	}
}





@media print {
	.wochenkarte__numbers,
	.wochenkarte__day__gericht__number,
	.wochenkarte__form {
		display:none !important
	}

	.wochenkarte__days {
		row-gap: 30px
	}

	.wochenkarte__day__inner {
		padding: 0;
		gap: 0
	}

	.wochenkarte__day__titel {
		margin-bottom: 0;
		display: flex;
		justify-content: start;
		gap: 15px;
		font-size: 16px
	}

	.wochenkarte__day__gericht {
		margin-top: 10px
	}

	.wochenkarte__day__gericht__header {
		margin-bottom: 0;
		font-size: 14px;
		line-height: 1
	}

	.wochenkarte__day__gericht__infos {
		padding-right: 70px
	}

	.wochenkarte__day__gericht__titel {
		display: inline;
		font-size: 12px
	}

	.wochenkarte__day__gericht__description {
		display: inline;
		font-size: 12px
	}

	.wochenkarte__day__gericht__description:before {
		content: " | "
	}

	.wochenkarte__day__gericht__allergene {
		display: inline;
		font-size: 12px
	}

	.wochenkarte__day__gericht__allergene:before {
		content: " | "
	}

	.wochenkarte__day__gericht__extras {
		margin-top: 0;
		display: flex;
		justify-content: start;
		font-size: 12px
	}

	.wochenkarte__day__gericht__extras__title {
		padding-right: 10px
	}

	.wochenkarte__day__gericht__extras__items {
		display: flex;
		gap: 10px
	}

	.wochenkarte__day__gericht__extras__item {
		justify-content: start;
		gap: 5px
	}
}









