/*
Theme Name: BabaStrom Theme
Theme URI:  https://babastrom.de
Author:     BabaStrom
Author URI: https://babastrom.de
Description: Lightweight starter theme for BabaStrom – includes front-page with Check24 iframe.
Version:    1.0
License:    GPL-2.0+
Text Domain: babastrom
*/
body {
    font-family: Arial, sans-serif;
    margin: 0;
    color: #222;
    /* Dies ist der Verlaufscode, er überschreibt die alte 'background'-Zeile */
    background: linear-gradient(to bottom, #AEC6CF, #FDFD96) !important;
}
a { color: #E41E26; }
.header {
    background-color: linear-gradient #2CA8E2;
    text-align: center;
    padding: 30px 20px;
}
.header img.logo {
    max-height: 90px;
}
.header h1 {
    color: #FFD700;
    margin: 8px 0 0 0;
    font-size: 1.8rem;
}
.hero {
    background: linear-gradient(180deg, #FFD700 0%, #fff 100%);
    text-align: center;
    padding: 30px 20px;
}
.checker {
    max-width: 900px;
    margin: 0 auto;
    padding: 18px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}
.usp {
    display:flex;
    justify-content:space-around;
    flex-wrap:wrap;
    padding:30px 18px;
    gap:16px;
    background:#fff;
}
.usp .item {
    flex:1;
    min-width:200px;
    background:#FFD700;
    border-radius:10px;
    padding:14px;
    text-align:center;
    font-weight:700;
}
.site-footer {
    background:#2CA8E2;
    color:white;
    padding:18px;
    text-align:center;
}
@media(max-width:800px){
  .header img.logo { max-height:70px; }
  .header h1 { font-size:1.4rem; }
}
