.anfragen{
color: #fff;
}
.anfragen a:hover{
color: #ff0;
}
body{
    font-size: 16px;
    font-family:Candara,Leelawadee,Calibri,sans-serif;
    color: #333;
    font-weight: 400;
    background: #333;
}

section{
    color: #333;
}

h1{
    color: #ff0;
    font-size: 28px;
}
h2, h3{
    color: #333;
}
h2{
    margin-bottom: 40px;
}

.font-black p,
.font-black{
    color: #333;
}

a{
    color: #d1d1d1;
}
a:hover{
    color: #333;
}

.btn-transparent{
    border: 1px solid #ff0;
    color: #333;
    padding: 6px 15px;
    height: 40px;
    font-size: 1.5rem;
    background: transparent;
}
.btn-transparent:hover{
    background: #ff0;
}

.container > section{
    padding: 15px 0;
}
section{
    background: #fff;
    color: #fff;
    border-bottom: 1px solid #d1d1d1;
}
section:last-of-type{
    border: none;
}

/* navigation */
nav{
    background-color: #3f3f3f;
}
.navbar{
    border-radius: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
ul.navbar-left{
    margin-left: 10px;
}
.navbar-brand:first-of-type{
    padding: 0;
}
.navbar-brand.visible-xs{
    float: right;
}
.navbar-brand.visible-xs:hover{
    color: #ff0;
}
.navbar-brand > img{
    position: relative;
    top:-10px;
    left:-1px;
    max-height: 70px;
}
nav a,
.dropdown-menu > li > a{
    color: #fff;
    padding: 5px 20px;
    font-size:1.6rem;
}
.navbar-toggle .icon-bar{
    background-color: #fff;
}
.nav>li>a:focus,
.nav>li>a:hover,
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover{
    background-color: #ff0;
    color: #333;
}

/* Banner */
.hero{
    display: flex;
    height: 630px;
    border: none;
    max-height: 100vh;
    background-color: #333;
}
.hero > div{
    display: flex;
    flex-direction:column;
    justify-content:center;
}
.hero > div > div{
    background: rgba(0,0,0,0.5);
    padding: 20px;
    margin-bottom: 15px;
}
.hero h1{
    margin-top: 0;
    text-align: center;
}
.hero p{
    text-align: justify;
}

/* Hintergrundbilder */
.bg-start{
    background-image: url(../img/Start-hero.jpg) !important;
    background-size: cover;
    background-position: center;
}

.bg-barhuf{
    background-image: url(../img/DSC05085.jpg) !important;
    background-size: cover;
    background-position: 20% 0;
}
.bg-waage{
    background-image: url(../img/DSC05057_web.jpg) !important;
    background-size: cover;
    background-position: left;
}
.bg-platzhalter{
    background-image: url("../img/header-platzhalter.jpg") !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Start Angebot */
.angebots-container{
    display: flex;
    width: 100%;
}
.vorschaubox{
    border: 1px solid #ff0;
    padding: 0;
    display: flex;
    flex-direction:column;
    justify-content: space-between;
    margin: 0 15px;
    background: #333;
}
.vorschaubox .header{
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #ff0;
}
.vorschaubox .header h2{
    color: #fff;
    margin: 0;
    font-weight: 200;
}
.vorschaubox .content{
    padding: 15px;
}
.vorschaubox .content .checklist{
    margin-bottom: 0;
    list-style-type: none;

}
.checklist li{
    position: relative;
    padding-left:15px;
    line-height: 1.3;
    margin-bottom:10px;
}
.checklist li:before{
    font-family:'Material Icons';
    content:'\E876';
    position: absolute;
    left: -20px;
    font-size: 2rem;
    line-height: 0.9;
    color: #ff0;
}
.vorschaubox .footer{
    background: #ff0;
    text-align: center;
    border-top: 1px solid #ff0;
}
.vorschaubox .footer a{
    color: #1d1d1d;
    padding: 10px 15px;
    display: block;
    font-weight: bold;
}
.vorschaubox .footer:hover{
    background: #fff;
}
.vorschaubox .footer a:hover{
    text-decoration: none;
}

/* Angebot/Leistungen */
.kategorie-angebot .angebots-container > p{
    padding: 0 50px 15px 50px;
}
.waage-leistungen > div{
    justify-content: flex-start;
}

/* Barhuf Preise */
table{
    font-size: 1.8rem;
    line-height:1.8;
    border-collapse: separate;
}
tr:nth-of-type(odd){
    background-color: #f2f2f2;
}
tr:nth-of-type(even){
    background-color: #e2e2e2;
}
td, th{
    padding: 5px 10px;
}

/* Waage Preis */
.waage-preise small{
    margin-top: 10px;
}

/* Waage Intro */
.warum-wiegen{
    list-style-type: none;
    background: #333;
    margin-bottom: 0;
    color: #fff;
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.warum-wiegen li{
    font-size: 2rem;
    line-height: 1;
    display: flex;
    padding: 10px;
    margin-bottom: 0;
}
.warum-wiegen li .material-icons{
    color: #ff0;
}

/* Kontakt */
.kontakt{
    color: #333;
}
.kontakt label{
    padding-left: 0 !important;
    font-size: 1.8rem;
}
.kontakt input,
.kontakt textarea{
    margin-bottom: 15px;
    border: none;
    background: #e2e2e2;
    padding: 6px 10px;
    font-size: 2rem;
}
.kontakt button[type=submit]{
    margin-right: 0;
    margin-left: auto;
    display: block;
}
/* Karte */
.i4ewOd-pzNkMb-haAclf{
    background-color: #333;
}
iframe{
    border: none;
    margin-top: 15px;
    margin-bottom: 20px;
}

/* Footer */
footer{
    background: #3f3f3f;
    padding: 20px;
    margin-top: 10px;
}
footer ul{
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    display: inline-block;
}
footer ul:first-of-type{
    float: left;
}
footer ul:last-of-type{
    float: right;
}
footer ul li{
    display: inline-block;
    margin-left: 10px;
}
footer ul li,
footer ul li a{
    color :#d1d1d1;
}
footer a:hover{
    color: #ff0;
    text-decoration: none;
}

@media(max-width: 525px){
    .navbar-brand.visible-xs{
        margin-top: 15px;
        clear: both;
        text-align: center;
    }
}

@media (max-width: 767px){
    .xs-no-border-bottom{
        border-bottom:none;
    }
    .angebots-container{
        flex-wrap: wrap;
    }
    .angebots-container .vorschaubox{
        margin-bottom: 15px;
    }
}
@media(min-width: 768px) {
    h1{
        font-size: 36px;
    }
    /* Hintergrundbilder */
    .bg-start{
        background-size: cover;
        background-position: center;
    }
    .bg-waage{
        background-position: center;
    }
    .navbar {
        border-radius: 0;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .navbar-brand > img{
        top: -20px;
        max-height: 90px;
    }
    .navbar-nav>li>.dropdown-menu,
    .dropdown-menu > li > a {
        background-color: #3f3f3f;
        color: #fff;
    }
    .container > section{
        padding: 20px;
    }

    /* Barhufpflege Angebot */
    .kategorie-angebot .angebots-container > p{
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 0;
    }
    /* Waage Intro */
    .warum-wiegen{
        display: flex;
        margin-left: -40px;
        margin-top: 40px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .warum-wiegen li{
        justify-content: space-around;
        padding: 20px 10px;
    }

    /* Kontakt */
    .kontakt > p{
        margin-bottom: 30px;
    }
    iframe{
        margin: 0;
    }
}

@media(min-width: 992px){
    .container > section{
        padding: 40px;
    }
    /* Barhufpflege Angebot */
    .kategorie-angebot .angebots-container > p{
        margin-right: 8.33%;
    }

    /* Angebot/Leistung */
    .waage-leistungen > div:first-of-type{
        margin-left: 8.33%;
    }
}