/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.4
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

#wpsl-result-list #wpsl-stores {
  height: auto!important;
}

.wpsl-search {
  background-color: transparent;
  padding-left: 0px;
}

#wpsl-search-wrap input {
  border-radius: 0px;
  border: 1px solid #0063ab;
}
@media only screen and (max-width: 700px) {
   #wpsl-search-wrap #wpsl-search-btn  { 
          margin-top: 15px!important;
    }
}

#wpsl-search-wrap #wpsl-search-btn {
  margin-top: 0px;
  background-color: #0063ab;
  background-image: none;
  color: #fff;
  border: 2px solid #0063ab;
}

#wpsl-search-input {
  min-width: 400px;
}

.prospektButton {
  background-color: #0063ab;
  color: #fff;
  cursor: pointer;
}

.prospektButton a, .prospektButton a:hover {
  color: #ffe600;
  cursor: pointer;
}

.wpsl-locations-details span strong {
  
}

.storeIcons::before {
  content: "";
  width: 32px;
  height: 32px;
  margin-right: 8px;
  display: inline-block;
  float: left;
}

.storeIcons.adresse::before {
  background-image: url("img/adresse.png");
}

.storeIcons.service::before {
  background-image: url("img/service.png");
}

.storeIcons.oeffnungszeiten::before {
  background-image: url("img/oeffnungszeiten.png");
}

.storeIcons.inhaber::before {
  background-image: url("img/inhaber.png");
}

/*** Markt Template ***/
#marktHeader {
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center center;
background-image: url('img/headerimage_markttemplate.jpg')
}

.marktSection {
  padding: 20px 0;
}

.marktSection:nth-child(even) {
  background-color: #eaeaea;
}

.markt-template h1.entry-title.mb {
  font-size: 43px;
  margin-top: 26px;
  margin-bottom: 14px;
}

.markt-template h2 {
  font-size: 23px;
  font-weight: normal;
}

.markt-template #marktInfos {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  padding-top: 40px;
  flex-wrap: wrap;
}

.markt-template #marktInfos div {
  width: 20%;
  border: 1px solid rgb(24, 102, 179);
  background-color: #eaeaea;
  position: relative;
  font-size: 24px;
  line-height: 72px;
  padding-left: 34px;
}

.markt-template #marktInfos div:before {
  content: "";
  width: 44px;
  height: 44px;
  position: absolute;
  top: 14px;
  left: -18px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.markt-template #marktInfos div:first-child:before {
  background-image: url("img/diska-oeffnungszeiten.svg")
}

.markt-template #marktInfos div:nth-child(2):before {
  background-image: url("img/diska-telefon.svg")
}

.markt-template #marktInfos div:nth-child(3):before {
  background-image: url("img/diska-email.svg")
}

.markt-template #marktInfos div:last-child:before {
  background-image: url("img/diska-route.svg")
}

.hybrid-market-infos {
  padding: 40px 0;
}

.hybrid-contact-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.hybrid-info-card {
  min-height: 100px;
  padding: 20px 20px 20px 72px;
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid rgb(24, 102, 179);
  background-color: #eaeaea;
  font-size: 20px;
  line-height: 1.35;
}

.hybrid-info-card:before {
  content: "";
  width: 44px;
  height: 44px;
  position: absolute;
  top: 28px;
  left: 14px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.hybrid-info-card--phone:before {
  background-image: url("img/diska-telefon.svg");
}

.hybrid-info-card--email:before {
  background-image: url("img/diska-email.svg");
}

.hybrid-info-card--route:before {
  background-image: url("img/diska-route.svg");
}

.hybrid-access-card {
  margin-top: 28px;
  padding: 28px 36px;
  border: 1px solid rgb(24, 102, 179);
  background-color: #eaeaea;
  text-align: center;
}

.markt-template .hybrid-access-card h2,
.col:first-child .markt-template.hybrid-market-content h2 {
  margin: 0 0 12px;
  font-size: 30px;
  font-weight: bold;
}

#hybrid-market-title {
  margin-bottom: 38px;
}

.hybrid-access-card p:last-child {
  margin-bottom: 0;
}

.hybrid-market-content {
  padding-top: 30px;
  padding-bottom: 30px;
}

.hybrid-market-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px 64px;
  max-width: 1120px;
  margin: 0 auto;
}

.hybrid-market-step {
  display: flex;
  align-items: center;
  gap: 28px;
}

.hybrid-market-step img {
  width: 180px;
  max-width: 42%;
  height: auto;
  flex: 0 0 auto;
}

.hybrid-market-step h3 {
  margin: 0 0 10px;
  color: #0063ab;
  font-size: 21px;
  line-height: 1.15;
}

.hybrid-market-step p,
.hybrid-fact p,
.hybrid-market-note {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1.45;
}

.hybrid-market-step--last {
  grid-column: 1 / -1;
  width: calc(50% - 32px);
  justify-self: center;
}

.col:first-child .markt-template.hybrid-market-facts {
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.hybrid-facts-list {
  display: grid;
  gap: 62px;
}

.hybrid-fact img {
  display: block;
  width: auto;
  max-width: min(100%, 440px);
  height: auto;
  margin: 0 auto 20px;
}

.hybrid-fact p {
  max-width: 720px;
  margin: 0 auto 20px;
}

.hybrid-market-note {
  margin: 46px 0 0;
  padding: 20px 24px;
  border-left: 5px solid #0063ab;
  background-color: #eaeaea;
  color: #555;
  text-align: left;
}

.markt-template #prospektContainer {
  display: flex;
}

.markt-template #prospektContainer div:first-child {
  width: 50%;
  padding-left: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.markt-template #prospektContainer div:first-child h2 {
  font-size: 43px;
  margin-top: 26px;
  margin-bottom: 4px;
}

.markt-template #prospektContainer div:first-child button {
  background-color: rgb(24, 102, 179);
  color: rgb(255, 255, 255);
  line-height: 50px;
  font-weight: 600;
  font-size: .97em;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
}

.markt-template #prospektContainer div:last-child img {
  height: 440px;
  width: auto;
}

.markt-template #marktAttribute {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 156px;
  overflow: hidden;
}

.markt-template#marktAttributeContainer h2 {
  font-size: 30px;
  margin-top: 46px;
  margin-bottom: 40px;
  font-weight: bold;
}

.markt-template #marktAttribute.all {
  height: auto;
}

.markt-template .inhaberPhone {
  color: #555555;
  font-size: 120%;
}

#alleAnzeigen {
  margin: auto;
  color: #0063ab;
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
}

.markt-template #marktAttribute div {
  text-align: center;
  width: 15%;
  margin-bottom: 40px;
}

.markt-template #marktAttribute div:before {
  content: "";
  width: 66px;
  height: 66px;
  display: block;
  margin: 0 auto 20px auto;
  background-color: #0063ab;
  border-radius: 50% 50%;
  background-size: 30px auto;
  background-position: 50% 50%;
  background-repeat: no-repeat
}

.markt-template #marktAttribute div h3 {
  font-weight: normal;
}

div.service-ausbildungsbetrieb:before {
  background-image: url("img/service_icons/service-ausbildungsbetrieb.svg");
}

div.service-backshop:before {
  background-image: url("img/service_icons/service-backshop.svg");
}

div.service-backstation:before {
  background-image: url("img/service_icons/service-backstation.svg");
}

div.service-bargeldauszahlung:before {
  background-image: url("img/service_icons/service-cashback.svg");
}

div.service-blumen:before {
  background-image: url("img/service_icons/service-blumen.svg");
}

div.service-payback:before { 
  background-image: url("img/service_icons/service-payback.svg");
}

div.service-deutschlandcard:before { 
  background-image: url("img/service_icons/service-dc.svg");
}

div.service-edeka_gutscheinkarte:before { 
  background-image: url("img/service_icons/service-gutscheinkarte.svg");
}

div.service-edeka_smart:before { 
  background-image: url("img/service_icons/service-mobileshop.svg");
}

div.service-einkaufsgutscheine:before { 
  background-image: url("img/service_icons/service-einkaufsgutscheine.svg");
}

div.service-fischtheke:before { 
  background-image: url("img/service_icons/service-fischtheke.svg");
}

div.service-fleisch-_und_wursttheke:before { 
  background-image: url("img/service_icons/service-fleischtheke.svg");
}

div.service-geschenkkoerbe:before { 
  background-image: url("img/service_icons/service-geschenkkoerbe.svg");
}

div.service-getraenkeshop:before { 
  background-image: url("img/service_icons/service-getraenke.svg");
}

div.service-glutenfreies_sortiment:before { 
  background-image: url("img/service_icons/service-glutenfrei.svg");
}

div.service-laktosefreies_sortiment:before { 
  background-image: url("img/service_icons/service-laktosefrei.svg");
}

div.service-guthabenkarten:before { 
  background-image: url("img/service_icons/service-guthabenkarte.svg");
}

div.service-handyaufladung:before { 
  background-image: url("img/service_icons/service-handyaufladung.svg");
}

div.service-haushaltswaren:before { 
  background-image: url("img/service_icons/service-haushaltswaren.svg");
}

div.service-kaesetheke:before { 
  background-image: url("img/service_icons/service-kaesetheke.svg");
}

div.service-app-coupons:before { 
  background-image: url("img/service_icons/service-app-coupons.svg");
}

div.service-kostenfreie_parkplaetze:before { 
  background-image: url("img/service_icons/service-parken.svg");
}

div.service-kreditkarte:before { 
  background-image: url("img/service_icons/service-kreditkarte.svg");
}

div.service-lieferservice:before { 
  background-image: url("img/service_icons/service-lieferservice.svg");
}

div.service-veganes_sortiment:before { 
  background-image: url("img/service_icons/service-vegan.svg");
}

div.service-vegetarisches_sortiment:before { 
  background-image: url("img/service_icons/service-vegetarisch.svg");
}

.markt-template#marktAktionenContainer h2 {
  font-size: 30px;
  margin-top: 46px;
  margin-bottom: 40px;
  font-weight: bold;
}

.markt-template .angeboteContainer a {
  float: left;
  width: 49%;
  margin-left: 1%;
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
  background: #fff;
  padding-bottom: 12px;
  display: block;
}

.markt-template .angeboteContainer a:first-child {
  margin-right: 1%;
  margin-left: 0;
}

.markt-template .angeboteContainer a:nth-child(2) {
  margin-bottom: 20px;
}

.markt-template#marktAktionenContainer .angeboteContainer a h2 {
  margin-bottom: 0px;
  margin-top: 8px;
  padding: 0 20px;
  font-size: 21px;
}

.markt-template#marktAktionenContainer .angeboteContainer a:first-child h2 {
  padding: 0 20px 0 20px;
}

.markt-template#marktAktionenContainer .angeboteContainer a:first-child h3 {
  padding: 0 20px 10px 20px;
}

.markt-template#marktAktionenContainer .angeboteContainer a h3 {
  margin-bottom: -8px;
  margin-top: 0px;
  padding: 0 20px 10px 20px;
  font-weight: normal;
  line-height: normal;
}

.markt-template#marktAktionenContainer .angeboteContainer a img {
  width: 100%;
  height: 254px;
  object-fit: cover;
}

.markt-template#marktAktionenContainer .angeboteContainer a:first-child img {
  height: 601px;
}


/*** Rezepte ***/
#rezepteHeader {
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center center;
  background-image: url("img/headerimage_recipes_starpage.jpg")
}

.rezepteSuchergebnis #rezepteHeader {
  height: 120px;
}

#rezeptVideo {
  display: none;
}

#rezeptVideo iframe {
  width: 100%;
  height: 100%;
}

#rezeptHeader {
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center center;
  position: relative;
}

#rezeptHeader.hasVideo {
  cursor: pointer;
}

#rezeptHeader.hasVideo:before {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  background: #0063b0;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  border-radius: 50% 50%;
  background-image: url("img/play_arrow_white_24dp.svg");
  background-size: 40px auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#rezepteContainer {
  padding: 80px 0;
}

#rezepteContainer.grau {
  background-color: #F5F5F5;
}

#rezepteContainer .rezepteGrid {
  overflow: auto;
}

#rezepteContainer .col {
  padding: 0px;
} 

#rezepteContainer .mehrRezepte {
  display: block;
  background-color: #0063ab;
  color: #fff;
  cursor: pointer;
  margin: 40 auto 0 auto;
  width: 280px;
}

.rezepteHomepage .rezepteVortext {
  padding: 40px 0px;
}

.rezepteHomepage h1, .rezepteDetailseite h1, .rezepteSuchergebnis h1 {
  font-size: 43px;
  margin-top: 26px;
}

.rezeptKachel {
  float: left;
  width: calc(50% - 12px);
  display: block;
  cursor: pointer;
  position: relative;
  padding: 6px 0px;
  overflow: hidden;
  margin: 0px 6px;
}

.rezeptKachel .innerKachel {
  background: #fff;
  transition: transform 0.5s, box-shadow 0.5s;
  overflow: auto;
  padding-bottom: 20px;
}

.rezepteSuchergebnis .rezeptKachel {
  width: calc(25% - 9px);
  margin: 0px 6px;
}

.rezepteSuchergebnis .rezeptKachel:nth-child(4n + 1) {
  margin-left: 0px;
}

.rezepteSuchergebnis .rezeptKachel:nth-child(4n) {
  margin-right: 0px;
}

.rezeptKachel .innerKachel:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  transform: scale(1.02)
}

.rezeptKachel .rezeptHeader {
  margin-bottom: 60px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.rezeptKachel .rezeptHeader.hasVideo:before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  background: #0063b0;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  border-radius: 50% 50%;
  background-image: url("img/play_arrow_white_24dp.svg");
  background-size: 40px auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.rezepteSuchergebnis .rezeptKachel .rezeptHeader {
  margin-bottom: 30px;
}

.rezeptKachel:first-child .rezeptHeader, .rezeptKachel:nth-child(4) .rezeptHeader {
  height: 560px;
}

.rezeptKachel:nth-child(2) .rezeptHeader, 
.rezeptKachel:nth-child(3) .rezeptHeader,
.rezeptKachel:nth-child(6) .rezeptHeader,
.rezeptKachel:nth-child(5) .rezeptHeader  {
  height: 207px;
}

.rezepteSuchergebnis .rezeptKachel .rezeptHeader  {
  height: 200px;
}


.rezeptKachel h2 {
  padding-left: 20px;
  padding-bottom: 20px;
  margin: 0px;
  width: 60%;
  font-size: 22px;
  float: left;
}

.rezepteSuchergebnis .rezeptKachel h2 {
  width: 100%;
  float: none;
  height: 60px;
  overflow: hidden;
  font-size: 20px
}

#rezeptContainer .large-12 {
  padding: 40px 0px;
}

.rezeptKachel .featureContainer {
  float: left;
  width: 40%;
  right: 20px;
  bottom: 20px;
  display: flex;
  justify-content: flex-end;
}

.rezepteSuchergebnis .featureContainer {
  padding-left: 10px;
  width: 100%;
  right: 10px;
  justify-content: flex-start;
  overflow: hidden;
}

.rezeptKachel .featureContainer div {
  padding: 0 2px;
}

.rezeptKachel .featureContainer div:first-child {
  padding-left: 0px;
}

.rezeptKachel .featureContainer p {
  color: #000;
  font-size: 9px;
  text-align: center;
  padding: 0px;
  margin: 0px;
}

.rezeptKachel .featureContainer span {
  display: block;
  width: 100%;
  height: 40px;
  width: 40px;
  margin: auto;
  background-size: cover;
}

.rezeptKachel .featureContainer span.clockIcon {
  background-image: url("img/icon_clock.png")
}

.rezeptKachel .featureContainer span.Leicht {
  background-image: url("img/dificulty_easy.png")
}

.rezeptKachel .featureContainer span.Mittel {
  background-image: url("img/dificulty_medium.png")
}

.rezeptKachel .featureContainer span.Schwer {
  background-image: url("img/dificulty_hard.png")
}

.rezeptKachel .featureContainer span.Vegetarisch {
  background-image: url("img/special_vegetarian.png")
}

.rezeptKachel .featureContainer span.Glutenfrei {
  background-image: url("img/special_glutenfree.png")
}

.rezeptKachel .featureContainer span.Laktosefrei {
  background-image: url("img/special_lactosefree.png")
}

.rezeptKachel .featureContainer span.Vegan {
  background-image: url("img/special_vegan.png")
}

#incredientGroupContainer {
  width: 100%;
}

#incredientGroupContainer div {
  float: left;
  width: 25%;
}

#incredientGroupContainer h3 {
  margin-bottom: 24px;
}

#incredientGroupContainer ul {
  padding: 0px;
  margin: 0px;
}

#incredientGroupContainer li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-size: 20px;
}

#incredientGroupContainer .value, #incredientGroupContainer .unit {
  display: inline-block;
  margin-right: 4px;
}

#incredientGroupContainer .unit.empty {
  margin-right: 0px
}

#instructionContainer ul {
  padding: 40px 0px 0px 0px;
  margin: 0px;
}

#instructionContainer li {
  list-style: none;
  position: relative;
  margin: 0px;
  padding: 0px;
  font-size: 20px;
}

#instructionContainer .orderContainer {
  width: 96%;
  margin-left: 4%;
  height: 4px;
  background-color: #0063b0
}

#instructionContainer .orderContainer span {
  display: block;
  position: absolute;
  left: 0px;
  top: -18px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  border-radius: 50% 50%;
  background-color: #0063b0;
  color: #fff;
}

#instructionContainer .textContainer {
  width: 100%;
  padding: 20px 0 40px 4%;
}

#instructionContainer .textContainer_noStep {
  width: 100%;
  padding: 10px 0 10px 4%;
  font-style: italic;
}

#instructionContainer .textContainer_noStep a {
  color: #0063b0;
}

#tagsContainer a {
  display: inline-block;
  font-size: 20px;
  border: 4px solid #0063b0;
  padding: 4px 16px;
  margin: 8px;
  transition: background-color 0.6s, color 0.6s;
}

#tagsContainer a:hover {
  background-color: #0063b0;
  color: #fff;
}

/* Rezept DetailSeite */

#featureContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

#rezeptDetailContainer .large-12 {
  padding: 40px 12px 40px 12px;
}

#rezeptDetailContainer .grau {
  background-color: #F5F5F5;
}

#rezeptDetailContainer button {
  background: #0063b0;
  color: #ffffff;
}

.feature {
  text-align: center;
  width: 20%;
  margin-bottom: 20px;
}

.feature p {
  display: block;
  width: 100px;
  height: 100px;
  border: 6px solid #0063AB;
  border-radius:  50% 50%;
  font-size: 32px;
  line-height: 42px;
  margin: auto;
  padding: 10px 0px 0px 0px;
  margin-bottom: 12px;
  background-color: #fff;
  background-size: cover;
}

.feature p.Vegetarisch {
  background-image: url("img/special_vegetarian.png")
}

.feature p.Glutenfrei {
  background-image: url("img/special_glutenfree.png")
}

.feature p.Laktosefrei {
  background-image: url("img/special_lactosefree.png")
}

.feature p.Vegan{
  background-image: url("img/special_vegan.png")
}

.feature p.Leicht {
  background-image: url("img/dificulty_easy.png")
}

.feature p.Mittel {
  background-image: url("img/dificulty_medium.png")
}

.feature p.Schwer {
  background-image: url("img/dificulty_hard.png")
}

.feature span {
  font-size: 25px;
  line-height: 25px;
}

#searchBar {
  margin-top: 360px;
  width: 100%;
  height: 60px;
}

.rezepteSuchergebnis #searchBar {
  margin-top: 30px;
}

#searchBar input {
  width: 80%;
  margin-right: 2%;
  margin-bottom: 0px;
  height: 100%;
  float: left;
}

#searchBar button {
  width: 18%;
  float: left;
  margin: 0px;
  height: 100%;
  background: #0063AB;
  color: #fff;
}

/*** Prospekt-Seite ***/

#instructionButton {
  width: 300px;
  margin: 20px 0px;
  display: block;
  background-color: #f07d4f;
  color: #222;
  text-transform: none;
  font-size: 16px;
}

#instructionOverlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
  position: fixed;
  left: 0px;
  top: 0px;
  display: none;
  z-index: 1000;
}

#overlayClose {
  width: 40px;
  height: 40px;
  background: #fff;
  position: absolute;
  top: 30px;
  right: 30px;
  display:block;
  font-size: 24px;
  line-height: 40px;
  color: #222;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

#instructionOverlay div {
  width: 822px;
  height: 709px;
  box-sizing: border-box;
  padding: 250px 40px 20px 40px;
  overflow: scroll;
  margin: 140px auto 0px auto;
  background-image: url("img/instructionOverlay.jpg");
  position: relative;
}

#instructionOverlay div p {
  text-align: center;
}

#instructionOverlay div a {
  padding: 8px;
  font-size: 19px;
  cursor: pointer;
  font-weight: bold;
}

#instructionOverlay div a:hover {
  color: #000
}

#instructionOverlay div a.active {
  color: #000;
  text-decoration: underline
}

#instructionOverlay div ol {
  padding: 0px 80px 0px 0px;
  display: none;
}

#instructionOverlay div ol.active {
  display: block;
}

#instructionOverlay div li {
  margin-bottom: 0px;
}

.issuuembed {
	width: 100%;
	height: 320px;
	margin-bottom: 40px;
}

.prospektContainer {
	display: none;
}

.prospektContainer p {
}

.prospektContainer h2 {
	color: #222;
}

#hintText {
	font-size: 24px;
	margin: 12px 0px;
}

#plzEingabe  {
  width: 400px;
  margin-right: 10px;
  margin-bottom: 0px;
}

#plzSearchButton {
	margin-top: 0px;
    background-color: #0063ab;
    background-image: none;
    color: #fff;
    border: 1px solid #0063ab;
    margin-bottom: 0px;
    margin-right: 0px;
}

#errorText {
	color: red;
	display: none;
	margin-top: 20px;
}

#rev_slider_32_2_forcefullwidth {
  padding-top: 5%;
}

.single-wpsl_stores .page-header-excerpt {
  display: none;
}

@media screen and (max-width: 768px) {
  #rezeptHeader {
    height: 346px;
  }
  
  #featureContainer .feature {
      width: 33%;
    }

    #incredientGroupContainer div {
      width: 50%;
    }

  #rezepteContainer .col {
    padding: 0 15px;
  }

  .rezeptKachel, .rezepteSuchergebnis .rezeptKachel {
    float: none;
    width: 100%;
    padding: 0px;
    margin: 0 0 24px 0;
  }
  .rezeptKachel:first-child .rezeptHeader, .rezeptKachel:nth-child(4) .rezeptHeader {
    height: 206px;
  }

  .markt-template #marktInfos {
    justify-content: center;
    padding-top: 20px;
  }

  .markt-template #marktInfos div {
    width: 44%;
    margin: 20px;
  }

  .hybrid-contact-cards,
  .hybrid-market-grid {
    grid-template-columns: 1fr;
  }

  .hybrid-info-card:before {
    top: 50%;
    transform: translateY(-50%);
  }

  .hybrid-market-step,
  .hybrid-market-step--last {
    width: 100%;
  }

  .hybrid-market-step--last {
    grid-column: auto;
  }

  .markt-template #prospektContainer div:first-child {
    padding-left: 0px;
  }

  .markt-template #prospektContainer div:last-child img {
    height: 320px;
    width: auto;
  }

  .markt-template #marktAttribute {
    height: 280px;
  }

  .markt-template #marktAttribute div {
    width: 24%;
  }

  .markt-template #marktAttribute div:before {
    background-size: 26px auto;
  }

  .markt-template #marktAttribute div h3 {
    font-size: 16px;
  }

  .markt-template#marktAktionenContainer .angeboteContainer a:first-child img {
    height: 254px;
  }
  

}

@media screen and (max-width: 414px) {
  #searchBar input, #searchBar button {
    float: none;
    width: 100%;
  }
  #searchBar input {
    margin-bottom: 16px;
  }

  #featureContainer .feature {
    width: 50%;
  }

  .feature span {
    font-size: 20px;
    line-height: 20px;
}

  #incredientGroupContainer div {
    width: 100%;
  }

  .rezepteSuchergebnis #rezepteHeader {
    height: 280px;
  }

  .rezepteHomepage #rezepteHeader {
    height: 280px;
  }

  .rezepteHomepage #searchBar, .rezepteSuchergebnis #searchBar  {
    margin-top: 80px;
  }

  .rezepteHomepage .rezepteVortext {
    padding: 20px 0px;
  }

  .rezepteHomepage h1, .rezepteDetailseite h1, .rezepteSuchergebnis h1 {
    font-size: 130%;
  }

  .rezeptKachel h2, .rezeptKachel .featureContainer {
    float: none;
    width: 100%;
  }

  .rezeptKachel .featureContainer {
    justify-content: flex-start;
    padding-left: 20px;
    margin-left: 0px;
  }

  .feature p {
    width: 78px;
    height: 78px;
    font-size: 22px;
    line-height: 28px;
  }

  #marktHeader {
    height: 280px;
  }

  .markt-template h1.entry-title.mb {
    font-size: 34px;
    margin-top: 0px;
    margin-bottom: 14px;
  }

  .markt-template #marktInfos div {
    width: 100%;
    margin: 6px 20px;
  }

  .hybrid-market-infos {
    padding: 20px 0;
  }

  .hybrid-contact-cards {
    gap: 12px;
  }

  .hybrid-access-card {
    margin-top: 12px;
    padding: 24px 20px;
  }

  .markt-template .hybrid-access-card h2,
  .col:first-child .markt-template.hybrid-market-content h2 {
    font-size: 30px;
  }

  .hybrid-market-grid,
  .hybrid-facts-list {
    gap: 32px;
  }

  .hybrid-market-step {
    flex-direction: column;
    text-align: center;
  }

  .hybrid-market-step img {
    width: 200px;
    max-width: 100%;
  }

  .hybrid-market-note {
    padding: 18px;
    font-size: 14px;
  }

  .markt-template #prospektContainer {
    flex-direction: column-reverse;
  }

  .markt-template #prospektContainer div:first-child {
    width: 100%;
  }

  .markt-template #marktAttribute div {
    width: 32%;
  }

  .markt-template #marktAttribute div h3 {
    font-size: 13px;
  }

  .markt-template .angeboteContainer a {
    float: none;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .markt-template .angeboteContainer a:first-child {
    margin-right: 0px;
  }

  .markt-template .angeboteContainer a:first-child h2, .markt-template .angeboteContainer a:first-child h3 {
    padding: 0 20px;
  }
}

@media screen and (max-width: 570px) {

  .wpsl-search {
    padding-right: 0px;
  }
  
  #wpsl-search-wrap div {
    float: none;
    margin-top: 0px;
  }
  
  #wpsl-search-wrap div label {
    display: block!important;
  }
  
  .wpsl-no-filters #wpsl-search-input {
    width: 100%!important;
    margin: 0px!important;
    min-width: 100%;
    display: block!important;
  }

  #wpsl-search-wrap #wpsl-search-btn {
    width: 100%;
    margin-top: 0px;
  }
  
  #plzEingabe  {
    width: 74%!important;
    margin-right: 4%!important;
  }

  #plzSearchButton {
      width: 22%;
  }
}

@media screen and (min-width: 44.375em) {
  .issuuembed {
    height: 500px;
  }
}

@media screen and (min-width: 1282px) {
  .issuuembed {
    height: 640px;
  }
}
