@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: "Fixation";
    src: url("../fonts/Fixation.ttf") format("truetype");
}
/* =======================================================
*
* 	Template Style
*	Edit this section
*
* ======================================================= */
body {
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #555;
  color: #555;
  background: #fff;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 17px;
    line-height: 1.5;
  }
}

a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 300;
  margin: 0 0 10px 0;
}

::-webkit-selection {
  color: #fff;
  background: #52d3aa;
}

::-moz-selection {
  color: #fff;
  background: #52d3aa;
}

::selection {
  color: #fff;
  background: #52d3aa;
}

#fh5co-wrap {
  position: relative;
  background: #fff;
  z-index: 2;
  margin-bottom: 100px;
}
@media screen and (max-width: 992px) {
  #fh5co-wrap {
    margin-bottom: auto;
  }
}

#fh5co-footer {
  padding-top: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: rgba(0,0,0,0.5);
  font-size: 18px;
}
@media screen and (min-width: 992px) {
  .checkboxes{
    padding-top: 10px;
  }
}
#fh5co-footer .fh5co-social li {
  display: block;
}
#fh5co-footer p {
  line-height: 1.5;
}
#fh5co-footer h3 {
  color: #fff;
  font-size: 20px;
}
#fh5co-footer a {
  color: rgba(255, 255, 255, 0.7);
}
#fh5co-footer a:hover {
  color: #52d3aa;
}
#fh5co-footer ul {
  padding: 0;
  margin: 0;
}
#fh5co-footer ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#fh5co-footer .fh5co-copyright {
  padding-top: 3em;
}
#fh5co-footer .fh5co-copyright small {
  display: block;
}

#fh5co-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: rgba(0,0,0,0.5);
  padding-bottom: 5px;
}
#fh5co-header nav {
  text-align: center;
}
#fh5co-header nav ul {
  padding: 0;
  margin: 0;
}
#fh5co-header nav li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
#fh5co-header nav li a {
  padding: 20px;
  color: rgba(255, 255, 255, 0.7);
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
#fh5co-header nav li a span {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 2px solid transparent;
  display: block;
}
@media screen and (max-width: 768px) {
  #fh5co-header nav li a {
    padding: 10px 2px;
  }
}
#fh5co-header nav li a:hover {
  color: white;
}
#fh5co-header nav li a:hover span {
  border-bottom: 2px solid #fff;
}
#fh5co-header nav li.fh5co-active a {
  color: #fff;
}
#fh5co-header nav li.fh5co-active a span {
  border-bottom: 2px solid #fff;
}

.fh5co-table,
.fh5co-table-cell,
.fh5co-hero,
.fh5co-parallax {
  height: 670px;
}

.fh5co-hero{
  height: 100vh;
}

.fh5co-hero .fh5co-table{
  height: 100vh;
}

.fh5co-hero, .fh5co-parallax {
  background-color: #555;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
.fh5co-hero .overlay, .fh5co-parallax .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  opacity: .2;
}

@media screen and (max-width: 768px) {
  .fh5co-hero, .fh5co-parallax {
    /*height: inherit;
    padding: 4em 0;*/
  }
}
.fh5co-hero .fh5co-intro h1, .fh5co-parallax .fh5co-intro h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 300;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .fh5co-hero .fh5co-intro h1, .fh5co-parallax .fh5co-intro h1 {
    font-size: 30px;
  }
}
.fh5co-hero .fh5co-intro p, .fh5co-parallax .fh5co-intro p {
  color: #fff;
}
.fh5co-hero .fh5co-intro p a, .fh5co-parallax .fh5co-intro p a {
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.fh5co-hero .fh5co-intro p a:hover, .fh5co-parallax .fh5co-intro p a:hover {
  color: #fff;
}

.fh5co-table {
  display: table;
}

.fh5co-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.fh5co-section {
  padding: 5em 0;
}
@media screen and (max-width: 768px) {
  .fh5co-section {
    padding: 3em 0;
  }
}

.fh5co-feature {
  text-align: left;
  width: 100%;
  float: left;
  padding: 20px;
}
.fh5co-feature .fh5co-icon {
  float: left;
  width: 10%;
  display: block;
  margin-top: 5px;
}
.fh5co-feature .fh5co-icon i {
  color: #52d3aa;
  font-size: 70px;
}
@media screen and (max-width: 1200px) {
  .fh5co-feature .fh5co-icon i {
    font-size: 40px;
  }
}
.fh5co-feature.fh5co-feature-sm .fh5co-icon i {
  color: #52d3aa;
  font-size: 28px;
}
@media screen and (max-width: 1200px) {
  .fh5co-feature.fh5co-feature-sm .fh5co-icon i {
    font-size: 28px;
  }
}
.fh5co-feature .fh5co-text {
  float: right;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .fh5co-feature .fh5co-text {
    width: 82%;
  }
}
@media screen and (max-width: 480px) {
  .fh5co-feature .fh5co-text {
    width: 72%;
  }
}
.fh5co-feature .fh5co-text h2, .fh5co-feature .fh5co-text h3 {
  margin: 0;
  padding: 0;
}
.fh5co-feature .fh5co-text h3 {
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.8);
}

.fh5co-social {
  padding: 0;
  margin: 0;
}
.fh5co-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-social li a span {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding-left: 10px;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px !important;
}
.btn.btn-sm {
  padding: 4px 15px !important;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #52d3aa;
  color: #fff;
  border: 2px solid #52d3aa;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #66d8b4 !important;
  border-color: #66d8b4 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #52d3aa;
  border: 2px solid #52d3aa;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #52d3aa;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #52d3aa;
}

.fh5co-check {
  padding: 0 0 0 0;
  margin: 0 0 1.5em 0;
}
.fh5co-check li {
  padding: 0 0 0 40px;
  margin: 0;
  list-style: none;
  position: relative;
}
.fh5co-check li:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: .3em;
  content: "\f00c";
  color: #52d3aa;
}

.fh5co-staff img {
  margin-bottom: 1em;
}
.fh5co-staff h3 {
  margin: 0;
}
.fh5co-staff h4 {
  margin: 0 0 20px 0;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.4);
}

#map {
  width: 100%;
  height: 700px;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.logo{
  margin-top: 10vh;
  margin-bottom: 15vh !important;
  height: 20vh;
  display: block;
    margin-left: auto;
    margin-right: auto;
}

.cta-container{
  text-align:center;
}

.cta-left{
  float: left;
}

.cta-right{
  float: right;
}

.cta {
  border-radius: 4px;
  border: 2px solid white;
  color: white;
  display: inline-block;
  margin: 0 .25em;
  overflow: hidden;
  padding: 24px 60px 24px 16px;
  position: relative;
  text-decoration: none;
  line-height: 1;
  font-size : 16px;
  background-color: rgba(255,255,255,0.1);
}
.cta .cta-content {
  font-size: 1em;
  line-height: 1.2;
  padding: 0 26px;
  font-weight: 500;
  position: relative;
  right: 0;
  transition: right 300ms ease;
  display: block;
  text-align: center;
}
.cta .icon {
  border-left: 1px solid white;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transition: all 300ms ease;
  transform: translateY(-50%);
  width: 58px;
  height: 70%;
}
.cta .icon i {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cta:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: white;
  opacity: 0;
  transition: opacity 300ms ease;
}
.cta:hover .cta-content {
  right: 100%;
}
.cta:hover .icon {
  border-left: 0;
  font-size: 1.8em;
  width: 100%;
  color: white;
}
.cta:hover:after {
  opacity: .2;
}
.cta.cta-alt-color {
  border-color: #555;
  color: #555;
}
.cta.cta-alt-color .icon {
  border-left-color: #555;
}
.cta.cta-alt-color:after {
  background-color: white;
}
.cta.cta-alt-color:hover .icon {
  border-left: 0;
  font-size: 1.8em;
  width: 100%;
  color: #555;
}

.cta:active, .cta:focus{
  color: white;
}

.main-arrow-down{
  color:white;
  cursor: pointer;
  font-size: 40px;
}

.main-arrow-down:hover{
  -webkit-animation: bounce 2s infinite;
       -moz-animation: bounce 2s infinite;
        -ms-animation: bounce 2s infinite;
         -o-animation: bounce 2s infinite;
            animation: bounce 2s infinite;
}

.down-container{
  margin-top: 50px;
}

@include keyframes(bounce) {
	0%, 20%, 50%, 80%, 100% {
    @include transform(translateY(0));
  }
	40% {
    @include transform(translateY(-20px));
  }
	60% {
    @include transform(translateY(-10px));
  }
}

iframe {
  height: 70vmin;
  width: 100%;
}

.text-center{
  text-align: center;
}

.disabled{
  border-color: #ccc!important;
background-color: #ccc!important;
color: #fff!important;
cursor: default!important;
pointer-events: none;
}

.button {
  border-radius: 4px;
  border: 2px solid black;
  color: black;
  display: inline-block;
  margin: 0 .25em;
  overflow: hidden;
  padding: 24px 60px 24px 16px;
  position: relative;
  text-decoration: none;
  line-height: 1;
}
.button .button-content {
  font-size: 1em;
  line-height: 1.2;
  padding: 0 26px;
  position: relative;
  right: 0;
  transition: right 300ms ease;
  display: block;
  text-align: center;
}
.button .icon {
  border-left: 1px solid white;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transition: all 300ms ease;
  transform: translateY(-50%);
  width: 58px;
  height: 70%;
}
.button .icon i {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.button:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: white;
  opacity: 0;
  transition: opacity 300ms ease;
}
.button:hover .button-content {
  right: 100%;
}
.button:hover .icon {
  border-left: 0;
  font-size: 1.8em;
  width: 100%;
  color: black;
}
.button:hover:after {
  opacity: .2;
}
.button.button-alt-color {
  border-color: blue;
  color: yellow;
}
.button.button-alt-color .icon {
  border-left-color: blue;
}
.button.button-alt-color:after {
  background-color: yellow;
}

.button:active, .button:focus{
  color: white;
}

.button-container{
  text-align:center;
}

.button-left{
  float: left;
}

.button-right{
  float: right;
}

.courseweek{
  padding: 10px;
margin-bottom: 10px;
position: relative;
border: 3px solid #F5F5F5;
background: #F5F5F5;
display: block;
-webkit-transition: background-color 0.2s ease-in, border-color 0.2s ease-in;
transition: background-color 0.2s ease-in, border-color 0.2s ease-in;
cursor: pointer;
}

.courseweek h4, h5{
  margin-bottom:0;
}

.school h3{
  margin-bottom: 20px;
}

.coursecontainer{
  margin-bottom: 20px;
}

input {
    -webkit-transition: border-color 250ms;
    transition: border-color 250ms;
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
    height: 4.5rem;
    padding: 0 1.8rem;
    overflow: hidden;
    color: #4A4946;
    font-size: 1.4rem;
    line-height: 1;
    background-color: #fff;
    border: .1rem solid #ccc;
    border-radius: 0;
    box-shadow: none;
}

input[type=text], input[type=email], input[type=url], input[type=number], input[type=password], textarea {
    background-color: #FFF;
    outline: 0;
    border-radius: 0;
}

input[type=text], input[type=email] {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input:focus{
  border-color: green;
}

label{
  font-weight: lighter;
  width: 100%;
}

.main-section{
  min-height: 100vh;
}

form{
  margin-bottom: 50px;
}

.info-left{
  text-align:left;
}

.info-right{
  text-align:right;
}

.lesson-info{
  padding-bottom: 10px;
}

.lesson-info .info-right{
  padding-right: 6rem;
}

.focus-red{
  font-weight: bold;
  color: #BB0000;
}

.emphasised{
  font-weight: 500;
}

.selected{
  background: #ffffff;
  border-color: #86C5DA;
}

.courseweek::after{
    font-family: 'icomoon';
    speak: none;
    content: '\f00c';
    display: inline-block;
    font: normal normal normal 14px "icomoon";
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 5px;
    right: 10px;
    -webkit-transition: color 0.2s ease-in;
    transition: color 0.2s ease-in;
    color: transparent;
}

.courseweek.selected::after {
    color: #86C5DA;
}

.error{
  color: #BB0000;
  font-size: 16px;
}

.school-button{
  display:none;
}

textarea{
  display:block;
  width: 100%;
}

.checkboxes label{
  width:50%;
}

.checkboxes input{
  display: inline-block;
  width:20px;
  height: auto;
}
/*# sourceMappingURL=style.css.map */
.special-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}
@media (min-width: 1500px) {
    .container{
        width: 1400px;
    }

}

.large-header h1{
  font-size: 80px;
  font-weight: 500;
  padding-bottom: 40px;
}

/* Centered text */
.centered {
    font-family: "Fixation";
    font-size: 6vw;
    color: #FFF;
    text-align: center;
    z-index: 50;
}
.fh5co-hero{
  display:flex;
      align-items: center;
      justify-content: center;
}

.fh5co-hero .title{
  display:flex;
  flex-flow: row wrap;
      align-items: center;
      justify-content: center;
}

.intext-cta{
  margin: auto;
  margin-bottom: 0 !important;
display: block;
width: 50%;
}

.sponsor{
  max-width:100%;
  height:120px;
  width: auto;
  margin: 5px 0;
}

.extra-banner{
  height: 50vh;
}

#bezoekers-banner{
  background-image: url(/assets/img/cover.jpg);
}

#standhouders-banner{
  background-image: url(/assets/img/cover.jpg);
}

#home-banner{
  background-image: url(/assets/img/cover.jpg);
}

.fh5co-hero{
  background-position: center;
}

table {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
table * {
  position: relative;
}
table td, table th {
  padding-left: 8px;
}
table thead tr {
  height: 60px;
  background: #36304a;
}
table tbody tr {
  height: 50px;
}
table tbody tr:last-child {
  border: 0;
}
table td, table th {
  text-align: left;
}
table td.l, table th.l {
  text-align: right;
}
table td.c, table th.c {
  text-align: center;
}
table td.r, table th.r {
  text-align: center;
}

.informationbox .row{
  margin-top: 20px;
  margin-bottom: 20px;
}

.fh5co-section{
    min-height: inherit;
}

.informationbox{
  padding: 0;
}

@media screen and (max-width: 1000px) {

  #fh5co-footer {
      position: relative;
      background-color: #555;
  }

  #fh5co-header {
    position: relative;
    background-color: #555;
}
}

.title>h1{
  -webkit-text-shadow: 5px 5px rgba(0,0,0,0.75);
-moz-text-shadow: 5px 5px rgba(0,0,0,0.75);
text-shadow: 5px 5px rgba(0,0,0,0.75);
}

@media screen and (min-width: 1000px) {
  .modal-dialog{
    max-width: 750px;
  }
}
