/* 
 ----------------------------- ***      *** ------------------------------
  ---------------------------- *****   ***** -----------------------------
  ---------------------------- ************* -----------------------------
   ----------------------------************* ----------------------------
    ----------------------------***********  ----------------------------
     ----------------------------********* ----------------------------
      ----------------------------******* ----------------------------
       ---------------------------- *** ----------------------------
        ---------------------------- * ---------------------------- 
Lichtgroen #f2dac7
off-white #f2dac7
donkergroen #892457
#f2dac7

donkerrood #892457
turkoise #82cfcb
zacht-roze #f2dac7
#fef0e4
#e6dbce

*/
/* ------------------------------------- RESET ---------------  */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	-webkit-font-smoothing: antialiased;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------------------------------------- FIXES ---------------  */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
.clear {
	clear: both;
}

::-moz-selection {
	background: #82cfcb;
	color: #0C1C2F;
}
::selection {
	background: #82cfcb;
	color: #0C1C2F;
}

/* ------------------------------------- FONTS ---------------  */
@font-face {
    font-family: 'menschmensch_regular';
    src: url('webfontkit-20150112-082753/mensch-webfont.eot');
    src: url('webfontkit-20150112-082753/mensch-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfontkit-20150112-082753/mensch-webfont.woff2') format('woff2'),
         url('webfontkit-20150112-082753/mensch-webfont.woff') format('woff'),
         url('webfontkit-20150112-082753/mensch-webfont.ttf') format('truetype'),
         url('webfontkit-20150112-082753/mensch-webfont.svg#menschmensch_regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'menschmensch_thin';
    src: url('webfontkit-20150112-082753/mensch-thin-wf-webfont.eot');
    src: url('webfontkit-20150112-082753/mensch-thin-wf-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfontkit-20150112-082753/mensch-thin-wf-webfont.woff2') format('woff2'),
         url('webfontkit-20150112-082753/mensch-thin-wf-webfont.woff') format('woff'),
         url('webfontkit-20150112-082753/mensch-thin-wf-webfont.ttf') format('truetype'),
         url('webfontkit-20150112-082753/mensch-thin-wf-webfont.svg#menschmensch_thin') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'menschmensch_bold';
    src: url('webfontkit-20150112-082753/mensch-bold-webfont.eot');
    src: url('webfontkit-20150112-082753/mensch-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfontkit-20150112-082753/mensch-bold-webfont.woff2') format('woff2'),
         url('webfontkit-20150112-082753/mensch-bold-webfont.woff') format('woff'),
         url('webfontkit-20150112-082753/mensch-bold-webfont.ttf') format('truetype'),
         url('webfontkit-20150112-082753/mensch-bold-webfont.svg#menschmensch_bold') format('svg');
    font-weight: normal;
    font-style: normal;

}
	 
	

/* ------------------------------------- TYPOGRAPHY ---------------  */

body {
	
	color: #4f2b3e;
	font-size: 2em;
	line-height: 1.4;
	position: relative;
	text-align: center;
}
h1 {
	font-family: "menschmensch_regular";
	font-size: 2em;
	color: #892457;
	text-align: center;
}



footer h4 {
	font-family: "menschmensch_regular";
	font-size: 1.1em;
	color: #f2dac7;
	text-transform: uppercase;
	text-align:center;
	line-height: 2.2;
	
}

h2, h3 {
	font-family: "menschmensch_regular";
font-size: 2em;
	color: #f2dac7;
	text-transform: uppercase;
	line-height: 1.3;
}



h4, h5{
	font-family: "menschmensch_regular";
	font-size: 1.1em;
	color: #82cfcb;
	text-transform: uppercase;
	text-align:center;
	line-height: 2.2;
}

h6 {
	font-family: "menschmensch_regular";
	font-size: .7em;
	color: #82cfcb;
	text-transform: uppercase;
	text-align:center;
	line-height: 2;
}
h4 a, h5 a, h6 a {
	color:  #4f2b3e;
	text-decoration: none;
}
h4 a:hover, h5 a:hover, h6 a:hover   {
	color: #FFFFFF;
}


p {
	font-family:"Meriwheater";
	color: #4f2b3e;
	font-size: .8em;
	line-height: 1.6;
	margin-bottom: 15px;
}

p a {
	color: #fef0e4;
	text-decoration: none;
	background-color: #82cfcb;
	}

p a:hover {
	color:  #fef0e4;
	text-decoration: none;
	background-color: #892457;
	}
	
	
	footer p {
	font-family: "Meriwheater";
	color:#f2dac7;
	font-size: 15px;
	line-height: 2.1;
	margin-bottom: 15px;
}


footer p a {
	color: #f2dac7;
	text-decoration: none;
	background-color: transparent;
	 border-bottom: solid #f2dac7;
    
      padding-bottom: 3px;
	}

footer p a:hover {
	color: #f2dac7;
	text-decoration: none;
	background-color: transparent;
	border-bottom: double #f2dac7;
     padding-bottom: 3px;
	}
		
.center-text {
	text-align: center;
}
a {
	color: #82cfcb;
}
a:hover {
	color: #82cfcb;
}


/* ------------------------------------- GRID ---------------  */

.full-margin,
.col-one-of-two,
.col-one-of-three {
	margin: 0px 2% 30px;	
}
.col-one-of-two {
	width: 46%;
	float: left;
	
}

.maand {
	background-color: #fff;}


.address a{
	color: #f2dac7; }
	

.col-one-of-three {
	width: 29.33%;
	float: left;
	margin-top: 30px;
}

.textbox .inner-half-one h3, .textbox .inner-half-one h4 {
	text-align: left;
}
.inner-half-two {
	float: left;
	width: 44%;
	padding-left: 7%;
	background: url('#') top left repeat-y;
	text-align: left;
}
.image-respond img {
	max-width: 100%;
}
.image-center {
	display: block;
	margin: 0 auto;
}
.single-centered-col {
	clear: both;
	float: none;
	margin: 0 auto;
}
.max-width-700 {
	max-width: 700px;
	margin: 0 auto;
}

/* ------------------------------------- ELEMENTS ---------------  */

/* General */
html, body {
	background: #fef0e4;
}
.m-show {
	display: none;
}
.overflow-wrap {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.canvas {
	margin: 20px;
}


header .inner {
	padding: 80px 0px 50px 0px;
}

/* Header and navigation */
nav {
	position: relative;
	margin: 0 auto;
	padding-bottom: 10px;
}
.nav-inner {
	position: relative;
	top: 5px;
	left: -7px;
	width: 100%;
	padding: 0px 6px;
	overflow: hidden;
}
.nav-inner ul li {
	display: inline-block;
	height: 40px;
	margin: 0px 14px;
}
.nav-inner a {
	font-family: "menschmensch_bold";
	display: inline-block;
	height: 18px;
	padding: 11px 0px;
	font-size: 22px;
	text-decoration: none;
	color: #9f1f56;
	letter-spacing: .1em;
	
}
.nav-inner li.current-menu-item a {
	color: #f2dac7;
	 display: inline;
      padding-bottom: 3px;
	  background-color:#82cfcb;
	
}

.nav-inner  a:hover {
	color: #f2dac7;
background-color:#82cfcb;
	
}

.nav-left {
	display: block;
	float: left;
	margin-left: 30px;
	overflow: hidden;
}
.nav-right {
	display: block;
	float: right;
	margin-right: 30px;
	overflow: hidden;
}
.logo {
	display: block;
	position: absolute;
	left: 50%;
	top: 57px;
	margin: -60px 0px 0px -180px;
	width: 320px;
	height: 220px;
	background: url('img/buurtsalon-jeltje-logo@2x.gif') top center no-repeat;
	text-indent: -999px;
	overflow: hidden;
	z-index: 2;
}



/* -- dark nav --*/

.dark-center {
	font-size:1.4em;
	color: #0c1c2f;
	text-align:center;}

	
	.dark-center a {
	color: #0c1c2f;
	text-decoration:none;
	 }
		.dark-center a:hover {
	color: #c4b170;
	text-decoration: none;
	} 
	
.dark, .dark a {
	color: #0c1c2f;
	
	} 
	
.dark a:hover {
	color: #fff;
	} 

.current-menu-item-dark a {
	color: #0c1c2f;
	 border-bottom: double;
      display: inline;
      padding-bottom: 3px; 
}

.current-menu-item-dark a:hover {
	color: #0c1c2f;
	 border-bottom: double;
      display: inline;
      padding-bottom: 3px; 
}



/*-- img --*/


.full-width-image {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.full-width-image-wrap {
	width: 100%;
	max-width: 1600px;
	position: relative;
	margin: 0 auto;
}
.center-over-image {
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	max-width: 1020px;
	padding: 0px;
}
.center-over-image h1 {
  margin-top: 5%;
}

/* -------------------------- FOOTER --------------------  */
footer {
	overflow: hidden;
	background-color: #892457;
	margin-left: 20px;
	margin-right: 20px;
}
footer .inner-wrap {
	margin: 30px 20px 60px;
}
footer p {
	margin-bottom: 15px;
	font-size: .8em;
}
.logo-footer {
	margin-top: 30px;
}
footer h4 {
	margin-bottom: 4px;
}
span.copyright {
	font-size: 11px;
	text-transform: uppercase;
	color: #f2dac7;
}
span.copyright a{
	font-size: 11px;
	text-transform: uppercase;
	color: #f2dac7;
	text-decoration:none;
}

span.copyright a:hover {
	font-size: 11px;
	text-transform: uppercase;
	color: #c4b170;
	text-decoration:none;
}

.footer-links {
	width: 96%;
	margin: 0% 2%;
	text-align: center;
	clear: both;
}
.footer-links p {
	line-height: 2em;
	margin-bottom: 0px;
	
}
.footer-links a {
	text-decoration: none;
	margin: 0px 10px;
	color: #f2edf2;
	background-color: transparent;
}





/* --------------- BASIS ELEMENTEN  --------------- */



.inner-wrap {
	margin: 80px 20px;
	overflow: hidden;
	
}
.inner-wrap-no-margin-y,
header .inner-wrap {
	margin: 0px 20px;
	overflow: hidden;
}
.inner {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.centered-header-large {
	max-width: 600px;
	margin: 100px auto 170px;
}
.double-rule-bottom {
	padding-bottom: 26px;
	margin-bottom: 20px;
	margin-top: 10px;
	position: relative;
	border-bottom: 1px dotted #c4b170;
}
.double-rule-bottom:after {
	content: '';
	position: absolute;
	display: block;
	height: 1px;
	width: 100%;
	bottom: 5px;
	border-bottom: 1px dotted #c4b170;
}
.icons-jeltje img {
	max-width: 100%;
}

.one-col-text {
	margin: 0px 30px 0px;	
	-moz-column-count: 1;
	-moz-column-gap: 20px;
	-webkit-column-count: 1;
	-webkit-column-gap: 20px;
	column-count: 1;
	
}

.one-col-text p {
	margin-bottom: 21px;
	
	
}

.two-col-text {
	margin: 20px 30px 0px;	
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}
.two-col-text p {
	margin-bottom: 21px;
}

/* Section dividers */
.section-divider-a { background:url('img/section_figuren.png') no-repeat;
	
}
.section-divider-b {
	background:url('img/buurtsalon-jeltje2.png') no-repeat;
}

.section-divider-c {
	background:url('img/section_gebouw-helmerstraat1.png') no-repeat;
	
}

.section-divider-d {
	background:url('img/section_gebouw-helmerstraat.jpg') no-repeat;
}

.section-divider-e {
	background-image: none;
}

.section-divider-a,
.section-divider-b,
.section-divider-c,
.section-divider-d
{
	width: 100%;
	background-size: cover;
	background-attachment: fixed;
	background-position: 0px -200px;
	
}

.section-divider-e
{
	width: 100%;
	background-size: cover;
	margin: 0 auto;
	height: 100%; 
	
}


.section-divider-a .section-divider-inner,
.section-divider-b .section-divider-inner,
.section-divider-c .section-divider-inner,
.section-divider-d .section-divider-inner
{
	width: 100%;
	
	margin: 0 auto;
}

.section-divider-e .section-divider-inner
{
	width: 100%;
	

}

.section-divider-inner {
	padding: 150px 0px;
	text-align: center;
	color: #892457;
}
.section-divider-inner-foto {
	padding: 350px 0px;
	text-align: center;
	color: #892457;
}



.large-h2  {
	padding: 200px 0px;
	
}



/* per pagina -----------  */
/* ---------------------------   HOME  ------------------------ */

.home-button {
	position: relative;
	overflow: visible;
	margin-bottom: 60px;
}

.background-image-home{
	background-color:#f2dac7;
background-size: cover;

}


/* margins-----------------  */
.mtop20 { margin-top: 20px; }
.mtop30 { margin-top: 30px; }
.mtop50 { margin-top: 50px; }
.mtop80 { margin-top: 80px; }
.mbot20 { margin-bottom: 20px; }
.mbot30 { margin-bottom: 30px; }
.mbot50 { margin-bottom: 50px; }
.mbot80 { margin-bottom: 80px; }


/* RETINA ------------------  */
@media (min--moz-device-pixel-ratio: 1.5),
       (-o-min-device-pixel-ratio: 3/2),
       (-webkit-min-device-pixel-ratio: 1.5),
       (min-device-pixel-ratio: 1.5),
       (min-resolution: 144dpi),
       (min-resolution: 1.5dppx) {
	.logo {
		background: url('img/buurtsalon-jeltje-logo.gif') top center no-repeat;
		background-size: cover;
	}
}

/* TABLETS -----------------  */
/* Landscape */

@media only screen 
and (max-width : 1060px) {

	body {
		-webkit-text-size-adjust: none;
	}
	.titel-text h1, .large-h1 h1 {
		padding-top: 0px;
		font-size: 5em;
	}
	h2 {
		font-size: 2em;
	}
	.inner-wrap-no-margin-y,
	header .inner-wrap {
		margin: 0px 20px;
	}
	.logo {
		top: 50px;
		background-image:url('img/buurtsalon-jeltje-logo.gif');
	}
	
	header .inner {
		padding: 210px 0px 0px 0px;
	}
	.nav-inner {
		text-align: center;
	}
	.menu-main-nav-left-container,
	.menu-main-nav-right-container {
		display: inline;
	}
	.inner-wrap {
		margin: 50px 20px;
	}
	.header-margin {
		margin: 0px 80px 30px;
	}
	.nav-left {
		position: static;
		display: inline;
		float: none;
		margin: 0;
	}
	.nav-right {
		position: static;
		display: inline;
		float: none;
		margin: 0;
	}
	.inner-half-one {
		float: none;
		width: 100%;
		margin: 0;
	}
	.inner-half-two {
		float: none;
		width: 100%;
		padding: 0px;
		margin: 0;
		background: none;
	}
	
	.home-button {
		margin-top: 50px;
		margin-bottom: 40px;
	}
		
	.section-divider-a,
	.section-divider-b,
	 {
		background-size: cover;
		background-attachment: scroll;
	}
	
	.home .titel-text {
  	margin-top: 80px;
	}
	
  .center-over-image h1 {
		margin-top: 5%;
	}	
	.mtop20 { margin-top: 20px; }
	.mtop30 { margin-top: 30px; }
	.mtop50 { margin-top: 40px; }
	.mtop80 { margin-top: 40px; }
	.mbot20 { margin-bottom: 20px; }
	.mbot30 { margin-bottom: 30px; }
	.mbot50 { margin-bottom: 50px; }
	.mbot80 { margin-bottom: 80px; }
	
}

/* Portrait */

@media only screen 
and (max-width : 880px) {
	
	.center-over-image h1 {
		font-size: 3em;
	}
	.large-h1 h1 {
		font-size: 4.5em;
	}
	h3 {
		font-size: 1.5em;
	}
	h4 {
		font-size: 1em;
	}
	

	.nav-inner ul li {
		margin: 0px 8px;
		
	}
	footer .inner-wrap {
		margin: 20px 20px 30px;
	}
	
	.footer-links {
		margin-top: 40px;
	}
	.footer-links p a {
		margin-top: 40px;
		text-decoration:none;
		background-color: transparent;
	}
	
	.footer-links p a:hover {
		margin-top: 40px;
		text-decoration:none;
		background-color: transparent;
	color:#c4b170;
		
	}

	.mtop20 { margin-top: 20px; }
	.mtop30 { margin-top: 30px; }
	.mtop50 { margin-top: 30px; }
	.mtop80 { margin-top: 40px; }
	.mbot20 { margin-bottom: 20px; }
	.mbot30 { margin-bottom: 30px; }
	.mbot50 { margin-bottom: 50px; }
	.mbot80 { margin-bottom: 80px; }

}

/* -------------------------  */
/* PHONES ------------------  */
/* -------------------------  */
/* Landscape */

@media only screen 
and (max-width : 660px) {

	.m-hide {
		display: none;
	}
	.section-divider-a,
	.section-divider-b {
		display: none;
	}
	.large-h1 h1 {
		font-size: 3em;
	}
	.two-col-text {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
		margin: 20px 0px 0px 0px;	
	}
	
	.one-col-text {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
		margin: 20px 0px -20px 0px;	}
	
	.m-show {
		display: block;
	}
	.canvas {
		margin: 15px;
	}
	
	header .inner {
		padding: 210px 0px 0px 0px;
	}
	header .full-margin {
		margin-bottom: 0px;
	}
	.nav-inner {
		padding: 8px 6px;
	
	}
	.nav-inner ul li {
		margin: 0px 8px;
		height: 30px;
	}
	.nav-inner a {
		padding: 6px 0px;
		
	}
	

	
		
	.background-image-home  {
		background-color: #0c1c2f; 
		background-image: none; 
		margin: 0 5px -15px;
		}
		
	
	.full-margin,
	.col-one-of-two,
	.col-one-of-three {
		margin: 0px 3% 30px;
	}
	
	.col-one-of-two.wekelijks {
	background-color:
	#e6dbce;
	}

	
	.col-one-of-two {
		width: 94%;
		float: none;
	}
	.col-one-of-three {
		width: 94%;
		float: none;
	}
	footer .col-one-of-three {
		margin-top: 30px;
		margin-bottom: 0px;
		
	}
	
	
	
	.copyright {
	font-size: 11px;
	text-transform: uppercase;
	color: #c4b170;
}
span.copyright a{
	font-size: 11px;
	text-transform: uppercase;
	color: #c4b170;
	text-decoration:none;
}

span.copyright a:hover {
	font-size: 11px;
	text-transform: uppercase;
	color: #f2dac7;
	text-decoration:none;
}

	.full-width-image-wrap {
		margin-top: 30px;
	}
	.inner-wrap {
		margin: 30px 20px;
	}
	footer .inner-wrap {
		margin: 0px;
	}
	.single-centered-col {
		float: none;
		margin: 0 auto;
	}
	
	.extra-inner-padding {
		padding: 26px 20px;
	}
	.logo-footer {
		margin-top: 0px;
	}
	
	.footer-links {
		margin-top: 40px;
	}
	.footer-links p a {
		margin-top: 40px;
		text-decoration:none;
		background-color: transparent;
	}
	
	.footer-links p a:hover {
		margin-top: 40px;
		text-decoration:none;
		background-color: transparent;
	color:#c4b170;
		
	}		
	.mtop20 { margin-top: 20px; }
	.mtop30 { margin-top: 30px; }
	.mtop50 { margin-top: 20px; }
	.mtop80 { margin-top: 40px; }
	.mbot20 { margin-bottom: 20px; }
	.mbot30 { margin-bottom: 30px; }
	.mbot50 { margin-bottom: 50px; }
	.mbot80 { margin-bottom: 80px; }

}

/* Portrait */
@media only screen 
and (max-width : 420px) 
{


	.canvas {
		margin: 10px;
	}
	.large-h1 h1 {
		font-size: 2.5em;
	}
	h1 {
		font-size: 1.6em;
		}
		
	h4 {
		line-height: 1.5em;}
		
	
	.background-image-home {
		background-color: #0c1c2f; 
		background-image: none; 
		margin: 0 10px -10px;
		}
}





