/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
.at2x(@path, @w, @h) {
  background-image: url(/sites/rijckheyt/themes/rijckheyt/css/@path);
  @at2x_path: ~`@{path}.replace(/\.\w+$/, function(match) { return "@2x" + match; })`;
  
  @media screen and (-webkit-min-device-pixel-ratio: 1.5) {
    background-image: url(/sites/rijckheyt/themes/rijckheyt/css/@{at2x_path});
    background-size: @w @h;
  }
}

// RETINA MIXIN FOR DRUPAL (WERKEND)
.at2x(@path, @w, @h) {
  background-image: url(/sites/rijckheyt/themes/rijckheyt/css/@{path});
  @at2x_path: '@{path}.replace(/\.\w+$/, function(match) { return "@2x" + match; })';
  
  @media screen and (-webkit-min-device-pixel-ratio: 1.5) {
    background-image: url(/sites/rijckheyt/themes/rijckheyt/css/@{at2x_path});
    background-size: @w @h;
  }
}
*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.lt-ie8 .clearfix {
  zoom: 1;
}
html {
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
body {
  background: url(/sites/rijckheyt/themes/rijckheyt/images/bg-dark.jpg) repeat-x center 120px #203e40;
  color: #333333;
  font-size: 15px;
}
@media (max-width: 700px) {
  body {
    background-position: center 80px;
  }
}
.shadowContainer {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.4);
}
#content {
  position: relative;
}
.contentWrapper {
  padding: 25px 12px 0 12px;
  overflow: hidden;
  -webkit-transition: padding 0.2s ease;
  -moz-transition: padding 0.2s ease;
  -o-transition: padding 0.2s ease;
  transition: padding 0.2s ease;
}
@media (max-width: 700px) {
  .contentWrapper {
    padding: 18px 6px 0;
  }
}
#header {
  background-color: #f4f2e6;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
#header a {
  text-decoration: none;
}
#header .logo {
  float: left;
  padding: 25px 0;
}
@media (max-width: 700px) {
  #header .logo {
    padding: 12px 0;
  }
}
#header .logo a {
  display: block;
}
#header .logoImage {
  display: inline-block;
  position: relative;
  z-index: 5;
}
.lt-ie8 #header .logoImage {
  display: inline;
  zoom: 1;
}
#header .logoImage img {
  position: relative;
  z-index: 2;
}
@media (max-width: 700px) {
  #header .logoImage img {
    height: auto;
    width: 118px;
  }
}
#header .slogan {
  color: #203e40;
  display: inline-block;
  font-family: 'Yanone Kaffeesatz', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  padding-left: 45px;
  position: relative;
  vertical-align: top;
}
.lt-ie8 #header .slogan {
  display: inline;
  zoom: 1;
}
@media (max-width: 850px) {
  #header .slogan {
    font-size: 25.5px;
    line-height: 25px;
    padding-left: 25px;
  }
}
#header .slogan span {
  -webkit-font-smoothing: initial;
  display: block;
  font-family: 'Yanone Kaffeesatz', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 18px;
}
@media (max-width: 850px) {
  #header .slogan span {
    font-size: 14.5px;
  }
}
@media (max-width: 700px) {
  #header .slogan {
    display: none;
  }
}
#header .yellowBlock {
  background-color: #998f1f;
  display: block;
  height: 200px;
  position: absolute;
  right: 67px;
  top: -25px;
  width: 1200px;
  z-index: 1;
}
@media (max-width: 700px) {
  #header .yellowBlock {
    right: 55px;
  }
}
#header .search {
  margin: 38px 0 0 0;
  position: absolute;
  right: 20px;
  z-index: 30;
}
@media (max-width: 700px) {
  #header .search {
    margin-top: 24px;
  }
}
#header .search .views-exposed-widgets {
  margin: 0;
}
#header .search .views-exposed-form .views-exposed-widget {
  float: none;
  padding: 0;
}
#header .search .form-item {
  margin: 0;
}
#header .search label {
  display: none;
}
#header .search .headerSearchBar,
#header .search .form-text {
  background-color: #e3debf;
  border: 1px solid #e3debf;
  color: rgba(0, 0, 0, 0.5);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 32px;
  height: 32px;
  padding: 0 40px 0 12px;
  width: 175px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}
#header .search .headerSearchBar:focus,
#header .search .form-text:focus {
  border-color: #847b1b;
  outline: 0;
}
.no-rgba #header .search .headerSearchBar,
.no-rgba #header .search .form-text {
  color: #7b775d;
}
#header .search .headerSearchSubmit,
#header .search #edit-submit-search {
  background-image: url(/sites/rijckheyt/themes/rijckheyt/images/icon-headerSearch.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #847b1b;
  border: none;
  height: 32px;
  margin-top: 0 !important;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: -999em;
  top: 0;
  width: 32px;
  -webkit-border-radius: 0 16px 16px 0;
  -moz-border-radius: 0 16px 16px 0;
  border-radius: 0 16px 16px 0;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #header .search .headerSearchSubmit,
  #header .search #edit-submit-search {
    background-image: url(/sites/rijckheyt/themes/rijckheyt/images/icon-headerSearch@2x.png);
    background-size: 18px 18px;
  }
}
#header .search .headerSearchSubmit:hover,
#header .search #edit-submit-search:hover {
  cursor: pointer;
}
.lt-ie10 #header .search .headerSearchSubmit,
.lt-ie10 #header .search #edit-submit-search {
  top: 0;
}
.lt-ie8 #header .search .headerSearchSubmit,
.lt-ie8 #header .search #edit-submit-search {
  text-transform: uppercase;
  top: 2px;
}
@media (max-width: 400px) {
  #header .search .headerSearchBar,
  #header .search .form-text {
    border: none;
    width: 0;
    padding: 0;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
  }
  #header .search .headerSearchBar.open,
  #header .search .form-text.open {
    border: 1px solid #e3debf;
    padding: 0 40px 0 12px;
    width: 175px;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  #header .search .headerSearchBar.open:focus,
  #header .search .form-text.open:focus {
    border-color: #847b1b;
  }
  #header .search .headerSearchSubmit,
  #header .search #edit-submit-search {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
  }
  #header .search .headerSearchSubmit.open,
  #header .search #edit-submit-search.open {
    -webkit-border-radius: 0 16px 16px 0;
    -moz-border-radius: 0 16px 16px 0;
    border-radius: 0 16px 16px 0;
  }
}
.home.row {
  margin-bottom: 20px;
  overflow: hidden;
}
.home.row h3 {
  color: #ce0338;
  margin-bottom: 10px !important;
}
.home.row h3 a {
  color: #ce0338;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.home.row h3 a:hover {
  color: #ce0338;
}
@media (max-width: 850px) {
  .home.row .homeSearch {
    width: 96.69%;
  }
}
.home.row .homeSearchBox {
  background-color: #dddab5;
  padding: 32px 32px 40px;
  text-align: center;
}
@media (max-width: 700px) {
  .home.row .homeSearchBox {
    padding: 20px 28px 24px;
  }
}
@media (max-width: 400px) {
  .home.row .homeSearchBox {
    padding: 20px 20px 24px;
  }
}
.home.row .homeSearchBox h2 {
  color: #203e40;
  font-family: 'Yanone Kaffeesatz', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.1em;
  margin-bottom: 20px;
}
@media (max-width: 400px) {
  .home.row .homeSearchBox h2 {
    font-size: 24px;
  }
}
.home.row .homeSearchBox .homeSearchForm {
  margin: 0 auto;
  max-width: 430px;
  position: relative;
}
.home.row .homeSearchBox .search {
  margin-bottom: 20px;
}
.home.row .homeSearchBox .homeSearchBar {
  border: none;
  color: rgba(0, 41, 46, 0.55);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0 40px 0 18px;
  text-align: left;
  width: 100%;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.no-rgba .home.row .homeSearchBox .homeSearchBar {
  color: #738a8c;
}
.home.row .homeSearchBox .homeSearchBar:focus {
  background-color: #f4f2e6;
  color: #333333;
  outline: 0;
}
.lt-ie8 .home.row .homeSearchBox .homeSearchBar {
  width: 370px;
}
@media (max-width: 400px) {
  .home.row .homeSearchBox .homeSearchBar {
    font-size: 14px;
    height: 38px;
    line-height: 38px;
  }
}
.home.row .homeSearchBox .homeSearchSubmit {
  background-image: url(/sites/rijckheyt/themes/rijckheyt/images/icon-homeSearch.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  height: 26px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  text-indent: -999em;
  top: 8px;
  width: 26px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .home.row .homeSearchBox .homeSearchSubmit {
    background-image: url(/sites/rijckheyt/themes/rijckheyt/images/icon-homeSearch@2x.png);
    background-size: 26px 52px;
  }
}
.home.row .homeSearchBox .homeSearchSubmit:hover {
  background-position: left bottom;
  cursor: pointer;
}
.lt-ie8 .home.row .homeSearchBox .homeSearchSubmit {
  text-transform: uppercase;
  top: 27px;
}
@media (max-width: 400px) {
  .home.row .homeSearchBox .homeSearchSubmit {
    right: 6px;
    top: 6px;
  }
}
.home.row .homeSearchBox .homeSearchFilters {
  width: 460px;
}
.lt-ie9 .home.row .homeSearchBox .homeSearchFilters {
  width: 480px;
}
.home.row .homeSearchBox .homeSearchFilters span {
  display: block;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 13.5px;
  float: left;
  height: 22px;
  line-height: 22px;
  margin-right: 10px;
}
.home.row .homeSearchBox .homeSearchFilters .form-item {
  float: left;
  height: 22px;
  line-height: 22px;
  margin-right: 10px;
  margin: 0 10px 0 0;
}
.home.row .homeSearchBox .homeSearchFilters .form-item:last-child {
  margin-right: 0;
}
.home.row .homeSearchBox .homeSearchFilters .form-item label {
  display: inline;
  font-size: 13.5px;
}
@media (max-width: 700px) {
  .home.row .homeSearchBox .homeSearchFilters {
    margin: 0 auto;
    width: 220px;
  }
  .home.row .homeSearchBox .homeSearchFilters span {
    display: none;
  }
  .home.row .homeSearchBox .homeSearchFilters .form-item {
    float: none;
    margin-bottom: 2px;
    text-align: left;
  }
}
.home.row .aboutRijckheyt h2 {
  color: #ce0338;
  font-family: 'Yanone Kaffeesatz', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 8px;
}
.home.row .aboutRijckheyt p {
  font-size: 13.5px;
  line-height: 20px;
  margin-bottom: 0;
}
@media (max-width: 850px) {
  .home.row .aboutRijckheyt {
    display: none;
  }
}
.home.row .onzeArchieven h3 {
  color: #203e40;
}
@media (max-width: 850px) {
  .home.row .onzeArchieven {
    width: 96.69%;
  }
  .home.row .onzeArchieven .listing .list-item {
    float: left;
    width: 46.96%;
  }
  .home.row .onzeArchieven .listing .list-item.archieven,
  .home.row .onzeArchieven .listing .list-item.personen {
    margin-right: 4.9%;
  }
}
@media (max-width: 700px) {
  .home.row .onzeArchieven .listing {
    margin: 0;
  }
  .home.row .onzeArchieven .listing .list-item {
    float: none;
    margin: 0 0 3px 0;
    width: auto;
  }
  .home.row .onzeArchieven .listing .list-item.archieven,
  .home.row .onzeArchieven .listing .list-item.personen {
    margin-right: 0;
  }
}
.home.row .inDeKijker hr {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 25px 0 0 0;
  padding: 0;
}
.no-rgba .home.row .inDeKijker hr {
  border-color: #e5e5e5;
}
@media (max-width: 850px) {
  .home.row .inDeKijker hr {
    margin-top: 10px;
  }
}
.home.row .inDeKijker .kijkerItem a {
  color: #333333;
  text-decoration: none;
}
.home.row .inDeKijker .kijkerItem.last {
  display: none;
}
.home.row .inDeKijker .kijkerItem:hover .title {
  color: #348e92;
}
@media (max-width: 850px) {
  .home.row .inDeKijker .kijkerItem {
    margin-bottom: 1.4em;
    width: 46.69%;
  }
  .home.row .inDeKijker .kijkerItem.last {
    display: block;
  }
}
@media (max-width: 700px) {
  .home.row .inDeKijker .kijkerItem {
    margin-bottom: 1em;
    width: 96.69%;
  }
  .home.row .inDeKijker .kijkerItem p {
    display: none;
  }
}
.home.row .inDeKijker .kijkerImage {
  float: left;
  height: 80px;
  margin-right: 10px;
  width: 80px;
}
.home.row .inDeKijker .kijkerImage img {
  height: auto;
  max-width: 100%;
}
.lt-ie9 .home.row .inDeKijker .kijkerImage img {
  width: auto;
}
.home.row .inDeKijker .kijkerInfo {
  overflow: hidden;
}
.home.row .inDeKijker .kijkerInfo .title {
  color: #203e40;
  font-size: 20px;
  margin-bottom: 5px;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.home.row .inDeKijker .kijkerInfo .meta {
  margin-bottom: 5px;
  color: #99a9ab;
}
.home.row .inDeKijker .kijkerInfo .meta:before,
.home.row .inDeKijker .kijkerInfo .meta:after {
  content: "";
  display: table;
}
.home.row .inDeKijker .kijkerInfo .meta:after {
  clear: both;
}
.lt-ie8 .home.row .inDeKijker .kijkerInfo .meta {
  zoom: 1;
}
.home.row .inDeKijker .kijkerInfo .meta li {
  color: #99a9ab !important;
  float: left;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
  list-style: none;
  list-style-image: none;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-transform: uppercase;
}
.home.row .inDeKijker .kijkerInfo .meta li:first-child {
  border-right: 1px solid #99a9ab;
  margin-right: 5px;
  padding-right: 5px;
}
.home.row .inDeKijker .kijkerInfo p {
  color: #203e40;
  font-size: 12.5px;
  line-height: 18px;
  margin-bottom: 0;
}
.home.row .educatieOnderzoek {
  margin-bottom: 10px;
}
@media (max-width: 700px) {
  .home.row .educatieOnderzoek {
    margin-bottom: 20px;
  }
}
.home.row .educatieOnderzoek img {
  float: left;
  margin-right: 10px;
}
.home.row .educatieOnderzoek .info {
  overflow: hidden;
}
.home.row .educatieOnderzoek .info p,
.home.row .educatieOnderzoek .info a {
  font-size: 13.5px;
  line-height: 20px;
  margin-bottom: 0;
}
@media (max-width: 325px) {
  .home.row .educatieOnderzoek img {
    float: none;
    margin: 0 0 10px 0;
    height: auto;
    width: 100%;
  }
}
.onzeArchieven .listing {
  margin-bottom: 0;
}
.onzeArchieven .listing .list-item {
  background-color: #ece9d4;
  display: block;
  list-style: none;
  list-style-image: none;
  list-style-type: none;
  margin: 0 0 3px 0;
  padding: 0;
  position: relative;
  width: 100%;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.onzeArchieven .listing .list-item:hover {
  background-color: #d5d1a4;
}
.onzeArchieven .listing a {
  display: block;
  padding: 6px 10px 10px 30px;
  text-decoration: none;
}
.onzeArchieven .listing .title,
.onzeArchieven .listing .text {
  display: block;
}
.onzeArchieven .listing .title {
  color: #ce0338;
  font-family: 'Yanone Kaffeesatz', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 5px;
}
.onzeArchieven .listing .text {
  color: #203e40;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 12.5px;
  line-height: 15px;
}
.onzeArchieven .listing .icon {
  background-image: url(/sites/rijckheyt/themes/rijckheyt/images/sprite-onzeArchieven.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: transparent;
  display: block;
  height: 32px;
  left: -9px;
  position: absolute;
  top: 2px;
  width: 32px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .onzeArchieven .listing .icon {
    background-image: url(/sites/rijckheyt/themes/rijckheyt/images/sprite-onzeArchieven@2x.png);
    background-size: 32px 128px;
  }
}
.onzeArchieven .listing .fotocollectie .icon {
  background-position: 0 -32px;
}
.onzeArchieven .listing .personen .icon {
  background-position: 0 -64px;
  left: -11px;
}
.onzeArchieven .listing .bibliotheek .icon {
  background-position: 0 -96px;
  left: -11px;
}
.single .onzeArchieven {
  margin-bottom: 20px;
  overflow: hidden;
}
.single .onzeArchieven .listing {
  padding-left: 5px;
}
.single .onzeArchieven h3 {
  color: #203e40;
  font-family: 'Yanone Kaffeesatz', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 10px;
}
.single .onzeArchieven .list-item {
  float: left;
  width: 47.5%;
}
.single .onzeArchieven .list-item.archieven,
.single .onzeArchieven .list-item.personen {
  margin-right: 5%;
}
@media (max-width: 850px) {
  .single .onzeArchieven .list-item {
    float: none;
    margin-right: 0 !important;
    width: 100%;
  }
}
.contentWrapper {
  position: relative;
}
.contentWrapper aside {
  margin: 0 32px 0 -12px;
  width: 235px;
}
.contentWrapper .mainContent {
  display: table;
  float: none;
  margin-bottom: 10px;
  overflow: hidden;
  width: auto;
  z-index: 10;
}
@media (max-width: 700px) {
  .contentWrapper aside {
    left: auto;
    margin: 0 1.655% 20px 1.655%;
    position: relative;
    top: auto;
    width: 96.69%;
  }
  .contentWrapper .mainContent {
    padding-left: 0;
    width: 96.69%;
  }
}
.articleContent {
  margin-bottom: 10px;
  overflow: hidden;
}
section h3 {
  color: #203e40;
  font-family: 'Yanone Kaffeesatz', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 10px;
}
.opDeKaart-tags {
  margin-bottom: 20px;
  overflow: hidden;
}
.opDeKaart-tags .opDeKaart,
.opDeKaart-tags .tagsWrapper {
  float: left;
  width: 47.5%;
}
@media (max-width: 850px) {
  .opDeKaart-tags .opDeKaart,
  .opDeKaart-tags .tagsWrapper {
    float: none;
    margin-right: 0;
    width: 100%;
  }
}
.opDeKaart-tags .opDeKaart {
  margin-bottom: 5px;
  margin-right: 5%;
}
@media (max-width: 850px) {
  .opDeKaart-tags .opDeKaart {
    margin-bottom: 25px;
  }
}
.opDeKaart-tags .opDeKaart #leaflet-map {
  height: 275px !important;
}
.opDeKaart-tags .opDeKaart .fullMap {
  color: #203e40;
  display: inline-block;
  font-size: 13px;
  margin-top: 3px;
  text-decoration: none;
}
.lt-ie8 .opDeKaart-tags .opDeKaart .fullMap {
  display: inline;
  zoom: 1;
}
.opDeKaart-tags .opDeKaart .fullMap:hover {
  text-decoration: underline;
}
.opDeKaart-tags .tagsContent {
  background-color: #f4f2e6;
  padding: 10px 10px 10px 14px;
}
.opDeKaart-tags .tagsContent .category {
  margin-bottom: 8px;
}
.opDeKaart-tags .tagsContent .category.last,
.opDeKaart-tags .tagsContent .category:last-child {
  margin-bottom: 0;
}
.opDeKaart-tags .tagsContent .category.last .tags,
.opDeKaart-tags .tagsContent .category:last-child .tags {
  margin-bottom: 0;
}
.opDeKaart-tags .tagsContent .category h3 {
  font-size: 18px;
  margin-bottom: 5px;
}
.bekijkOok {
  margin-bottom: 20px;
}
.lt-ie8 .bekijkOok {
  padding-bottom: 20px;
}
.bekijkOok h3 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}
.bekijkOok a {
  text-decoration: none;
}
.bekijkOok a:before,
.bekijkOok a:after {
  content: "";
  display: table;
}
.bekijkOok a:after {
  clear: both;
}
.lt-ie8 .bekijkOok a {
  zoom: 1;
}
.bekijkOok a:hover .title {
  color: #348e92;
}
.bekijkOok .bekijkOokItem {
  float: left;
  margin-bottom: 1.4em;
  width: 50%;
}
@media (max-width: 850px) {
  .bekijkOok .bekijkOokItem {
    float: none;
    width: 100%;
  }
  .bekijkOok .bekijkOokItem:before,
  .bekijkOok .bekijkOokItem:after {
    content: "";
    display: table;
  }
  .bekijkOok .bekijkOokItem:after {
    clear: both;
  }
  .lt-ie8 .bekijkOok .bekijkOokItem {
    zoom: 1;
  }
}
.bekijkOok .bekijkOokImage {
  float: left;
  height: 80px;
  margin-right: 10px;
  width: 80px;
}
.bekijkOok .bekijkOokImage img {
  width: 80px;
  height: 80px;
}
.bekijkOok .bekijkOokInfo {
  overflow: hidden;
}
.bekijkOok .bekijkOokInfo .title {
  color: #203e40;
  font-family: 'Yanone Kaffeesatz', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 2px;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.bekijkOok .bekijkOokInfo .title:hover {
  cursor: pointer;
}
.bekijkOok .bekijkOokInfo .type {
  color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  line-height: 14px;
}
.no-rgba .bekijkOok .bekijkOokInfo .type {
  color: #4c4c4c;
}
/* OVERVIEW */
.page-zoeken .mainContent {
  display: block;
}
.page-geschiedenis-van-de-regio .mainContent,
.page-geschiedenis-van-de-regio-kaart .mainContent,
.page-cultureel-erfgoed-kaart .mainContent,
.page-educatie .mainContent,
.page-geschiedenis-van-de-regio.mainContent,
.page-geschiedenis-van-de-regio-kaart.mainContent,
.page-cultureel-erfgoed-kaart.mainContent,
.page-educatie.mainContent {
  display: block;
  padding-right: 4px;
}
.page-geschiedenis-van-de-regio .overviewHead,
.page-geschiedenis-van-de-regio-kaart .overviewHead,
.page-cultureel-erfgoed-kaart .overviewHead,
.page-educatie .overviewHead {
  margin-bottom: 8px;
}
.page-geschiedenis-van-de-regio .overviewHead .title,
.page-geschiedenis-van-de-regio-kaart .overviewHead .title,
.page-cultureel-erfgoed-kaart .overviewHead .title,
.page-educatie .overviewHead .title {
  height: 30px;
}
@media (max-width: 700px) {
  .page-geschiedenis-van-de-regio .overviewHead .title,
  .page-geschiedenis-van-de-regio-kaart .overviewHead .title,
  .page-cultureel-erfgoed-kaart .overviewHead .title,
  .page-educatie .overviewHead .title {
    display: none;
  }
}
@media (max-width: 700px) {
  .page-geschiedenis-van-de-regio .overviewHead,
  .page-geschiedenis-van-de-regio-kaart .overviewHead,
  .page-cultureel-erfgoed-kaart .overviewHead,
  .page-educatie .overviewHead {
    margin-bottom: 0;
  }
}
.overview .overviewHead {
  position: relative;
  z-index: 20;
}
.overview .overviewIntro {
  position: relative;
  z-index: 30;
}
.overview .overviewIntro p {
  color: #203e40;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 1.4em;
}
.overview .overviewIntro strong {
  font-weight: 700;
}
.overview .overviewIntro h1,
.overview .overviewIntro h2,
.overview .overviewIntro h3,
.overview .overviewIntro h4,
.overview .overviewIntro h5,
.overview .overviewIntro h6 {
  font-family: 'Yanone Kaffeesatz', Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
}
.overview .overviewIntro h2 {
  font-size: 25px;
}
.overview .overviewIntro h3 {
  font-size: 22px;
}
.overview .overviewContent {
  position: relative;
  z-index: 30;
}
.overview .resultsCounter {
  border-bottom: 2px solid #f7eeba;
  margin-bottom: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}
.overview .resultsCounter .resultLabel {
  color: #203e40;
  display: inline-block;
  font-family: 'Yanone Kaffeesatz', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-right: 13px;
  vertical-align: text-bottom;
}
.lt-ie8 .overview .resultsCounter .resultLabel {
  display: inline;
  zoom: 1;
}
.overview .resultsCounter .tag {
  background: url(/sites/rijckheyt/themes/rijckheyt/images/sprite-tags.png) no-repeat right 0 rgba(52, 142, 146, 0.2);
  color: #203e40;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 1em;
  text-decoration: none;
  margin: 2px 3px 6px 0;
  padding: 4px 23px 4px 8px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.lt-ie8 .overview .resultsCounter .tag {
  display: inline;
  zoom: 1;
}
.no-rgba .overview .resultsCounter .tag {
  background-color: #d5e7e8;
}
.lt-ie9 .overview .resultsCounter .tag {
  background: url(/sites/rijckheyt/themes/rijckheyt/images/sprite-tags.png) no-repeat right 0 #d5e7e8;
}
.overview .resultsCounter .tag:hover {
  background-position: right -50px;
}
.overview .listing.regio .list-item {
  margin-bottom: 20px;
  position: relative;
}
.overview .listing.regio .list-item:before,
.overview .listing.regio .list-item:after {
  content: "";
  display: table;
}
.overview .listing.regio .list-item:after {
  clear: both;
}
.lt-ie8 .overview .listing.regio .list-item {
  zoom: 1;
}
.overview .listing.regio .list-item:hover .title {
  color: #348e92;
}
.overview .listing.regio .clickarea {
  cursor: pointer;
  margin-bottom: 10px;
}
.overview .listing.regio .label {
  background-color: #998f1f;
  color: #ffffff;
  display: inline-block;
  font-family: 'Yanone Kaffeesatz', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 6px 10px 5px;
  position: absolute;
  right: -4px;
  top: 10px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.lt-ie8 .overview .listing.regio .label {
  display: inline;
  zoom: 1;
}
.overview .listing.regio .image {
  float: right;
  margin: 6px 0 10px 20px;
}
.overview .listing.regio footer {
  overflow: hidden;
}
@media (max-width: 400px) {
  .overview .listing.regio .info {
    overflow: hidden;
  }
}
.overview .listing.regio .info a {
  display: block;
  text-decoration: none;
}
.overview .listing.regio .info header {
  margin-bottom: 3px;
  overflow: hidden;
}
.overview .listing.regio .info .title {
  color: #203e40;
  display: inline-block;
  font-family: 'Yanone Kaffeesatz', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 32px;
  margin-right: 3px;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.lt-ie8 .overview .listing.regio .info .title {
  display: inline;
  zoom: 1;
}
.lt-ie8 .overview .listing.regio .info .title {
  padding-right: 5px;
}
.overview .listing.regio .info .category {
  color: rgba(52, 142, 146, 0.5);
  display: inline-block;
  font-family: 'Yanone Kaffeesatz', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.lt-ie8 .overview .listing.regio .info .category {
  display: inline;
  zoom: 1;
}
.no-rgba .overview .listing.regio .info .category {
  color: #99c6c8;
}
@media (max-width: 850px) {
  .overview .listing.regio .list-item .image {
    width: 130px;
  }
  .overview .listing.regio .list-item .image img {
    height: auto;
    max-width: 100%;
  }
  .overview .listing.regio .list-item.uitgelicht .image {
    width: 180px;
  }
}
@media (max-width: 700px) {
  .overview .listing.regio .list-item .tags,
  .overview .listing.regio .list-item .info .category {
    display: none !important;
  }
  .overview .listing.regio .list-item.uitgelicht .image {
    width: 100px;
  }
  .overview .listing.regio .list-item .image {
    width: 100px;
  }
}
@media (max-width: 400px) {
  .overview .listing.regio .list-item {
    margin-bottom: 15px;
  }
  .overview .listing.regio .list-item .title {
    display: block;
    font-size: 22px;
    line-height: 25px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  .overview .listing.regio .list-item p {
    display: none;
  }
}
.overview .listing.inDeKijker .list-item,
.overview .listing.search .list-item {
  margin-bottom: 20px;
  position: relative;
}
.overview .listing.inDeKijker .list-item:before,
.overview .listing.search .list-item:before,
.overview .listing.inDeKijker .list-item:after,
.overview .listing.search .list-item:after {
  content: "";
  display: table;
}
.overview .listing.inDeKijker .list-item:after,
.overview .listing.search .list-item:after {
  clear: both;
}
.lt-ie8 .overview .listing.inDeKijker .list-item,
.lt-ie8 .overview .listing.search .list-item {
  zoom: 1;
}
.overview .listing.inDeKijker .list-item:hover,
.overview .listing.search .list-item:hover {
  cursor: pointer;
}
.overview .listing.inDeKijker .list-item:hover .title,
.overview .listing.search .list-item:hover .title {
  color: #348e92;
}
@media (max-width: 400px) {
  .overview .listing.inDeKijker .list-item .title,
  .overview .listing.search .list-item .title {
    display: block;
    font-size: 22px;
    line-height: 25px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  .overview .listing.inDeKijker .list-item .meta,
  .overview .listing.search .list-item .meta,
  .overview .listing.inDeKijker .list-item p,
  .overview .listing.search .list-item p,
  .overview .listing.inDeKijker .list-item .tags,
  .overview .listing.search .list-item .tags {
    display: none;
  }
}
.overview .listing.inDeKijker a,
.overview .listing.search a {
  display: block;
  text-decoration: none;
}
.overview .listing.inDeKijker .image,
.overview .listing.search .image {
  float: right;
  margin: 6px 0 10px 20px;
}
@media (max-width: 850px) {
  .overview .listing.inDeKijker .image,
  .overview .listing.search .image {
    width: 130px;
  }
  .overview .listing.inDeKijker .image img,
  .overview .listing.search .image img {
    height: auto;
    max-width: 100%;
  }
}
@media (max-width: 700px) {
  .overview .listing.inDeKijker .image,
  .overview .listing.search .image {
    width: 100px;
  }
}
@media (max-width: 400px) {
  .overview .listing.inDeKijker .image,
  .overview .listing.search .image {
    width: 75px;
  }
}
.overview .listing.inDeKijker header,
.overview .listing.search header {
  overflow: hidden;
}
.overview .listing.inDeKijker .title,
.overview .listing.search .title {
  color: #203e40;
  font-family: 'Yanone Kaffeesatz', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 8px;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.overview .listing.search {
  margin-bottom: 10px;
}
.overview .listing.search .clickarea {
  margin-bottom: 10px;
}
.node-type-geschiedenis-in-de-regio #sideNav,
.node-type-geschiedenis-in-de-regio #sideNavMobile {
  display: none;
}
.node-type-in-de-kijker .title {
  margin-bottom: 5px;
}
@media (max-width: 700px) {
  .page-zoeken aside {
    display: none;
  }
}
.filters {
  margin: 0 0 30px 0;
}
.page-cultureel-erfgoed-kaart .filters {
  margin-bottom: 0;
}
.page-cultureel-erfgoed-kaart .filters .filtersHead {
  padding: 5px;
}
.lt-ie8 .page-cultureel-erfgoed-kaart .filters .filtersHead {
  height: 10px;
  padding: 0;
}
.filters .switches {
  background-color: #ffffff;
  float: none;
  margin-top: 0;
  width: 100%;
}
@media (max-width: 700px) {
  .filters .switches {
    float: none;
    margin-top: 0;
    overflow: hidden;
  }
}
.filters .switches ul:before,
.filters .switches ul:after {
  content: "";
  display: table;
}
.filters .switches ul:after {
  clear: both;
}
.lt-ie8 .filters .switches ul {
  zoom: 1;
}
.filters .switches li {
  display: block;
  float: left;
  width: 49%;
}
.filters .switches li a {
  background-color: #f4f2e6;
  color: #203e40;
  display: block;
  font-family: 'Yanone Kaffeesatz', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  padding: 0 10px;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.no-rgba .filters .switches li a {
  background-color: #fcf9e8;
}
.filters .switches li a.active,
.filters .switches li a.active:hover {
  background-color: #e3debf;
}
.filters .switches li a:hover {
  background-color: #ece9d4;
}
.filters .switches li a span {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  float: left;
  height: 40px;
  margin-right: 5px;
  width: 30px;
}
.filters .switches li.list {
  margin-right: 2%;
  position: relative;
}
.filters .switches li.list a {
  padding-left: 5px;
}
.filters .switches li.list span {
  background-image: url(/sites/rijckheyt/themes/rijckheyt/images/icon-filters-list.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .filters .switches li.list span {
    background-image: url(/sites/rijckheyt/themes/rijckheyt/images/icon-filters-list@2x.png);
    background-size: 18px 26px;
  }
}
.filters .switches li.list:before {
  background: url(/sites/rijckheyt/themes/rijckheyt/images/bg-filters-fade.png) 0 0 repeat-y transparent;
  content: '';
  display: block;
  float: left;
  height: 40px;
  left: -30px;
  position: absolute;
  width: 30px;
}
.filters .switches li.map span {
  background-image: url(/sites/rijckheyt/themes/rijckheyt/images/icon-filters-map.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .filters .switches li.map span {
    background-image: url(/sites/rijckheyt/themes/rijckheyt/images/icon-filters-map@2x.png);
    background-size: 26px 26px;
  }
}
.filters .filtersHead {
  background-color: #e3debf;
  padding: 10px;
  overflow: hidden;
}
.no-rgba .filters .filtersHead {
  background-color: #f1e38d;
}
.filters .filtersHead .searchWrapper {
  float: left;
  margin: 0 20px 0 0;
  max-width: 39.84962406%;
  /* 265 / 665 */
  position: relative;
  width: 100%;
}
@media (max-width: 400px) {
  .filters .filtersHead .searchWrapper {
    float: none;
    margin: 0 0 10px 0;
    max-width: 100%;
  }
}
.filters .filtersHead .form-item {
  margin: 0;
}
.filters .filtersHead .form-text {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: rgba(0, 0, 0, 0.5);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 32px;
  height: 32px;
  padding: 0 40px 0 12px;
  width: 100%;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}
.filters .filtersHead .form-text:focus {
  border-color: #998f1f;
  outline: 0;
}
.no-rgba .filters .filtersHead .form-text {
  color: #7b775d;
}
.lt-ie8 .filters .filtersHead .form-text {
  width: 200px;
}
.filters .filtersHead #filtersSearchSubmit {
  background-image: url(/sites/rijckheyt/themes/rijckheyt/images/icon-headerSearch.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #998f1f;
  border: none;
  height: 32px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: -999em;
  top: 0;
  width: 32px;
  -webkit-border-radius: 0 16px 16px 0;
  -moz-border-radius: 0 16px 16px 0;
  border-radius: 0 16px 16px 0;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .filters .filtersHead #filtersSearchSubmit {
    background-image: url(/sites/rijckheyt/themes/rijckheyt/images/icon-headerSearch@2x.png);
    background-size: 18px 18px;
  }
}
.filters .filtersHead #filtersSearchSubmit:hover {
  cursor: pointer;
}
.lt-ie8 .filters .filtersHead #filtersSearchSubmit {
  height: 34px;
  text-transform: uppercase;
  top: 1px;
}
.filters .filtersHead .selectFilters {
  background-image: url(/sites/rijckheyt/themes/rijckheyt/images/icon-filters-selectFilters.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-color: transparent;
  color: #203e40;
  float: left;
  font-family: 'Yanone Kaffeesatz', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  height: 32px;
  line-height: 32px;
  padding: 0 0 0 20px;
  text-decoration: none;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .filters .filtersHead .selectFilters {
    background-image: url(/sites/rijckheyt/themes/rijckheyt/images/icon-filters-selectFilters@2x.png);
    background-size: 15px 16px;
  }
}
.filters .filtersHead .selectFilters:hover {
  text-decoration: underline;
}
.filters .filtersContent {
  background-color: #f4f2e6;
  display: none;
  padding: 10px 10px 10px 14px;
}
.filters .filtersContent .category {
  margin-bottom: 8px;
}
.filters .filtersContent .category.last {
  margin-bottom: 0;
}
.filters .filtersContent .category h3 {
  color: #203e40;
  font-family: 'Yanone Kaffeesatz', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 5px;
}
.filters .filtersContent .category .form-item {
  margin: 0;
}
.lt-ie8 .filters .filtersContent .category .form-item {
  overflow: hidden;
}
.filters .filtersContent .category .tags {
  height: auto;
  -webkit-transition: height 1s ease;
  -moz-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;
}
.filters .filtersContent .category .tags .showAllTags a {
  background-color: #203e40;
  color: #ffffff;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.lt-ie8 .filters .filtersContent .category .tags {
  overflow: hidden;
}
.lt-ie8 .filters .filtersContent .category .tags:before,
.lt-ie8 .filters .filtersContent .category .tags:after {
  content: "";
  display: table;
}
.lt-ie8 .filters .filtersContent .category .tags:after {
  clear: both;
}
.lt-ie8 .lt-ie8 .filters .filtersContent .category .tags {
  zoom: 1;
}
#rh_footer {
  background-color: #efecdb;
  padding: 0 12px;
  overflow: hidden;
}
@media (max-width: 700px) {
  #rh_footer {
    padding: 0 6px;
  }
}
#rh_footer .cols1half {
  padding: 20px 0;
}
.lt-ie8 #rh_footer .cols1half {
  position: relative;
}
.lt-ie8 #rh_footer .cols1half:before,
.lt-ie8 #rh_footer .cols1half:after {
  content: "";
  display: table;
}
.lt-ie8 #rh_footer .cols1half:after {
  clear: both;
}
.lt-ie8 .lt-ie8 #rh_footer .cols1half {
  zoom: 1;
}
@media (max-width: 700px) {
  #rh_footer .cols1half:first-child {
    padding-bottom: 0;
  }
}
#rh_footer h3 {
  color: #203e40;
  font-family: 'Yanone Kaffeesatz', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 15px;
}
#rh_footer p {
  color: #203e40;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12.5px;
  line-height: 17px;
  margin-bottom: 17px;
}
#rh_footer p:last-child {
  margin-bottom: 0;
}
#rh_footer p.disclaimer {
  line-height: 14px;
}
#rh_footer p.disclaimer a {
  border-right: 1px solid #203e40;
  margin-right: 5px;
  padding-right: 5px;
}
#rh_footer p.disclaimer a:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
#rh_footer p a {
  color: inherit;
}
#rh_footer .subscribe-button-inner {
  margin: -13px 0 20px 0 !important;
}
#rh_footer strong {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
}
#footer {
  margin: 30px auto;
}
#footer .footerCol {
  border-left: 1px solid #094a51;
  border-right: 1px solid #003033;
  color: rgba(255, 255, 255, 0.9);
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  float: left;
  line-height: 17px;
  margin: 0 0 25px 0;
  padding: 0;
  width: 25%;
}
.no-rgba #footer .footerCol {
  color: #e6e8eb;
}
#footer .footerCol:hover {
  cursor: pointer;
}
#footer .footerCol .historischgoud,
#footer .footerCol .thermenmuseum,
#footer .footerCol .kasteelhoensbroek,
#footer .footerCol .rijckheyt {
  margin: 0 7px;
  padding: 10px 10px 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
#footer .footerCol .historischgoud:hover,
#footer .footerCol .thermenmuseum:hover,
#footer .footerCol .kasteelhoensbroek:hover,
#footer .footerCol .rijckheyt:hover {
  background-color: #1a3233;
  background-color: rgba(0, 0, 0, 0.2);
}
.lt-ie9 #footer .footerCol .historischgoud,
.lt-ie9 #footer .footerCol .thermenmuseum,
.lt-ie9 #footer .footerCol .kasteelhoensbroek,
.lt-ie9 #footer .footerCol .rijckheyt {
  margin: 0 6px;
}
#footer .footerCol img {
  display: block;
  margin-bottom: 20px;
}
#footer .footerCol strong {
  font-weight: bold;
}
#footer .footerCol a {
  color: #6da7c3;
  text-decoration: none;
}
.rgba #footer .footerCol a {
  color: rgba(121, 182, 211, 0.9);
}
#footer .footerCol a:hover {
  text-decoration: underline;
}
#footer .footerCol.first {
  border-left: none;
  width: 25%;
}
#footer .footerCol.last {
  border-right: none;
  width: 24%;
}
#footer .developed {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.no-rgba #footer .developed {
  color: #667582;
}
#footer .developed a {
  color: rgba(255, 255, 255, 0.4);
}
.no-rgba #footer .developed a {
  color: #667582;
}
#footer .developed a:hover {
  text-decoration: none;
}
@media (max-width: 850px) {
  #footer .footerCol,
  #footer .footerCol.first,
  #footer .footerCol.last {
    border: none;
    float: none;
    margin: 0 10px 5px 0;
    width: 100%;
  }
  #footer .footerCol:before,
  #footer .footerCol.first:before,
  #footer .footerCol.last:before,
  #footer .footerCol:after,
  #footer .footerCol.first:after,
  #footer .footerCol.last:after {
    content: "";
    display: table;
  }
  #footer .footerCol:after,
  #footer .footerCol.first:after,
  #footer .footerCol.last:after {
    clear: both;
  }
  .lt-ie8 #footer .footerCol,
  .lt-ie8 #footer .footerCol.first,
  .lt-ie8 #footer .footerCol.last {
    zoom: 1;
  }
  #footer .footerCol div,
  #footer .footerCol.first div,
  #footer .footerCol.last div {
    overflow: hidden;
  }
  #footer .footerCol img,
  #footer .footerCol.first img,
  #footer .footerCol.last img {
    float: left;
    margin: 0;
  }
  #footer .footerCol strong,
  #footer .footerCol.first strong,
  #footer .footerCol.last strong,
  #footer .footerCol p,
  #footer .footerCol.first p,
  #footer .footerCol.last p,
  #footer .footerCol a,
  #footer .footerCol.first a,
  #footer .footerCol.last a {
    display: block;
    margin-left: 185px;
  }
  #footer .developed {
    margin-top: 10px;
  }
}
@media (max-width: 700px) {
  #footer {
    margin: 20px auto;
  }
}
@media (max-width: 480px) {
  #footer .footerCol div {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
}
@media (max-width: 320px) {
  #footer .footerCol img,
  #footer .footerCol.first img,
  #footer .footerCol.last img {
    float: none;
    margin-bottom: 10px;
  }
  #footer .footerCol strong,
  #footer .footerCol.first strong,
  #footer .footerCol.last strong,
  #footer .footerCol p,
  #footer .footerCol.first p,
  #footer .footerCol.last p,
  #footer .footerCol a,
  #footer .footerCol.first a,
  #footer .footerCol.last a {
    margin-left: 0;
  }
}
.place-holder {
  border: 1px dashed #aaa;
  color: #aaa;
  display: block;
  margin: 20px 0;
  padding: 40px;
  text-align: center;
}
.textExpander p,
.textExpander ul,
.textExpander ol {
  display: none;
}
.textExpander p.first,
.textExpander ul.first,
.textExpander ol.first {
  display: block;
}
.textExpander.expanded p,
.textExpander.expanded ul,
.textExpander.expanded ol {
  display: block;
}
.textExpander ul,
.textExpander ol {
  margin-left: 2em;
  list-style-type: disc;
}
.textExpander ul li,
.textExpander ol li {
  line-height: 22px;
  font-size: 15px;
}
/* 16/960*100 */
#container {
  min-width: 260px;
}
.lt-ie9 #container {
  min-width: 980px;
}
.widthWrapper {
  margin: 0 auto;
  max-width: 960px;
  padding: 0 20px;
  position: relative;
  width: auto;
  -webkit-transition: padding 0.2s ease;
  -moz-transition: padding 0.2s ease;
  -o-transition: padding 0.2s ease;
  transition: padding 0.2s ease;
}
.widthWrapper:before,
.widthWrapper:after {
  content: "";
  display: table;
}
.widthWrapper:after {
  clear: both;
}
.lt-ie8 .widthWrapper {
  zoom: 1;
}
@media (max-width: 700px) {
  .widthWrapper {
    padding: 0 10px;
  }
}
.cols1half,
.cols1third,
.cols2third,
.cols1fourth,
.cols3fourth,
.colsFull {
  float: left;
  position: relative;
  margin: 0 1.655%;
}
.cols1half {
  width: 46.69%;
}
.cols1third {
  width: 30.02333333%;
}
.cols2third {
  width: 63.35666667%;
}
.cols1fourth {
  width: 21.69%;
}
.cols3fourth {
  width: 71.69%;
}
.colsFull {
  width: 96.69%;
}
@media (max-width: 700px) {
  .cols1half,
  .cols1third,
  .cols2third,
  .cols1fourth,
  .cols3fourth {
    width: 96.69%;
  }
}
/*
  font-family: 'Open Sans', sans-serif;
  font-family: 'Yanone Kaffeesatz', sans-serif;
*/
.fontRegular {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.fontSemiBold {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.fontBold {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.fontHeadingLight {
  font-family: 'Yanone Kaffeesatz', Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.fontHeadingRegular {
  font-family: 'Yanone Kaffeesatz', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
em {
  font-style: italic;
}
a {
  color: #31878a;
}
a:hover {
  color: #173e3f;
}
a.readMore {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.articleHead p,
.articleContent p,
.overviewHead p,
.overviewContent p,
.home.row p,
.articleHead h1,
.articleContent h1,
.overviewHead h1,
.overviewContent h1,
.home.row h1,
.articleHead h2,
.articleContent h2,
.overviewHead h2,
.overviewContent h2,
.home.row h2,
.articleHead h3,
.articleContent h3,
.overviewHead h3,
.overviewContent h3,
.home.row h3,
.articleHead h4,
.articleContent h4,
.overviewHead h4,
.overviewContent h4,
.home.row h4,
.articleHead h5,
.articleContent h5,
.overviewHead h5,
.overviewContent h5,
.home.row h5,
.articleHead h6,
.articleContent h6,
.overviewHead h6,
.overviewContent h6,
.home.row h6,
.articleHead ul,
.articleContent ul,
.overviewHead ul,
.overviewContent ul,
.home.row ul,
.articleHead ol,
.articleContent ol,
.overviewHead ol,
.overviewContent ol,
.home.row ol,
.articleHead blockquote,
.articleContent blockquote,
.overviewHead blockquote,
.overviewContent blockquote,
.home.row blockquote {
  font-size: 15px;
  line-height: 22px;
}
.articleHead strong,
.articleContent strong,
.overviewHead strong,
.overviewContent strong,
.home.row strong {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.articleHead,
.overviewHead {
  margin-bottom: 15px;
}
.articleHead h1,
.overviewHead h1 {
  color: #203e40;
  font-family: 'Yanone Kaffeesatz', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1em;
}
.articleContent p,
.home.row p,
.articleContent ul,
.home.row ul,
.articleContent ol,
.home.row ol {
  margin-bottom: 1.4em;
}
.articleContent h1,
.home.row h1,
.articleContent h2,
.home.row h2,
.articleContent h3,
.home.row h3,
.articleContent h4,
.home.row h4,
.articleContent h5,
.home.row h5,
.articleContent h6,
.home.row h6 {
  font-family: 'Yanone Kaffeesatz', Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
}
.articleContent h2,
.home.row h2 {
  font-size: 25px;
}
.articleContent h3,
.home.row h3 {
  font-size: 22px;
}
.articleContent ol,
.home.row ol {
  list-style: decimal outside none;
}
.articleContent ol li,
.home.row ol li {
  margin-left: 1.5em;
  padding-left: 0.25em;
}
.articleContent ul,
.home.row ul {
  list-style: disc outside none;
}
.articleContent ul li,
.home.row ul li {
  margin-left: 1.4em;
  padding-left: 0.25em;
}
.articleContent .intro,
.home.row .intro {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.articleContent h1,
.articleContent h2,
.articleContent h3,
.articleContent h4,
.articleContent h5,
.articleContent h6 {
  color: #203e40;
}
.articleContent div,
.articleContent p,
.articleContent ul,
.articleContent ol {
  margin-bottom: 1.4em;
}
.articleContent div span,
.articleContent p span,
.articleContent ul span,
.articleContent ol span,
.articleContent div font,
.articleContent p font,
.articleContent ul font,
.articleContent ol font {
  font-size: 15px !important;
  line-height: 22px;
}
.articleContent div a,
.articleContent p a,
.articleContent ul a,
.articleContent ol a {
  color: #ce0338;
}
.articleContent div a:hover,
.articleContent p a:hover,
.articleContent ul a:hover,
.articleContent ol a:hover {
  color: #9c022a;
}
.articleContent div {
  font-size: 15px;
  line-height: 22px;
}
/* --- TOKEN IMAGES responsive--- */
.tokenImage {
  display: block;
  float: left;
  margin: 6px 3% 10px 0;
  width: 48.5%;
  /* default is gelijk aan medium */
}
.tokenImage img {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 100%;
}
.tokenImage .caption {
  color: rgba(51, 51, 51, 0.5);
  display: block;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-style: italic;
  line-height: 1.3em;
  padding: 6px 0 0 2px;
  margin: 0 auto;
  text-align: left;
}
.no-rgba .tokenImage .caption {
  color: #999999;
}
.tokenImage .caption a,
.tokenImage .caption a:hover {
  color: inherit;
  text-decoration: underline;
}
.tokenImage.mini {
  width: 23.5%;
}
.tokenImage.small {
  width: 31.8333%;
}
.tokenImage.medium {
  width: 48.5%;
}
.tokenImage.large {
  width: 65.1666%;
}
.tokenImage.full {
  width: 100%;
}
.tokenImage.right {
  float: right;
  margin: 6px 0 10px 3%;
}
.tokenImage.full,
.tokenImage.center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.tokenImage.full:before,
.tokenImage.center:before,
.tokenImage.full:after,
.tokenImage.center:after {
  content: "";
  display: table;
}
.tokenImage.full:after,
.tokenImage.center:after {
  clear: both;
}
.lt-ie8 .tokenImage.full,
.lt-ie8 .tokenImage.center {
  zoom: 1;
}
/* Small viewport */
@media (max-width: 700px) {
  .tokenImage.medium,
  .tokenImage.large,
  .tokenImage.full {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .tokenImage.medium:before,
  .tokenImage.large:before,
  .tokenImage.full:before,
  .tokenImage.medium:after,
  .tokenImage.large:after,
  .tokenImage.full:after {
    content: "";
    display: table;
  }
  .tokenImage.medium:after,
  .tokenImage.large:after,
  .tokenImage.full:after {
    clear: both;
  }
  .lt-ie8 .tokenImage.medium,
  .lt-ie8 .tokenImage.large,
  .lt-ie8 .tokenImage.full {
    zoom: 1;
  }
  .tokenImage.large {
    width: 80%;
  }
  .tokenImage.medium {
    width: 60%;
  }
  .tokenImage.small,
  .tokenImage.mini {
    width: 40%;
  }
}
.site-banner {
  display: block;
  background-color: #ffbf16;
  color: black;
  padding: 26px 30px;
  margin-top: -25px;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: 20px;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.6;
}
.btn {
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(top, #f2f2f2, #eeeeee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #eeeeee);
  background-image: -o-linear-gradient(top, #f2f2f2, #eeeeee);
  background-image: linear-gradient(to bottom, #f2f2f2, #eeeeee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffeeeeee', GradientType=0);
  border: 1px solid #cccccc;
  color: #333333;
  display: inline-block;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 2px 10px;
  text-decoration: none !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lt-ie8 .btn {
  display: inline;
  zoom: 1;
}
.btn:hover {
  background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #dddddd, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dddddd), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #dddddd, #f2f2f2);
  background-image: -o-linear-gradient(top, #dddddd, #f2f2f2);
  background-image: linear-gradient(to bottom, #dddddd, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdddddd', endColorstr='#fff2f2f2', GradientType=0);
  cursor: pointer;
  text-decoration: none !important;
}
.btn.full {
  display: block;
  text-align: center;
}
.btn.edit {
  background: url(/sites/rijckheyt/themes/rijckheyt/images/drupal7-buttons.png);
  border: 1px solid;
  border-color: #e4e4e4 #d2d2d2 #b4b4b4;
  color: #333333;
  cursor: pointer;
  font-family: "Lucida Grande", Verdana, sans-serif;
  font-size: 13px !important;
  font-weight: normal;
  margin: 10px 0.3em 10px 0;
  padding: 4px 11px;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.btn.edit:hover {
  border-color: #b4b4b4;
  background-position: left -40px;
  color: #222222;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
}
.btn.edit.more {
  margin: 0 0.3em 20px 0;
}
.btn.dark {
  background-color: #4e4e4e;
  background-image: -moz-linear-gradient(top, #555555, #444444);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#444444));
  background-image: -webkit-linear-gradient(top, #555555, #444444);
  background-image: -o-linear-gradient(top, #555555, #444444);
  background-image: linear-gradient(to bottom, #555555, #444444);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff444444', GradientType=0);
  border: 1px solid #222222;
  color: #ffffff;
  padding: 4px 10px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.btn.dark:hover {
  background-color: #414141;
  background-image: -moz-linear-gradient(top, #333333, #555555);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#555555));
  background-image: -webkit-linear-gradient(top, #333333, #555555);
  background-image: -o-linear-gradient(top, #333333, #555555);
  background-image: linear-gradient(to bottom, #333333, #555555);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ff555555', GradientType=0);
}
.tags:before,
.tags:after {
  content: "";
  display: table;
}
.tags:after {
  clear: both;
}
.lt-ie8 .tags {
  zoom: 1;
}
.tags li {
  display: block;
  float: left;
  margin: 0 6px 6px 0;
  padding: 0;
}
.tags li a {
  background-color: rgba(52, 142, 146, 0.2);
  color: #203e40;
  display: block;
  font-size: 12px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 12px;
  padding: 4px 8px;
  text-decoration: none;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.no-rgba .tags li a {
  background-color: #d5e7e8;
}
.tags li a:hover {
  background-color: rgba(52, 142, 146, 0.35);
}
.no-rgba .tags li a:hover {
  background-color: #b7d6d8;
}
.tags li.selected a {
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}
.tags li.selected a:hover {
  background-color: rgba(52, 142, 146, 0.35);
}
.no-rgba .tags li.selected a:hover {
  background-color: #b7d6d8;
}
.infoIcon {
  display: inline-block;
}
.lt-ie8 .infoIcon {
  display: inline;
  zoom: 1;
}
.infoIcon a {
  background-image: url(/sites/rijckheyt/themes/rijckheyt/images/icon-infoIcon.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: transparent;
  display: block;
  height: 14px;
  margin: 0 0 -2px 4px;
  width: 14px;
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .infoIcon a {
    background-image: url(/sites/rijckheyt/themes/rijckheyt/images/icon-infoIcon@2x.png);
    background-size: 14px 14px;
  }
}
.infoIcon a:hover {
  -webkit-opacity: 0.9;
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
.lt-ie8 .infoIcon a {
  margin-bottom: 2px;
}
.qtip.qtip-rijckheyt {
  border: none;
  background-color: #f4f2e6;
  color: #203e40;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  padding: 5px;
  max-width: 220px;
}
/* PAGER */
.item-list {
  margin-bottom: 25px;
}
.item-list ul.pager {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 13px;
  margin: 30px 0 0 0;
  padding: 0;
  text-align: center;
}
.item-list ul.pager a {
  color: #203e40;
  text-decoration: none;
}
.item-list ul.pager li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}
.item-list ul.pager li.pager-current,
.item-list ul.pager li a {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.lt-ie8 .item-list ul.pager li.pager-current,
.lt-ie8 .item-list ul.pager li a {
  display: inline;
  zoom: 1;
}
.item-list ul.pager li.pager-current {
  background-color: #998f1f;
  color: #ffffff;
  font-weight: bold;
  width: 24px;
}
.lt-ie8 .item-list ul.pager li.pager-current {
  margin-right: 4px;
}
.item-list ul.pager li a:hover {
  background-color: #aea323;
  color: #ffffff;
}
.item-list ul.pager li.pager-item a {
  width: 24px;
}
.item-list ul.pager li.pager-first a,
.item-list ul.pager li.pager-previous a,
.item-list ul.pager li.pager-next a,
.item-list ul.pager li.pager-last a {
  padding-left: 8px;
  padding-right: 8px;
}
@media (max-width: 700px) {
  .item-list ul.pager {
    margin-bottom: 10px;
  }
  .item-list ul.pager li a,
  .item-list ul.pager li.pager-current {
    height: 28px;
    line-height: 28px;
  }
  .item-list ul.pager li a span {
    display: none;
  }
}
.ip-geoloc-map {
  margin: 0 1px 30px 0;
  /*

  .marker-cluster-small {
    background-color: rgba(181, 226, 140, 0.6);
    div { background-color: rgba(110, 204, 57, 0.6); }
    .no-rgba & {
      background-color: #82d14d;
      div { background-color: #a2d679; }
    }
  }
  // Gele cluster
  .marker-cluster-medium {
    background-color: rgba(241, 211, 87, 0.6);
    div { background-color: rgba(240, 194, 12, 0.6); }
    .no-rgba & {
      background-color: #f3d01d;
      div { background-color: #f5e474; }
    }
  }
  // Rode cluster
  .marker-cluster-large {
    background-color: rgba(253, 156, 115, 0.6);
    div { background-color: rgba(241, 128, 23, 0.6); }
    .no-rgba & {
      background-color: #f89637;
      div { background-color: #fab185; }
    }
  }
  */
}
.ip-geoloc-map .leaflet-container {
  height: 500px !important;
}
@media (max-width: 700px) {
  .ip-geoloc-map .leaflet-container {
    height: 300px !important;
  }
}
.ip-geoloc-map .leaflet-popup-content-wrapper {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.ip-geoloc-map .marker-cluster span {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.ip-geoloc-map .leaflet-popup-content {
  margin: 15px;
  width: 250px !important;
}
@media (max-width: 400px) {
  .ip-geoloc-map .leaflet-popup-content {
    margin: 13px;
    width: 210px !important;
  }
}
.ip-geoloc-map .leaflet-popup-content:before,
.ip-geoloc-map .leaflet-popup-content:after {
  content: "";
  display: table;
}
.ip-geoloc-map .leaflet-popup-content:after {
  clear: both;
}
.lt-ie8 .ip-geoloc-map .leaflet-popup-content {
  zoom: 1;
}
.ip-geoloc-map .leaflet-popup-content a {
  text-decoration: none;
}
.ip-geoloc-map .leaflet-popup-content .image {
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: 3px;
  max-width: 50px;
}
.ip-geoloc-map .leaflet-popup-content .image img {
  width: 50px;
  height: 50px;
  vertical-align: top;
}
.ip-geoloc-map .leaflet-popup-content .text {
  display: block;
  overflow: hidden;
}
.ip-geoloc-map .leaflet-popup-content .title {
  color: #203e40;
  font-family: 'Yanone Kaffeesatz', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2em;
}
.ip-geoloc-map .leaflet-popup-content .rubriek {
  color: #666;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  display: block;
}
.ip-geoloc-map .marker-cluster-small,
.ip-geoloc-map .marker-cluster-medium,
.ip-geoloc-map .marker-cluster-large {
  background-color: transparent;
}
.ip-geoloc-map .marker-cluster-small div,
.ip-geoloc-map .marker-cluster-medium div,
.ip-geoloc-map .marker-cluster-large div {
  background-color: #e3c71c;
  -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
}
.no-rgba .ip-geoloc-map .marker-cluster-small,
.no-rgba .ip-geoloc-map .marker-cluster-medium,
.no-rgba .ip-geoloc-map .marker-cluster-large {
  background-color: transparent;
}
.no-rgba .ip-geoloc-map .marker-cluster-small div,
.no-rgba .ip-geoloc-map .marker-cluster-medium div,
.no-rgba .ip-geoloc-map .marker-cluster-large div {
  background-color: #e3c71c;
}
.meta {
  margin-bottom: 5px;
  overflow: hidden;
}
.meta li {
  border-right: 1px solid #348e92;
  color: #348e92;
  float: left;
  font-size: 14px;
  line-height: 14px;
  margin-right: 8px;
  padding-right: 8px;
  text-transform: uppercase;
}
.meta li.last,
.meta li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.homeSlider.rsDefault {
  background: #ffffff;
  position: relative;
}
.desktopSlider .homeSlider.rsDefault {
  height: 306px !important;
  width: 100%;
}
@media (min-width: 850px) {
  .homeSlider.rsDefault {
    height: 306px !important;
  }
}
@media (max-width: 850px) {
  .homeSlider.rsDefault {
    margin-bottom: 20px;
  }
}
.homeSlider.rsDefault .rsOverflow {
  background: #ffffff;
  width: 100% !important;
}
.homeSlider.rsDefault .rsSlide {
  background: #ffffff;
}
.homeSlider.rsDefault .rsSlide .rsImg {
  float: right;
}
@media (min-width: 850px) {
  .desktopSlider .homeSlider.rsDefault .rsSlide .rsImg {
    height: 306px !important;
    width: 440px !important;
  }
}
@media (max-width: 850px) {
  .desktopSlider .homeSlider.rsDefault .rsSlide .rsImg {
    height: auto !important;
    width: 70% !important;
  }
}
.homeSlider.rsDefault .rsThumbsVer {
  background: #203e40;
  left: 0;
  overflow: visible;
  width: 235px;
  z-index: 55;
}
.homeSlider.rsDefault .rsThumbsVer .rsThumb {
  height: 51px;
  overflow: visible;
  width: 235px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.homeSlider.rsDefault .rsThumbsVer .rsThumb.rsNavSelected {
  background-image: url(/sites/rijckheyt/themes/rijckheyt/images/bg-homeSlider-active.png);
  background-color: transparent;
  background-position: right top;
  background-repeat: no-repeat;
  padding-right: 10px;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .homeSlider.rsDefault .rsThumbsVer .rsThumb.rsNavSelected {
    background-image: url(/sites/rijckheyt/themes/rijckheyt/images/bg-homeSlider-active@2x.png);
    background-size: 10px 100%;
  }
}
.homeSlider.rsDefault .rsThumbsVer .rsThumb.rsNavSelected img {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.homeSlider.rsDefault .rsThumbsVer .rsThumb.rsNavSelected .tmbTitle {
  color: #ffffff;
}
.homeSlider.rsDefault .rsThumbsVer .rsThumb.rsNavSelected:hover .rsTmb,
.homeSlider.rsDefault .rsThumbsVer .rsThumb.rsNavSelected .rsTmb {
  background-color: #348e92;
}
.homeSlider.rsDefault .rsThumbsVer .rsThumb:hover .rsTmb {
  background-color: #162a2c;
}
.homeSlider.rsDefault .rsThumbsVer .rsThumb:hover .tmbTitle {
  color: #ffffff;
}
.homeSlider.rsDefault .rsThumbsVer .rsTmb {
  background-color: #203e40;
  height: 51px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.homeSlider.rsDefault .rsThumbsVer .rsTmb .image {
  float: left;
  height: 51px;
  margin-right: 8px;
  width: 51px;
}
.homeSlider.rsDefault .rsThumbsVer .rsTmb .tmbTitle {
  color: #ffffff;
  font-family: 'Yanone Kaffeesatz', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  max-height: 51px;
  padding: 16px 0;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.homeSlider.rsDefault .rsGCaption {
  background: rgba(0, 0, 0, 0.85);
  bottom: 0;
  color: #ffffff;
  left: 235px;
  z-index: 50;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.no-rgba .homeSlider.rsDefault .rsGCaption {
  background: #0f1a19;
}
.lt-ie8 .homeSlider.rsDefault .rsGCaption {
  width: 420px;
}
.homeSlider.rsDefault .rsGCaption .rsCaption {
  padding: 12px;
}
.homeSlider.rsDefault .rsGCaption a {
  color: #ffffff !important;
  display: block;
  text-decoration: none !important;
}
.homeSlider.rsDefault .rsGCaption .title {
  display: block;
  font-family: 'Yanone Kaffeesatz', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.homeSlider.rsDefault .rsGCaption .text {
  font-size: 12.5px;
  line-height: 15px;
}
.mobileSlider .homeSlider.rsDefault {
  margin-bottom: 15px;
}
.mobileSlider .homeSlider.rsDefault .rsOverflow {
  float: none;
}
.mobileSlider .homeSlider.rsDefault .rsSlide .rsImg {
  display: block;
  float: none;
  height: auto !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
  width: 100% !important;
}
.mobileSlider .homeSlider.rsDefault .rsTmb {
  display: none;
}
.mobileSlider .homeSlider.rsDefault .rsBullets {
  background: #ffffff;
  bottom: 0;
  height: 25px;
  position: relative;
}
.mobileSlider .homeSlider.rsDefault .rsBullets .rsBullet {
  height: 10px;
  padding: 6px;
  width: 10px;
}
.mobileSlider .homeSlider.rsDefault .rsBullets .rsBullet span {
  background: #e0dfdb;
  height: 10px;
  width: 10px;
  -webkit-box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.mobileSlider .homeSlider.rsDefault .rsBullets .rsBullet.rsNavSelected span,
.mobileSlider .homeSlider.rsDefault .rsBullets .rsBullet.rsNavSelected:hover span {
  background: #1b90a1;
}
.mobileSlider .homeSlider.rsDefault .rsBullets .rsBullet:hover {
  cursor: pointer;
}
.mobileSlider .homeSlider.rsDefault .rsBullets .rsBullet:hover span {
  background: #b4b3af;
}
.mobileSlider .homeSlider.rsDefault .rsGCaption {
  bottom: auto;
  height: auto;
  left: 0;
  margin-bottom: 5px;
  position: relative;
  top: 0;
}
@media (max-width: 850px) {
  .cols3fourth.slider {
    width: 96.69%;
  }
  .cols3fourth.slider:before,
  .cols3fourth.slider:after {
    content: "";
    display: table;
  }
  .cols3fourth.slider:after {
    clear: both;
  }
  .lt-ie8 .cols3fourth.slider {
    zoom: 1;
  }
}
.mainContent table {
  border: none;
  border-right: 1px solid #d7dedf;
  border-collapse: collapse;
  margin-bottom: 1.4em;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mainContent table thead th,
.mainContent table thead td {
  background-color: #eff7f8;
  color: #004549;
  font-weight: bold;
}
.mainContent table th,
.mainContent table td {
  border: 1px solid #d7dedf;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mainContent table th > *,
.mainContent table td > *,
.mainContent table th p,
.mainContent table td p {
  margin: 0;
}
@media (max-width: 700px) {
  .mainContent table {
    border-right: none;
    border-top: 1px solid #d7dedf;
  }
  .mainContent table tr {
    display: block;
    width: 100%;
  }
  .mainContent table th,
  .mainContent table td {
    display: block;
    width: 100%;
    border-top: none;
  }
}
.navigation {
  position: relative;
  z-index: 20;
}
.navigation .menu {
  display: block;
  height: 50px;
}
.navigation li,
.navigation .leaf,
.navigation .collapsed {
  background: transparent;
  float: left;
  list-style: none;
  list-style-image: none;
  list-style-type: none;
  margin: 0 1px 0 0;
  padding: 0;
  -webkit-transition: background 0.1s ease;
  -moz-transition: background 0.1s ease;
  -o-transition: background 0.1s ease;
  transition: background 0.1s ease;
}
.navigation li:hover,
.navigation .leaf:hover,
.navigation .collapsed:hover {
  background: #348e92;
}
.navigation li.active,
.navigation .leaf.active,
.navigation .collapsed.active,
.navigation li.active-trail,
.navigation .leaf.active-trail,
.navigation .collapsed.active-trail {
  background: #348e92;
  margin-top: -5px;
}
.navigation li.active a,
.navigation .leaf.active a,
.navigation .collapsed.active a,
.navigation li.active-trail a,
.navigation .leaf.active-trail a,
.navigation .collapsed.active-trail a {
  padding-top: 5px !important;
}
.navigation li.first a,
.navigation .leaf.first a,
.navigation .collapsed.first a {
  background-image: url(/sites/rijckheyt/themes/rijckheyt/images/icon-home.png);
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0 16px;
  overflow: hidden;
  text-indent: -999em;
  width: 16px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .navigation li.first a,
  .navigation .leaf.first a,
  .navigation .collapsed.first a {
    background-image: url(/sites/rijckheyt/themes/rijckheyt/images/icon-home@2x.png);
    background-size: 16px 16px;
  }
}
.navigation a,
.navigation a.active {
  color: #ffffff;
  display: block;
  font-family: 'Yanone Kaffeesatz', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 21px;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  position: relative;
  text-decoration: none;
}
.mobileNavigation {
  display: none;
  overflow: visible;
  position: relative;
  -webkit-backface-visibility: hidden;
  zoom: 1;
}
.mobileNavigation ul {
  left: 0;
  margin: 0 auto;
  max-height: 0;
  max-width: 1000px;
  overflow: hidden;
  padding: 0 20px;
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 350;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: max-height 0.5s ease, padding 0.2s ease;
  -moz-transition: max-height 0.5s ease, padding 0.2s ease;
  -ms-transition: max-height 0.5s ease, padding 0.2s ease;
  transition: max-height 0.5s ease, padding 0.2s ease;
}
.mobileNavigation ul.show {
  display: block;
  max-height: 340px;
}
@media (max-width: 700px) {
  .mobileNavigation ul {
    padding: 0 10px;
  }
}
.mobileNavigation ul li,
.mobileNavigation ul li.leaf {
  background-color: #203e40;
  border-bottom: 1px solid rgba(0, 0, 0, 0.35);
  border-top: 1px solid rgba(31, 141, 156, 0.2);
  list-style: none;
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.no-rgba .mobileNavigation ul li,
.no-rgba .mobileNavigation ul li.leaf {
  border-bottom-color: #0a2629;
  border-top-color: #134b52;
}
.mobileNavigation ul li.first,
.mobileNavigation ul li.leaf.first {
  border-top: none;
}
.mobileNavigation ul li.last,
.mobileNavigation ul li.leaf.last {
  border-bottom: none;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.mobileNavigation ul li.last a,
.mobileNavigation ul li.leaf.last a {
  padding-bottom: 9px;
}
.mobileNavigation ul li:hover,
.mobileNavigation ul li.leaf:hover,
.mobileNavigation ul li.active-trail,
.mobileNavigation ul li.leaf.active-trail {
  background-color: #348e92;
}
.mobileNavigation ul li:hover a span,
.mobileNavigation ul li.leaf:hover a span,
.mobileNavigation ul li.active-trail a span,
.mobileNavigation ul li.leaf.active-trail a span {
  background-position: right -1px;
}
.mobileNavigation ul li a,
.mobileNavigation ul li.leaf a {
  color: #ffffff;
  display: block;
  font-family: 'Yanone Kaffeesatz', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 21px;
  padding: 7px 0;
  position: relative;
  text-decoration: none;
}
.mobileNavigation ul li a span,
.mobileNavigation ul li.leaf a span {
  background-image: url(/sites/rijckheyt/themes/rijckheyt/images/sprite-mobilemenu-arrows.png);
  background-color: transparent;
  background-position: right -25px;
  background-repeat: no-repeat;
  display: block;
  height: 24px;
  position: absolute;
  right: 0;
  top: 8px;
  width: 24px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .mobileNavigation ul li a span,
  .mobileNavigation ul li.leaf a span {
    background-image: url(/sites/rijckheyt/themes/rijckheyt/images/sprite-mobilemenu-arrows@2x.png);
    background-size: 24px 48px;
  }
}
.mobileNavigation .current {
  color: #ffffff;
  display: block;
  font-family: 'Yanone Kaffeesatz', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 21px;
  height: 50px;
  line-height: 50px;
}
.mobileNavigation .current .title {
  color: #ffffff;
}
.mobileNavigation .current.home {
  background-image: url(/sites/rijckheyt/themes/rijckheyt/images/icon-home.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 25px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .mobileNavigation .current.home {
    background-image: url(/sites/rijckheyt/themes/rijckheyt/images/icon-home@2x.png);
    background-size: 16px 16px;
  }
}
.mobileNavigation .mobileControl {
  background-image: url(/sites/rijckheyt/themes/rijckheyt/images/icon-menu.png);
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 50px;
  position: absolute;
  right: 20px;
  text-indent: -999em;
  top: 0;
  width: 50px;
  -webkit-opacity: 0.55;
  -khtml-opacity: 0.55;
  -moz-opacity: 0.55;
  opacity: 0.55;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=55);
  filter: alpha(opacity=55);
  -webkit-transition: opacity 0.05s linear;
  -moz-transition: opacity 0.05s linear;
  -o-transition: opacity 0.05s linear;
  transition: opacity 0.05s linear;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .mobileNavigation .mobileControl {
    background-image: url(/sites/rijckheyt/themes/rijckheyt/images/icon-menu@2x.png);
    background-size: 24px 15px;
  }
}
@media (max-width: 700px) {
  .mobileNavigation .mobileControl {
    right: 10px;
  }
}
.mobileNavigation .mobileControl:hover {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
@media (max-width: 850px) {
  .navigation {
    display: none;
  }
  .mobileNavigation,
  .mobileNavigation.show {
    display: block;
  }
}
#sideNav {
  font-family: 'Yanone Kaffeesatz', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 19px;
  margin: 0 0 20px 0;
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sideNav:before,
#sideNav:after {
  content: "";
  display: table;
}
#sideNav:after {
  clear: both;
}
.lt-ie8 #sideNav {
  zoom: 1;
}
#sideNav > .menu {
  border-top: 1px solid #d7dedf;
}
@media (max-width: 700px) {
  #sideNav {
    display: none;
  }
}
#sideNav .current {
  color: #203e40;
  display: block;
  padding: 0 10px 10px;
  font-size: 21px;
  text-decoration: none;
}
#sideNav .current:hover {
  cursor: pointer;
}
@media (max-width: 700px) {
  #sideNav .current {
    display: none;
  }
}
#sideNav .mobileControl + .menu {
  border-right: 1px solid #d7dedf;
  overflow: hidden;
}
#sideNav .menu li,
#sideNav .menu li.leaf {
  list-style: none;
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.lt-ie8 #sideNav .menu li,
.lt-ie8 #sideNav .menu li.leaf {
  float: left;
  overflow: hidden;
  width: 100%;
}
#sideNav .menu li .sideNavBox,
#sideNav .menu li.leaf .sideNavBox {
  display: none;
  height: 37px;
  left: 1px;
  padding: 0;
  position: absolute;
  top: 1px;
  width: 30px;
  z-index: 190;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
#sideNav .menu li .sideNavBox.more,
#sideNav .menu li.leaf .sideNavBox.more {
  background-color: #ffffff !important;
  display: block;
}
#sideNav .menu li .sideNavBox.more:hover,
#sideNav .menu li.leaf .sideNavBox.more:hover {
  background-color: #cde0e2 !important;
}
#sideNav .menu li.active-trail .sideNavBox,
#sideNav .menu li.leaf.active-trail .sideNavBox {
  background-color: #eff7f8 !important;
}
#sideNav .menu li.active-trail .sideNavBox.more:hover,
#sideNav .menu li.leaf.active-trail .sideNavBox.more:hover {
  background-color: #cde0e2 !important;
}
#sideNav .menu li a,
#sideNav .menu li.leaf a {
  border: 1px solid #d7dedf;
  border-right: none;
  padding: 9px 9px 9px 40px;
  color: #203e40;
  display: block;
  margin-top: -1px;
  text-decoration: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
#sideNav .menu li a.active,
#sideNav .menu li.leaf a.active {
  color: #ffffff;
}
#sideNav .menu li a:hover,
#sideNav .menu li.leaf a:hover {
  background-color: #cde0e2;
}
#sideNav .menu li .more,
#sideNav .menu li.leaf .more {
  background-image: url(/sites/rijckheyt/themes/rijckheyt/images/sprite-sideNav-arrows.png);
  background-color: transparent;
  background-position: 12px 17px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #sideNav .menu li .more,
  #sideNav .menu li.leaf .more {
    background-image: url(/sites/rijckheyt/themes/rijckheyt/images/sprite-sideNav-arrows@2x.png);
    background-size: 60px 10px;
  }
}
#sideNav .menu li .more:hover,
#sideNav .menu li.leaf .more:hover {
  cursor: pointer;
}
#sideNav .menu li.shown > .more,
#sideNav .menu li.leaf.shown > .more {
  background-position: -39px 18px;
}
#sideNav .menu .active-trail a {
  background-color: #eff7f8;
}
#sideNav .menu li .active,
#sideNav .menu li.leaf .active,
#sideNav .menu li .active:hover,
#sideNav .menu li.leaf .active:hover {
  background: #348e92 !important;
  color: #ffffff;
}
#sideNav .menu li ul {
  left: -9999px;
  position: absolute;
}
#sideNav .menu li ul.indent {
  left: 16px;
  position: relative;
}
#sideNav .menu li li a {
  display: block;
  position: relative;
  z-index: 100;
}
#sideNav .menu ul.menu a {
  width: calc(100% - 16px);
}
.lt-ie9 #sideNav .menu ul.menu a {
  width: 218px;
}
.lt-ie8 #sideNav .menu ul.menu a {
  width: 169px;
}
#sideNav .menu ul.menu ul.menu a {
  width: calc(100% - 32px);
}
.lt-ie9 #sideNav .menu ul.menu ul.menu a {
  width: 202px;
}
.lt-ie8 #sideNav .menu ul.menu ul.menu a {
  width: 153px;
}
#sideNav .menu ul.menu ul.menu ul.menu a {
  width: calc(100% - 48px);
}
.lt-ie9 #sideNav .menu ul.menu ul.menu ul.menu a {
  width: 186px;
}
.lt-ie8 #sideNav .menu ul.menu ul.menu ul.menu a {
  width: 137px;
}
#sideNav .menu ul.menu ul.menu ul.menu ul.menu a {
  width: calc(100% - 64px);
}
.lt-ie9 #sideNav .menu ul.menu ul.menu ul.menu ul.menu a {
  width: 170px;
}
.lt-ie8 #sideNav .menu ul.menu ul.menu ul.menu ul.menu a {
  width: 121px;
}
#sideNav .menu ul.menu ul.menu ul.menu ul.menu ul.menu a {
  width: calc(100% - 80px);
}
.lt-ie9 #sideNav .menu ul.menu ul.menu ul.menu ul.menu ul.menu a {
  width: 154px;
}
.lt-ie8 #sideNav .menu ul.menu ul.menu ul.menu ul.menu ul.menu a {
  width: 105px;
}
@media (max-width: 700px) {
  #sideNav:before {
    content: '';
    display: block;
    height: 5px;
    position: absolute;
    width: 100%;
    z-index: 200;
    -webkit-box-shadow: inset 0 5px 6px -3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 5px 6px -3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 5px 6px -3px rgba(0, 0, 0, 0.3);
  }
}
#sideNavMobile {
  display: none;
}
@media (max-width: 700px) {
  #sideNavMobile {
    display: block;
    height: 40px;
    position: relative;
    z-index: 25;
  }
}
#sideNavMobile li {
  background-color: #348e92;
  float: left;
  height: 40px;
  list-style: none;
  list-style-image: none;
  list-style-type: none;
  width: 100%;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
#sideNavMobile li:hover {
  background-color: #2d7c7f;
}
#sideNavMobile li a {
  color: #ffffff;
  display: block;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sideNavMobile li .title {
  font-family: 'Yanone Kaffeesatz', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  height: 40px;
  line-height: 19px;
  padding: 0 10px;
  vertical-align: middle;
}
#sideNavMobile .mobileControl {
  background-image: url(/sites/rijckheyt/themes/rijckheyt/images/icon-menu.png);
  background-position: center center;
  background-repeat: no-repeat;
  height: 40px;
  position: absolute;
  right: 0;
  text-indent: -999em;
  top: 0;
  width: 40px;
  -webkit-opacity: 0.55;
  -khtml-opacity: 0.55;
  -moz-opacity: 0.55;
  opacity: 0.55;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=55);
  filter: alpha(opacity=55);
  -webkit-transition: opacity 0.05s linear;
  -moz-transition: opacity 0.05s linear;
  -o-transition: opacity 0.05s linear;
  transition: opacity 0.05s linear;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #sideNavMobile .mobileControl {
    background-image: url(/sites/rijckheyt/themes/rijckheyt/images/icon-menu@2x.png);
    background-size: 24px 15px;
  }
}
#sideNavMobile .mobileControl:hover {
  cursor: pointer;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.page-in-de-kijker .sideNavBox,
.node-type-in-de-kijker .sideNavBox {
  display: none;
}
.page-in-de-kijker #sideNav .menu li,
.node-type-in-de-kijker #sideNav .menu li {
  border-right: none;
}
.page-in-de-kijker #sideNav .menu li a,
.node-type-in-de-kijker #sideNav .menu li a {
  padding-left: 10px;
}
#regioNav,
#regioNavMobile {
  background-color: #348e92;
}
#regioNav:before,
#regioNavMobile:before,
#regioNav:after,
#regioNavMobile:after {
  content: "";
  display: table;
}
#regioNav:after,
#regioNavMobile:after {
  clear: both;
}
.lt-ie8 #regioNav,
.lt-ie8 #regioNavMobile {
  zoom: 1;
}
#regioNav li,
#regioNavMobile li {
  background-color: #203e40;
  height: 50px;
  float: left;
  list-style: none;
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
#regioNav li:hover,
#regioNavMobile li:hover {
  background-color: #162a2c;
}
#regioNav li.last,
#regioNavMobile li.last,
#regioNav li:last-child,
#regioNavMobile li:last-child {
  margin-bottom: 0;
}
#regioNav li.current,
#regioNavMobile li.current {
  background-color: #348e92;
}
#regioNav li.current:hover,
#regioNavMobile li.current:hover {
  background-color: #2d7c7f;
}
#regioNav li.active,
#regioNavMobile li.active {
  background-color: #348e92;
}
#regioNav li.active a:not(.mobileControl),
#regioNavMobile li.active a:not(.mobileControl) {
  color: #ffffff;
}
#regioNav li.special,
#regioNavMobile li.special {
  background-color: #e0eced;
}
#regioNav li.special:hover,
#regioNavMobile li.special:hover {
  background-color: #c6dcde;
}
#regioNav li.special a,
#regioNavMobile li.special a {
  color: #203e40;
}
#regioNav li.special a:hover,
#regioNavMobile li.special a:hover {
  color: #203e40;
}
#regioNav li.special.active,
#regioNavMobile li.special.active {
  background-color: #c6dcde;
}
#regioNav li.special.active a,
#regioNavMobile li.special.active a {
  color: #203e40;
}
#regioNav li.special.active a:hover,
#regioNavMobile li.special.active a:hover {
  color: #203e40;
}
#regioNav a:not(.mobileControl),
#regioNavMobile a:not(.mobileControl) {
  color: #ffffff;
  display: block;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
#regioNav a:not(.mobileControl).active,
#regioNavMobile a:not(.mobileControl).active {
  background-color: #348e92;
  color: #ffffff;
}
#regioNav a:not(.mobileControl):hover,
#regioNavMobile a:not(.mobileControl):hover {
  color: #ffffff;
}
#regioNav .active a:not(.mobileControl),
#regioNavMobile .active a:not(.mobileControl) {
  color: #ffffff;
}
#regioNav .mobileControl,
#regioNavMobile .mobileControl {
  background-image: url(/sites/rijckheyt/themes/rijckheyt/images/icon-menu.png);
  background-position: center center;
  background-repeat: no-repeat;
  height: 50px;
  position: absolute;
  right: 0;
  text-indent: -999em;
  top: 0;
  width: 50px;
  -webkit-opacity: 0.55;
  -khtml-opacity: 0.55;
  -moz-opacity: 0.55;
  opacity: 0.55;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=55);
  filter: alpha(opacity=55);
  -webkit-transition: opacity 0.05s linear;
  -moz-transition: opacity 0.05s linear;
  -o-transition: opacity 0.05s linear;
  transition: opacity 0.05s linear;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #regioNav .mobileControl,
  #regioNavMobile .mobileControl {
    background-image: url(/sites/rijckheyt/themes/rijckheyt/images/icon-menu@2x.png);
    background-size: 24px 15px;
  }
}
#regioNav .mobileControl:hover,
#regioNavMobile .mobileControl:hover {
  cursor: pointer;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#regioNav .image,
#regioNavMobile .image {
  float: left;
  height: 50px;
  margin: 0 10px 0 0;
  width: 50px;
}
#regioNav .title,
#regioNavMobile .title {
  font-family: 'Yanone Kaffeesatz', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 19px;
  padding-right: 10px;
  vertical-align: middle;
}
.lt-ie8 #regioNav .title,
.lt-ie8 #regioNavMobile .title {
  z-index: 500;
}
.lt-ie9 #regioNav li a {
  color: #ffffff;
  display: block;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
}
.lt-ie9 #regioNav li.special a {
  color: #706627;
}
.lt-ie8 #regioNav li a table {
  margin: 5px 0 0 5px;
}
.lt-ie8 #regioNav li a table .image {
  padding-right: 10px;
}
#regioNav {
  display: block;
  margin-bottom: 20px;
}
#regioNav.show {
  display: block;
  max-height: 550px;
}
@media (max-width: 700px) {
  #regioNav {
    margin-bottom: 0;
    max-height: 0;
    overflow: hidden;
    position: relative;
    z-index: 20;
    -webkit-transition: max-height 0.5s ease;
    -moz-transition: max-height 0.5s ease;
    -o-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
  }
  #regioNav li.first,
  #regioNav li:first-child {
    -webkit-box-shadow: inset 0 5px 6px -3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 5px 6px -3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 5px 6px -3px rgba(0, 0, 0, 0.3);
  }
}
#regioNavMobile {
  display: none;
}
@media (max-width: 700px) {
  #regioNavMobile {
    display: block;
    position: relative;
    z-index: 25;
  }
}
#regioNavMobile .current .title {
  color: #ffffff;
}
.leaflet-control-locate a {
  background-image: url(/sites/rijckheyt/themes/rijckheyt/images/locate.png);
}
#toolbar {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
/* MESSAGES (OVERRULES DRUPAL STANDARDS) */
body div.messages {
  background-position: 6px 6px;
  /* LTR */
  background-repeat: no-repeat;
  border: none;
  border-bottom: 1px solid #fff;
  margin: 6px 0 1em;
  padding: 10px 10px 10px 40px;
  /* LTR */
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  font-size: 13px;
  line-height: 17px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1) inset;
}
@media (max-width: 700px) {
  body div.messages {
    word-wrap: break-word;
  }
}
body div.messages a {
  text-decoration: underline;
}
body div.status {
  background-image: url(/sites/rijckheyt/themes/rijckheyt/images/message-ok.png);
  border-color: #fff;
}
body div.messages.status,
body .ok {
  color: #fff;
}
body div.messages.status a,
body .ok a,
body div.messages.status a:hover,
body .ok a:hover {
  color: #fff;
}
body div.messages.status,
body table tr.ok {
  background-color: #5c9e45;
}
body div.warning {
  background-image: url(/sites/rijckheyt/themes/rijckheyt/images/message-warning.png);
  border-color: #fff;
}
body div.messages.warning,
body .warning {
  color: #333;
  text-shadow: none;
}
body div.messages.warning a,
body .warning a,
body div.messages.warning a:hover,
body .warning a:hover {
  color: #333;
}
body div.messages.warning,
body table tr.warning {
  background-color: #f2d654;
}
body div.messages.error {
  background-image: url(/sites/rijckheyt/themes/rijckheyt/images/message-warning.png);
  border-color: #a7210a;
}
body div.messages.error,
body .messages.error {
  color: #fff;
}
body div.messages.error,
body table tr.error {
  background-color: #f3583e;
}
body div.error p.error {
  color: #fff;
}
body div.messages ul {
  margin: 0 0 0 1em;
  padding: 0;
}
body div.messages ul li {
  line-height: 1.3em;
  list-style-image: none;
  list-style-type: disc;
}
body div.messages ul li pre {
  word-wrap: break-word;
}
body div.messages ul li .placeholder:first-child {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
}
#messages {
  float: none;
}
#messages .messages.error a {
  color: #ffffff;
  text-decoration: underline;
}
ul.tabs {
  border: none;
  margin: 0 0 20px 0;
  padding: 0;
}
ul.tabs li a,
ul.tabs li.active a,
ul.tabs li a:hover,
ul.tabs li.active a:hover {
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(top, #f2f2f2, #eeeeee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #eeeeee);
  background-image: -o-linear-gradient(top, #f2f2f2, #eeeeee);
  background-image: linear-gradient(to bottom, #f2f2f2, #eeeeee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffeeeeee', GradientType=0);
  border: 1px solid #cccccc;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  padding: 2px 10px;
  text-decoration: none !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid #cccccc;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.lt-ie8 ul.tabs li a,
.lt-ie8 ul.tabs li.active a,
.lt-ie8 ul.tabs li a:hover,
.lt-ie8 ul.tabs li.active a:hover {
  display: inline;
  zoom: 1;
}
ul.tabs li a:hover,
ul.tabs li.active a:hover,
ul.tabs li a:hover:hover,
ul.tabs li.active a:hover:hover {
  background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #dddddd, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dddddd), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #dddddd, #f2f2f2);
  background-image: -o-linear-gradient(top, #dddddd, #f2f2f2);
  background-image: linear-gradient(to bottom, #dddddd, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdddddd', endColorstr='#fff2f2f2', GradientType=0);
  cursor: pointer;
  text-decoration: none !important;
}
ul.tabs li a.full,
ul.tabs li.active a.full,
ul.tabs li a:hover.full,
ul.tabs li.active a:hover.full {
  display: block;
  text-align: center;
}
ul.tabs li a.edit,
ul.tabs li.active a.edit,
ul.tabs li a:hover.edit,
ul.tabs li.active a:hover.edit {
  background: url(/sites/rijckheyt/themes/rijckheyt/images/drupal7-buttons.png);
  border: 1px solid;
  border-color: #e4e4e4 #d2d2d2 #b4b4b4;
  color: #333333;
  cursor: pointer;
  font-family: "Lucida Grande", Verdana, sans-serif;
  font-size: 13px !important;
  font-weight: normal;
  margin: 10px 0.3em 10px 0;
  padding: 4px 11px;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
ul.tabs li a.edit:hover,
ul.tabs li.active a.edit:hover,
ul.tabs li a:hover.edit:hover,
ul.tabs li.active a:hover.edit:hover {
  border-color: #b4b4b4;
  background-position: left -40px;
  color: #222222;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
}
ul.tabs li a.edit.more,
ul.tabs li.active a.edit.more,
ul.tabs li a:hover.edit.more,
ul.tabs li.active a:hover.edit.more {
  margin: 0 0.3em 20px 0;
}
ul.tabs li a.dark,
ul.tabs li.active a.dark,
ul.tabs li a:hover.dark,
ul.tabs li.active a:hover.dark {
  background-color: #4e4e4e;
  background-image: -moz-linear-gradient(top, #555555, #444444);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#444444));
  background-image: -webkit-linear-gradient(top, #555555, #444444);
  background-image: -o-linear-gradient(top, #555555, #444444);
  background-image: linear-gradient(to bottom, #555555, #444444);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff444444', GradientType=0);
  border: 1px solid #222222;
  color: #ffffff;
  padding: 4px 10px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
ul.tabs li a.dark:hover,
ul.tabs li.active a.dark:hover,
ul.tabs li a:hover.dark:hover,
ul.tabs li.active a:hover.dark:hover {
  background-color: #414141;
  background-image: -moz-linear-gradient(top, #333333, #555555);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#555555));
  background-image: -webkit-linear-gradient(top, #333333, #555555);
  background-image: -o-linear-gradient(top, #333333, #555555);
  background-image: linear-gradient(to bottom, #333333, #555555);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ff555555', GradientType=0);
}
@media (max-width: 400px) {
  ul.tabs li a,
  ul.tabs li.active a,
  ul.tabs li a:hover,
  ul.tabs li.active a:hover {
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.page-user #user-login,
.page-user #user-pass {
  float: left;
  position: relative;
  margin: 0 1.655%;
  width: 96.69%;
  margin-bottom: 20px;
}
.page-user #user-login .form-item,
.page-user #user-pass .form-item {
  margin: 0 0 1.5em 0;
}
.page-user #user-login label,
.page-user #user-pass label {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
.page-user #user-login .form-required,
.page-user #user-pass .form-required {
  color: #f3583e;
}
.page-user #user-login input[type="text"],
.page-user #user-pass input[type="text"],
.page-user #user-login input[type="password"],
.page-user #user-pass input[type="password"] {
  border: 1px solid #e1e1e1;
  color: #333333;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  height: 27px;
  margin: 0 0 5px 0;
  padding: 4px 5px 2px 5px;
  max-width: 300px;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-user #user-login input[type="text"]:focus,
.page-user #user-pass input[type="text"]:focus,
.page-user #user-login input[type="password"]:focus,
.page-user #user-pass input[type="password"]:focus {
  background-color: #fffbcc;
  border-color: #c5c5c5;
  outline: 0;
}
.page-user #user-login input[type="text"].error,
.page-user #user-pass input[type="text"].error,
.page-user #user-login input[type="password"].error,
.page-user #user-pass input[type="password"].error {
  border-color: #f3583e;
}
.page-user #user-login .form-actions,
.page-user #user-pass .form-actions {
  margin: 0;
}
.page-user #user-login .form-actions input[type="submit"],
.page-user #user-pass .form-actions input[type="submit"] {
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(top, #f2f2f2, #eeeeee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #eeeeee);
  background-image: -o-linear-gradient(top, #f2f2f2, #eeeeee);
  background-image: linear-gradient(to bottom, #f2f2f2, #eeeeee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffeeeeee', GradientType=0);
  border: 1px solid #cccccc;
  color: #333333;
  display: inline-block;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
  padding: 2px 10px;
  text-decoration: none !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
}
.lt-ie8 .page-user #user-login .form-actions input[type="submit"],
.lt-ie8 .page-user #user-pass .form-actions input[type="submit"] {
  display: inline;
  zoom: 1;
}
.page-user #user-login .form-actions input[type="submit"]:hover,
.page-user #user-pass .form-actions input[type="submit"]:hover {
  background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #dddddd, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dddddd), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #dddddd, #f2f2f2);
  background-image: -o-linear-gradient(top, #dddddd, #f2f2f2);
  background-image: linear-gradient(to bottom, #dddddd, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdddddd', endColorstr='#fff2f2f2', GradientType=0);
  cursor: pointer;
  text-decoration: none !important;
}
.page-user #user-login .form-actions input[type="submit"].full,
.page-user #user-pass .form-actions input[type="submit"].full {
  display: block;
  text-align: center;
}
.page-user #user-login .form-actions input[type="submit"].edit,
.page-user #user-pass .form-actions input[type="submit"].edit {
  background: url(/sites/rijckheyt/themes/rijckheyt/images/drupal7-buttons.png);
  border: 1px solid;
  border-color: #e4e4e4 #d2d2d2 #b4b4b4;
  color: #333333;
  cursor: pointer;
  font-family: "Lucida Grande", Verdana, sans-serif;
  font-size: 13px !important;
  font-weight: normal;
  margin: 10px 0.3em 10px 0;
  padding: 4px 11px;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.page-user #user-login .form-actions input[type="submit"].edit:hover,
.page-user #user-pass .form-actions input[type="submit"].edit:hover {
  border-color: #b4b4b4;
  background-position: left -40px;
  color: #222222;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
}
.page-user #user-login .form-actions input[type="submit"].edit.more,
.page-user #user-pass .form-actions input[type="submit"].edit.more {
  margin: 0 0.3em 20px 0;
}
.page-user #user-login .form-actions input[type="submit"].dark,
.page-user #user-pass .form-actions input[type="submit"].dark {
  background-color: #4e4e4e;
  background-image: -moz-linear-gradient(top, #555555, #444444);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#444444));
  background-image: -webkit-linear-gradient(top, #555555, #444444);
  background-image: -o-linear-gradient(top, #555555, #444444);
  background-image: linear-gradient(to bottom, #555555, #444444);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff444444', GradientType=0);
  border: 1px solid #222222;
  color: #ffffff;
  padding: 4px 10px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.page-user #user-login .form-actions input[type="submit"].dark:hover,
.page-user #user-pass .form-actions input[type="submit"].dark:hover {
  background-color: #414141;
  background-image: -moz-linear-gradient(top, #333333, #555555);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#555555));
  background-image: -webkit-linear-gradient(top, #333333, #555555);
  background-image: -o-linear-gradient(top, #333333, #555555);
  background-image: linear-gradient(to bottom, #333333, #555555);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ff555555', GradientType=0);
}
.page-user- .profile {
  float: left;
  position: relative;
  margin: 0 1.655%;
  width: 96.69%;
  margin-bottom: 10px;
}
.page-user- .profile h3 {
  border-bottom: none;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0.5em;
}
.page-user- .profile dl {
  font-size: 15px;
  margin-bottom: 1em;
}
.page-user- .profile dl dt {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.lt-ie8 .node-webform {
  padding-bottom: 20px;
}
.node-webform .meta.submitted {
  display: none;
}
.node-webform label {
  float: left;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 16px;
  height: 22px;
  line-height: 22px;
  width: 180px;
}
@media (max-width: 900px) {
  .node-webform label {
    display: block;
    float: none;
  }
}
.node-webform .form-required {
  color: #f3583e;
}
.node-webform input[type="text"],
.node-webform input[type="email"],
.node-webform textarea {
  border: 1px solid #e1e1e1;
  color: #333333;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  height: 27px;
  margin: 0 0 5px 0;
  padding: 4px 5px 2px 5px;
  max-width: 380px;
  width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background .2s ease, border .2s ease;
  -moz-transition: background .2s ease, border .2s ease;
  -o-transition: background .2s ease, border .2s ease;
  transition: background .2s ease, border .2s ease;
}
.node-webform input[type="text"]:focus,
.node-webform input[type="email"]:focus,
.node-webform textarea:focus {
  background-color: #fffbcc;
  border-color: #c5c5c5;
  outline: 0;
}
.node-webform input[type="text"].error,
.node-webform input[type="email"].error,
.node-webform textarea.error {
  border-color: #f3583e;
  border-width: 1px;
}
.node-webform textarea {
  height: auto;
  line-height: 18px;
}
.lt-ie9 .node-webform textarea {
  float: left;
}
.node-webform .grippie {
  display: none;
}
.lt-ie9 .node-webform .form-item-mollom-captcha {
  clear: both;
  padding-top: 10px;
}
.node-webform .form-item-mollom-captcha #edit-mollom-captcha {
  margin: 10px 0 10px 180px;
}
@media (max-width: 900px) {
  .node-webform .form-item-mollom-captcha #edit-mollom-captcha {
    margin-left: 0;
  }
}
.node-webform .form-item-mollom-captcha .description {
  margin: 0 0 0 180px;
  max-width: 380px;
  width: 100%;
}
@media (max-width: 900px) {
  .node-webform .form-item-mollom-captcha .description {
    margin-left: 0;
  }
}
@media (max-width: 700px) {
  .node-webform .form-item-mollom-captcha label {
    display: block;
    float: none;
  }
  .node-webform .form-item-mollom-captcha #edit-mollom-captcha {
    margin-left: 0;
  }
  .node-webform .form-item-mollom-captcha .description {
    margin-left: 0;
  }
}
.node-webform .form-actions {
  margin: 0;
}
.node-webform .form-actions input[type="submit"] {
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(top, #f2f2f2, #eeeeee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #eeeeee);
  background-image: -o-linear-gradient(top, #f2f2f2, #eeeeee);
  background-image: linear-gradient(to bottom, #f2f2f2, #eeeeee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffeeeeee', GradientType=0);
  border: 1px solid #cccccc;
  color: #333333;
  display: inline-block;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
  padding: 2px 10px;
  text-decoration: none !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
  margin-left: 180px;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: background .2s ease, border .2s ease;
  -moz-transition: background .2s ease, border .2s ease;
  -o-transition: background .2s ease, border .2s ease;
  transition: background .2s ease, border .2s ease;
}
.lt-ie8 .node-webform .form-actions input[type="submit"] {
  display: inline;
  zoom: 1;
}
.node-webform .form-actions input[type="submit"]:hover {
  background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #dddddd, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dddddd), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #dddddd, #f2f2f2);
  background-image: -o-linear-gradient(top, #dddddd, #f2f2f2);
  background-image: linear-gradient(to bottom, #dddddd, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdddddd', endColorstr='#fff2f2f2', GradientType=0);
  cursor: pointer;
  text-decoration: none !important;
}
.node-webform .form-actions input[type="submit"].full {
  display: block;
  text-align: center;
}
.node-webform .form-actions input[type="submit"].edit {
  background: url(/sites/rijckheyt/themes/rijckheyt/images/drupal7-buttons.png);
  border: 1px solid;
  border-color: #e4e4e4 #d2d2d2 #b4b4b4;
  color: #333333;
  cursor: pointer;
  font-family: "Lucida Grande", Verdana, sans-serif;
  font-size: 13px !important;
  font-weight: normal;
  margin: 10px 0.3em 10px 0;
  padding: 4px 11px;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.node-webform .form-actions input[type="submit"].edit:hover {
  border-color: #b4b4b4;
  background-position: left -40px;
  color: #222222;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
}
.node-webform .form-actions input[type="submit"].edit.more {
  margin: 0 0.3em 20px 0;
}
.node-webform .form-actions input[type="submit"].dark {
  background-color: #4e4e4e;
  background-image: -moz-linear-gradient(top, #555555, #444444);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#444444));
  background-image: -webkit-linear-gradient(top, #555555, #444444);
  background-image: -o-linear-gradient(top, #555555, #444444);
  background-image: linear-gradient(to bottom, #555555, #444444);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff444444', GradientType=0);
  border: 1px solid #222222;
  color: #ffffff;
  padding: 4px 10px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.node-webform .form-actions input[type="submit"].dark:hover {
  background-color: #414141;
  background-image: -moz-linear-gradient(top, #333333, #555555);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#555555));
  background-image: -webkit-linear-gradient(top, #333333, #555555);
  background-image: -o-linear-gradient(top, #333333, #555555);
  background-image: linear-gradient(to bottom, #333333, #555555);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ff555555', GradientType=0);
}
@media (max-width: 900px) {
  .node-webform .form-actions input[type="submit"] {
    margin-left: 0;
  }
}
@media (max-width: 400px) {
  .node-webform .form-actions input[type="submit"] {
    display: block;
    padding: 6px 10px;
    text-align: center;
    width: 100%;
  }
}
.share {
  margin-bottom: 20px;
}
.share:before,
.share:after {
  content: "";
  display: table;
}
.share:after {
  clear: both;
}
.lt-ie8 .share {
  zoom: 1;
}
.share .addThisTitle {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  float: left;
  padding-right: 10px;
}
