/* Enercorp Invest GmbH – statische Website */
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:Arial,Helvetica,sans-serif;line-height:1.65;color:#222;background:#fff}
a{color:#164179;text-decoration:none}
a:hover{text-decoration:underline}
header{border-bottom:1px solid #e3e3e3;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}
header .logo img{height:48px;width:auto;display:block}
nav a{margin-left:20px;font-weight:600;color:#333}
nav a:hover{color:#164179}
main{max-width:880px;margin:0 auto;padding:40px 24px}
h1{color:#164179;font-size:2rem;margin-bottom:16px;line-height:1.2}
h2{color:#164179;font-size:1.4rem;margin:28px 0 10px}
p{margin-bottom:14px}
ul{margin:0 0 14px 22px}
li{margin-bottom:8px}
.hero{background:#e7f5f6;padding:48px 24px;text-align:center}
.hero h1{font-size:2.4rem}
.btn{display:inline-block;background:#164179;color:#fff;padding:12px 24px;border-radius:6px;font-weight:600;margin-top:8px}
.btn:hover{background:#0d2b50;text-decoration:none}
img.content{max-width:100%;height:auto;border-radius:8px;margin:16px 0}
form label{display:block;font-weight:600;margin:14px 0 4px}
form input,form textarea{width:100%;padding:10px;border:1px solid #bbb;border-radius:5px;font-size:1rem;font-family:inherit}
form textarea{min-height:120px}
.req{color:#c00}
footer{border-top:1px solid #e3e3e3;padding:24px;text-align:center;color:#666;font-size:.9rem;margin-top:40px}
.bildtext{color:#666;font-size:.9rem;margin-top:-6px}
