/* =====================================================
   ME-CAP 2.0
   style.css
   Teil 1
===================================================== */

/* ===========================
   Reset
=========================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{

    font-family:'Poppins',sans-serif;
    background:#ffffff;
    color:#333;
    line-height:1.6;

}

/* ===========================
   Container
=========================== */

.container{

    width:min(1200px,90%);
    margin:auto;

}

/* ===========================
   Links
=========================== */

a{

    text-decoration:none;
    color:inherit;

}

img{

    display:block;
    max-width:100%;

}

/* ===========================
   Header
=========================== */

header{

    position:sticky;
    top:0;
    z-index:999;

    background:rgba(255,255,255,.96);

    backdrop-filter:blur(10px);

    border-bottom:1px solid #ececec;

    box-shadow:0 3px 12px rgba(0,0,0,.05);

}

/* ===========================
   Navigation
=========================== */

nav{

    display:flex;

    justify-content:space-between;

    align-items:center;

    position:relative;

}

/* ===========================
   Logo
=========================== */

.logo img{

    height:170px;

    transition:.35s;

}

.logo img:hover{

    transform:scale(1.03);

}

/* ===========================
   Navigation
=========================== */

.nav-links{

    display:flex;

    gap:45px;

    list-style:none;

    align-items:center;

}

.nav-links a{

    position:relative;

    font-size:18px;

    font-weight:500;

    transition:.3s;

}

.nav-links a:hover{

    color:#b347c4;

}

/* Unterstrich Animation */

.nav-links a::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-8px;

    width:0;

    height:2px;

    background:#b347c4;

    transition:.35s;

}

.nav-links a:hover::after,

.nav-links .active::after{

    width:100%;

}

.nav-links .active{

    color:#b347c4;

}

/* ===========================
   Hamburger
=========================== */

.menu-btn{

    display:none;

    width:42px;

    height:30px;

    cursor:pointer;

    position:relative;

}

.menu-btn span{

    position:absolute;

    width:100%;

    height:4px;

    background:#222;

    border-radius:30px;

    transition:.35s;

}

.menu-btn span:nth-child(1){

    top:0;

}

.menu-btn span:nth-child(2){

    top:13px;

}

.menu-btn span:nth-child(3){

    bottom:0;

}

/* Animation */

.menu-btn.active span:nth-child(1){

    top:13px;

    transform:rotate(45deg);

}

.menu-btn.active span:nth-child(2){

    opacity:0;

}

.menu-btn.active span:nth-child(3){

    bottom:13px;

    transform:rotate(-45deg);

}

/* ===========================
   Buttons
=========================== */

.btn{

    display:inline-flex;

    justify-content:center;

    align-items:center;

    padding:16px 38px;

    border-radius:50px;

    background:#b347c4;

    color:white;

    font-weight:500;

    transition:.35s;

    box-shadow:0 8px 20px rgba(179,71,196,.25);

}

.btn:hover{

    transform:translateY(-4px);

    background:#9630aa;

    box-shadow:0 14px 30px rgba(179,71,196,.35);

}

.btn-outline{

    background:white;

    color:#b347c4;

    border:2px solid #b347c4;

    margin-left:15px;

}

.btn-outline:hover{

    background:#b347c4;

    color:white;

}

/* ===========================
   HERO
=========================== */

.hero{

    padding:60px 0;

}

.hero-box{

    position:relative;

    overflow:hidden;

    border-radius:35px;

    min-height:600px;

    display:flex;

    align-items:center;

    padding:90px;

    background:url("images/Hintergrund.avif") center center/cover no-repeat;

    box-shadow:0 20px 45px rgba(0,0,0,.10);

}

/* Overlay */

.hero-box::before{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(
        90deg,
        rgba(255,255,255,.90) 20%,
        rgba(255,255,255,.55) 55%,
        rgba(255,255,255,.20)
    );

}

/* Inhalt */

.hero-content{

    position:relative;

    z-index:2;

    max-width:600px;

    animation:fadeUp 1s ease;

}

.hero-subtitle{

    display:inline-block;

    padding:8px 20px;

    background:white;

    color:#b347c4;

    border-radius:50px;

    margin-bottom:25px;

    font-size:15px;

    font-weight:600;

}

.hero-content h1{

    font-family:"Cormorant Garamond",serif;

    font-size:68px;

    line-height:1;

    margin-bottom:25px;

    color:#222;

}

.hero-content p{

    font-size:21px;

    margin-bottom:40px;

    color:#444;

}

.hero-buttons{

    display:flex;

    flex-wrap:wrap;

    gap:15px;

}

/* ===========================
   Animation
=========================== */

@keyframes fadeUp{

    from{

        opacity:0;

        transform:translateY(40px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}
/* =====================================================
   Highlights
===================================================== */

.highlights{

    padding:90px 0;

}

.highlights h2{

    font-family:"Cormorant Garamond",serif;

    font-size:58px;

    text-align:center;

    margin-bottom:15px;

    color:#222;

}

.section-text{

    text-align:center;

    font-size:20px;

    color:#666;

    margin-bottom:60px;

}

.highlight-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));

    gap:35px;

}

.highlight-card{

    background:#fff;

    border-radius:30px;

    overflow:hidden;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

    transition:.35s;

}

.highlight-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 50px rgba(0,0,0,.15);

}

.highlight-card img{

    width:100%;

    height:260px;

    object-fit:cover;

    transition:transform .6s ease;

}

.highlight-card:hover img{

    transform:scale(1.08);

}

.highlight-card h3{

    font-family:"Cormorant Garamond",serif;

    font-size:34px;

    padding:30px;

    text-align:center;

    color:#333;

}

/* =====================================================
   Warum me-cap
===================================================== */

.why-us{

    padding:90px 0;

    background:#f9f9f9;

}

.why-us h2{

    text-align:center;

    font-family:"Cormorant Garamond",serif;

    font-size:56px;

    margin-bottom:60px;

}

.why-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));

    gap:35px;

}

.why-card{

    background:white;

    padding:45px;

    border-radius:30px;

    text-align:center;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

    transition:.35s;

}

.why-card:hover{

    transform:translateY(-8px);

}

.why-icon{

    font-size:58px;

    margin-bottom:25px;

}

.why-card h3{

    font-size:28px;

    margin-bottom:20px;

    font-family:"Cormorant Garamond",serif;

}

.why-card p{

    color:#666;

    line-height:1.8;

}

/* =====================================================
   Über uns Vorschau
===================================================== */

.about-preview{

    padding:90px 0;

}

.about-preview-box{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:60px;

    align-items:center;

    background:#1aa6e8;

    border-radius:35px;

    padding:70px;

    overflow:hidden;

}

.about-preview-image img{

    width:100%;

    border-radius:30px;

    box-shadow:0 20px 40px rgba(0,0,0,.15);

}

.small-title{

    display:inline-block;

    background:white;

    color:#1aa6e8;

    padding:8px 20px;

    border-radius:50px;

    font-weight:600;

    margin-bottom:25px;

}

.about-preview-text h2{

    font-family:"Cormorant Garamond",serif;

    font-size:54px;

    line-height:1;

    margin-bottom:25px;

    color:white;

}

.about-preview-text p{

    color:white;

    font-size:20px;

    line-height:1.8;

    margin-bottom:25px;

}

.about-preview .btn{

    background:white;

    color:#1aa6e8;

}

.about-preview .btn:hover{

    background:#f3f3f3;

}

/* =====================================================
   kleine Animation
===================================================== */

.highlight-card,
.why-card,
.about-preview-box{

    animation:fadeUp .8s ease;

}
/* =====================================================
   Call To Action
===================================================== */

.cta{

    padding:90px 0;

}

.cta-box{

    background:linear-gradient(135deg,#9CCB38,#7DB02E);

    border-radius:35px;

    padding:80px;

    text-align:center;

    color:white;

    box-shadow:0 20px 40px rgba(0,0,0,.10);

}

.cta-box h2{

    font-family:"Cormorant Garamond",serif;

    font-size:56px;

    margin-bottom:25px;

}

.cta-box p{

    max-width:700px;

    margin:0 auto 40px;

    font-size:21px;

    line-height:1.8;

}

.cta-box .btn{

    background:white;

    color:#7DB02E;

}

.cta-box .btn:hover{

    background:#f5f5f5;

}


/* =====================================================
   PRODUKTE
===================================================== */

.products{

    padding:60px 0;

}

.products-container{

    background:#9CCB38;

    border-radius:35px;

    padding:70px;

}

.products h1{

    font-family:"Cormorant Garamond",serif;

    font-size:58px;

    text-align:center;

    margin-bottom:15px;

    color:#222;

}

.products .section-text{

    text-align:center;

    font-size:20px;

    color:#fff;

    margin-bottom:60px;

}

.product-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

}

.product-card{

    background:#fff;

    border-radius:30px;

    overflow:hidden;

    box-shadow:0 15px 35px rgba(0,0,0,.10);

    transition:.35s;

    display:flex;

    flex-direction:column;

}

.product-card:hover{

    transform:translateY(-8px);

}

.product-card img{

    width:100%;

    height:250px;

    object-fit:cover;

}

.product-content{

    padding:30px;

    display:flex;

    flex-direction:column;

    flex:1;

}

.product-content h2{

    font-family:"Cormorant Garamond",serif;

    font-size:32px;

    margin-bottom:15px;

    color:#222;

}

.product-content p{

    color:#555;

    line-height:1.7;

    margin-bottom:30px;

    flex:1;

}

.product-content .btn{

    width:100%;

    text-align:center;

}

/* =====================================================
   Footer
===================================================== */

footer{

    margin-top:80px;

    background:#f8f8f8;

    border-top:1px solid #e5e5e5;

}

.footer-content{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:45px 0;

}

.footer-text{

    margin-left:auto;

    text-align:right;

}

.footer-text p{

    margin:8px 0;

}

.footer-text p:first-child{

    font-size:18px;

    color:#555;

}

.copyright{

    color:#999;

    font-size:15px;

}

/* =====================================================
   Responsive Tablet
===================================================== */

@media (max-width:900px){

    /* Navigation */

    .menu-btn{

        display:block;

    }

    .nav-links{

        display:none;

        position:absolute;

        top:100%;

        left:0;

        width:100%;

        background:white;

        flex-direction:column;

        gap:25px;

        padding:30px;

        box-shadow:0 12px 25px rgba(0,0,0,.08);

    }

    .nav-links.active{

        display:flex;

    }

    .logo img{

        height:110px;

    }

    /* Hero */

    .hero{

        padding:35px 0;

    }

    .hero-box{

        min-height:520px;

        padding:60px 45px;

    }

    .hero-content{

        max-width:100%;

    }

    .hero-content h1{

        font-size:50px;

    }

    .hero-content p{

        font-size:18px;

    }

    .hero-buttons{

        flex-direction:column;

        align-items:flex-start;

    }

    .btn-outline{

        margin-left:0;

    }

    /* Über uns */

    .about-preview-box{

        grid-template-columns:1fr;

        text-align:center;

    }

    .about-preview-text{

        order:2;

    }

    .about-preview-image{

        order:1;

    }

    /* CTA */

    .cta-box{

        padding:60px 40px;

    }

    .product-grid{

    grid-template-columns:repeat(2,1fr);

}

}

/* =====================================================
   Responsive Smartphone
===================================================== */

@media (max-width:600px){

    .container{

        width:92%;

    }

    .logo img{

        height:80px;

    }

    .hero-box{

        padding:35px 25px;

        min-height:430px;

        border-radius:25px;

    }

    .hero-content h1{

        font-size:38px;

        line-height:1.1;

    }

    .hero-content p{

        font-size:16px;

    }

    .hero-subtitle{

        font-size:14px;

    }

    .hero-buttons{

        width:100%;

    }

    .btn{

        width:100%;

    }

    /* Überschriften */

    .highlights h2,

    .why-us h2,

    .about-preview-text h2,

    .cta-box h2{

        font-size:38px;

    }

    .section-text{

        font-size:16px;

    }

    /* Karten */

    .highlight-grid,

    .why-grid{

        grid-template-columns:1fr;

    }

    .highlight-card img{

        height:220px;

    }

    .highlight-card h3{

        font-size:28px;

    }

    .why-card{

        padding:35px;

    }

    .about-preview-box{

        padding:35px;

        gap:35px;

    }

    .about-preview-text p{

        font-size:17px;

    }

    .cta-box{

        padding:40px 25px;

    }

    .cta-box p{

        font-size:17px;

    }

    .product-grid{

    grid-template-columns:1fr;

}

.products-container{

    padding:35px 25px;

}

.products h1{

    font-size:40px;

}

    /* Footer */

    .footer-content{

        flex-direction:column;

        text-align:center;

    }

    .footer-text{

        margin:0;

        text-align:center;

    }

}

/* =====================================================
   Kleine Hover-Effekte
===================================================== */

img{

    transition:transform .4s ease;

}

.product-card:hover img,

.highlight-card:hover img{

    transform:scale(1.05);

}

.btn{

    cursor:pointer;

}

/* =====================================================
   Scrollbar (optional)
===================================================== */

::-webkit-scrollbar{

    width:10px;

}

::-webkit-scrollbar-track{

    background:#f3f3f3;

}

::-webkit-scrollbar-thumb{

    background:#9CCB38;

    border-radius:20px;

}

::-webkit-scrollbar-thumb:hover{

    background:#7DB02E;

}
/* =====================================================
   Kontakt
===================================================== */

.contact{

    padding:60px 0;

}

.contact-container{

   background:#ff1493;
  

    border-radius:35px;

    padding:70px;

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:60px;

    align-items:start;

}

.contact-info h2{

    font-family:"Cormorant Garamond",serif;

    font-size:56px;

    margin-bottom:30px;

}

.contact-info>p{

    font-size:20px;

    margin-bottom:40px;

    line-height:1.8;

}

.contact-item{

    margin-bottom:30px;

}

.contact-item h3{

    margin-bottom:10px;

    font-size:22px;

}

.contact-item p{

    line-height:1.8;

}

.contact-info h2,
.contact-info h3,
.contact-info p,
.contact-info a{
    color:#fff;
}

.small-title{
    color:#1aa6e8;
}

.contact-form{

    background:white;

    padding:40px;

    border-radius:30px;

    box-shadow:0 15px 35px rgba(0,0,0,.10);

}

.contact-form form{

    display:flex;

    flex-direction:column;

    gap:20px;

}

.contact-form input,

.contact-form textarea{

    padding:18px;

    border:1px solid #ddd;

    border-radius:15px;

    font-family:Poppins,sans-serif;

    font-size:16px;

}

.contact-form textarea{

    resize:vertical;

}

.contact-form button{

    border:none;

}

@media (max-width:900px){

    .contact-container{

        grid-template-columns:1fr;

        padding:40px;

    }

}
/* ===========================
   Produkt Detail
===========================*/

.product-detail{

    padding:60px 0;

}

.product-detail-box {

    .product-detail-box {

    background: #fbff1f; /* kräftiges, leuchtendes Gelb */

    border-radius: 20px;

    padding: 60px;

    box-shadow: 0 10px 35px rgba(0,0,0,0.12);

    width: 100%;
    box-sizing: border-box;

}

    border-radius: 20px;

    padding: 60px;

    box-shadow: 0 10px 35px rgba(0,0,0,0.12);

    width: 100%;
    box-sizing: border-box;

}

.product-detail-image img{

    width:100%;

    border-radius:30px;

    display:block;

}

.product-detail-content h1{

    font-family:"Cormorant Garamond",serif;

    font-size:60px;

    margin:15px 0 30px;

}

.product-detail-content p{

    font-size:19px;

    line-height:1.8;

    margin-bottom:25px;

}

.product-features{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:15px;

    margin:40px 0;

}

.feature{

    background:white;

    padding:18px;

    border-radius:15px;

    text-align:center;

    font-weight:500;

}

.gallery{

    margin-top:70px;

}

.gallery h2{

    text-align:center;

    font-family:"Cormorant Garamond",serif;

    font-size:42px;

    margin-bottom:40px;

}

.gallery-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:25px;

}

.gallery-grid img{

    width:100%;

    border-radius:25px;

    display:block;

    transition:.3s;

}

.gallery-grid img:hover{

    transform:scale(1.05);

}

@media(max-width:900px){

.product-detail-box{

grid-template-columns:1fr;

padding:40px;

}

.gallery-grid{

grid-template-columns:repeat(2,1fr);

}

.product-features{

grid-template-columns:1fr;

}

}

@media(max-width:600px){

.gallery-grid{

grid-template-columns:1fr;

}

.product-detail-content h1{

font-size:42px;

}

}
/* =========================
   Werte
========================= */

.values{

    padding:70px 0;

}

.values-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));

    gap:30px;

}

.value-card{

    background:#fff;

    border-radius:30px;

    padding:40px 35px;

    text-align:center;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

    transition:.3s;

}

.value-card:hover{

    transform:translateY(-8px);

}

.value-icon{

    font-size:48px;

    margin-bottom:20px;

}

.value-card h3{

    font-family:"Cormorant Garamond",serif;

    font-size:34px;

    margin-bottom:15px;

}

.value-card p{

    font-size:17px;

    line-height:1.8;

    color:#555;

}
.price {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}





@media(max-width:1100px){

    .product-grid {

        grid-template-columns: repeat(2,1fr);

    }

}



@media(max-width:600px){

    .product-detail-box {

        padding:30px;

    }


    .product-grid {

        grid-template-columns:1fr;

    }

}
/* GROSSE PRODUKT-KACHEL */

.product-detail-box {

    background: #ebf442; /* gelb */

    width: 100%;

    max-width: 1200px;

    margin: 0 auto;

    border-radius: 25px;

    padding: 60px;

    box-shadow: 0 10px 35px rgba(0,0,0,0.10);

}




/* Inhalt nutzt volle Breite */

.product-detail-content {

    width: 100%;

}





/* Mützen nebeneinander */

.product-grid {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 30px;

    width: 100%;

    margin-top: 40px;

}





/* einzelne Mütze */

.mini-product {

    background: white;

    padding: 20px;

    border-radius: 18px;

    text-align: center;

}





/* Bilder */

.mini-product img {

    width: 100%;

    height: 260px;

    object-fit: cover;

    border-radius: 15px;

}





.mini-product h3 {

    font-family: "Cormorant Garamond", serif;

    font-size: 26px;

    margin: 15px 0 5px;

}





.price {

    font-size: 22px;

    font-weight: 600;

    color: #8b5e3c;

}





/* Tablet */

@media(max-width:1000px){

    .product-grid {

        grid-template-columns: repeat(2,1fr);

    }

}



/* Handy */

@media(max-width:600px){

    .product-detail-box {

        padding: 30px;

    }


    .product-grid {

        grid-template-columns: 1fr;

    }

}
.button-group {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.button-group .btn {
    display: inline-block;
}

.impressum-box {
    background: #dff5ff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.impressum-box h1,
.impressum-box h2 {
    color: #2b5d73;
}

/* Cookie-Banner */

.cookie-banner{
    position:fixed;
    bottom:20px;
    left:50%;
    transform:translateX(-50%);
    width:90%;
    max-width:900px;
    background:#dff5ff;
    border-radius:20px;
    padding:20px;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
    z-index:9999;

    display:none;
}

.cookie-content{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
}

.cookie-content p{
    margin:0;
    line-height:1.6;
}

.cookie-content a{
    color:#2d5063;
    font-weight:600;
    text-decoration:none;
}

.cookie-content a:hover{
    text-decoration:underline;
}

@media(max-width:768px){

.cookie-content{
    flex-direction:column;
    text-align:center;
}

}