@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {

}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		6;
	dw-num-cols-desktop:	8;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/*Page CSS*/

@font-face {
    font-family:OpenSans-Regular;
	src:url(Fonts/Alegrey/AlegreyaSans-Regular.otf);

}
@font-face {
    font-family:OpenSans-Bold;
	src:url(Fonts/Alegrey/AlegreyaSans-Bold.otf);
}

@font-face {
    font-family:OpenSans-Semibold;
	src:url(Fonts/Alegrey/AlegreyaSans-Medium.otf);
}

@font-face {
    font-family:OpenSans-Light;
	src:url(Fonts/Alegrey/AlegreyaSans-Light.otf);
}



/* Extra small devices (phones, 600px and down) */
@media only screen and (min-width: 0px)
{


a:link {
	color: #f7a944;
	text-decoration:none;
	font-family:OpenSans-Semibold;
	letter-spacing:.1em;
}

a:hover {
	font-family:OpenSans-Bold;
	color: #FFF;
	text-decoration:none;
	font-variant:small-caps;
}  /* mouse over link */

a:active {
	color: #f7a944;
	text-decoration:none;
}  

/* selected link */
a:visited {
	color: #f7a944;
	text-decoration: none;
}  

.SocialImg{
	border: none;
	margin: 0px;
	width: 32px;
	height: 32px;
	margin-top: 5px;
	margin-left: 5px;
	float: right;
	margin-right: 5px;
}

h2.ContactText
{
	font-family: OpenSans-SemiBold;
	font-style: normal;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	letter-spacing: 1px;
	color: #FFF;
}

hr{
	text-decoration: none;
	color: #FFFFFF;
	border-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 40px;
}

hr .welkom{
	text-decoration: none;
	color: #FFF;
	border-color: #FFF;
}

hr.info{
	border-color: #f7a944;
	border-width: 1px;
	margin-top: 15px;
	padding-bottom: -10px;
	border-style: solid;
}

ul#welkom li
{
	font-size: 1.5em;
	display: inline-block;
	font-family: OpenSans-Regular;
}

ul.CenterUL {
  display:inline-block;
  margin-left:-25px;
}

p
{
	font-family: OpenSans-Regular;
	font-size: 1.5em;
	line-height: 2em;
	color: #333333;
	letter-spacing: 0.025em;
}

p#welkom
{
	font-family: OpenSans-Regular;
	font-size: 1.75em;
	line-height: 2em;
	color: #FFFFFF;
	letter-spacing: 0.025em;
}

p.center
{
	text-align:center;
}
p.black
{
	color: #000;
}

.Trademark
{
	font-size:22px;
}

.IconContainer
{
	width:120px;
	height:120px;
	background-color:#fff;
	border-radius:22px;
}

.dot {
  height:10px;
  width:10px;
  margin-left:5px;
  margin-right:5px;
  background-color: #6FB144;
  border-radius: 20%;
  display: inline-block;
}

p.contact
{
	line-height: 25px;
	padding: 0px;
	margin: 0px;
}

.ContactImg
{
	vertical-align: middle;
	padding: 2px;
}

.Icon
{
	alignment-baseline: central;
	margin-bottom: auto;
	margin-top: auto;
	width: 94px;
	height: auto;
	clear: both;

}

#ContactBar
{
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 25px;
	border-radius: 15px;
}

#ContactBarTop
{
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	background-color: #2e607f;
	margin-top: 25px;
	border-radius: 15px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}


h1
{
	font-family: OpenSans-Bold;
	font-style: normal;
	font-size: 2.5em;
	font-weight: bold;
	padding: 0px;
	padding-top: 0px;
	margin: 0px;
	color: #FFFFFF;
	margin-bottom: -20px;
}

h1.Name
{
	font-family: OpenSans-Bold;
	font-style: normal;
	font-size: 3.75em;
	font-weight: bold;
	padding: 0px;
	padding-top: 0px;
	margin-top:-15px;
	color: #FFFFFF;
	margin-bottom: -20px;
	letter-spacing:2px;
}

h2
{
	font-family: OpenSans-Bold;
	font-size: 2.5em;
	padding-top: 0px;
	text-align: inherit;
	margin-bottom: -10px;
	margin-top: 0px;
	color: #2e607f;
	letter-spacing: 1px;
	
}

h3
{
	font-family: OpenSans-Light;
	font-style: oblique;
	font-size: 2.5em;
	text-align: center;
	color: #0099FF;
}


body
{
	background-color:#ccc;
	margin-top:0px;
	font:normal 72.5%/1.5 Helvetica, Arial, sans-serif;
	letter-spacing:0;
	color:#333;
	padding:0px;

}

#wrapper
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #2e607f;
	border-radius: 22px;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	}

.Logo
{
	height: auto;
	max-width: 300px;
	width: 100%;
}

#ContactContainer
{
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
	padding-top: 0px;
	height: 60px;
	max-width: 360px;
	width: 80%;
	min-width: 320px;
}

#ContactBox
{
	width: 158px;
	height: 45px;
	border-radius: 8px;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	background-color: #eb950f;
	display:flex;
	justify-content: center;
	align-items: center;
}

#ContactBox:hover
{
   background-color:#ec781b;
}

#ContactBox.Left
{
	float:left;
}

#ContactBox.Right
{
	float:right;
}

#ContactBox.Center
{
	margin-left:auto;
	margin-right:auto;
}

.fancybox-custom .fancybox-skin 
{
			box-shadow: 0 0 50px #222;
		}

#InfoContainer
{
	width: 95%;
	border-radius: 22px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background-color: #FFF;
	padding-top: 15px;
	padding-bottom: 15px;
}

#Info
{
	height: inherit;
	border-radius: 22px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 50px;
	display: block;
	width: 95%;
	border-color: #FFF;
	border-width: 0px;
	border-style: solid;
	background-color: #FFF;
}


.InfoLeft
{
	width: 90%;;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:25px;
	height:150px;
	border-radius: 22px;
	background-color: #fff;
	display: block;
	clear: both;
	padding: 0px;
}

#InfoRight
{
	width: 90%;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	clear: both;
	display: block;
	border-radius: 22px;
	padding: 0px;
}

.InfoLeftImage
{
	margin-top:auto;
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	width:90%;
	height:auto;
	display:block;
	overflow:hidden;
	border-radius: 22px;
}

#Consulting
{
	background-image: url(images/Consulting2.jpg);
	background-position: center;
	background-size: cover;
}

#Venture
{
	background-image: url(images/Startup.jpg);
	background-position: bottom;
	background-size: cover;
}

#RealEstate
{
	background-image:url(images/RealEstate.jpg);
	background-position:left;
	background-size:cover;
}

#logo
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	z-index: 100;
	width: 90%;
	text-align: center;
	padding-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}



.anker
{
	width:15px;
	height:15px;
}


	
.header
{
	background-image:url(images/headers/Header_01.PNG);
	background-position:center;
	}
	
#HeaderImage
{
	margin-top:0px;
	width:100%;
	visibility:hidden;
}

.random-image
{
	width: 100%;
	height: 0px;
	visibility:hidden;
}

#menucontainer 
{
	height: 90px;
	width: 100%;
	height: auto;
	border-radius: 0px;
	margin: 0;
	}
	
.Menu
{
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;


	width: 10s0%;
	height: auto;
	max-width: 450px;
}

.MenuItem
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	margin-right:10px;
	height:auto;
	text-align:center;
	}



#InfoBox
{
	width: 75%;
	background-color: #6FB144;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 10px;
}

.icon
{
	padding-bottom: 5px;
}


.Welkom
{
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	clear: both;
	margin-bottom: 50px;
}

.projecten
{
	height: auto;
	width: 90%;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	text-align: center;
}

.ProjectImage
{
	width:96px;
	height:96px;
	float:left;
	padding:10px;
}

#curator-feed-default-feed-layout .crt-post-text
{
	font-size:15px;
	line-height:1.75em;
}

#curator-feed-default-feed-layout .crt-carousel-stage
{
	max-height:500px;
}

#curator-feed-default-feed-layout .crt-panel-next
{
	width:35px;
	height:35px;
	background-color:#6FB144;
}

#curator-feed-default-feed-layout .crt-panel-prev
{
	width:35px;
	height:35px;
	background-color:#6FB144;
}



.contact
{
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	margin-bottom: 20px;
	text-align: center;
	border-bottom-left-radius: 22px;
	border-bottom-right-radius: 22px;
	margin-top: 22px;

}
.adres
{
	width: 90%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	}

.footer
{
	width: 95%;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 10px;
	line-height: 25px;
	color: #231f20;
	vertical-align: middle;
	margin-top: 10px;
	}

.mapouter
{
	
}

#gmap_canvas
{
	width:100%;
	height:400px;
	margin-left:auto;
	margin-right:auto;
	
}

.carousel
{
}

#informatie
{
	margin-left:auto;
	margin-right:auto;
	width:auto;
	height:auto;
}

#projecten
{
	margin-left:auto;
	margin-right:auto;
	width:auto;
	height:auto;
}

#contact
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
	clear: both;
}

#carousel ul {
	list-style: none;
	width:1345px;
	margin: 0;
	padding: 0;
	position:relative;
	float:left;
	border:none;
}
#carousel li {
	display:inline;
	list-style: none;
	border:none;

}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	
#wrapper
{
	width:85%;
	}

.Welkom
{
	width: 80%;
}

#InfoBox
{
	width:35%;
	text-align: center;
	padding:10px;
}


.projecten
{
	height: auto;
	width: 90%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	clear:both;
}
	
hr{
	border:none;
}

hr.welkom{
	border-top: 1px solid;
	text-decoration: none;
	border-color: #2F1C1D;
}

#InfoContainer
{
	width: 95%;
	border-radius: 22px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background-color: #FFF;
	padding-top: 15px;
	padding-bottom: 15px;
}

#Info
{
	height: inherit;
	border-radius: 22px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 50px;
	display: flex;
	width: 95%;
	border-color: #FFF;
	border-width: 0px;
	border-style: solid;
	background-color: #FFF;
}


.InfoLeft
{
	width: 32%;
	height:auto;
	margin: 15px;
	float: left;
	border-radius: 22px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	padding:5px;
}

#InfoRight
{
	width: 60%;
	height: auto;
	margin: 10px;
	clear: right;
	float: right;
	display: block;
	border-radius: 22px;
	padding: 5px;
}

.InfoLeftImage
{
	margin-top:auto;
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	width:90%;
	height:auto;
	display:block;
	overflow:hidden;
	border-radius: 22px;
}

#Consulting
{
	background-image:url(images/Consulting2.jpg);
	background-position:left;
	background-size:cover;
}

#Venture
{
	background-image:url(images/Startup.jpg);
	background-position:left;
	background-size:cover;
}

#RealEstate
{
	background-image:url(images/RealEstate.jpg);
	background-position:left;
	background-size:cover;
}

.Icon
{
	width:128px;
	height:auto;
	clear:both;
}

}

/* Large devices (laptops/desktops, 1024px and up) */
@media only screen and (min-width: 1280px) {
	
#wrapper
{
	width:68%;
	max-width:1080px;
	}
	
.Welkom
{
	width: 75%;
}

#InfoContainer
{
	width: 95%;
	border-radius: 22px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background-color: #FFF;
	padding-top: 15px;
	padding-bottom: 15px;
}

#Info
{
	height: inherit;
	border-radius: 22px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 50px;
	display: flex;
	width: 95%;
	border-color: #FFF;
	border-width: 0px;
	border-style: solid;
	background-color: #FFF;
}


#InfoRight
{
	width: 62%;
	height: auto;
	margin: 10px;
	clear: right;
	float: right;
	display: block;
	border-radius: 22px;
	padding: 0px;
}

.InfoLeftImage
{
	margin-top:auto;
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	width:90%;
	height:auto;
	display:block;
	overflow:hidden;
	border-radius: 22px;
}

#Venture
{
	background-image:url(images/Startup.jpg);
	background-position:left;
	background-size:cover;
}

#RealEstate
{
	background-image:url(images/RealEstate.jpg);
	background-position:left;
	background-size:cover;
}

.projecten
{
	height: auto;
	width: 90%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	clear:both;
}

hr{
	border:none;
}

.Icon
{
	width:120px;
	height:auto;
	margin-top:0px;
	text-align:center;
}

.Menu
{
	max-width:600px;
}

.MenuItem
{
	font-size:18px;
	text-align:center;
	}

}
