/*
Theme Name: My Housekeeping Service
Theme URI: http://yourwebsite.com
Author: Dein Name
Author URI: http://yourwebsite.com
Description: Ein modernes, elegantes WordPress-Theme für Hausmeisterservices
Version: 1.0
License: GPL2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: housekeeping-service
*/

/* Basis-Styles */
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
}

/* Header */
header {
    color: #fff;
    text-align: center;
}

header .logo {
    font-size: 2em;
    font-weight: bold;
}

header nav {
    margin-top: 10px;
}

header nav a {
    color: #ba8437;
    text-decoration: none;
    margin: 0 15px;
    font-size: 1.2em;
}

header nav a:hover {
    color: #fff;
}

/* Hero-Bereich */
.hero {
    position: relative;
    background: url('assets/images/hero-image.jpg') no-repeat center center/cover;
    color: #fff;
    padding: 100px 0;
    text-align: center;
}

.hero .title {
    font-size: 3em;
    margin-bottom: 20px;
}

.hero .subtitle {
    font-size: 1.5em;
    margin-bottom: 30px;
}

/*:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){
    border-radius:0px !important;
}*/

.hero .cta-btn {
    background-color: #ba8437;
    color: #fff;
    padding: 15px 30px;
    font-size: 1.2em;
    text-decoration: none;
    border-radius: 5px;
}

.hero .cta-btn:hover {
    background-color: #9e6c29;
}

/* Dienstleistungen-Sektion */
.services {
    display: flex;
    justify-content: space-around;
    margin: 50px 0;
    padding: 0 20px;
}

.services .service-item {
    text-align: center;
    flex-basis: 20%;
}

.services .service-item img {
    max-width: 100%;
    height: auto;
}

.services .service-item h3 {
    margin-top: 10px;
    font-size: 1.5em;
}

.services .service-item p {
    margin-top: 10px;
    font-size: 1em;
    color: #666;
}

.services .service-item a {
    color: #ba8437;
    text-decoration: none;
    font-weight: bold;
}

.services .service-item a:hover {
    color: #000;
}

/* Footer */
footer {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 20px;
}

footer .social-links a {
    color: #ba8437;
    margin: 0 10px;
    font-size: 1.5em;
}

footer .social-links a:hover {
    color: #fff;
}
