/*
 * Globals
 */
#page{display:block; overflow:hidden;}
section{display:block; overflow:hidden;}
body {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-weight:400;
   font-size: 16px;
}

#referenties img.hover-shadow {
    cursor: pointer;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  color: #5b5b5b;
  text-transform:uppercase;
  font-weight: 800;
}
h1, .h1{    margin-bottom: 40px;margin-top:20px;}
h3, .h3{    margin-bottom: 10px;margin-top:5px;}
h4, .h4{    margin-bottom: 20px; margin-top: 60px;}
h5, .h5{    margin-bottom: 5px; margin-top: 5px;}


.carousel-inner img {
    max-width: 100%;
}

.boven-inner {
    position: relative;
}

.boven_content {
    position: absolute;
    bottom: 80px;
    z-index: 98;
    width: 76%;
    left: 12%;
    text-align: center;
	color:#fff;
}
.boven_content h1{
	color:#fff;
	margin:0;	
	padding: 10px 0;
	font-size:40px;
	font-weight:800;
}

/*
 * Override Bootstrap's default container.
 */

@media (min-width: 1200px) {
  .container {
    width: 90%;
  }
}


/*
 * Masthead for nav
 */

.masthead {
  background-color: #202020;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

/* Nav links */
.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px;
    font-weight: 300;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
}
.nav-item:hover,
.nav-item:focus {
  color: #bfb19f;
  text-decoration: none;
}
header#header-8 a.brand {
    color: #fff;
    font-family: 'Raleway';
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
}
a.btnreserveren {
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    line-height: 90px;
}
a.btnkaart {
    text-align: center;
    color: #000;
    border: 1px solid #000;
    padding: 10px 20px;
    line-height: 90px;
	font-size:24px;
}
.extrafinfo {
    padding: 20px;
}


section#kaart {
    text-align: center;
}



/* Active state gets a caret at the bottom */
.nav .active {
  color: #8c786b;
}
.nav .active a{
  color: #8c786b;
}
.nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-left: 5px solid transparent;
}


a.btn {
       background: #8c786b;
	   color:#ffff;
	   text-transform:uppercase;
	   font-size:20px;
	   font-family: 'Raleway', sans-serif;
	   border-radius:5px;
	   font-weight: 700;
}


#bovenitems{padding:20px 0px;}
.bovenblok{padding:20px;}

section.main {
    padding: 80px 0;
}

section#cta {
    background: #5b5b5b;
	color:#fff;
	font-size:24px;
	font-weight:700;
	text-align:center;
	border-top: 1px solid #202020;
}
.cta-inner{	padding: 80px 0px;display:block;}

img.bovenimg{width:100%; height:auto;}
.dark_header .header {
    background-color: rgba(77, 77, 77, 0.6);
    position: fixed;
    z-index: 99;
    width: 100%;
}

/*
 * Footer
 */

.footer-wrapper {
  padding: 80px 0;
  color: #fff;
background-color: #202020;
font-weight:300;}

img.logoklein {
    width: 200px;
	margin-bottom: 40px;
}

i.fas{
    color: #fff;
    background: #202020;
    padding: 10px;
    margin-left: 20px;
    font-size: 35px;
}

.footer-wrapper p:last-child {
  margin-bottom: 0;
  color:#fff;
}
.carousel-inner .col-md-8 {
    margin: 0px !important;
    padding: 0;
}
.carousel-inner .col-md-4 {
    margin: 0px !important;
    padding: 0;
}
.carousel-inner {
    background-color: rgb(0,0,0,0.8) !important;
}

.slider_innercontent {
    padding: 40px;
    width: 100%;
	margin:0px;
	text-align: right;
	color:#fff;
}

.slider_content {
    position: absolute;
    top: 32%;
    left: 12%;
    z-index: 99;
    color: #fff;
    width: 36%;
}




.row > .column {
  padding: 0 0px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

.card.card-body {
    padding: 0px 40px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #444444;
    border-color: #101010;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 99;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #313131;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  text-align:center;
}

/* Hide the slides by default */
.mySlides {
  display: none;
  text-align:center;
}
footer a{color:#fff;}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.column img {
    max-width: 100%;
}

/* ken burns effect */
.carousel .item img {
  -webkit-transition: all 5s;
  -moz-transition: all 5s;
  -o-transition: all 5s;
  transition: all 5s;
}
.carousel .item.active.inactiveUntilOnLoad img,
.carousel .item img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.carousel .item.active img {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

@media (max-width: 1200px){
.boven_content {
    position: absolute;
    top: 250px;
    z-index: 98;
    width: 76%;
    left: 12%;
    text-align: center;
    color: #fff;
}
}





@media (max-width: 992px){
.navbar-collapse {
	color:#fff;
	background-color: #424242 !important;
}

ul.nav > li > a:hover, ul.nav > li.active > a {
    background-color: transparent;
    color: #8c786b !important;
    padding-left: 33px;
}
ul.nav > li > a {
    border-bottom: 1px solid #202020;
    color: #fff !important;
}
.navbar-collapse {
    border: 1px solid #202020;
 }
.slider_content {
    position: relative;
    top: 0;
    left: 0;
    z-index: 99;
    color: #fff;
    width: 100%;
}
.boven_content {
    position: absolute;
    top: 150px;
    z-index: 98;
    width: 76%;
    left: 12%;
    text-align: center;
    color: #fff;
}

a.btnreserveren {
display:block;
    line-height: 40px;
	margin-top: 40px;
}
nav#navbar_wrap {
    position: relative;
    background-color: rgba(77, 77, 77, 1);
}
}

@media (max-width: 850px){
.container {
    margin: 10px 20px;
}
.column {
    float: left;
    width: 50%;
}
.contact-5 .contact_right {
    width: 100%;
}

}

