@import url("fonts.css");
/* - - - - - - - - - - - - */
@import url("normalize.css");
/* - - - - - - - - - - - - */
@import url("layout.css");
@import url("content.css");
@import url("navigation.css");

@import url("http://lib.hmcms.nl/js/2/flexslider/css/bare.css");
@import url("http://lib.hmcms.nl/css/hm.cookie.control.css");
/*@import url("http://lib.hmcms.nl/js/2/tipped4/css/tipped.css");*/


@media print {
	.topbar__large,
	.topbar__small,
	.topbar__mob,
	.flexslider,
	.nav-main,
	.footer {
	  display: none;
	}
	.wrapper {
	  padding-top: 0;
	}
}


#cookie-control p, #cookie-control-accept, #cookie-control-decline{
	font-family: 'Duepuntozero',sans-serif;
	font-size:1em;
}
#cookie-control-accept {
    font-family: 'Duepuntozero',sans-serif;
    font-size: 1em;
    display: inline-block;
    margin: 0 5px 3px 0;
    padding: 8px 18px 3px;
    border: 1px solid #CCC;
    border-radius: 3px;
    line-height: 1.5em;
    color: #555;
    text-shadow: none;
    background-color: #FFF;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -ms-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}
#cookie-control-accept:hover {
    font-family: 'Duepuntozero',sans-serif;
    font-size: 1em;
    display: inline-block;
    margin: 0 5px 3px 0;
    padding: 8px 18px 3px;
    border: 1px solid #CCC;
    border-radius: 3px;
    line-height: 1.5em;
    color: #555;
    text-shadow: none;
    background-color: #FFF;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -ms-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}