/***
 * Museum Boerhaave - main stylesheet
 *
 * Author: Fabrique [brands, design & interaction] - http://fabrique.nl/
 *         Anna, Ebelien, Marko, Matthe, Esther & Dodi
 * Date: 2011-04-19
 *
 *
 * TOC
 * ##ELEMENTS
 * ##TOOLBOX
 * ##GENERIC
 * ##NAVIGATION
 * ##HOMEPAGE
 * ##CONTENTPAGE
 * ##OBJECTPAGE
 * ##PERSONPAGE
 * ##OVERVIEWPAGE
 * ##AGENDAPAGE
 * ##AGENDAITEMPAGE
 * ##SEARCHPAGE
 * ##SPECIALPAGE
 *
 *
 * COLORPALETTE
 * Yellow: #fddf34
 * Turquoise: #2cb8b8
 * Pink: #f2768b
 * Green: #9da209
 * Pastel yellow: #fdf3dc
 * Pastel grey / blue: #dce4e2
 * Pastel pink: #f2e0da
 * Pastel beige: #f2f0e6
 * Black: #3f342c
 *
 *
 * FONTS
 * Helvetica LT Std
 * Arial will be used as an alternative
 *
 *
 * Bodoni MT Bold
 * Typekit: http://typekit.com/fonts/ltc-bodoni-175
 * font-family: "ltc-bodoni-175-1", "ltc-bodoni-175-2", "Times New Roman", serif;
 *
 * Cooper Std
 * Typekit: http://typekit.com/fonts/cooper-black-std
 * font-family: "cooper-black-std-1", "cooper-black-std-2", sans-serif;
 *
 * Edwardian Script
 * Bickham Script Pro will be used as an alternative: http://typekit.com/fonts/bickham-script-pro
 * font-family: "bickham-script-pro-1", "bickham-script-pro-2", "Times New Roman", serif;
 *
 * Gill Sans Std
 * Myriad Pro Condensed will be used as an alternative: http://typekit.com/fonts/myriad-pro-condensed
 * font-family: "myriad-pro-condensed-1", "myriad-pro-condensed-2", "Arial", sans-serif;
 *
 * Bello Pro
 * Typekit: http://typekit.com/fonts/bello-pro
 * font-family: "bello-pro-1", "bello-pro-2", "Arial", sans-serif;
 */



/***
 * ##ELEMENTS
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

* html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

html {
  overflow-y: scroll;
  background: #e9f2f2 url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/bg.jpg');
}
body {
  margin: 0;
  padding: 0;
  position: relative;
  color: #3f342c;
  font-size: 75%;
  font-family: "Helvetica", "Arial", sans-serif;
} 

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
h1 {
  margin: 1px 0 11px 0;
  color: #F2768B;
  font-family: "ltc-bodoni-175-1", "ltc-bodoni-175-2", "Times New Roman", serif;
  font-size: 375%;
  line-height: 95%;
}
h2 {
  margin: 0 0 7px 0;
  color: #3f332c;
  font-size: 125%;
  font-family: "myriad-pro-condensed-1", "myriad-pro-condensed-2", "Arial", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
h3 {
  margin: 0 0 6px 0;
  color: #3f332c;
  font-size: 120%;
  font-family: "myriad-pro-condensed-1", "myriad-pro-condensed-2", "Arial", sans-serif;
  text-transform: uppercase;
}
::-moz-selection,
::selection {
  color: #3f342c;
  text-shadow: none;
  background: #F2768B;
}
a/*,
a:active,
a:visited*/ {
  color: #f2768b;
  text-decoration: none;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
a:hover {
  border-bottom: 1px dotted #f2768b;
}
a:link { -webkit-tap-highlight-color: #ff5e99; }
a:hover,
a:active {
  outline: none;
}

a img { border: 0; }

p, ul li {
  max-width: 42em;
  line-height: 150%;
}
p { margin: 0 0 17px 0; }
blockquote,
q {
  margin: 0;
  padding: 6px 25px;
  max-width: 266px;
  color: #3f332c;
  font-size: 195%;
  font-family: "bello-pro-1", "bello-pro-2", "Arial", sans-serif;
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
blockquote p,
q p {
  line-height: 125%;
}
ins {
  color: #000;
  text-decoration: none;
  background-color: #ff9;
}
mark {
  color: #000;
  font-style: italic;
  font-weight: bold;
  background-color: #ff9;
}
del { text-decoration: line-through; }
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
small { font-size: 85%; }
strong,
th {
  font-weight: bold;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
}
td {
  vertical-align: top;
  line-height: 150%;
}


ul,
ol {
  margin-left: 2em;
}
ol { list-style-type: decimal; }
nav ul,
nav li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}

form { margin: 0; }
select,
input,
textarea,
button {
  font-size: 99%;
}
input,
select {
  vertical-align: middle;
}
textarea { overflow: auto; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
label,
input[type="button"],
input[type="submit"],
input[type="image"],
button {
  cursor: pointer;
}
button,
input,
select,
textarea {
  margin: 0;
}
input:valid,
textarea:valid   {
}
input:invalid,
textarea:invalid {
  border-radius: 1px;
  -moz-box-shadow: 0px 0px 5px red;
  -webkit-box-shadow: 0px 0px 5px red;
  box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
  background-color: #f0dddd;
}
button {}

select,
input,
textarea {
  color: #444;
}
fieldset {}

article {
  background-repeat: no-repeat;
}
footer {}
/* Elements - end */




/***
 * ##TOOLBOX
 */
.ir {
  display: block;
  overflow: hidden;
  text-indent: -999em;
  text-align: left;
  direction: ltr;
  background-repeat: no-repeat;
}
.hidden,
.screenreader {
  display: none;
  visibility: hidden;
}
.visuallyhidden {
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible { visibility: hidden; }

div:before,
div:after,
article:before,
article:after,
header:before,
header:after,
footer:before,
footer:after,
section:before,
section:after,
nav:before,
nav:after,
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
div:after,
header:after,
article:after,
footer:after,
section:after,
nav:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  font-size: 0.0001em;
  visibility: hidden;
}
/* Toolbox - end */




/***
 * ##GENERIC
 */
.framework {
  margin-left: 30px;
  width: 960px;
  min-height: 500px;
}
nav {
  padding: 20px 40px;
}

/* Siteheader */
.siteheader {
  margin-bottom: 30px;
  width: 216px;
}
.siteheader p {
  margin: 0;
}
.siteheader a,
.siteheader img {
  border: 0;
  display: block;
}
.siteheader a {
  padding: 7px 0 0 5px;
  width: 218px;
  height: 89px;
}

/* Lead */
.lead {
  font-size: 125%;
}
.lead p {
  line-height: 140%;
}

/* Columns */
.column {
  float: left;
}
.columns-3 .column {
  width: 300px;
}
.columns-3 .column-2 {
  margin: 0 20px;
}
.object-page .columns-3 .column-1 {
  margin: 0 20px 0px 0px;
}
.object-page  .columns-3 .column-2 {
  margin: 0 20px 0px 0px;
}
/* Generic - end */




/***
 * ##NAVIGATION
 */
.nav-main {
  position: absolute;
  top: 64px;
  left: 257px;
  z-index: 200;
}
nav {
  margin-bottom: 20px;
  padding: 0;
}
nav a,
footer a {
  margin-right: 20px;
  text-decoration: underline;
}
nav a {
  border: 0;
  color: #3f332c;
  font-size: 120%;
  font-weight:  bold;
  font-family: "myriad-pro-condensed-1", "myriad-pro-condensed-2", "Arial", sans-serif;
  text-decoration: none;
  text-transform:  uppercase;
  letter-spacing: 0.1em;
}
nav a:hover {
  border: 0;
  color: #2db9b8;
}
nav .current { color: #2cb8b8; }

.nav-main .mainnav-item {
  margin-right: 40px;
  font-size: 120%;
  font-weight: bold;
  font-family: "myriad-pro-condensed-1", "myriad-pro-condensed-2", "Arial", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* op lichte pagina's een groene rollover */
.content-page nav .current,
.home-page nav .current {
  color: #2db9b8;
}
.content-page nav a:hover,
.home-page nav a:hover {
  color: #2db9b8;
}
.content-page footer a:hover,
.home-page footer a:hover {
  color: #2db9b8;
}

/* Subnavigation */
.subnav { display: none; }
.js .subnav {
  margin: 0;
  padding: 0 10px;
  position: absolute;
  top: 0;
  left: 218px;
  bottom: 0;
  z-index: 1000;
  width: 180px;
  text-align: center;
  background: rgba(63, 51, 44, 0.9);
}
.subnav a {
  margin: 0;
  padding: 8px 0 7px 0;
  display: block;
  color: #fff;
  font-size: 100%;
  font-family: "Arial", sans-serif;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/dotted_border_hor_brown.gif') 0 100% repeat-x;
}
.subnav a:hover { color: #F2768B; }
.subnav .last { background: none; }
.subnav h2,
.content-page .subnav h2 {
  font-size: 100%;
}
.subnav h2 span {
  padding: 64px 0 0 0;
  display: block;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  font-family: "myriad-pro-condensed-1", "myriad-pro-condensed-2", "Arial", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: none;
}

#subnav-exhibitions { left: 373px; }
#subnav-collection { left: 508px; }
#subnav-education { left: 609px; }
#subnav-news { left: 703px; }
#subnav-onderwijs { left: 202px; }
#subnav-bezoekersinfo { left: 320px; }


.show-visitorinfo #subnav-visitorinfo,
.show-exhibitions #subnav-exhibitions,
.show-collection #subnav-collection,
.show-education #subnav-education,
.show-news #subnav-news {
  display: block;
  opacity: 1;
}

/* Nav secondary */
.nav-secondary {
  position: absolute;
  left: 230px;
  top: 14px;
  width: 748px;
  text-align: right;
  font-size: 90%;
  z-index: 200;
}
.nav-secondary a { margin: 0 0 0 20px; }
.nav-secondary a:hover { color: #F2768B; }

/* Footer */
footer {
  padding: 72px 0 10px 40px;
  font-size: 115%;
}
footer p { max-width: 100%; }
footer a {
  margin-right: 20px;
  border: none;
  color: #3f342c;
  font-weight: bold;
  font-family: "myriad-pro-condensed-1", "myriad-pro-condensed-2", "Arial", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
}
footer a:hover,
footer .current {
  border: none;
  color: #2db9b8;
}
/* Navigation - end */




/***
 * ##HOMEPAGE
 */
.home-page {
  color: #fff;
  background: #3d332b url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/bg_brown.jpg');
}
.home-page body  {
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/bg_brown_objectpage.jpg') no-repeat;
}
.home-page .siteheader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
}
.home-page .siteheader a {
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/images/logo_museumboerhaave_white.png') 100% 100% no-repeat;
}
.home-page .siteheader img {
  visibility: hidden;
}
.home-page .framework {
  margin-left: 0;
  width: auto;
}
.home-page .nav-main a,
.home-page .nav-secondary a,
.home-page footer a {
  color: #fff;
}
.home-page .nav-main a:hover,
.home-page .nav-secondary a:hover,
.home-page footer a:hover,
.home-page .nav-secondary .current {
  color: #f2768b;
}

/* Primary */
.home-page .primary {
  position: relative;
  min-height: 465px;
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/shadow_mainvisual.png') no-repeat;
}
.home-page .primary header {
  padding: 100px 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 730px;
  height: 290px;
  z-index: 101;
}
.home-page .primary header h1 {
  margin-top: 2px;
  margin-bottom: 15px;
  margin-left: 40px;
  font-weight: normal;
  font-size: 590%;
  font-family: "bello-pro-1", "bello-pro-2", "Arial", sans-serif;
}
.home-page .primary header .lead {
  margin-left: 44px;
  width: 400px;
  color: #fff;
}
.home-page .primary header .call-to-action {
  margin-left: 44px;
  width: 700px;
}
.home-page .primary header .call-to-action a {
  float: left;
  color: #fff;
  font-weight: bold;
  font-size: 125%;
  font-family: "myriad-pro-condensed-1", "myriad-pro-condensed-2", "Arial", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/arrow_left_singular.png') 0 0 no-repeat;
}
.home-page .primary header .call-to-action a span {
  margin: 0 0 0 10px;
  padding: 2px 18px 2px 0;
  display: block;
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/arrow_right_singular.png') 100% -200px no-repeat;
}
.home-page .primary header .call-to-action a:hover {
  border: 0;
  background-position: 0 -100px;
}
.home-page .primary header .call-to-action a:hover span {
  background-position: 100% -300px;
}
.home-page .primary img { display: block; }
/* Main article strak */
.home-page .mainarticle-strak header h1 {
  margin-top: 2px;
  margin-bottom: 15px;
  width: 700px;
  color: #2db9b8;
  font-weight: bold;
  font-size: 590%;
  font-family: "ltc-bodoni-175-1", "ltc-bodoni-175-2", "Times New Roman", serif;
}
.home-page .mainarticle-strak header .call-to-action a {
  background-position: 0 -100px;
}
.home-page .mainarticle-strak header .call-to-action a span {
  background-position: 100% -300px;
}
.home-page .mainarticle-strak header .call-to-action a:hover {
  background-position: 0 0;
}
.home-page .mainarticle-strak header .call-to-action a:hover span {
  background-position: 100% -200px;
}
/* Main article Funky banana */
.home-page .mainarticle-funkybanana header h1 {
  color: #fddf33;
}
.home-page .mainarticle-funkybanana header .call-to-action a {
  color: #3f332c;
  background-position: 0 -300px;
}
.home-page .mainarticle-funkybanana header .call-to-action a span {
  background-position: 100% -500px;
}
.home-page .mainarticle-funkybanana header .call-to-action a:hover {
  background-position: 0 0;
}
.home-page .mainarticle-funkybanana header .call-to-action a:hover span {
  background-position: 100% -200px;
}


/* Secondary */
.home-page .secondary {
  margin: -165px 0 0 40px;
  width: 950px;
  position: relative;
  background: none;
  z-index: 100;
}

/* Column 1 */
.home-page .column-1 {
  margin: 185px 0 0 0;
}
.home-page .column-1 section {
  padding-bottom: 12px;
  position: relative;
  background: #fff;
}
.home-page .column-1 section p {
  margin-right: 0;
}
.home-page .column-1 section img {
  margin-bottom: 6px;
  display: block;
}
.home-page .column-1 .sitebanner-category {
  margin: 0;
  position: absolute;
  top: 6px;
  left: 10px;
  right: 10px;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  font-family: "myriad-pro-condensed-1", "myriad-pro-condensed-2", "Arial", sans-serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/dotted_border_white.gif') 0 9px repeat-x;
}
.home-page .column-1 .sitebanner-category span {
  padding: 0 10px;
  background-position: 50% -8px;
}
.home-page .column-1 h2 {
  margin-bottom: 14px;
  padding: 0 10px;
  color: #f2768b;
  font-size: 275%;
  font-family: "bello-pro-1", "bello-pro-2", "Arial", sans-serif;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
  line-height: 97.5%;
}
.home-page .column-1 .call-to-action {
  margin-bottom: 2px;
  padding: 0 10px 0 10px;
  text-align: center;
}
.home-page .column-1 .call-to-action a {
  padding: 2px 0;
  border: 0;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  font-family: "myriad-pro-condensed-1", "myriad-pro-condensed-2", "Arial", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/arrow_left_singular.png') 0 -100px no-repeat;
}
.home-page .column-1 .call-to-action a span {
  margin-left: 10px;
  padding: 2px 18px 2px 0;
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/arrow_right_singular.png') 100% -300px no-repeat;
}
.home-page .column-1 .call-to-action a:hover {
  background-position: 0 0;
}
.home-page .column-1 .call-to-action a:hover span {
  background-position: 100% -200px;
}
/* Side strak */
.home-page .column-1 .sitebanner-strak {
  background: #2cb8b8;
}
.home-page .column-1 .sitebanner-strak h2 {
  margin-bottom: 12px;
  color: #fff;
  font-family: "ltc-bodoni-175-1", "ltc-bodoni-175-2", "Times New Roman", serif;
}
.home-page .column-1 .sitebanner-strak .sitebanner-category {
  top: 7px;
}
.home-page .column-1 .sitebanner-strak .call-to-action a {
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/arrow_left_singular.png') 0 0 no-repeat;
}
.home-page .column-1 .sitebanner-strak .call-to-action a span {
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/arrow_right_singular.png') 100% -200px no-repeat;
}
.home-page .column-1 .sitebanner-strak .call-to-action a:hover {
  background-position: 0 -200px;
}
.home-page .column-1 .sitebanner-strak .call-to-action a:hover span {
  background-position: 100% -400px;
}
/* Side Chic */
.home-page .column-1 .sitebanner-chic {
  background: #fddf33;
}
.home-page .column-1 .sitebanner-chic h2 {
  margin-bottom: 13px;
  color: #3f332c;
  font-size: 495%;
  font-family: "bickham-script-pro-1", "bickham-script-pro-2", "Times New Roman", serif;
  line-height: 50%;
}
.home-page .column-1 .sitebanner-chic .sitebanner-category {
  top: 11px;
}
.home-page .column-1 .sitebanner-chic img {
  margin-bottom: 21px;
}
.home-page .column-1 .sitebanner-chic .call-to-action a {
  background-position: 0 -200px;
}
.home-page .column-1 .sitebanner-chic .call-to-action a span {
  background-position: 100% -400px;
}
.home-page .column-1 .sitebanner-chic .call-to-action a:hover {
  background-position: 0 0;
}
.home-page .column-1 .sitebanner-chic .call-to-action a:hover span {
  background-position: 100% -200px;
}


/* Column 2 */
.home-page .column-2 {
  margin: 103px 30px 0 20px;
  width: 380px;
}
.home-page .column-2 section {
  padding: 10px 15px;
  background-color: #fff;
}
.home-page .column-2 section.banner-section {
    padding: 0;
}
.home-page .column-2 section.banner-section img {
    display: block;
}
.home-page .column-2 section.banner-section a {
    border: 0;
    display: block;
}
.home-page .column-2 section.embed-section {
    padding: 0;
    margin: -10px -15px;
}
.home-page .column-2 section.embed-section h3 {
    color: #fff;
    letter-spacing: 0.1em;
}
.home-page .column-2 h2 {
  color: #2db9b8;
  font-size: 225%;
  font-family: "ltc-bodoni-175-1", "ltc-bodoni-175-2", "Times New Roman", serif;
  text-transform: none;
  letter-spacing: 0;
  line-height: 112.5%;
}
.home-page .column-2 p {
  color: #3f332c;
  font-size: 125%;
}
.home-page .column-2 a {
  border-bottom: 1px dotted #ff5e99;
  -webkit-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out;
}
.home-page .column-2 a:hover {
  border-bottom: 1px dotted #2cb8b8;
  color: #2cb8b8;
}
.home-page .column-2 .siteintro {
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/bg_turquoisetransparent.png');
}
.home-page .column-2 .siteintro h2 {
  margin-top: -1px;
  width: 260px;
  color: #3f332c;
}
.home-page .column-2 .siteintro a {
  border-color: #fff;
  color: #fff;
}
.home-page .column-2 .siteintro a:hover {
  border-color: #FDDF33;
  color: #FDDF33;
}
.home-page .column-2 .siteintro p {
  line-height: 230%;
}
.siteintro .property-largest {
  font-size: 220%;
  font-family: "cooper-black-std-1", "cooper-black-std-2", sans-serif;
}
.siteintro .property-smallest {
  font-size: 105%;
  font-family: "cooper-black-std-1", "cooper-black-std-2", sans-serif;
}
.siteintro .property-oldest {
  font-size: 185%;
  font-weight: bold;
  font-family: "ltc-bodoni-175-1", "ltc-bodoni-175-2", "Times New Roman", serif;
}
.siteintro .property-newest {
  font-size: 145%;
  font-weight: bold;
  font-family: "myriad-pro-condensed-1", "myriad-pro-condensed-2", "Arial", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.home-page .siteintro .property-manyobjects {
  font-size: 145%;
  font-family: "bello-pro-1", "bello-pro-2", "Arial", sans-serif;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
  line-height: 97.5%;
}
.home-page .siteintro .property-craziest {
  margin: 0 6px;
  border-bottom: 0;
  font-size: 300%;
  font-family: "bickham-script-pro-1", "bickham-script-pro-2", "Times New Roman", serif;
  line-height: 5%;
}
.home-page .siteintro .property-craziest:hover {
  border-bottom: 0;
}
/* Social-elsewhere */
.home-page .column-2 .social-elsewhere {
  background: #000;
}
.home-page .column-2 .social-elsewhere h2 {
  color: #2fabaa;
}
.social-elsewhere ul,
.social-elsewhere li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-page .column-2 .social-elsewhere ul a,
.home-page .column-2 .social-elsewhere ul a:hover {
  padding: 0 0 10px 33px;
  border: 0;
  display: block;
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/icon_sprite_socialelsewhere.png') no-repeat;
}
.home-page .column-2 .social-elsewhere li {
  padding-bottom: 6px;
  float: left;
  width: 33%;
}
.social-elsewhere ul {
  padding-top: 10px;
}
.social-elsewhere ul a span {
  border-bottom: 1px dotted #f2768b;
  -webkit-transition: border-color 0.25s ease-in-out;
  -moz-transition: border-color 0.25s ease-in-out;
  -o-transition: border-color 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out;
}
.social-elsewhere ul a:hover {
  border: 0;
  color: #2cb8b8;
}
.social-elsewhere ul a:hover span {
  border-bottom: 1px dotted #2cb8b8;
}
.home-page .column-2 .social-elsewhere ul .social-facebook a {
  background-position: 0 0;
}
.home-page .column-2 .social-elsewhere ul .social-facebook a:hover {
  background-position: 0 -150px;
}
.home-page .column-2 .social-elsewhere ul .social-twitter a {
  background-position: 0 -50px;
}
.home-page .column-2 .social-elsewhere ul .social-twitter a:hover {
  background-position: 0 -200px;
}
.home-page .column-2 .social-elsewhere ul .social-youtube a {
  background-position: 0 -100px;
}
.home-page .column-2 .social-elsewhere ul .social-youtube a:hover {
  background-position: 0 -250px;
}
/* Regular section */
.home-page .column-2 .section-section p {
  margin-bottom: 8px;
}

/* Column 3 */
.home-page .column-3 {
  padding: 16px 10px 10px 10px;
  width: 190px;
  float: right;
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/bg_pinktransparent.png');
}
.home-page .column-3 section {
  margin-bottom: 15px;
}
.home-page .column-3 .subsection {
  margin: 0 10px 0 -30px;
  padding-bottom: 0;
  color: #fff;
  background: #000;
}
.home-page .column-3 .subsection h3 {
  margin: -2px 0 5px 0;
  font-family: "Arial", sans-serif;
  text-transform: none;
  color: #2db9b8;
}
.home-page .column-3 .subsection p {
  margin-right: 0;
  margin-bottom: 16px;
  color: #fff;
  line-height: 140%;
}
.home-page .column-3 .subsection p a {
  border-bottom: 1px dotted #f2768b;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.home-page .column-3 .subsection p a:hover {
  border-bottom: 1px dotted #2db9b8;
  color: #2db9b8;
}
/* Section light */
.home-page .column-3 .section-light .subsection {
  color: #3f332c;
  background: #fff;
}
.home-page .column-3 .section-light p {
  color: #3f332c;
}
/* Homepage - end */




/***
 * ##CONTENTPAGE
 */
/* Breadcrumb */
.primary header .breadcrumb {
  margin: 0 auto 6px auto;
  display: block;
  width: 476px;
  color: #ff5e99;
  text-align: center;
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/dotted_border_hor_black.gif') 0 50% repeat-x;
}
.primary  header .breadcrumb p {
  padding: 0 10px;
  display: inline;
  color: #2cb8b8;
  font-size: 120%;
  font-weight: bold;
  font-family: "myriad-pro-condensed-1", "myriad-pro-condensed-2", "Arial", sans-serif;
  letter-spacing: 0.1em;
  background:  url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/bg_article.jpg') -1px 0;
}
.primary  header .breadcrumb p a {
  border: 0;
  color: #2cb8b8;
  text-transform: uppercase;
}
.primary  header .breadcrumb p a:hover {
  border: 0;
  color: #F2768B;
}

/* Subsubnav */
.subsubnav {
  position: absolute;
  top: 148px;
  left: 0;
  width: 210px;
}
.subsubnav ul,
.subsubnav li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.subsubnav a {
  margin-right: 0;
  padding: 3px 0;
  display: block;
  font-size: 120%;
  font-family: "Arial";
  text-transform: none;
  letter-spacing: 0;
}
.subsubnav a span {
  padding-left: 7px;
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/bg_turquoise.jpg');
}
.subsubnav .current,
.subsubnav a:hover {
  color: #2cb8b8;
}
.subsubnav .current  {
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/dotted_border_hor_black.gif') 0 12px repeat-x;
}
.subsubnav ul ul a {
  font-size: 110%;
  font-weight: normal;
}
.subsubnav ul ul .current  {
  background: none;
}

/* Content */
.content-page article {
  margin-left: 220px;
  position: relative;
}
.content-page h1 {
  text-align: center;
}
.content-page h2 {
  margin-bottom: 8px;
  color: #F2768B;
  font-size: 250%;
  font-family: "ltc-bodoni-175-1", "ltc-bodoni-175-2", "Times New Roman", serif;
  text-transform: none;
  letter-spacing: 0;
}
.content-page h3 {
  font-family: "Arial", serif;
  text-transform: none;
}
.content-page article h3 {
  color: #2cb8b8;
}
.content-page .primary a {
  border-bottom: 1px dotted #F2768B;
  color: #F2768B;
  -webkit-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out;
}
.content-page .primary a:hover {
  border-bottom: 1px dotted #2cb8b8;
  color: #2cb8b8;
}
.content-page .lead {
  margin: -23px auto 0 auto;
  padding: 10px 0 5px 0;
  width: 350px;
  text-align: center;
}
.content-page article header {
  margin-bottom: 23px;
}
.content-page article .primary {
  float: left;
  width: 460px;
  position: relative;
}
.content-page blockquote {
  padding-left: 0;
  max-width: 600px;
  font-size: 250%;
  text-align: center;
}
.content-page blockquote .quote-author {
  margin-top: -13px;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 45%;
}

.content-page figure {
  margin: 0;
}
.content-page figure img {
  margin-bottom: 8px;
  display: block;
}
.content-page article ul,
.content-page article ul li {
  margin: 0;
  padding: 0;
}
.content-page article ul {
  margin: 0 0 17px 20px;
}
.content-page article ol {
  margin-top: 0;
  margin-bottom: 17px;
}
.content-page article ol li {
  font-style: italic;
  line-height: 150%;
}
.content-page article .downloadslist ul,
.content-page article .downloadslist li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.content-page article .downloadslist li {
  padding: 6px 0 6px 26px;
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/icon_download.png') 0 3px no-repeat;
}
.content-page article .downloadslist li:hover {
  background-position: 0 -97px;
}
.content-page article .downloadslist li a {
  border-bottom: 1px dotted #ff5e99;
}
.content-page article .downloadslist li a:hover {
  border-bottom: 1px dotted #2cb8b8;
  color: #2cb8b8;
}
.content-page article .primary table {
  margin-bottom: 17px;
  width: 100%;
}
.content-page article .primary table p {
  margin: 0;
}
.content-page article td {
  padding-right: 20px;
  max-width: 240px;
}
.content-page article .image {
  margin: 0 20px 10px 0;
  max-width: 470px;  
}
.content-page article img {
  max-width: 470px;
}
.content-page article .image img {
  margin: 0 auto;
  display: block;
}
.content-page article .image .caption {
  display: block;
  font-style: italic;
  line-height: 150%;
}

/* Secondary */
.content-page .secondary {
  margin: 11px 0 0 0;
  padding: 10px;
  float: right;
  width: 194px;
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/bg_pink.jpg');
}
.content-page .primary header .breadcrumb {
  max-width: 328px;
}
.content-page .secondary .subsection {
  margin: 0 10px 0 -26px;
  padding: 10px;
  color: #fff;
  background-color: #3f332c;
}
.content-page .secondary .subsection h3 {
  margin-top: -3px;
  color: #fddf33;
}
.content-page .secondary .subsection a {
  border-bottom: 1px dotted #F2768B;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.content-page .secondary .subsection a:hover {
  border-bottom: 1px dotted #2cb8b8;
  color: #2cb8b8;
}
.content-page article  .contactus-section .subsection {
  color: #f2768b;
}
.content-page article  .contactus-section .subsection p {
  color: #2db9b8;
}
.content-page article  .contactus-section ul,
.contactus-section li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.content-page article .contactus-section li {
  padding: 6px 0;
}
.content-page article .contactus-section .to-contactus-email {
  padding: 0;
}
.content-page article .contactus-section .to-contactus-email a {
  padding: 6px 0 6px 30px;
  border: 0;
  display: block;
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/icon_email_dark.png') 0 2px no-repeat;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.content-page article .contactus-section .to-contactus-email a:hover {
  border: 0;
  background-position: 0 -98px;
}
.content-page article .contactus-section .to-contactus-email a span {
  border-bottom: 1px dotted #f2768b;
}
.content-page article .contactus-section .to-contactus-email a:hover span {
  border-bottom: 1px dotted #2cb8b8;
}
.content-page article .contactus-section .to-contactus-call {
  padding-left: 30px;
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/icon_call.png') 0 4px no-repeat;
}
.content-page article .secondary figure {
  float: none;
  width: auto;
}
.content-page .secondary .subsection p {
  margin-right: 0;
  font-size: 100%;
}

.content-page .secondary .nowinmuseum-section .subsection h3 a {
  border: 0;
  color: #fddf33;
}


.content-page .secondary .regular-section  {
  margin-bottom: 0;
  padding: 0;
}
.content-page .secondary .regular-section .subsection {
  margin: 0;
  padding: 0;
  background: none;
}
.content-page .secondary .regular-section h2 {
  color: #3f332c;
  font-size: 125%;
  font-family: "myriad-pro-condensed-1", "myriad-pro-condensed-2", "Arial", sans-serif;
  text-transform: uppercase;
}
/* Content - end */




/***
 * ##OBJECTPAGE
 */
.object-page  {
  color: #fff;
  background: #3d332b url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/bg_brown.jpg');
}
.object-page body  {
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/bg_brown_objectpage.jpg') no-repeat;
}
.object-page nav a { color: #fff; }
.object-page nav .current { color: #f2768b; }
.object-page nav a:hover { color: #ff5e99; }
.object-page footer a { color: #fff; }
.object-page footer a:hover { color: #ff5e99; }

.object-page .siteheader a {
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/images/logo_museumboerhaave_white.png') 100% 100% no-repeat;
}
.object-page .siteheader img { visibility: hidden; }
.object-page .nav-main .current { color: #fddf34; }
.object-page .framework header {
  margin-bottom: 22px;
  padding: 0;
  color: #fff;
  text-align: center;
}
.object-page  header p {
  margin: 0;
  max-width: 100%;
}
.object-page  header h1 {
  margin-top: 0;
  color: #2cb8b8;
}
.object-page  header h1::-moz-selection {
  color: #fff;
  background: #2cb8b8;
}
.object-page  header h1::selection {
  color: #fff;
  background: #2cb8b8;
}


.object-page  header .breadcrumb {
  margin: 0 auto 6px auto;
  display: block;
  width: 476px;
  max-width: 416px;
  color: #ff5e99;
  text-align: center;
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/dotted_border_white.gif') 0 50% repeat-x;
}
.object-page  header .breadcrumb p {
  padding: 0 10px;
  display: inline;
  color: #fddf33;
  font-size: 120%;
  font-family: "myriad-pro-condensed-1", "myriad-pro-condensed-2", "Arial", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/bg_breadbrumbtext.jpg') 50% 0;
}
.object-page  header .breadcrumb p a { color: #fddf33; }
.object-page  header .breadcrumb p a:hover { border-color: #fddf33; }
.object-page  header .payoff {
  padding: 1px 0 0 0;
  font-size: 140%;
}


.js.object-page .subnav,
.js.home-page .subnav {
  background: rgba(220, 228, 226, 0.95);
}
.object-page .subnav a,
.home-page .subnav a {
  color: #3f332c;
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/dotted_border_hor_bluegrey.gif') 0 100% repeat-x;
}
.object-page .subnav h2 span,
.home-page .subnav h2 span {
  background: none;
}
.object-page .subnav a,
.object-page .subnav h2 span,
.home-page .subnav a,
.home-page .subnav h2 span {
  color: #3f332c;
}
.object-page .subnav a:hover,
.object-page .subnav h2 a:hover,
.home-page .subnav a:hover,
.home-page .subnav h2 a:hover {
  color: #F2768B;
}

.object-page article {
  margin-left: 10px;
}

.object-page  .objectvisual {
  margin-left: -40px;
  float: left;
  width: 490px;
  background: #000;
}
.object-page .objectvisual img {
  margin: 10px -10px -10px 0;
  float: right;
}
.object-page .article-body {
  margin-right: 50px;
  padding-top: 6px;
  float: right;
  width: 420px;
}
.objectmeta {
  margin-bottom: 18px;
  color: #fddf34;
  font-weight: bold;
  font-size: 115%;
}
.objectmeta p::-moz-selection,
.objectmeta p::selection {
  color: #3f342c;
  background: #fddf34;
}

.objectmeta p {
  margin: 0;
  line-height: 140%;
}
.object-page .objectdescription p {
  color: #fff;
  line-height: 142%;
}
#beschrijving {
  overflow: hidden;
}
.articledescription .to-readmore {
  margin-bottom: 25px;
}
.articledescription .to-readmore a {
  border-bottom: 1px dotted #ff5e99;
}
.articledescription .to-readmore a:hover {
  border-bottom: 1px dotted #2cb8b8;
  color: #2cb8b8;
}

/* Tags */
.object-page .tags {
  margin: -5px 0 9px 0;
}
.tags a {
  margin-right: 8px;
  border-bottom: 1px dotted #ff5e99;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.tags a:hover {
  color: #2cb8b8;
  border-color: #2cb8b8;
}

/* Craftsman */
.craftsman-section {
  padding: 10px;
  color: #fff;
  width: 340px;
  background: #f2768b;
}
.craftsman-section img {
  float: left;
}
.craftsman-section .craftsman-info  {
  margin-top: -3px;
  float: right;
  width: 227px;
}
.craftsman-section .craftsman-info  h2 {
  margin: 0 0 6px 0;
  font-size: 120%;
  letter-spacing: 0.1em;
}
.craftsman-section .craftsman-info  h2 a {
  border-bottom: 1px dotted #3f342c;
  color: #3f342c;
}

/* Secondary */
.secondary {
  margin-top: 40px;
}
.object-page .secondary h2 {
  color: #fddf34;
  font-size: 120%;
  font-family: "myriad-pro-condensed-1", "myriad-pro-condensed-2", "Arial", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.object-page .secondary h2::-moz-selection,
.object-page .secondary h2::selection {
  color: #3f342c;
  background: #fddf34;
}

.secondary section {
  margin-bottom: 21px;
}
.object-page .secondary .subsection  h3 {
  margin: -1px 0 5px 0;
  color: #2cb8b8;
  font-size: 110%;
  font-family: "arial", sans-serif;
  text-transform: none;
  line-height: 150%;
}
.object-page .secondary .subsection  h3 a {
  color: #2cb8b8;
}
.object-page .secondary .subsection  h3 a:hover {
  border: 0;
}
.object-page .secondary .subsection  h3::-moz-selection,
.object-page .secondary .subsection  h3 a::-moz-selection,
.object-page .secondary .subsection  h3::selection,
.object-page .secondary .subsection  h3 a::selection {
  color: #fff;
  background: #2cb8b8;
}

.secondary .subsection {
  padding: 10px;
  background: #16120f;
}
.secondary .subsection .video p {
  display: none;
}
.secondary figure {
  margin: 0;
}
.content-page .secondary img {
  max-width: 190px;
}
.content-page .secondary figure img {
  display: block;
}
.content-page .secondary .image {
  max-width: 190px;
}
.content-page .secondary .image img {
  margin: 0 auto;
  display: block;
  max-width: 190px;
}
.secondary section p {
  margin: 4px 30px 3px 0;
  color: #fff;
  line-height: 142%;
}

/* Contrasts & appearedinnews */
.appearedinnews-section .subsection,
.contrasts-section .subsection {
  color: #3f332c;
  background: #fff;
}
.object-page .secondary .appearedinnews-section .subsection h3 a,
.object-page .secondary .contrasts-section .subsection h3 a {
  color: #F2768B;
}
.object-page .secondary .appearedinnews-section .subsection p,
.object-page .secondary .contrasts-section .subsection p {
  color: #3f332c;
}


.secondary .related-articles-section .subsection,
.secondary .contrasts-section .subsection,
.secondary .appearedinnews-section .subsection,
.secondary .competitors-section .subsection,
.secondary .nowinmuseum-section .subsection {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.secondary .related-articles-section .subsection:hover,
.secondary .contrasts-section .subsection:hover,
.secondary .appearedinnews-section .subsection:hover,
.secondary .competitors-section .subsection:hover,
.secondary .nowinmuseum-section .subsection:hover {
  color: #3f342c;
  cursor: pointer;
  background: #2cb8b8;
}
.competitors-section blockquote {
 color: #fff;
}
.secondary .related-articles-section .subsection p,
.secondary .contrasts-section .subsection p,
.secondary .appearedinnews-section .subsection p,
.secondary .competitors-section .subsection p,
.secondary .nowinmuseum-section .subsection p {
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.secondary .related-articles-section .subsection:hover p,
.secondary .contrasts-section .subsection:hover p,
.secondary .appearedinnews-section .subsection:hover p,
.secondary .competitors-section .subsection:hover p {
  color: #3f342c;
}
.secondary .related-articles-section .subsection:hover h3 a,
.secondary .contrasts-section .subsection:hover h3 a,
.secondary .appearedinnews-section .subsection:hover h3 a,
.secondary .competitors-section .subsection:hover h3 a,
.secondary .nowinmuseum-section .subsection:hover h3 a {
  color: #fff;
}



/* Literatuur */
.secondary .literature-section  p {
  margin-right: 0;
}


/* Features */
.features-section .subsection {
  position: relative;
}
.features-section ul,
.features-section li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.features-section ul { margin: 0 0 -10px 0; }
.features-section li a {
  margin: -6px 0 0 0;
  padding: 10px 0 11px 27px;
  border: none;
  display: block;
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/icon_share.png') 0 7px no-repeat;
}
.features-section li a span {
  border-bottom: 1px dotted #F2768B;
}
.features-section li a:hover {
  color: #2cb8b8;
  background-position: 0 -93px;
}
.features-section li a:hover span {
  border-bottom: 1px dotted #2cb8b8;
}
.features-section .feature-save a {
  background-image: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/icon_download.png');
}
.features-section .feature-hires a {
  background-image: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/icon_hires.png');
}

.social-share {
  padding-bottom: 39px;
  position: absolute;
  top: -118px;
  left: 16px;
  width: 220px;
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/social_share_bg.png') 0 100% no-repeat;
}
.social-share-hidden .social-share {
  display: none;
}
.social-share-inner {
  padding: 7px 15px 11px 15px;
  background: #fddf33;
}
.social-share h3,
.object-page .secondary .subsection .social-share h3,
.person-page .secondary .subsection .social-share h3,
.special-page .secondary .subsection .social-share h3 {
  margin-top: 0;
  margin-bottom: 3px;
  color: #f2768b;
  font-size: 120%;
  font-family: "myriad-pro-condensed-1", "myriad-pro-condensed-2", "Arial", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.social-share ul {
  float: left;
  width: 50%;
}
.social-share li {
  margin-bottom: 8px;
  padding: 2px 0;
}
.social-share li a {
  margin: 0;
  padding: 0 0 0 27px;
  color: #3f332c;
  background-image: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/icon_share_sprite.png');
}
.social-share li a span {
  border-bottom: 1px dotted #3f332c;
}
.social-share .social-share-facebook a {
  background-position: 0 1px;
}
.social-share .social-share-facebook a:hover {
  background-position: 0 -99px;
}
.social-share .social-share-twitter a {
  background-position: -100px 1px;
}
.social-share .social-share-twitter a:hover {
  background-position: -100px -99px;
}
.social-share .social-share-hyves a {
  background-position: -200px 1px;
}
.social-share .social-share-hyves a:hover {
  background-position: -200px -99px;
}
.social-share .social-share-mailtolink a {
  background-position: -300px 1px;
}
.social-share .social-share-mailtolink a:hover {
  background-position: -300px -99px;
}

/* Fan section */
.fans-section figure{
  margin-top: -1px;
  float: left;
  width: 52px;
}
.secondary .fans-section p {
  margin-bottom: 5px;
  clear: both;
  line-height: 120%;
}
.secondary .fans-section .to-addyourstory {
  line-height: 142%;
}
.secondary .fans-section .subsection {
  margin-bottom: -7px;
  padding-top: 16px;
}
.secondary .fans-section .fan-meta {
  margin-top: -1px;
  clear: right;
  float: left;
}
.secondary .fans-section  .singular {
  margin: 0 0 13px 0; 
}
.secondary .fans-section  .singular a {
  border-bottom: 1px dotted #ff5e99;
}
.secondary .fans-section  .singular a:hover {
  color: #2cb8b8;
  border-bottom: 1px dotted #2cb8b8;
}
.object-page .secondary .fans-section  h3 {
  margin-bottom: 3px;
}
.secondary .fans-section .addyourstory-subsection {
  margin-top: -12px;
}
.secondary .fans-section .addyourstory-subsection h3 {
  margin-top: -1px;
}

.to-addyourstory a,
.secondary .fans-section .to-addyourstory a,
.to-addyourstory a:hover,
.secondary .fans-section .to-addyourstory a:hover {
  margin: 9px 0 6px 2px;
  border: 0;
  float: left;
  color: #fff;
  font-size: 125%;
  font-family: "myriad-pro-condensed-1", "myriad-pro-condensed-2", "Arial", sans-serif;
/*  letter-spacing: 0.1em;*/
  text-transform: uppercase;
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/arrow_right_singular.png') no-repeat;
}
.to-addyourstory a span {
  margin-left: 8px;
  padding: 2px 12px 2px 0;
  border: 0;
  display: block;
  font-weight: bold;
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/arrow_right_singular.png') 100% 0 no-repeat;
}
.to-addyourstory a:hover,
.secondary .fans-section .to-addyourstory a:hover {
  background-position: 0 -100px;
}
.to-addyourstory a:hover span,
.secondary .fans-section .to-addyourstory a:hover span {
  background-position: 100% -100px;
}
/* Objectpage - end */




/***
 * ##PERSONPAGE
 */
.person-page {
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/bg_turquoise.jpg');
}
.person-page .framework {
}
.person-page .primary {
  position: relative;
  z-index: 9;
}
.person-page article {
  margin: -12px 0 0 -30px;
  padding: 0 0 0 30px;
  background-repeat: no-repeat;
}

/* Header */
.person-page .framework header {
  margin-bottom: 23px;
  padding: 12px 0 0 0;
  color: #3f332c;
  text-align: center;
  z-index: 10;
}
.person-page  .framework header p {
  margin: 0;
  max-width: 100%;
}
.person-page  .framework header h1 {
  margin-bottom: 7px;
  color: #f2768b;
}
.person-page  .framework header h1::-moz-selection {
  color: #fff;
  background: #2cb8b8;
}
.person-page  .framework header h1::selection {
  color: #fff;
  background: #2cb8b8;
}

/* Breadcrumb */
.person-page  header .breadcrumb {
  margin: 0 auto 6px auto;
  display: block;
  width: 456px;
  color: #ff5e99;
  text-align: center;
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/dotted_border_hor_brown.gif') 0 50% repeat-x;
}
.person-page  header .breadcrumb p {
  padding: 0 10px;
  display: inline;
  color: #2db9b8;
  font-size: 120%;
  font-family: "myriad-pro-condensed-1", "myriad-pro-condensed-2", "Arial", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/bg_turquoise.jpg') 50% 0;
}
.person-page  header .breadcrumb p a { color: #2db9b8; }
.person-page  header .breadcrumb p a:hover { border-color: #fddf33; }
.person-page  header .payoff {
  padding: 5px 0 4px 0;
  font-size: 140%;
}

/* Objectvisual */
.person-page  .objectvisual {
  margin-left: -30px;
  width: 500px;
  min-height: 345px;
  float: left;
}
.person-page  .objectvisual blockquote {
  margin-top: -1px;
  margin-right: 10px;
  padding: 0 0 0 0;
  float: right;
  width: 300px;
  max-width: 100%;
  font-size:  250%;
  text-align: right;
}
.person-page  .objectvisual blockquote p {
  line-height: 100%;
}

/* Article body */
.person-page .article-body {
  margin-bottom: 134px;
  margin-right: 60px;
  padding-top: 3px;
  float: right;
  width: 410px;
}
.person-page  .persondescription img {
  margin: 3px 12px 4px 0;
  float: left;
}
.person-page  .persondescription p {
  margin-bottom: 12px;
}

/* Secondary  */
.person-page .secondary {
  margin-top: 1px;
  position: relative;
  z-index: 10;
}
.person-page .secondary section h2 {
  font-size: 120%;
  letter-spacing: 0.1em;
}
.person-page .secondary .subsection  h3 {
  margin: -4px 0 4px 0;
  color: #2cb8b8;
  font-size: 110%;
  font-family: "arial", sans-serif;
  text-transform: none;
  line-height: 150%;
}
.person-page .secondary .subsection  h3 a {
  color: #2cb8b8;
}
.person-page .secondary .subsection  h3 a:hover {
  border: 0;
}
.person-page .secondary .subsection  h3::-moz-selection,
.person-page .secondary .subsection  h3 a::-moz-selection,
.person-page .secondary .subsection  h3::selection,
.person-page .secondary .subsection  h3 a::selection {
  color: #fff;
  background: #2cb8b8;
}
.person-page .secondary .subsection  blockquote {
  padding: 6px 0;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

/* Column 1 */
.person-page .column-1 {
  margin-left: -10px;
  margin-right: 20px;
  padding: 13px 10px 5px 10px;
  width: 200px;
  background: #fff url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/bg_white.jpg');
}
.person-page .column-1 section {
  margin: 0 -20px 10px 10px;
  padding: 4px 0;
}
.person-page .column-1 .subsection {
  color: #3f332c;
  width:200px;
  background: #fddf33;
}
.person-page .secondary .column-1 .subsection h3 {
  color: #3f332c;
  font-family: "Arial", sans-serif;
  text-transform: none;
}
.person-page .column-1 .subsection h3 a {
  color: #3f332c;
}
.person-page .column-1 .subsection h3 a:hover {
  border: 0;
}
.person-page .column-1 .subsection p {
  margin-right: 0;
  color: #3f332c;
}

/* Column 2 */
.person-page .column-2 {
  margin-right: 0;
  padding: 13px 0 5px 0;
  width: 460px;
}
.person-page .column-2 section {
  padding: 4px 0;
}
.person-page .column-2 .subsection {
  margin: 0 0 20px 0;
  padding: 10px;
  width: 200px;
  color: #3f332c;
  background: #fff;
}
.person-page .column-2 .subsection,
.person-page .relatedperson-section .subsection,
.person-page .column-3 .competitors-section .subsection {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.person-page .column-2 .subsection:hover,
.person-page .relatedperson-section .subsection:hover,
.person-page .column-3 .competitors-section .subsection:hover {
  color: #fff;
  cursor: pointer;
  background: #2db9b8;
}
.person-page .column-2 .subsection:hover h3 a,
.person-page .column-2 .subsection:hover p,
.person-page .relatedperson-section .subsection:hover h3 a,
.person-page .relatedperson-section .subsection:hover p,
.person-page .column-3 .competitors-section .subsection:hover h3 a,
.person-page .column-3 .competitors-section .subsection:hover p {
  color: #fff;
}

.person-page .column-2 .objects-section-column {
  float: left;
}
.person-page .column-2 .objects-section-column-2 {
  margin: -107px 0 0 20px;
}

.person-page .column-2 .subsection p {
  margin-right: 0;
  color: #3f332c;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.more-objects, .more-zaal-filters{
  overflow: hidden;
}

.objects-section .to-more-objects {
  clear: both;
}
.objects-section .to-more-objects a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 1px 13px 2px 21px;
  float: left;
  color: #fff;
  font-size: 125%;
  font-weight: bold;
  font-family: "myriad-pro-condensed-1", "myriad-pro-condensed-2", "Arial", sans-serif;
  text-transform: uppercase;
  background: #f2768b url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/icon_minus.gif') 5px 5px no-repeat;
  -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
.objects-section .to-more-objects a:hover {
  border: 0;
  background-color: #2db9b8;
}
.hide-more-objects .to-more-objects a {
  background-image: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/icon_plus.gif');
}

/* tegenstellingen schaal */
.opposite-scale {
  color: #fff;
}
.scale-scores {
  height: 16px;
  margin-top: 32px;
}
.scale-score {
  float: left;
  height: 16px;
  padding-top: 4px;
}
.scalespan {
  display: block;
  background: #fff;
  margin-right: 1px;
  padding: 0px;
  position: relative;
  width: 55px;
  height: 8px;
  float: left;
}
.active .scalespan {
  background: #2db9b8;
}
.scale-scores .first {
  background-image: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/legend_edge_left.gif') !important;
  background-repeat: no-repeat !important;
}
.scale-scores .active .first  { 
  background-image: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/legend_edge_cyan_left.gif') !important;
}
.scale-scores .last {
  background-image: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/legend_edge_right.gif') !important;
  background-repeat: no-repeat !important;
  background-position: top right;
}
.scale-scores .active .last  { 
  background-image: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/legend_edge_cyan_right.gif') !important;
  background-position: top right;
}
.scalespan .scalespan-inner {
  display: none;
}
.scalehover .scalespan-inner {
  display: block;
}
.scale-scores .activeshow .scalespan-inner  {
 display: block;
}
.scalespan .scalespan-inner {
  position: absolute;
  width: 80px;
  left: -12px;
  bottom: 16px;
  color: #000000;
}
.scalespan .upper {
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/legend_white.png') no-repeat;
  height: 2px;
}
.active .scalespan .upper {
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/legend_cyan.png') no-repeat;
}
.scalespan .inner {
  background: #ffffff;
  padding: 3px 3px 5px 0px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  font-family: arial;
}
.active .scalespan .inner {
  background: #2db9b8;
  color: #ffffff;
}
.scalespan .downer {
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/legend_white.png') no-repeat;
  height: 10px;
  background-position: left bottom;
}
.active .scalespan .downer {
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/legend_cyan.png') no-repeat;
  background-position: left bottom;
}
.legend-left {
  padding-top: 16px;
  float: left;
  color: #f2768b;
  text-transform: capitalize;
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/legend_arrow.gif') 25px 0px no-repeat;
}
.legend-right {
  padding-top: 16px;
  width: 150px;
  float: right;
  color: #f2768b;
  text-align: right;
  text-transform: capitalize;
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/legend_arrow.gif') 120px 0px no-repeat;
}
.leg-oud {
  font-family: "ltc-bodoni-175-1", "ltc-bodoni-175-2", "Times New Roman", serif;
  font-size: 24px;
  font-weight: bold;
}
.leg-nieuw {
  font-family: "myriad-pro-condensed-1", "myriad-pro-condensed-2", "Arial", sans-serif;
  font-size: 24px;
  font-weight: bold;
} 
.leg-mooi {
  font-family: "bickham-script-pro-1", "bickham-script-pro-2", "Times New Roman", serif;
  font-size: 420%;
  line-height: 70%;
}
.leg-klein,
.leg-groot,
.leg-lelijk {
  font-family: "cooper-black-std-1", "cooper-black-std-2", sans-serif;
  font-size: 24px;
}


/* Column 3 */
.person-page .column-3 {
  margin: -130px 0 0 20px;
  padding: 13px 10px 10px 10px;
  width: 190px;
  float: right;
  background: #f2768b url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/bg_pink.jpg');
}
.person-page .column-3  h2 {
  margin-left: 30px;
  font-size: 100%;
}
.person-page .column-3  section {
  margin: 3px 10px 17px -30px;
}
.person-page .column-3  .subsection {
  color: #3f332c;
  background: #fff;
}
.person-page .column-3  .subsection p {
  color: #3f332c;
}
.person-page .column-3 .competitors-section .subsection {
  color: #fff;
  background: #3f342c;
}
.person-page .secondary  .competitors-section .subsection  h3 a {
  color: #fddf33;
}
.person-page .column-3 .subsection blockquote {
  text-align: left;
}
.person-page .column-3 .subsection blockquote p {
  line-height: 105%;
}
.person-page .column-3 .subsection p {
  margin-right: 0;
}
.person-page .column-3 .competitors-section .subsection p {
  color: #fff;
}
.person-page .competitors-section a {
  border: 0;
}

.person-page .to-addyourstory a,
.person-page .secondary .fans-section .to-addyourstory a,
.person-page .to-addyourstory a:hover,
.person-page .secondary .fans-section .to-addyourstory a:hover {
  background-image: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/arrow_right_singular_white.png');
}
.person-page .to-addyourstory a span {
  background-image: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/arrow_right_singular_white.png');
}
/* Personpage - end */




/***
 * ##OVERVIEWPAGE
 */
.overview-page {
  background-image: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/bg_yellow.jpg');
}
.overview-page .subsubnav a span {
  background-image: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/bg_yellow_tile.jpg');
}
.objectitem {
  margin-bottom: 20px;
  padding: 20px;
  width: 430px;
  background: #e3ece9;
}
.overview-page .objectitem {
  min-height: 100px;
}
.objectitem img {
  float: left;
  max-width: 150px;
}
.objectitem-info {
  margin-top: -6px;
}
.has-visual .objectitem-info {
  float: right;
  width: 260px;
}
.objectitem h2 {
  margin-bottom: 6px;
  font-size: 240%;
  font-weight: normal;
  font-family: "cooper-black-std-1", "cooper-black-std-2", sans-serif;
  line-height: 115%;
}
.overview-page .objectitem h2 a,
.overview-page .objectitem h2 a:hover {
  border: 0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.overview-page .objectitem h2 a {
  color: #2db9b8;
}
/* Objectitem-even */
.objectitem-even {
  color: #fff;
  background: #3f332c;
}
.objectitem-even h2 {
  font-size: 225%;
  font-weight: bold;
  font-family: "ltc-bodoni-175-1", "ltc-bodoni-175-2", "Times New Roman", serif;
}
.content-page .primary .objectitem-even h2 a {
  color: #fddf33;
}
/* Objectitem hover */
.objectitem:hover {
  cursor: pointer;
  color: #3f332c;
  background: #f2768b;
}
.content-page .primary .objectitem:hover h2 a {
  color: #fff;
}
.objectitem:hover p {
  color: #3f332c;
}
.overview-page .objectitem:hover p {
  color: #fff;
}

/* Pagination */
.pagination {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 2px;
  position: relative;
  width: 470px;
  text-align: center;
}
.content-page .pagination a {
  padding: 2px 8px;
  border: 0;
  color: #3f332c;
  font-size: 120%;
  font-weight: bold;
  font-family: "myriad-pro-condensed-1", "myriad-pro-condensed-2", "Arial", sans-serif;
}
.content-page .pagination a:hover {
  border: 0;
}
.content-page .pagination .current {
  padding: 2px 10px;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  font-family: "myriad-pro-condensed-1", "myriad-pro-condensed-2", "Arial", sans-serif;
  background: #f2768b;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.content-page .pagination .prev,
.content-page .pagination .next {
  padding: 2px 13px 4px 13px;
  border: 0;
  position: absolute;
  top: 0;
  display: block;
  min-width: 70px;
  color: #fff;
  font-family: "myriad-pro-condensed-1", "myriad-pro-condensed-2", "Arial", sans-serif;
  font-weight: bold;
  font-size: 120%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/paginator_agenda_single.png') no-repeat;
}
.content-page .pagination .prev {
  left: 0;
}
.content-page .pagination .prev:hover {
  border: 0;
  color: #fff;
  background-position: 0 -100px;
}
.content-page .pagination .next {
  right: 0;
  background-position: 100% -200px;
}
.content-page .pagination .next:hover {
  border: 0;
  color: #fff;
  background-position: 100% -300px;
}
/* Overviewpage - end */




/***
 * ##AGENDAPAGE
 */
/* Agenda pagination */
.agenda-detail article header {
 margin-bottom: 0px !important;
}
.pagination-agenda-top {
  margin-top: -3px;
  padding: 0;
}
.content-page .pagination-agenda-top .current {
  margin: 0 102px;
  padding: 2px 0;
  display: block;
  color: #fff;
  font-family: "myriad-pro-condensed-1", "myriad-pro-condensed-2", "Arial", sans-serif;
  font-weight: bold;
  font-size: 120%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/agenda_month_bg.png') 50% 0 no-repeat;
}

/* Agenda item */
.agendaitem {
  margin-bottom: 20px;
  padding: 9px 18px 21px 18px;
  position: relative;
  width: 434px;
  color: #3f332c;
  cursor: pointer;
  background: #f2768b;
}
.agendaitem-meta {
  margin-bottom: 4px;
  font-family: "myriad-pro-condensed-1", "myriad-pro-condensed-2", "Arial", sans-serif;
  font-weight: bold;
  font-size: 120%;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/dotted_border_hor_black.gif') 0 50% repeat-x;
}
.agendaitem-meta p {
  margin: 0;
  padding: 0 6px;
  display: inline;
  background: #f2768b;
}
.agendaitem h2 {
  margin-bottom: 6px;
  font-size: 240%;
  font-weight: normal;
  font-family: "cooper-black-std-1", "cooper-black-std-2", sans-serif;
  line-height: 115%;
}
.content-page .primary .agendaitem h2 a {
  border: 0;
  color: #3f332c;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  
}
.agendaitem p {
  margin: 0;
}
.agendaitem img {
  margin: 6px 0 0 3px;
}
.agendaitem .suitable-for-kids {
  margin: 0;
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: -13px;
  right: -13px;
  text-indent: -9999px;
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/sticker_suitableforkids.png') no-repeat;
}
.agenda-section .has-visual img {
  float: left;
}
.agenda-section .has-visual .agendaitem-info {
  float: right;
  width: 262px;
}

/* Agendaitem odd styling */
.agendaitem-odd {
  color: #fff;
  background: #3f332c;
}
.agendaitem-odd .agendaitem-meta {
  background-image: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/dotted_border_white.gif');
}
.agendaitem-odd .agendaitem-meta p {
  background: #3f332c;
}
.agendaitem-odd h2 {
  font-size: 225%;
  font-weight: bold;
  font-family: "ltc-bodoni-175-1", "ltc-bodoni-175-2", "Times New Roman", serif;
}
.content-page .primary .agendaitem-odd h2 a {
  color: #fff;
}

/* Agendaitem odd styling */
.agendaitem:hover {
  color: #fff;
  background-color: #2db9b8;
}
.agendaitem:hover .agendaitem-meta {
  background-image: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/dotted_border_white.gif');
}
.agendaitem:hover .agendaitem-meta p {
  background: #2db9b8;
}
.content-page .primary .agendaitem:hover h2 a {
  color: #fff;
}
.agendaitem:hover .suitable-for-kids {
  background-position: 0 -70px;
}
/* Agendapage - end */




/***
 * ##AGENDAITEMPAGE
 */
.event-meta {
  margin: -2px 0 22px 0;
  font-family: "myriad-pro-condensed-1", "myriad-pro-condensed-2", "Arial", sans-serif;
  font-weight: bold;
  font-size: 120%;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}
.event-meta p {
  margin: 0;
}
.suitable-for-kids {
  margin: 0;
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 2px;
  right: -5px;
  text-indent: -9999px;
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/sticker_suitableforkids.png') no-repeat;
}

/* Event-detail */
.event-detail {
  padding-bottom: 10px;
}
.event-detail img {
  margin: 2px 20px 0 0;
  float: left;
}
.hr {
  margin: 0 auto 20px auto;
  width: 326px;
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/dotted_border_hor_black.gif') repeat-x;
}
.hr hr {
  margin: 0;
  visibility: hidden;
}

/* Reservation form */
.reservation-form .formfield-container {
  margin: 0;
  padding: 0.5em 0;
}
.reservation-form .formfield-container label {
  padding-top: 4px;
  float: left;
  width: 160px;
}
.reservation-form .textfield-container input,
.reservation-form .textareafield-container textarea,
.reservation-form .selectfield-container select {
  padding: 2px 4px;
  float: left;
  width: 260px;
  border: 1px solid #aeaeae;
  background: #fff url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/input_shadow.gif') no-repeat;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: "Arial", sans-serif;
  font-size: 100%;
}
.reservation-form .selectfield-container select {
  width: auto;
}

.reservation-form .newsletterfield {
  padding-left: 160px;
}
.reservation-form .newsletterfield p {
  margin: 0;
}
.reservation-form .validation-note {
  margin: 0 0 0 160px;
  font-style: italic;
}
.reservation-form .checkboxfield-container input {
  margin: 5px 6px 0 0;
  float: left;
}
.reservation-form button {
  margin-left: 160px;
  padding: 0;
  border: 0;
    background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/arrow_left_singular.png') 0 0 no-repeat;
}
.reservation-form button span {
  padding: 2px 16px 2px 10px;
  display: block;
  min-width: 100px;
  color: #fff;
  font-family: "myriad-pro-condensed-1", "myriad-pro-condensed-2", "Arial", sans-serif;
  font-weight: bold;
  font-size: 120%;
  letter-spacing: 0.1em;
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/arrow_right_singular.png') 100% -200px no-repeat;
  text-align: center;
  text-transform: uppercase;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.reservation-form button:hover {
  background-position: 0 -300px;
}

.has-errors .errorlist,
.has-errors .errorlist li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.has-errors .errorlist {
  margin-left: 160px;
  clear: both;
}
.has-errors .errorlist li {
  padding: 4px 0 0 0;
  display: block;
  line-height: 150%;
  color: #bd4646;
  font-weight: bold;
}
.reservation-form .has-errors input,
.reservation-form .has-errors textarea,
.reservation-form .has-errors select {
  border: 1px solid #bd4646;
}
.form-response {
  margin-bottom: 20px;
  padding: 7px 20px;
  color: #fff;
  background-color: #2cb8b8;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.form-response p {
  margin: 0;
  font-size: 115%;
  font-weight: bold;
}
/* Agendaitempage - end */




/***
 * ##SEARCHPAGE
 */
.search-page {
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/bg_turquoise.jpg');
}
/* Left column */
.left-colum {
  margin-top: 3px;
  margin-left: -10px;
  padding: 17px 0px 0 20px;
  float: left;
  width: 210px;
  background: #fff;
}
.search-subsection {
  margin: 0 -20px 20px 0px;
  padding: 10px;
  background: #fddf34;
}
.left-colum h2 {
  margin-top: -2px;
  margin-bottom: 6px;
}
.left-colum .search-subsection h3 {
  margin-top: -3px;
  margin-bottom: 9px;
  font-size: 110%;
  font-family: "Arial", sans-serif;
  text-transform: none;
  line-height: 150%;
}
.search-subsection ul,
.search-subsection li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.search-subsection li {
  padding: 2px 0 2px 10px;
}
.search-subsection li a {
  color: #3f342c;
  display: block;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.search-subsection li a.selected {
  color: #2cb8b8;
}
.search-subsection li a:hover {
  border:0;
  color: #2cb8b8;
  text-decoration: none;
}
.search-subsection li a span {
  display: none;
  width: 15px;
  height: 16px;
  vertical-align: middle;
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/criteria_sprite.png') 0px 0px no-repeat;
}
.search-subsection a.selected span {
  display: inline-block;
  background-position: -15px -50px;
}
.search-subsection a.selected:hover span {
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/criteria_sprite.png') -15px 0px no-repeat;
}
.search-subsection a.selected:hover  {
  color: #3f342c;
}
.search-subsection form .textfield-container input {
  margin: 1px -5px 0 0;
  padding: 2px 0 1px 4px;
  border: 1px solid #97978c;
  width: 180px;
  min-height: 15px;
  float: left;
  font-size: 100%;
  font-family: "Arial", sans-serif;
  background: #fff url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/input_shadow.gif') no-repeat;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.search-subsection form .textfield-container button {
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  background: none;
}
.search-subsection form .textfield-container button span {
  display: block;
  width: 22px;
  height: 20px;
  font-size: 0.1em;
  text-indent: -9999px;
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/icon_search.gif') no-repeat;
}
.search-subsection .to-singular {
  margin: 0;
}
.search-subsection .to-singular a {
  border-bottom: 1px dotted #3f332c;
  color: #3f332c;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.search-subsection .to-singular a:hover {
  border-bottom: 1px dotted #2cb8b8;
  color: #2cb8b8;
}


.mid {
 float: left;
 margin-left: 40px;
 width: 700px;
}
.sortbar {
  margin-bottom: 20px;
  padding-top: 5px;
  text-transform: uppercase;
}
.inner-column {
 width: 220px;
 float: left;
 margin-right: 20px;
}
.inner-last {
 margin-right: 0px;
}
.search-page .mid .subsection {
  margin-bottom: 20px;
  padding: 10px;
  color: #3f332c;
  cursor: pointer;
  background: #fff;
}

.search-page .mid .subsection h3 {
  margin: -4px 0 4px 0;
  color: #2cb8b8;
  font-size: 110%;
  font-family: "arial", sans-serif;
  text-transform: none;
  line-height: 150%;
}
.search-page .mid .subsection h3 a {
  color: #2cb8b8;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.search-page .mid.subsection h3 a:hover {
  border: 0;
}
.search-page .mid .subsection h3::-moz-selection,
.search-page .mid .subsection h3 a::-moz-selection,
.search-page .mid.subsection h3::selection,
.search-page .mid .subsection h3 a::selection {
  color: #fff;
  background: #2cb8b8;
}
.search-page .subsection .object-meta {
  margin-bottom: 0;
}
.search-page .mid .subsection:hover {
  color: #fff;
  background: #2db9b8;
}
.search-page .mid .subsection:hover h3 a {
  color: #fff;
}

/* sort buttons */
.sortbar span {
  font-size: 120%;
  font-weight: bold;
  font-family: "myriad-pro-condensed-1", "myriad-pro-condensed-2", "Arial", sans-serif;
  letter-spacing: 0.1em;
  margin-right: 10px;
}
.sortbar a {
  color: #fff; 
  font-size: 120%;
  font-weight: bold;
  font-family: "myriad-pro-condensed-1", "myriad-pro-condensed-2", "Arial", sans-serif;
  background: #3f342c;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  padding: 2px 10px;
  letter-spacing: 0.1em;
  margin-right: 5px;
}
.sortbar a:hover {
 background: #f2768b; 
 color: #ffffff;
}
.sortbar a.selected {
 background: #2cb8b8;
}
 
/* Pagination */
div.paginator {
 clear: left;
}
.search-page .pagination {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 2px;
  position: relative;
  width: 700px;
  text-align: center;
}
.search-page  .pagination a {
  padding: 2px 8px;
  border: 0;
  color: #3f332c;
  font-size: 120%;
  font-weight: bold;
  font-family: "myriad-pro-condensed-1", "myriad-pro-condensed-2", "Arial", sans-serif;
}
.search-page  .pagination a:hover {
  border: 0;
}
.search-page .pagination .current {
  padding: 2px 10px;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  font-family: "myriad-pro-condensed-1", "myriad-pro-condensed-2", "Arial", sans-serif;
  background: #2cb8b8;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.search-page  .pagination .prev,
.search-page  .pagination .next {
  padding: 2px 13px 4px 13px;
  border: 0;
  position: absolute;
  top: 0;
  display: block;
  min-width: 70px;
  color: #fff;
  font-family: "myriad-pro-condensed-1", "myriad-pro-condensed-2", "Arial", sans-serif;
  font-weight: bold;
  font-size: 120%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/paginator_agenda_single.png') no-repeat;
}
.search-page  .pagination .prev {
  left: 0;
  background-position: 0 -100px;
}
.search-page  .pagination .prev:hover {
  border: 0;
  color: #fff;
  background-position: 0 0px;
}
.search-page  .pagination .next {
  right: 0;
  background-position: 100% -300px;
}
.search-page  .pagination .next:hover {
  border: 0;
  color: #fff;
  background-position: 100% -200px;
}

/* Breadcrumb */
.search-page .framework header {
    margin-top: -5px;
    margin-bottom: 18px;
    padding: 0;
    color: #3F332C;
    text-align: center;
    z-index: 10;
}
.search-page .framework header p {
  margin: 0;
  max-width: 100%;
}
.search-page header .payoff {
  font-size: 140%;
  padding: 5px 0 4px;
  font-weight: bold;
}
.search-page  header .breadcrumb {
  margin: 0 auto 5px auto;
  display: block;
  width: 456px;
  color: #ff5e99;
  text-align: center;
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/dotted_border_hor_brown.gif') 0 50% repeat-x;
}
.search-page  header .breadcrumb p {
  padding: 0 10px;
  display: inline;
  color: #2db9b8;
  font-size: 120%;
  font-family: "myriad-pro-condensed-1", "myriad-pro-condensed-2", "Arial", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/bg_turquoise.jpg') 50% 0;
}
.search-page  header .breadcrumb p a { color: #2db9b8; }
.search-page  header .breadcrumb p a:hover { border-color: #fddf33; }
.search-page  header .payoff {
  padding: 3px 0 4px 0;
  font-size: 140%;
}
.search-page header .payoff a {
  padding-right: 20px;
  color: #2cb8b8;
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/delete_sprite.png') 100% -48px no-repeat;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.search-page header .payoff a:hover {
  border: 0;
  color: #3f332c;
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/delete_sprite.png') 100% 2px no-repeat;
}
/* Searchpage - end */




/***
 * ##SPECIALPAGE
 */
.special-page .primary {
  margin-top: -20px;
  margin-left: -40px;
  margin-right: -20px;
  padding: 0;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.special-page .primary header {
  margin-bottom: 0;
  padding-top: 14px;
  height: 331px;
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/special_shadow.png') 0 50% no-repeat;
}
.special-page header .breadcrumb p {
  padding: 0;
  background-position: 50% -16px;
  background-repeat: no-repeat;
}

.special-page header .breadcrumb span {
  padding: 0 10px;
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/special_shadow.png') 50% -16px no-repeat;
}
.special-page .primary h1 {
  margin-top: -2px;
  margin-bottom: 25px;
  color: #f2768b;
  font-weight: normal;
  font-size: 750%;
  font-family: "bello-pro-1", "bello-pro-2", "Arial", sans-serif;
}
.special-page header .payoff {
  font-size: 170%;
}

.special-page .primary .article-body {
  padding-top: 18px;
  padding-left: 40px;
  float: left;
  min-height: 138px;
}
.special-page .specialdescription {
  color: #fff;
}
.special-page #beschrijving {
  margin-bottom: 3px;
}

.special-page .secondary {
  margin-top: 0;
}
.special-page .secondary .column {
  margin-right: 20px;
  float: left;
  width: 220px;
}
.special-page .secondary .column-3 {
  margin-top: -210px;
}
.special-page .secondary .column-4 {
  margin-top: -250px;
  margin-right: 0;
  padding: 16px 10px 10px 10px;
  float: right;
  width: 190px;
  background: url('/web/20140705215015im_/http://www.museumboerhaave.nl/static/presentation/bg_pink.jpg');
}

.special-page .objects-section .subsection {
  cursor: pointer;
}
.special-page .objects-section .subsection h3 a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.special-page .objects-section .subsection:hover {
  color: #fff;
  background: #2cb8b8;
}
.special-page .objects-section .subsection:hover h3 a {
  color: #fff;
}


.special-page .column-4 section {
  margin-bottom: 15px;
}
.special-page .column-4 h2 {
  color: #3f332c;
}
.special-page .column-4 .subsection {
  margin: 0 10px 0 -30px;
}
.special-page .column-4 .features-section .subsection {
  color: #3f332c;
  background-color: #fff;
}
.special-page .column-4 .subsection blockquote {
  padding-left: 0;
  padding-right: 0;
}
.special-page .objects-section .subsection {
  margin-bottom: 20px;
}
.special-page .column-4 .subsection p {
  margin-right: 0;
}
.special-page .column-4 .subsection blockquote p {
  line-height: 105%;
}
.special-page .column-4 .competitors-section .subsection:hover p {
  color: #fff;
}
/* Specialpage - end */
.content-page .primary .reservation-form-container h3 a,
.content-page .primary .reservation-form-container h3 a:hover {
 border: 0;
 color: #2cb8b8;
}

.to-more-zaalfilters {
  color: #fff; 
  font-size: 120%;
  font-weight: bold;
  font-family: "myriad-pro-condensed-1", "myriad-pro-condensed-2", "Arial", sans-serif;
  background: #2CB8B8;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  padding: 2px 10px;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-right: 5px;
  margin-top: 5px;
  text-transform: uppercase;
}
.to-more-zaalfilters:hover {
 background: #f2768b; 
 color: #ffffff;
 border:0 !important;
}
/*
     FILE ARCHIVED ON 21:50:15 Jul 05, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:35:55 Nov 05, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 232.243
  exclusion.robots: 0.242
  exclusion.robots.policy: 0.234
  RedisCDXSource: 110.196
  esindex: 0.008
  LoadShardBlock: 103.418 (3)
  PetaboxLoader3.datanode: 257.09 (5)
  CDXLines.iter: 15.737 (3)
  load_resource: 339.097 (2)
  PetaboxLoader3.resolve: 76.877 (2)
*/