/*
.blockType-1 { !*Enkele tekst*! }
.blockType-2 { !*Enkele media*! }
.blockType-3 { !*Dubbele tekst*! }
.blockType-4 { !*Dubbele media*! }
.blockType-5 { !*Tekst links, media rechts*! }
.blockType-6 { !*Media links, tekst rechts*! }
.blockType-7 { !*Artikelen*! }
.blockType-8 { !*Formulieren*! }
.blockType-9 { !*Foto's*! }
.blockType-11 { !*Code*! }
.blockType-13 { !*Quote*! }
*/
/*font-family: 'ZeitungMicroPro-Light';*/
/*font-family: 'ZeitungMicroPro-Reg';*/
/*font-family: 'ZeitungPro-Bold';*/
@import url("webfont/webfont.css");
html {
	overflow-y: scroll;
}
.clear:after {
	clear: both;
	display: block;
	content: '';
}
body {
	background-color: #fff;
	color: rgba(0, 0, 0, 0.80);
	font-family: 'ZeitungMicroPro-Reg', Arial, Helvetica, sans-serif;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
	line-height: normal;
}
h1 {
	font-family: 'ZeitungPro-Bold', Arial, Helvetica, sans-serif;
	font-size: 1.333em;
	font-weight: 200;
	line-height: 1.4em;
}
h2, h3 {
	font-family: 'ZeitungPro-Bold', Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 200;
	line-height: 1.6em;
	margin-bottom: 0;
}
h3 {
	font-size: 20px;
}
p {
	margin: 0 0 1.1em 0;
}
ul,
ol {
	margin: 0 0 10px 20px;
}
ul li,
ol li {
	padding: 0 0 0 0;
}
a {
	color: #839fb8;
	text-decoration: none;
}
.blockContainer a:not(.article-more), .categoryDetail a {
	font-family: 'ZeitungPro-Bold';
}
a:hover,
a:focus {
	color: #839fb8;
}
.navigation a:hover,
.navigation a:focus {
	text-decoration: line-through;
}
.blockContainer {
	width: 100%;
	margin: 0 0 20px 0;
}
.blockContainer:after {
	display: block;
	clear: both;
	content: '';
}
.blockContainer.blockType-2 .blockitem > img,
.blockContainer.blockType-4 .blockitem > img,
.blockContainer.blockType-5 .blockitem > img,
.blockContainer.blockType-6 .blockitem > img {
	width: 100%;
	height: auto;
	border-bottom: 5px solid rgb(156, 184, 213);
}
.blockType-2 .openPopup > img {
	border-bottom: 5px solid rgb(156, 184, 213);
}
.blockContainer.blockType-3 .blockitem.seq_1,
.blockContainer.blockType-4 .blockitem.seq_1,
.blockContainer.blockType-5 .blockitem.seq_1,
.blockContainer.blockType-6 .blockitem.seq_1 {
	padding: 0 10px 0 0;
}
.blockContainer.blockType-3 .blockitem.seq_2,
.blockContainer.blockType-4 .blockitem.seq_2,
.blockContainer.blockType-5 .blockitem.seq_2,
.blockContainer.blockType-6 .blockitem.seq_2 {
	padding: 0 0 0 10px;
}
.iz-form,
.iz-form .oneCol,
.iz-form .col {
	width: 100%;
	clear: both;
}
.iz-form .oneCol {
	margin: 0 0 15px 0;
}
.iz-form .oneCol:after {
	content: '';
	clear: both;
	display: block;
}
.iz-form .col.iz-form-error {
	display: none;
	color: #c00;
	margin: 15px 0 2px 0;
	padding: 0 0 0 35%;
}
.iz-form .oneCol.break .col.iz-form-error {
	padding: 0;
}
.iz-form label {
	color: rgba(0, 0, 0, 0.85);
	display: block;
	float: left;
	font-weight: 400;
	line-height: 42px;
	margin-bottom: 0;
	padding-right: 10px;
	width: 35%;
}
.iz-form .oneCol.break label {
	width: 100%;
}
.iz-form input[type="checkbox"],
.iz-form input[type="radio"] {
	display: none;
}
.iz-form input[type="checkbox"] + label:before,
.iz-form input[type="radio"] + label:before,
.iz-form input[type="text"],
.iz-form input[type="password"],
.iz-form input[type="submit"],
.iz-form textarea,
.iz-form select,
.iz-form button[type="submit"] {
	border: 1px solid rgba(0, 0, 0, 0.85);
	border-radius: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 1.1428em;
	margin-bottom: 0;
	max-width: 100%;
	outline: medium none;
	padding: 11px 13px;
	width: 65%;
	background-color: #fff;
}
.iz-form .oneCol.break input[type="text"] {
	width: 100%;
}
.iz-form input[type="radio"] + label:before {
	border-radius: 20px;
}
.iz-form input[type="checkbox"] + label,
.iz-form input[type="radio"] + label {
	width: 100%;
	font-weight: normal;
}
.iz-form input[type="checkbox"] + label:before,
.iz-form input[type="radio"] + label:before {
	font-family: fontello, sans-serif;
	content: '\e80f';
	color: #fff;
	cursor: pointer;
	margin: 0 10px 0 0;
	transition-property: color;
	transition-duration: 500ms;
	padding: 8px 10px;
}
.iz-form input[type="radio"] + label:before {
	content: '\f111';
}
.iz-form input[type="checkbox"]:checked + label:before,
.iz-form input[type="radio"]:checked + label:before {
	color: rgba(0, 0, 0, 0.85);
}
.iz-form div.captcha {
	width: 65%;
	float: left;
}
.iz-form .oneCol.break div.captcha {
	width: 100%;
}
.iz-form input:focus,
.iz-form textarea:focus {
	outline: none;
}
.iz-form input.error,
.iz-form textarea.error {
	background: #fff8f8;
	border: 1px solid #af966e;
}
.iz-form textarea {
	height: 100px;
	resize: none;
}
.iz-form .iz-form-options {
	clear: none;
	float: left;
	width: 65%;
}
.iz-form .oneCol.break .iz-form-options {
	width: 100%;
}
.iz-form .iz-form-options:after {
	content: '';
	clear: both;
	display: block;
}
.iz-form .iz-form-options > div {
	clear: both;
	width: 100%;
}
.iz-form .iz-form-options div:after {
	content: '';
	clear: both;
	display: block;
}
.iz-form input[type="submit"],
.iz-form button[type="submit"],
.iz-form div.iz-submitContainer {
	width: auto;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	margin: 20px 0;
	font-family: 'ZeitungMicroPro-Reg', sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	background-color: rgb(156, 184, 213);
	letter-spacing: 1px;
	padding: 10px 40px;
	border: 0;
	border-radius: 0;
}
.iz-form div.iz-submitContainer i {
	display: none;
}
.iz-form div.iz-submitContainer a {
	color: #fff;
	text-decoration: none;
}
.iz-form input[type="submit"]:hover,
.iz-form button[type="submit"]:hover,
.iz-form div.iz-submitContainer:hover {
	text-decoration: none;
	background-color: #b5afa6;
}
.iz-form div.iz-submitContainer a:hover {
	text-decoration: none;
}
.iz-form div.iz-submitContainer.iz-wait i {
	display: block;
}
.iz-form div.iz-submitContainer.iz-wait a {
	display: none;
}
.iz-form .iz-hide {
	display: none !important;
}
.videoWrapper {
	position: relative;
	/*padding-bottom: 56.25%;*/ /* 16:9 */
	height: 0;
}
.videoWrapper.w4xh3 {
	/*padding-bottom: 75%;*/ /* 4:3 */
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.blockContainer article::after {
	content: '';
	clear: both;
	display: block;
}
.blockitem {
	max-width: 100% !important;
	float: left;
}
.blockContainer article .mediaLibrary {
	margin: 0 auto;
}
.blockContainer.blockType-13 article {
	background-color: #fff;
	font-family: 'ZeitungMicroPro-Reg', Arial, sans-serif;
	font-style: italic;
	padding: 0;
	text-align: center;
}
.blockContainer.blockType-13 article blockquote {
	font-size: 1.7143em;
	line-height: 32px;
	margin: 0 auto;
	padding: 0 20px;
}
.blockContainer.blockType-13 article blockquote::before {
	content: open-quote;
}
.blockContainer.blockType-13 article blockquote::after {
	content: close-quote;
}
.blockContainer.blockType-13 article cite {
	color: #008080;
	font-family: 'ZeitungPro-Bold', Arial, serif;
	font-size: 1em;
	line-height: 28px;
}
article .mediaLibrary:after {
	clear: both;
	content: '';
	display: block;
}
.mediaLibrary > a {
	display: inline-block;
	float: left;
	width: calc((100% / 3) - 20px);
}
.mediaLibrary > a > img {
	width: 100%;
	height: auto;
}
.mediaLibrary > a:nth-child(3n+1) {
	clear: both;
}
.mediaLibrary > a:nth-child(3n+1) {
	margin-right: 15px;
}
.mediaLibrary > a:nth-child(3n+2) {
	margin-left: 15px;
	margin-right: 15px;
}
.mediaLibrary > a:nth-child(3n+3) {
	margin-left: 15px;
}
.googleMapsWrapper {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	margin: 0 0 20px 0;
	border-bottom: 5px solid rgb(156, 184, 213);
}
.googleMapsWrapper > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
section:after {
	clear: both;
	content: '';
	display: block;
}
#breadcrumb, .breadcrumb {
	padding: 10px;
}
.logo {
	font-size: 20px;
	padding: 15px;
	display: inline-block;
}
.mediaLibrary {
	letter-spacing: 0;
	padding: 0 20px 15px 20px;
	text-align: center;
	width: 100%;
}
.mediaLibrary img {
	display: inline-block;
	height: 500px;
	margin: 0;
	padding: 0 5px 0 0;
	width: auto;
}
.mediaLibrary a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	font-size: 0;
}
.catButtons {
	clear: both;
	width: 100%;
	opacity: 0;
	transition-property: opacity;
	transition-duration: 50ms;
	text-align: center;
}
.catButtons.visible {
	opacity: 1;
}
.catButtons > div {
	text-align: center;
}
.catButtons > div img {
	max-width: 25%;
	height: auto;
	margin: 0 0 20px 0;
}
.catButtons a {
	background-color: #b2b2b2;
	box-shadow: -2px 2px 2px 0 rgba(102, 102, 102, 1);
	color: #fff;
	display: inline-block;
	float: left;
	margin: 0 10px 10px 0;
	padding: 6px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
}
.catButtons a:hover, .catButtons a.active {
	background-color: #a5bfd9;
	text-decoration: none;
}
.catButtons a.noMargin {
	margin-right: 0;
}
.article-introduction {
	background-color: #a5bfd9;
	color: #fff;
	display: flex;
}
.article-introduction.two-1 {
	margin: 0 10px 20px 0;
}
.article-introduction.two-2 {
	margin: 0 0 20px 10px;
}
.article-introduction.two-2 .article-image {
	order: 2;
}
.article-introduction.two-2 .article-text {
	order: 1;
}
.article-image img {
	width: 100%;
	height: auto;
}
.article-text {
	position: relative;
	padding: 20px;
	height: inherit;
}
.article-introduction .article-text > * {
	display: none;
}
.article-introduction .article-text > p.quote,
.article-introduction .article-text > .article-more {
	display: block;
}
a.article-more {
	bottom: 20px;
	display: block;
	font-size: 11px;
	position: absolute;
	text-transform: uppercase;
}
.footerContent a.article-more {
	bottom: 0;
	font-size: 10px;
	margin: 10px 0 20px 0;
	position: relative;
}
p.quote {
	color: #96adc3;
	font-family: 'ZeitungPro-Bold', Arial, serif;
	font-size: 24px;
	font-weight: 200;
	line-height: 1.4em;
	padding-left: 10px;
	margin-bottom: 0;
}
p.quote:before {
	content: '\201C';
	margin-left: -0.5em;
}
p.quote:after {
	content: '\201D';
}
.article-text p.quote {
	color: #fff;
}
.categoryDetail .quote {
	color: #96adc3;
}
.categoryDetail .detailBlock .quote {
	color: #fff;
}
.categoryDetail .catButtons,
.categoryDetail .helpDropdownContainer {
	margin-bottom: 50px;
}
.categoryDetail .catButtons {
	border-bottom: 3px dotted #262626;
	padding-bottom: 25px;
}
.detailBlock h2 {
	margin-bottom: 0;
	margin-top: 0;
}
.blueText {
	color: #96adc3;
	font-size: 11px;
	letter-spacing: 0.2em;
}
.headerTop {
	height: auto;
    padding-bottom: 1.2em;
	background-color: #97e38b;
	-webkit-box-shadow: 0px -10px 75px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px -10px 75px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px -10px 75px 0px rgba(0, 0, 0, 0.75);
}
.headerTop img {
	max-height: 90px;
	margin-top: 20px;
}
.headerBottom {
	height: 30px;
	background-color: #000;
	color: #fff;
	margin-bottom: 45px;
}
.textAlignCenter {
	text-align: center;
}
.headerTop .navigation {
	margin-top: 20px;
	text-align: right;
}
.navigation {
	line-height: 16px;
}
.navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.navigation ul li a {
	color: rgba(0, 0, 0, 0.85);
	text-transform: uppercase;
}
.navigation ul li ul {
	display: none;
}
.headerTop .navigation ul li a {
	letter-spacing: 2px;
	font-size: 9px;
	line-height: 100%;
}
.headerTop .navigation ul li.active a {
	font-family: 'ZeitungPro-Bold', Arial, Helvetica, sans-serif;
	text-decoration: line-through;
}
.subTitleBar {
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
}
footer {
	background: #cedcea;
	font-size: 10px;
	letter-spacing: 1px;
	padding-bottom: 50px;
	padding-top: 30px;
	text-transform: uppercase;
}
footer .footer-content {
	max-width: 1000px;
	margin: 0 auto;
}
footer .navigation ul li a {
	font-weight: 600;
}
footer a {
	color: #000;
}
.toggler-accordion {
	color: #9cb8d5;
	cursor: pointer;
	display: block;
	font-family: 'ZeitungPro-Bold', Arial, serif;
	font-size: 1.15em;
	line-height: 1.4em;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: underline;
}
.toggler-accordion:before {
	display: inline-block;
	background-image: url("/public/images/user/hand.svg");
	background-size: cover;
	background-repeat: no-repeat;
	width: 30px;
	height: 19px;
	margin-right: 10px;
	content: "";

	margin-bottom: -10px;
}
.element-accordion {
	margin-top: 0;
	margin-bottom: 0;
	transition-property: margin;
	transition-duration: 600ms;
}
.element-accordion.active {
	margin-top: 25px;
	margin-bottom: 25px;
	transition-property: margin;
	transition-duration: 600ms;
}
.toggler-accordion.active {
	color: rgba(0, 0, 0, 0.85)
}
.toggler-accordion.active:before {
	display: inline-block;
	background-image: url("/public/images/user/hand_active.svg");
	background-size: cover;
	background-repeat: no-repeat;
	width: 30px;
	height: 19px;
	margin-right: 10px;
	content: "";
}
.copyright-bar .copy {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}
.copyright-bar a {
	color: rgba(0, 0, 0, 0.8);
}
.headerImage {
	max-height: 540px;
	overflow: hidden;
	position: relative;
	z-index: -1;
}
.headerImage img:not(.quote) {
	height: auto;
	width: 100%;
}
.headerImage .container {
	height: 540px;
	position: relative;
}
.headerImage img.quote {
	height: 320px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 294px;
}
.headerImage img.quote.left {
	left: 60px;
}
.headerImage img.quote.right {
	right: 60px;
}
.filter-content {
	margin-bottom: 20px;
}
.search-item {
	margin-bottom: 20px;
}
.searchForm {
	height: 50px;
	margin-top: 10px;
	position: relative;
}
.searchForm input[type="text"] {
	border-bottom: 3px solid #9cb8d5;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	height: 37px;
	padding: 2px 0 2px 10px;
	position: absolute;
	width: 100%;
	background: #e5e5e5;
	color: #a6a6a6;
}
.searchForm input[type="submit"] {
	cursor: pointer;
	font-family: fontello, sans-serif;
	padding: 8px 0;
	position: absolute;
	right: 0;
	width: 40px;
	border: 0;
	background: transparent;
	color: #a6a6a6;
}
#noResults {
	margin-bottom: 20px;
}
#menu_button {
	cursor: pointer;
}
.helpDropdownContainer {
	display: none;
	z-index: 100;
}
.article-more {
	color: white;
}
.article-more:after {
	content: '\e806';
	font-family: fontello, sans-serif;
	padding-left: 5px;
}
.article-more:hover {
	color: white;
}
.categoryDetail {
	/*border-top: 1px dotted #262626;*/
	margin-bottom: 50px;
	/*padding-top: 40px;*/
}
.categoryDetail:nth-child(2) {
	border-top: 0;
	padding-top: 0;
}
.categoryDetail .blockitem {
	float: none;
	padding-bottom: 0 !important;
	width: 100% !important;
}
.categoryDetail .rightColumn img {
	height: auto;
	width: 100%;
}
.categoryDetail .detailBlock.seq_0 {
	position: relative;
}
.categoryDetail .detailBlock.seq_0 img:not(.jitStory) {
	border-bottom: 5px solid #9cb8d5;
}
.categoryDetail .detailBlock.seq_1 {
	background-color: #9cb8d5;
	color: #fff;
	padding: 25px 25px 50px;
}
.categoryDetail .rightColumn img.jitStory {
	position: absolute;
	right: 16px;
	top: -55px;
	width: 175px;
	z-index: 1;
}
.mobileMenu li ul {
	display: none;
}
.footerContent {
	background-color: #262626;
	color: #fff;
	padding: 50px 0 35px 0;
}
.footerContent img {
	max-width: 100%;
}
.footerContent p {
	margin: 20px 0;
}
.footerCols {
	margin-left: -20px;
}
.footerCols > div > div {
	margin: 0 0 0 20px;
}
.footerCols .future {
	width: 50%;
	height: auto;
}
.vimeoPopup {
	z-index: 200;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
}
.vimeoPopup .videoWrapper {
	margin: 0 auto;
}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.gallery-top.swiper-container {
	background-color: rgba(0, 0, 0, 0.1);
	border-bottom: 5px solid #9cb8d5;
}
.swiper-slide {
	background-size: cover;
	background-position: center;
	cursor: pointer;
}
.swiper-wrapper {
	align-items: center; /* add this will all relevant prefixes */
	height: auto !important;
}
.swiper-wrapper:after {
	clear: both;
	content: '';
	display: block;
}
.gallery-top {
	height: 40%;
	width: 100%;
}
.gallery-thumbs {
	box-sizing: border-box;
	height: 20%;
	margin-top: 10px !important;
	padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
	height: 66px;
	width: 66px;
	opacity: 0.4;
}
.gallery-thumbs .swiper-slide-active {
	/*border-bottom: 3px solid #cedcea;*/
	opacity: 1;
}
.gallery-top .swiper-slide.swiper-slide-active {
	padding: 0;
}
.swiper-button-white {
	cursor: pointer;
}
.openPopup {
	position: relative;
}
.openPopup:after {
	/*content: "\e803";*/
	content: "";
	/*color: white;*/
	/*font-family: fontello, sans-serif;*/
	/*font-size: 24px;*/
	/*text-align: center;*/
	/*line-height: 60px;*/
	/*border-radius: 50%;*/
	box-sizing: border-box;
	/*background: rgba(0, 0, 0, 0.8);*/
	width: 60px;
	height: 60px;
	background: url("/public/images/user/playbutton.png");
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.meetellen-logo img {
	/*width: 80%;*/
	width: 230px;
	/*max-width: 150px;*/
}

.iso-logo img {
	width: 100px;
}

.meetellen-logo, .iso-logo {
	text-align: center;
}


strong, b {
	font-family: 'ZeitungPro-Bold';
	font-weight: normal !important;
}
h1 {
	margin-top: 0;
}
.blockContainer ul {
	list-style-image: url('/public/images/user/arrow_list.svg');
	padding-left: 0;
}
.closeAccordion {
	color: #a6a6a6;
}
.dotline {
	width: 100%;
	height: 0;
	border-bottom: dotted 3px #262626;
}
.row.fullScreen {
	background-color: #e1eaf2;
	padding: 50px 0 30px 0;
	margin-top: 20px;
}


.articleSlider {
	clear: both;
	position: relative;
	overflow: hidden;
}
.articleSlider .sliderContainer {
	margin-left: 0;
	transition-property: margin-left;
	transition-duration: 500ms;
}
.articleSlider .slide {
	float: left;
}
.articleSlider .sliderImage {
	margin: 0 10px 0 0;
}
.articleSlider .sliderImage img {
	width: 100%;
	height: auto;
}
.articleSlider .sliderText {
	margin: 0 0 0 10px;
}
.articleSlider .sliderBullets .bulletContainer {
	position: relative;
	margin: 0 auto;
}
.articleSlider .sliderBullets a {
	margin: 20px 10px 0 10px;
	height: 12px;
	width: 12px;
	background-color: #fff;
	border-radius: 6px;
	float: left;
}
.articleSlider .sliderBullets a.active {
	background-color: #3a3a3a;
}
.articleSlider .sliderContainer:after,
.articleSlider .sliderBullets:after,
.articleSlider .sliderBullets .bulletContainer:after {
	clear: both;
	display: block;
	content: '';
}
img.uptodate {
	clear: both;
	width: 250px;
	height: auto;
}
.social img {
	width: 20px;
	height: auto;
	margin: 5px 5px 0 0;
}
