/* ==========================================================
   Schleizer Fleisch- und Wurstwaren
   Zentrale Stylesheet
========================================================== */

body{
    font-family:system-ui,sans-serif;
    background:#f8f9fa;
} 
/* ==========================================================
   Navigation
========================================================== */

.navbar-brand img{
    height:50px;
}

/* ==========================================================
   Hero Bereiche
========================================================== */

.hero-page{
    background:
        linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.55)),
        url('../img/luftbild_1.jpg');

    background-size:cover;
    background-position:center;
    min-height:400px;
    display:flex;
    align-items:center;
    color:white;
}

.hero-filialen{
    background:
        linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.55)),
        url('../img/filialen-header.jpg');

    background-size:cover;
    background-position:center;
}

.hero{
    background:
        linear-gradient(rgba(0,0,0,.45),rgba(0,0,0,.45)),
        url('../img/luftbild_1.jpg');

    background-size:cover;
    background-position:center;
    min-height:550px;
    color:white;
    display:flex;
    align-items:center;
}

.hero h1,
.hero-page h1{
    font-size:4rem;
    font-weight:700;
}

/* ==========================================================
   Abstände
========================================================== */

.section-space{
    padding:80px 0;
}

/* ==========================================================
   Karten allgemein
========================================================== */

.card-modern,
.contact-card,
.job-card,
.info-card,
.certificate-card,
.project-card,
.logo-card,
.map-card,
.info-box,
.privacy-box,
.product-card,
.filial-card{
    background:white;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

/* ==========================================================
   Hover Effekte
========================================================== */

.card-modern,
.contact-card,
.job-card,
.info-card,
.certificate-card,
.product-card,
.filial-card{
    transition:.3s;
}

.card-modern:hover,
.contact-card:hover,
.job-card:hover,
.info-card:hover,
.certificate-card:hover,
.product-card:hover,
.filial-card:hover{
    transform:translateY(-5px);
}

/* ==========================================================
   Startseite
========================================================== */

.timeline-item{
    border-left:4px solid #c8102e;
    padding-left:25px;
    margin-bottom:30px;
}

.company-image{
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.company-image img{
    width:100%;
    height:300px;
    object-fit:cover;
}

/* ==========================================================
   Produkte
========================================================== */

.product-card{
    border:none;
    overflow:hidden;
    height:100%;
}

.product-card img{
    width:100%;
    height:220px;
    object-fit:contain;
    background:#fff;
    padding:15px;
}

.product-card h5{
    text-align:center;
    margin:0;
    padding:15px;
    font-size:1rem;
}

.category-title{
    color:#c8102e;
    font-weight:700;
    margin-bottom:30px;
}

.search-box{
    max-width:600px;
    margin:auto;
}

/* ==========================================================
   Filialen
========================================================== */

.filial-card{
    border:none;
    overflow:hidden;
}

.filial-card img{
    height:320px;
    width:100%;
    object-fit:cover;
}

.badge-open{
    background:#198754;
    color:white;
    padding:.5rem 1rem;
    border-radius:30px;
    font-size:.9rem;
}

/* ==========================================================
   Kontakt
========================================================== */

.contact-card{
    border:none;
    padding:35px;
    height:100%;
}

.contact-card h3{
    color:#c8102e;
    margin-bottom:20px;
}

.contact-card a{
    text-decoration:none;
}

.map-card{
    padding:30px;
}

.info-box{
    padding:50px;
}

/* ==========================================================
   Stellenangebote
========================================================== */

.job-card{
    border:none;
    padding:35px;
    height:100%;
}

.job-card h3{
    color:#c8102e;
}

.job-card h5{
    color:#c8102e;
    margin-top:20px;
    font-size:1rem;
}

.job-card ul{
    padding-left:20px;
}

.contact-box{
    background:white;
    border-radius:20px;
    padding:50px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

/* ==========================================================
   Zertifikate
========================================================== */

.certificate-card{
    padding:40px;
    height:100%;
}

.certificate-logo{
    display:block;
    margin:0 auto 25px;
    max-height:120px;
    width:auto;
}

.certificate-card h3{
    color:#c8102e;
    margin-bottom:20px;
    text-align:center;
}

.certificate-card p{
    color:#555;
}

.quality-box{
    background:white;
    border-radius:20px;
    padding:50px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

/* ==========================================================
   Impressum
========================================================== */

.info-card{
    padding:35px;
    height:100%;
}

.info-card h3{
    color:#c8102e;
    margin-bottom:20px;
}

.legal-box{
    background:white;
    border-radius:20px;
    padding:50px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

/* ==========================================================
   Datenschutz
========================================================== */

.privacy-box{
    padding:40px;
}

.accordion-button:not(.collapsed){
    background:#c8102e;
    color:white;
}

/* ==========================================================
   ELER
========================================================== */

.project-card{
    padding:50px;
}

.logo-card{
    padding:30px;
    text-align:center;
    height:100%;
}

.logo-card img{
    max-height:140px;
    width:auto;
    max-width:100%;
}

/* ==========================================================
   Footer
========================================================== */

footer{
    background:#212529;
    color:white;
    padding:50px 0;
}

footer h5{
    color:white;
    margin-bottom:15px;
    font-weight:600;
}

footer a{
    color:white;
    text-decoration:none;
}

footer a:hover{
    color:#ddd;
}

/* ==========================================================
   Responsive
========================================================== */

@media(max-width:768px){

    .hero h1,
    .hero-page h1{
        font-size:2.5rem;
    }

    .privacy-box,
    .certificate-card{
        padding:25px;
    }

}