
.page {
  padding-top: 80px;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: #fff;
  box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  z-index: 999;
}
  .logo {
    display: block;
    position: absolute;
    top: -14px;
    left: -5px;
    height: 100px;
    width: 150px;
    background: url("../images/header-logo.png") center center no-repeat;
    z-index: 1000;
  }
  ul.mainmenu {
    display: block;
    position: absolute;
    top: 0;
    left: 170px;
  }
    li.mainmenu {
      float: left;
      margin-right: 40px;
      position: relative;
    }
      .mainmenu a.mainmenu {
        display: block;
        padding: 10px 0;
        height: 40px;
        line-height: 40px;
        font-family: "Dolce Caffe", "Open Sans Condensed", Helvetica, Arial, sans-serif;
        font-weight: bold;
        font-size: 28px;
        text-decoration: none;
      }
        .mainmenu.section-methode a.mainmenu {
          color: #2B4296;
          text-shadow: 0 0 1px rgba(90, 99, 144, 0.25);
        }
        .mainmenu.section-student a.mainmenu {
          color: #D87E16;
          text-shadow: 0 0 1px rgba(200, 115, 14, 0.25);
        }
        .mainmenu.section-math a.mainmenu {
          color: #59A855;
          text-shadow: 0 0 1px rgba(66, 150, 62, 0.25);
        }
    li.mainmenu:hover a.mainmenu {
      background: none;
    }
      ul.submenu {
        padding: 10px 0;
        visibility: hidden;
        position: absolute;
        opacity: 0;
        -webkit-transition: visibility 0s linear 0.1s, opacity 0.1s;
        top: 55px;
        left: -40px;
        width: 400px;
        background: #fff;
        border-radius: 5px;
        -o-border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 2px solid #444;
        box-shadow: -2px 2px 3px #000;
        box-shadow: -2px 2px 3px rgba(0, 0, 0, .2);
        z-index: 9999;
      }
        li.mainmenu:hover .submenu {
          visibility: visible;
          opacity: 1;
          -webkit-transition-delay: 0.1s;
        }
        li.submenu.tick {
          position: absolute;
          top: -12px;
          left: 60px;
          width: 24px;
          height: 12px;
          background: transparent url("../images/submenu-arrow.png") top center no-repeat;
        }
        li.submenu {
          clear: both;
        }
        li.submenu.half {
          width: 50%;
          float: left;
          clear: none;
        }
          .submenu a {
            display: block;
            position: relative;
            padding: 5px 9px;
            border-left: 2px solid transparent;
            border-right: 2px solid transparent;
            text-decoration: none;
            color: #000;
          }
            .submenu a .title {
              font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
              font-weight: bold;
              font-size: 18px;
              line-height: 23px;
            }
            .submenu.half a .title {
              font-size: 15px;
            }
            .submenu a .subtext {
              display: block;
              font-family: Signika, Helvetica, Arial, sans-serif;
              font-weight: 300;
              font-size: 13px;
              color: #444;
              line-height: 19px;
            }
            .submenu a .thumbnail-height-guard {
              margin-bottom: 5px;
              height: 70px;
              overflow: hidden;
              background: #eee;
            }
          .section-methode .submenu a:hover {
            background: #D4DBF6;
            color: #2B4296;
          }
          .section-student .submenu a:hover {
            background: #F5D3AE;
            color: #D07000;
          }
          .section-math .submenu a:hover {
            color: #4E954B;
            background: #BDE5B3;
          }

  .search {
    position: absolute;
    top: 10px;
    right: 0;
    width: 250px;
    
    height: 38px;
    background: #f5f5f5 url("../images/search-icon.png") center right no-repeat;
    border: 1px solid #bbb;
    box-shadow: inset 0 0 3px #ddd;
  }
  .search .input {
    margin: -1px;
    padding: 0 35px 0 10px;
    background: transparent;
    border: 1px solid transparent;
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    color: #000;
    -webkit-transition: border linear 0.1s, box-shadow linear 0.1s;
    z-index: 800;
  }
  .search .input:focus {
    outline: none;
    border: 1px solid #1B5CA0;
    -webkit-box-shadow: 0 0 5px #1B5CA0;
    -moz-box-shadow: 0 0 5px #1B5CA0;
    -o-box-shadow: 0 0 5px #1B5CA0;
    box-shadow: 0 0 5px #1B5CA0;
  }
  .search .submit,
  .search .submit:hover,
  .search .submit:active,
  .search .submit:focus {
    display: block;
    height: 20px;
    width: 20px;
    margin: -1px;
    position: absolute;
    right: 10px;
    top: 10px;
    border: none;
    background: transparent;
    border-radius: 0 !important;
    -o-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    box-shadow: none;
    z-index: 999;
  }




h1.frontpage {
  text-transform: none;
  font-weight: normal;
  color: #777;
  line-height: 60px;
  text-align: center;
  font-size: 50px;
  font-family: Journal;
}
h1.frontpage .big {
  font-size: 50px;
  font-family: "Dolce Caffe";
  text-transform: uppercase;
  color: #000;
  vertical-align: text-top;
}

.header-login {
  margin-top: 9px;
  float: right;
  text-align: right;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #777;
  font-size: 14px;
  line-height: 20px;
}
.header-login a {
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}




.medewerker,
.book {
  margin-top: 30px;
  text-decoration: none;
}
  .medewerker-name {
    color: #000;
    margin-left: -2px;
    padding: 2px;
    font-size: 11px;
    font-weight: bold;
    background: #FFFF9B;
  }
  .medewerker .photo {
    float: left;
    width: 100px;
    height: 100px;
    margin: 0 10px 5px 0;
    border: 1px solid #666;
    box-shadow: -2px 2px 5px #444;
    box-shadow: -2px 2px 5px rgba(0, 0, 0, .2);
    overflow: hidden;
  }
  .book .photo {
    float: left;
    width: 150px;
    height: 150px;
    margin: 0 10px 5px 0;
    border: 1px solid #666;
    box-shadow: -2px 2px 5px #444;
    box-shadow: -2px 2px 5px rgba(0, 0, 0, .2);
    overflow: hidden;
  }
    .photo img {
      width: 100%;
    }



.partner,
.partner:hover,
.sponsored {
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  height: 150px;
  line-height: 150px;
  width: 150px;
  text-align: center;
  vertical-align: center;
  background: #fff;
  border: 1px solid #666;
  box-shadow: -2px 2px 5px #444;
  box-shadow: -2px 2px 5px rgba(0, 0, 0, .2);
  overflow:hidden;
}
  .partner img,
  .sponsored img {
    display: inline;
    max-width: 150px;
    max-height: 150px;
    border: none;
  }



table.contact-info {
  margin-top: 20px;
}
.contact-info th {
  font-size: 14px;
  color: #777;
  padding: 0 10px 5px 0;
}
.contact-info td {
  padding: 0 0 5px 0;
}



.front-page-body-wrap {
  margin-top: 10px;
}



.sliderspace {
  margin-right: -20px;
}
  #slides {
    position: relative;
    width: 720px;
  }
    #slides .nextprev {
      position: absolute;
      top: 8px;
      left: 10px;
      z-index: 99;
    }
    #slides a.next-slide,
    #slides a.prev-slide {
      float: left;
      font-size: 13px;
      margin-right: 5px;
      color: #fff;
      text-decoration: none;
    }
    
    #slides ul.pagination {
      position: absolute;
      margin: 0;
      top: 8px;
      right: 8px;
      z-index: 99;
    }
    #slides ul.pagination li {
      list-style: none;
      display: inline;
    }
    #slides ul.pagination li a {
      display: inline-block;
      padding: 0 5px;
      color: #fff;
      text-decoration: none;
      font-size: 16px;
    }
    #slides ul.pagination li.current a {
      font-weight: bold;
      font-size: 22px;
    }
    #slides ul.pagination li a,
    .nextprev a {
      text-shadow: 1px 1px 2px #000, 1px 1px 6px #000;
    }

    .slides_container {
      width: 720px;
      height: 350px;
      background: #fff;
      box-shadow: -1px -1px 15px #333;
      box-shadow: -1px -1px 15px rgba(65, 44, 26, 0.5);
      //z-index: 10;
    }
      .featured-item {
        width: 720px; /* ! */
        height: 350px;
        display: block;
        position: relative;
      }
        .featured-item .item-link {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          overflow: hidden;
        }
          .featured-item .item-link img {
            width: 100%;
          }
        .featured-item-description {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          color: #fff;
          padding: 0 10px 5px 10px;
          background: #000;
          background: rgba(0, 0, 0, .7);
        }
          .featured-item-description a {
            color: #fff;
          }




.calendar {
  margin-left: -20px;
}
  .calendar h2 {
    margin: 40px 0 20px 0;
    font-family: "Dolce Caffe";
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
    color: #000;
  }
  .calendar table {
    width: 100%;
    font-size: 16px;
  }
    .calendar table th,
    .calendar table td {
      text-align: center;
      padding: 5px;
    }
    .calendar table th {
      font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
      font-weight: bold;
      font-size: 15px;
      text-transform: uppercase;
      color: #000;
    }
    .calendar table td {
      font-size: 13px;
      position: relative;
    }
      .calendar div.date.inmonth {
        color: #666;
      }
      .calendar div.date.outmonth {
        color: #ccc;
      }
      .calendar a.date {
        display: block;
        text-align: center;
        vertical-align: middle;
        font-weight: bold;
        font-size: 16px;
        text-decoration: none;
        color: #1D519E;
        background: #C5D6EE;
      }




.footer {
  margin: 100px 0 0 0;
  padding: 40px 0 60px 0;
  background: url("../images/noisy_grid_dark.png");
}
  .footer .content {
    line-height: 24px;
    font-size: 15px;
  }
    .footer .content,
    .footer .content a,
    .footer a.made {
      color: #677286;
    }
    .footer .content a {
      text-decoration: none;
    }
    .footer .content .highlight,
    .footer .content a:hover,
    .footer a.made:hover {
      color: #BFC3CA;
    }
    .footer h3 {
      font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
      font-weight: bold;
      font-size: 18px;
      color: #E4E4E4;
    }
    .footer h3.primary {
      color: #fff;
    }
    .footer h3.secondary {
      padding-top: 10px;
    }
    .footer ul {
      padding: 0;
    }
      .footer ul li {
        list-style: none;
        text-indent: -10px;
        padding-left: 10px;
      }



.footer {
  position: relative;
}
  .footer a.made {
    position: absolute;
    bottom: 3px;
    right: 5px;
    text-decoration: none;
    font-family: Signika, Helvetica, Arial, sans-serif;
    font-size: 12px;
  }



.wrap.item {
  margin-bottom: 50px;
}
  .item h2 {
    text-align: left;
    margin-right: 200px;
  }
  .item .meta {
    position: absolute;
    top: 20px;
    right: 30px;
    margin: 0;
    color: #aaa;
    background: #fff;
  }



.t_ContentContainer {
  font-family: Signika, Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
}


.wm-login p.login-username,
.wm-login p.login-password {
  float: left;
  width: 50%;
  margin: 0;
  height: 100px;
  text-align: center;
}
.wm-login p.login-username label,
.wm-login p.login-password label {
  display: block;
}
.wm-login p.login-username input,
.wm-login p.login-password input {
  font-size: 150%;
}

.wm-login p.login-password:after {
  
}

.fie-en-pie h2 {
  text-align: center;
  margin-right: 0;
  color: #bbb;
}
.fie-en-pie h2 span {
  color: #000;
  margin: 0 3px;
}



.toegang_message {
  background: #E1E4F2;
  border: 2px solid #2B4296;
  padding: 0 10px;
  color: #2B4296;
  font-size: 120%;
}
.toegang_message p {
  margin: 10px 0;
}

.verhuis_message {
  background: #FDE2C4;
  border: 2px solid #E31E24;
  padding: 0 10px;
  color: #E31E24;
  font-size: 150%;
}
.verhuis_message p {
  margin: 10px 0;
}


