

* {
	box-sizing: border-box;
    text-align: justify;
}

body {
	margin: 0;
	font: 14px/24px 'Open Sans', sans;
	font-weight: 300;
}

.wrapper	{
	width: 100%;
	overflow: auto;
}

header	{
    height: 190px;
	padding:  40px 70px 0 70px;
	width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo   {
    width: 130px;
}

.logo img	{
	width: 100%;
}

nav a:link, nav a:visited, nav a:active {
    font: 20px/20px 'Open Sans', sans;
    font-weight: 300;
    text-decoration: none;
    color: #a29061;
    margin-right: 40px;
}

nav a:hover {
     color: #000;
}

nav a:last-child    {
    margin-right: 0;
}

.headPic	{
	width: 100%;
}

.headPic img	{
	width: 100%;
	display: block;
}

.headPicContact	{
	width: 100%;
    height: 40vw;
    background: url(images/griet.jpg) center center;
    background-size: cover;
}

.headPicContact img	{
	width: 100%;
    height: 40vw;
	display: block;
}






.contactForm    {
    float: left;
    width: 50%;
    margin: 60px 0 0 60px;
}

input[type=text] {
    width: 100%;
    padding: 8px;
    margin: 3px 0;
    border: 1px solid #000;
}

input[type=text]:focus, textarea:focus {
    background-color: #f2eddf;
}

textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
    margin: 3px 0;
    border: 1px solid #000;
}

input[type=button], input[type=submit] {
    border: 1px solid #000;
    background-color: #fff;
    padding: 16px 34px;
    margin: 2px 0;
    cursor: pointer;  
    color: #000;
    font: 14px/14px 'Open Sans', sans-serif;
}

input[type="submit"]    { 
    -webkit-appearance: none; 
}

input[type=button]:hover, input[type=submit]:hover {
    background-color: #f2eddf;
    color: #000;
}

.submit {
    border: 2px solid #3c6772;
    background-color: #fff;
    padding: 16px 34px;
    margin: 2px 0;
    cursor: pointer;  
    color: #000;
    font: 14px/14px 'Open Sans', sans-serif;
}

form    {
    margin-bottom: 50px;
}

form h3 {
    font: 14px/14px 'Open Sans', sans-serif;
    color: #000;
    margin: 0 0 3px 0;
}

.contactInfo    {
    float: left;
    width: 320px;
    margin: 70px 0 0 50px;
    //border: 1px solid black;
}

.fscLabel   {
    float: left;
}

.fscLabelTxt    {
    float: left;
}


.fscLabelImage  {
    width: 50px;
    float: left;
    margin: 0 0 0 30px;
}

.fscLabelImage img  {
    width: 100%;
}



strong	{
	font-weight: 400;
}

section	{
	background-color: #ececec;
	padding: 60px 70px 250px 5.5%;
}

figure	{
	width: 50%;
	margin: -190px 5.5% 0 0;
	float: right;
	padding-bottom: 10px;
}

figure img	{
	width: 100%;
}

blockquote	{
	margin: 20px 0 0 0;
}

article {
    width: 89.3%;
    margin: 0 auto 80px auto;
}

article blockquote  {
    width: 70%;
    margin: 0;
}

.pictures	{
	width: 89.3%;
	margin: 80px auto 60px auto;
	padding: 0 0 0 0;
	overflow: auto;
}

.pictures img:nth-child(1)	{
	width: 32%;
	float: left;
	margin-right: 1.5%;
}

.pictures img:nth-child(2)	{
	width: 32%;
	float: left;
	margin-right: 1.5%;
}

.pictures img:nth-child(3)	{
	width: 32%;
	float: left;
}

.blockbottom	{
	width: 50%;
	margin: 0 5.5% 80px 0;
	float: right;
	padding-bottom: 10px;
}

.blockbottom img	{
	width: 100%;
}

.openingsuren	{
	width: 100%;
	text-align: center;
	letter-spacing: 2px;
	font-weight: 400;
}

footer	{
    clear: both;
	min-height: 50px;
	background-color: #a29061;
	margin: 70px 0 0 0;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 1px;
}

footer a	{
	color:  #fff;
	text-decoration: none;
}

footer a:hover	{
	text-decoration: underline;
}

footer img	{
	width: 20px;
	margin-left: 5px;
	display: block;
}

footer a:nth-child(2)	{
	margin-left: 0;
}

.sm	{
	display: flex;
	margin: 0 0 0 10px;
}

a:link, a:visited, a:active {
    text-decoration: none;
    color: #000;
}

a:hover {
     color: #a29061;
}

footer a:link, footer a:visited, footer a:active {
    text-decoration: none;
    color: #fff;
}

footer a:hover {
     color: #000;
}

footer div br   {
    display: none;
}

em  {
    color: #727272;
}

.copy   {
    margin: 0 0 10px 20px;
    font-size: 10px;
}

.small  {
    font-size: 9px;
}


@media screen and (max-width: 900px) {
	
	footer	{
		font: 11px/12px 'Open Sans', sans;
	}
}




@media screen and (max-width: 840px) {
	
	header	{
        height: 120px;
        padding:  40px 0 0 20px;
        width: 100%;
    }
	
    .logo   {
        width: 100px;
    }
    
    nav a:link   {
        font: 18px/18px 'Open Sans', sans;
        font-weight: 300;
        margin-right: 20px;
    }
    
	section	{
		padding: 60px 20px 250px 20px;
	}
    
    figure blockquote   {
        padding: 60px 20px 0 0;
    }

	footer	{
		padding: 20px;
		font: 11px/21px 'Open Sans', sans;
		display: flex;
		flex-direction: column;
		text-align: center;
	}
    
    article	{
		width: 100%;
	}
    
    article blockquote	{
		width: 100%;
        padding: 0 20px 0 20px;
	}
	
	figure	{
		width: 100%;
		margin: -190px 0 0 0;
		padding-bottom: 10px;
	}
	
	blockquote	{
		margin: 0 0 0 20px;
	}
    
    .blockbottom	{
		width: 100%;
		margin: 0 0 80px 0;
		padding-bottom: 10px;
	}
    
    .blockbottom blockquote	{
		margin: 50px 20px 0 20px;
	}
	
	.sm	{
		margin: 10px 0 0 0;
	}
    
    footer div  {
        text-align: center;
    }
    
    footer div br   {
        display: block;
    }
    
    
    
    .contactForm    {
        width: 90%;
        margin: 40px 0 0 20px;
    }
    
    .contactInfo    {
        width: 320px;
        margin: 70px 0 0 20px;
    }



}
















