/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
  
}
 html, body{   overflow: hidden;
        overflow-y: auto;}


.number {font-size:40px;
font-weight: 300}

#adres{margin: 40px 0px;}

.cbp .cbp-item{position:relative!important;
width:100%!important}



.navbar-expand-lg{background-color:rgba(1,2,3,0.3)!important;
color:white!important;
width:100%;
z-index:1;}

.navbar-light .navbar-nav .nav-link{color:white!important;}

*{font-family:'Poppins', sans-serif !important;}

h1{text-transform: uppercase;
    font-family: 'Poppins', sans-serif !important;
    font-size:50px!important;
color:white !important;
    
    font-weight: 100;
text-align: center}

h2{font-weight: 100!important;
text-transform: uppercase;
font-size: 18px!important;
color:white !important;
text-align: center}

.titles{width:80%;
    text-align: center;
    margin:0 auto;
    top:50%;
    position:relative
}




/*  SECTIONS  */
.kantoren1 {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col_kantoren1 {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col_kantoren1:first-child { margin-left: 0; }

/*  GROUPING  */
.kantoren1 group:before,
.kantoren1 group:after { content:""; display:table; }
.kantoren1 group:after { clear:both;}
.kantoren1 group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF THREE  */
.kantoren1_span_3_of_3 { width: 100%; }
.kantoren1_span_2_of_3 { width: 66.13%; }
.kantoren1_span_1_of_3 { width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col_kantoren1 {  margin: 1% 0 1% 0%; }
	.kantoren1_span_3_of_3, .kantoren1_span_2_of_3, .kantoren1_span_1_of_3 { width: 100%; }
}



/*  SECTIONS  */
.kantoren2 {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col_kantoren2 {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col_kantoren2:first-child { margin-left: 0; }

/*  GROUPING  */
.kantoren2 group:before,
.kantoren2 group:after { content:""; display:table; }
.kantoren2 group:after { clear:both;}
.kantoren2 group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.kantoren2_span_2_of_2 {
	width: 100%;
}
.kantoren2_span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col_kantoren2 { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.kantoren2_span_2_of_2, .kantoren2_span_1_of_2 { width: 100%; }
}

/*  SECTIONS  */
.vergaderruimte {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col_vergaderruimte {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col_vergaderruimte:first-child { margin-left: 0; }

/*  GROUPING  */
.vergaderruimte:before,
.vergaderruimte:after { content:""; display:table; }
.vergaderruimte:after { clear:both;}
.vergaderruimte { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.vergaderruimte_span_2_of_2 {
	width: 100%;
}
.vergaderruimte_span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col_vergaderruimte { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.vergaderruimte_span_2_of_2, .vergaderruimte_span_1_of_2 { width: 100%; }
}


#kantoor_gratis p {margin:0 auto;
    text-align: center !important;}

#wrapper{width:100%;
    background-color:blue;}

.content{width:100%;
    text-align: center;
    margin:0 auto;}

.kantoren{width:90%;
    margin:0 auto;
    text-align: center;
margin-bottom:80px;
min-height:40em;}

header{height:600px;
    background-image: url(foto_16_3_20/home_header_1.jpg);
      background-size:cover;
    background-repeat: no-repeat;
    width:100%!important
}

.header_vergaderzaal {height:500px;
    background-image: url(foto_16_3_20/vergaderzalen/banner_vergaderzaal.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    width:100%;
margin-bottom: 50px;}

.header_2{height:150px;
 padding-bottom: 30px!important;
      background-size: cover;
    background-repeat: no-repeat;
    width:100%!important
}

/*------------------------------------ slider----------------------------*/

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

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

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

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

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  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;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* 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);
}

<!-------------formulier-contact----->
.formulier{ width:60%;
    margin:0 auto;
}

.privacy{text-align: center;
    width:80%;
    margin:0 auto;}

.privacy h3{font-size:18px;
margin-bottom: 20px;}

.privacy h2{color:black!important;}

.formulier p{font-weight: 700;
    border: 2px solid grey;
padding:20px}
form{
    width:50%;
    margin:0 auto;
    padding-bottom:4em
    }

.container input{ width:20%;
clear:both;}


label{display:inline-block;
    margin-top:.8rem;
margin-bottom: 0rem;}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

textarea{width:100%;
    height:10em;}

form p{text-align: center;}

select{margin:8px 0!important;}

input[type=submit] {
  width: 100%;
  background-color: #717171;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #ccc;
}

#foto_s{padding-top:50px!important;
padding-bottom: 5em}

#intro{width:70%;
    margin:0 auto;
margin-top: 30px;
margin-bottom: 50px}

#intro p{font-weight:300;}

strong{font-weight: 500!important;}
    
.title_page{
color:black !important;
text-align: center;
margin-bottom: 35px;
font-size: 2em}

#body{width:80%;
    margin:0 auto;}

#kader{width:60%;
    margin:0 auto;
background-color:grey;
    margin-bottom: 50px;
    margin-top:50px;
    padding:20px!important;
    
}

#danku {width:75%;
    background-color:grey;
        color:white;
    text-align: center;
margin:0 auto;
height:500px;}

.danku_logo img{padding-top:20px;}

#danku p{text-align: center;
color:white}

#introtekst p{width:60%;
text-align: center;
margin:0 auto;}

.interesse{width:60%;
    text-align: center;
    margin:0 auto;
    padding-top:50px;}

.boeken p, .interesse p, .reserveer p
{width:60%;
text-align: center;
margin: 0 auto;
font-weight: 500;}

#kader p{color:white;
font-size: 1.2em;
text-align: left}

#kader li{text-align: left;
color:white}

a{color:blue;!important}

fa{font-size:20px;}
.cbp-l-grid-mosaic-flat .cbp-caption-activeWrap{background-color:rgba(149, 165, 166, 0.50) !important;}

#info {width:60%;
margin: 0 auto;
margin-top: 50px;
margin-bottom: 50px;}



footer{width:100%;
    background-color:black;
margin-top:80px;
padding-bottom: }

footer table{color:white;}

.navbar{position:absolute!important;}

.navbar-light .navbar-toggler{background-color:white;}


/*----------------------------------4 kolom nummers ------------------------------*/



/*-------------------------------contact - kolommen----------------------------------------*/

#contact_tekst{margin:0 auto;
    text-align: center;
padding-bottom: 2em;
width:50%;}
    
#contact{margin-top:50px;}

#gegevens{margin-top:30px;
margin-bottom: 50px;
width:80%;
text-align: center;
margin:0 auto;

}
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
    padding:50px 0px 50px 0px;
    border:3px solid grey;
}

/*  COLUMN SETUP  */
.col_contact {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
    text-align: center
}
.col_contact:first-child { margin-left: 0; }

/*  GROUPING  */
.contact:before,
.contact:after { content:""; display:table; }
.contact:after { clear:both;}
.contact { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.contact_span_2_of_2 {
	width: 100%;
}
.contact_span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 700px) {
	.col_contact { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 700px) {
	.contact_span_2_of_2, .contact_span_1_of_2 { width: 100%; }
}


/*---------------------------------------banner image ------------------------------------*/

#banner_img{height:30em;
background-image: url(foto_s/banner_5.jpg);
background-repeat: no-repeat !important;
    background-size: cover;
  
}

#banner_img img{width:100%;
    height:auto;}



p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #6f6f6f;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}


.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}







#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

/* ---------------------------------------------------
  4 kolom nummers
----------------------------------------------------- */
/*  SECTIONS  */
.section nummers {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col_nummers {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col_nummers:first-child { margin-left: 0; }

/*  GROUPING  */
.nummers:before,
.nummers:after { content:""; display:table; }
.nummers:after { clear:both;}
.nummers { zoom:1; /* For IE 6/7 */ }
/*  GRID OF FOUR  */
.nummers_span_4_of_4 {
	width: 100%;
}
.nummers_span_3_of_4 {
	width: 74.6%;
}
.nummers_span_2_of_4 {
	width: 49.2%;
}
.nummers_span_1_of_4 {
	width: 23.8%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 700px) {
	.col_nummers {  margin: 1% 0 1% 0%; }
	.nummers_span_1_of_4, .nummers_span_2_of_4, .nummers_span_3_of_4, .nummers_span_4_of_4 { width: 100%; }
    
    
    
    
}



/*--------------------------footer kolommen-------------------*/

/*  SECTIONS  */
.gegevens {
	clear: both;
	padding: 0px;
	margin: 0px;
    text-align: center;
    
}

/*  COLUMN SETUP  */
.col_gegevens {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col_gegevens:first-child { margin-left: 0; }

/*  GROUPING  */
.gegevens:before,
.gegevens:after { content:""; display:table; }
.gegevens:after { clear:both;}
.geevens { zoom:1; /* For IE 6/7 */ }
/*  GRID OF THREE  */
.gegevens_span_3_of_3 { width: 100%; }
.gegevens_span_2_of_3 { width: 66.13%; }
.gegevens_span_1_of_3 { width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 700px) {
	.col_gegevens {  margin: 1% 0 1% 0%; }
	.gegevens_span_3_of_3, .gegevens_span_2_of_3, .gegevens_span_1_of_3 { width: 100%; }
}




/*---------------------------------- kolom 1 - facilities ------------------------------*/


/*  SECTIONS  */
.kolom_1 {
	clear: both;
	padding: 0px;
	margin: 0px;
    padding-bottom: 50px;
    width:80%;
    margin: 0 auto
}

.kolom_1 p{margin-top:20px;}

/*  COLUMN SETUP  */
.col_kolom_1 {
	display: block;
	float:left;
	margin: 1% 0 1% 10%;
}
.col_kolom_1:first-child { margin-left: 0; }

/*  GROUPING  */
.kolom_1:before,
.kolom_1:after { content:""; display:table; }
.kolom_1:after { clear:both;}
.kolom_1 { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.kolom_1_span_2_of_2 {
	width: 100%;
}
.kolom_1_span_1_of_2 {
	width: 45%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 700px) {
	.col_kolom_1 { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 700px) {
	.kolom_1_span_2_of_2, .kolom_1_span_1_of_2 { width: 100%; }
}


/*---------------------------------- kolom 2 - facilities ------------------------------*/


/*  SECTIONS  */
.kolom_2 {
	clear: both;
	padding: 0px;
	margin: 0px;
     width:80%;
    margin: 0 auto;
    padding-bottom:80px
}

.kolom_2 p{margin-top:20px;}

/*  COLUMN SETUP  */
.col_kolom_2 {
	display: block;
	float:left;
	margin: 1% 0 1% 10%;
}
.col_kolom_2:first-child { margin-left: 0; }

/*  GROUPING  */
.kolom_2:before,
.kolom_2:after { content:""; display:table; }
.kolom_2:after { clear:both;}
.kolom_2 { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.kolom_2_span_2_of_2 {
	width: 100%;
}
.kolom_2_span_1_of_2 {
	width: 45%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 700px) {
	.col_kolom_2 { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 700px) {
	.kolom_2_span_2_of_2, .kolom_2_span_1_of_2 { width: 100%; }
}



/*------------------------- responsive webdesign ---------------------------------*/



@media screen and (max-width: 1000px) and (min-width:350px) {
 header{height:450px;}
    
    
    

    
  }

@media screen and (max-width:900px) and (min-width:350px){
       h3{font-size:18px!important;
       margin-top:0px}
    
    
    .boeken p, .interesse p, .reserveer p{width:90%;
text-align: center;
margin: 0 auto;
font-weight: 500;
color:#1d7bd9}

.col{float:none!important;}

.span_1_of_4, .kantoren1_span_1_of_3, .vergaderzaal_span_1_of_2{width:100%;}

.span_1_of_2, .kantoren2_span_1_of_2{width:100%;}
    
    .col_kantoren1:first-child{margin-left:0}
        .col_kantoren2:first-child{margin-left:0}
    
    .col_kantoren1, .col_kantoren2{margin:0px!important;}

.titles{width:80%;
    text-align: center;
    margin:0 auto;
    top:40%;
    position:relative
}

#contact_tekst{width:80%;}

form{width:80%;}}



@media screen and (max-width: 780px) and (min-width:320px) {
    
    #info, #intro{width:90%!important;}
.titles h1{font-size:35px!important;}
    
 
    #kader{width:80%;}

}
    
 





