
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}



html{
    scroll-behavior:smooth;
}



body{
    font-family:Arial, sans-serif;
    line-height:1.6;
    color:#333;
}



header{
    background:#1f2937;
    position:sticky;
    top:0;
    z-index:1000;
}



nav{
    max-width:1200px;
    margin:auto;
    display:flex;
    justify-content:center;
    gap:30px;
    padding:15px;
}



nav a{
    color:white;
    text-decoration:none;
    font-weight:bold;
}



nav a:hover{
    color:#f59e0b;
}



.hero{
    min-height:100vh;
    background:url("img/sami-gd-hussenhofen.webp") center center/cover no-repeat;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:white;
    position:relative;
}



.hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.45);
}

@media (max-width: 768px){

    .hero{
        align-items:flex-start;
        padding-top:80px;
        background-position:center top;
    }

    .hero-content{
        margin-top:0;
    }

    .hero h1{
        font-size:2rem;
    }

}

@media (max-width:768px){

    .hero{
        background-position:center top;
    }

    .hero-content{
        margin-top:-100px;
    }

}



.hero-content{
    position:relative;
    z-index:2;
    padding:20px;
}



.hero h1{
    font-size:3rem;
    margin-bottom:15px;
}



.hero p{
    font-size:1.3rem;
}



section{
    max-width:1100px;
    margin:auto;
    padding:60px 20px;
}



h2{
    margin-bottom:20px;
    color:#07223d;
}



.contact-form{
    display:flex;
    flex-direction:column;
    gap:15px;
}



.contact-form input,
.contact-form textarea{
    padding:12px;
    border:1px solid #ccc;
    border-radius:6px;
}



.contact-form button{
    background:#1f2937;
    color:white;
    border:none;
    padding:12px;
    cursor:pointer;
    border-radius:6px;
}



.contact-form button:hover{
    background:#374151;
}



.map{
    margin-top:30px;
}



footer{
    background:#1f2937;
    color:white;
    text-align:center;
    padding:20px;
}

#impressum h3{
    margin-top:30px;
    margin-bottom:10px;
    color:#1f2937;
}

#impressum p{
    margin-bottom:15px;
}

#impressum a{
    color:#1f2937;
    text-decoration:none;
}

#impressum a:hover{
    text-decoration:underline;
}

#datenschutz{
    line-height:1.8;
}

#datenschutz h3{
    margin-top:35px;
    margin-bottom:12px;
    color:#1f2937;
}

#datenschutz p{
    margin-bottom:15px;
}

#datenschutz ul{
    margin:15px 0 15px 25px;
}

#datenschutz li{
    margin-bottom:8px;
}

#datenschutz a{
    color:#1f2937;
    word-break:break-word;
}

#datenschutz a:hover{
    text-decoration:underline;
}

#datenschutz{
    text-align:left;
    line-height:1.8;
}

#datenschutz h3{
    margin-top:35px;
    margin-bottom:12px;
    color:#1f2937;
    border-bottom:1px solid #ddd;
    padding-bottom:5px;
}

#datenschutz ul{
    margin:15px 0 20px 25px;
}

#datenschutz li{
    margin-bottom:8px;
}

#kontakt p{
    margin-bottom:15px;
}

.kontaktdaten{
    background:#f8f8f8;
    padding:25px;
    border-radius:10px;
    margin-bottom:30px;
}

.kontaktdaten a{
    color:#1f2937;
    text-decoration:none;
    font-weight:bold;
}

.kontaktdaten a:hover{
    text-decoration:underline;
}

.map iframe{
    width:100%;
    border-radius:10px;
    box-shadow:0 5px 15px rgba(0,0,0,0.1);
}

.whatsapp-button{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#25D366;
    color:#fff;
    text-decoration:none;
    padding:12px 20px;
    border-radius:50px;
    font-weight:bold;
    margin-top:5px;
    transition:0.3s;
}

.whatsapp-button:hover{
    background:#1da851;
    transform:translateY(-2px);
}

.wa-icon{
    font-size:1.2rem;
}

.maps-button{
    display:inline-block;
    background:#2563eb;
    color:white;
    padding:12px 20px;
    border-radius:50px;
    text-decoration:none;
    font-weight:bold;
    transition:0.3s;
}

.maps-button:hover{
    background:#1d4ed8;
    transform:translateY(-2px);
}

header{
    background:#1f2937;
    position:sticky;
    top:0;
    z-index:1000;
    box-shadow:0 2px 10px rgba(0,0,0,0.15);
}

nav{
    max-width:1200px;
    margin:auto;
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:25px;
    padding:15px;
}

nav a{
    color:white;
    text-decoration:none;
    font-weight:bold;
    transition:0.3s;
}

nav a:hover{
    color:#f59e0b;
}

.map{
    margin-top:20px;
}

