/* Global Layout */
/*
colors:
#3B3B3B = body text
#EFEFEF = header line
#D7D7D7 = background boxes
#787878 = text boxes left p and a
#F6F6F6 = line text box left
#262626 = text link box
#C00A35 = red = title text + h4
#FFCD00 = yellow = background banner
*/
/* --body----------------------------------*/
body {
  background-color: #F6F6F6 !important;;
  padding: 0;
  margin:0;
  font-size: 16px;
  color: #3B3B3B;
}
#container{
  position:relative;
  margin:0 auto;
  padding-top:0;
  max-width:1600px;
  background-color: #FFF; 
}

/* --header with logos----------------------------------*/
#header{
  position:relative;
  margin:0 auto;
  height:66px;
  max-width:1170px;
  min-width: 550px;
}
#logo-uu{
  position:absolute;
  top:12px;
  left:10px;
}
#logo-imau{
  position:absolute;
  top:12px;
  right:200px;
}
hr{
  margin:0;
  padding:0;
  height:1px;
  background-color: #EFEFEF;
  border:0;
}

/* --title----------------------------------*/
#title {
  position:relative;
  margin:0 auto;
  max-width:1170px;
  background-color: #FFF;
  padding:30px 0 30px 0;
/*  line-height: 100px;*/
}
#title h1 {
  color: #C00A35;
  font-size: 38px; 
/*  font-size: 3.4vw; */
  font-weight: 100;
  margin: 0px 10px;
  font-family: "Open Sans","Frutiger",Helvetica,Arial,sans-serif;
}
#title a {
   text-decoration: none;
  color: #C00A35;
}

/* --navigation bar----------------------------------*/
#navigation {
  margin:0;
  background-color: #000;
  height:56px;
}
#menu {
  position:relative;
  margin:0 auto;
  max-width:1170px;
  min-width: 550px;
  background-color: #000;
  line-height: 56px;
}

/* --page photo banner----------------------------------*/
#banner400 {
  margin:0;
  background-image: url(background_picture_utrecht_cs_crop2.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 25.0%;	/* (img-height / img-width * width) = (400/1600)*100 */
}
#bannertextbox{
  position:relative;
  max-width: 1170px;
  padding:0;
  margin:0 auto;
  height:100%;
}
#banner300 {
  margin:0;
  background-image: url(background_picture_utrecht_cs_croppped.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 18.75%;	/* (img-height / img-width * width) = (300/1600)*100 */
}

#bannertext {
  max-width: 800px;
  position: absolute;
  padding: 25px 30px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
  bottom: 86px;	/*50px*/
/*  right: calc((100% - 1170px) / 2);*/
  right: 70px; /* 8% 200/1600 */
  font-family: "Merriweather","Bembo",Georgia,Times,"Times New Roman",serif;
  overflow: hidden;
  font-weight: bold;
  font-size: 30px;
  line-height: 48px;
}

#banner300 h1 {
  left: auto;
  right: 0px;
  position: absolute;
  width: calc(74% - 54px) ; /*68%*/
  margin: -86px auto 0px;
  padding: 23px 24px 23px 30px;
  line-height: 40px;
  background-color: #FFCD00;
  font-size: 32px;
  font-family: "Open Sans","Frutiger",Helvetica,Arial,sans-serif;
  font-weight: 300;
  color: #3B3B3B;
}
.extrah1 {
  left: auto;
  right: 0px;
  position: absolute;
  width: 215px ; /*68%*/
  margin: -86px auto 0px;
  padding: 23px 24px 23px 30px;
  line-height: 40px;
  background-color: #FFCD00;
  font-size: 32px;
}

/* --footer----------------------------------*/
#footermenu{
  position:relative;
  display: block;
  margin:0;
  padding:0;
  background-color: #3B3B3B;
  color:#FFF;
  min-height:10px;
  max-width: 1600px;
  clear: both;
}

#footernav {
  display: table;
  position:relative;
  margin:0 auto;
  max-width: 1170px;
}

#footer {
  display: table-row;
  padding: 0;
  margin: 0;
}

#footertwo {
  margin:0;
  background-color: #000;
  max-width: 1600px;
  color: #FFF;
  clear: both;
}
#logo-footer{
  position:relative;
  margin:0 auto;
  max-width:1170px;
  min-height:132px;
  padding-top:32px;
  left:20px;
}


/* --page content----------------------------------*/
/* -- Home page and figure page--*/
#contentindex{
  position:relative;
  margin:0 auto;
  max-width:1170px;
  min-width: 550px;
  min-height: 800px;
/*  background-color: #fff;*/
  font-family: "Open Sans","Frutiger",Helvetica,Arial,sans-serif;
}
#contenttext{
  position:relative;
  margin:0 auto;
  max-width:1170px;
  min-width: 550px;
  min-height: 800px;
/*  background-color: #fff;*/
  font-family: "Open Sans","Frutiger",Helvetica,Arial,sans-serif;
  background-image: url(back26.png); 
  background-size: contain;
  background-repeat: repeat-y;
}

/* -- Text page (left grey, right white)--*/
#content{
  position:relative;
  margin:0;
  max-width:1600px;
  min-height: 800px;
  background-color: #fff;
  font-family: "Open Sans","Frutiger",Helvetica,Arial,sans-serif;
  background-image: url(back32.png); 
  background-size: contain;
  background-repeat: repeat-y;
}

/* -------all pages content styles------- */
h1{
  font-weight: 400;
  font-size: 36px;
  line-height: 40px;
  margin: 25px auto 25px 10px;
  color: #3B3B3B;
}
h2{
  font-weight: 300;
  font-size: 26px;
  line-height: 32px;
  margin: 25px auto;
  color: #3B3B3B;
}
h3{
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  margin: 20px auto 10px;
  color: #3B3B3B;
}
h4{
  font-weight: normal;
  font-size:  18px;
  line-height: 20px;
  margin: 15px 0px 5px 50px;
  color: #C00A35;
}


/* -- BLOK1: 2 boxes, left big, right small ----------------------------------*/

.boxleft{
  position:relative;
  float: left;
  max-width: 682px;
  width: 68%;
}
.boxleft p {
  padding-left: 10px;
}

.boxright{
  position:relative;
  float: right;
  max-width: 384px;
  width: 32%;
}
.boxright p {
  padding-left: 10px;
}

/* -- BLOK2: 2 boxes, left small, right big (meant for text page with left box overlapping grey area ----------------------------------*/
.boxlefttext{
  position:relative;
  float: left;
/*  width: 345px;*/	/*62% 55%*/
  max-width: 302px; /*265*/
  width:25.8%;
  margin:10px 0 0 0;
  padding:0;
  font-family: "Open Sans","Frutiger",Helvetica,Arial,sans-serif;
  font-weight: 300;
}
.boxrighttext{
  position:relative;
  float: right;
/*  width: 71%;*/	/*81%*/
  max-width: 866px;	/*905*/
  width:74%;
  margin:10px 0 0 0px;
  padding:0;
/*  font-family: "Merriweather","Bembo",Georgia,Times,"Times New Roman",serif;*/
  font-family: "Open Sans","Frutiger",Helvetica,Arial,sans-serif;
  font-weight: 300;
}

.boxlefttext hr{
  margin:0;
  padding:0;
  height:4px;
  background-color: #D7D7D7;
  border:0;
}
.boxlefttext h1{
  font-weight: 300;
  font-size: 30px;
  line-height: 34px;
  margin: 25px auto 15px ;
  padding: 0px 0px 0px 5px;
  color: #3B3B3B;
}
.boxlefttext h2{
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin: 10px auto;
  padding: 0px 0px 0px 5px;
  color: #3B3B3B;
}
.boxlefttext p{
  font-size: 14px;
  font-weight: 400;
  color: #787878;
  padding: 0px 0px 0px 10px;
  line-height: 18px;
}
.boxlefttext a{
  text-decoration: none;
  color: #787878;
}

.boxrighttext hr{
  margin: 10px 0;
  padding:0;
  height:2px;
  background-color: #F6F6F6;
  border:0;
}
.boxrighttext img{
  margin:0;
  padding:10px;
}
.boxrighttext p{
  margin:0;
  padding:5px 20px 0 50px;
}

.boxrighttext ul{
  text-align:left;
  list-style-type: none;
  line-height:120%;
  padding-top: 4px auto;
  margin: 5px 20px 5px 30px;
  background-color: #FFF;
}
.boxrighttext ul > li:before {
    content: ">"; /* en dash here */
    position: absolute;
    margin-left: -1.5em; 
}
.boxrighttext li{
  margin-top: 0px;
  background-color: #FFF;
  margin-left: 1.0em;
}
.boxrighttext a{
  text-decoration: underline;
  color: #3B3B3B;
}


/* -- BLOK3:3 boxes, topped by images, and with link to read more below ----------------------*/
.fotobox3{
  position:relative;
  max-width: 1155px;
  max-height: 192px;
  width:100%;
  margin: 0;
  padding: 0;
/*   padding-top:22.22%; */
  background-color: #FFF;
/*  background-size: contain, contain, contain;
  background-position: left top, center, right top;
  background-repeat: no-repeat, no-repeat, no-repeat;*/
}
.fotolinkbox3{
  position:relative;
  vertical-align: top;
  float: left;
  max-width: 288px;
  width: 25.0%;
  max-height: 192px;
  margin: 0;
  padding: 0;
  padding-top:22.22%;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
.textbox3{
  display: table;
  position:relative;
  vertical-align: top;
  max-width: 1155px;
  width:100%;
  margin: 0px;
  padding: 0px;
}
.box3{
  position:relative;
  vertical-align: top;
  float: left;
  max-width: 288px;
  width: 25.0%;
  margin: 0;
  padding: 0;
  line-height: 24px;
  text-align: left;
  color: #3B3B3B;
}
.box3 h3 {
  padding: 15px 10px 10px; /* above, right, under, left */
}
.box3 p {
  padding: 0px 20px 5px 20px;
}

.linkbox3{
  padding: 0px 0px 0px 19px;
  margin: 0px 0px 10px 0px;
  float: right;
  font-weight: bold;
  font-size: 15px;
  line-height: 42px;
  text-align: left;
  width: 165px;
  color: #262626;
  background-color: #FFCD00;
  font-family: "Open Sans","Frutiger",Helvetica,Arial,sans-serif;
}
.linkbox3 a{
  color: #262626;
  text-decoration: none;
}

.invertgeel{
  float: right;
  padding: 0 19px 0 19px;
}
span.invertgeel:hover {
  background-color: #262626;
  color: #FFCD00;
}


/* -- Table with links on homepage ----------------------*/


.indexlinkbox img {
  padding: 0px 10px 10px 10px;
}
.indexlinkbox p {
  font-size: 14px;
}
.indexlinkbox a {
  text-decoration: none;
  color: #3B3B3B;
}

.indexlinkboxh1 {
  font-size: 16px;
/*  line-height: 40px;*/
  color: #262626;
  font-family: "Open Sans","Frutiger",Helvetica,Arial,sans-serif;
  font-weight: bold;
  margin: 10px 10px 0px 10px;
}

.linkboxleft{
  position:relative;
  float: left;
  max-width: 581px;
  width: 49.6%;
  height: 110px;
  border: 2px solid #EFEFEF;
  overflow: hidden;
}

.linkboxright{
  position:relative;
  float: right;
  max-width: 581px;
  width: 49.6%;
  height: 110px;
  border: 2px solid #EFEFEF;
  overflow: hidden;
}


/* -- Table staff ----------------------*/

.staff {
  padding: 0px 0px 0px 50px;
}

.staff table {
  border-spacing: 0px;
  border-collapse: collapse;
}

.staff tr{
  background-color: #F6F6F6;
/*  border-style: hidden;*/
}

.staff td{
  text-align:left; /* for IE/Win instead of margin:auto; */
  vertical-align: top;
  padding: 10px 10px 5px 5px;
  border-top: 3px solid #ffffff;
  line-height: 20px;
}

.staff h2{
  margin: 25px auto 10px 0px;
}

.staff h4{
  font-size:  14px;
  margin: 0px 0px 0px 10px;
}

.staff img{
  padding:0 0 0 5px;
}

.staff a{
  text-decoration: none;
  color: #787878;
}

/* -- list publications --------------------------*/
ul.publications {
  text-align:left;
  list-style-type:square;
  line-height:120%;
  padding-top: 0px;
  padding-bottom: 4px;
  margin: 5px 20px 5px 20px;
  font-size: 14px;
}
ul.publications li {
  margin-top: 5px;
}
ul.publications > li:before {
    content: ""; /* en dash here */
}
.publications h4{
  font-size:  14px;
  margin: 5px 0px 0px 10px;
}
