/**
 *   General settings and resets
**/
* {
    color: #30302f !important;
}

.clear {
    clear:both;
}

body {
}

.container-fullwidth {
    padding: 0 !important;
}

.layer {
}

/**
 *   Header Section with Logo
**/

header #header {
    background: url('../image/header.png');
    background-repeat: no-repeat;
    background-position-y: -400px;
    padding-bottom:75px;
}

header #header #logo {
    width:400px;
    margin: 0 auto;
}

header #header #logo img { margin-top:100px; }


#header #slogan {
    margin-top:25px;
}

header #slogan span {
    font-size:24pt;
    font-weight:200;
    color: #010101;
    margin-right:10px;
}

header #introduction {
    margin-top:25px;
}

header #introduction h1 {
    color:#010101;
    font-size:14pt;
    font-weight:300;
}

/**
 *  Services
 **/

#services {
    padding:25px;
    background-color: #f0e6e3;
}

#services #top-cards .card {
    height:325px;
}

#services .row {
    width:80%;
    margin:25px auto;
}

#services .card-fullwidth {
    width:100% !important;
    padding:25px !important;
}

#services .card-body h2 {
    font-family: 'Times New Roman', Times, serif;
}

#services .card-fullwidth {
    text-align: center;
}

#services .card-fullwidth .card-spacer {
    width:80%;
    height:2px;
    margin:0 auto;
    margin-bottom:25px;
    background-color: #e2dcd1;
}

/**
 * About
**/

#about {
    padding:25px;
    background-color: #fdfaf8;
}

#about .row {
    width:80%;
    margin:25px auto;
}

#about h3 {
    font-family: 'Times New Roman', Times, serif;
    font-size:36pt;
}

#about h4 {
    font-family: 'Times New Roman', Times, serif;
    font-size:24pt;
}


#about p.about-hint {
    font-size:14pt;
}

#about ul {
    padding-left:0 !important;
}

#about ul li {
    list-style:none;
    color:#010101;
    font-size:14pt;
}

#about ul.contact-list li {
    margin-top:50px;
    margin-left:100px;
    clear:both;
}

#about ul.contact-list li img {
    float:left;
}

#about ul.contact-list li p.contact-item {
    width:300px;
    text-align: center;
    margin-left:25px;
    padding-top:10px;
    float:left;
    border-bottom: 1px solid #a07d4a;
    font-size:14pt;
}

#footer {
    padding-top:25px;
    background-color: #343230;
}

#footer p, #footer b {
    color:#fff !important;
}

#footer li {
    list-style: none;
}

#footer .btn-light {
    background: #9f7c4a !important;
    border:none !important;
    color: #fff !important;
}

#footer .btn-light:hover {
    background: #bb9764 !important;
}

/* =====================================================
   RESPONSIVE ERGÄNZUNGEN – DESKTOP BLEIBT UNVERÄNDERT
===================================================== */

@media (max-width: 991px) {

    header #header {
        background-position-y: top;
        padding-bottom:40px;
    }

    header #header #logo {
        width:100%;
        text-align:center;
    }

    header #header #logo img {
        margin-top:40px;
        max-width:300px;
        width:100%;
    }

    #services .row,
    #about .row {
        width:100%;
    }

    #services #top-cards .card {
        height:auto;
        margin-bottom:25px;
    }

    #about ul.contact-list li {
        margin-left:0;
    }

    #about ul.contact-list li p.contact-item {
        width:100%;
        float:none;
        margin-left:0;
    }
}

@media (max-width: 575px) {

    header #slogan span {
        display:block;
        font-size:18pt;
        margin-right:0;
    }

    #about h3 {
        font-size:26pt;
    }

    #about h4 {
        font-size:18pt;
    }

    #about img {
        max-width:100%;
        height:auto;
    }

    footer .row {
        text-align:center;
    }
}

/* =====================================================
   MOBILE & TABLET OPTIMIERUNGEN
   (Desktop bleibt unverändert)
===================================================== */

/* Mobile + Tablet */
@media (max-width: 991px) {

    /* -------------------------
       LOGO größer auf Mobile
    ------------------------- */
    header #header #logo img {
        max-width: 380px;   /* größer als vorher */
        width: 100%;
        margin-top: 50px;
    }

    /* -------------------------
       GENERELLE SECTION-ABSTÄNDE
    ------------------------- */
    #services {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #about {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    /* -------------------------
       SERVICES: Cards untereinander mit Luft
    ------------------------- */
    #services .row {
        margin-bottom: 40px;
    }

    #services .card-fullwidth {
        margin-bottom: 35px;
    }

    /* -------------------------
       ABOUT: Spalten & Inhalte trennen
    ------------------------- */
    #about .col-12 {
        margin-bottom: 40px;
    }

    #about ul li {
        margin-bottom: 15px;
    }

    #about img {
        margin-top: 25px;
    }

    /* -------------------------
       CONTACT-LISTE entzerren
    ------------------------- */
    #about ul.contact-list li {
        margin-top: 35px;
    }
}

/* Extra kleine Smartphones */
@media (max-width: 575px) {

    header #header #logo img {
        max-width: 420px;   /* bewusst groß, Hero-Effekt */
    }

    #services .card-fullwidth {
        margin-bottom: 45px;
    }

    #about {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

