
.content-area {
	margin-top: 10px; !important;
}

.submit {
	color: white !important;	
}

.submit {
	background-color: #55886a !important;
}

.submit:hover {
	background-color: #335544 !important;
}

.entry-content ul li {
	margin-bottom: 6px;
}

.entry-content ol li {
	margin-bottom: 6px;
}

.kb-table-of-content-nav ul li { margin: 0;
}

h1.search-title {
	margin-top: 50px;
}

h2.entry-title a{
	color: black
}

.hero-container {
	background-color: #f8f9fa;
}

.entry-hero-container-inner {
	background-color: #f8f9fa;
	margin: 0px 0px 50px 0px;
	padding: 50px	
}

.content-area {
    margin-top: 0px;
}

.entry-hero-container-inner{
	margin-bottom: 0px;
}

p.has-text-align-center {
	text-align: center;
}
.hero-container {
	background-color: white;	
}

.entry-hero-container-inner {
	padding-bottom: 30px;
	padding-top: 30px;
}

.carousel-item > article{
	background-color: #e6f3ed;
}

h3.entry-title{
	font-family: Inter,"Inter Fallback";
	font-size: 20px;
	font-weight: 400;
}

.loadmore-button {
  display: block;
  margin: 32px auto;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 600;
  background-color: #55886A;
  color: white !important;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}

.loadmore-button:hover {
  background-color: #335544;
	color: white !important;
}

@media screen and (max-width: 768px) {
  th[data-tableberg-col="3"] {
    background-color: #fef7f2 !important;
  }

  td[data-tableberg-col="3"]::before {
    background-color: #fef7f2 !important;
    color: #335544 !important;
    font-weight: 600 !important;
  }
}

.entry-hero-container-inner{
	padding: 0;
}

.entry-meta {
	padding: 0 !important;
}

body.content-width-fullwidth h1.entry-title {
  padding-top: 2rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;

}

@media (max-width: 768px) {
  body.content-width-fullwidth h1.entry-title {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}

.entry-meta {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
  text-align: left;
  color: #777; /* optional: dezenter Grauton */
  font-size: 0.9em; /* optional: leicht kleiner */
}

.bewertung {
  /* Deine Styles */
  height: 32px;
  padding: 0 12px;
  line-height: 32px;
  background-color: #f4e9e2;
  color: #444444;
  font-weight: 600;
  font-size: 15px;
  border-radius: 999px;
  white-space: nowrap;
  width: fit-content; 
  margin: 0 auto 0.8em auto; 
}

.dropitlikeitshot {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	border-radius: 15px;
}

/* Tabellenkopf einfärben */
.kafu-checkliste thead th {
  background-color: #e6f3ed; /* Blasses Salbeigrün */
  color: #335544; /* Dunkelgrün für Text */
  font-weight: 600;
  padding: 0.8em;
}

/* Spaltenbreiten: 33% / 67% */
.kafu-checkliste td:first-child,
.kafu-checkliste th:first-child {
  width: 40%;
}

.kafu-checkliste td:last-child,
.kafu-checkliste th:last-child {
  width: 60%;
}

/* Tabellenzellen optisch abstimmen */
.kafu-checkliste td,
.kafu-checkliste th {
  border: 1px solid #ddd;
  padding: 0.8em;
  vertical-align: top;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  color: #444;
}

figcaption,
.wp-caption-text {
  color: #5a5a5a !important;
}

.tableberg-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Mobile-Version ausblenden auf Tablet und Desktop */
@media (min-width: 768px) {
  .vergleichstabelle-mobile {
    display: none;
  }
}

/* Desktop-Version ausblenden auf Mobile */
@media (max-width: 767px) {
  .vergleichstabelle-desktop {
    display: none;
  }
}

label.float-label {
	color: #999999 !important;
}

textarea::placeholder {
  color: #999999; /* Change this to your desired color */
  font-style: italic; /* Optional: Add styling */
}

.letter-bar {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #ffffff;
  padding: 0.75rem 0;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
}

/* Scrollbarer Bereich */
.letter-bar-scroll {
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0 1rem;
  flex-grow: 1;
}

/* Buchstabenliste */
.letter-bar-inner {
  display: inline-flex;
  gap: 1rem;
  white-space: nowrap;
}

/* Buchstaben-Links */
.letter-bar-inner a {
  display: inline-block;
  padding: 0.7rem 0.8rem;
  font-weight: 700;
  font-size: 22px;
  text-decoration: none;
  color: #335544;
  border-radius: 8px;
  transition: background 0.2s ease, color 0.2s ease;
  flex: 0 0 auto;
}

.letter-bar-inner a:hover {
  background-color: #e87da0;
  color: #ffffff;
}

/* Pfeil rechts – separat, kräftig, mit weißem Hintergrund */
.letter-bar-arrow {
  font-size: 28px;
  font-weight: bold;
  color: #888888;
  background: #ffffff;
  padding: 0.5rem 0.75rem;
  border-left: 1px solid #e0e0e0;
  flex-shrink: 0;
  user-select: none;
}

.article-meta{
  font-size: 14px; line-height: 1.5; color: #444444; opacity: .9;
  margin: 6px 0 12px;
}
@media (min-width: 768px){
  .article-meta{ font-size: 15px; margin: 8px 0 16px; }
}
.article-meta .sep{ margin: 0 6px; opacity: .6; }
.article-meta time{ white-space: nowrap; }

.data-chip{ margin: 6px 0 10px; }
.data-chip span{
  display:inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 999px;
  background: #55886A;
  color: #fff;
  margin-right: 8px;
}

h1.entry-title{
	padding: 0 !important;
}

.post-thumbnail-inner img{
	border-radius: 20px;
}

/* Desktop: 3 Spalten */
.futter-grid .kt-row-column-wrap {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr; /* 3 Stück nebeneinander */
    gap: 20px; /* Abstand zwischen den Karten */
}

/* Mobile: 2 Spalten */
@media (max-width: 767px) {
    .futter-grid .kt-row-column-wrap {
        grid-template-columns: 1fr 1fr; /* 2 Stück nebeneinander */
        gap: 15px; /* Etwas weniger Abstand am Handy */
    }
}

/* Zwingt alle SVG-Icons in Kadence-Listen dazu, Outlines zu bleiben */
.kt-svg-icon-list-item svg {
    fill: none !important;
}

/* Falls du die Icons trotzdem über Kadence einfärben willst */
.kt-svg-icon-list-item svg path, 
.kt-svg-icon-list-item svg circle,
.kt-svg-icon-list-item svg rect,
.kt-svg-icon-list-item svg polygon {
    fill: none !important;
    stroke: currentColor; /* Nutzt die Farbe, die du in Kadence einstellst */
}

/* ============================================
   Katzenfutter Vergleichstabelle – Final
   Einfügen unter: Design → Customizer → Zusätzliches CSS
   ============================================ */

.kk3-wrap { font-family: inherit; margin: 2rem 0; }

/* ── Filter ── */
.kk3-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 1.25rem; }
.kk3-filter {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 7px 15px; border-radius: 999px;
  border: 1.5px solid #d4d4d4; background: #fff;
  color: #555; font-size: 13px; font-weight: 500;
  cursor: pointer; transition: all .15s ease; white-space: nowrap;
}
.kk3-filter:hover { border-color: #3a7d44; color: #3a7d44; }
.kk3-filter.active { background: #3a7d44; border-color: #3a7d44; color: #fff; }
.kk3-fc {
  background: rgba(0,0,0,.12); border-radius: 999px;
  padding: 1px 7px; font-size: 11px; font-weight: 600;
}
.kk3-filter.active .kk3-fc { background: rgba(255,255,255,.25); }

/* ── Mobile sort dropdown (versteckt auf Desktop) ── */
.kk3-sort-row { display: none; }

/* ── Zähler & No Results ── */
.kk3-count { font-size: 12px; color: #999; margin: 0 0 .75rem; text-transform: uppercase; letter-spacing: .02em; }
.kk3-no-results { text-align: center; padding: 3rem; color: #aaa; font-size: 15px; }

/* ── Bilder ── */
.kk3-img-sm {
  width: 56px; height: 56px; object-fit: cover;
  border-radius: 8px; border: 1px solid #f0f0f0;
  background: #fafafa; flex-shrink: 0;
}
.kk3-img-md {
  width: 68px; height: 68px; object-fit: cover;
  border-radius: 10px; border: 1px solid #f0f0f0;
  background: #fafafa; flex-shrink: 0;
}
.kk3-img-placeholder {
  display: flex; align-items: center; justify-content: center;
  background: #e8f5eb; color: #3a7d44;
  font-weight: 700; flex-shrink: 0;
}
.kk3-img-placeholder.kk3-img-sm { width: 56px; height: 56px; font-size: 13px; border-radius: 8px; }
.kk3-img-placeholder.kk3-img-md { width: 68px; height: 68px; font-size: 15px; border-radius: 10px; }

/* ── Desktop Tabelle ── */
.kk3-desktop { display: block; overflow-x: auto; border-radius: 12px; border: 1.5px solid #e8e8e8; }
.kk3-mobile  { display: none; }

#kk3-table { width: 100%; border-collapse: collapse; font-size: 14px; table-layout: fixed; }
#kk3-table .kk3-col-brand { width: 24%; }
#kk3-table .kk3-col-score { width: 15%; }
#kk3-table .kk3-col-meat  { width: 12%; }
#kk3-table .kk3-col-price { width: 12%; }
#kk3-table .kk3-col-tag   { width: 15%; }
#kk3-table .kk3-col-note  { width: 22%; }

#kk3-table thead tr { background: #f7f9f7; }
#kk3-table th {
  font-size: 11px; font-weight: 700; color: #888;
  text-align: left; padding: 12px 14px;
  border-bottom: 1.5px solid #e8e8e8;
  cursor: pointer; user-select: none;
  white-space: nowrap; text-transform: uppercase; letter-spacing: .05em;
}
#kk3-table th:hover { color: #3a7d44; }
.kk3-si {
  display: inline-block;
  width: 10px; height: 12px;
  margin-left: 2px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.9;
}
.kk3-si-both {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='14' viewBox='0 0 10 14'%3E%3Cpath d='M5 0L9 5H1z' fill='%23aaa'/%3E%3Cpath d='M5 14L1 9H9z' fill='%23aaa'/%3E%3C/svg%3E");
}
.kk3-si-down {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='14' viewBox='0 0 10 14'%3E%3Cpath d='M5 0L9 5H1z' fill='%23ccc'/%3E%3Cpath d='M5 14L1 9H9z' fill='%233a7d44'/%3E%3C/svg%3E");
}
.kk3-si-up {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='14' viewBox='0 0 10 14'%3E%3Cpath d='M5 0L9 5H1z' fill='%233a7d44'/%3E%3Cpath d='M5 14L1 9H9z' fill='%23ccc'/%3E%3C/svg%3E");
}
#kk3-table th.kk3-sorted { color: #3a7d44; }

#kk3-table td { padding: 12px 14px; border-bottom: 1px solid #f2f2f2; vertical-align: middle; }
#kk3-table tbody tr:last-child td { border-bottom: none; }
#kk3-table tbody tr:hover td { background: #fafcfa; }

#kk3-table tr.kk3-winner-row td { background: #f2f9f3; }
#kk3-table tr.kk3-winner-row:hover td { background: #eaf5ec; }
#kk3-table tr.kk3-winner-row td:first-child { border-left: 3px solid #3a7d44; }

.kk3-brand-cell { display: flex; align-items: center; gap: 8px; min-width: 0; }
.kk3-brand-inner { min-width: 0; flex: 1; }
.kk3-link { color: #1a1a1a; font-weight: 600; text-decoration: none; font-size: 13px; display: block; overflow-wrap: break-word; word-break: normal; hyphens: none; }
.kk3-link:hover { color: #3a7d44; }
.kk3-top-label { font-size: 11px; font-weight: 600; color: #3a7d44; margin-top: 3px; text-transform: uppercase; letter-spacing: .04em; }

.kk3-score-wrap { display: flex; align-items: baseline; gap: 2px; }
.kk3-score { font-weight: 700; font-size: 20px; line-height: 1; }
.kk3-denom { font-size: 12px; color: #bbb; }
.kk3-score.kk3-high { color: #3a7d44; }
.kk3-score.kk3-mid  { color: #d4850a; }
.kk3-score.kk3-low  { color: #c0392b; }

.kk3-sbar { height: 6px; background: #ececec; border-radius: 3px; margin-top: 6px; }
.kk3-sfill { height: 6px; border-radius: 3px; }
.kk3-sfill.kk3-high { background: #3a7d44; }
.kk3-sfill.kk3-mid  { background: #d4850a; }
.kk3-sfill.kk3-low  { background: #c0392b; }

.kk3-meat-val { font-size: 14px; font-weight: 600; color: #333; margin-bottom: 5px; }
.kk3-mbar { height: 6px; background: #ececec; border-radius: 3px; }
.kk3-mfill { height: 6px; border-radius: 3px; }
.kk3-mfill.kk3-high { background: #3a7d44; }
.kk3-mfill.kk3-mid  { background: #d4850a; }
.kk3-mfill.kk3-low  { background: #c0392b; }

.kk3-price { font-size: 13px; font-weight: 600; color: #444; }
.kk3-note  { font-size: 12px; color: #777; line-height: 1.55; }
.kk3-note-btn {
  display: inline-block;
  margin-top: 8px;
  padding: 5px 12px;
  background: #3a7d44;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  transition: background .15s;
}
.kk3-note-btn:hover { background: #335544; color: #fff; }
.kk3-dash  { color: #ccc; }

.kk3-badge { display: inline-block; padding: 3px 8px; border-radius: 999px; font-size: 11px; font-weight: 600; margin: 2px 2px 2px 0; }
.kk3-winner  { background: #3a7d44; color: #fff; }
.kk3-bio     { background: #e6f4ea; color: #2d6a35; border: 1px solid #c2dfc8; }
.kk3-budget  { background: #fff8e6; color: #a16b0a; border: 1px solid #f0d89a; }
.kk3-premium { background: #edf2ff; color: #2c4fa3; border: 1px solid #c5d0f5; }

/* ── Mobile ── */
@media (max-width: 680px) {
  .kk3-desktop { display: none; }
  .kk3-mobile  { display: block; }

  /* Sortier-Dropdown einblenden */
  .kk3-sort-row {
    display: flex; align-items: center; gap: 8px;
    margin-bottom: 10px;
  }
  .kk3-sort-label {
    font-size: 12px; color: #888; white-space: nowrap; flex-shrink: 0;
  }
  .kk3-sort-select {
    flex: 1; padding: 7px 28px 7px 10px;
    border-radius: 8px; border: 1.5px solid #d4d4d4;
    background: #fff; font-size: 13px; color: #333;
    cursor: pointer; appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
  }
  .kk3-sort-select:focus { outline: none; border-color: #3a7d44; }

  .kk3-card {
    border: 1.5px solid #e5e5e5; border-radius: 14px;
    overflow: hidden; margin-bottom: 14px; background: #fff;
  }
  .kk3-card-winner { border-color: #3a7d44; }
  .kk3-card-winner-bar {
    background: #3a7d44; color: #fff; font-size: 11px;
    font-weight: 700; text-align: center; padding: 5px;
    text-transform: uppercase; letter-spacing: .06em;
  }
  .kk3-card-head {
    display: flex; justify-content: space-between;
    align-items: flex-start; padding: 14px 16px 12px; gap: 10px;
  }
  .kk3-card-head-left { display: flex; align-items: center; gap: 12px; flex: 1; min-width: 0; }
  .kk3-card-name { font-size: 16px; font-weight: 700; display: block; margin-bottom: 5px; overflow-wrap: break-word; word-break: normal; }
  .kk3-card-badges { display: flex; flex-wrap: wrap; gap: 4px; }
  .kk3-card-score { display: flex; align-items: baseline; gap: 2px; flex-shrink: 0; }
  .kk3-card-score .kk3-score { font-size: 26px; }

  .kk3-card-stats {
    display: flex; align-items: center;
    background: #f9f9f9;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding: 12px 16px;
  }
  .kk3-stat { flex: 1; text-align: center; }
  .kk3-stat-div { width: 1px; height: 32px; background: #e5e5e5; }
  .kk3-stat-label { font-size: 10px; font-weight: 700; color: #aaa; text-transform: uppercase; letter-spacing: .05em; margin-bottom: 4px; }
  .kk3-stat-val { font-size: 15px; font-weight: 700; color: #333; }

  .kk3-card-note { font-size: 13px; color: #666; line-height: 1.55; margin: 0; padding: 14px 16px; border-bottom: 1px solid #f0f0f0; }

  .kk3-card-btn {
    display: block; text-align: center;
    background: #fff; color: #3a7d44;
    font-size: 13px; font-weight: 700;
    text-decoration: none; padding: 13px 16px;
    transition: background .15s;
  }
  .kk3-card-btn:hover { background: #f2f9f3; }
  .kk3-card-winner .kk3-card-btn { background: #3a7d44; color: #fff; }
  .kk3-card-winner .kk3-card-btn:hover { background: #335544; color: #fff; }

  .kk3-filters { gap: 6px; }
  .kk3-filter  { font-size: 12px; padding: 6px 12px; }
}
/* ============================================
   Katzen-Team Vorstellung
   Einfügen unter: Design → Customizer → Zusätzliches CSS
   ============================================ */

.kv-wrap {
  margin: 2rem 0;
  font-family: inherit;
}

/* ── Reihen ── */
.kv-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
}
.kv-row-memorial {
  justify-content: center;
  gap: 60px;
}

/* ── Einzelne Katze ── */
.kv-cat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
}

/* ── Foto-Wrapper ── */
.kv-img-wrap {
  position: relative;
  margin-bottom: 10px;
}

/* ── Kreis-Foto ── */
.kv-circle {
  width: 120px;
  height: 120px;
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #3a7d44;
  display: block;
  flex-shrink: 0;
}

/* ── Grüner Punkt ── */
.kv-dot {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #3a7d44;
  border: 2px solid #fff;
  position: absolute;
  bottom: 4px;
  right: 4px;
}

/* ── Name ── */
.kv-name {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 3px;
}

/* ── Detail-Text ── */
.kv-detail {
  font-size: 13px;
  color: #888;
  line-height: 1.4;
}

/* ── Trennzeile ── */
.kv-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 24px 0 20px;
}
.kv-divider-line {
  display: block;
  height: 1px;
  width: 60px;
  background: #ddd;
}
.kv-divider-text {
  font-size: 12px;
  color: #aaa;
  white-space: nowrap;
}

/* ── Verstorbene Katzen: S/W + kleiner ── */
.kv-circle-bw {
  width: 96px;
  height: 96px;
  min-width: 96px;
  min-height: 96px;
  border-color: #ccc;
  filter: grayscale(100%);
  opacity: 0.72;
  flex-shrink: 0;
}
.kv-cat-bw {
  flex: 0 0 auto;
  width: 140px;
}
.kv-cat-bw .kv-name {
  font-size: 14px;
  color: #888;
}
.kv-cat-bw .kv-detail {
  font-size: 12px;
}

/* ── Mobile: 2 pro Zeile ── */
@media (max-width: 680px) {
  .kv-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    gap: 20px;
  }
  .kv-row-memorial {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .kv-cat { width: 100%; max-width: 150px; }
  .kv-cat-bw { width: 100%; max-width: 130px; }
  .kv-circle { width: 120px; height: 120px; min-width: 120px; min-height: 120px; }
  .kv-circle-bw { width: 96px; height: 96px; min-width: 96px; min-height: 96px; }
}

/* Kopierbarer Gutscheincode */
.ag-code {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1.5px dashed #3a7d44;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 15px;
  font-weight: 700;
  color: #3a7d44;
  letter-spacing: .06em;
  cursor: pointer;
  user-select: none;
  transition: background .15s;
  position: relative;
}
.ag-code:hover { background: #f2f9f3; }

.no-pointer {
  cursor: default !important;
}

@media (max-width: 767px) {
  .comments-area {
    padding-left: 1em;
    padding-right: 1em;
  }
}

#katzenfutter-tabelle-wrapper {
  min-width: 100%;
  box-sizing: border-box;
}
