/*
Theme Name:   WilliBucheli
Description:  Write here a brief description about your child-theme
Author:       admin
Author URL:   https://stage.willibucheli.ch
Template:     medicenter/medicenter
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  WilliBucheli
*/

/* Write here your own personal stylesheet */
/*header*/
/*logo */

.logo {
    float: left;
    padding-top: 21px;
    color: #000000;
}

a img, .wpb_text_column img {
    max-width: 100%;
    /* height: auto; */
    height: 77px;
}

.header-left a img {
    float: left;
    margin-right: 16px;
    background: none;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}

/*Navigation */
.sf-menu {
    float: left;
    padding-left: 24px;
    padding-top: 10px;
    margin-bottom: 1em;
}

.sf-menu li {
    background: #0000;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background: #0000;
    outline: 0;
}