/*
Theme Name: Hello Elementor Child
Description: A plain-vanilla & lightweight child-theme for Elementor page builder
Author: Ole Ohrt (Bela IN_HOUSE)
Template: hello-elementor
*/


/* Farben
################################################## */

:root {
	--black: #000000;
	--bodycolor: #666666;
	--dark: #444444;
	--darkgreen: #B7D79A;
	--darkgreen-dark: #ACD08A;
	--darkgreen-light: #C1DCA7;
	--light: #EEEEEE;
	--lightgreen: #E2ECC6;
	--primary: #E30714;
	--primary-dark: #C60613;
	--secondary: #1D2769;
	--success: #0A661F;
	--success-dark: #095D1D;
	--success-light: #0D8228;
	--ui-elements: #D5D5D5;
	--white: #FFFFFF;
	--shadow: rgba(0, 0, 0, 0.5);
}



/* Fonts
################################################## 
* @license
* MyFonts Webfont Build ID 3867246, 2020-12-16T11:57:38-0500
* 
* The fonts listed in this notice are subject to the End User License
* Agreement(s) entered into by the website owner. All other parties are 
* explicitly restricted from using the Licensed fonts(s).
* 
* You may obtain a valid license at the URLs below.
* 
* Webfont: FF Dax Pro Condensed Bold by FontFont
* URL: https://www.myfonts.com/collections/fontfont-foundry

* Webfont: FF Dax Pro Condensed Regular by FontFont
* URL: https://www.myfonts.com/collections/fontfont-foundry

* Webfont: FF Dax Pro Condensed Black by FontFont
* URL: https://www.myfonts.com/collections/fontfont-foundry

* © 2025 MyFonts Inc. */

@font-face {
	font-family: "FFDaxProCondensedBlack";
	src: url('fonts/FFDaxProCondensedBlack/font.woff2') format('woff2'), url('fonts/FFDaxProCondensedBlack/font.woff') format('woff');
}
@font-face {
	font-family: "FFDaxProCondensedBold";
	src: url('fonts/FFDaxProCondensedBold/font.woff2') format('woff2'), url('fonts/FFDaxProCondensedBold/font.woff') format('woff');
}
@font-face {
	font-family: "FFDaxProCondensedRegular";
	src: url('fonts/FFDaxProCondensedRegular/font.woff2') format('woff2'), url('fonts/FFDaxProCondensedRegular/font.woff') format('woff');
}



/* Typo 
################################################## */

html {
    font-size: 1.5rem;
	scroll-padding-top: 120px;
	scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
	color: var(--dark);
}

p, li, div {
	color: var(--black);
}

h1.elementor-heading-title a,
h2.elementor-heading-title a,
h3.elementor-heading-title a,
h4.elementor-heading-title a,
h5.elementor-heading-title a,
h6.elementor-heading-title a {
	font-weight: bold;
}

ul {
	padding-left: 0.75rem;
}

#wpadminbar span {
	color: var(--light);
}


/* Basis 
################################################## */

* {
	transition: all 0.2s ease-in-out;
}

html {
	scroll-behavior: smooth;
}

#content {
	max-width: none;
	min-height: calc(100vh - 336px - 180px);
}

.page-content {
	overflow: hidden;
}

/* Disable outline in SU-Spoilers */
.su-spoiler-title:focus {
	outline: none !important;
}

/* Shortcode Ultimate Elemente */
.su-button-style-default {
	border: none !important;
	width: 100%;
	background-color: var(--secondary) !important;
	box-shadow: none !important;
}

.su-button-style-default:hover {
	opacity: 1 !important;
}

.su-button span {
	font-size: 0.75rem !important;
	padding: 0.35rem 1rem !important;
}

/* Hide image titles on hover */
img {
	pointer-events: none;
}

/* Akkordeon max-width */
#content .elementor-widget-n-accordion {
	max-width: 800px;
}

/* Button-Icon */
.elementor-button-icon {
	display: flex;
}

@media screen and (max-width: 575px) {
	.page-header .entry-title,
	.site-footer .footer-inner,
	.site-footer:not(.dynamic-footer),
	.site-header .header-inner,
	.site-header:not(.dynamic-header),
	#content.site-main {
		padding-inline-start: 0;
		padding-inline-end: 0;
	}
}





/* Preheader 
################################################## */

.elementor-location-header .preheader {
	padding: 0 24px;
}

#preheader {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 1rem;
}

.ph-item {
	display: flex;
	align-items: center;
	color: var(--white);
}
	
#preheader, #preheader a {
	font-size: 0.66rem;
	color: var(--white);
}

#preheader svg {
	height: 14px;
	fill: var(--white);
	margin-right: 8px;
}

@media screen and (max-width: 570px) {
	#ph-marktaendern {
		display: none;
	}	
}



/* Logo
################################################## */

#sitelogo, .shrink img, .grow img {
	transition: width 0.5s;
}

.shrink img {
	width: 100px !important;
}
.grow img {
	width: 220px;
}



/* Navigation
################################################## */

.nav_item .elementor-button-text {
	line-height: 24px;
}

#submenu {
	overflow: auto;
	max-height: calc(95vh - 290px);
}

#submenu nav ul {
	cursor: pointer;
}

#submenu .elementor-nav-menu--dropdown {
	background-color: transparent;
}

#submenu li a {
	border: 1px solid var(--bodycolor);
	padding: 11px 24px;
	margin-bottom: 6px;
	background-color: var(--white);
	color: var(--black);
}

#submenu li a:active, #submenu li a:focus, #submenu li a:hover {
	background-color: var(--primary-dark);
	color: var(--white);
	border: 1px solid var(--primary-dark);
}

#submenu .menu-item-has-children li {
	margin-left: 24px;
}

#submenu .notdesktop {
	display: none;
}

.ajaxsearchpro .proinput {
	padding: 0 14px !important;
}





/* eigene Elementor Widgets
################################################## */

/* Startrezept */

.startrezept-bild {
	height: calc((50vw - 36px) / 2);
	max-height: 294px;
}

.startrezept img {
	height: calc((50vw - 36px) / 2) !important;
	max-height: 294px !important;
	width: 100%;
	object-fit: cover;
	object-position: center center;
}

@media screen and (max-width: 767px) {
	.startrezept-bild {
		height: calc((100vw - 24px) / 2);
		max-height: 294px;
	}

	.startrezept img {
		height: calc((100vw - 24px) / 2) !important;
		max-height: 294px !important;
	}	
}

.startrezept-text {
	padding: 12px 24px;
}

.startrezept-text h6 {
	margin: 0;
}





/* Kontaktformulare
################################################## */

#kundenkontakt #themenbereich {
	display: table;
	background-color: var(--light);
	margin-bottom: 48px;
	padding: 0 48px 48px 96px;
}

#themenbereich .wpcf7-form-control.wpcf7-radio {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

#themenbereich .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
	margin: 0;
}

#kundenkontakt #formulardaten {
	padding: 0 48px 48px 96px;
}

@media screen and (max-width: 1024px) {
	#kundenkontakt #themenbereich, #kundenkontakt #formulardaten {
		padding: 0 24px 48px 36px;
	}
}

@media screen and (max-width: 900px) {
	#themenbereich .wpcf7-form-control.wpcf7-radio {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 767px) {
	#themenbereich .wpcf7-form-control.wpcf7-radio {
		grid-template-columns: repeat(3, 1fr);
	}
	
	#kundenkontakt #themenbereich, #kundenkontakt #formulardaten {
		padding: 0 24px 48px 24px;
	}
}

@media screen and (max-width: 600px) {
	#themenbereich .wpcf7-form-control.wpcf7-radio {
		grid-template-columns: repeat(2, 1fr);
	}
}

.elementor #kundenkontakt .wpcf7-response-output {
	margin: 0 48px 0 96px;
}



/* Formulare allgemein */
.wpcf7 .wpcf7-list-item {
	float: left;
	width: 100%;
}

#check .wpcf7-list-item {
	margin: 0 0 0 -24px;
}

.wpcf7 #formulardaten p {
	margin: 6px 0;
}

.wpcf7 input[type="date"],
.wpcf7 input[type="email"],
.wpcf7 input[type="number"],
.wpcf7 input[type="password"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 input[type="url"],
.wpcf7 select,
.wpcf7 textarea {
	width: 100%;
	border: 1px solid var(--ui-elements);
	padding: 0.5rem 1rem;
	transition: all .3s;
	font-size: 0.75rem;
	background-color: var(--white);
	color: inherit;
}

.wpcf7 label {
	position: relative;
	top: 2px;
	font-size: 0.60rem;
}

.elementor .wpcf7-textarea {
	margin: 6px 0 12px;
}

.wpcf7 .wpcf7-validates-as-required span {
	margin: 0;
}

.wpcf7 .wpcf7-validates-as-required span label {
	left: 0;
	line-height: inherit;
	font-size: inherit;
}

.wpcf7 [type="checkbox"] {
	margin-right: 10px;;
}

.wpcf7 .altcha {
	background-color: var(--white);
}

.elementor .wpcf7-submit {
	border: none;
	border-radius: 0;
	padding: 12px 24px;
	margin-top: 24px;
	width: 100%;
	font-size: 0.75rem;
	font-weight: bold;
}

.elementor .wpcf7-submit:hover {
	box-shadow: 0 0 8px 0 var(--shadow);
	transition: all 0.3s ease;
}

/* Lieferservice */
.einweglogo {
	width: 40px;
	float: left;
	margin-right: 12px;
}

.mehrweglogo {
	width: 60px;
	float: left;
	margin-right: 12px;
}

#agb {
	display: inline-block;
	margin: 10px 0 0 7px;
}


/* Käsebestellung */
#kaesebestellung form p {
	margin-bottom: 24px;
}

.kaeseplatte {
	display: block;
}

.kaeseplatte input {
	width: 70px !important;
	padding: 8px 12px !important;
	margin-left: 24px;
}





/* Fotografen Kennzeichnung
################################################## */
.fotograf-xl {
	font-size: 13px;
	color: var(--white);
	margin: 0;
	padding: 0 12px 2px 0;
	text-shadow: 0px 0px 3px var(--black);
	text-align: right;
	position: relative;
	right: 0;
}

.marktheader .fotograf-xl, .rezept-header .fotograf-xl {
	position: absolute;
}

.fotograf-l {
	font-size: 12px;
	color: var(--white);
	margin: -34px 6px 0 0;
	text-shadow: 0px 0px 3px var(--black);
	text-align: right;
}

.fotograf-m {
	font-size: 10px;
	color: var(--white);
	margin-top: -14px;
	text-shadow: 0px 0px 3px var(--black);
	text-align: right;
	line-height: 10px;
	padding: 0 4px 4px 0;
}

.elementor .wp-caption-text {
	font-size: 11px !important;
	text-align: right;
	font-style: inherit;
	line-height: 18px !important;
	color: var(--white) !important;
	text-shadow: 0px 0px 3px var(--black);
	position: absolute;
	bottom: 0px;
	right: 6px;
}

.elementor .abgerundet .wp-caption-text {
	font-size: 12px;
	margin-right: 12px;
}





/* Startseite
################################################## */

/* zusätzlicher Abstand */
.home main .page-content {
	padding-bottom: 48px;
}

.startangebote a:hover, .startangebote a:focus, .startangebote a:focus-within {
	-webkit-filter: drop-shadow(0px 0px 8px var(--shadow));
	filter: drop-shadow(0px 0px 8px var(--shadow));
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	will-change: filter;
	transform: translate3d(0, 0, 0);
}

/* RWD */
@media screen and (max-width: 768px) {
	#content .headerbild {
		height: 40vw;
	}
}





/* Rezepte - Startseite
################################################## */

.elementor .rezept h5 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	/* hyphens: auto; */
	height: 60px;
}





/* Rezepte - Single
################################################## */

/* header */
.page-header.rezept-header {
	background-position: center center;
	background-size: cover;
	height: 40vh;
	max-height: 600px;
	display: flex;
	flex-direction: row;
	align-items: end;
	justify-content: center;
}

.rezept-titelblock, .og-titelblock {
	background-image: url('images/Holz.jpg');
	background-size: cover;
	background-position: center center;
	display: flex;
	justify-content: center;
}

.rezept-titelblock-oben {
	color: var(--black);
	width: 100%;
	max-width: 1200px;
	padding: 24px 0 48px;
	margin: 0 24px;
}

.rezept-titelblock svg {
	height: 1rem !important;
	width: 1rem !important;
	vertical-align: text-bottom;
	margin-right: 24px;
	fill: var(--secondary);
}

.rezept-titelblock .rezept-titel h1 {
	font-size: 1.5rem;
	line-height: normal;
	margin: 0 0 12px;
}

.rezept-titelblock .rezept-details {
	display: flex;
	margin-bottom: 24px;
}

.rezept-titelblock .rezept-zeit {
	border-right: 1px solid var(--bodycolor);
	padding-right: 24px;
	margin-right: 24px;
}

.rezept-titelblock .rezept-titelblock-footer {
	padding: 12px 24px;
	background-color: var(--secondary);
	font-weight: bold;
	line-height: 1rem;
	width: fit-content;
}
.rezept-titelblock .rezept-titelblock-footer:hover {
	box-shadow: 0 0 8px 0 var(--shadow);
}

.rezept-titelblock .rezept-titelblock-footer span {
	text-align: center;
	color: var(--white);
}


/* content */
.rezept .page-content {
	display: flex;
	justify-content: center;
}

.markant-content.rezept {
	display: flex;
	width: 1200px;
	gap: 48px;
	justify-content: center;
	margin: 48px 20px 96px;
}

.markant-sidebar.rezept {
	width: 50%;
	background-color: var(--white);
	padding: 24px;
}

.markant-main.rezept {
	width: 50%;
}

.markant-main.rezept section {
	height: 100%;
}

/* sidebar */
.rezept-portionen-gruppe {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 0.5rem;
}

.rezept-portionen {
	border-radius: 0;
	padding: 6px 12px;
	text-align: center;
	font-weight: bold;
	background-color: var(--white);
	color: var(--dark);
	flex-grow: 1;
	font-size: 0.75rem;
}

.rezept-portionen.active {
	color: var(--white);
}

.rezept-zutatenueberschrift {
	font-weight: bold;
	margin-top: 36px;
}

.rezept-zutatenzeile {
	border-bottom: 1px solid var(--darkgreen);
	padding: 12px 0;
	display: flex;
	justify-content: space-between;
}

.rezept-zutatenzeile:last-child {
	border-bottom: none;
}

.rezept-zutatenname {
	max-width: 75%;
}

/* main */
.rezept #zubereitung {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 24px;
}

.rezept #zubereitung > div {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.rezept #zubereitung h2 {
	margin-bottom: 12px !important;
	margin-top: 0;
}

.rezept-zubereitung {
	display: flex;
}

.rezept-zubereitung #nummer h4 {
	margin: 0 24px 0 0;
}

.rezept-zubereitung #beschreibung {
	border-bottom: 1px solid var(--success);
	padding-bottom: 12px;
	margin-bottom: 12px;
	width: 100%;
}

.rezept-zubereitung #beschreibung.last {
	border: none;
}

.rezept-zubereitung:last-child #beschreibung {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.rezept-naehrwerte {
	margin-left: 54px;
}

/* RWD */
@media screen and (max-width: 1280px) {
	.markant-sidebar.rezept {
		padding-left: 24px;
	}
}

@media screen and (max-width: 900px) {
	.markant-content.rezept {
		flex-direction: column;
	}

	.markant-sidebar.rezept {
		padding: 48px;
		width: 100%;
		box-shadow: none;
	}

	.markant-main.rezept {
		width: 100%;
	}
}

/* @media screen and (max-width: 767px) {
	.markant-content.rezept {
		gap: 0px;
	}
} */

@media screen and (max-width: 700px) {
	.page-header.rezept-header {
		height: 50vw;
	}
	
	.rezept-titelblock .rezept-titel h1 {
		font-size: 1.3rem;
		hyphens: auto;
	}
	
	.markant-sidebar.rezept {
		padding: 48px 24px;
	}
}

@media screen and (max-height: 700px)  {
	.rezept-titelblock {
		bottom: unset;
		top: 250px;
	}
}





/* Marktseite Header
################################################## */

.page-header .marktheader {
	background-size: cover;
	background-position: center;
	height: 30vh;
	max-height: 600px;
	min-height: 200px;
	display: flex;
	justify-content: end;
	align-items: end;
}

@media screen and (max-width: 767px) {
	.page-header .marktheader {
		min-height: 150px;
	}
}

@media screen and (max-width: 500px) {
	.page-header .marktheader {
		min-height: 100px;
	}
}



.marktinfos-hg {
	background-image: url('images/Holz.jpg');
	background-size: cover;
	background-position: center;
	height: auto;
	padding: 24px 20px 48px;
}

.marktinfos {
	display: flex;
	gap: 24px;
	width: 100%;
	max-width: 1200px;
	margin: auto;
}

@media screen and (max-width: 1080px) {
	.marktdetails {
		flex-direction: column;
		gap: 12px !important;
	}
}

@media screen and (max-height: 700px)  {
	.marktinfos {
		bottom: unset;
		top: 250px;
	}
}

/* .spalte1, .spalte2 {
	background-color: aliceblue;
} */

.spalte1 {
	flex-grow: 2;
}

.spalte2 {
	flex-grow: 1;
}

.spalte1 h1 {
	margin-bottom: 0;
}

.marktdetails {
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	gap: 48px;
	margin: 24px 0;
}

/* Spalte 1 */
#anschrift, #telefon {
	display: flex;
}

.marktinfos .icon {
	width: 20px;
	margin-right: 12px;
}

.marktinfos .icon svg {
	fill: var(--secondary);
}

#oeffnungszeiten {
	display: flex;
}

#oeffnungszeiten #block {
	display: grid;
	grid-gap: 36px;
	grid-template-rows: auto;
	grid-template-columns: auto auto;
}

#oeffnungszeiten #bereich {
	text-align: right;
}

.marktinfos button, .marktinfos button:hover {
	background: var(--secondary);
	border-radius: 0;
	padding: 12px 24px;
	border: none;
	line-height: 0;
}

.marktinfos button:hover {
	box-shadow: 0 0 8px 0 var(--shadow);
	transition: all 0.3s ease;
}

.marktinfos button a, .marktinfos button a:hover {
	color: var(--white);
}

/* Spalte 2 */
#ml-bild {
	width: 100%;
	max-width: 180px;
}

#ml-bild img {
	margin-bottom: -7px;
}

#ml-text {
	margin-top: 6px;
}


@media screen and (max-width: 864px) {
	.spalte1 {
		width: 67%;
	}

	.spalte2 {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		width: 33%;
	}
}

@media screen and (max-width: 660px) {
	.page-header.marktheader {
		height: auto;
		padding-bottom: 24px;
	}

	.marktinfos {
		flex-direction: column;
		margin-top: 24px;
		position: unset;
	}

	.spalte1, .spalte2 {
		width: 100%;
		padding: 0;
	}

	.spalte2 {
		flex-direction: row;
		gap: 24px;
		align-items: baseline;
	}
}





/* Marktseite Inhalt
################################################## */

/* zusätzlicher Abstand */
.markt .page-content {
	padding-bottom: 48px;
}

/* Handzettel */
#handzettel-block {
	display: flex;
	justify-content: left;
	gap: 24px;
}

#handzettel-block .handzettel-einzeln img,
#handzettel-block .handzettel-einzeln div {
	max-height: 440px;
}

#handzettel-block .handzettel-einzeln img {
	width: auto;
	object-fit: contain;
}

#handzettel-block .handzettel-einzeln a div:hover {
	box-shadow: 0 0 8px 0 var(--shadow);
}

#handzettel-block .handzettel-einzeln span {
	display: inline-block;
	font-size: 0.62rem;
	text-align: center;
	width: 100%;
}

@media (max-width: 700px) {
	#handzettel-block {
		flex-wrap: wrap;
	}

	#handzettel-block .handzettel-einzeln {
		flex: 1 1 calc(50% - 12px); /* 2 Elemente pro Zeile mit kleinem Abstand */
		max-width: 50%;
	}

	#handzettel-block .handzettel-einzeln img {
		max-height: 395px;
	}
}


/* SU-Akkordeon Chevron ändern */
.vorort .su-spoiler-icon-chevron .su-spoiler-icon {
	width: 24px;
	height: 24px;
}

.vorort .su-spoiler-icon-chevron .su-spoiler-icon::before {
	content: url(icons/chevron-up-blue.svg);
}

.vorort .su-spoiler-icon-chevron.su-spoiler-closed .su-spoiler-icon::before {
	content: url(icons/chevron-down-blue.svg);
}

/* Trennlinie zwischen Spoiler */
.vorort .su-spoiler-closed:not(:last-child)::after {
	content: "";
	position: absolute;
	width: 100%;
}

/* kein Aufklapper */
.vorort .nocontent .su-spoiler-icon {
	display: none;
}

.marktshops .su-spoiler-title::before {				/* NOTE: Icon für Shops ausgeblendet */
	display: none;
}

/* Clearfix-Padding entfernen */
.marktregional .nocontent .su-spoiler-content.su-u-clearfix.su-u-trim {
	padding: 0;
}


/* Shortcode Akkordeon-Icon rechts ausrichten */
.vorort .su-spoiler-style-default > .su-spoiler-title > .su-spoiler-icon {
	left: unset;
	right: 24px;
	top: 12px;
}

.vorort .su-accordion .su-spoiler {
	margin-bottom: 0;
}

/* Spoiler-Titel */
.vorort .su-spoiler-style-default > .su-spoiler-title {
	font-weight: normal;
	font-size: 0.75rem;
	padding: 12px 48px 12px 24px;
}
.vorort .su-spoiler:not(.su-spoiler-closed) > .su-spoiler-title {
	font-weight: bold;
}

/* Spoiler-Inhalt */
.vorort .su-spoiler-style-default > .su-spoiler-content {
	padding: 6px 24px 12px 24px;
}

/* Spoiler-Titel und -Content mit Icon */
.vorort .spoiler-icon-size .su-spoiler-title,
.vorort .spoiler-icon-size .su-spoiler-content {
	padding-left: 72px;
}

.vorort .su-spoiler-content p {
	margin-bottom: 0.5rem;
}

/* Spoiler-Inhalt mit Icon */
.marktservice .vorort .su-spoiler-style-default > .su-spoiler-content {
	padding: 6px 24px 12px 66px;
}

.marktservice .vorort .su-spoiler.su-spoiler-closed > .su-spoiler-content {
	padding: 0;
}



/* Button */
.vorort .voButton {
	display: block;
	width: fit-content;
}

.vorort .voButton div {
	font-weight: bold;
	text-align: center;
	padding: 0.5rem 1rem;
}

.vorort .voButton div:hover {
	box-shadow: 0 0 8px 0 var(--shadow);
}

/* Titel-Icons 
enthalten dynamisches CSS und sind z.T. in der vorort.php definiert */
.vorort .su-spoiler-title {
	display: flex;
	align-items: center;
}

.spoiler-icon-size .su-spoiler-title::before {
	content: '';
	position: absolute;
	left: 24px;
	top: 50%;
	transform: translateY(-50%);
	background-size: contain;				/* Icon-Größe anpassen */
}





/* Regionale Lieferanten
################################################## */
.elementor .produkt {
	padding-bottom: 16px;
}

.elementor .produkt a, .elementor .produkt a:hover, .elementor .produkt a:focus, .elementor .produkt a:active {
	color: inherit;
}

.elementor .produkt:hover {
	box-shadow: 0 0 8px 0 var(--shadow);
}

.elementor .produkt-bild img {
	width: 100%;
}

.elementor .produkt-text {
	padding: 12px 24px 0;
}

.elementor .produkt-text h5 {
	margin-bottom: 0.25rem !important;
}

.elementor .produkt-text p {
	margin: 0;
}

.elementor .produkt-pfeil {
	display: flex;
	justify-content: right;
	margin: 0 24px;
}

.elementor .produkt-pfeil svg {
	width: 24px;
}





/* Obst und Gemüse
################################################## */
#ajaxsearchprobsettings4_1.searchsettings fieldset, #ajaxsearchprobsettings4_2.searchsettings fieldset, div.asp_sb.asp_sb_4.searchsettings fieldset {
	width: 100% !important;
	margin: 0 !important;
	border: 1px solid var(--ui-elements);
}

div.ajaxsearchpro.searchsettings fieldset .asp_select_single, div.ajaxsearchpro.searchsettings fieldset .asp_select_multiple {
	padding: 7px 10px !important;
	background-color: var(--white) !important;
}

.elementor .asp_nochosen.asp_noselect2 {
	background-color: var(--white);
	font-family: inherit;
	font-size: 0.75rem;
	color: var(--bodycolor);
}

/* Filter-Titel ausblenden */
.asp_filter_tax.asp_filter_tax_og-kategorie.asp_dropdown_filter_box.asp_filter_id_1.asp_filter_n_0 legend {
	display: none;
}

#ajaxsearchprobsettings4_1 .asp-fss-flex {
	margin: 0 !important;
}





/* Obst & Gemüse - Single
################################################## */

.og-titelblock-oben {
	color: var(--black);
	width: 100%;
	max-width: 1200px;
	padding: 24px 0 36px;
	margin: 0 24px;
}

.page-header.og-header {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: calc(80vh - 180px);
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.page-header.og-header div {
	position: absolute;
}

.og-titelblock .og-titel h1 {
	margin: 0 0 12px;
}

.markant-content.og {
	max-width: 1200px;
	margin: auto;
}

.markant-main.og {
	display: flex;
	flex-direction: column;
	gap: 48px;
	padding: 48px 0 96px;
}

.markant-main.og h2 {
	padding-bottom: 12px;
}

/* #####  Rezepte  ##### */
.markant-main .rezepte {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 24px;
}

.markant-main .rezept {
	display: flex;
	flex-direction: column;
	border-radius: 0px;
	max-width: calc(50% - 0.5rem);
	width: 100%;
	text-decoration: none;
}

.markant-main .rezept:hover {
	box-shadow: 0 0 8px var(--shadow);
}

.markant-main .rezept .bild {
	width: 100%;
	height: 200px;
	border-radius: 0;
	background-size: cover;
	background-position: center center;
}

.markant-main .rezept .inhaltblock {
	display: flex;
	flex: 1;
}

.markant-main .rezept .inhalt {
	padding: 0.5rem 1rem 1rem;
	background-color: var(--white);
	flex: 1;
}

.markant-main .rezept h5 {
	margin: 0;
	height: 2.4rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.single-og .rezept .rezept-zeit, .single-og .rezept .rezept-kategorie {
	display: flex;
	margin-top: 12px;
	overflow: hidden;
	hyphens: auto;
}

.single-og .rezept .rezept-zeit {
	border-bottom: 1px solid var(--light);
	padding-bottom: 12px;
}

/*
.single-og .rezept .rezept-zeit {max-height: 30px;}
.single-og .rezept .rezept-kategorie {max-height: 84px;}
*/

.single-og .rezept svg {
	height: 1rem !important;
	width: 1rem !important;
	vertical-align: text-bottom;
	margin-right: 24px;
	fill: var(--darkgreen);
}

.markant-main .rezept .link {
	padding: 0.5rem 1rem;
	background-color: var(--darkgreen);
	border-radius: 0;
}

.markant-main .rezept:hover .link {
	background-color: var(--darkgreen-dark);
}

.markant-main .rezept h6 {
	margin: 0;
	color: var(--success);
}

/* RWD */
@media screen and (max-width: 1240px) {
	.markant-main.og {
		padding: 48px 20px 96px;
	}
}

@media screen and (max-width: 767px) {
	.markant-main .rezepte {
		flex-direction: column;
		gap: 24px;
	}

	.markant-main .rezept {
		max-width: 100%;
	}

	.markant-main .rezept .bild {
		height: calc((100vw - 20px) / 2);
	}
}

/* Saison */
.markant-main #saisongruppe {
	display: flex;
	justify-content: space-between;
}

.markant-main #saisongruppe .saison {
	width: 8%;
	height: 0.8rem;
	font-size: 0.4rem;
	color: var(--white);
	text-align: center;
	line-height: 0.8rem;
}

.markant-main .saison.inaktiv {
	background-color: var(--bodycolor);
}
.markant-main .saison.aktiv {
	background-color: var(--success);
}

@media screen and (max-width: 1248px) {
	.markant-sidebar {
		padding: 48px 24px 48px 24px;
	}
}

@media screen and (max-width: 767px) {
	header .og-titel h1 {
		line-height: 3rem;
		font-size: 3rem;
		hyphens: auto;
	}

	.markant-main section {
		padding: 0;
	}
}

@media screen and (max-width: 640px) {
	.markant-main .rezepte {
		flex-direction: column;
		gap: 24px 24px;
	}

	.markant-main .rezept {
		width: 100%;
		margin-bottom: 0;
	}
	
}





/* Footer
################################################## */

.elementor-location-footer p {
	color: var(--white);
}
