@import url(https://fonts.googleapis.com/css?family=Open+Sans|Oswald);
body {
  background: white;
  font-family: 'Open Sans', sans-serif;, sans-serif;
  font-size: 16px;
  color: #b2b2b2;
}
a {
  color: #90866b;
}
a:hover,
a:focus {
  outline: 0;
  color: #90866b;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2, 
h3,
h4 {
  font-family: "Oswald", sans-serif;
}
h1 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 0 0 50px 0;
}
.sidemenu h1 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 0 0 20px 0;
}
h2 {
  font-size: 16px;
  font-weight: normal;
  color: #90866b;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.sidemenu .special {
  color: #908672;
  margin: 0 0 20px 0;
  text-decoration: none;
}
.sidemenu {
  text-transform: uppercase;
  margin-top: 100px;
}
.sidemenu ul  {
  font: bold 18px "Oswald";
  color: #908672;
  letter-spacing: -1px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidemenu ul  li {
  margin: 20px 0;
}
.sidemenu a {
  color: #b2b2b2;
}
.sidemenu a:hover, 
.sidemenu .active {
  color: #000;
  text-decoration: none;
}
h4 {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
}
p {
  margin: 30px 0 0 0;
}
.btn-primary {
  background: black;
  border: 0;
}
.btn-primary:hover {
  background: #908672;
  border: 0;
}
.wrapper {
  padding-bottom: 30px;
}
.black {
    background: #0e0803;
}
.navbar-brand {
  float: left;
  padding: 10px;
  height: auto;
}
.navbar-collapse {
  padding-left: 0;
}
.navbar-default {
  margin-bottom: 0;
  width: 100%;
  background: #0e0803;
  border: #27292a;
  padding: 30px 0;
  text-transform: uppercase;
}
/* Toggle knopje mobiel */
.navbar-default .navbar-toggle {
  border-color: white; /* Borderkleur in rust */
}
.navbar-default .navbar-toggle .icon-bar {
  background: white; /* streepjeskleur in rust */ 
}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
  border-color: #c8a7cb; /* Borderkleur actief */
}
.navbar-default .navbar-toggle:hover .icon-bar, 
.navbar-default .navbar-toggle:focus .icon-bar {
  background: #c8a7cb; /* streepjeskleur actief */
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:active {
    background-color: #0e0803; /* Achtergrondkleur actief */
}

/* Algemene navigatie */
.navbar-default .navbar-nav > li > a {
  color: white; /* Fontkleur hoofdlinks in rust*/
  margin-top: 20px;
  margin-right: 60px;
}
.navbar-default .navbar-nav > li > img {
  margin-right: 60px;
}
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
  color: white; /* Fontkleur actieve hoofdlinks */
  background: #0e0803; /* achtergrondkleur actieve hoofdlinks */
  text-decoration: underline;
}
.navbar-default .navbar-nav .open > a,
.navbar-default .navbar-nav .dropdown > a:hover {
  color: white; /* Fontkleur actieve hoofdlinks */
  background: #0e0803; /* achtergrondkleur actieve hoofdlinks */
  text-decoration: underline;
}
.navbar-default .navbar-nav > li > ul > li > a:hover,
.navbar-default .navbar-nav > li > ul > li > a:focus {
  color: #313435; /* tekstkleur actieve sublinks */
  background: #c8a7cb; /* achtergrondkleur actieve sublinks */
}
.navbar-default .navbar-nav > li > ul {
  margin-top: -1px;
  border-bottom: 5px solid #0e0803;
}
.navbar-default .navbar-nav > .active > a {
  color: #0e0803; /* Fontkleur geselecteerde hoofdlink */
  background: white; /* achtergrondkleur geselecteerde hoofdlink */
}
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
  color: #0e0803; /* Fontkleur geselecteerde hoofdlink */
  background: white; /* achtergrondkleur geselecteerde hoofdlink */
}
.dropdown-menu {
  right: auto;
  z-index: 2000;
  padding: 0;
}
.dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 0;
  display: block;
  overflow: hidden;
  opacity: 0;
}
.dropdown.open .dropdown-menu {
  max-height: 300px;
  opacity: 1;
}
.slider {
  margin: 0px;
}
.blocks {
  padding-top: 30px;
  text-align: center;
}
.blocks a {
  text-decoration: none;
}
.blocks a:hover, 
.blocks a:focus {
  text-decoration: none;
}
.block {
  padding: 10px;
  margin-bottom: 20px;
}
.grijs {
  background: #dfdddf;
  border: 1px solid #7a8186;
}
.lila {
  background: #c8a7cb;
  border: 1px solid #7a8186;
}

.wit {
    border: 1px solid #7a8186;
}
.content {
  padding: 100px 100px 50px 0;
}
.content2 {
  padding: 120px 0 50px 30px;

}
.socialhome {
  padding: 180px 0;
}
.fa-facebook-square:hover {
  color: #3b5999;
}
.fa-twitter-square:hover {
  color: #00c9f6;
}
.socialhome img {
  margin-bottom: 30px;
}
.contact {
  margin-bottom: 20px;
}
.contact form {
  margin-bottom: 20px;
}
.mapsfoot {
  width: 100%;
  color: black;
  height: 180px;
}
.mapsfoot img {
  max-width: none;
}
footer {
  padding: 20px 0 5px 0;
  background: #0e0803;
  color: white;
}
footer ul {
  list-style: none;
  padding: 0;
}
footer ul li {
  line-height: 28px;
}
footer a {
  color: white;
}
footer a:hover {
  color: white;
  text-decoration: underline;
}
.col-xs-6 {
  padding-left: 0;
}
.btn-default {
  background: #0e0803;
  color: white;
  border: 1px solid #0e0803;
}
.btn-default:hover, 
.btn-default:focus {
  background: white;
  color: #0e0803;
  border: 1px solid #0e0803;
}
.btn-contact {
  background: #7a8186;
  color: #0e0803;
}
.btn-contact:hover, 
.btn-contact:focus {
  background: #fff380;
  color: #0e0803;
}
.copyright {
  font-size: 13px;
  color: #4b4636;
  padding: 20px 15px 0 15px;
  text-transform: uppercase;
}
.copyright a,
.reclame:link, 
.reclame:hover, 
.reclame:visited, 
.reclame:active {
  font-size: 13px;
  color: #4b4636;
  text-transform: uppercase;
}
.navbar-brand,
#mobile_in {
    display: none;
} 
#full_view, 
#mobile_out {
   display: block;
}
input[type="email"], 
input[type="phone"], 
input[type="text"], 
.tekstveld {
  background: #e9e9e9;
  color: #4c4c4c;
  border: 0;
  height: 36px;
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  margin: 5px 0;
}

.form-control:focus {
  border-bottom: 3px solid black;
  box-shadow: none;
}
.zwartdik {
  color: black;
  font-weight: bold;
}
/* Navigatie foto-groepen */
#photosCntr .title { 
  margin-bottom: 15px; 
  text-align: center; 
}
#photosCntr .title button { 
  display: inline-block; 
  margin: 0 2px 0 0; 
  letter-spacing: -1px;
  font-family: 'Oswald', sans-serif;
  color: #b2b2b2; 
  font-size: 20px;  
  background: none; 
  border: none; 
  cursor: pointer; 
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
}
#photosCntr .title button:hover { 
  color: black; 
}
#photosCntr .title button.active { 
  color: #000; 
}
#photosCntr .title span { 
  color: white; 
  padding: 0 2px; 
  display: inline-block; 
  font-size: 24px; 
}
  
#photosCntr .photo { 
  overflow: hidden; 
  margin-left: -10px; 
}
#photosCntr .photo .picture-item { 
  margin-left: 10px; 
  margin-bottom: 10px; 
  float: left; 
}

/*------------------------------------------------------------*\
    . #RESPONSIVE
\*------------------------------------------------------------*/
/* Large desktop */
/* Portrait tablet to landscape and desktop */
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

  body {
    color: black;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-collapse {
    margin-top: 20px;
  }
  .navbar-brand,
  #mobile_in {
    display: block;
  } 
  #full_view, 
  #mobile_out,
  .sidemenu {
    display: none;
  }
  .drop-toggle {
    padding: 2px 12px;
    background: #c8a7cb; /* Achtergrondkleurtje Plus/min blokje */
    color: #fff; /* kleur van Plus/min in blokje */
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
  }
  .drop-toggle:before {
    font-family: 'FontAwesome';
    content: "\f067";
  }
  .open .drop-toggle:before {
    font-family: 'FontAwesome';
    content: "\f068";
  }
  .containerz {
    height:200px;
    width:100%;
    overflow:hidden;
  }
  .socialhome {
    padding: 20px 0;
  }
  .content, .content2 {
  padding: 10px;
}


}

