/*
Theme Name: pflanzenschuetzer
Description: Hueman Child Theme
Author: Sam Krieg
Template: hueman
Version: 3.4.1
*/

@import url("../hueman/style.css");

/*  Menu in Theme options
	Vers 1.0 Header Menu Background #7b9a07 #c1ce76
	Vers 1.1 Header Menu Background #4eaf46

/**/

.widget,
.widget a {
    color: #5c5c5c;
}

.widget a:hover,
.widget > h3 a,
.widget > h3 a:hover {
    color: #333;
}

.entry.excerpt {
    color: #666;
}


/* ------------------------------------ */

/*  common : fonts */

.site-title {
    float: left;
    font-size: 42px;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 60px;
    padding: 10px 0;
}

.single .post-title,
.post-byline,
.post-tags,
h4.heading {
    padding: 0 20px;
}
.entry {
    padding-left: 20px;
}
.post-meta .post-date {
    float: left;
    padding-left: 20px;
    font-size: 10px;
        
}

.site-description {
    margin: 10px 0 0 20px;
    padding: 10px 0;
    font-weight: normal;
    font-style: normal;
}

#header {
    //background: -o-linear-gradient(bottom right, #7b9a07, #8cc400);
    background: -webkit-linear-gradient(left top, #FFFFFF, #FFFFFF);
    /*For Safari */
    background: -o-linear-gradient(bottom right, #FFFFFF, #FFFFFF);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #FFFFFF, #FFFFFF);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #FFFFFF, #FFFFFF);
}

.logo-tagline-group img {
    width: 473px;
    height: auto;
}

body {
    background: -webkit-linear-gradient(-65deg, #4eaf46, #3a8f32);
    /* For Safari */
    background: -o-linear-gradient(-65deg, #4eaf46, #3a8f32);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(-65deg, #4eaf46, #3a8f32);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(-65deg, #4eaf46, #3a8f32);
}

/* TITLE SIDEBAR RIGHT */

.s2 .sidebar-top {
    display: none;
}

/* KEINE ARTIKELBILDER AUF DER STARTSEITIE */

.entry.excerpt img {
    display: none;
}

/* KOMMENTARTAGS */

.post-comments,
.comments {
    display: none;
}

/* AUTOR AUSBLENDEN 
.post-byline {
    display: none;
}
*/

/* LOGOLISTE */

#logolist li {
    margin: 0;
    padding: 0;
    list-style: none;
    top: 0;
}

#logolist a {
    height: 80px;
    width: 200px;
    display: block;
}

#logolist li a {
    background-image: url('images/logos.png')
}

#logolist li a.economiesuisse {
    background-position: 200px 0px
}

#logolist li a:hover.economiesuisse {
    background-position: 0px 0px
}

#logolist li a.handelschweiz {
    background-position: 200px -80px;
}

#logolist li a:hover.handelschweiz {
    background-position: 0px -80px;
}

#logolist li a.handelschweizfr {
    background-position: 200px -480px;
}

#logolist li a:hover.handelschweizfr {
    background-position: 0px -480px;
}


#logolist li a.konsumentenforum {
    background-position: 200px -160px;
}

#logolist li a:hover.konsumentenforum {
    background-position: 0px -160px;
}

#logolist li a.promarca {
    background-position: 200px -240px;
}

#logolist li a:hover.promarca {
    background-position: 0px -240px;
}

#logolist li a.skw {
    background-position: 200px -320px;
}

#logolist li a:hover.skw {
    background-position: 0px -320px;
}

#logolist li a.swissretailfederation {
    background-position: 200px -400px;
}

#logolist li a:hover.swissretailfederation {
    background-position: 0px -400px;
}


/* FOOTER */

#footer-bottom {
    //background: -webkit-linear-gradient(left top, #7b9a07 , #8cc400);
    background: -webkit-linear-gradient(left top, #4eaf46, #3a8f32);
    /* For Safari */
    background: -o-linear-gradient(bottom right, #4eaf46, #3a8f32);
    / * For Opera 11.1 to 12.0 */ background: -moz-linear-gradient(bottom right, #4eaf46, #3a8f32);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #4eaf46, #3a8f32);
}

#footer-bottom #back-to-top {
    background-color: #8cc400;
    color: #dac300;
}

@media only screen and (min-width: 720px) {

    #nav-header .nav ul {
        background-color: #da4675 !important;
    }

}
@media only screen and (max-width: 719px) {
    
    #header {
        height: 70px;
    }
    #header .mobile-title-logo-in-header {
        
        display: block;
        float: left;
        height: 50px;
        line-height: 50px;
        width: 75vw;
        position: relative;
        margin: 15px 10px 5px 20px;

    }
}
