/*
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;
}

@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('http://staging.mosaik-kunstwerkstatt.de/wp-content/uploads/fonts/fa-solid-900.woff2') format('woff2');
}

@font-face {
  font-family: "Font Awesome 7 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('http://staging.mosaik-kunstwerkstatt.de/wp-content/uploads/fonts/fa-brands-400.woff2') format('woff2');
}

/* ========================================================================== */
/* 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; }
  .header-social {
      padding-top: 0 !important;
      gap: 20px !important;
  }
  
   header ul {
      gap: 50px !important;
  }
  
  header .fa-brand-icon {
      margin-right: 0 !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;
}

/* ========================================================================== */
/* Team-Karten */
/* ========================================================================== */

.green-cards-row,
.news-cards-row:not(.vorschau-aktuelles .news-cards-row) {
 display: flex !important;
    flex-wrap: wrap !important;
	gap: 24px;
justify-content: flex-start !important;
align-items: flex-start !important;
}
.news-card,
.news-card-content {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.news-card-shape-overlay {
  transform: translateY(-40%) translateZ(0);
  -webkit-transform: translateY(-40%) translateZ(0);
  will-change: transform;
}

.green-cards-row .card-cover, .news-card  {
	width: calc(25% - 18px);
	margin: 0 !important;
}

.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 .wp-block-cover__inner-container {
width: 100% !important;
	position: static;
	opacity: 0.85;
}



.card-overlay-container {

	height: 50px;
	background-color: var(--wp--preset--color--custom-hellgrau);
	z-index: 2;
}

.card-shape-overlay {
  width: 100.5%;
  height: auto;
  display: block;
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: 20px;
}

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



 .card-shape-overlay rect,
.card-shape-overlay path {
  fill: var(--wp--preset--color--custom-hellgrau);
}

.card-link {
	position: absolute;
  top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: end;
	padding-bottom: 4% !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: 3;
}



.green-cards-row .card-cover {
    aspect-ratio: 2.2/3 !important;
    overflow: hidden !important;
    min-height: 0 !important;
}
.card-cover .wp-block-cover__image-background {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    margin: 0 !important;
}

/* ========================================================================== */
/* Auszeichnungen */
/* ========================================================================== */


.auszeichnungen .news-card  {
    width: calc(50% - 12px);
    flex-grow: 0
}

.auszeichnungen .news-cards-row.containered {
	align-items: stretch !important;
}



/* ========================================================================== */
/* Startseiten-Slider */
/* ========================================================================== */

#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-card {
	position: relative;
}
.news-card > .card-full-link {
	position: absolute !important;
	inset: 0 !important;
	z-index: 4 !important;
	color: transparent !important;
	margin: 0 !important;
	width: 100% !important;
}
.news-card > .card-full-link .fa-icon,
.news-card > .card-full-link .screen-reader-text {
	display: none !important;
}

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

.news-cards-row .wp-block-post-template > li {
	width: calc(50% - 17px);
	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 figure {
	width: 100%;
}

.news-card img {
    object-fit: cover;
    width: 100%;
    height: 100%;
} 

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



/* Vorschau & Aktuelles */



.vorschau-aktuelles .news-card-content {
justify-content: end;
flex: 0 0 auto !important;
width: 100%;
}

.vorschau-aktuelles .news-card-content .wp-block-post-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    hyphens: auto;
    padding-bottom: 0 !important;
}


.vorschau-aktuelles .news-card-content .news-card-info {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    hyphens: auto;
    width: 50%;
    padding-bottom: 0 !important;
     align-self: flex-start;
}

.vorschau-aktuelles .news-card-content .news-card-info p {
    padding-bottom: 0 !important;
}

.vorschau-wrapper {
    display: flex;
    justify-content: space-between;
}

.vorschau-aktuelles .news-cards-row .wp-block-post-template > li:nth-child(1) .vorschau-wrapper {
    margin-top: 10px !important;
}

.vorschau-wrapper > * {
  margin-right: 0 !important;
 
   margin-left: 0 !important;
  
}



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

.vorschau-aktuelles .news-cards-row .wp-block-post-template > li:nth-child(1) .news-card-shape-overlay {
      left: -20px;
     
    width: 102%;
}



.vorschau-aktuelles .news-cards-row .wp-block-post-template > li:nth-child(2) .news-card-info, .vorschau-aktuelles .news-cards-row .wp-block-post-template > li:nth-child(3) .news-card-info, .vorschau-aktuelles .news-cards-row .wp-block-post-template > li:nth-child(3) .news-card-link, .vorschau-aktuelles .news-cards-row .wp-block-post-template > li:nth-child(2) .news-card-link {
     display: none;
}
 
.vorschau-aktuelles .news-card-content p, .vorschau-aktuelles .news-card-content h3, .vorschau-aktuelles .news-card-content .news-card-link {
    padding-bottom: 10px;
}

.vorschau-aktuelles .news-card-content .wp-block-post-date {
     padding-bottom: 7px;
}

.vorschau-aktuelles .news-card-link {
	margin-top: 0 !important;
	margin-block-start: 0 !important;
}

.vorschau-aktuelles .news-cards-row .wp-block-post-template > li:nth-child(1) .news-card-link, .vorschau-aktuelles .news-cards-row .wp-block-post-template > li:nth-child(2) h3, .vorschau-aktuelles .news-cards-row .wp-block-post-template > li:nth-child(3) h3  {
      padding-bottom: 7px;
}

/* News-Cards Bento Layout */


.vorschau-aktuelles .news-cards-row .wp-block-post-template {
	display: grid !important;
	grid-template-columns: 1fr 1fr 1fr !important;
	grid-template-rows: auto auto !important;
	gap: 24px !important;
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}
.vorschau-aktuelles .news-cards-row .wp-block-post-template > li {
	width: auto !important;
	margin: 0;
}
.vorschau-aktuelles .news-cards-row .wp-block-post-template > li:nth-child(1) {
	grid-column: 1 / 3 !important;
	grid-row: 1 / 3 !important;
}
.vorschau-aktuelles .news-cards-row .wp-block-post-template > li:nth-child(2) {
	grid-column: 3 / 4 !important;
	grid-row: 1 !important;
}
.vorschau-aktuelles .news-cards-row .wp-block-post-template > li:nth-child(3) {
	grid-column: 3 / 4 !important;
	grid-row: 2 !important;
}

/* Karte bestimmt Höhe/Layout selbst – nicht mehr das Bild */
.vorschau-aktuelles .news-card {
	position: relative !important;
	overflow: hidden;
	border-radius: 16px;
	height: 100%;
}
/* Nur die beiden gestapelten rechten Karten brauchen ein Seitenverhältnis,
   Karte 1 füllt automatisch beide Zeilen (height:100%) */
.vorschau-aktuelles .news-cards-row .wp-block-post-template > li:nth-child(2) .news-card,
.vorschau-aktuelles .news-cards-row .wp-block-post-template > li:nth-child(3) .news-card {
	aspect-ratio: 16/9;
}

/* Bild liegt als volle Ebene HINTER dem Content */
.vorschau-aktuelles .news-card .wp-block-post-featured-image {
	position: absolute !important;
	inset: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}
.vorschau-aktuelles .news-card .wp-block-post-featured-image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0 !important;
}


.vorschau-aktuelles .news-card-content {
	position: relative;
	z-index: 1;
	margin-top: auto !important;
	opacity: 0.85;
}
.vorschau-aktuelles .news-cards-row .wp-block-post-template > li:nth-child(1) .news-card-link {
	display: flex !important;
	justify-content: flex-end !important;
}

.vorschau-aktuelles .news-card-date {
    margin-top: -10px !important;
}

.vorschau-aktuelles .news-cards-row .wp-block-post-template > li {
    min-width: 0;
}


/* ========================================================================== */
/* Shop */
/* ========================================================================== */

.art-card, .art-card * {
    padding: 0 !important;
    margin: 0 !important;
}

.art-card img {
	width: 100% !important;
	height: 100% !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) */
/* ========================================================================== */

.fa-icon.loc {
    padding-right: 5px;
}

.text-dec {
    display: inline-block;
    text-decoration: underline;
}

.contact-data p {
    display: flex;
}

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

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

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



.contact-row input[type="checkbox"] {
	border: 2px solid black !important;
	accent-color: black;
	border-radius: 4px;
	margin-right: 8px;
	margin-top: 6px;
}



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

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

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

.contact-row textarea {
	border: 2px solid black;
	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: 20px;
	font-size: 20px;
	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(50% - 17px);
}

.contact-cloumn-right {
	width: calc(50% - 17px);
}

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

.contact-form {
	display: flex;
}

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

.contact-wrapper {
	width: 100%;
}


.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 {
	font-size: 14px;
	text-decoration: underline;
}

.submit-wrapper {
	position: relative;
}

.submit-wrapper .fa-icon {
	position: absolute;
	top: 17px;
	right: 14px;
	transform: translateY(-50%);
	color: white !important;
	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;
}


/* ========================================================================== */
/* Shop */
/* ========================================================================== */

.shop-wrapper {
    display: flex;
    align-items: end;
    gap: 20px;
}

.shop-wrapper * {
   margin-left: 0 !important;
   margin-right: 0 !important;
}

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

.mailto {
    font-weight: normal !important;
    padding-left: 15px;
}

.footer-grey {
	position: relative;
}

footer .text-dec {
    display: inline;
}

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: flex;
  justify-content: space-between;
  gap: 60px;
}

.footer-grid > * {
   width: calc(50% - 20px);
}

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

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


.footer-kontakt { 
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer-kontakt, .footer-rechtliches { 
   margin-top: 0 !important;
}

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

.footer-mosaik img  { 
    margin-top: -35px !important;
	margin-bottom: 8px;
}

.footer-infoseiten figure  { 
width: 75% !important;
}

footer .containered {
	padding: 64px 0 0 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;
}



/* ========================================================================== */
/* 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;
}


/* ========================================================================== */
/*  Archive Section Startseite */
/* ========================================================================== */

.archive .wp-block-post-featured-image img {
    aspect-ratio: 16/10;
}


/* ========================================================================== */
/* 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) {
    
    .category-card {
    padding-bottom: 24px !important;
}
    
	.containered {
	margin-right: 60px !important;
		margin-left: 60px !important;
}

  header ul {
      gap: 40px !important;
  }

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

	}

@media (max-width: 1200px) /* "Tablet" below */ {
    
    .contact-row {
        gap: 48px;
    }
    
    .contact-data-wrapper {
        display: flex;
        gap: 34px;
        margin: 0 !important;
        width: 100%;
        padding-bottom: 20px;
    }
    
      
    .contact-data-wrapper figure, .contact-data-wrapper div {
       
        margin: 0 !important;
       
    }
	
	.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, .news-card  {
	width: calc(33.33% - 16px)
}



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

	p, a, li, .news-card-link { font-size: 18px !important; }

	: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;
	}

	
}
	
	


	
	.two-row-flex-cont figure {
			aspect-ratio: 3.7/4;
	}	


	@media (max-width: 1000px) {
	    
	  header .containered {
	      margin-bottom: 20px !important;
	  }
	    
	    .footer-infoseiten figure  { 
width: auto !important;
}
	    
	    .footer-grid > * {
   width: calc(33.333% - 40px);
}

	    .footer-grid {
     flex-wrap: wrap;
}

.footer-grid .footer-infoseiten {
    order: 1;
    display: flex;
    width: 100%;
    gap: 60px;
}

	    
	    .vorschau-aktuelles .news-cards-row .wp-block-post-template {
	grid-template-columns: 1fr 1fr 1fr 1fr !important;
}
	    
	    .vorschau-aktuelles .news-cards-row .wp-block-post-template > li:nth-child(1) {
	grid-column: 1 / 5 !important;
	grid-row: 1 / 3 !important;
	aspect-ratio: 20/9;
}
.vorschau-aktuelles .news-cards-row .wp-block-post-template > li:nth-child(2) {
	grid-column: 1 / 3 !important;
	grid-row: 3 !important;
}
.vorschau-aktuelles .news-cards-row .wp-block-post-template > li:nth-child(3) {
	grid-column: 3 / 5 !important;
	grid-row: 3 !important;
}
		
		.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) {
    .auszeichnungen .news-card  {
    width: 100%;
}
    
    
	.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;
	}

 
   .category-cards {
    flex-wrap: wrap !important;
  }
  .category-card {
    flex-basis: 100% !important;
  }
}

@media (max-width: 782px) /* Mobile below */ {
    
    	    .footer-mosaik figure  { 
margin-top: -80px !important;
}
    
    .footer-grid .footer-infoseiten {
    order: -1;
    display: block;
    
}

.footer-mosaik img  { 
    margin-top: 0 !important;
}
    
    	    .footer-grid > * {
   width: calc(50% - 30px) !important;
}
    
    
.vorschau-aktuelles .news-cards-row .wp-block-post-template > li:nth-child(1) .news-card-shape-overlay {
    left: -10px;
}
    
    .green-cards-row .card-cover  {
	width: calc(50% - 12px);
}
   
	.contact-data-wrapper figure {
	    height: 100%;
	}
	
		.contact-data-wrapper img {
	    height: 100%;
	    width: 100%;
	    object-fit: cover;
	}
	
	
	 .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;
	}

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

	


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

p, a, li, .news-card-link { font-size: 16px !important;}
	: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;
}
	
	

	

	
	.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) {
    
    	    .vorschau-aktuelles .news-cards-row .wp-block-post-template > li:nth-child(1) {
	aspect-ratio: 16/9;
}

.vorschau-aktuelles .news-cards-row .wp-block-post-template > li:nth-child(2) {
aspect-ratio: 3/2;
}
.vorschau-aktuelles .news-cards-row .wp-block-post-template > li:nth-child(3) {
aspect-ratio: 3/2;
}
    
    

	
		.submit-wrapper .fa-icon {
	top: 18px;
}
}

	@media (max-width: 550px) {
	    
	    
	    
	    .vorschau-aktuelles .news-cards-row .wp-block-post-template > li:nth-child(1) .news-card-shape-overlay {
    left: 0px;
}
	   
 .vorschau-aktuelles .news-card-content .news-card-info {

    -webkit-line-clamp: 2;
    line-clamp: 2;
  
}
	    
	.vorschau-wrapper {
    margin-top: 14px !important;
    align-items: end;
}

.news-card-link{ 
    padding-bottom: 0!important;
    
}
	    
	     .vorschau-aktuelles .news-cards-row .wp-block-post-template {
	display: flex !important;
	flex-direction: column;
	gap: 20px;
}
	   
	   .vorschau-aktuelles .news-cards-row .wp-block-post-template > li:nth-child(2) .news-card-info, .vorschau-aktuelles .news-cards-row .wp-block-post-template > li:nth-child(3) .news-card-info, .vorschau-aktuelles .news-cards-row .wp-block-post-template > li:nth-child(3) .news-card-link, .vorschau-aktuelles .news-cards-row .wp-block-post-template > li:nth-child(2) .news-card-link {
     display: -webkit-inline-box;
}



.vorschau-aktuelles .news-cards-row .wp-block-post-template > li:nth-child(2) {
aspect-ratio: 14/9;
}
.vorschau-aktuelles .news-cards-row .wp-block-post-template > li:nth-child(3) {
aspect-ratio: 14/9;
}

.vorschau-aktuelles .news-cards-row .wp-block-post-template > li:nth-child(1) {
aspect-ratio: 14/9;
}
	    
	    	.contact-data-wrapper {
	    flex-direction: column;
	}
	
		
		.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;
		}
		
		
		
		
	}
	
	
		@media (max-width: 450px) {
		    
		       	    .footer-mosaik figure  { 
margin-top: -30px !important;
}
		    
		    	    .footer-grid > * {
   width: 100% !important;
}

		    	    .footer-grid {
   gap: 45px;
}
    
    .footer-kontakt {
        align-items: start;
    }
    
      .footer-mosaik {
       display: flex;
       justify-content: center;
    }
		    
		    .vorschau-wrapper {
		        flex-direction: column;
		    }
		    
		    .vorschau-aktuelles .news-card-content .news-card-info {
		        width: 100%;
		        margin-bottom: 14px !important;
		    }
		    
		    .vorschau-aktuelles .news-cards-row .wp-block-post-template > li:nth-child(2) {
aspect-ratio: 10/9;
}
.vorschau-aktuelles .news-cards-row .wp-block-post-template > li:nth-child(3) {
aspect-ratio: 10/9;
}

.vorschau-aktuelles .news-cards-row .wp-block-post-template > li:nth-child(1) {
aspect-ratio: 10/9;
}
	 
		}
	

	@media (max-width: 400px) {
	    
	     .green-cards-row .card-cover {
	width: 100%;
}
	    
			.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) {
	
	footer {
	    padding-top: 50px !important;
	}
	
	.besuche h2, .unsere-tiere {
		font-size: 44px;
	}


}






