/*----------------------------------
  load fonts
  ----------------------------------*/
/* first for IE 4 8 */
@font-face {
  font-family: Sansa;
  src: url("SansaSoftPro-SemiBold.eot");
}

/* then for WOFF-capable browsers */
@font-face {
  font-family: Sansa;
  src: url("SansaSoftPro-SemiBold.woff") format("woff");
}

/* first for IE 4 8 */
@font-face {
  font-family: DINWeb;
  src: url("DINWeb.eot");
}

/* then for WOFF-capable browsers */
@font-face {
  font-family: DINWeb;
  src: url("DINWeb.woff") format("woff");
}

/* first for IE 4 8 */
@font-face {
  font-family: DINWeb-Bold;
  src: url("DINWeb-Bold.eot");
}

/* then for WOFF-capable browsers */
@font-face {
  font-family: DINWeb-Bold;
  src: url("DINWeb-Bold.woff") format("woff");
}

/* first for IE 4 8 */
@font-face {
  font-family: DINWeb-Medium;
  src: url("DINWeb-Medium.eot");
}

/* then for WOFF-capable browsers */
@font-face {
  font-family: DINWeb-Medium;
  src: url("DINWeb-Medium.woff") format("woff");
}
/* first for IE 4 8 */
@font-face {
  font-family: DINWeb-Ita;
  src: url("DINWeb-Ita.eot");
}

/* then for WOFF-capable browsers */
@font-face {
  font-family: DINWeb-Ita;
  src: url("DINWeb-Ita.woff") format("woff");
}

.item-page,
#lezingen-wrapper,
#partlist { 
  padding: 20px 30px 20px 30px;
}

div.margin-left-5 { margin-left: 5.1282%; }
div.margin-right-5 { margin-right: 5.1282%; }
div.margin-top-5 { margin-top: 0%; }

/* ON PHONES ... */
@media screen and (max-width: 768px) { 
  body {
    background: none !important;
  }
  .item { overflow: hidden; }
  .item-page, #lezingen-wrapper, #partlist { padding: 0px }
  div.margin-left-5 { margin-left: 0%; }
  div.margin-right-5 { margin-right: 0%; }
  div.margin-top-5 { margin-top: 5.1282%; }
}

/* ON TABLETS ... */
@media (min-width: 768px) and (max-width: 979px) {
  .tablet100 {min-width:100%;}
}

div.item-image { max-width: 100%; }
.nav { margin-bottom: 0 !important; }
img.left { float: left; margin: 0 10px 10px 0; }

.navbar #menuhome > .active > a {
  background-color: transparent;
  box-shadow: none;
}
#menuhome li,
#menuhome a,
#menuhome img {
  max-width: 100%;
}
#menuhome a:hover { background-color: transparent !important; }
#menuhome {
  margin: 0;
}
#mainmenu ul.small { font-size: inherit; }

.shadow,
#desktopmenu > div.span12,
div.toplinks ul,
div.toplinks li.active a:before {
  -moz-box-shadow:    3px 3px 3px rgba(0,0,0,0.125);
  -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.125);
  box-shadow:         3px 3px 3px rgba(0,0,0,0.125);
}

.bg-fff { background-color: #fff; }

div.max_images img {
  width: 100%;
}

/*----------------------------------------
  search
  ----------------------------------------*/
#desktopmenu div.search form {
  margin: 5px 5px 0px 2px;
}

#desktopmenu div.search form input {
  padding: 0 10px;
}

/*----------------------------------------
  styling
  ----------------------------------------*/
em {
  font-family: DINWeb-Ita;
}

strong {
  font-family: DINWeb-Bold;
  font-weight: normal;
}

h1 {
  font-family: Sansa, DINWeb-Bold;
  font-size: 200%;
  font-weight: normal;
  color: #8cb110;
  margin-bottom: 30px;
}

/* first h1 of an article that has a leading image */
div.item-page > div.item-image {
  margin-bottom: 30px;
  width: 100%;
  float: none;
}
div.item-page > div.item-image > img {
  width: 100%;
}

h2 {
  font-family: DINWeb-Medium;
  font-size: 150%;
  font-weight: normal;
  margin: 20px 0 5px 0;
}

h3 {
  font-family: DINWeb-Medium;
  font-size: 100%;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 0px;
  line-height: 1.0;
}

h4 {
  font-family: DINWeb-Bold;
  font-weight: normal;
  margin-top: 10px;
}

h5, h6 {
  font-weight: normal;
}

a, a:visited {
  color: #c52827;
  text-decoration: none;
}

a:hover {
  color: #e20119;
}

br.clear { clear: both; }

div.item-separator {
  margin-bottom: 40px;
}

div.youtube, iframe.youtube {
  position: relative;
}

/* ================= subsubmenu (inside article) ============= */
ul#subsubmenu {
  list-style: none;
  padding: 0 !important;
  margin: 0;
  overflow: hidden;
}

ul#subsubmenu li,
ul#subsubmenu li:hover {
  float: left;
  margin-right: 4px;
  padding: 0 !important;
  background: transparent;
}

ul#subsubmenu li.active {
  display: none;
}

ul#subsubmenu li a,
ul#subsubmenu li a:visited {
  background: #807c58;
  color: #fff;
  padding: 1px 4px;
}

ul#subsubmenu li a:hover {
  text-decoration: none;
  background: #e20119;
  color: #fff;
  padding: 1px 4px;
}

/*-----------------------------------------------
    tabellen
-------------------------------------------------*/
table.fancy td, table.fancy th {padding:3px}
table.fancy {margin-bottom: 10px}
table.fancy th {text-align: left; font-family: DINWeb-Medium; font-weight: normal; padding-top: 10px;}
table.fancy td, table.fancy th {border: 1px solid #444; border-collapse: collapse;}

table.pretty h3 {margin:0}
table.pretty {margin: 10px 0}
table.pretty th {background-color: #def;text-align:left}
table.pretty th, table.pretty td {padding: 5px 10px 5px 5px}
table.pretty, table.pretty td, table.pretty th {
  border: 1px solid #666;
  border-collapse: collapse;
  vertical-align: top;
}

/* specific styling */
.componentwrapper ul {list-style: disc outside; padding-left: 15px; margin-bottom: 10px;}
.componentwrapper ul.internal-links {list-style:none; margin-top: 10px; padding-left: 0; margin-bottom: 10px;}


/*---------------------------------------------------
  toplinks
---------------------------------------------------*/
div.toplinks {
  margin-bottom: 10px;
  white-space: nowrap;
}
div.toplinks ul {
  float: right;
  background: #fff;
  padding: 0 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
div.toplinks ul li {
  display: inline-block;
  position: relative;
  margin: 0 5px;
}
div.toplinks a,
div.toplinks a:visited {
  display: block;
  font-family: DINWeb-Medium;
  color: #807c58;
  padding: 5px 10px;
  text-decoration: none;
}
div.toplinks a:hover {
  color: #fff;
  background-color: #807c58;
}

/* cover the link with a absolute positioned element */
div.toplinks li.active a:before {
  content: 'bezoeker Nederland';
  padding: 5px 10px;
  padding-bottom: 10px;
  font-family: DINWeb-Medium;
  font-size: 110%;
  color: #c52827;
  position: absolute;
  background-color: #fff;
  left: 0px;
  top: 0px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/*---------------------------------------------------
  breadcrumbs
---------------------------------------------------*/
div.breadcrumbs {
  font-size: 80%;
  margin-bottom: 10px;
}

/*---------------------------------------------------
  menu
---------------------------------------------------*/
#desktopmenu ul#mainmenu {
  font-size: 16px;
  font-family: DINWeb, sans-serif;
  position: relative;
  padding-left: 10px;
  white-space: nowrap;
}

#desktopmenu ul#mainmenu > li {
  margin-right: 2px;
  float: left;
  position: relative;
}

#desktopmenu ul#mainmenu > li > a,
#desktopmenu ul#mainmenu > li > a:visited {
  display: block;
  font-size: 112%;
  line-height: 35px;
  padding: 0 10px;
  font-family: DINWeb-Medium, sans-serif;
  color: #c52827;
}

#desktopmenu ul#mainmenu > li > a:hover {
  color: #fff;
  background: #807c58;
}

/* if li:hover is supported, then we will use it */
#desktopmenu ul#mainmenu > li > ul {
  display: none;
  position: absolute;
  top: 35px;
  left: -10px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

#desktopmenu ul#mainmenu > li > ul {
  font-family: DINWeb, sans-serif;
  text-align: left;
  background: #807c58;
  line-height: 1.2em;
  font-weight: normal;
  padding: 15px 0 15px 0;
  overflow: hidden;
}

#desktopmenu ul#mainmenu > li > ul > li {
  margin: 0 20px 0 20px;
  list-style: none;
  line-height: 1.4;
}

#desktopmenu ul#mainmenu > li > ul a,
#desktopmenu ul#mainmenu > li > ul a:visited {
  text-decoration: none;
  display: block;
  color: #fff;
}
#desktopmenu ul#mainmenu > li > ul a:hover {
  color: #000;
}

#desktopmenu ul#mainmenu > li:hover > ul {
  display: block;
}

/* end li:hover support */

@media screen and (max-width: 979px) { 
  #desktopmenu ul#mainmenu { font-size: 14px; }
  #desktopmenu ul#mainmenu > li > a,
  #desktopmenu ul#mainmenu > li > a:visited {
    padding: 0 8px;
  }
  #desktopmenu ul#mainmenu > li > ul {
    line-height: 1em;
    padding: 0 0 10px 0;
  }
  #desktopmenu ul#mainmenu > li > ul > li {
    margin-left: 15px;
  }
  
  #desktopmenu ul#mainmenu > li > ul > li,
  #desktopmenu ul#mainmenu > li > ul li.deeper {
    padding-top: 10px;
  }
}

/*---------------------------------------------------
  mainmenu - phone version
---------------------------------------------------*/

#phonemenu ul#mainmenu > li > a {
  background-color: #e5e5e5;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.125) inset;
}
#phonemenu li {
  overflow: hidden;
}
#phonemenu ul#mainmenu > li > ul {
  overflow: hidden; 
  margin-left: 10px;
  margin-bottom: 1em;
}

#phonemenu ul#mainmenu > li > ul a,
#phonemenu ul#mainmenu > li > ul a:visited {
  color: #555;
  padding: 5px;
}

#phonemenu ul#mainmenu > li > ul li.current > a,
#phonemenu ul#mainmenu > li > ul li.current > a:visited {
  color: #c52827;
}

#phonemenu ul#mainmenu > li {
  float: left;
  width: 48%;
  margin-right: 2%;
}

@media screen and (max-width: 480px) { 
  #phonemenu ul#mainmenu > li {
    float: none;
    width: auto;
    margin-right: 0;
  }
}

#phonemenu a,
#phonemenu span.separator {
  white-space: nowrap;
}

/*---------------------------------------
  background photo
  ---------------------------------------*/
body.background_1, body.background_1 #top {  background-image: url('images/D._de_Gooijer.jpg'); }
body.background_2, body.background_2 #top {  background-image: url('images/Debby_Gosselink_1.jpg'); }
body.background_3, body.background_3 #top {  background-image: url('images/Dirk_Huyghe.jpg'); }
body.background_4, body.background_4 #top {  background-image: url('images/Meinema.jpg'); }
body.background_5, body.background_5 #top {  background-image: url('images/Nanda_van_Hoek.jpg'); }
body.background_6, body.background_6 #top {  background-image: url('images/Petra_Visser.jpg'); }
body.background_7, body.background_7 #top {  background-image: url('images/Ralf_Bekers.jpg'); }

/* smaller screens mean smaller pictures */
@media screen and (max-width: 992px) { 
  body.background_1, body.background_1 #top {  background-image: url('images/small/D._de_Gooijer.jpg'); }
  body.background_2, body.background_2 #top {  background-image: url('images/small/Debby_Gosselink_1.jpg'); }
  body.background_3, body.background_3 #top {  background-image: url('images/small/Dirk_Huyghe.jpg'); }
  body.background_4, body.background_4 #top {  background-image: url('images/small/Meinema.jpg'); }
  body.background_5, body.background_5 #top {  background-image: url('images/small/Nanda_van_Hoek.jpg'); }
  body.background_6, body.background_6 #top {  background-image: url('images/small/Petra_Visser.jpg'); }
  body.background_7, body.background_7 #top {  background-image: url('images/small/Ralf_Bekers.jpg'); }
}

body, #top {
  background-attachment: fixed; 
  background-position: 50% 0%;
  background-repeat: no-repeat;
}
#top {
  z-index: 99; /* cos of bootstrap carousel indicators */
}

.carouselmenu-wrapper {
  position: relative;
}
.carouselmenu-wrapper > img {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  display: none;
}
/*
body.nl .carouselmenu-wrapper > img.nl { display: block; }
body.en .carouselmenu-wrapper > img.en { display: block; }
*/
.carouselmenu-wrapper .item > a,
.carouselmenu-wrapper .item > a > img {
  width: 100%;
}

/*---------------------------------------
  background photo credit
  ---------------------------------------*/
div.credit {
  position: fixed;
  left: 5px;
  bottom: 0;
  height: 20px;
  font-size: 0.8em;
  color: #eee;
  font-family: DINWeb-Medium, sans-serif;
}
div.credit span {
  font-weight: bold;
}

/*---------------------------------------
  kop
  ---------------------------------------*/
#kop {
  color: white;
  position: relative;
  z-index: 11;
}

.custom.kop {
  background: #e20119;
  overflow: hidden;
  font-size: 20px;
  height: 80px;
  min-width: 50%;
}

.custom.kop .locatie {
  margin-top: 10px;
  margin-right: 20px;
  font-family: Sansa, DINWeb-Medium, sans-serif;
  line-height: 40px;
  font-size: 180%;
}

.custom.kop .datum {
  margin-right: 20px;
  font-family: DINWeb-Medium, sans-serif;
  line-height: 20px;
  font-size: 100%;
}

@media screen and (max-width: 1200px) { 
  .custom.kop { font-size: 16px; }
}
@media screen and (max-width: 979px) { 
  .custom.kop { font-size: 13px; }
}
@media screen and (max-width: 768px) { 
  .custom.kop { 
    background: transparent; 
    font-size: 12px; 
    text-align: right;
    min-height: 80px;
    height: auto;
    margin-bottom: 15px;
  }
  .custom.kop .locatie, .custom.kop .datum {
    line-height: 1.0;
  }
  div.search form {
    margin: 5px 5px 20px 2px;
  }
}
@media screen and (max-width: 480px) { 
  .custom.kop { font-size: 8px; }
}

/*---------------------------------------------------
  logo
---------------------------------------------------*/
#logo {
  position: absolute;
  left: 10px;
  top: -10px;
  z-index: 12;
}

/*--------------------------------------
  featured, blog

  image: 436x260 px, 208x160 px
---------------------------------------*/
div.myblog h1 {
  margin-bottom: 5px;
  color: #fff;
}
div.myblog {
  font-size: 13px;
}

@media screen and (max-width: 1200px) { 
  div.myblog { font-size: 13px; }
}
@media screen and (max-width: 979px) { 
  div.myblog { font-size: 11px; }
}
@media screen and (max-width: 768px) { 
  div.myblog { padding: 0; font-size: 13px; }
}

div.myblog .leading-0,
div.myblog .leading-1 {
  float: left;
  width: 48.6729%;
  position: relative;
  margin-bottom: 70px;  /* contains text */
}
div.myblog .leading-1 {
  margin-left: 2.5641%;
}
div.myblog .items-row .item > div {
  position: relative;
/*  margin-bottom: 70px;  /* contains text */
}

@media screen and (max-width: 768px) { 
  div.myblog .leading-0,
  div.myblog .leading-1 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  div.myblog .items-row .item {
    width: 48%;
    float: left;
    overflow: visible;
  }
  div.myblog .items-row .item.column-1,
  div.myblog .items-row .item.column-3 {
    margin-right: 2%;
  }
  div.myblog .items-row .item.column-2,
  div.myblog .items-row .item.column-4 {
    margin-left: 2%;
  }
}

/*
div.myblog .leading-0 > p,
div.myblog .leading-1 > p,
div.myblog .items-row .item > p {
  position: absolute;
  top: 100%;
  width: 100%;
  line-height: 1.2;
  height: auto;
  margin: 0;
}
*/

div.myblog .items-leading .pull-left.item-image,
div.myblog .items-row .pull-left.item-image {
  float: none;
  width: 100%;
}
div.myblog .items-leading img,
div.myblog .items-row img {
  width: 100%;
}

div.myblog .items-leading p.readmore,
div.myblog .items-row p.readmore {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: 0;
}

div.myblog .items-leading p.readmore a,
div.myblog .items-row p.readmore a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 200%;
  text-decoration: none;
}
div.myblog .items-leading p.readmore a:hover,
div.myblog .items-row p.readmore a:hover {
  background-color: #e20119;
}
.onderin div.myblog .items-row p.readmore a:hover {
  background-color: inherit;
}

div.carouselmenu-wrapper {
  font-size: 13px;
}
div.carouselmenu-wrapper div.item {
  font-size: 200%;
}
div.myblog p.readmore a span,
div.carouselmenu-wrapper div.item span.title {
  display: block;
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 160px;
  color: #fff;
  font-family: Sansa, DINWeb-Bold;
  font-size: 100%;
  line-height: 100%;
  font-weight: normal;
}
div.carouselmenu-wrapper div.item a:hover:after {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  top: 0px;
  background-color: #e20119;
}

div.myblog div.joomla_add_this {
  display: none;
}

.onderin {
  border-top: 2px solid #807c58;
  background: #fff;
  padding-top: 2.5641%;
}

/*=============================
  columns
  =============================*/
@media (min-width: 768px) {
  div.column-left {
    left: 0;
    width: 48%;
    float: left;
  }

  div.column-right {
    right: 0;
    width: 48%;
    float: right;
  }
}

div.joomla_add_this {
  clear: both;
  padding-top: 20px;
}

p.koopnu {
  font-family: DINWeb-Bold;
  color: #222;
  padding: 10px 0;
}

p.koopnu a {
  border: 2px solid #e30119;
  padding: 10px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-family: DINWeb-Bold, sans-serif;
  font-size: 200%;
  background: #dc333e;
  color: #fff;
}

p.koopnu a:hover {
  background: #8cb110;
  color: #fff;
}

div.photocontest_top20 {
  width: 400px;
  max-width: 95%;
  background: #807c58;
  color: #fff;
  font-family: DINWeb-Medium, sans-serif;
  padding: 10px 10px 5px 10px;
}

div.photocontest_top20 img {
  margin: 10px 0px;
  width: 100%;
  height: auto;
}

div.photocontest_register {
  padding: 20px;
}

/*============== newsletters ==========*/
div#bottom-newsletters {
  margin: 0 0 30px 0;
  border-top: 2px solid #8cb110;
}

table.acymailing_form {
  margin: 5px 0 !important;
}

#bottom {
  margin-top: 2.5641%;
  border-top: 2px solid #e20119;
  padding: 20px 0;
}

/*============== bottom-menu ==========*/
ul#bottom-menu {
  list-style: none;
  text-align: left;
  position: relative;
  overflow: hidden;
}
ul#bottom-menu li {
  float: left;
  margin-right: 20px;
  font-size: 12px;
  color: #555;
}
ul#bottom-menu li:last-child {
  float: right;
}
ul#bottom-menu li a,
ul#bottom-menu li a:visited {
  font-size: 12px;
  color: #555 !important;
}
ul#bottom-menu li a:hover {
  color: #555 !important;
  text-decoration: underline !important;
}

/*============== acymailing popup =======*/
div#acymailing {
  position: fixed;
  width: 250px;
  bottom: 10px;
  right: -300px;
  z-index: 99;
  border: 2px solid #c52827;
  background-color: #fff;
  padding: 20px;
  color: #555;
  font-weight: bold;

  /* opsmuk */
  -moz-box-shadow:    0 0 3px 3px rgba(0,0,0,0.125);
  -webkit-box-shadow: 0 0 3px 3px rgba(0,0,0,0.125);
  box-shadow:         0 0 3px 3px rgba(0,0,0,0.125);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.acymailing_introtext:after {
  content: '';
  height: 20px;
  display: block;
}

p.closer {
  margin: 0;
  padding: 0;
  text-align: right;
  margin-top: -15px;
  margin-bottom: 20px;
  margin-right: -10px;
}

p.closer a, p.closer a:hover, p.closer a:visited {
  color: #555;
  font-weight: bold;
  font-size: 250%;
  text-decoration: none;
}

#acymodifyform { padding: 0 2.5641%; }
