body {
    color: #666;
    font-family: "open sans", sans-serif;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    font-size: 18px;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #767676;
    font-family: "roboto condensed";
    text-transform: uppercase;
}
h3 { margin-bottom: 0;}
a {
    color: #666;
}

a:hover,
a:active {
    color: #bdd648;
}

ul,
ol {
    padding-left: 0em;
}

.hide-mobile {
    display: none;
}
.marken .widget_sow-image {
    float: left;
    padding: 0 40px 20px 0px;
}

/*    Navigation    */

.main-navigation .navbar-nav {
    font-family: "roboto condensed";
    font-size: 23px;
    text-transform: uppercase;
}

.main-navigation.navbar-default {
    background-color: #ffffff;
    border-color: #f2f2f2;
}

.affix {
    position: static;
    width: auto;
    padding: 0 8px 20px 8px;
    border-bottom: 1px solid #f2f2f2;
}

.affix-top {
    padding: 0 2.5%;
}


/*    Inhalt    */

.entry-image {
    border: 1px solid #ccc;
}

.jumbotron {
    padding-top: 0px;
    padding-bottom: 0px;
}

.entry-content {
    line-height: 1.6em;
}

.entry-content h1 {
    margin-bottom: 0;
    font-size: 48px;
    line-height: 48px !important;
}

#pl-13 .panel-grid-cell .widget_sow-headline {
    margin-bottom: 5px;
}

p {
    margin: 0 0 1em;
}

.entry-content li {
    list-style:none;
    list-style-image: url(images/li.png);
}

.entry-contentBKP li:before {
    content: "■";
    font-family: "Arial Black";
    font-size: 24px;
    line-height: 1px;
    color: #cbde73;
    margin-right: 7px;
}

.features {
    padding-top: 3em;
    margin-top: 1em;
    border-top: 1px solid #f2f2f2;
}

.features h3 {
    font-family: "open sans";
    margin-bottom: 10px;
    font-size: 18px;
}

.features .so-widget-sow-image-grid-default-8392b8051d0b .sow-image-grid-wrapper {
    padding-top: 0px;
}

.banner-friseur {
    background: #009900 none repeat scroll 0% 0%;
    color: white;
    padding: 0.6em 1em 1em 0px;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
}

.banner-friseur ul li {
    -moz-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
}

.banner-friseur ul li:before {
    font-size: 24px;
    color: #fff;
}

.banner-hund {
    background: #660032 none repeat scroll 0% 0%;
    color: white;
    padding: 0.6em 1em 1em 0px;
    text-align: center;
}

.banner-hund ul li {
    -moz-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
}

.banner-hund ul li:before {
    content: "";
    margin-right: 0px;
}


/*    Footer    */

#site-footer {
    background-color: #f9f9f5;
    padding: 2em 0;
    margin-top: 2em;
    font-size: 14px;
}

#site-footer h4 {
    font-size: 22px;
}

ul#menu-footer-menue {
    font-size: 18px;
    list-style: none;
    font-family: "roboto condensed";
}

span.wpcf7-list-item {
    margin-left: 0.0em;
    margin-right: 1em;
}

/************************/
/* Cookie Consent */
/************************/
body .cc_container {  
    font-size: 14px;
    padding: 10px 30px 10px;
}
body .cc_container .cc_btn, body .cc_container .cc_btn:visited {
    background-color: #bdd648;
}
body .cc_container .cc_btn:hover,body .cc_container .cc_btn:active {
	background-color:#bdd648;
}

@media (min-width: 768px) {
    .hide-mobile {
        display: inherit;
    }
    body {
        padding-top: 50px;
    }
    .main-navigation {
        height: 115px;
    }
    .affix {
        position: fixed;
        background-color: #ffffff;
        top: 0px;
        width: 100%;
        padding: 0;
    }
    .main-navigation .navbar-nav {
        padding-top: 45px;
    }
    .navbar-default .navbar-nav > li > a {
        color: #777;
        padding: 15px 10px;
    }
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > li.current-menu-item > a {
        color: #bdd648;
        background: none;
    }
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #bdd648;
        background: none;
    }
    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:focus,
    .navbar-default .navbar-nav>.open>a:hover {
        background: none;
    }
    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus,
    .dropdown-menu > li.current-menu-item > a {
        color: #bdd648;
    }
    .banner-friseur {
        position: relative;
        text-align: left;
    }
    .banner-friseur img {
        position: absolute;
        top: -15px;
        left: 30px;
    }
    .banner-friseur ul {
        margin-left: 200px;
    }
    .banner-friseur ul li {
        display: inline;
        padding-right: 1em;
    }
    .banner-hund {
        position: relative;
        text-align: left;
    }
    .banner-hund img {
        position: absolute;
        top: -19px;
        left: 0px;
    }
    .banner-hund ul {
        margin-left: 300px;
        padding-top: 2em;
        padding-bottom: 1em;
    }
    .banner-hund ul li {
        display: inline;
        padding-right: 1em;
    }
    .sow-image-grid-wrapper {
        text-align: left;
    }
}
@media (min-width: 992px) {
    #site-footer .site-links {width:14.66666667%;}
    #site-footer .marken {width: 27%}
}
@media (min-width: 1300px) {
    .main-navigation {
        margin-bottom: 0;
    }
    .entry-content {
        margin-top: 20px;
    }
    .container {
        width: 1270px;
    }
    #navbar ul.nav {
        margin-left: 80px;
    }
}