body{
margin:0;
font-family:Arial,sans-serif;
background:#f5f3ef;
color:#222
}

.header{
position:sticky;
top:0;
background:#fff;
box-shadow:0 2px 12px rgba(0,0,0,.08);
z-index:999;
}

.wrap{
width:92%;
max-width:1400px;
margin:auto;
display:flex;
align-items:center;
justify-content:space-between;
}

.logo{
height:120px;
}

nav{
display:flex;
gap:30px;
}

nav a{
text-decoration:none;
color:#222;
font-weight:700;
}

.actions{
display:flex;
gap:10px;
}

.cta,
.btn,
.wa{
padding:14px 22px;
border-radius:8px;
text-decoration:none;
transition:.3s;
}

.cta,
.btn{
background:#b9773b;
color:#fff;
}

.cta:hover,
.btn:hover{
background:#9a6430;
}

.wa{
background:#25D366;
color:#fff;
}

.hero{
height:80vh;
background:url('hero.jpg') center/cover;
display:flex;
align-items:center;
}

.panel{
background:rgba(255,255,255,.90);
padding:35px;
max-width:520px;
margin-left:3%;
border-radius:20px;
backdrop-filter:blur(10px);
}

h1{
font-size:42px;
line-height:1.15;
margin-bottom:20px;
}
.section{
padding:50px 5%;
text-align:center;
}

.benefits,
.grid,
.footergrid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
}

.gallery{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
margin-top:40px;
}

.benefits{
padding:40px 5%;
}

.benefits div,
.card,
.gcard{
background:#fff;
border:1px solid #ddd;
padding:24px;
border-radius:14px;
}

.card{
transition:.3s;
}

.card:hover{
transform:translateY(-8px);
box-shadow:0 10px 25px rgba(0,0,0,.12);
}

.card img{
width:100%;
height:220px;
object-fit:cover;
border-radius:10px;
}

.project-card{
background:#fff;
border-radius:14px;
overflow:hidden;
box-shadow:0 4px 20px rgba(0,0,0,.08);
transition:.3s;
}

.project-card:hover{
transform:translateY(-8px);
box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.project-card img{
width:100%;
height:280px;
object-fit:cover;
display:block;
}

.project-card h3{
margin:0;
padding:20px;
font-size:22px;
font-weight:700;
}

.light{
background:#fff;
}


.muster{
padding:60px 5%;
background:#f7f5f1;
}

.muster-wrap{
max-width:1200px;
margin:auto;
display:flex;
align-items:center;
justify-content:center;
gap:80px;
}

.muster-image img{
width:100%;
max-width:450px;
border-radius:20px;
box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.muster-content{
max-width:500px;
text-align:left;
}

.muster-content h2{
font-size:42px;
margin-bottom:20px;
line-height:1.1;
}

.muster-content p{
font-size:20px;
color:#555;
margin-bottom:25px;
}

.muster-content ul{
list-style:none;
padding:0;
margin-bottom:30px;
}

.muster-content li{
font-size:18px;
margin-bottom:10px;
}

.muster-content .btn{
display:inline-block;
padding:16px 34px;
background:#b9773b;
color:#fff;
border-radius:10px;
text-decoration:none;
font-weight:700;
}

@media(max-width:900px){

.muster-wrap{
flex-direction:column;
gap:40px;
}

.muster-content{
text-align:center;
}

.muster-content h2{
font-size:38px;
}

}


footer{
background:#111;
color:#fff;
padding:50px;
}

@media(max-width:1100px){

.gallery{
grid-template-columns:repeat(2,1fr);
}

.grid{
grid-template-columns:repeat(2,1fr);
}

.benefits{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:900px){

.benefits,
.grid,
.gallery,
.footergrid{
grid-template-columns:1fr;
}

nav,
.actions{
display:none;
}

h1{
font-size:42px;
}

.panel{
margin:10px;
padding:25px;
width:auto;
}

}


.b2b-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
margin-top:30px;
}

@media(max-width:900px){
.b2b-grid{
grid-template-columns:1fr;
}
}

.anfrage-section{
padding:100px 5%;
background:#ffffff;
text-align:center;
}

.anfrage-section h2{
font-size:34px;
font-weight:700;
}

.anfrage-section p{
font-size:18px;
color:#666;
margin-bottom:40px;
}

.anfrage-form{
max-width:700px;
margin:auto;
display:flex;
flex-direction:column;
gap:15px;
}

.anfrage-form input,
.anfrage-form textarea{
padding:18px;
border:1px solid #ddd;
border-radius:10px;
font-size:16px;
}

.anfrage-form button{
padding:18px;
background:#b9773b;
color:white;
border:none;
border-radius:10px;
font-size:18px;
font-weight:700;
cursor:pointer;
}

.anfrage-form button:hover{
background:#9a6430;
}

.anfrage-form{
max-width:700px;
margin:auto;
display:flex;
flex-direction:column;
gap:15px;

background:#fff;
padding:40px;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.b2b-card{
background:#fff;
padding:35px;
border-radius:18px;
box-shadow:0 8px 25px rgba(0,0,0,.08);
transition:.3s;
text-align:center;
}

.b2b-card:hover{
transform:translateY(-8px);
box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.b2b-icon{
font-size:42px;
margin-bottom:15px;
}

.b2b-card h3{
margin-bottom:15px;
font-size:24px;
}

.b2b-card p{
color:#666;
line-height:1.6;
font-size:16px;
}

.b2b-card img{
width:100%;
height:220px;
object-fit:cover;
border-radius:12px;
margin-bottom:20px;
}

.hero-text{
font-size:20px;
color:#555;
margin:20px 0 30px;
line-height:1.5;
}

.hero-features{
display:grid;
grid-template-columns:1fr 1fr;
gap:12px;
margin-bottom:30px;
}

.hero-features div{
background:#fff;
padding:10px;
border-radius:10px;
font-weight:600;
font-size:14px;
box-shadow:0 3px 10px rgba(0,0,0,.05);
}



.btn2{
padding:14px 22px;
border-radius:8px;
text-decoration:none;
background:#111;
color:#fff;
font-weight:700;
display:inline-block;
margin-left:10px;
transition:.3s;
}

.btn2:hover{
background:#333;
}

@media(max-width:900px){

.buttons{
display:flex;
flex-direction:column;
gap:15px;
}

.btn,
.btn2{
margin:0;
text-align:center;
}

}
@media(max-width:900px){

.buttons{
display:flex;
flex-direction:column;
gap:15px;
}

.btn,
.btn2{
margin:0;
text-align:center;
}

}

.footer{
background:#0c0c0c;
color:white;
padding:70px 5% 30px;
}

.footer-top{
display:grid;
grid-template-columns:2fr 1fr 1fr 1fr;
gap:50px;
max-width:1400px;
margin:auto;
}

.footer-logo img{
height:130px;
margin-bottom:20px;
}

.footer h3{
margin-bottom:20px;
font-size:22px;
}

.footer ul{
list-style:none;
padding:0;
margin:0;
}

.footer ul li{
margin-bottom:12px;
color:#cfcfcf;
}

.footer p{
color:#cfcfcf;
line-height:1.7;
}

.footer-bottom{
border-top:1px solid rgba(255,255,255,.1);
margin-top:50px;
padding-top:25px;
display:flex;
justify-content:space-between;
align-items:center;
}

.footer-links{
display:flex;
gap:25px;
}

.footer-links a{
color:#cfcfcf;
text-decoration:none;
}

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

@media(max-width:900px){

.footer-top{
grid-template-columns:1fr;
text-align:center;
}

.footer-bottom{
flex-direction:column;
gap:20px;
}

}

.footer h3{
color:#b9773b;
}

.footer-btn{
display:inline-block;
margin-top:20px;
padding:14px 24px;
background:#b9773b;
color:#fff;
text-decoration:none;
border-radius:8px;
font-weight:700;
transition:.3s;
}

.footer-btn:hover{
background:#9a6430;
}

.hero{
position:relative;
height:90vh;
overflow:hidden;
display:flex;
align-items:center;
padding-left:5%;
}

.hero-slider{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:1;
}

.slide{
position:absolute;
width:100%;
height:100%;
background-size:cover;
background-position:center;
opacity:0;
transition:opacity 1s ease;
}

.slide.active{
opacity:1;
}

.hero::before{
content:"";
position:absolute;
inset:0;
background:rgba(0,0,0,.35);
z-index:2;
}

.panel{
position:relative;
z-index:3;
background:rgba(255,255,255,.72);
backdrop-filter:blur(15px);
padding:35px;
max-width:520px;
border-radius:20px;
box-shadow:0 15px 50px rgba(0,0,0,.20);
}

.projekte{
padding-top:20px;
}

.card .btn{
display:inline-block;
margin-top:15px;
}

#produkte{
padding-top:80px;
}

#projekte{
padding-bottom:30px;
}