@charset "UTF-8";
/* --- FONTEN ---*/
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);
/* --- Alle types --*/

/* Default huisstijl kleuren */
body {font-family: 'PT Sans Narrow', sans-serif; line-height: 130%;; font-size: 16px;}
.wit {color: #ffffff}
.grijs {color:#888888}
.grijs a{text-decoration:none}
.oranje {color:#F28F3B}
.oranje_achtergrond {background:#F28F3B}
.oranje_achtergrond_transparant {background: rgba(242,143,59,0.8)}
.grijs_achtergrond {background:#eeeeee}
.content {min-height: 600px;}

/* Default hyperlinks */
a.breadcrum:hover{color:#F28F3B;text-decoration: underline;}

/* Algemene instellingen */
.main_logo{width: 120%;}
.titel {font-size: 36px; line-height: 110%}
.tussen_titel {font-size: 22px}
.small_font{font-size:1px;}
.center {text-align: center;}

H1, H2, H3, H4{
  font-style: normal;
  font-weight: normal;
}
H4 {
  color:#;
}

H5 {
 font-style: normal;
 font-weight: normal;
}
H6 {
  display:inline;
 font-style: normal;
 font-weight: normal;
}


/* menu */
#cssmenu {
  float:right;
  position: relative;
  height: 44px;
  background: #ffffff;
  width: auto;
  margin-top:35px;
}
#cssmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
#cssmenu > ul {
  position: relative;
  display: block;
  background: #ffffff;
  width: 100%;
  z-index: 500;
}
#cssmenu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;

}
#cssmenu ul li a {
  display: block;
  text-decoration: none;
}
#cssmenu > ul > li > a { /* Eerste level titel opmaak */
  font-size: 18px;
  padding: 15px 10px;
  color: #888888;
}
#cssmenu > ul > li:hover > a { /* Hover eerste */
  color: #F28F3B;
  text-decoration: underline;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 70px;
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
  border:#F28F3B solid 0.10em;
}
#cssmenu ul ul li {
  position: relative;
}
#cssmenu > ul > li:hover > ul {
  left: auto;
  top: 44px;
  opacity: 1;
}
#cssmenu ul ul li:hover > ul {
  left: 170px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul li:hover > ul {
  left: auto;
  right: 170px;
  top: 0;
  opacity: 1;
  padding-right: 5px;
}
#cssmenu ul ul li a { /* Erste level */
  width: auto;
  white-space:nowrap;
  /*border-bottom: 1px solid #F28F3B;*/
  padding: 7px 20px;
  font-size: 18px;
  color: #F28F3B;
  background: #ffffff;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
#cssmenu ul ul li:hover > a { /* Eerste level */
  background: #FCE4D4; /* oranje */
  color: #F28F3B;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul::after {
  content: url('../images/menu_arrow.png');
  color:#F28F3B;
  border: 6px solid transparent;
  width: 10px;
  height: 0;
  border-bottom-color: #ffffff;
  position: absolute;
  top: -19px;
  left: 10px;
}



header {height: 120px; /*padding-top:30px;*/}
.footer {
	background:#F28F3B;
	height:350px;
	width: 100%;
	margin-top:50px;
	bottom:0;
	padding-top: 50px;
	color:#ffffff;
	font-size: 16px;
	line-height: 150%;
}
.footer2 {
	width: 100%;
	margin-top:50px;
}
.footer2_oranje{
	height:320px;
	padding:30px;
}
.footer2_grijs{
	height:320px;
	padding:30px;
}
.footer2_titel{
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: underline
}

.footer_left, .footer_left a{
	color:#FFFFFF;
}
.footer_rechts, .footer_rechts a{
	color:#888888;
		text-decoration: none;

}


/* Contact formulieren */
input[type="text"],input[type="email"]  {
	width: 45%;
	height: 25px;
	margin-bottom: 15px;
	margin-right: 10px;
	margin-top:15px;
	color: #888888;
	border:0px;
	padding:5px;
}
input[type="button"],input[type="submit"]  {
	width: auto;
	height: 25px;
	padding: 5px 20px 10px 20px;
	border:0px;
	border-radius: 0px;
	background-color: #ffc096;
	color:#ffffff;
}
textarea {
	width: 93%;
	height: 80px;
	margin-bottom: 15px;
	border:0px;
	margin-right: 10px;
	color: #888888;
	padding:5px;
}

/* Home */
.banner {height: 435px; margin-bottom: 50px}
.img_banner {height: 435px; width: 100%; }
.slogan {margin-top:-250px}
.main_titel {font-size: 46px; line-height: 130%;}

.kolom3{
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 10px; /* Chrome, Safari, Opera */
    -moz-column-gap: 10px; /* Firefox */
    column-gap: 10px;
}
.team_img{
 	width: 142px;
 	height: 142px;
 	border-radius: 70px;
 	display: block;
 	margin-left: auto;
 	margin-right: auto;
}


/* Info & Events */
.kolom2{
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
}
.event_info {
	margin-top:-5px;
	margin-bottom: 30px;
	height: 120px;
	padding:10px;
}
.event_lijn{
    border: 0;
    height: 1px;
    background: #ffffff;
}
tr.row1 td{
	color:#888888;
	height: 20px;
	padding:10px;
}
tr.row2 td{
	color:#888888;
	height: 20px;
	background-color: #efefef;
	padding:10px;
}

/* Contact_us */
.contact_bg {
	background: url("../images/p_contact/55a2a2c0cb33d24.png") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top:100px;
}

.contact_box {
  width: 450px ;
  height: 450px;
  padding: 30px;
  margin-left: auto ;
  margin-right: auto ;
}

.social_logo a{
	color:#FFFFFF;
}

/* Appartementen groep overzicht */
.appartement_div {
	float: left;
	width: 30%;
	margin-right:20px;
	height: 250px;
	border: #F28F3B 0.13em solid;
	margin-bottom: 35px;
}
.appartement_div_img {
	width: 100%;
	height: 180px;
}
.appartement_div_detail {
	position: relative;
	right:-33%;
	width: 30%;
	height: 25px;
	border: #F28F3B 0.13em solid;
	background-color: #ffffff;
	padding-top:5px;
	top: 15px;
}
.appartement_div_detail a {
	color: inherit !important;
	text-decoration: none;
}
.appartement_titel {
	margin-top: -7px;
}


/* Appartement detail */
/* hou de apartement text google map & fotoslider onderaan uitgelijnd */
#main-content{
	position: relative;
    min-height: 400px;
}
#map-canvas {
	height: 250px;
	position: absolute;
	bottom: 0px;
	width: 38%;

}
.content-right{
	position: absolute;
	bottom: 0px;
	right:0;

}
/* end */
.tag {
	height: 45px;
	float: left;
	padding: 15px;
	text-align: center;
	margin-bottom:10px;
}
.tag__default{
	width: 80px;
}
.tag__location {
		width: auto;
}

.tag_tekst {
	font-size: 14px;
}
.btn_add_review {
	display:inline-block;
	padding:5px;
	width: auto;
	height: 25px;
	color:#ffffff;
	background-color: #ffc096;
	cursor: pointer; cursor: hand;
}


/* #### Tablets Portrait #### */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* DEFAULT Tablets Portrait*/
 #cssmenu {
  margin-top:20px;
 }
}

/* #### Tablets Landscape #### */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {
 /* DEFAULT */
 #cssmenu {
  margin-top:38px;
 }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles menu & logo */
 .main_logo{width: 100%;}

 #cssmenu {margin-top:0px;}
 #cssmenu > ul {
  position: relative;
  display: block;
  background: #ffffff;
  width: 100%;
  z-index: 500;
	}
 #cssmenu > ul > li > a { /* Eerste level titel opmaak */
  font-size: 15px;
  padding: 10px 2px;
  color: #888888;
 }
 
 
 /* appartements */
 .appartement_div a {font-size: 12px;}
 .tussen_titel {font-size: 16px;}
 .appartement_div {	width: 45%; margin-right:15px; }
 
  #map-canvas {position:relative;height:250px; margin-bottom:20px; width:93%;}

}

/* #### Desktops #### */
@media screen and (min-width: 1025px){
  /*  DEFAULT */
}