/*
Theme Name: FinanzFocus
Theme URI: https://chefsrezepte.xyz
Author: FinanzFocus Team
Author URI: https://chefsrezepte.xyz
Description: Ein professionelles WordPress-Thema für Finanzberatung mit Funktionen zum Vergleich von Bankkonditionen.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: finanzfocus
Tags: one-column, custom-header, custom-menu, editor-style, featured-images, full-width-template, microformats, post-formats, sticky-post, theme-options, translation-ready
*//* Header yüksekliğini artır */
/* 🌈 Modern gradient arka plan (FinanzFocus tarzı) */
body {
  background: linear-gradient(135deg, #5ec3f1 0%, #a8edea 100%);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  color: #111;
}

/* İçeriklerin okunabilirliği için hafif transparan arka plan */
.main-content, 
header, 
footer {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(6px);
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 20px;
  margin: 10px;
}

/* Sayfa genelindeki link ve vurgu rengi */
a, 
h1, 
h2, 
h3 {
  color: #0077b6;
}

