/********************************
 VARIABLES
 ********************************/
/********************************
 MIXINS
 ********************************/
/********************************
 BASIC STYLES
 ********************************/
html, body {
  padding: 0;
}
body {
  overflow-x: hidden;
  background: #fff;
}
h1, h2, h3, h4, h5, h6, .btn-les {
  font-family: 'Oswald', serif;
}
p, a, ul, li, span, label, table {
  font-family: 'Raleway', sans-serif;
}
a {
  text-decoration: none;
  color: #033649;
  transition: 0.4s ease-in;
  font-family: inherit;
}
a:hover {
  text-decoration: none;
  color: #031634;
}
.block a {
  font-family: 'Oswald', serif;
}
::-webkit-input-placeholder {
  font-family: 'Raleway', sans-serif;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Raleway', sans-serif;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Raleway', sans-serif;
}
:-ms-input-placeholder {
  font-family: 'Raleway', sans-serif;
}
.thin-serif {
  font-family: 'Oswald', serif;
  font-weight: 300;
}
.main-page-wrapper {
  margin-top: 5vw;
  text-align: left;
}
.frame {
  height: 100px;
  /* equals max image height */
  width: 160px;
  margin: 0 auto;
  white-space: nowrap;
  text-align: center;
  margin: 1em 0;
}
.frame .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.frame img {
  background: #3a6f9a;
  vertical-align: middle;
  max-height: 100px;
  max-width: 160px;
}
.btn-blog {
  margin: 10% 0;
  display: block;
  width: 50%;
  border-radius: 0;
  border: none;
  padding: 3% 7%;
  color: #036564;
  background: rgba(0, 0, 0, 0);
  transition: 0.4s ease-in;
}
.btn-blog:hover {
  background: #036564;
  color: #fff;
  border: 1px solid #036564;
}
.btn-car {
  transition: 0.5s ease-in;
  font-family: 'Oswald', serif;
}
.btn-car:hover {
  background: #f7f7f7 !important;
  color: #031634 !important;
}
.share-button {
  margin-top: 1em;
}
/********************************
 NAVIGATION
 ********************************/
.navbar {
  background: #fff;
  height: 7vw;
  margin-bottom: 0;
}
.navbar img {
  margin: 1%;
  margin-left: 3vw;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #033649;
  background-color: rgba(0, 0, 0, 0);
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-nav > li > a {
  padding-top: 2vw;
}
.mobile-nav {
  height: auto;
}
.mobile-nav img {
  width: 25vw;
  position: relative;
  margin: 3vw;
}
.menu-btn {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 3%;
}
#nav-icon2 {
  width: 60px;
  height: 45px;
  position: relative;
  margin: 50px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon2 span {
  display: block;
  position: absolute;
  height: 6px;
  width: 50%;
  background: #033649;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 6px 6px 0;
}
#nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 6px 0 0 6px;
}
#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}
#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 18px;
}
#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 36px;
}
#nav-icon2.open span:nth-child(1), #nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon2.open span:nth-child(2), #nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}
#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}
#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 29px;
}
#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px;
}
.responsive-menu {
  display: none;
}
.responsive-menu ul {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.responsive-menu ul li {
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  color: #000;
  padding: 0.9em 0;
  font-size: 1.3em;
}
.expand {
  display: block !important;
}
/* Carousel base class */
.carousel .container {
  position: relative;
  z-index: 9;
}
.carousel .item {
  height: auto;
  padding-bottom: 10%;
}
.carousel img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}
.carousel-caption {
  position: static;
  max-width: 85%;
  padding: 2%;
  margin: 20% auto 0 auto;
  border-radius: 2%;
}
.carousel-caption h1, .carousel-caption .lead {
  margin: 0;
  line-height: 1.5;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}
.carousel-caption h1 {
  font-size: 5rem;
}
.carousel-caption p {
  font-size: 1.8rem;
}
.carousel-caption .btn {
  margin-top: 5%;
  border-color: #fff;
  background: rgba(0, 0, 0, 0);
  color: #fff;
  font-size: 2.5rem;
  border-radius: 0;
  padding: 1.5% 2.5%;
}
.balk {
  margin-top: 0;
  margin-bottom: 5%;
  width: 100%;
}
.main-text {
  text-align: left;
  margin-bottom: 10%;
  padding-top: 1em;
  padding-bottom: 1em;
}
.main-text h2 {
  text-align: center;
}
.main-text hr {
  margin-bottom: 5%;
}
.main-text li {
  list-style: none;
}
.main-text .featured-image {
  width: 80%;
  height: 10rem;
  margin-bottom: 2em;
}
.main-text .featured-image img {
  vertical-align: middle;
  max-height: 10rem;
  max-width: 100%;
}
.main-text .name, .main-text .date {
  font-family: 'Oswald', serif;
}
.main-text .name {
  color: #031634;
}
.main-text .date {
  color: #036564;
}
.aanmelden {
  padding: 2%;
}
.aanmelden .col-sm-2, .aanmelden .col-sm-10 {
  width: 100%;
}
.aanmelden button {
  margin-right: 4%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  color: #fff;
  padding: 1.5% 2.5%;
}
.block {
  width: 25%;
  height: 25%;
  padding: 0;
  color: #fff;
  overflow: hidden;
}
.block-main {
  cursor: pointer;
}
.block .btn-primary, .page-header .btn-primary {
  margin-top: 5%;
  border: none;
  border-bottom: 1px solid #fff;
  background: rgba(0, 0, 0, 0);
  font-variant: small-caps;
  color: #fff;
  font-size: 2.5rem;
  border-radius: 0;
  padding: 1.5% 2.5%;
}
.block a, .page-header a {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 999;
  width: 50%;
  top: 35%;
}
.block img, .page-header img {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Safari */
  transform: scale(1);
  transition: 0.5s ease-in;
}
.block img:hover, .page-header img:hover {
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Safari */
  transform: scale(1.1);
}
.page-header {
  padding: 0;
  height: 15em;
}
.darkblue {
  background: #031634;
}
.lightblue {
  background: #033649;
}
.green {
  background: #036564;
}
.maps {
  padding: 0;
  -webkit-filter: grayscale(100%);
  height: 450px;
  margin-bottom: -2.2em;
}
.balk2 {
  margin-top: -15px;
  margin-bottom: 0;
  width: 100%;
  z-index: 9999;
}
.text, .text-jan {
  text-align: left;
  margin-top: 5vw;
}
.text {
  margin-bottom: 8vw;
}
.bio {
  text-align: center;
  margin-top: 4vw;
}
.bio img {
  margin: 0 auto;
}
.login {
  margin-top: 10em;
  margin-bottom: 10em;
}
.instrumenten .image {
  padding: 0;
  height: 20vw;
  overflow: hidden;
}
.instrumenten .text {
  text-align: left;
  height: 20vw;
  padding: 2%;
}
.text-blocks-wrapper {
  height: auto;
}
.block-page {
  position: relative;
  height: auto;
  padding: 5% 5%;
  color: #036564;
  text-align: center;
}
.block-page p {
  text-align: justify;
  text-align-last: center;
}
.btn-les {
  margin: 10% auto;
  display: block;
  width: 50%;
  border-radius: 0;
  padding: 3% 7%;
  border: 1px solid #036564;
  color: #036564;
  background: rgba(0, 0, 0, 0);
  transition: 0.4s ease-in;
}
.btn-les:hover {
  background: #036564;
  color: #fff;
  border: 1px solid #036564;
}
.gallery {
  margin-top: 12em;
  margin-bottom: 5em;
  text-align: center;
}
.gallery h2 {
  margin-bottom: 3em;
}
.blog {
  margin-top: 20vh;
  margin-bottom: 20vw;
  text-align: left;
}
.blog ul {
  list-style: none;
  padding-left: 0;
}
.blog li {
  padding: 2em;
}
.blog li:nth-child(even) {
  background-color: #f7f7f7;
}
.blog li a {
  color: #031634;
}
.blog .featured-images {
  margin-top: 4em;
  margin-bottom: 4em;
}
.fa-3 {
  padding-top: 1em;
  font-size: 4em;
}
.blog-image {
  float: left;
}
.blog-image::after {
  clear: both;
}
.user-session-wrapper {
  margin-top: 10vw;
}
.user-session {
  text-align: left;
  margin-left: 10vw;
  background: #f7f7f7;
  padding: 3% 5%;
  height: auto;
  border-bottom-right-radius: 25%;
}
.user-session ul {
  margin-left: -12.5%;
}
.user-session li {
  list-style: none;
}
.avatar {
  position: absolute;
  top: -4vw;
  left: -4vw;
  width: 8vw;
}
.menu-user-widget {
  text-align: center;
}
.footer {
  height: auto;
  padding-top: 5.5em;
  padding-bottom: 5.5em;
  text-align: left;
}
.footer-balk {
  margin-top: 2em;
  margin-bottom: 0;
}
.copyright {
  background-color: #f7f7f7;
  padding: 1em;
  text-align: center;
}
.leraren-main {
  margin-top: 10em;
}
.credentials {
  display: block;
  margin: 0 auto;
  width: 75%;
  text-align: center;
}
.contact-teachers {
  text-align: center;
}
.contact-teachers hr {
  width: 80%;
}
.new-teachers {
  margin-bottom: 10em;
}
.inschrijven-main {
  margin-top: 15em;
  margin-bottom: 10em;
}
.form-text hr:last-child {
  margin-bottom: 5em;
}
.contact {
  margin-top: 10em;
  margin-bottom: 10em;
}
.contact-form {
  background-color: #036564;
  padding: 2%;
  color: #fff;
}
.contact-cred hr {
  width: 80%;
}
.tarieven {
  margin-top: 10em;
  margin-bottom: 5em;
}
.tarieven .heading {
  background-color: #031634;
  color: #fff;
}
.tarieven th, .tarieven tr, .tarieven td {
  padding: 1%;
}
.tarieven .bold {
  font-weight: bold;
}
.tarieven .row {
  margin-top: 2em;
}
.tarieven .groep {
  background-color: #ebf2fe;
}
@media screen and (min-width: 1300px) {
  .navbar {
    height: 5vw;
  }
  .main-page-wrapper {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 992px) {
  .main-nav {
    display: none;
  }
  .bio .col-md-2 {
    margin-bottom: 6em;
  }
  .bio hr {
    width: 50%;
  }
  .img-md-center {
    display: block;
    margin: 0 auto;
    float: none;
  }
  .mobile-carousel h1 {
    font-size: 2em;
  }
  .mobile-carousel p {
    font-size: 1em;
  }
  .mobile-carousel .carousel-caption {
    margin: 10% auto;
  }
  .leraren {
    margin-top: 5em;
  }
  .footer .col-md-4:last-child {
    margin-bottom: 6em;
  }
}
@media screen and (min-width: 992px) {
  .mobile-nav {
    display: none;
  }
  .img-md-center {
    float: right;
  }
}
@media screen and (max-width: 700px) {
  .mobile-nav img {
    width: 50vw;
  }
}
@media screen and (max-width: 500px) {
  #nav-icon2 {
    margin: 20px auto;
  }
}

/*
     FILE ARCHIVED ON 22:18:02 Apr 02, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 23:12:14 Nov 01, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 157.588
  exclusion.robots: 0.326
  exclusion.robots.policy: 0.312
  RedisCDXSource: 10.652
  esindex: 0.011
  LoadShardBlock: 125.316 (3)
  PetaboxLoader3.datanode: 104.079 (4)
  CDXLines.iter: 18.678 (3)
  load_resource: 164.684
  PetaboxLoader3.resolve: 49.514
*/