/*
Theme Name: Logopaedie Schubert (Rebuild)
Theme URI:  https://example.local/logopaedie-schubert
Author:      Dein Name
Author URI:  https://example.local
Description: Minimaler Nachbau des Layouts von logopaedie-schubert.de
Version:     1.0
License:     GNU General Public License v2 or later
Text Domain: logopaedie-schubert
*/

html,body{margin:0;padding:0;font-family:Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; color:#222;}
a{color:#0b6; text-decoration:none;}
.container{max-width:1100px;margin:0 auto;padding:20px;}
.header{display:flex;align-items:center;justify-content:space-between;padding:20px 0;border-bottom:1px solid #eee;}
.site-title{font-size:22px;font-weight:700;}
.nav{display:flex;gap:18px;align-items:center;}
.hero{display:flex;gap:40px;align-items:center;padding:40px 0;}
.hero .content{flex:1;}
.hero h1{font-size:34px;margin:0 0 12px;}
.hero p{font-size:16px;line-height:1.5;color:#444;}
.cta-grid{display:flex;gap:12px;margin-top:18px;}
.btn{display:inline-block;padding:10px 16px;border-radius:8px;background:#0b6;color:#fff;font-weight:600;}
.info-card{background:#fafafa;padding:18px;border-radius:8px;border:1px solid #f0f0f0;}
.footer{border-top:1px solid #eee;padding:20px 0;margin-top:40px;color:#666;font-size:14px;}
@media(max-width:800px){
  .hero{flex-direction:column;align-items:flex-start;}
  .nav{flex-wrap:wrap;}
}
