* {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	font-weight:400;
	font-style:normal;
	vertical-align:baseline;
	background:transparent;
	box-sizing: border-box;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'sswtnormal';
    src: url('fonts/sswt-webfont.eot');
    src: url('fonts/sswt-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sswt-webfont.woff2') format('woff2'),
         url('fonts/sswt-webfont.woff') format('woff'),
         url('fonts/sswt-webfont.ttf') format('truetype'),
         url('fonts/sswt-webfont.svg#sswtnormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sswtmedium';
    src: url('fonts/sswt-medium-webfont.eot');
    src: url('fonts/sswt-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sswt-medium-webfont.woff2') format('woff2'),
         url('fonts/sswt-medium-webfont.woff') format('woff'),
         url('fonts/sswt-medium-webfont.ttf') format('truetype'),
         url('fonts/sswt-medium-webfont.svg#sswtmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sswtblackcond';
    src: url('fonts/sswt-blackcond-webfont.eot');
    src: url('fonts/sswt-blackcond-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sswt-blackcond-webfont.woff2') format('woff2'),
         url('fonts/sswt-blackcond-webfont.woff') format('woff'),
         url('fonts/sswt-blackcond-webfont.ttf') format('truetype'),
         url('fonts/sswt-blackcond-webfont.svg#sswtblackcond') format('svg');
    font-weight: normal;
    font-style: normal;
}


#testimage { display:none }

header, nav, section, article, aside, footer { position:relative; display:block; }

html { -webkit-text-size-adjust:none!important; }

body { -ms-overflow-style: scrollbar; font-family: "Helvetica Neue","Helvetica",Arial,Verdana,sans-serif; line-height: 1.5; }

body > header { background: #f8debb url(imgs/achtergrond3.jpg) center center repeat-x; }

nav { 
	position: absolute; 
	display: block;
	z-index: 999; 
	width: 100%;
/*
	max-width: 1280px;
	left: 50%;
	margin-left: -640px;
*/
	background:url(imgs/dropmenu-background-black.png) center bottom repeat-x;
	background-size:24px 420px; 
}

nav.docked { 
	position: fixed; 
	top: 5px;
}

section {}

article { 
	background-color:#fcfcfc;
}

.subpage:nth-child(even) article {
	background-color: #fff;
}

#contact.subpage {
	background-color: #fff;
}

aside {
	background-color:#fff;
	margin-bottom: 20px;
}
.subpage:nth-child(even) aside {
	background-color: #fcfcfc;
}

img {
	max-width: 100%;
	height: auto;
	
}

.subpage-article-wrapper p img {
	margin: 10px 0;
}

h1,h2,h3,h4,h5 {
	font-family: 'sswtmedium';
	font-weight:400;
	line-height: 1;
}

h1 { font-size: 64px; margin: 0 0 20px -3px; }

h1 span#inspringen { margin-left: -17px; }


h2 { font-size: 48px; margin: 0 0 20px -2px; }

h3 { font-size: 32px; margin-bottom: 20px; line-height: 1.15; }

h4 { font-size: 24px; margin-bottom: 20px; line-height: 1.25; }

h5 { font-size: 18px; margin-bottom: 3px; line-height: 1.25; }

h6 { font-size: 16px; color: #474747; margin-bottom: 3px; }

p { font-size: 16px; color: #474747; margin-bottom: 15px; }

a  { text-decoration: none; } 

p a, p a:visited { color: #474747; }

p a:hover, p a:active { color: #000; }

em {
	font-style: italic;
}

strong, strong u, strong em {
	font-weight: bold;
}

blockquote {}

blockquote p {}

blockquote p strong {}

article ul { margin: 0 0 15px 22px; color: #474747; }

article li { line-height: 1.25; padding: 0 0 5px 2px; }

article li a, article li a:visited { color: #2f7db6; }

article li a:hover, article li a:active { color: #0645ad; }

ol { color: #474747; margin: 0 0 15px 22px; }

ol li { line-height: 1.25; padding: 0 0 5px 2px; }

aside ol li { line-height: 1.5; padding: 0 0 5px 2px; }

nav ul {
	height: 70px;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 50px;
	overflow:hidden;
}

nav ul li {
	display: inline-block;
	float: left;
	margin: 0;
	max-width: 100%;
}

nav ul li a {
	display:block;
	height: 50px;
	padding: 25px 25px 5px 0;
	font-family: 'sswtblackcond';
	font-size:18px;
	line-height: 20px;
	white-space: nowrap;
	color: #000;
	text-decoration: none;
}

nav li:first-child a {
	margin-bottom: 10px;
	padding: 25px 25px 30px 0;
	height: 75px;
}
/*
nav li:first-child a {
	margin-bottom: 10px;
	padding: 25px 25px 30px 25px;
	height: 75px;
	background:url(imgs/base-icons.svg) -15px -340px no-repeat;
	background-size:50px 400px;
	
}
.ltIE9 nav li:first-child a {
	background:url(imgs/base-icons.png) -15px -340px no-repeat;
}
*/
nav li:nth-child(2) { 
	display:none;

}
nav li:nth-child(2) a { 
	padding-left: 25px;
	background:url(imgs/base-icons.svg) -15px 10px no-repeat;
	background-size:50px 400px;
}
.ltIE9 #nav li:first-child + li a {
	padding-left: 25px;
	background:url(imgs/base-icons.png) -15px 10px no-repeat;
	background-size:50px 400px;
}
article > footer {
	background-color: #262626;
}

.ltIE9 article > footer {
	margin-top: 80px;
}

article .subpage footer {
	font-family: 'sswtblackcond';
	font-size:22px;
	color: #aaa;
	margin: 40px 0;
}

body > footer {
	background-color: #f8debb;

}
#menu-background {
	position:absolute;
	display: block;
	width: 100%;
	height: 80px;
	top: -5px;
	padding: 0;
	background-color:#FFF;

	z-index:-1;

	box-shadow: 0px 5px 10px rgba(20,20,20,0.25);
}

#saveButton {
	background: url( imgs/save-icon.svg ) center center no-repeat;
	/* background: center center no-repeat transparent; */
	display: block;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 0;
	left: auto;
	right: 5px;
	cursor:pointer;
}
#saveButton.green {
	background-color: green;
}
#saveButton.red {
	background-color: red;
}
#saveButton.busy {
	background-color: orange;
}

.keeptogether {
	font-family: inherit;
	font-weight: inherit;
	white-space: nowrap;
}

.backtothetop {
	position: absolute;
	right: 20px;
	bottom: 20px;
	background:url(imgs/backtothetop-white.svg) center center no-repeat;
	width: 50px;
	height: 50px;
	line-height: 50px;
	/* hide text */
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.ltIE9 .backtothetop {
	background:url(imgs/backtothetop-white.png) center center no-repeat;
}

/* ---------------------------------------------------------------------   custom styles   --------------------------------------------------------------------- */

#logo-wrapper {
	display: block;
	max-width: 1280px;
	margin: 0 auto;
	padding: 50px;
}

#logo-l, #logo-r {
	width: 50%;
}

#logo img {}

#search-icon-wrapper {
	position:relative;
	max-width: 1280px;
	margin: 0 auto;
	height: 0;
	background-color: #F00;
}

#search-icon {
	position:absolute;
	top: 0;
	right:0;
	width:70px;
	height:70px;
	padding: 25px 0;
	background:url(imgs/base-icons.svg) left -290px no-repeat;
	background-size:50px 400px;
	z-index: 3;
	/* hide text */
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.ltIE9 #search-icon {
	background:url(imgs/base-icons.png) left -290px no-repeat;
}
#search-form-wrapper {
	position: absolute;
	height: 0;
	width: 100%;
	background-color: #CCC;
	overflow: hidden;
	z-index: -2;
	
}
#search-form {
	max-width: 1280px;
	margin: 5px auto 0 auto;
	
}
#search-form input, #bewerk input {
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	margin: 0;
}
#searchTerm-wrapper {
	position:relative;
	margin: 15px 25px 15px 115px;
}
#searchTerm {
	margin: 0;
	height: 40px;
	float: right;
	max-width: 400px
}
#searchTerm:focus {
	background-color: #FAFAFA;
	border:1px solid #BBB;
}
#clearButton {
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	float:right;
	width:40px;
	height:40px;
	padding:10px;
	background-color:red;
	cursor:pointer;
	background:url(imgs/clear.svg) 0 0 no-repeat;
	background-size:40px 80px;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	border: none;
}
.ltIE9 #clearButton {
	background:url(imgs/clear.png) 0 0 no-repeat;
}
#clearButton:hover {
	background-position: 0 -40px;
}

#prevButton {
	padding:10px 10px 10px 45px;
	width:75px;
	height:40px;
	float:left;
	display:inline-block;
	cursor:pointer;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	background:url(imgs/base-icons.svg) 35px -155px no-repeat;
	background-size:50px 400px;
	border: none;
}
.ltIE9 #prevButton {
	background:url(imgs/base-icons.png) 35px -155px no-repeat;
}
#prevButton:disabled {
	background-position: 35px -105px;
	cursor:default;
}
.ltIE9 #prevButton[disabled] {
	background-position: 35px -105px;
	cursor:default;
}
#nextButton {
	padding:10px;
	width:40px;
	height:40px;
	float:left;
	display:inline-block;
	cursor:pointer;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	background:url(imgs/base-icons.svg) -10px -255px no-repeat;
	background-size:50px 400px;
	border: none;
}
.ltIE9 #nextButton {
	background:url(imgs/base-icons.png) -10px -255px no-repeat;
}
#nextButton:disabled {
	background-position: -10px -205px;
	cursor:default;
}
.ltIE9 #nextButton[disabled] {
	background-position: -10px -205px;
	cursor:default;
}
#searchInfo {
	display: block;
	height:40px;
	padding:12px 22px 12px 0;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.found {
	color:#000;
	background-color:#FFA;
}
#main {
	background: transparent;
	margin-top: 75px;
	padding: 0;
}
#main-intro-wrapper {
	position: relative;
	background-color: #fcfcfc;
}
#main-article-intro-wrapper {
	position: relative;
	max-width: 1280px;
	margin: 0 auto -80px auto;
	padding: 50px; 
}
#intro-tekst p {
	font-size: 17px;
}
#main-article-footer-wrapper {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	padding: 20px 100px 20px 50px;
	min-height: 90px;
}
#main-article-footer-wrapper p {
	color: #fff;
	margin-bottom: 0;
	/* font-size: 24px; */
}
.subpage {
	padding-top: 80px;
	margin-bottom: -80px;
}
.subpage:last-of-type {
	margin-bottom: 0px;
}
.subpage-wrapper {
	
	max-width: 1280px;
	margin: 0 auto;
	padding: 50px;
	overflow: hidden;
}
.subpage-article-wrapper {
	width: 70%;
	float: left;
	padding-right: 40px;
	/* border-right: solid 1px blue; */
}
.aside-wrapper {
	width: 30%;
	float: right;
	/* border-right: solid 1px yellow; */
}
aside {
	padding: 25px 30px 35px 30px;
	background: #fff;
	
	border: solid 1px #eee;
}
.aside-wrapper aside ol {
	font-size: 15px;
	/* list-style-type: lower-alpha; */
}

.aside-wrapper aside:first-child {
	background: #474747;
}
.aside-wrapper aside:first-child h3, .aside-wrapper aside:first-child h5, .aside-wrapper aside:first-child p, .aside-wrapper aside:first-child ol {
	color: #fff;
}
.aside-wrapper aside:nth-child(3) {
	background: #aaa;
}
.aside-wrapper aside:nth-child(3) h3, .aside-wrapper aside:nth-child(3) h5, .aside-wrapper aside:nth-child(3) p {
	color: #fff;
}
.aside-wrapper aside a { color: #474747; text-decoration: underline; }
.aside-wrapper aside:first-child a { color: #fff; text-decoration: underline; }
.aside-wrapper aside:nth-child(3) a { color: #fff; text-decoration: underline; }

.aside-bottom {
	padding: 0;
	margin: 25px -5px 5px -5px;
	border: none;
	background: transparent!important;
}

.aside-bottom img {
	width: 100%;
}

.aside-bottom p {
	padding: 12px 5px 10px 5px;


}

aside p {
	font-size: 15px;
}
#main-footer-wrapper {
	max-width: 1280px;
	margin: 0 auto;
	padding: 18px 50px 22px 50px;
}

#copyright-wrapper {
	background-color: #f8debb;

}

#copyright {
	max-width: 1280px;
	margin: 0 auto;
	padding: 20px 50px 25px 50px;
	line-height: 1.25;
}

#copyright a, #copyright a:active, #copyright a:visited {
	color: #202020;
}

#copyright a:hover {
	color: #000;
}

/* ---------------------------------------------------------------------   contact  form   --------------------------------------------------------------------- */

label { 
	display:block;
    margin-top:5px;
    /* letter-spacing:2px; */
}

form {
    margin:0 auto;
}

input, textarea, file {
	width: 100%;
	height:50px;
	background-color:#efefef;
	/*
border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
*/
	border:1px solid #dedede;
	padding:10px 15px;
	margin-top:3px;
	
	font-family: arial;
    font-size: 14px;
	
	color:#3a3a3a;
	-webkit-appearance:none;
}

input:focus, textarea:focus {
	background-color:#f2f2f2;
	border:1px solid #89993A;
}

textarea {
	min-height: 175px;
	min-width: 100%;
	max-width: 100%;
	padding: 15px;
	background-color: #efefef;
}

#submit {
	display: inline-block;
	float: right;
	width: 130px;
	height: 32px;
	border: 2px solid #89993A;
	border-radius: 16px;
	background-color: #89993A;
	color: #FFF;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	font-weight: 700;
	text-shadow: 0px 2px 5px #959595;
	margin: 20px 0 20px 0;
	padding: 0 0 3px 0;
	cursor:pointer;
	-webkit-transition: border 0.2s ease-out;
	-moz-transition: border 0.2s ease-out;
	-o-transition: border 0.2s ease-out;
	transition: border 0.2s ease-out;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;	
	
}

input[disabled]#submit {
	background-color: #efefef;
	color: #CCC;
	border: 2px solid #DDD;
	opacity: 1;
	font-weight: 700;
	text-shadow: none;
}

#submit:hover {}

input[disabled]#submit:hover {}

.switch {
	position: relative;
	display: block;
	float:left;
	margin:20px 20px 20px 0;
	background-color: #EFEFEF;
	height: 32px;
	width: 52px;
	border: 2px solid #DDD;
	border-radius: 16px;
	
	-webkit-transition: border 0.2s ease-out;
	-moz-transition: border 0.2s ease-out;
	-o-transition: border 0.2s ease-out;
	transition: border 0.2s ease-out;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
	
}

.switch button {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 28px;
	width: 28px;
	margin      : 0;
	padding     : 0;
	border      : 0;
	font-family : inherit;
	font-size   : 1em;
	cursor      : pointer;
	background-color: #FFF;
	border-radius: 14px;
	box-shadow: 0px 2px 4px 0px #777;
	
	
	-webkit-transition: none 0.2s ease;
	-moz-transition: none 0.2s ease;
	-ms-transition: none 0.2s ease;
	-o-transition: none 0.2s ease;
	transition: none 0.2s ease;
	-webkit-transition-property: top, right, bottom, left;
	-moz-transition-property: top, right, bottom, left;
	-ms-transition-property: top, right, bottom, left;
	-o-transition-property: top, right, bottom, left;
	transition-property: top, left, bottom, right;
	
}
.switch button > span {
	position: absolute;
	display: block;
	background-color: #FFF;
}

#unlock-info {
	float: left;
	margin:25px 25px 0 0;
}


::-webkit-input-placeholder { /* WebKit browsers */
	font-family: arial;
    font-size: 14px;
    color: #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	font-family: arial;
    font-size: 14px;
    color: #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	font-family: arial;
    font-size: 14px;
    color: #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	font-family: arial;
    font-size: 14px;
    color: #999;
}

fieldset {
	margin-top: 16px;
	margin-bottom: 20px;
}

input[type=radio].css-checkbox {
	position:absolute; z-index:1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=radio].css-checkbox + label.css-label {
	display:block;
	/* height:44px;  */
	
	margin: -5px -16px -5px -11px;
	padding: 15px 16px 12px 56px;
	/* padding-left:40px; */
	
	line-height:1.5;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size: 16px;
	/* vertical-align:middle; */
	cursor:pointer;

}

input[type=radio].css-checkbox:checked + label.css-label {
	background-position: 0 -1000px;
}

label.css-label {
	background-image:url(imgs/checkbox-xl-stappenplan.svg);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/*
label.css-label:hover {
	background-image:url(imgs/checkbox-xl-stappenplan.svg);
	color:#000;  
}
*/

/*
input[type=radio].css-checkbox + label.css-label:hover {
	color:#000; 
}
*/


#job, #organisation-name, #organisation-address, #organisation-city, #organisation-invoice-name, #organisation-invoice-attn, #organisation-invoice-address, #organisation-invoice-city, #organisation-invoice-email, #contact-message, p.accord { display: none; }

#organisation-name, #organisation-invoice-name {
	margin-top: 25px;
}


/* ---------------------------------------------------------------------   hcard  styles   --------------------------------------------------------------------- */

.vcard {
	margin-bottom: 20px;
	margin-top: 5px;
	padding: 0 30px;
}

.vcard h4 {
	font-size: 18px;
	margin: 64px 0 12px 0;
	color: #474747;
	font-family: 'sswtblackcond';
}

.vcard p {
	font-size: 18px;
	margin: 0;
}

#contact p.accord a {
	color: #474747;
	text-decoration: underline;
}

#contact label.radioGroup0 a {
	color: #000;
	font-style: italic;
	text-decoration: underline;
}

#contact p a:hover, #contact p a:active {
	color: #000;
}

#contact a {
	/* display: inline-block; */
	color: #474747; 
	font-size: 16px; 
}

#contact .info {
	margin-top: 20px;
}

.contact-label {
	display: inline-block;
	
	font-size: 16px;
	width: 75px;
}

.fn.n {
	display: none;	
}

.adr {
	/* clear: both; */
	margin-top: 5px;
	margin-bottom: 20px;
}

/*
div.org {
	display: block;
	float: left;
	background-color: #f8debb;
	margin: 12px 0 3px 0;
}
*/

.org p {
	color: #474747;
	font-family: 'sswtmedium';
	margin-top: 20px;
	font-size: 16px;
	line-height: 1;
}
.org p em {
	font-size: 17px;
}

.street-address p, .post-office-box p { font-size: 16px; }

.postal-code { font-size: 16px; }

.locality { font-size: 16px; }

.region {
	display: none;
}

.country-name {
	display: none;
}

.geo {
	display: block;
	margin: 8px 0 12px 0;
}

/* ---------------------------------------------------------------------   media queries   --------------------------------------------------------------------- */

@media only screen and (max-width: 1280px) {
	#menu-background { height: 70px; }
	nav ul { height: 60px; padding: 0 40px; }
	nav ul li a { height: 45px; padding: 20px 25px 5px 0; }
	nav li:first-child a { height: 65px; padding: 20px 25px 25px 0; }
	nav li:nth-child(2) a { background-position: -15px 5px; }
	#search-icon { width: 65px; height: 60px; padding: 20px 0; background-position: left -295px; }
	#saveButton { width: 60px; height: 60px; }
	#searchTerm-wrapper { margin: 15px 20px 15px 105px; }
	#prevButton { padding-left: 35px; width:65px; background-position: 25px -155px; }
	#prevButton:disabled { padding-left: 35px; width:65px; background-position: 25px -105px; }
	#main { margin-top: 65px; }
	#main-article-intro-wrapper { margin-bottom: -70px; padding: 40px; }
	#main-article-footer-wrapper { padding: 20px 100px 20px 40px; }
	#main-footer-wrapper { padding: 20px 40px; }
	#copyright { padding: 20px 40px; }
	.subpage { padding-top: 70px; margin-bottom: -70px; }
	.subpage-wrapper { padding: 40px; }
	#logo-wrapper { padding: 40px; }
	
}

@media only screen and (max-width: 1040px) {
	.subpage-article-wrapper { width: 65%; }
	.aside-wrapper { width: 35%; }
	.vcard { padding: 0; }
}

@media only screen and (max-width: 800px) {
	#menu-background { height: 60px; }
	nav ul { height: 50px; padding: 0 30px; }
	nav ul li a { height: 40px; padding: 15px 25px 5px 0; }
	
	nav li:first-child a { height: 55px; padding: 15px 25px 20px 0; }
	nav li:nth-child(2) a { background-position: -15px 0; }
	#search-icon { width: 60px; height: 50px; padding: 15px 0; background-position: left -300px; }
	#saveButton { width: 50px; height: 50px; }
	#searchTerm-wrapper { margin: 15px 15px 15px 95px; }
	#prevButton { padding-left: 25px; width:55px; background-position: 15px -155px; }
	#prevButton:disabled { padding-left: 25px; width:55px; background-position: 15px -105px; }
	#main { margin-top: 55px; }
	#main-article-intro-wrapper { margin-bottom: -60px; padding: 30px; }
	#main-article-footer-wrapper { padding: 20px 100px 20px 30px; }
	#main-footer-wrapper { padding: 20px 30px; }
	#copyright { padding: 20px 30px; }
	.subpage { padding-top: 60px; margin-bottom: -60px; }
	.subpage-wrapper { padding: 30px; }
	#logo-wrapper { padding: 30px; }
	.aside-bottom { display: none; }
	
	.subpage-article-wrapper { width: 100%; padding-right: 0; }
	.aside-wrapper { width: 100%; }
	aside { margin: 0 -15px 20px -15px; }
	.vcard h4 { margin: 14px 0 12px 0; }
}

@media only screen and (max-width: 600px) {
	#searchTerm { max-width: 320px; }
	#logo-l, #logo-r { width: 100%; }
	
	h1 { font-size: 32px; }
	h1 span#inspringen { margin-left: -9px; }
	h2 { font-size: 32px; line-height: 32px; }
	.subpage-article-wrapper h3 { font-size: 24px; line-height: 24px; }
	h4 { font-size: 18px; }
	p { font-size: 16px; }
}

@media only screen and (max-width: 475px) {
	nav li:first-child a { background:url(imgs/base-icons.svg) -15px -350px no-repeat; background-size:50px 400px; height: 55px; padding: 15px 25px 20px 25px; }
}

@media only screen and (max-width: 320px) {
	#menu-background { height: 50px; }
	nav ul { height: 40px; padding: 0 20px; }
	nav ul li a { height: 35px; padding: 10px 25px 5px 0; }
	
	
	nav li:first-child a { background:url(imgs/base-icons.svg) -15px -355px no-repeat; background-size:50px 400px; height: 45px; padding: 10px 25px 15px 25px; }
	nav li:nth-child(2) a { background-position: -15px -5px; }
	#search-icon { width: 55px; height: 40px; padding: 10px 0; background-position: left -305px; }
	#saveButton { width: 40px; height: 40px; }
	#searchTerm-wrapper { margin: 15px 10px 15px 85px; }
	#prevButton { padding-left: 15px; width:45px; background-position: 5px -155px; }
	#prevButton:disabled { padding-left: 15px; width:45px; background-position: 5px -105px; }
	#main { margin-top: 45px;}
	#main-article-intro-wrapper { margin-bottom: -50px; padding: 20px; }
	#main-article-footer-wrapper { padding: 20px 100px 20px 20px; }
	#main-footer-wrapper { padding: 20px 20px; }
	#copyright { padding: 20px; }
	.subpage { padding-top: 50px; margin-bottom: -50px; }
	.subpage-wrapper { padding: 20px; }
	
	aside { margin: 0 -10px 20px -10px; }
	
}

/* ---------------------------------------------------------------------   magnific popup  --------------------------------------------------------------------- */

.white-popup-block-300, .white-popup-block-400, .white-popup-block-650, .white-popup-block-800 {
	background: #FFF;
    padding: 20px 30px;
    text-align: left;
    margin: 40px auto;
    position: relative;
}

.white-popup-block-300 {
	max-width: 300px;
}
.white-popup-block-400 {
    max-width: 400px;
}
.white-popup-block-650 {
	max-width: 650px;
}
.white-popup-block-800 {
	max-width: 800px;
}

.mfp-container h1 {
	margin: 10px 0 20px 0;
}

.mfp-iframe-scaler .mfp-bottom-bar {
	margin-top:4px;
}

.mfp-iframe-scaler .mfp-bottom-bar a {
	color: #ebebeb;
}

.mfp-iframe-scaler .mfp-bottom-bar a:hover {
	color: #FFF;
}

 /* Styles for dialog window */
#small-dialog h4 {
	font-size: 18px;
	margin-top: 20px;
	line-height: 1.25;
}
 
 
#small-dialog, #bewerk {
	background: white;
	padding: 20px 30px;
	text-align: left;
	max-width: 400px;
	margin: 40px auto;
	position: relative;
}

#bewerk input {
	background: #dadada;
	/* color: #616161;  */
	line-height: 32px;
	font-size: 16px;
	font-family: "Helvetica Neue","Helvetica",Arial,Verdana,sans-serif;
	outline: none;
	width: 100%;
	height: 36px;
	margin: 0 0 10px 0;
	padding: 0 10px;	
}

#bewerk input.clear, #bewerk input.submit {		
	padding: 5px 0px 15px 0px;
	background: transparent;
	border: none;
	width: auto;
	cursor:pointer;
}
#bewerk input.clear {
	color: #555;
}
#bewerk input.submit {
	float: right;
}

#bewerk p#message {
	padding: 5px 0px 15px 0px;
	font-family: "Helvetica Neue","Helvetica",Arial,Verdana,sans-serif;
	overflow-x: auto;
}
		
/**
* Fade-zoom animation for first dialog
*/

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
	
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	
	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
	
	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-preloader {
	font-size:13px;
}

.mfp-bg {
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1042;
	overflow:hidden;
	position:fixed;
	background:#0b0b0b;
	opacity:.8;
	filter:alpha(opacity=80);
}

.mfp-wrap {
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1043;
	position:fixed;
	outline:0!important;
	-webkit-backface-visibility:hidden;
}

.mfp-container {
	text-align:center;
	position:absolute; 
	
	/* fortsa */
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	/* fortsa - end */
	
	width:100%;
	height:100%;
	left:0;
	top:0;
	padding:0 8px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.mfp-container:before {
	content:'';
	display:inline-block;
	height:100%;
	vertical-align:middle;
}

.mfp-align-top .mfp-container:before {
	display:none;
}

.mfp-content {
	position:relative;
	display:inline-block;
	vertical-align:middle;
	margin:0 auto;
	text-align:left;
	z-index:1045;
}

.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content {
	width:100%;
	cursor:auto;
}

.mfp-ajax-cur {
	cursor:progress;
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor:-moz-zoom-out;
	cursor:-webkit-zoom-out;
	cursor:zoom-out;
}

.mfp-zoom {
	cursor:pointer;
	cursor:-webkit-zoom-in;
	cursor:-moz-zoom-in;
	cursor:zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor:auto;
}

.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader {
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}

.mfp-loading.mfp-figure {
	display:none;
}

.mfp-hide {
	display:none!important;
}

.mfp-preloader {
	color:#CCC;
	position:absolute;
	top:50%;
	width:auto;
	text-align:center;
	margin-top:-.8em;
	left:8px;
	right:8px;
	z-index:1044;
}

.mfp-preloader a {
	color:#CCC;
}

.mfp-preloader a:hover {
	color:#FFF;
}

.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader {
	display:none;
}

button.mfp-arrow,button.mfp-close {
	overflow:visible;
	cursor:pointer;
	background:0 0;
	border:0;
	-webkit-appearance:none;
	display:block;
	outline:0;
	padding:0;
	z-index:1046;
	-webkit-box-shadow:none;
	box-shadow:none;
}

button::-moz-focus-inner {
	padding:0;
	border:0;
}

.mfp-close {
	width:44px;
	height:44px;
	line-height:44px;
	position:absolute;
	right:0;
	top:0;
	text-decoration:none;
	text-align:center;
	opacity:.65;
	filter:alpha(opacity=65);
	padding:0 0 18px 10px;
	color:#FFF;
	font-style:normal;
	font-size:28px;
	font-family:Arial,Baskerville,monospace;
}

.mfp-close:focus,.mfp-close:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

.mfp-close:active {
	top:1px;
}

.mfp-close-btn-in .mfp-close {
	color:#333;
}

.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close {
	color:#FFF;
	right:-6px;
	text-align:right;
	padding-right:6px;
	width:100%;
}

.mfp-counter {
	position:absolute;
	top:0;
	right:0;
	color:#CCC;
	font-size:12px;
	line-height:18px;
	white-space:nowrap;
}

.mfp-arrow {
	position:absolute;
	opacity:.65;
	filter:alpha(opacity=65);
	margin:-55px 0 0;
	top:50%;
	padding:0;
	width:90px;
	height:110px;
	-webkit-tap-highlight-color:transparent;
}

.mfp-arrow:active {
	margin-top:-54px;
}

.mfp-arrow:focus,.mfp-arrow:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before {
	content:'';
	display:block;
	width:0;
	height:0;
	position:absolute;
	left:0;
	top:0;
	margin-top:35px;
	margin-left:35px;
	border:inset transparent;
}

.mfp-arrow .mfp-a,.mfp-arrow:after {
	border-top-width:13px;
	border-bottom-width:13px;
	top:8px;
}

.mfp-arrow .mfp-b,.mfp-arrow:before {
	border-top-width:21px;
	border-bottom-width:21px;
	opacity:.7;
}

.mfp-arrow-left {
	left:0;
}

.mfp-arrow-left .mfp-a,.mfp-arrow-left:after {
	border-right:17px solid #FFF;
	margin-left:31px;
}

.mfp-arrow-left .mfp-b,.mfp-arrow-left:before {
	margin-left:25px;
	border-right:27px solid #3F3F3F;
}

.mfp-arrow-right {
	right:0;
}

.mfp-arrow-right .mfp-a,.mfp-arrow-right:after {
	border-left:17px solid #FFF;
	margin-left:39px;
}

.mfp-arrow-right .mfp-b,.mfp-arrow-right:before {
	border-left:27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top:40px;
	padding-bottom:40px;
}

.mfp-iframe-holder .mfp-content {
	line-height:0;
	width:100%;
	max-width:900px;
}

.mfp-iframe-holder .mfp-close {
	top:-40px;
}

.mfp-iframe-scaler {
	width:100%;
	height:0;
	overflow:hidden;
	padding-top:56.25%;
}

.mfp-iframe-scaler iframe {
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:100%;
	height:100%;
	box-shadow:0 0 8px rgba(0,0,0,.6);
	background:#000;
}

img.mfp-img {
	width:auto;
	max-width:100%;
	height:auto;
	display:block;
	line-height:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:40px 0;
	margin:0 auto;
}

.mfp-figure {
	line-height:0;
}

.mfp-figure:after {
	content:'';
	position:absolute;
	left:0;
	top:40px;
	bottom:40px;
	display:block;
	right:0;
	width:auto;
	height:auto;
	z-index:-1;
	box-shadow:0 0 8px rgba(0,0,0,.6);
	background:#444;
}

.mfp-figure small {
	color:#BDBDBD;
	display:block;
	font-size:12px;
	line-height:14px;
}

.mfp-figure figure {
	margin:0;
}

.mfp-bottom-bar {
	margin-top:-36px;
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	cursor:auto;
}

.mfp-title {
	text-align:left;
	line-height:18px;
	color:#F3F3F3;
	word-wrap:break-word;
	padding-right:36px;
}

.mfp-image-holder .mfp-content {
	max-width:100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor:pointer;
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left:0;
		padding-right:0;
	}
	
	.mfp-img-mobile img.mfp-img {
		padding:0;
	}
	
	.mfp-img-mobile .mfp-figure:after {
		top:0;
		bottom:0;
	}
	
	.mfp-img-mobile .mfp-figure small {
		display:inline;
		margin-left:5px;
	}
	
	.mfp-img-mobile .mfp-bottom-bar {
		background:rgba(0,0,0,.6);
		bottom:0;
		margin:0;
		top:auto;
		padding:3px 5px;
		position:fixed;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding:0;
	}
	
	.mfp-img-mobile .mfp-counter {
		right:5px;
		top:3px;
	}
	
	.mfp-img-mobile .mfp-close {
		top:0;
		right:0;
		width:35px;
		height:35px;
		line-height:35px;
		background:rgba(0,0,0,.6);
		position:fixed;
		text-align:center;
		padding:0;
	}
}

@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform:scale(.75);
		transform:scale(.75);
	}
	
	.mfp-arrow-left {
		-webkit-transform-origin:0;
		transform-origin:0;
	}
	
	.mfp-arrow-right {
		-webkit-transform-origin:100%;
		transform-origin:100%;
	}
	
	.mfp-container {
		padding-left:6px;
		padding-right:6px;
	}
}

.mfp-ie7 .mfp-img {
	padding:0;
}

.mfp-ie7 .mfp-bottom-bar {
	width:600px;
	left:50%;
	margin-left:-300px;
	margin-top:5px;
	padding-bottom:5px;
}

.mfp-ie7 .mfp-container {
	padding:0;
}

.mfp-ie7 .mfp-content {
	padding-top:44px;
}

.mfp-ie7 .mfp-close {
	top:0;
	right:0;
	padding-top:0;
}


/* ---------------------------------------------------------------------    media print    --------------------------------------------------------------------- */


@media print {

	
}
