/* style sheet*/
@font-face {
    font-family: 'baar_philos';
    src: url('/nav/webfonts/baarpb__-webfont.eot');
    src: url('/nav/webfonts/baarpb__-webfont.eot?#iefix') format('embedded-opentype'),
         url('/nav/webfonts/baarpb__-webfont.woff') format('woff'),
         url('/nav/webfonts/baarpb__-webfont.ttf') format('truetype'),
         url('/nav/webfonts/baarpb__-webfont.svg#baar_philos') format('svg');
    font-weight: normal;
    font-style: normal;
}

*:focus { 
	outline: none; 
}
img {
	border: none;
}
html {
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #FFFEFC;
    background-repeat: repeat-y;
	background-position: top center;
}
body {
	margin: 0px 6px 0px 6px;
	padding: 0px;
	text-align: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", baar_philos, sans-serif;
	font-size: 17px;
	line-height: 1.4;
	min-height: 100%;
}
div, span, li, a {
	box-sizing: border-box;
}
body, p, li, td, div {
	font-family: "Lucida Sans Unicode", "Lucida Grande", baar_philos, sans-serif; 
	font-size: 17px;
	letter-spacing: 0px;
	color: #293E4C;
}
#mobiel_knop {
	cursor: pointer;
	position: absolute;
	right: 6px;
	top: 6px;
	overflow: hidden;
	width: 64px;
	height: 64px;
	z-index: 990;	
	display: none;
	padding: 6px;
	border-radius: 50%;
	background-color: #B6EADE;
	border: 1px solid #579A98;
	box-shadow: inset 0px 0px 21px rgba(87,154,152,0.9); 
}
#mobiel_knop img {
	width: 100%;
	height: 100%;
}
#mobiel_menu {
	display: block;
}
#hoofd_div {
	width: 100%;
	max-width: 100%;
	margin: 9px auto;
	text-align: left;
	position: relative;
	border-radius: 9px;
	background-color: transparent;
	padding: 0px;
	border: 1px solid #EBE9DD;
	box-shadow: inset 0px 0px 224px rgba(255,255,255,0.4); 
}
#header {
	width: 100%;
	text-align: left;
	padding: 12px 0px 18px 0px;
	position: relative;
	background-color: #CCE1EC;
	background-image: url(/nav/skinpics/transparant_70.png);
	box-shadow: inset 0px 0px 148px rgba(208,187,217,0.8);
	border-bottom: 1px solid #C0B7C3;

}
#logo {
	position: absolute;
	left: 10px;
	top: 9px;
	z-index: 12;
	width: 480px;
	height: auto;
	max-width: 57%;
	margin: 0;
	background-color: transparent;
}
#logo img {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#main {
	display: table;
	width: 100%;
	min-height: 720px;

}
#main_row {
	display: table-row;
	width: 100%;
}
#nav {
	margin: 0px 0px 0px 0px;
	width: 272px;
	max-width: 272px;
	overflow: hidden;
	border-right: none;
	display: table-cell;
	height: 100%;
	vertical-align: top;
	padding: 128px 0px 21px 12px;
	background-color: transparent;
	border-radius: 0px;
	}
#content {
	margin: 0px 0px 0px 0px;
	display: table-cell;
	padding: 134px 18px 6px 18px;
	vertical-align: top;
	background-color: #transparent;
	border: none;
	border-radius: 0px;
	position: relative;
	height: 100%;
	background-image: url(/nav/skinpics/watermerk.png);
	background-repeat: no-repeat;
	background-position: 100% 270px;
}
#content p, #content li, #content h1, #content h2, #content h3, #content h4, #content h5 {
	max-width: 760px;
}
#footer {
	clear: both;
	width: 100%;
	padding: 18px 12px 0px 11px;
	position:relative;
	text-align: center;
	height: 68px;
	overflow: hidden;
	white-space: nowrap;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
	background-color: transparent;
	background-repeat: repeat;	
	background-image: url(/nav/skinpics/transparant_20.png);
	box-shadow: 0px -1px 1px rgba(202,202,202,0.5);
}
#footer div {
	white-space: nowrap;
}
/* menu */
#nav a.hoofdknop {
	font-family: baar_philos, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	box-sizing: border-box;
	display: inline-block;
	line-height: 1.3;
	margin: 4px 0px 0px 0px;
	width: 100%;
	max-width: 100%; 
	cursor: pointer;
	font-size: 19px;
	letter-spacing: 1px;	
	white-space: nowrap;
	text-decoration: none;
	padding: 4px 0px 2px 6px;
	border-radius: 4px;
	color: #247677;
	box-shadow: inset 0px 0px 28px rgba(232,200,151,0.4); 
	background-image: url(/nav/skinpics/transparant_40.png);
	border: 1px solid #CBB797;
	}
#nav a:hover {
	text-decoration: none;
	color: #247677;
	background-color: #FFFCF5;
	} 
#nav .submenu {
	display: none;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	border-left: 1px solid #CBB797;
	border-right: 1px solid #CBB797;
	border-bottom: 1px solid #CBB797;
	border-bottom-left-radius: 4px;
	border-bottom-rigth-radius: 4px;
	border-radius: 4px;
	box-shadow: inset 0px 0px 28px rgba(232,200,151,0.4); 
	background-image: url(/nav/skinpics/transparant_40.png);
	}
#nav .submenu.tonen {
	display: block;
}
#nav .submenu a  	{
	font-family: "Lucida Sans Unicode", "Lucida Grande", baar_philos, sans-serif;
	box-sizing: border-box;
	color: #247677;
	font-size: 16px;
	width: 100%;
	margin: 0px;
	padding: 4px 0px 1px 21px;
	display: block;
	line-height: 1.4;
	overflow: hidden;	
	white-space: nowrap;
	border: none;
	box-shadow: none;
	letter-spacing: 0px;	
	text-decoration: none;
	background-color: transparent;
	background-position: 7px 11px;
	background-repeat: no-repeat;	
	background-image: url(/nav/skinpics/bullet_blauwgroen.png);
	} 
#nav .submenu a:hover, #nav .submenu a.aan  {
	color: #247677;
	background-color: #FFFCF5;
	text-decoration: none;
} 
/* menu's */
.klein {
	font-size: 0.8em;
	color: #4F636D;
}
.rechts_uitlijnen {
	text-align: right;
}
.producten_tabel {
	margin: 6px 0px;
	border: 1px solid #CBB797;
	background-image: url(/nav/skinpics/transparant_30.png);
	border-radius: 5px;	
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	table-layout: fixed;
}
.producten_tabel.winkelmand {
	width: 720px;
}
.producten_tabel td {
	padding: 2px 4px;
	font-size: 0.8em;
	vertical-align: middle;
}
.rij_licht {
	background-image: url(/nav/skinpics/transparant_50.png);
}
.kop {
	background-image: url(/nav/skinpics/transparant_70.png);
	padding: 2px 4px;
}
.kop.ikonen {
	width: 104px !important;
}
.kop.nummer {
	width: 86px;
}
.kop.bedrag {
	width: 78px;
}
td.knop_aantal {
	padding: 1px 0px;
}
td .veld.hokje {
	font-size: 12px;
	height: 21px;
	vertical-align: middle;
	margin: 0px 0px 0px 1px;
}
.producten_tabel td img {
	vertical-align: middle;
}
.producten_tabel td .knop {
	height: 21px;
	font-size: 12px;
	vertical-align: middle;
	padding: 0px 7px;
	margin: 0px 0px 0px 1px;
	width: 80px;
}
.knop_aantal .knop.mand {
	vertical-align: middle;
	padding: 2px 7px;
	margin: 0px 0px 0px 1px;
	height: 21px !important;
	width: 32px;
}
.td_knoppen {
	width: 124px;
}
.td_bedrag {
	width: 62px;
}
.td_nummer {
	width: 36px;
}
.td_demeter {
	width: 42px;
}
#footer div a  {
	margin: 0px;
}
#footer div a:hover {
}
#webdesigner {
	position: absolute;
	bottom: 7px;
	right: 18px;
	text-align: right;
	padding: 0px 0px 3px 0px;
	white-space: nowrap;
}
#webdesigner a {
	font-size: 0.7em;
	text-decoration: none;
	cursor: pointer;
	color: #93B7C3;
	background-image: none;
}
#webdesigner a:hover {
	text-decoration: none;
	color: #39768A;
	background-image: none;
}
.plaatje, #content img {
	max-width: 100%;
	height: auto;
}
img {
	border-style: none;
	}
.icon {
	border-style: none;
	vertical-align: middle;
	margin: 0px 5px 2px 0px;
	height: 16px;
	width: 16px;
	}
h1 {
	font-family: baar_philos, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	color: #548C81;
	margin: 0 0 0 0px;
	letter-spacing: 2px;
	font-weight: normal;
	text-align: left;
	line-height: 1;
	}
.onderkop {
	font-family: baar_philos, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 19px;
	color: #50768A;
	margin: 0px 0px 12px 0px;
	letter-spacing: 1px;
	text-align: left;
	}
h2 {
	font-family: baar_philos, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #567F94;
	margin: 18px 0px;
	letter-spacing: 1px;
	text-align: left;
	}
h3  {
	font-family: baar_philos, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 19px;
	font-weight: normal; 
	color: #548C81;
	font-weight: normal;
	margin: 18px 0px 9px 0px;
	letter-spacing: 1px;
	}
h4  {
	font-family: baar_philos, "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
	font-size: 19px;
	font-weight: normal; 
	color: #567F94;
	margin: 16px 0px 8px 0px;
	letter-spacing: 1px;
	}	
h5 {
	font-family: baar_philos, "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
	font-size: 19px;
	color: #548C81;
	margin: 16px 0px 8px 0px;
	font-weight: normal; 
	letter-spacing: 1px;
	}	
a {
   color: #275771;
   cursor: pointer;
   text-decoration: none;
}
a:hover {
	color: #275771;
	text-decoration: underline;
}

ul {
	list-style-image : url(/nav/skinpics/bullet_blauwgroen.png);
	margin-top : 18px;
}
li {
	margin-top : 6px;
	margin-left : -24px;
}
ol {
	margin-top : 18px;
	margin-left: 0px;
	padding:0;
}
ol li {
	margin-top : 6px;
	margin-left : 32px;
}
b, strong {
	color: #50768A;
	font-weight: bold;
	}
i, em {
	}	

hr {
	border: none 0; 
	border-top: 2px dotted #786E8C;/*the border*/
	width: 100%;
	height: 2px;
	text-align: left;
	margin: 24px auto 18px 0;
	clear: both;
} 
.icon {
	border-style: none;
	vertical-align: middle;
	margin-right: 5px;
}
.plaatje {
	border: 1px solid #CBB797;
	border-radius: 6px;
	box-shadow: 2px -2px 20px rgba(202, 183, 151 , 0.3);
	margin: 0px 9px 3px 0px;
}	
#fade{
	display: none;
	position: absolute;
	width: 100%;
	height: 1000%;
	z-index: 99;
	opacity: 0.6;
	background-color: #FFFFFF;
}
#mandlayer {
	display: none;
	position: absolute;
	padding: 12px 18px 0px 12px;
	z-index: 10000;
	overflow: auto;
	overflow: hidden;
	text-align: left;
	width: 680px;
    max-width: 100%;
    height: auto;
	min-height: 160px;
	background-image: url(/nav/skinpics/transparant_93.png);
	border: 1px solid #CBB797;
	border-radius: 7px;
	box-shadow: 2px -2px 12px rgba(102,102,102,0.4)
}
#light p, #mandlayer p {
	font-size: 0.8em;
}
#rol_uit {
	display: none;
}
#rol_uit_2 {
	font-size: 0.8em;
	width: 0px;
	overflow: hidden;
	white-space: nowrap;
	padding: 4px 0px;
}
#rol_uit_3 {
	font-size: 0.8em;
	width: 0px;
	overflow: hidden;
	white-space: nowrap;
	padding: 4px 0px 21px 0px;
}
/* alerts en confirms */
#alert_div {
	width: 480px;
    max-width: 100%;
	top: 86px;
	display: none;
	position: fixed;
	overflow: hidden;
	z-index: 999;
	border-radius: 9px;	
	background-color: #D4E6DB;
	border: 1px solid #94B3AF;
	box-shadow: 0px 0px 14px rgba(202,202,202,0.5); 
	text-align: left;
}
#alert_div > #alert_div_head { 
	font-size: 13px; 
	letter-spacing: 1px;
	padding: 6px 12px 7px 12px; 
	color: #00467E;
	border-bottom: 1px solid #9FC1BB;
	background-color: #D4E6DB; 
	box-shadow: inset 0px 0px 24px rgba(148,179,175,0.7);
	text-align: left;
}
#alert_div > #alert_div_body { 
	background-color: #F9FFFE;
	padding: 9px 12px 6px 12px; 
	text-align: left;
}
#alert_div > #alert_div_foot { 
	padding: 6px 12px 9px 12px; 
	background-color: #F9FCFF;
	text-align: left;
}
#alert_div > #alert_div_foot .knoppendiv {
	padding: 0;
}
#alert_div p {
	margin: 4px 0 0 0;
	font-size: 13px; 
	text-align: left;
}
#alert_div .vraag {
	margin: 9px 0 0 0;
	color: #0945AD;
}
/* alerts en confirms */
#mand_banner {
	position: absolute;
	z-index: 12;
	right: 21px;
	top: 32px;
	overflow: hidden;
	width: 214px;
	height: 72px;
	padding: 12px 9px;
	cursor: pointer;
	line-height: 1.1;
	text-align: left;
	border: 1px solid #AAC8CE;
	border-radius: 6px;
	background-image: url(/nav/skinpics/transparant_30.png);
	background-repeat: repeat;
}
#mand_banner:hover, .mand_aan {
	background-color: #EBE9DD;
	}
#mand_banner p,
#mand_banner .klein {
	font-size: 13px;
	margin: 6px 0px 0px 0px;
}
.product_div {
	display: inline-block;
	margin: 9px 6px 0px 0px;
	width: 276px;
	min-height: 436px;
	padding: 12px 12px;
	vertical-align: top;
	border-radius: 7px;
	border: 1px solid #CBB797;
	box-shadow: inset 0px 0px 4px rgba(199,180,159,0.45);  
	background-image: url(/nav/skinpics/transparant_50.png);
}
.product_div .plaatje {
	margin: 0px 0px 0px 0px;
}
.product_div .product_naam {
	font-family: baar_philos, "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
	font-size: 16px;
	margin: 9px 0px 0px 0px;
	color: #50768A;
}
.product_div .demeter_logo {
	margin: 9px 0px 0px 0px;
}
.product_div p, .product_div div {
		color: #4F636D;
}
/* social media */
.social_media {
	margin: 12px 0px 12px 0px;
	text-align: left;
	visibility: hidden;
}
.social_media .sm_icon, .social_media .tf_icon, .social_media .pr_icon {
	width: 24px;
	height: 24px;
	cursor: pointer;
	padding: 0px;	
	border: 1px solid #6188B3;
	border-radius: 5px;
	margin: 9px 12px 0px 0px;
	cursor: pointer;
	vertical-align: middle;
	background-color: #FFF;
	opacity: 0.7;
}
.social_media .sm_icon:hover, .social_media .tf_icon:hover, .social_media .pr_icon {
	opacity: 1;
}
/* social media */

/* formulieren */
form {
	margin: 0px;
	padding: 0px;
}
.knop {
	box-sizing: border-box;
	font-family: "Lucida Sans Unicode", "Lucida Grande", baar_philos, sans-serif;
	font-size: 16px;
	color: #555570;
	cursor: pointer;
	margin: 0px 0px 0px 1px;
	width: 120px;
	height: 28px;
	border-radius: 4px;	
	-webkit-appearance: none;
	border: 1px solid #CBB797;
	box-shadow: inset 0px 0px 4px rgba(199,180,159,0.45);  
	background-color: #F5EDDF;
	background-image: url(/nav/skinpics/transparant_50.png);
	vertical-align: middle;
}
img.knop {
	height: auto;
	width: auto;
	padding: 5px 12px;
}
.knop:hover {
	color: #555570;
	background-color: #FFFFFF;
	border: 1px solid #CBB797;
	background-image: none;
} 
.knop.inschrijven {
	margin: 0px 0px 48px 0px;
	width: 128px;
	height: 32px;
}
.knop.uitschrijven {
	margin: 9px 0px;
	width: 270px;
	height: 32px;
}
.knop.verzend_bestelling {
	margin: 18px 0px;
	height: 36px;
	width: 360px;
}
input:-webkit-autofill, .veld:-webkit-autofill {
	 -webkit-appearance:none;
	background-color: #FFFFFF !important;
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.veld {
	box-sizing: border-box;
	font-family: "Lucida Sans Unicode", "Lucida Grande", baar_philos, sans-serif;
	font-size: 15px;
	color: #555570;
	margin: 2px 0px 0px 0px;
	padding-left: 6px;
	width: 320px;
	height: 28px;
	border-radius: 4px;	
	-webkit-appearance: none;
	background-color: #FFFFFF;
	border: 1px solid #CBB797;
	vertical-align: middle;
}
.veld.opmerkingen {
	resize: none;
	width: 480px;
	max-width: 100%;
	height: 120px;
}
.veld.kwart {
	width: 80px;
}
.veld.half {
	width: 160px;
}
.veld.driekwart {
	width: 239px;
}
.veld.rechterkant {
	margin-left: 1px;
}
.veld.hokje {
	width: 42px;
	margin: 0px;
	padding-left: 6px;
	box-shadow: inset 0px 0px 4px rgba(199,180,159,0.45);  
}
.verborgen {
	display: none;
}
.midden_kopje {
	font-weight: bold;
	margin: 18px 0px;
}
@media only screen and (min-width:1280px){
#hoofd_div {
	width: 1240px;
}
}
@media only screen and (min-width:1440px){
#hoofd_div {
	width: 1320px;
}
}
@media all and (max-width: 1024px) {
.producten_tabel.winkelmand {
	width: 100%;
}
}
@media all and (max-width: 999px) {
#hoofddiv {
	margin: 3px auto 6px auto;
	width: 100%;
}
#mand_banner {
	top: 58px;
	right: 18px;
}
#content {
	height: auto;
	width: 100%;
	max-width: 100%;
	padding: 18px 12px 6px 16px;
	height: auto;
}
#footer {
	padding: 12px 0px 28px 0px;
}
#nav {
	margin: 136px 0px 0px 0px;
	padding: 9px 12px 12px 12px;
	width: 100%;
	display: block;
	height: auto;
	max-width: none;
}
#nav a.hoofdknop {
	margin: 2px 0px 0px 0px;
	border-radius: 4px;
	width: 100%;
	max-width: 100%;
	white-space: nowrap;
}
#nav a.hoofdknop {
	background-position: 4px 8px;
	letter-spacing: 1px;
}
.menu_kolom {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	padding-right: 1px;
}
#content {
	padding: 6px 12px 6px 12px;
	display: inline-block;
	width: 100%;
}
#webdesigner {
	text-align: left;
	display: block;
	width: auto;
	margin: 12px 0px 0px -15px;
}
.blokje {
	max-width: 100%;
}
#header_subtekst, div#header_subtekst {
	display: none;
}
.blokje {
	max-width: 100%;
}
#mobiel_knop {
	display: block;
}
#mobiel_menu {
	display: none;
}
.blokje h1 {
	max-width: none
}
}
@media all and (max-width: 800px) {
.blokje {
	max-width: 100%;
	padding-right: 6px;
}	
#nav {
	display: block;
	padding: 9px 12px 9px 12px;
}
}
@media all and (max-width: 620px) {
html {
	overflow: auto;
}
body {
	margin: 0px 0px 0px 0px;
}
#nav a {
	max-width: 100%;
	width: 100%;
}	
#hoofd_div {
	margin: 0px 0px 0px 0px;
	border-radius: 0px;
	padding: 0px;
}

#content {
	overflow: hidden;
	border-radius: 0px;
}
.blokje {
	padding-right: 6px;
	min-width: inherit; 
	margin-right: 0;
	max-width: 100%;
	width: 100%;
	border-radius: 0px;
	margin: -1px 0px 0px 0px;
	padding-left: 7px;
	padding-right: 4px;
}
p, li, div, .veld {
}
#webdesigner a {
	font-size: 0.8;
}
#mobiel_knop {
	right: 2px;
	top: 3px;
}
.menu_kolom {
	width: 100%;
}
}