/* autarkwohnen_styles.css */
body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
}
.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}
.logo {
    display: block;
    margin: 0 auto;
    width: 300px;
}
.headline {
    text-align: center;
    font-size: 32px;
    color: #333333;
}
.subheadline {
    text-align: center;
    font-size: 24px;
    color: #666666;
}
.content {
    margin-top: 40px;
}
.section {
    margin-bottom: 20px;
}
.section-title {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}
.section-text {
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
}

.footer {
    margin-top: 40px;
    text-align: center;
    font-size: 14px;
    color: #999999;
}
a, a:hover, a:active, a:visited {
    color: #009900;
    text-decoration: none;
}
.button, a.button {
    display: block;
    margin: 0 auto;
    padding: 10px 20px;
    background-color: #009900;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}