  /* ---- algemeen ---- */

html,
body {
    width: 100%;
    height: 100%;
    font-family: 'neue-haas-unica','Open Sans','Helvetica Neue',Arial,sans-serif;
}

a {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}


p {
    font-size: 16px;
    line-height: 1.6;
    font-family: neue-haas-unica, sans-serif;
	font-weight: 300;
	font-style: normal;
}


a {
    font-size: 16px;
    line-height: 1.6;
    font-family: neue-haas-unica, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: currentColor;
}

a:hover,
a:focus  {
    font-size: 16px;
    line-height: 1.6;
    font-family: neue-haas-unica, sans-serif;
	font-weight: 500;
	font-style: normal;
   text-decoration: none;
   	color: currentColor;

}


/* ---- h1 h2 h3 ---- */	

h2 {
	font-size: 28pt;
	line-height: 35pt;
	font-family: swear-display, serif;
	font-weight: 600;
	font-style: normal;
}

h3 {
	font-size: 20pt;
	line-height: 28pt;
	font-family: swear-display, serif;
	font-weight: 600;
	font-style: normal;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}

  /* ---- navigation algemeen ---- */

#siteNav{
    z-index: 99;
}


.navbar-default {
    font-family: neue-haas-unica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: rgb(255,255,255, 0.5);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    border: solid 0px;
}

.navbar {
border: 0px solid transparent;
}

  /* ---- nav mobile ---- */
.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
}

  /* ---- nav mobile hover ---- */
.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    font-weight: 500;
}

/* ---- nav desk/mobile active ---- */
.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    font-weight: 500;
    background-color: transparent;
}

/* ---- nav desk/mobile hover background ---- */
.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}

/* ---- nav desk ---- */
@media(min-width:768px) {

/* ---- nav desk achtergrond ---- */	
    .navbar-default {
    background-color: transparent;
    }

/* ---- nav desk lijn ---- */	
    .navbar-fixed-top {
    top: 0;
    border-width: 0 0 2.5px;
    padding: 20px 0;
    }
/* ---- nav desk ---- */	
    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
    }

/* ---- nav desk hover ---- */	
    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
    }
}



  /* ---- // Kleuren - bruin // ---- */

.typo-bruin {
	color: rgb(186, 86, 49);
}


  /* ---- navigation bruin ---- */
  
  /* ---- nav mobile ---- */
.bruin .navbar-default .nav > li>a,
.bruin .navbar-default .nav>li>a:focus {
    color: rgb(186, 86, 49);
}

  /* ---- nav mobile hover ---- */
.bruin .navbar-default .nav > li>a:hover,
.bruin .navbar-default .nav>li>a:focus:hover {
    color: rgb(186, 86, 49);
    font-weight: 500;
}

/* ---- nav desk/mobile active ---- */
.bruin .navbar-default .nav > li.active>a,
.bruin .navbar-default .nav>li.active>a:focus {
    font-weight: 500;
    color: rgb(186, 86, 49);
    background-color: transparent;
}

/* ---- nav desk ---- */
@media(min-width:768px) {

/* ---- nav desk lijn ---- */	
.bruin .navbar-fixed-top {
    border-color: rgb(186, 86, 49);
    top: 0;
    border-width: 0 0 2.5px;
    padding: 20px 0;
    }
/* ---- nav desk ---- */	
.bruin .navbar-default .nav > li>a,
.bruin .navbar-default .nav>li>a:focus {
        color: rgb(186, 86, 49);
    }

/* ---- nav desk hover ---- */	
.bruin .navbar-default .nav > li>a:hover,
.bruin .navbar-default .nav>li>a:focus:hover {
        color: rgb(186, 86, 49);
    }
}


  /* ---- // Kleuren - beige // ---- */
.typo-beige {
	color: rgb(245, 236, 218);
}


  /* ---- navigation beige ---- */
  
  /* ---- nav mobile ---- */
.beige .navbar-default .nav > li>a,
.beige .navbar-default .nav>li>a:focus {
    color: rgb(245, 236, 218);
}

  /* ---- nav mobile hover ---- */
.beige .navbar-default .nav > li>a:hover,
.beige .navbar-default .nav>li>a:focus:hover {
    color: rgb(245, 236, 218);
    font-weight: 500;
}

/* ---- nav desk/mobile active ---- */
.beige .navbar-default .nav > li.active>a,
.beige .navbar-default .nav>li.active>a:focus {
    font-weight: 500;
    color: rgb(245, 236, 218);
    background-color: transparent;
}

/* ---- nav desk ---- */
@media(min-width:768px) {

/* ---- nav desk lijn ---- */	
.beige .navbar-fixed-top {
    border-color: rgb(245, 236, 218);
    top: 0;
    border-width: 0 0 2.5px;
    padding: 20px 0;
    }
/* ---- nav desk ---- */	
.beige .navbar-default .nav > li>a,
.beige .navbar-default .nav>li>a:focus {
        color: rgb(245, 236, 218);
    }

/* ---- nav desk hover ---- */	
.beige .navbar-default .nav > li>a:hover,
.beige .navbar-default .nav>li>a:focus:hover {
        color: rgb(245, 236, 218);
    }
}


  /* ---- // Kleuren - groen // ---- */

.typo-groen {
	color: rgb(87, 100, 39);
}

  /* ---- navigation groen ---- */
  
  /* ---- nav mobile ---- */
.groen .navbar-default .nav > li>a,
.groen .navbar-default .nav>li>a:focus {
    color: rgb(87, 100, 39);
}

  /* ---- nav mobile hover ---- */
.groen .navbar-default .nav > li>a:hover,
.groen .navbar-default .nav>li>a:focus:hover {
    color: rgb(87, 100, 39);
    font-weight: 500;
}

/* ---- nav desk/mobile active ---- */
.groen .navbar-default .nav > li.active>a,
.groen .navbar-default .nav>li.active>a:focus {
    font-weight: 500;
    color: rgb(87, 100, 39);
    background-color: transparent;
}

/* ---- nav desk ---- */
@media(min-width:768px) {

/* ---- nav desk lijn ---- */	
.groen .navbar-fixed-top {
    border-color: rgb(87, 100, 39);
    top: 0;
    border-width: 0 0 2.5px;
    padding: 20px 0;
    }
/* ---- nav desk ---- */	
.groen .navbar-default .nav > li>a,
.groen .navbar-default .nav>li>a:focus {
        color: rgb(87, 100, 39);
    }

/* ---- nav desk hover ---- */	
.groen .navbar-default .nav > li>a:hover,
.groen .navbar-default .nav>li>a:focus:hover {
        color: rgb(87, 100, 39);
    }
}

/* ---- // Kleuren - paars // ---- */

.typo-paars {
    color: rgb(106, 70, 133);
}


  /* ---- navigation paars ---- */
  
  /* ---- nav mobile ---- */
.paars .navbar-default .nav > li>a,
.paars .navbar-default .nav>li>a:focus {
    color: rgb(106, 70, 133);
}

  /* ---- nav mobile hover ---- */
.paars .navbar-default .nav > li>a:hover,
.paars .navbar-default .nav>li>a:focus:hover {
    color: rgb(106, 70, 133);
    font-weight: 500;
}

/* ---- nav desk/mobile active ---- */
.paars .navbar-default .nav > li.active>a,
.paars .navbar-default .nav>li.active>a:focus {
    font-weight: 500;
    color: rgb(106, 70, 133);
    background-color: transparent;
}

/* ---- nav desk ---- */
@media(min-width:768px) {

/* ---- nav desk lijn ---- */   
.paars .navbar-fixed-top {
    border-color: rgb(106, 70, 133);
    top: 0;
    border-width: 0 0 2.5px;
    padding: 20px 0;
    }
/* ---- nav desk ---- */    
.paars .navbar-default .nav > li>a,
.paars .navbar-default .nav>li>a:focus {
        color: rgb(106, 70, 133);
    }

/* ---- nav desk hover ---- */  
.paars .navbar-default .nav > li>a:hover,
.paars .navbar-default .nav>li>a:focus:hover {
        color: rgb(106, 70, 133);
    }
}







  /* ---- // Headers // ---- */

header {
    position: relative;
    width: 100%;
    min-height: 100%;
    text-align: center;
    color: #fff;
    background-image: url('../img/leau-background.jpg');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.background-layer {
    position: absolute;
	background-color: rgb(0,0,0, .3);
	 top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




header .header-content {
    position: absolute;
    width: 100%;
    padding: 100px 15px 70px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


header .logo{
    max-width: 80%;
}


@media(min-width:768px) {

    header .header-content {
        top: 50%;
        padding: 0 50px;
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;

    }

}

.header-over {
    position: fixed;
    width: 100%;
    min-height: 100%;
    text-align: center;
    color: #fff;
    top: 0px;
    background-image: url('../img/leau-background-over.jpg');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    z-index: -100;
}

.header-studio {
    position: fixed;
    width: 100%;
    min-height: 100%;
    text-align: center;
    color: #fff;
    top: 0px;
    background-image: url('../img/leau-background-studio.jpg');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    z-index: -100;
}

.header-lessen {
    position: fixed;
    width: 100%;
    min-height: 100%;
    text-align: center;
    color: #fff;
    top: 0px;
    background-image: url('../img/leau-background-lessen.jpg');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    z-index: -100;
}

.header-locatie {
    position: fixed;
    width: 100%;
    min-height: 100%;
    text-align: center;
    color: #fff;
    top: 0px;
    background-image: url('../img/leau-background-locatie.jpg');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    z-index: -100;
}

  /* ---- // Opbouw // ---- */

/* ---- intro ---- */	
.intro {
	color: #fff;
    padding-top: 120px;
    text-align: left;

}

/* ---- inleiding ---- */	
.text-light {
	font-size: 18pt;
	line-height: 25pt;
	font-family: swear-text,serif;
	font-weight: 500;
	font-style: normal;
}

.row {
	margin: 60px 0;
}

.content {
 
}

.content-2 {
	color: #fff;
    background-color: #222;
}

.content-3 {
	padding: 20px 0 40px;
	text-align: center;
}

  /* ---- // accordeon // ---- */

.accordion {
  background-color: rgb(255, 255, 255, .0);
	color: rgb(87, 100, 39)!important;
	font-size: 20pt;
	line-height: 28pt;
	font-family: swear-display, serif;
	font-weight: 600;
	font-style: normal;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  border-bottom: 2.5px solid rgb(87, 100, 39);
  outline: none;
  transition: 0.4s;

}

p, .accordion  {
color: currentColor; 
padding-bottom: 20px;

}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active-accordion, .accordion:hover {
font-family: swear-display, serif;
	font-weight: 700;
	font-style: normal;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color:  rgb(245, 236, 218, 0.0); 
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  color: rgb(87, 100, 39); 
      box-shadow: 0 0px 0px rgb(0 0 0 / 5%);
}


.accordion:after {
  content: '\002B'; /* Unicode character for "plus" sign (+) */
  float: right;
  margin-left: 5px;
}

.active-accordion:after {
  content: "\002D"; /* Unicode character for "minus" sign (-) */
}



.accordion-bruin {
  background-color: rgb(255, 255, 255, .0);
	color: rgb(186, 86, 49)!important;
	font-size: 20pt;
	line-height: 28pt;
	font-family: swear-display, serif;
	font-weight: 600;
	font-style: normal;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  border-bottom: 2.5px solid rgb(186, 86, 49);
  outline: none;
  transition: 0.4s;

}

p, .accordion-bruin  {
color: currentColor; 
padding-bottom: 20px;

}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active-accordion-bruin, .accordion-bruin:hover {
font-family: swear-display, serif;
	font-weight: 700;
	font-style: normal;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color:  rgb(245, 236, 218, 0.0); 
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  color: rgb(87, 100, 39); 
}


.accordion-bruin:after {
  content: '\002B'; /* Unicode character for "plus" sign (+) */
  float: right;
  margin-left: 5px;
}

.active-accordion-bruin:after {
  content: "\002D"; /* Unicode character for "minus" sign (-) */
}



p.datum  {
    font-weight: 600;
    padding: 20px 0;
}

p.credits  {
    font-weight: 400;
    padding: 20px 0;
        color: rgb(186, 86, 49);
}



.promo,
.promo h3,
.promo a:link,
.promo a:visited,
.promo a:hover,
.promo a:active {
    color: white;
	text-shadow: 0px 0px 40px black;
    text-decoration: none;
}

.promo-item {
    height: 200px;
    line-height: 180px;
    text-align: center;
}

.promo-item:hover {
    background-size: 110%; 
    border: 10px solid rgba(255,255,255,0.3);
    line-height: 160px;
}

.promo-item h3 {
    font-size: 40px;
    display: inline-block;
    vertical-align: middle;
}

.item-1 {
	background: url('../images/writing.jpg');
	}
	
.item-2 {
	background: url('../images/concert.jpg');
	}
	
.item-3 {
	background: url('../images/pencil_sharpener.jpg');
	}
		
.item-1,
.item-2,
.item-3 {
	background-size: cover;
	background-position: 50% 50%;
	}


.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #222;
}

.navbar-default .navbar-toggle {
    border-color: white;
    border: 0px solid transparent;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    border-color: rgb(186, 86, 49);
    color: #fff;
    background-color: rgb(186, 86, 49);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: limegreen;
    color: #fff;
    background-color: limegreen;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: rgb(186, 86, 49);
    background-color: rgb(186, 86, 49);
}

.btn-primary .badge {
    color: rgb(186, 86, 49);
    background-color: #fff;
}


.btn {
    border-radius: 300px;
    text-transform: uppercase;
}

.btn-lg {
    padding: 15px 30px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

.text-primary {
    color: rgb(186, 86, 49);
}

.bg-primary {
    background-color: rgb(186, 86, 49);
}



 /* Locatie */

@media (min-width: 768px) {
.col-sm-6-b {
   
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
}

.col-sm-6-b, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

 /* img modal zoom */

 /* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 0px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(106, 70, 133);/* Fallback color */
  background-color: rgb(106, 70, 133, 0.7); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
    max-width: 1000px;
  border-radius: 0px;
  box-shadow: 0 0px 0px rgb(0 0 0 / 50%);
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: rgb(106, 70, 133);
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  text-shadow: 0 0px 0 #fff;
  opacity: 1;
}

.close:hover,
.close:focus {
  color: rgb(106, 70, 133);
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
} 


button.mbtn {
  padding:0.6em 2em;
  border-radius: 20px;
  color: rgb(245, 236, 218);
  background-color:transparent;
  border: 2px solid rgb(245, 236, 218);
  font-size:1.1em;
  cursor:pointer;
  margin:1em;
}
