*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html, body{
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "azo-sans-web",sans-serif;
    font-size: 16px;
    color: #2a2d2c;
}
.clearfix:before,
.clearfix:after{
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}

h1, h2{
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #497636;
    text-transform: uppercase;
}
h3{
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    color: #497636;
    text-transform: uppercase;
}
p{
    margin-top: 0;
    line-height: 26px;
}
a{
    color: #2a2d2c;
    text-decoration: none;
}
a:hover{
    color: #2a2d2c;
    text-decoration: underline;
}
header,
.wrapper{
    width: 100%;
}
header{
    padding: 21px 0;
}
.logo{
    width: 100%;
    text-align: center;
}
.header-title{
    text-align: center;
}
.header-title h1{
    text-align: center;
    margin-bottom: 0;
}
.header-title h1 small{
    font-size: 16px;
    font-weight: 400;
    color: #2a2d2c;
    display: block;
    clear:both;
    text-transform: none;
}

.apotheek{
    width: 100%;
    margin-bottom: 18px;
}
.apotheek:last-child{
    margin-bottom: 0;
}
.hellebore{
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 30px 27px;
	background-color: #eee;
}
.mandragore{
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 30px 27px;
	background-color: #eee;
}
.content{
    background: #FFF;
    background: rgba(255,255,255,0.95);
    padding: 25px;
}
.content h2{
    margin-top: 0;
    margin-bottom: 0;
}
.openingsuren div{
    font-size: 13px;
    line-height: 22px;
    float: left;
}
.openingsuren .day{
    width: 80px;
    clear: left;
}
.openingsuren .vm{
    border-left: 1px solid #a8a9a9;
    clear: right;
    padding-left: 15px;
}
.openingsuren .nm{
    border-left: 1px solid #a8a9a9;
    clear: left;
    margin-left: 80px;
    padding-left: 15px;
}
.openingsuren .nm.empty{
    display: none;
}
.button-set{
    text-align: left;
}
a.button{
    color: #497636;
    border: 3px solid #497636;
    text-transform: uppercase;
    padding: 17px 18px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 21px;
    display: inline-block;
    line-height: 100%;
}
a.button:hover{
    text-decoration: none;
    color: #FFF;
    background: #497636;
}


/* DESKTOP STYLES */
@media screen and (min-width: 991px){

    header{
        padding: 40px 0 50px 0;
        text-align: center;
    }

    .logo,
    .header-title{
        width: auto;
    }

    .logo{
        margin-right: 30px;
    }
    .header-title{
        top: -24px;
        position: relative;
    }

    .apotheek{
        width: 50%;
        float: left;
    }
    .apotheek:first-child{
        padding-right: 6px;
    }

    .hellebore,
    .mandragore{
        padding: 60px 0;
    }

    .content{
        padding: 55px 50px;
        max-width: 430px;
        margin: 0 auto;
    }

    .openingsuren{
        min-height: 132px;
    }

    .openingsuren .day{
        width: 94px;
    }

    .openingsuren .vm{
        border-left: 0;
    }

    .openingsuren .nm{
        clear: none;
        margin-left: 15px;
    }

    .openingsuren .nm.empty{
        display: block;
    }

    .button-set{
        text-align: center;
    }
    a.button{
        margin-top: 44px;
    }

}
.h24 {height:124px;margin: 0 24px 0 24px;}
