body {
  background: #fff;
  margin: 0px;
  padding: 0px;
  font-family:Arial, Helvetica, sans-serif;
  background: url(images/header_bg.jpg) repeat-x #fff;
}
body img.bg {
  background: transparent;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
}

/*
----------------------------- */
.hidden {display: none;}
.clear {clear: both; height: 0px; border: 0px;}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

img {border: 0;}
hr {
    border: 0;
    color: #ccc;
    background-color: #ccc;
    height: 1px;
}


/* links
------------------------------ */
a {color: #009FF1;}
a.pdf {
    padding-left: 24px;
    background: url(./images/icon-pdf.png) left bottom no-repeat;
}
a.epub {
    padding-left: 24px;
    background: url(./images/icon-epub.png) left bottom no-repeat;
}




/* colors
------------------------------------------------------------- */
body.maven-blauw div#wrapper div#header a#logo_div {
    background:url(images/logo1.png) no-repeat;
}
body.maven-blauw div#wrapper div.sidebar h2,
body.maven-blauw  div#wrapper div.sidebar h2 a:link,
body.maven-blauw  div#wrapper div.sidebar h2 a:visited,
body.maven-blauw  div#wrapper div.sidebar h2 a:hover,
body.maven-blauw  div#wrapper div.sidebar h2 a:active {
    color: #009FF1;
}
body.maven-rood div#wrapper div#header a#logo_div {
    background:url(images/logo2.png) no-repeat;
}
body.maven-rood div#wrapper div.sidebar h2,
body.maven-rood div#wrapper div.sidebar h2 a:link,
body.maven-rood div#wrapper div.sidebar h2 a:visited,
body.maven-rood div#wrapper div.sidebar h2 a:hover,
body.maven-rood div#wrapper div.sidebar h2 a:active {
    color: #d90019;
}
body.maven-oranje div#wrapper div#header a#logo_div {
    background:url(images/logo3.png) no-repeat;
}
body.maven-oranje div#wrapper div.sidebar h2,
body.maven-oranje  div#wrapper div.sidebar h2 a:link,
body.maven-oranje  div#wrapper div.sidebar h2 a:visited,
body.maven-oranje  div#wrapper div.sidebar h2 a:hover,
body.maven-oranje  div#wrapper div.sidebar h2 a:active {
    color: #ff6e00;
}
body.maven-groen div#wrapper div#header a#logo_div {
    background:url(images/logo4.png) no-repeat;
}
body.maven-groen div#wrapper div.sidebar h2,
body.maven-groen  div#wrapper div.sidebar h2 a:link,
body.maven-groen  div#wrapper div.sidebar h2 a:visited,
body.maven-groen  div#wrapper div.sidebar h2 a:hover,
body.maven-groen  div#wrapper div.sidebar h2 a:active {
    color: #009a29;
}
body.maven-roze div#wrapper div#header a#logo_div {
    background:url(images/logo5.png) no-repeat;
}
body.maven-roze div#wrapper div.sidebar h2,
body.maven-roze  div#wrapper div.sidebar h2 a:link,
body.maven-roze  div#wrapper div.sidebar h2 a:visited,
body.maven-roze  div#wrapper div.sidebar h2 a:hover,
body.maven-roze  div#wrapper div.sidebar h2 a:active {
    color: #FF87BC;
}





/* layout
--------------------------------------------------------------- */
div#wrapper {
  width: 972px;
  margin: 0px auto;
}

div#wrapper div#header {
    position: relative;
  width: 972px;
  margin: 30px 0px 30px 0px;
  float: left;
}

/* logo */
div#wrapper div#header a#logo_div {
    position: absolute;
    left: 0;
    top: 0;
  display: block;
  width: 211px;
  height: 119px;
  background:url(images/logo1.png) no-repeat;
}






/* navigatie */
div#wrapper div#header ul#nav {
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  float: right;
  font-family: Verdana, Geneva, sans-serif;
    /*width: 711px;*/
    overflow: hidden;
}
div#wrapper div#header ul#nav li {
  float: left;
  margin: 0px 0px 0px 20px;
}
li.headlink {
  position: relative;
}
li.headlink ul { display: none; }
li.headlink:hover ul { display: block; position: absolute;}
li.headlink ul {
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
  list-style-type: none;
  z-index: 2;
}
li.headlink ul li{
  clear: both;
}
div#wrapper div#header ul#nav li.headlink ul li a:link,
div#wrapper div#header ul#nav li.headlink ul li a:visited {
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding: 3px;
  text-decoration: none;
  color: #fff;
  background: #000;
  border: none;
  white-space: nowrap;
  text-transform: none;
}
div#wrapper div#header ul#nav li.headlink ul li a:hover,
div#wrapper div#header ul#nav li.headlink ul li a:active,
div#wrapper div#header ul#nav li.headlink ul li.active a {
  background: #333;
  border: none;
  white-space: nowrap;
}
div#wrapper div#header ul#nav li a:link,
div#wrapper div#header ul#nav li a:visited {
  font-size: 30px;
  font-weight: bold;
  display: block;
  padding: 0px 0px 3px 0px;
  text-decoration: none;
  color: #000;
  border-bottom: 3px solid transparent;
  text-transform: uppercase;
}
div#wrapper div#header ul#nav li a:hover,
div#wrapper div#header ul#nav li a:active,
div#wrapper div#header ul#nav li a.active {
  border-bottom: 3px solid #000;
}
div#wrapper div#main {
  width: 726px;
  float: left;
  margin: 0px;
}
div#wrapper div#main.wide {
    width: 100%;
}


div#wrapper div#main div.post div.top {
  /*width: 626px;*/
  height: 21px;
  /*background:url(images/post_top_bg.gif) no-repeat;*/
  /*float: left;*/
  margin: 0px;
  padding: 0px;
  font-size: 2px;
  line-height: 2px;
}
div#wrapper div#main div.post div.bottom {
  /*width: 626px;*/
  height: 5px;
  /*background:url(images/post_bottom_bg.gif) no-repeat;*/
  /*float: left;*/
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
div#wrapper div#main div.post div.middle {
  /*width: 626px;*/
  /*background:url(images/post_middle_bg.jpg) repeat-y;*/
  /*float: left;*/
  margin: 0px 0px 0px 0px;
  padding: 0px;
  font-size: 12px;
  line-height: 17px;
}
div#wrapper div#main div.post div.middle a:link, div#wrapper div#main div.post div.middle a:visited {
  color: #009ff1;
  text-decoration: none;
}
div#wrapper div#main div.post div.middle a:hover, div#wrapper div#main div.post div.middle a:active {
  color: #009ff1;
  text-decoration: underline;
}
div#wrapper div#main div.post div.middle h1,
div#wrapper div#main div.post div.middle h2
{
  font-size: 26px;
  font-weight: bold;
  margin: 0px;
  padding: 0px 0px 10px 0px;
}
/*
div#wrapper div#main div.post div.middle small {
  font-size: 14px;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #000;
  height: 30px;
  display: block;
}
*/
div#wrapper div#main div.post div.middle h1 a:link, div#wrapper div#main div.post div.middle h1 a:visited,
div#wrapper div#main div.post div.middle h2 a:link, div#wrapper div#main div.post div.middle h2 a:visited
{
  text-decoration: none;
  color: #000;
}
div#wrapper div#main div.post div.middle h1 a:hover, div#wrapper div#main div.post div.middle h1 a:active,
div#wrapper div#main div.post div.middle h2 a:hover, div#wrapper div#main div.post div.middle h2 a:active
{
  text-decoration: underline;
}
div.entry * {
  font-size: 12px;
  line-height: 17px;
}
.postmetadata {
  font-size: 11px;
  font-weight: bold;
  color: #666;
  padding: 5px 0px 0px 0px;
  border-top: 1px solid #ccc;
  clear: both;
}

.postmetadata .col1 {
    float: left;
    width: 70%;
}
.postmetadata .col2 {
    float: left;
    width: 30%;
}
.single-titles .postmetadata {
    background-color: #f6f6f6;
}
.postmetadata .sociable {
    padding: 0;
    border: 0;
    margin: 0;
    background-color: transparent;
    text-align: right;
}

div#wrapper div#main div.post div.middle .postmetadata a:link,
div#wrapper div#main div.post div.middle .postmetadata a:visited {
  text-decoration: underline;
  font-size: 11px;
  color: #666;
}
div#wrapper div#main div.post div.middle .postmetadata a:hover,
div#wrapper div#main div.post div.middle .postmetadata a:active {
  color: #009ff1;
}
ol.commentlist {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  border-top: 1px solid #ccc;
  width: 626px;
  clear:both;
}
ol.commentlist li.even {
  border-bottom: 1px solid #ccc;
  background: #f9f9f9;
  padding: 10px;
}
ol.commentlist li.odd {
  border-bottom: 1px solid #ccc;
  background: #fff;
  padding: 10px;
}
div#wrapper div.sidebar {
  width: 226px;
  float: left;
  margin: 0px 0px 0px 20px;
  font-size: 12px;
  line-height: 17px;
}
div#wrapper div.sidebar div.widget_changer img {
  margin: 0px 0px 5px 0px;
}
div#wrapper div.sidebar div.widget_changer a:link, div#wrapper div.sidebar div.widget_changer a:visited {
  color: #000;
}
div#wrapper div.sidebar div.sidesep {
  width: 30px;
  height: 10px;
}
div#wrapper div.sidebar div.widget {
  margin: 0px 0px 20px 0px;
  float: left;
  overflow: hidden;
}
div#wrapper div.sidebar div.widget div.top {
  width: 203px;
  height: 5px;
  /*background:url(images/widget_top_bg.gif) no-repeat;*/
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  font-size: 2px;
  line-height: 2px;
}
div#wrapper div.sidebar div.widget div.bottom {
  width: 203px;
  height: 5px;
  /*background:url(images/widget_bottom_bg.gif) no-repeat;*/
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
div#wrapper div.sidebar div.widget div.intekenen input, div#wrapper div.sidebar div.widget div.intekenen select {
  width: 181px;
}
div#wrapper div.sidebar div.widget div.intekenen input, div#wrapper div.sidebar div.widget div.intekenen span.small {
  font-size: 10px;
  line-height: 14px;
}
div#wrapper div.sidebar div.widget div.middle {
  /*width: 181px;*/
  /*background:url(images/widget_middle_bg.jpg) repeat-y;*/
  float: left;
  margin: 0px 0px 0px 0px;
  /*padding: 10px 22px 10px 10px;*/
}

/* Twitter sidebar */
ul.tweets {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
ul.tweets li {
  font-size: 12px;
  line-height: 17px;
  padding: 5px 0px;
  border-bottom: 1px solid #ccc;
}
ul.tweets li a:link, ul.tweets li a:visited {
  text-decoration: underline;
  color: #000;
}
ul.tweets li a:hover, ul.tweets li a:active {
  text-decoration: underline;
}

ul.twitter-hash-tag-widget {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
ul.twitter-hash-tag-widget li {
  font-size: 12px;
  line-height: 17px;
  padding: 5px 0px;
  border-bottom: 1px solid #ccc;
}
ul.twitter-hash-tag-widget li a:link, ul.twitter-hash-tag-widget li a:visited {
  text-decoration: underline;
  color: #000;
}
ul.twitter-hash-tag-widget li a:hover, ul.twitter-hash-tag-widget li a:active {
  text-decoration: underline;
}

/* FindUs sidebar */
ul.findus {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
ul.findus li {
  font-size: 12px;
  line-height: 16px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
  height: 16px;
}
ul.findus li a:link, ul.findus li a:visited {
  text-decoration: none;
  color: #000;
}
ul.findus li a:hover, ul.findus li a:active {
  text-decoration: underline;
}
div.sidebar div.widget_text ul.findus img {
  margin: 0px 10px 0px 0px;
  padding: 0px;
  vertical-align: middle;
}
/* Cat-post sidebar */
ul.cat-post {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
ul.cat-post li {
  font-size: 12px;
  line-height: 17px;
  padding: 0px 0px 5px 0px;
  margin: 0px 0px 5px 0px;
  border-bottom: 1px solid #ccc;
}
ul.cat-post li a:link, ul.cat-post li a:visited {
  text-decoration: none;
  color: #000;
}
ul.cat-post li a:hover, ul.cat-post li a:active {
  text-decoration: underline;
}

div.sidebar ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
div.sidebar ul li {
  font-size: 12px;
  line-height: 17px;
  padding: 0px 0px 5px 0px;
  margin: 0px 0px 5px 0px;
  border-bottom: 1px solid #ccc;
}
div.sidebar ul li a:link, div.sidebar ul li a:visited {
  text-decoration: none;
  color: #000;
}
div.sidebar ul li a:hover, div.sidebar ul li a:active {
  text-decoration: underline;
}

/* Sidebar colors */
body div#wrapper div.sidebar h2 {
  font-size: 26px;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  /*border-bottom: 1px solid #ccc;*/
}
body div#wrapper div.sidebar h2 a:link,
body div#wrapper div.sidebar h2 a:visited,
body div#wrapper div.sidebar h2 a:hover,
body div#wrapper div.sidebar h2 a:active {
  font-size: 26px;
  font-weight: bold;
  text-decoration: none;
}

/* Color headings */
div.sidebar div.widget_text div.middle h2 {
  color: #ff6e00;
}
div.sidebar div.widget_twitter div.middle h2 a:link, div.sidebar div.widget_twitter div.middle h2 a:visited, div.sidebar div.widget_twitter div.middle h2 a:hover, div.sidebar div.widget_twitter div.middle h2 a:active {
  color: #009a29;
}
div.sidebar div.widget_twitter_hash_tag div.middle h2 a:link, div.sidebar div.widget_twitter_hash_tag div.middle h2 a:visited, div.sidebar div.widget_twitter_hash_tag div.middle h2 a:hover, div.sidebar div.widget_twitter_hash_tag div.middle h2 a:active {
  color: #009a29;
}
div.sidebar div.widget_categoryposts div.middle h2 a:link, div.sidebar div.widget_categoryposts div.middle h2 a:visited, div.sidebar div.widget_categoryposts div.middle h2 a:hover, div.sidebar div.widget_categoryposts div.middle h2 a:active {
  color: #ff87bc;
}
div.sidebar div.widget_search div.middle h2 {
  color: #009ff1;
}
div.sidebar div#text-5 h2 {
  color: #d90019;
}
/* Sidebar overig */
label.screen-reader-text {
  display: none;
}

/* Post sociable */
div.sociable {
  background: #f6f6f6;
  border-top: 1px solid #ccc;
  padding: 5px;
  margin: 0px;
}

/* footer
------------------------ */
div#footer {
  float: left;
  width: 950px;
  clear: both;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  margin: 10px 0px 0px 0px;
}


/* no-sidebar
----------------------------------------------- */
body.no-sidebar div#wrapper div#main {
  width: 949px;
}
body.no-sidebar div#wrapper div#sidebar {
  width: 0px;
  display: none;
}

/* kleuren
------------------------------------------- */
span.tagline {
    /*border-top: 1px solid #ccc;*/
    clear: both;
    display: block;
    padding: 15px 0px;
    /*margin-top: 15px;*/

    color: rgba(255, 255, 255, 0.94);
    text-align: center;
    font-weight: bolder;
    font-size: 1.9em;
    line-height: 1.3em;
    opacity: 0.9;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.maven-blauw span.tagline {
  color: #009ff1;
}
.maven-rood span.tagline {
  color: #e7002d;
}
.maven-oranje span.tagline {
  color: #ff6e00;
}
.maven-roze span.tagline {
  color: #ff87bc;
}
.maven-groen span.tagline {
  color: #009a29;
}

body div#wrapper div#main div.post a.blue:link, body div#wrapper div#main div.post a.blue:visited, body div#wrapper div#main div.post a.blue:hover, body div#wrapper div#main div.post body div#wrapper div#main div.post a.blue:active {
  color: #009ff1;
  text-decoration: none;
}
body div#wrapper div#main div.post a.red:link, body div#wrapper div#main div.post a.red:visited, body div#wrapper div#main div.post a.red:hover, body div#wrapper div#main div.post a.red:active {
  color: #e7002d;
  text-decoration: none;
}
body div#wrapper div#main div.post a.orange:link, body div#wrapper div#main div.post a.orange:visited, body div#wrapper div#main div.post a.orange:hover, body div#wrapper div#main div.post a.orange:active {
  color: #ff6e00;
  text-decoration: none;
}
body div#wrapper div#main div.post a.pink:link, body div#wrapper div#main div.post a.pink:visited, body div#wrapper div#main div.post a.pink:hover, body div#wrapper div#main div.post a.pink:active {
  color: #ff87bc;
  text-decoration: none;
}
body div#wrapper div#main div.post a.green:link, body div#wrapper div#main div.post a.green:visited, body div#wrapper div#main div.post a.green:hover, body div#wrapper div#main div.post a.green:active {
  color: #009a29;
  text-decoration: none;
}
img.inlinephoto {
  float: left;
  border: 1px solid #ccc;
  padding: 4px;
  margin: 0px 15px 15px 0px;
}


/* titles and writers galery list
--------------------------------------- */
#list-gallery {
    margin: auto;
}
#list-gallery .gallery-item {
    float: left;
    margin: 0 0 0 0;
/*    text-align: center;*/
    width: 242px;
    height: 242px;
    overflow: hidden;
}

#list-gallery .gallery-item a {
    -webkit-transition:all 0.3s;
    -webkit-transition-delay:0s;
    -moz-transition:all 0.3s 0s;
    -o-transition:all 0.3s 0s;
    transition:all 0.3s false 0s;
    margin-left: 0;
    margin-top: 0;
    width: 242px;
    height: 484px;
    display: block;
    text-decoration: none;
    text-align: center;
}

#list-gallery .gallery-item a:hover {
    -webkit-transition:all 0.3s;
    -webkit-transition-delay:0.2s;
    -moz-transition:all 0.3s 0.2s;
    -o-transition:all 0.3s 0.2s;
    transition:all 0.3s false 0.2s;
    margin-top: -242px;
}

#list-gallery .gallery-item h4 {
  margin: 10px 0 0 0;
  text-align: center;
  font-family: BureauGrotesqueThreeSeven, sans-serif;
  color: black;
  font-size: 28px;
  padding: 10px;
}

#list-gallery .gallery-item a .quote {
  padding: 15px 10px 0 10px;
  font-size: 14px;
}

#list-gallery .gallery-item a .quote .content {
  font-family: BureauGrotesqueThreeSeven, sans-serif;
  color: black;
  line-height: 1.3em;
}

#list-gallery .gallery-item a .quote .source {
  font-family: BureauGrotesqueFiveOne, sans-serif;
  line-height: 1.3em;
}

#list-gallery .gallery-item a .tagline {
  font-family: BureauGrotesqueFiveOne, sans-serif;
  line-height: 1.3em;
  font-size: 12px;
  padding: 5px 10px 0 10px;
  color: black;
}

#list-gallery .gallery-item a .auteur {
  font-family: BureauGrotesqueFiveOne, sans-serif;
  line-height: 1.3em;
  font-size: 12px;
  padding: 0 10px 0 10px;
  color: black;
}

#list-gallery .gallery-caption {
  margin-left: 0;
}

/* quote boek pagina */
#title-cover .quote {
  padding: 0 6px 0 6px;
}

#title-cover .quote .content {
  font-family: BureauGrotesqueThreeSeven, sans-serif;
  font-size: 18px;
  line-height: 1.3em;
}

#title-cover .quote .source {
  font-family: BureauGrotesqueFiveOne, sans-serif;
  font-size: 18px;
  line-height: 1.3em;
}

body.maven-blauw #title-cover .quote .source {
  color:rgba(0, 159, 241, 1.0);
}
body.maven-rood #title-cover .quote .source {
  color:rgba(217, 0, 25, 1.0);
}
body.maven-oranje #title-cover .quote .source {
  color:rgba(255, 110, 0, 1.0);
}
body.maven-groen #title-cover .quote .source {
  color:rgba(0, 154, 41, 1.0);
}
body.maven-roze #title-cover .quote .source {
  color:rgba(255, 135, 188, 1.0);
}

/* sidebar
--------------------------------------------- */
.buy-now-list {
}
.buy-now-list li {
    clear: both;
    display: block;
    height: auto;
}
.sidebar .buy-now-list li a:link,
.sidebar .buy-now-list li a:visited,
.sidebar .buy-now-list li a:active,
.sidebar .buy-now-list li a:hover
{
    color: #009FF1;
}

/* titles
--------------------------------------------- */
.single-titles h1.has_thumbnail {
    /*
    text-indent: -9000px;
    height: 0px;
    */
}

.single-titles #title-cover,
.single-titles #title-previews {
    float: left;
    width: 220px;
    margin: 0;
    margin-right: 20px;
}
.single-titles #title-cover img {
    margin: 0;
}
.single-titles #title-description,
.single-titles #title-info {
    float: left;
    margin: 0;
    width: 477px;
}
.single-titles #title-description {
    /* height: 310px;*/
    overflow: hidden;
}

.single-titles #title-description > p {
    margin-top: 0px;
    margin-bottom: 20px;
}
.single-titles #title-previews,
.single-titles #title-info {
    margin-top: 15px;
}

.single-titles #title-previews a {
    display: block;
    font-size: 11px;
}

#audiobook_preview {
    display: block;
    color: #009FF1;
    font-size: 11px;
    padding-left: 24px;
    background: url(./images/icon-audio.png) left top no-repeat;
    /*
    padding-top: 40px;
    background: url(./images/icon_audiobook.jpg) top left no-repeat;
    */
}


.single-titles #title-tagline {
    clear: both;
    margin-top: 35px;
}


/* lists
----------------------------------------- */
ul.extra-meta {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.extra-meta li {
    clear: both;
    font-weight: bold;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.extra-meta li span.desc {
    display: block;
    text-align: left;
    width: 320px;
    font-weight: normal;
    margin-left: 10px;
    float: right;
}
ul.extra-meta li span.desc span {
    display: block;
    float: right;
    width: 310px;
}







/* font-face
------------------------------------- */
@font-face {
    font-family: 'BureauGrotesqueFiveOne';
    src: url('fonts/bureagrofivone-webfont.eot');
    src: local('☺'), url('fonts/bureagrofivone-webfont.woff') format('woff'), url('fonts/bureagrofivone-webfont.ttf') format('truetype'), url('fonts/bureagrofivone-webfont.svg#webfontmJfv6aNQ') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BureauGrotesqueFiveThree';
    src: url('fonts/bureagrofivthr-webfont.eot');
    src: local('☺'), url('fonts/bureagrofivthr-webfont.woff') format('woff'), url('fonts/bureagrofivthr-webfont.ttf') format('truetype'), url('fonts/bureagrofivthr-webfont.svg#webfontBnvdTeqx') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BureauGrotesqueThreeSeven';
    src: url('fonts/bureagrothrsev-webfont.eot');
    src: local('☺'), url('fonts/bureagrothrsev-webfont.woff') format('woff'), url('fonts/bureagrothrsev-webfont.ttf') format('truetype'), url('fonts/bureagrothrsev-webfont.svg#webfontsxRatTp9') format('svg');
    font-weight: normal;
    font-style: normal;
}
.BureauGrotesqueFiveOne {
    font-weight: normal;
    font-style: normal;
    line-height:normal;
    font-family: 'BureauGrotesqueFiveOne', sans-serif;
    font-size-adjust: 0.57;
}
div.post h1, div.post h2, ul#nav li a, div.sidebar h2,
.BureauGrotesqueFiveThree {
    font-weight: normal;
    font-style: normal;
    line-height:normal;
    font-family: 'BureauGrotesqueFiveThree', sans-serif;
    font-size-adjust: 0.57;
}
.BureauGrotesqueThreeSeven {
    font-weight: normal;
    font-style: normal;
    line-height:normal;
    font-family: 'BureauGrotesqueThreeSeven', sans-serif;
    font-size-adjust: 0.57;
}





/* BUTTONS
----------------------------------------- */
.ideal-button {
  border: 1px solid #d5d5d5;
  padding: 2px;
}

.ideal-button:hover {
  border: 3px solid #d5d5d5;
  padding: 0px;
}


.button,
.cta-button
{
  -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
  box-shadow:inset 0px 1px 0px 0px #ffffff;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fefefe), color-stop(1, #dddcdc) );
  background:-moz-linear-gradient( center top, #fefefe 5%, #dddcdc 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#dddcdc');
  background-color:#dddcdc;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  border:1px solid #dcdcdc;
  display:inline-block;
  color:#777777;
/*  font-family:arial;*/
  font-size:13px;
  font-weight:bold;
  padding:6px 24px;
  text-decoration:none;
  text-shadow:1px 1px 0px #ffffff;
  cursor: pointer;
}

.button:hover,
.cta-button:hover
{
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
  background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
  background-color:#dfdfdf;
}

.button:active,
.cta-button:active
{
  position:relative;
  top:1px;
}



#modal {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  min-height: 800px;
  z-index: 9997;
}
#modal-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9998;
  opacity: 0.90;
  filter:alpha(opacity=90); /* For IE8 and earlier */
}
#modal-info {
  position: absolute;
  margin-left: -210px;
  left: 50%;
  z-index: 9999;
}

#modal.processing #modal-info {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  background-color: #fff;
  border: 5px solid #000;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: url(images/loading.gif) 15px 50% no-repeat ;
  text-indent: 40px;
  padding: 15px;
}

/**** contact page ***/
#contacts a {
  float: left;
  display: block;
  text-indent: -99999px;
  height: 419px;
}

#contacts a:hover {
  background-position: 0 -1px;
}

#c1 {
  width: 351px;
  height: 419px;
  background: url('/images/contact/emma.png') bottom;
}
#c2 {
  width: 225px;
  height: 419px;
  background: url('/images/contact/sander.png') bottom;
}
#c3 {
  width: 396px;
  height: 419px;
  background: url('/images/contact/karin.png') bottom;
}

.sideproduct {
  margin: 0 !important;
}
.sideproduct .price, .sideproduct a {
  display: none;
}

.sideproduct h3:before {
  content: "- ";
}

.sideproduct h3 {
  display: inline;
}

.sideproduct h3 a {
  display: inline;
  color: #000;
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
}

.sideproduct h3 a:hover {
  text-decoration: underline;
}

/* cart and mailing buttons */
.mailingbutton {
  -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
  box-shadow:inset 0px 1px 0px 0px #ffffff;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
  background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
  background-color:#f9f9f9;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  border:1px solid #dcdcdc;
  display:inline-block;
  color:#666666;
  font-family:Arial;
  font-size:16px;
  font-weight:normal;
  padding:6px 18px;
  text-decoration:none;
}.mailingbutton:hover {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
  background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
  background-color:#e9e9e9;
}.mailingbutton:active {
  position:relative;
  top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */

a.cartbutton,
div#wrapper div#main div.post div.middle a.cartbutton {
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  display:inline-block;
  /*color:#ffffff;*/
  font-family: Arial, sans-serif;
  font-size:16px;
  font-weight:normal;
  padding:6px 14px;
  text-decoration:none;
  margin: 1px;
  min-width: 195px;
}
a.cartbutton:active,
div#wrapper div#main div.post div.middle a.cartbutton:active {
  position:relative;
  top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */

body.maven-blauw a.cartbutton {
  color:#ffffff;
  background-color: #009FDD;
  background-color: rgba(0, 159, 241, 1.0);
}
body.maven-rood a.cartbutton {
  color:#ffffff;
  background-color: #D90019;
  background-color: rgba(217, 0, 25, 1.0);
}
body.maven-oranje a.cartbutton {
  color:#ffffff;
  background-color: #FF7700;
  background-color: rgba(255, 110, 0, 1.0);
}
body.maven-groen a.cartbutton {
  color:#ffffff;
  background-color: #009A29;
  background-color: rgba(0, 154, 41, 1.0);
}
body.maven-roze a.cartbutton {
  color:#ffffff;
  background-color: #FF87BC;
  background-color: rgba(255, 135, 188, 1.0);
}

a.cartbutton span,
div#wrapper div#main div.post div.middle a.cartbutton span {
    width: 14px;
    height: 13px;
    float: left;
    margin: 3px 6px 0 -3px;
    vertical-align: middle;
    background-image: url("http://widgets.shopifyapps.com/assets/cart.png");
    background-repeat: no-repeat;
    background-position: 0 -20px;
}

#wordSelected, #wordSelected span {
  font-size: 22px;
}