/*
Theme Name: Spiegl Klima
Theme URI: https://spiegl-klima.at/
Author: OpenAI
Author URI: https://openai.com/
Description: Individuelles WordPress Theme fuer Spiegl Klima.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: spiegl-klima
*/

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  margin:0;
  font-family:Arial,sans-serif;
  background:#555555;
  color:#ffffff;
  line-height:1.5;
}
a{color:inherit}
.site-wrap{
  max-width:1100px;
  margin:0 auto;
  padding:5px 20px 24px;
}
.hero{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  align-items:center;
  min-height:55vh;
}
.badge{
  display:inline-block;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(255,255,255,0.08);
  margin-bottom:12px;
  font-size:14px;
  letter-spacing:.04em;
}
h1{
  font-size:60px;
  line-height:1.1;
  margin:0;
}
.highlight{
  color:#00e5ff;
  display:block;
  margin-top:10px;
  font-size:24px;
}
.lead{
  color:#e5e5e5;
  font-size:20px;
  margin:20px 0;
  max-width:620px;
}
.actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.btn{
  display:inline-block;
  padding:14px 20px;
  border-radius:10px;
  background:#00e5ff;
  color:#000000;
  text-decoration:none;
  font-weight:bold;
}
.logo{
  background:#666666;
  padding:20px;
  border-radius:20px;
  box-shadow:0 10px 30px rgba(0,0,0,.20);
}
.logo img{
  width:100%;
  height:auto;
  display:block;
  border-radius:12px;
}
.section{
  margin-top:8px;
  background:#666666;
  padding:30px;
  border-radius:20px;
}
.grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.card{
  background:#555555;
  padding:20px;
  border-radius:15px;
  border:1px solid rgba(255,255,255,0.08);
}
.card h3{
  color:#00e5ff;
  margin-top:0;
}
.footer{
  display:flex;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
  padding:18px 4px 6px;
  color:#e5e5e5;
  font-size:14px;
}
.footer a{
  text-decoration:none;
}
@media (max-width: 900px){
  .hero{
    grid-template-columns:1fr;
    min-height:auto;
    padding-top:10px;
  }
  .grid{
    grid-template-columns:1fr;
  }
  h1{
    font-size:42px;
  }
}
