/*
Theme Name: Knorke Theme Child
Theme URI:
Author: Knorke Media GmbH
Author URI:
Description:
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version:
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: knorke-theme
Text Domain: knorke-theme-child
Tags:
*/

/* ========================================================================== */
/* Basis / Reset */
/* ========================================================================== */

html { scroll-behavior: smooth; margin-top: 0!important; }

:root :where(.is-layout-constrained) > * {
    margin-block-start: 0!important;
}

.stk-block-separator .stk-block-separator__inner svg {
    padding-top: 0;
}

.entry-content {
	margin-top: 0 !important;
}

main {
	overflow: hidden;
}

/* ========================================================================== */
/* Utility-Klassen */
/* ========================================================================== */

.d-lg-none {
	display: none;
}

.z-2 {
    z-index: 2;
    position: relative;
}

.fa-icon {
    font-family: "Font Awesome 7 Free";
	  font-weight: 900;
    font-style: normal;
}

.ms-15 {
    margin-left: 15px;
}

.ms-25 {
    margin-left: 25px;
}

.me-15 {
	margin-right: 15px;
}

.w-100 {
    width: 100%;
}

.fs-18 {
   font-size: 18px;
}

.h-100 {
	height: 100%;
}

/* ========================================================================== */
/* Navigation */
/* ========================================================================== */

  .nav-mobile { display: none !important; }

/* ========================================================================== */
/* Buttons */
/* ========================================================================== */

.green-button :hover {
background-color: var(--wp--preset--color--custom-hover-gr-n) !important;
}

/* ========================================================================== */
/* Hero-Bereich & Shape-Overlays */
/* ========================================================================== */

.hero-img {
		 aspect-ratio: 23/9;
	}

.hero-img img {
		 width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	}

.shape-overlay-container {
    position: relative;
}

.shape-overlay {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 2px;
  transform: translateY(-100%);
}

.hof-overlay {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0.6vw;
  transform: translateY(-100%);
	z-index: -1;
}

.hof-overlay-mobile {
  width: 100%;
  height: auto;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0.6vw;
  transform: translateY(-100%);
	z-index: -1;
}

/* ========================================================================== */
/* Karten: Grüne Teaser-Karten */
/* ========================================================================== */

.green-cards-row, .news-cards-row, .zertifikat-cards-row {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}


.green-cards-row .card-cover, .news-card  {
	width: calc(33.333% - 16px)
}

.network-cards-row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 40px;
}
.network-card {
	width: calc(33.333% - 26.667px);
	display: flex;
	flex-direction: column;
}
.network-card p:last-child {
	margin-top: auto;
}
.zertifikat-cards-row .card-cover,  {
	width: calc(25% - 6px)
}

.card-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.card-cover {
    aspect-ratio: 4/3 !important;
}

.card-cover .wp-block-cover__inner-container {
width: 100% !important;
	position: static;
}

.card-overlay-container {
	position: static;
}

.card-shape-overlay {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.card-cover:has(.stretched-link:hover) .card-shape-overlay-green rect,
.card-cover:has(.stretched-link:hover) .card-shape-overlay-green path {
  fill: var(--wp--preset--color--custom-hover-gr-n);
}

.card-cover:has(.stretched-link:hover) .card-shape-overlay-grey rect,
.card-cover:has(.stretched-link:hover) .card-shape-overlay-grey path {
  fill: var(--wp--preset--color--custom-hover-grau);
}

.card-link {
	position: absolute;
  top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: end;
	padding-bottom: 5% !important;
	padding-left: 5% !important;
}

.green-card-arrow {
	padding-bottom: 4px;
}

.green-cards-row .stretched-link {
	font-size: 22px;
}

a.stretched-link::after {
  content: "";
  position: absolute;
  inset: 0;                    /* deckt Karte komplett ab */
  z-index: 2;
}

/* ========================================================================== */
/* Zitat */
/* ========================================================================== */


.zitat span {
	padding-top: 8px;
	display: inline-block;
}

/* ========================================================================== */
/* Hofladen-Badge (Öffnungszeiten-Hinweis) */
/* ========================================================================== */

.hofladen-badge {
	background-color: var(--wp--preset--color--custom-wei);
	width: fit-content;

}

/* ========================================================================== */
/* Startseiten-Slider */
/* ========================================================================== */
/*
.kh-home-slider .kb-splide[data-slider-dots=true] {
	margin-bottom: 0;
}

.kh-home-slider .kb-splide .splide__pagination, .kb-splide ul.splide__pagination.splide__pagination {
	bottom: 17% !important; 
}

.kh-home-slider .kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-ratio-land31 {
  padding-bottom: 37% !important; 
}
*/
#metaslider-id-1075 .flexslider .flex-control-nav {
	position: absolute;
	bottom: 17%; 
	left: 0;
	width: 100%;
	z-index: 10;
	margin: 0;
}

#metaslider-id-1075 .flexslider .flex-control-nav li a:not(.flex-active) {
	background: rgba(255,255,255,0.5);
}
#metaslider-id-1075 .flexslider .flex-control-nav li a:hover {
	background: rgba(255,255,255,0.7);
}
#metaslider-id-1075 .flexslider .flex-control-nav li a.flex-active {
	background: rgba(255,255,255,0.9);
}

#metaslider-id-1075 .flexslider {
	margin-bottom: 0;
}

.slider-div {
	background-color: var(--wp--preset--color--custom-hellgrau);
}

.slider-div * {
	border-radius: 24px 24px 0 0;
}

.slider-shape-overlay {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 2px;
  transform: translateY(-100%);
	pointer-events: none;
}

/* ========================================================================== */
/* News-/Aktuelles-Karten */
/* ========================================================================== */

.news-cards-row .wp-block-post-template {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.news-cards-row .wp-block-post-template > li {
	width: calc(33.333% - 16px);
	margin: 0;
}

.news-cards-row .wp-block-post-template > li > .news-card {
	width: 100%;
	height: 100%;
}

.news-card-shape-overlay {
  width: 100.5%;
  height: auto;
  display: block;
  position: absolute;
  left: -1px;
  right: -1px;
  top: 0%;
	transform: translateY(-40%);
}

.news-card-content p, .news-card-content h3, .news-card-content .wp-block-post-date, .news-card-content .news-card-link {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
}

.news-card-content {
	padding-top: 8px;
	padding-bottom: 8px;
	flex: 1;

	display: flex;
	flex-direction: column;
}

.news-card-content > * {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.news-card-date {
	font-size: 16px;
}

.news-card-info, .news-card-link a {
	font-size: 18px;
}

.news-card {
	flex-grow: 1;
	  display: flex;
  flex-direction: column;
	overflow: hidden;
}

.news-card img {
	width: 100%;
}

.news-card-link {
	  margin-top: auto !important;
  margin-block-start: auto !important;
}

/* ========================================================================== */
/* Spenden-Button */
/* ========================================================================== */

.spenden-button {
	width: 240px;
	height: 240px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px !important;
	margin-bottom: 270px !important;
	margin-left: 10% !important;
	cursor: pointer;
}

.spenden-button figure {
position: absolute;
	  top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.spenden-button p {
	position: static;
}

.spenden-button span {
	display: inline-block;
	z-index: 2;
	position: relative;
	transform: rotate(-22deg) translateY(-10%);
}

.spenden-button p, .spenden-button a {
	font-size: 26px;
	color: black;
}

.p-standard{
	font-weight: bolder;
}

.p-hover {
	display: none;
	font-weight: bold;
	font-style: italic;
}

.spenden-button:hover .p-hover {
	display: block;
}

.spenden-button:hover .p-standard {
	display: none;
}

/* ========================================================================== */
/* Newsletter-Sektion */
/* ========================================================================== */

.newsletter-svg-div {
	overflow: hidden;
	  display: flex;
  justify-content: center;
}

.newsletter-section svg {
  flex-shrink: 0;
}

/* ========================================================================== */
/* Kontakt-Sektion & Formular (Contact Form 7) */
/* ========================================================================== */

.contact-row {
	display: flex;
	flex-wrap: wrap;
	gap: 56px;
}

.contact-row * {
	font-family: "SunLT";
}

.contact-row input:not([type="checkbox"]) {
	height: 48px;
	border: none;
	border-radius: 4px;
	width: 100% !important;
	font-size: 18px;
	background-color: white;
}

.contact-row input[type="checkbox"] {
	border-color: var(--wp--preset--color--custom-hover-gr-n);
	accent-color: white;
	border-radius: 4px;
	margin-right: 8px;
	margin-top: 6px;
}

input[type="submit"] {
padding-left: 0 !important;
	padding-right: 30px !important;
	color: black !important;
}

.contact-row label {
	font-size: 18px;
	color: white;
	width: 100%;
	display: inline-block;
}

.contact-row span {
	display: inline-block;
		width: 100%;
	margin-top: 4px;
}

.contact-row textarea {
	border: none;
	border-radius: 4px;
	width: 100% !important;
	font-size: 18px;
	height: 235px;
}

.contact-row input,
.contact-row textarea {
	box-sizing: border-box;
	padding: 10px 10px;
}

.contact-row h3 {
	padding-left: 0;
}

.contact-cloumn-left .fa-icon {
    font-family: "Font Awesome 7 Free" !important;
	width: auto !important;
	margin-right: 10px;
	font-weight: 900;
    font-style: normal;
}

.fa-brand-icon {
	font-family: "Font Awesome 7 Brands";
	width: auto !important;
	margin-right: 48px;
	font-size: 40px;
	color: var(--wp--preset--color--custom-gr-n);
}

.brand-icons {
	display: flex;
	padding-top: 20px;
}

.brand-icons p {
	margin: 0 !important;
}

.bi-last {
	margin-right: 0 !important;
}

.contact-cloumn-left p {
  line-height: 1.4;
}

.contact-cloumn-left {
	width: calc(30% - 28px);
}

.contact-cloumn-right {
	width: calc(70% - 28px);
}

.contact-cloumn-right img {
	width: 100%;
}

.contact-form {
	display: flex;
}

.contact-form form {
	width: 100%;
}

.contact-wrapper {
	display: flex;
	width: 100%;
	gap: 28px;
	flex-wrap: wrap;
}

.contact-wrapper div {
	width: calc(50% - 14px);
}

.contact-form .wpcf7 {
	margin-right: 0px;
	width: 100%;
}

.checkbox-datenschutz label {
	display: flex;
	align-items: start;
}

.checkbox-datenschutz span {
	margin-left: 0;
	font-size: 14px;
}

.checkbox-datenschutz a {
	color: white !important;
	font-size: 14px;
	text-decoration: underline;
}

.submit-wrapper {
	position: relative;
}

.submit-wrapper .fa-icon {
	position: absolute;
	top: 17px;
	right: 14px;
	transform: translateY(-50%);
	color: black;
	pointer-events: none;
	 font-family: "Font Awesome 7 Free" !important;
	font-weight: 900;
    font-style: normal;
	display: flex;
	justify-content: center;
}

.submit-wrapper .fa-icon span {
	 font-family: "Font Awesome 7 Free" !important;
	width: auto;
	padding-left: 200px;
	font-weight: 900;
    font-style: normal;
}

.submit-wrapper input {
	font-weight: bold;
}

.submit-wrapper p {
	margin-bottom: 0;
}

p:has(.checkbox-datenschutz) {
  margin-top: -10px;
	margin-bottom: 30px;
}

.wpcf7-response-output {
	border-color: white !important;
	color: white;
}






/* ========================================================================== */
/* Footer */
/* ========================================================================== */

footer {
	padding-top: 17vw;
}

.footer-grey {
	position: relative;
}


footer li {
list-style: none;
	line-height: 1.7;
}

footer ul {
padding-left: 0;
}

footer p {
margin: 0 !important;
	line-height: 1.4;
}

footer a {
color: black;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0px 24px;
  padding-top: 56px;
}

.footer-badge {
  display: flex;
	flex-direction: column;
  gap: 16px;
}

.footer-badge img {
width: 168px;
}

.footer-kontakt h4  { 
	margin-bottom: 28px;
}

.footer-mosaik img  { 
	width: 100px;
	margin-bottom: 34px;
	margin-top: -48px;
}


/* Desktop-Reihenfolge: Rechtliches, Infoseiten, Kontakt, Mosaik / Demeter, Bio-Siegel */
.footer-rechtliches { 
	order: 1;
	margin-top: 0;
}
.footer-infoseiten  { 
	order: 2; 
	margin-top: 0;
}
.footer-kontakt     { order: 3; }
.footer-mosaik      { 
	order: 4;
    margin-top: 0;
}
.footer-demeter     { order: 5; }
.footer-biosiegel   { order: 6; }

footer .containered {
	padding: 64px 0;
}

/* ========================================================================== */
/* Jobs Page */
/* ========================================================================== */


.stellenangebote .wp-block-columns .wp-block-column {
    display: flex;
    flex-direction: column;
    align-self: stretch;
}
.stellenangebote .wp-block-columns .wp-block-buttons {
    flex: 1;
    align-items: stretch;
}

.bewerbungszeile h6 {
	display: flex;
	justify-content: end;
	}

.bewerbungszeile h6 {
	text-align: right;
}


/* ========================================================================== */
/* Angebote für Gruppen Kontaktformular */
/* ========================================================================== */


.group-contact .wpcf7-list-item-label {
	display: flex;
	align-items: center;
}

.group-contact .wpcf7-radio {
	padding-bottom: 16px;
}

.group-contact span[data-name="checkbox-datenschutz"] .wpcf7-list-item-label {
  display: block;
}

/* ========================================================================== */
/* Erleben & Unsterstützen  */
/* ========================================================================== */

.cafe-info {
	display: flex; 
	gap: 54px;
}

.cafe-info p {
	margin: 0 !important; 
}



/* ========================================================================== */
/* Unser Öko-Hof Page */
/* ========================================================================== */

#product-section p, .shop-section p, #hofladen-section p:not(.containered), #partner-section p, #partner-section h3, #network-section p, #network-section h3   {
	padding-bottom: 16px;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

#network-section h3   {
	padding-top: 40px;
}


.two-row-flex-cont {
	display: flex;
	align-items: center;
	gap: 48px;
}

.two-row-flex-cont > div {
width: calc(70% - 24px);
}

.two-row-flex-cont > figure {
width: calc(30% - 24px);
	height: 100%;
	max-height: 320px;
}

.two-row-flex-cont img {
max-height: 320px;
}

.two-row-flex-cont img {
width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}


.partner-cards-grid{
	display:grid;
	grid-template-columns: repeat(4, 1fr);
	gap:24px;
	margin:30px 0;
}
.partner-card{
	background-color: white;
	border-radius:12px;
	padding: 20px 20px;
	box-shadow:0 2px 10px rgba(0,0,0,.07);
	margin-top: 0px;
	min-width: 0;
}
.partner-card p,
.partner-card a,
.partner-card strong{
	overflow-wrap: break-word;
	word-break: break-word;
}

.partner-card p, .partner-card a { 
	margin:0 0; 
	font-size: 16px;
}
.partner-card p:last-child{ 
	margin-bottom:0; 
padding-bottom:0; 
}
.partner-card strong{ 
padding-bottom: 24px;
}
.partner-card a{ 
	color: var(--wp--preset--color--custom-gr-n);
}

.zertifikat-container {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 72px;
}
.zertifikat-container > div {
	display: flex;
	gap: 40px;
	margin: -16px 0 0 0 !important;
}

.zertifikat-container > figure {
	margin-left: 0 !important;
}

.zertifikat-container > div div {
	width: 300px;
}

#partner-section .two-row-flex-cont {
	padding-bottom: 44px;
}


/* ========================================================================== */
/* Archehof & Rinder */
/* ========================================================================== */

.spenden-button.archehof {
	margin-bottom: 0px !important;
}

.arbeit-fuer-alle .logo  {
	width: 100px !important;
	height: auto !important;
	margin: 0 !important; 
}

.arbeit-fuer-alle .logo img {
	width: auto !important;
	height: auto !important;
}

.arbeit-fuer-alle .two-row-flex-cont > div {
width: calc(60% - 24px);
}

.arbeit-fuer-alle .two-row-flex-cont > figure {
width: calc(40% - 24px);
	height: 100%;
	max-height: 320px;
}

.arbeit-fuer-alle .two-row-flex-cont {
	align-items: start;
}

/* ========================================================================== */
/* Blog Archive */
/* ========================================================================== */

.blog-archive-wrapper .wp-block-post-template.is-layout-grid > li {
	display: flex;
}

.blog-archive-wrapper .wp-block-post-template.is-layout-grid > li > .wp-block-group {
	width: 100%;
}
/* ========================================================================== */
/* Responsive (Media Queries) */
/* ========================================================================== */

@media (max-width: 1380px) {
	.containered {
	margin-right: 60px !important;
		margin-left: 60px !important;
}

	.spenden-button {
	margin-bottom: 200px !important;
}
	
		.separated-spalten-wrapper {
	margin-left: 0 !important; 
	margin-right: 0 !important; 
}

	}

@media (max-width: 1200px) /* "Tablet" below */ {
	
	.wp-block-button__link {
		font-size: 18px;
	}
	
	.group-contact .wpcf7-list-item.last {
	padding-bottom: 8px;
}
	
	.group-contact .contact-wrapper label:has(input[type="radio"], input[type="checkbox"]) {
		margin-top: 0;
	}
	
	.group-contact .contact-wrapper label:has(span[data-name="art-veranstaltung"]) {
		margin-top: 50px;
	}
	
	.group-contact .contact-wrapper label:has(span[data-name="verpflegung"]) {
		margin-top: 50px;
		margin-bottom: 20px;
	}
	
	.separated-spalte-btn img {
			aspect-ratio: 1/1 !important;
		}
	
	
	
		#metaslider-id-1075 .flexslider .slides > li {
		position: relative;
		overflow: hidden;
		aspect-ratio: 100/48;
		height: auto !important;
	}
	#metaslider-id-1075 .flexslider .slides > li img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
		object-fit: cover;
	}
	
	.zertifikat-container {
	justify-content: space-between;
}
	
	.zertifikat-container figure {
		flex-shrink: 0;
}
	
	.zertifikat-container > div div {
	width: auto;
}
	
	.partner-cards-grid{ grid-template-columns: repeat(3, 1fr); }
	
	
	
	.nav-desktop { display: none !important; }
	.nav-mobile { display: flex !important; }

	.d-lg-none {
	display: block;
}

	.hero-img {
		 aspect-ratio: 19/10;
	}

	.hero-img img {
		 object-fit: cover;
		height: 100% !important;
		width: 100% !important;
	}
	


	.card-cover {
    aspect-ratio: 3/2 !important;
}

	.green-cards-row .card-cover {
	width: calc(50% - 16px)
}

	h1, h2 {
		font-size: 36px;
	}

	p, a, li { font-size: 18px; }

	:root :where(.wp-element-button, .wp-block-button__link), {
		font-size: 20px;
	}

.spenden-button {
	width: 200px;
	height: 200px;
}

	.spenden-button p, .spenden-button a {
	font-size: 22px;
}

	.contact-cloumn-left {
	width: 100%;
}
.contact-cloumn-right {
	width: 100%;
}


.contact-wrapper {
	gap: 0;
}

	.contact-wrapper p {
margin: 0;
}
		.contact-wrapper label {
margin-top: 30px;
}
	.contact-wrapper div {
	width: 100%;
}

	.contact-cloumn-right {
		padding: 64px 64px 52px 64px !important;
	}

	p:has(.checkbox-datenschutz) {
  margin-top: 10px;
}

	.contact-h3 {
		display: flex;
		justify-content: center;
	}

	.contact-cloumn-left  {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.contact-data {
		display: flex;
		gap: 64px;
	}

	.brand-icons {
	padding-top: 40px;
		padding-bottom: 32px;
}
	
	
  .footer-grid {
    grid-template-columns: repeat(3, auto);
    justify-content: space-between;
    row-gap: 32px;
    column-gap: 48px; /* wird als Mindestabstand behandelt */
  }
  .footer-kontakt     { order: 1; }
  .footer-mosaik      { order: 2; }
  .footer-demeter     { order: 3; }
  .footer-rechtliches { order: 4; }
  .footer-infoseiten  { order: 5; }
  .footer-biosiegel   { order: 6; }
	
	.footer-badge {
  margin-top: 0;
}
	
	footer {
	padding-top: 26vw;
}
	
	.two-row-flex-cont figure {
			aspect-ratio: 3.7/4;
	}	
}

	@media (max-width: 1000px) {
		
		.separated-spalten-wrapper img {
			aspect-ratio: 1/1.1 !important;
		}
		
		.separated-spalte-btn img {
			aspect-ratio: 1/1.3 !important;
		}

		.green-cards-row .stretched-link {
	font-size: 19px;
}

		.spenden-button {
	margin-top: 60px !important;
			margin-bottom: 170px !important;
}
	}

@media (max-width: 900px) {
	.news-card, .network-card {
			width: 100%;
		}
	
	.news-card, .network-card,
	.news-cards-row .wp-block-post-template > li {
			width: 100%;
		}
	
	.two-row-flex-cont figure {
		aspect-ratio: 3/4;
	}

 
}

@media (max-width: 782px) /* Mobile below */ {
	
	
	 .arbeit-fuer-alle .two-row-flex-cont > div,
  .arbeit-fuer-alle .two-row-flex-cont > figure {
    width: 100%;
  }
	
	.cafe-info {
	flex-direction: column;
	gap: 20px;
}
	
	.besuche h2, .unsere-tiere {
		text-align: center !important;
	}
	
	.spenden-paten-section .wp-block-buttons {
		justify-content: center;
	}
	
	.spenden-paten-section h3 {
		text-align: center;
	}
	
	.spenden-paten-section .two-row-flex-cont {
		gap: 34px;
	}
	
	
	
	.contact-wrapper .flex-50 { width: 100%!important; }
	
	.bewerbungszeile {
		padding-top: 28px;
	flex-wrap: wrap;
		gap: 16px;
	}
	
	.bewerbungszeile-np {
	flex-direction: column;
		gap: 16px;
		align-items: start;
	}
	
	.bewerbungszeile h6 {
	text-align: left;
}
	
	
	
	.separated-spalten-wrapper img {
			aspect-ratio: 3/2 !important;
		}
	.separated-spalten-wrapper img, .separated-spalten-wrapper figure {
			width: 100% !important;
		}
	
	.separated-spalten-wrapper .wp-block-buttons {
		display: flex; 
		justify-content: center;
	}
	
	.separated-spalten-wrapper h3 {
		text-align: center;
	}
	
	.video-spalte-2 {
		padding-top: 48px;
	}
	
	#metaslider-id-1075 .flexslider .slides > li {
		position: relative;
		overflow: hidden;
		aspect-ratio: 100/63;
		height: auto !important;
	}
	#metaslider-id-1075 .flexslider .slides > li img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
		object-fit: cover;
	}
	
	.zertifikat-container > div {
	gap: 20px;
}
	.zertifikat-container {
	gap: 40px;
}
	
	
.partner-cards-grid{ gap:16px; grid-template-columns: repeat(2, 1fr); }
	.partner-card{ padding:18px 20px; }
	
	.hero-img {
		 aspect-ratio: 3/2;
	}

	.green-cards-row .card-cover {
	width: 100%;
}
	.containered {
	margin-right: 30px !important;
		margin-left: 30px !important;
}

	


	h1, h2 {
		font-size: 28px;
	}

p, a, li { font-size: 16px; }
	:root :where(.wp-element-button, .wp-block-button__link), {
		font-size: 18px;
	}

		.green-cards-row .stretched-link {
	font-size: 22px;
}

	.card-cover {
    min-height: 150px !important;
}


	.partner-spalte {
		gap: 0 !important;
	}

		.spenden-button {
			margin-bottom: 140px !important;
}

	.contact-cloumn-right {
		padding: 64px 32px 52px 32px !important;
	}

	.contact-cloumn-right h3 {
		font-size: 28px !important;
	}

	.news-card-date {
	font-size: 14px;
}
.news-card-info, .news-card-link a {
	font-size: 16px;
}
	
	
  .footer-grid {
    grid-template-columns: repeat(2, auto);
    justify-content: space-between;
    row-gap: 24px;
  }
	
  .footer-kontakt     { order: 1; }
  .footer-mosaik      { order: 2; }
  .footer-rechtliches { order: 3; }
  .footer-infoseiten  { order: 4; }
  .footer-demeter     { order: 5; }
  .footer-biosiegel   { order: 6; }
	
footer .containered {
	padding: 64px 80px;
}
	
	
	.two-row-flex-cont {
		flex-direction: column-reverse;
	}
	
	.two-row-flex-cont.cafe, .two-row-flex-cont.spenden {
		flex-direction: column;
	}
	
	.two-row-flex-cont > div {
width: 100%;
}
	
		.two-row-flex-cont figure {
width: 100%;
			aspect-ratio: 3/2;
}	
	
	#partner-section .two-row-flex-cont {
	padding-bottom: 0px;
}
	}


@media (max-width: 700px) {
	footer .containered {
	padding: 64px 40px;
}
	
		.submit-wrapper .fa-icon {
	top: 18px;
}
}

	@media (max-width: 550px) {
		
		.datenschutz {
			overflow-wrap: anywhere;
  word-break: break-word;
		}
		
		.zertifikat-container > div {
	flex-direction: column;
			gap: 0;
}

		.green-cards-row .stretched-link {
	font-size: 20px;
}

		.hof-overlay-mobile {
  display: block !important;
}

			.hof-overlay {
  display: none !important;
}
		
	

		.contact-data {
		flex-direction: column;
			gap: 20px;
	}

		.contact-data div {
		margin: 0 !important;
	}

		.wp-block-spacer {
			max-height: 80px !important;
		}
		
		footer .containered {
	padding: 64px 0;
}
		
			footer {
	padding-top: 33vw;
}
	}

	@media (max-width: 400px) {
			.spenden-paten-section .white-bg {
		padding: 18px !important;
	}
		
		.zertifikat-container {
			flex-direction: column;
		}
		
		.zertifikat-container figure {
			width: 40% !important;
			height: auto !important;
		}
		
	 .zertifikat-container img  {
			width: 100% !important;
			height: auto !important;
		}
		
		

	.containered {
	margin-right: 15px !important;
		margin-left: 15px !important;
}

		.green-cards-row .stretched-link {
	font-size: 18px;
}

		.contact-cloumn-right {
		padding: 64px 24px 52px 24px !important;
	}

		.contact-cloumn-right h3 {
		padding-right: 0 !important;
	}
		
		footer p, footer a {
			font-size: 14px;
		}	
		
		 .footer-grid {
    column-gap: 24px;
  }
	
 
	}

@media (min-width: 1200px) {
	
	
	
	.besuche h2, .unsere-tiere {
		font-size: 44px;
	}


}






