/* =====================================================
   Custom styles – Template 22
   ===================================================== */
/* your custom style goes in this file */
/* if you're overriding style blocks from genstyle.css,
   you only need to include the attributes you're overriding */

/* =====================================================
   TEMPLATE 22 – Footer-Feintuning
   ===================================================== */

/* Gepunktete Linie im Footer entfernen */
.art-footer-text .dotted-line {
  display: none;
}

/* =====================================================
   Zusatz-Footer (außerhalb von Artisteer)
   ===================================================== */

.tng-extra-footer-wrapper {
  clear: both;
  width: 100%;
  overflow: visible;
  background: transparent;
}

.tng-footer-extra {
  max-width: 1100px;
  margin: 20px auto;
  padding: 0 12px;
  font-size: 0.95em;
  line-height: 1.55;
  color: #333;
}

/* Einheitliche helle Box */
.tng-footer-box {
  margin-top: 14px;
  padding: 14px 16px;
  border: 1px solid #bcbcbc;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 6px;
}

.tng-footer-box h4 {
  margin: 0 0 6px 0;
  font-size: 1.05em;
  font-weight: bold;
  color: #222;
}

.tng-footer-box p {
  margin: 6px 0 8px 0;
}

.tng-footer-box ul {
  margin: 6px 0 10px 20px;
  padding: 0;
}

.tng-footer-box li {
  margin-bottom: 4px;
}

/* Zweite Box (Spenden) etwas absetzen */
.tng-donation-box {
  margin-top: 18px;
}

/* =====================================================
   Spenden-Button
   ===================================================== */

.donation-text {
  margin: 6px 0 8px 0;
}

.donation-button {
  display: inline-block;
  margin-top: 6px;
  padding: 8px 14px;
  background-color: #8b0000; /* Template-22-Rot */
  color: #ffffff !important;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}

.donation-button:hover {
  background-color: #a40000;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0,0,0,0.25);
}

/* =====================================================
   TNG Standardfooter ("Diese Website läuft mit …")
   ===================================================== */

.tng-standard-footer {
  margin-top: 22px;
  font-size: 0.9em;
  color: #555;
}

/* =====================================================
   Mobile Optimierung (allgemein)
   ===================================================== */

@media (max-width: 768px) {

  .tng-footer-box {
    padding: 12px 14px;
  }

  .tng-footer-box ul {
    margin-left: 18px;
  }

  .donation-button {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}

/* =====================================================
   Mobile-only Footer (PHP-gesteuert aus footer2.php)
   ===================================================== */

.mobile-footer-only {
  margin: 12px auto 0;
  padding: 10px 12px;
  text-align: center;
  font-size: 0.95em;
  background: #f5f5f5;
  border-top: 1px solid #ccc;
  color: #333;
}

.mobile-footer-only a {
  font-weight: bold;
  color: #8b0000;
  text-decoration: none;
}

/* Sicherheit: auf Desktop ausblenden */
@media (min-width: 769px) {
  .mobile-footer-only {
    display: none;
  }
}
/* =====================================================
   Featurettes (Postcards) - Textoptimierung
   ===================================================== */

.postcard .caption .title2, 
.postcard .caption p {
    font-size: 16px !important;
    color: #ffffff !important;
    /* Schärfe-Optimierung für weiße Schrift auf dunklem Grund */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.postcard .caption .title2 {
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 5px;
}

.postcard .caption p {
    line-height: 1.4em;
}