
img {
  max-width: 35rem;
}


.faq-question[data-v-5bc05652] {
  cursor: pointer;
}
.faq-chevron[data-v-5bc05652] {
  transition: transform 0.2s ease;
  font-size: 1.2em;
  color: #6b3a32;
}
.faq-question.not-collapsed .faq-chevron[data-v-5bc05652] {
  transform: rotate(180deg);
}


.foodsharing-logo {
  font-family: var(--fs-font-family-headline);
  color: var(--fs-color-primary-500);
  font-size: var(--fs-font-size, 2rem);
  font-weight: normal;
}
.foodsharing-logo .part {
    color: var(--fs-color-secondary-500);
}
.campaign-card {
  background: var(--fs-color-warning-400) !important;
  color: #fff !important;
  position: relative;
  min-height: 160px; /* kleiner, aber genug Platz für Inhalt und Button */
  padding-bottom: 3.5em; /* mehr Platz für Button, verhindert Überlappung */
}
.onetime-card {
  background: var(--fs-color-success-400) !important;
}
.circle-card {
  background-color: var(--fs-color-danger-400) !important;
}
.donation-option-card {
  position: relative;
  padding-bottom: 3.5em;
}
.header {
  background-color: #f8f9fa;
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  border-radius: 8px;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.progress {
  background-color: #e9ecef;
}
.progress span {
  color: white;
  font-weight: bold;
}
.card {
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.card-title {
  color: var(--fs-color-gray-800);
}
.card-text > p {
  color: var(--fs-color-black);
  font-size:1.4em;
}
.project-card {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 1.5rem;
  height: 100%;
  transition: transform 0.2s;
}
.project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.project-card h4 {
  color: #28a745;
  margin-bottom: 1rem;
}
.project-card ul {
  padding-left: 1.2rem;
  color: #28a745;
}
.toggle-btn {
  min-width: 140px;
}
.twingle-container {
  width: 100%;
}
.twingle-container iframe {
  width: 100%;
  border: none;
  overflow: hidden;
}
.stat-circle-dotted {
  border: 3px dotted var(--fs-color-secondary-500);
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.5rem auto;
  background: transparent;
}
.stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.stat-icon i {
  font-size: 3rem;
  color: var(--fs-color-secondary-500);
}
.btn-bottom {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  z-index: 2;
  background: #fff;
  border-radius: 2em;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  padding: 0 1.5em;
  min-width: 220px;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Default: take full available width */
/* Card width is controlled via Bootstrap utility classes (mx-auto, w-*) in the template */

/* FAQ Toggle Button: Kein Rahmen, größere Icons */
.faq-toggle-btn {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0.25em 0.5em;
}

/* FAQ Bereich: Gepunktete Linien oben und unten */
.faq-card {
  background: #fcfcf4;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
.faq-dotted-line {
  border-top: 4px dotted #6b3a32;
  width: 100%;
  height: 0;
  margin: 0 0 1rem 0;
}
.faq-dotted-line-bottom {
  margin: 1rem 0 1.5rem 0;
}

/* Back button uses Bootstrap utilities; no custom styles needed */
@media (max-width: 768px) {
.display-4 {
    font-size: 2rem;
}
.project-card {
    margin-bottom: 1rem;
}
.donation-options .b-row {
    row-gap: 2.5rem;
}
}
.campaign-content summary {
  list-style: none;
  cursor: pointer;
}
.campaign-content summary::-webkit-details-marker {
  display: none;
}
.campaign-content summary::before {
  font-family: 'Font Awesome 6 Free', 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0da'; /* fa-caret-right */
  display: inline-block;
  margin-right: 0.5em;
  transition: transform 0.2s ease;
}
.campaign-content details[open] > summary::before {
  transform: rotate(90deg);
}
#campaign-carousel .carousel-item img {
  max-height: 600px;   /* Maximale Höhe */
  object-fit: cover;   /* Bild proportional zuschneiden */
}
body.dark-mode .twingle-container iframe {
  filter: invert(0.9) hue-rotate(180deg);
  transition: filter 0.3s ease;
}


.donation-admin-page[data-v-86802b1a] {
  max-width: 500px;
  margin: 2rem auto;
  padding: 2rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
label[data-v-86802b1a] {
  display: block;
  margin-bottom: 1rem;
}
input[type="text"][data-v-86802b1a] {
  width: 100%;
  padding: 0.5rem;
  margin-top: 0.5rem;
  box-sizing: border-box;
}
.spendenbanner-preview[data-v-86802b1a] {
  margin-top: 2rem;
  padding: 1rem;
  background: #f7f7f7;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

