/*
Theme Name: Carrino - Child Theme
Theme URI: http://www.3forty.media/carrino
Author: 3FortyMedia
Author URI: http://www.3forty.media
Description: Carrino Child theme for easy and non-destructive editing of Carrino theme
Version: 1.1
Text Domain: carrino
Template: carrino
*/
/* Start Custom CSS */
.logo-wrapper {
  font-size: 2em;
  line-height: 1.2;
  clear: both;
  font-family: var(--title-font);
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: var(--very-dark-grey);
}

.entry-meta.after-title ul {
  display: flex;
  align-items: center;
}

.category-list.flex {
  display: flex;
}

.category-list .extra-badge {
  margin: 0 3px 3px 0;
  display: inline-block;
  background: #B64D1A;
  color: var(--white);
  padding: 4px 6px 4px 6px;
  border-radius: var(--misc-border-radius);
  text-transform: uppercase;
}

@media (max-width: 390px) {
  .hero:not(.single-post) .entry-meta {
    display: block !important;
  }
}
@media (max-width: 480px) {
  .hero .entry-meta:not(.after-title) {
    display: block;
  }
}

/* Mega Menu */
.megamenu {
  position: absolute;
  left: 0;
  width: 100%;
  display: none;
  padding: 40px 0;
  background: #f9f9f7;
  overflow: auto;
  border-radius: 0;
  -webkit-box-shadow: 0 9px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 9px 10px rgba(0, 0, 0, 0.05);
  z-index: 100;
}

.megamenu.fixed {
  position: fixed;
}

.megamenu .megamenu-internal {
  margin: 0 auto;
}

.megamenu .menu {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.megamenu .sub-menu {
  margin: 0;
}

.megamenu .menu-item {
  margin-left: 80px;
  margin-bottom: 0;
  padding-right: 80px;
  border-right: 1px solid #dcdcdc;
}

.megamenu .menu-item:first-child {
  margin-left: 0;
}

.megamenu .menu-item:last-child {
  padding-right: 0;
  border-right: 0;
}

.megamenu .menu-item:last-child,
.megamenu .menu-item .menu-item {
  border-right: 0;
}

.megamenu .menu-item .menu-item {
  margin-left: auto;
  margin-bottom: 15px;
  padding-right: 0;
}

.megamenu .menu-item a {
  display: flex;
  align-items: center;
  padding-top: 8px;
  color: #888;
  text-decoration: none;
}

.megamenu .menu-item a:hover {
  color: var(--primary-nav-link-hover-color);
}

.megamenu .icon-lists {
  display: block;
  width: 24px;
  margin: -8px 20px 0 0;
}

/* WP Rocket setzt per HTML-Attribut eine feste Höhe auf img-Tags – height: auto überschreibt das */
.megamenu .icon-lists,
.slide-menu .icon-lists {
  height: auto;
}

/* Spalten-Header im Mega Menu ausblenden (strukturelle Platzhalter mit href="#") */
.megamenu .menu > .menu-item > a[href="#"] {
  display: none;
}

.primary-nav .mega-menu ul.sub-menu {
  display: none;
}

@media (max-width: 1200px) {
  .megamenue .megamenu-internal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.slide-menu ul.primary-nav-sidebar .mega-menu li a {
  display: flex;
}

.slide-menu ul.primary-nav-sidebar .mega-menu ul.sub-menu li:before {
  content: none;
}

.slide-menu .mega-menu .icon-lists {
  display: block;
  margin: -8px 20px 0 0;
  width: 24px;
}

/* Recipe Maker */
.wprm-recipe-template-malteskitchen-chic ul li.wprm-recipe-ingredient:before,
.wprm-recipe-template-malteskitchen-chic ul li.wprm-recipe-instruction:before {
  content: none;
}

.wprm-recipe-template-malteskitchen-chic .wprm-recipe-details-container-table .wprm-recipe-servings-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.wprm-recipe-template-malteskitchen-chic .wprm-recipe-servings-label {
  line-height: 1.2;
  text-align: left;
  margin-right: 10px;
}

.wprm-recipe-template-malteskitchen-chic .wprm-recipe-servings-label br {
  display: initial;
}

.wprm-recipe-template-malteskitchen-chic .wprm-recipe-servings-icon {
  margin: 0 5px 0 0;
  padding-top: 4px;
}

.wprm-recipe-template-malteskitchen-chic .wprm-recipe-servings-icon .pinit-button {
  display: none !important;
}

.wprm-recipe-template-malteskitchen-chic .wprm-recipe-servings-icon img {
  height: 42px;
  width: auto;
}

.wprm-recipe-template-malteskitchen-chic .wprm-recipe-servings-icon .pinit-hover {
  opacity: 1 !important;
}

.wprm-recipe-template-malteskitchen-chic .wprm-recipe-servings-text-buttons-container {
  margin-top: -4px;
}

.wprm-recipe-template-malteskitchen-chic .wprm-recipe-servings-text-buttons-container .wprm-recipe-servings-change {
  width: 30px;
  border-radius: 50% !important;
}

.wprm-recipe-template-malteskitchen-chic .wprm-recipe-servings-text-buttons-container .wprm-recipe-servings-change.wprm-recipe-servings-decrement {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.wprm-recipe-template-malteskitchen-chic .wprm-recipe-servings-text-buttons-container .wprm-recipe-servings-change.wprm-recipe-servings-increment {
  padding-left: 1px;
  border-top-left-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.wprm-recipe-template-malteskitchen-chic .wprm-recipe-servings-text-buttons-container input[type=text].wprm-recipe-servings {
  font-size: 24px;
  border: none;
}

img.wprm-comment-rating {
  width: 90px;
  height: 18px;
}

fieldset.wprm-comment-ratings-container legend {
  display: none;
}

.entry-meta li.entry-meta-recipe-rating {
  display: flex;
  justify-content: center;
  align-items: center;
}

.entry-meta-recipe-rating .wprm-recipe-rating .wprm-recipe-rating-details {
  display: inline-block;
  margin-left: 6px;
  font-size: 14px;
}

.entry-meta-recipe-rating .wprm-user-rating.wprm-user-rating-allowed .wprm-rating-star {
  cursor: auto;
}

.entry-meta-recipe-rating .wprm-rating-star.wprm-rating-star-full svg * {
  stroke: var(--theme-color-1);
  fill: var(--theme-color-1) !important;
}

.entry-meta-recipe-rating .wprm-rating-star.wprm-rating-star-33 svg * {
  stroke: var(--theme-color-1);
  fill: url(#wprm-recipe-user-rating-0-33);
}

.entry-meta-recipe-rating .wprm-rating-star.wprm-rating-star-50 svg * {
  stroke: var(--theme-color-1);
  fill: url(#wprm-recipe-user-rating-0-50);
}

.entry-meta-recipe-rating .wprm-rating-star.wprm-rating-star-66 svg * {
  stroke: var(--theme-color-1);
  fill: url(#wprm-recipe-user-rating-0-66);
}

linearGradient#wprm-recipe-user-rating-0-33 stop,
linearGradient#wprm-recipe-user-rating-0-50 stop,
linearGradient#wprm-recipe-user-rating-0-66 stop {
  stop-color: var(--theme-color-1) !important;
}

@media (max-width: 1250px) {
  .menu-primary-navigation-container {
    display: none;
  }
  .toggle.mobile-only {
    display: inline-block !important;
    visibility: visible;
  }
  .entry-meta-recipe-rating .wprm-recipe-rating .wprm-recipe-rating-details {
    margin-left: 3px;
  }
  .entry-meta ul:not(.author-category-meta):not(.post-categories) li:not(.entry-author-avatar):not(:last-child):after {
    margin-left: 0;
  }
}
.site-footer {
  margin-bottom: 100px;
}

.category-text-bottom {
  padding: 15px;
  color: var(--medium-grey);
  margin: 30px auto 0;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .category-text-bottom {
    margin-top: 50px;
    max-width: 90%;
    width: 100%;
    flex-basis: 100%;
  }
}


hr.rating-seperator {
  margin: 10px 0;
}

/* Float-Bilder in Kategorietexten */
.category-text-bottom::after {
  content: "";
  display: table;
  clear: both;
}

.category-text-bottom img.alignleft,
.category-text-bottom figure.alignleft {
  float: left;
  max-width: 30%;
  margin: 0 25px 15px 0;
  border-radius: 8px;
  overflow: hidden;
}

.category-text-bottom img.alignright,
.category-text-bottom figure.alignright {
  float: right;
  max-width: 30%;
  margin: 0 0 15px 25px;
  border-radius: 8px;
  overflow: hidden;
}

.category-text-bottom img.alignleft img,
.category-text-bottom img.alignright img,
.category-text-bottom figure.alignleft img,
.category-text-bottom figure.alignright img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

/* Überschriften neben Floats erlauben */
.category-text-bottom h2,
.category-text-bottom h3,
.category-text-bottom h4 {
  clear: none;
}

@media (max-width: 767px) {
  .category-text-bottom img.alignleft,
  .category-text-bottom figure.alignleft,
  .category-text-bottom img.alignright,
  .category-text-bottom figure.alignright {
    float: none;
    max-width: 100%;
    margin: 0 0 15px 0;
  }
}


.rating-time-container {
  display: inline-block;
}

img.rating-time-icon {
  width: 20px !important;
  margin-right: 10px;
}


body.archive.category article.post .rating-meta-data-container,
body.home article .rating-meta-data-container,
body.search article.post .rating-meta-data-container,
.rating-meta-data-container {
  width: 100%;
  display: flex;
  align-items: center;
}

.archive.category article.post .wprm-recipe-rating,
.archive.category article.post .rating-time-container,
.home article .wprm-recipe-rating,
.home article .rating-time-container,
body.search article.post .rating-meta-data-container .wprm-recipe-rating,
body.search article.post .rating-meta-data-container .rating-time-container,
.rating-meta-data-container .wprm-recipe-rating,
.rating-meta-data-container .rating-time-container {
  display: flex
}

.single-post .rating-meta-data-container .wprm-recipe-time {
  display: flex;
  align-items: center;
}

.single-post .rating-meta-data-container .wprm-recipe-total_time-minutes {
  margin-right: 3px;
}


body.search article.post .rating-meta-data-container .wprm-recipe-details-unit,
body.home article .rating-meta-data-container .wprm-recipe-details-unit,
.archive.category article.post .rating-meta-data-container .wprm-recipe-details-unit,
.wprm-recipe-details-unit {
  font-size: initial;
}

.mk-archive-rating {
  background: #eeeeee;
  width: 100%;
  max-width: 370px;
  padding: 20px;
  border-radius: 10px;
  margin: 60px auto 0 auto;
  text-align: center;
}

.home-hero-widgets {
  flex-direction: column;
  width: 100% !important;
  max-width: 100% !important;
}

.home-hero-search-quick-icons-row,
.home-about-me-widget .home-about-me-row  {
  margin: auto !important;
  width: 100%;
  max-width: calc(var(--container-max-width) - 30px);
}

.home-hero-search-quick-icons-row .home-quick-icon {
  display: inline-block;
  width: auto;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 50%;
}

.home-hero-search-quick-icons-row a {
  text-decoration: none;
}

.bsearchform {
  display: flex;
  flex-direction: row;
}

.home-hero-search-quick-icons-row .bsearch-form-search-field {
  width: 75%;
}

.home-hero-search-quick-icons-row .search-submit {
  width: 25%;
}

.home-hero-search-quick-icons-row .bsearch-form-search-field input {
  width: 100%;
  height: 100%;
}

.home-hero-search-quick-icons-row .bsearch-form-search-field .search-field {
  border: none;
  padding: 14px;
}

.home-hero-search-quick-icons-row .home-hero-icons-row {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.home-hero-search-quick-icons-row .wp-block-columns {
  margin-bottom: 0;
}

.home-hero-search-quick-icons-row .bsearchform {
  gap: 8px;
}

@media (max-width: 768px) {
  .home-hero-search-quick-icons-container {
    padding: 0;
  }

  /* Reihenfolge: Icons zuerst, Suche darunter */
  .home-hero-search-quick-icons-row .home-hero-search-column {
    order: 2;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
  }

  .home-hero-search-quick-icons-row .home-hero-icons-row {
    margin-top: 15px !important;
    margin-bottom: 8px !important;
    column-gap: 0px !important;
  }

  /* Gutenberg row-gap beim Stapeln entfernen */
  .home-hero-search-quick-icons-row > .wp-block-columns {
    row-gap: 0 !important;
  }

  .home-hero-search-quick-icons-row {
    padding: 0;
  }

  /* Icon #2 (Schnelle Rezepte) ausblenden */
  .home-hero-icons-row > .wp-block-column:nth-child(2) {
    display: none !important;
  }

  /* Drei Icons in einer Reihe */
  .home-hero-search-quick-icons-container .home-hero-icons-row .wp-block-column {
    flex-basis: 33% !important;
    width: 33% !important;
    max-width: 33% !important;
  }

  .home-hero-search-quick-icons-row .bsearch-form-search-field {
    width: 63%;
  }

  .home-hero-search-quick-icons-row .bsearch-form-search-field .search-field {
    padding: 8px 12px;
  }

  /* Button-Padding angleichen */
  .home-hero-search-quick-icons-row .search-submit {
    width: 33%;
    padding: 8px 20px;
  }
}

.wprm-recipe-container .wprm-recipe .recipe-share-container {
  background-color: #f1f3f5;
  border-radius: 15px;
}

.wprm-recipe-template-malteskitchen-chic .recipe-share-container .wprm-recipe-text-header {
  margin-top: 0 !important;
}
.recipe-share-container .essb_links.essb_template_round-retina li a {
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.wprm-recipe-template-malteskitchen-chic .recipe-share-container li {
  margin-left: 5px !important;
}

.wprm-recipe-template-malteskitchen-chic .recipe-share-container li:first-of-type {
  margin-left: 0 !important;
}

.wprm-recipe-template-malteskitchen-chic .recipe-share-container .essb_links {
  margin-bottom: 0;
}

.home-about-me-widget .home-about-me-image,
.home-about-me-widget .home-about-me-image img {
  border-radius: var(--default-border-radius);
}

.home-about-me-widget .home-about-me-button a {
  padding: 10px 20px;
  text-transform: none;
}

.home-about-me-row .wp-block-columns {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .home-about-me-row .wp-block-columns {
    gap: 5px;
  }
}

/* Über mich Block – auf Container-Breite begrenzen (nur Desktop) */
@media (min-width: 769px) {
  .home-about-me-widget {
    max-width: calc(var(--container-max-width) - 30px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: var(--default-border-radius) !important;
    overflow: hidden;
  }
}

/* Hover-Effekt "Mehr über mich" Button */
.home-about-me-button a {
  transition: background-color 0.2s ease, color 0.2s ease;
}
.home-about-me-button a:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}

/* ============================================================
   YouTube-Block
   ============================================================ */

/* Container-Breite begrenzen (nur Desktop) */
@media (min-width: 769px) {
  .home-youtube-widget {
    width: 100% !important;
    max-width: calc(var(--container-max-width) - 30px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: var(--default-border-radius) !important;
    overflow: hidden;
  }
}

/* Innen-Abstand */
.home-youtube-widget .home-youtube-row {
  margin: auto !important;
  width: 100%;
}

.home-youtube-row .wp-block-columns {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .home-youtube-row .wp-block-columns {
    gap: 5px;
  }
}

/* Video-Container */
.home-youtube-widget .home-youtube-video {
  border-radius: var(--default-border-radius);
  overflow: hidden;
}

.home-youtube-widget .home-youtube-video > * {
  width: 100% !important;
  border-radius: var(--default-border-radius);
}

/* Button */
.home-youtube-widget .home-youtube-button a {
  padding: 10px 20px;
  text-transform: none;
}

.home-youtube-button a {
  transition: background-color 0.2s ease, color 0.2s ease;
}
.home-youtube-button a:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}

/* Widget-Überschrift ohne H-Tag */
p.home-widget-heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--very-dark-grey);
  margin-top: 0;
  margin-bottom: 0.75em;
}

/* YouTube-Icon nach der Überschrift */
.home-youtube-widget p.home-widget-heading::after {
  content: '';
  display: inline-block;
  width: 1.3em;
  height: 0.9em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90 64'%3E%3Crect width='90' height='64' rx='14' fill='%23FF0000'/%3E%3Cpolygon points='35,14 35,50 62,32' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: relative;
  top: -0.06em;
  margin-left: 0.4em;
}

.wprm-recipe-rating {
  line-height: 1;
}

.rating-meta-data-container .wprm-recipe-rating .wprm-recipe-rating-average {
  margin-left: 6px;
  margin-right: 6px;
}

@media (max-width: 768px) {
  .comments-area {
    padding: 30px 20px;
  }

  #comments .comment-list .children {
    width: 92%;
    margin: 15px 0 0 20px;
  }

  #comments .avatar {
    margin-right: 10px;
  }

  #comments .comment-content,
  #comments .reply {
    padding-left: 60px;
  }
}


@media (min-width: 1061px) { header.site-header.sticky-nav.fixed .logo-in-menu .custom-logo, header.site-header.sticky-nav.fixed.logo-left-menu-right .custom-logo { max-width: 100%; } header.site-header.sticky-nav.fixed .logo-in-menu .custom-logo-link, header.site-header.sticky-nav.fixed.logo-left-menu-right .custom-logo-link { font-size: var(--logo-font-size); } }

/* ============================================================
   Sticky-Header Fix – Layoutsprung beim Scrollen entfernen
   Ersetzt JS-basierten position:fixed durch CSS position:sticky
   Datum: 2026-05-19
   ============================================================ */
@media (min-width: 1061px) {
  body:not(.has-custom-header) .logo-left-menu-right .container {
    margin-top: 0;
  }

  header.site-header.sticky-nav {
    position: sticky !important;
    top: 0 !important;
    margin-top: 0 !important;
    z-index: 1499;
  }

  body.body-fix {
    margin-top: 0 !important;
  }
}

@media (max-width: 390px) {
  .archive-info .entry-content {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .page-header .page-subtitle.after-title {
    display: block;
  }
}

/* Anpassungen Hero Startseite */
.slick-arrow { opacity: 1 }

/* Anpassungen Navigation Kategorie Mobil */
@media (max-width: 680px) {
  .nav-links .pages, .navigation.pagination a.page-numbers:not(.prev):not(.next), .navigation.pagination span.page-numbers:not(.prev):not(.next) {
    display: flex;
  }
}

body:not(.comment-page) #comments.comments-area {
  display: block;
}

/* Anpassungen Posts */
h2 {
  font-size: 1.8rem; /* 28.8px */
  color: #B64D1A;
}
/* Anpassungen Posts */
h3 {
  font-size: 1.6rem; /* 25.6px */
  color: #B64D1A;
}
.the-post .single-post .entry-content:not(.custom-excerpt),
.the-post .page .entry-content,
.home.page .entry-content {
  text-align: left;
  font-size: 1.125rem; /* 20px */
  line-height: 1.6;
  padding: 0 10px;
}
h1.entry-title {
  color: #61745D;
  font-size: 2.25rem;
}

/* Anpassungen Kategorien */
.content-area:not(.the-post) .flex-box:not(.archive-info) .entry-content p {
  line-height: 1.2rem;
}

/* Textgröße Kategorie-Beschreibung – angepasst an Blogbeiträge */
.page-subtitle.after-title,
.page-subtitle.after-title p {
  font-size: 1.125rem;
  line-height: 1.5;
}

/* Bullet-Points für Gutenberg-Listen auf Kategorie-Seiten */
body.category ul.wp-block-list > li::before {
  content: "\2022";
  color: var(--medium-grey);
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 0;
  margin-left: -30px;
  font-size: 24px;
}

/* Hero Slider 100% Helligkeit */
.cover .post-thumbnail img {
  display:flex;
  object-fit: cover;
  transition: all 0.5s ease;
  filter: brightness(100%);
}
.hero.carousel.cover .flex-box::after {
  background: rgba(0,0,0,0);
}

.post-categories li:nth-child(n+3) { display:none !important }

/* Breadcrumb Navigation */
#breadcrumbs {
  font-size: 0.875rem;
  width: 100%;
  margin: 10px 0;
  padding: 0;
  text-align: center;
  color: var(--medium-grey);
}

#breadcrumbs a {
  color: var(--link-color);
  text-decoration: none;
}

#breadcrumbs a:hover {
  color: var(--link-hover-color);
  text-decoration: underline;
}

#breadcrumbs .breadcrumb_last {
  color: var(--medium-grey);
}

/* Kopfbereich Kategorien */
.page-header {
  padding: 0 15px 15px 15px;
}
.page-header .page-title {
  margin: 15px 0 8px 0;
  background-color: #fefefe;
  border-bottom: 1px solid #B64D1A;
  padding: 10px 0 10px 0;
  line-height: 1;
  text-align: center;
}
.page-header p {
  text-align: center;
}

/* Social Buttons PlugIn */
.essb_links li:before {
  content: '' !important; display: none !important;
}
/* Home Featured Post Block – Überschrift zentriert, uppercase, Zeichenabstand */
.threeforty-home-featured .section-header .page-title {
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
}
.threeforty-home-featured .section-header {
  padding-bottom: 8px;
}
@media (max-width: 767px) {
  .threeforty-home-featured .section-header .page-title {
    font-size: 1.8rem;
  }
}

/* Anpassung Link Mehr Rezepte Startseite */
.section-header .more {
  position: absolute;
  top:20px;
  right:15px;
  font-size: 0.875rem;
}
.section-header .more a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #61745D;
  border-radius: 20px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
}
.section-header .more a:hover {
  background-color: #B64D1A;
}
.read-more {
  border-radius: 20px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
}
.read-more:hover {
  background-color: #61745D;
}
ul.category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  gap: 10px;
  height: 100%;
  max-width: 100%;
}
ul.category-list li {
  margin: 5px 10px;
}
ul.category-list li a {
  display: inline-block;
  padding: 10px 10px;
  background-color: #61745D;
  border: 2px solid #61745D;
  border-radius: 20px;
  font-size: 0.8rem;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
  transition: background-color 0.3s ease;
}
ul.category-list li a:hover {
  background-color: #B64D1A;
  border: 2px solid #B64D1A;
}
.kommentartext-box {
  font-size: 0.875rem; /* war: 14px */
  padding: 10px;
  margin-top: 15px;
}
/* Anpassung grey-box shortcode */
.grey-box {
  background-color: #F8F8F8;
  padding: 15px;
  border-radius: 20px;
}


.single-post ul.wp-block-list li {
  list-style: initial;
}

.footer-links {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .footer-links,
  .footer-nav {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
}


.goto-top.visible {
  bottom: 130px;
}

@media (max-width: 1060px) {
  .goto-top {
    display: flex;
  }

  .goto-top.visible {
    right: 8px;
  }
}

@media (max-width: 768px) {
  .wprm-recipe .wprm-recipe-jump {
    color: #ffffff !important;
    background-color: #61745D !important;
    border-color: #61745D !important;
    border-radius: 4px !important;
    padding: 2px 3px !important;
  }

  .wprm-recipe-template-snippet_neu_aktuell {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
    font-size: 1em !important;
    text-align: left !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}

.wprm-recipe-template-snippet_neu_aktuell .wprm-recipe-link.wprm-recipe-link-inline-button {
  margin-right: 10px;
}

.wprm-recipe-link.wprm-recipe-link-button,
.wprm-recipe-link.wprm-recipe-link-inline-button,
.wprm-recipe-link.wprm-recipe-link-wide-button {
  border: none !important;
}

.error404 .entry-content {
  max-width: 875px;
  margin: auto;
  width: 100%;
  padding: 20px 10px;
}

.footer-widget-area.footer-top,
.footer-widget-area.footer-top .widget.widget_block {
  max-width: 100vw !important;
  width: 100vw !important;
}


.wprm-recipe.wprm-recipe-snippet.wprm-recipe-template-snippet_neu_aktuell {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
}

.simplefavorites-modal-content.active {
  top: 45% !important;
}

/* ================================================
   EIGENE EMPFEHLUNG – Shortcode-Block in Blogbeiträgen
   ================================================ */
.eigene-empfehlung-box {
  background-color: #f5f5f5;
  border-radius: 8px;
  border: 1px solid #222222;
}

.eigene-empfehlung-link {
  text-decoration: none;
}

.empfehlung-bild img {
  border-radius: 8px;
  border: 1px solid #222222;
}

.empfehlung-button {
  border-radius: 20px;
  background-color: #B64D1A;
  transition: background-color 0.3s ease;
}

.empfehlung-button:hover {
  background-color: #61745D;
}

/* Desktop: Empfehlungs-Block – Bild links, Inhalt rechts */
@media (min-width: 768px) {

  .eigene-empfehlung-box {
    position: relative;
    overflow: visible;
    padding: 15px;
  }

  .empfehlung-stempel {
    position: absolute !important;
    float: none !important;
    top: 15px;
    right: 15px;
    margin: 0 !important;
    padding: 0 !important;
  }

  .empfehlung-content {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 20px;
  }

  .empfehlung-bild {
    flex: 0 0 35%;
    max-width: 35%;
  }

  .empfehlung-bild img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 8px !important;
    border: 1px solid #222222 !important;
  }

  .empfehlung-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
  }

  .empfehlung-button {
    display: inline-block !important;
    width: auto !important;
  }
}

/* ================================================
   LUCKYWP TOC – Desktop immer ausgeklappt
   ================================================ */
@media (min-width: 992px) {
  .lwptoc_i {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important;
  }
  .lwptoc_toggle {
    display: none !important;
  }
  .lwptoc_items {
    display: block !important;
  }
}


#primary-nav a {
  padding: 20px 13px;
}

#primary-nav .merkliste-menu-item,
#primary-nav-sidebar .merkliste-menu-item {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}
@media (max-width: 768px) {
  #primary-nav-sidebar .merkliste-menu-item {
    width: 100%;
  }
}
#primary-nav .merkliste-menu-item > a {
  padding-left: 5px;
  padding-right: 3px;
}
#primary-nav .merkliste-menu-item::before,
#primary-nav-sidebar .merkliste-menu-item::before {
  content: url('https://vaxqenorli.pro/wp-content/uploads/2025/08/herz-icon-gruen.svg');
  height: 22px;
  width: 22px;
}


@media (max-width: 768px) {
  .wprm-recipe-snippet.wprm-recipe-template-snippet_neu_aktuell .wprm-recipe-jump.wprm-recipe-link {
    padding: 4px 12px !important;
    font-size: 13px !important;
  }

  .wprm-recipe-snippet.wprm-recipe-template-snippet_neu_aktuell .wprm-recipe-jump.wprm-recipe-link,
  .wprm-recipe.wprm-recipe-snippet .simplefavorite-button {
    height: 35px;
  }
}

@media print {
  .wprm-recipe .simplefavorite-button {
    display: none !important;
  }
}

.wprm-print-recipe .wprm-recipe .simplefavorite-button {
  display: none !important;
}

.single-post .entry-meta {
  font-size: 1.0625rem; /* war: 17px */
}

.entry-meta .avatar {
  width: 60px;
}

@media (max-width: 768px) {
  .single-post .entry-meta {
    font-size: 0.875rem; /* war: 14px */
  }
  .entry-meta .avatar {
    width: 40px;
  }

  .single-post .rating-meta-data-container .rating-time-container .rating-time-icon {
    margin-right: 3px;
  }

  .single-post .rating-meta-data-container {
    line-height: 0;
  }

  h1.page-title, h1.entry-title, .has-sidebar h1.page-title, .has-sidebar h1.entry-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 390px) {
  h1.page-title, h1.entry-title, .has-sidebar h1.page-title, .has-sidebar h1.entry-title {
    font-size: 1.35rem;
  }
}


.single-post .comment-list .comment.depth-1 {
  padding-left: 20px;
  padding-right: 30px;
  background-color: #f1f3f5;
  border-radius: 15px;
  margin-top: 35px;
  border: 1px solid #d6d6d6;
}

.single-post .comment-list .comment .reply {
  padding-top: 0;
}

.single-post .comment-list .comment.posted-by-mk-team {
  background-color: #61745D;
  border-radius: 15px;
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff !important;
}

.single-post .comment-list .comment.posted-by-mk-team a,
.single-post .comment-list .comment.posted-by-mk-team .comment-content{
  color: #ffffff !important;
}


.single-post #cancel-comment-reply-link {
  margin-left: 20px;
}

@media (max-width: 768px) {
  .single-post .comment-list .comment.depth-1 {
    padding-left: 10px;
    padding-right: 15px;
  }
  .single-post .comment-list .comment.posted-by-mk-team {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.ai-viewport-1 {
  margin: 8px auto;
  text-align: center;
  clear: both;
  width: 100%;
}


.comment-respond label {
  text-transform: none !important;
  top: 0 !important;
  padding-bottom: 0 !important;
  color: var(--single-entry-font-color) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.comment-respond .comment-form-subscriptions label {
  display: flex;
  align-items: center;
  align-content: center;
  background-color: #f1f3f5 !important;
  padding: 7px 10px !important;
  border-radius: 10px;
  color: var(--single-entry-font-color) !important;
}

.comment-respond  .comment-form-wprm-rating label {
  font-weight: 600 !important;
}

@media (min-width: 768px) {
  .comment-awaiting-moderation {
    padding-left: 70px;
    display: block;
  }
}

input[type="submit"] {
  cursor: pointer;
}

.wprm-recipe-jump.wprm-recipe-link.wprm-jump-to-recipe-shortcode {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

/* ================================================
   RATGEBER-KACHELN – Kategorieseiten
   Shortcode: [mk_ratgeber_grid][mk_ratgeber url="..."][/mk_ratgeber_grid]
   ================================================ */

/* Wrapper für Ratgeber-Kacheln im Kategorieseiten-Loop */
.category-ratgeber-grid {
  width: 100%;
  flex-basis: 100%;
  padding: 0 15px;
  margin-top: 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.category-ratgeber-grid .ratgeber-kachel-grid {
  margin-top: 10px;
  margin-bottom: 0;
}

/* Grid: 2 Spalten auf Desktop, 1 Spalte auf Mobil */
.ratgeber-kachel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 35px 0;
}

/* <br>-Tags die der WYSIWYG-Editor automatisch einfügt ausblenden */
.ratgeber-kachel-grid br {
  display: none;
}

@media (max-width: 767px) {
  .ratgeber-kachel-grid {
    grid-template-columns: 1fr;
  }
}

/* Kachel – Box */
.ratgeber-kachel {
  background-color: #f5f5f5;
  border-radius: 8px;
  border: 1px solid #222222;
  overflow: hidden;
  height: 100%;
}

/* Kachel – horizontales Layout (Bild links, Text rechts) */
.ratgeber-kachel-content {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 100%;
}

/* Bild-Bereich */
.ratgeber-kachel-bild {
  flex: 0 0 38%;
  max-width: 38%;
  overflow: hidden;
}

.ratgeber-kachel-bild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Text-Bereich */
.ratgeber-kachel-text {
  flex: 1;
  padding: 15px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

.ratgeber-kachel-text h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.3;
}

.ratgeber-kachel-text h3 a {
  text-decoration: none;
  color: inherit;
}

.ratgeber-kachel-text h3 a:hover {
  text-decoration: underline;
}

.ratgeber-kachel-text p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}

/* Button */
.ratgeber-kachel-button {
  display: block;
  padding: 10px 18px;
  background-color: #61745D;
  border-radius: 20px;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s ease;
  margin-top: 8px;
}

.ratgeber-kachel-button:hover {
  background-color: #B64D1A;
  color: #ffffff !important;
}

/* Mobil: Bild oben, Text unten */
@media (max-width: 767px) {
  .ratgeber-kachel-content {
    flex-direction: column;
  }

  .ratgeber-kachel-bild {
    flex: none;
    max-width: 100%;
    height: 200px;
  }
}

/* ================================================
   rem-Umstellungen – Parent Theme Overrides
   Priorität 2: Fließtext-Größen auf rem umgestellt
   damit sie mit den Browsereinstellungen skalieren
   ================================================ */

/* Blockquote */
blockquote {
  font-size: 1.625rem; /* war: 26px */
}

/* Sidebar-Links */
.widget ul li a {
  font-size: 1rem; /* war: 16px */
}

/* Kommentar-Autorname */
.comment-author b.fn {
  font-size: 1rem; /* war: 16px */
}

/* Kommentar-Meta */
.comment-meta {
  font-size: 0.875rem; /* war: 14px */
}

/* ============================================================
   WhatsApp-Leiste – mobiler Header
   Innerhalb von header.site-header, nur auf Mobil sichtbar.
   Auf Desktop display:none → beeinflusst outerHeight() nicht
   → kein Megamenu-Bug möglich.
   Datum: 2026-05-26
   ============================================================ */

/* Standardmäßig ausgeblendet (Desktop) */
.mk-whatsapp-bar {
  display: none;
}

@media (max-width: 1060px) {
  .mk-whatsapp-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 9px 15px;
    background-color: #61745D;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
    transition: background-color 0.2s ease;
    box-sizing: border-box;
  }

  .mk-whatsapp-bar:hover,
  .mk-whatsapp-bar:focus {
    background-color: #45464b;
    color: #ffffff;
    text-decoration: none;
  }

  .mk-whatsapp-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
  }
}

/* ================================================
   UNTERKATEGORIE-DROPDOWN
   Kategorieseiten: navigierbare Unterkategorien
   ================================================ */

.mk-nav-row {
  width: 100%;
  max-width: var(--container-max-width);
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px 16px 15px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.mk-subcat-nav {
  display: contents;
}

.mk-subcat-dropdown {
  position: relative;
  display: inline-block;
}

.mk-subcat-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #61745D;
  color: #ffffff;
  border: none;
  border-radius: 7px;
  padding: 10px 18px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  transition: background-color 0.2s ease;
  line-height: 1.3;
}

.mk-subcat-toggle:hover {
  background-color: #4e5e4a;
  color: #ffffff;
}

.mk-subcat-arrow {
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.mk-subcat-toggle[aria-expanded="true"] .mk-subcat-arrow {
  transform: rotate(180deg);
}

.mk-subcat-list {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  background-color: #61745D;
  border-radius: 7px;
  list-style: none;
  margin: 0;
  padding: 6px 0;
  min-width: 480px;
  z-index: 200;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.mk-subcat-list.is-open {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 600px) {
  .mk-subcat-list {
    min-width: 300px;
  }
}

.mk-subcat-list li a {
  display: block;
  padding: 9px 18px;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.9rem;
  transition: background-color 0.15s ease;
}

.mk-subcat-list li a:hover {
  background-color: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

@media (max-width: 600px) {
  .mk-subcat-toggle {
    font-size: 0.875rem;
    padding: 9px 14px;
  }
}

/* ================================================
   TAG-CHIPS
   Kategorieseiten: Schlagwort-Links als Pill-Buttons
   Gleicher Look wie .mk-subcat-toggle, aber statisch
   ================================================ */

.mk-tag-chips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.mk-tag-chip {
  display: inline-flex;
  align-items: center;
  background-color: #61745D;
  color: #ffffff;
  border-radius: 7px;
  padding: 10px 18px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  font-family: inherit;
  transition: background-color 0.2s ease;
  line-height: 1.3;
}

.mk-tag-chip:hover {
  background-color: #4e5e4a;
  color: #ffffff;
}

@media (max-width: 600px) {
  .mk-tag-chip {
    font-size: 0.875rem;
    padding: 9px 14px;
  }
}

/*# sourceMappingURL=style.css.map */
