

/*
	Theme Name: Ketenkracht
	Description: RVS Marketing landingpage
	Version: 1.1.4
	Author: Dion Spierings
	Author URI: https://groeigenoten.online
	Tags: HTML5, CSS3
	License: MIT
*/


/*------------------------------------*\
    MAIN
\*------------------------------------*/


/* global box-sizing */

*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}


/* html element 62.5% font-size for REM use */


/* html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
} */


/* clear */

.clear:before,
.clear:after {
	content: ' ';
	display: table;
}

.clear:after {
	clear: both;
}

.clear {
	*zoom: 1;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

a {
	color: #444;
	text-decoration: none;
}

a:hover {
	color: #444;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

input:focus {
	outline: 0;
	border: 1px solid #04A4CC;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


/* wrapper */

.wrapper {
	max-width: 1280px;
	width: 95%;
	margin: 0 auto;
	position: relative;
}


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

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

@font-face {
	font-family: 'FS Joey Bold';
	src: url('fonts/FSJoeyBold/FSJoey-Bold.eot');
	src: url('fonts/FSJoeyBold/FSJoey-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/FSJoeyBold/FSJoey-Bold.woff2') format('woff2'), url('fonts/FSJoeyBold/FSJoey-Bold.woff') format('woff'), url('fonts/FSJoeyBold/FSJoey-Bold.ttf') format('truetype'), url('fonts/FSJoeyBold/FSJoey-Bold.svg#FSJoey-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'FS Joey HeavyItalic';
	src: url('fonts/FSJoeyHeavyItalic/FSJoey-HeavyItalic.eot');
	src: url('fonts/FSJoeyHeavyItalic/FSJoey-HeavyItalic.eot?#iefix') format('embedded-opentype'), url('fonts/FSJoeyHeavyItalic/FSJoey-HeavyItalic.woff2') format('woff2'), url('fonts/FSJoeyHeavyItalic/FSJoey-HeavyItalic.woff') format('woff'), url('fonts/FSJoeyHeavyItalic/FSJoey-HeavyItalic.ttf') format('truetype'), url('fonts/FSJoeyHeavyItalic/FSJoey-HeavyItalic.svg#FSJoey-HeavyItalic') format('svg');
	font-weight: 900;
	font-style: italic;
}


@font-face {
    font-family: 'FS Joey Italic';
    src: url('fonts/FSJoeyItalic/FSJoey-Italic.eot');
    src: url('fonts/FSJoeyItalic/FSJoey-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/FSJoeyItalic/FSJoey-Italic.woff2') format('woff2'),
        url('fonts/FSJoeyItalic/FSJoey-Italic.woff') format('woff'),
        url('fonts/FSJoeyItalic/FSJoey-Italic.ttf') format('truetype'),
        url('fonts/FSJoeyItalic/FSJoey-Italic.svg#FSJoey-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}


@font-face {
	font-family: 'FS Joey Light Italic';
	src: url('fonts/FSJoeyLightItalic/FSJoey-LightItalic.eot');
	src: url('fonts/FSJoeyLightItalic/FSJoey-LightItalic.eot?#iefix') format('embedded-opentype'), url('fonts/FSJoeyLightItalic/FSJoey-LightItalic.woff2') format('woff2'), url('fonts/FSJoeyLightItalic/FSJoey-LightItalic.woff') format('woff'), url('fonts/FSJoeyLightItalic/FSJoey-LightItalic.ttf') format('truetype'), url('fonts/FSJoeyLightItalic/FSJoey-LightItalic.svg#FSJoey-LightItalic') format('svg');
	font-weight: 300;
	font-style: italic;
}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}


/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #FFF;
	border: 1px solid #F0F0F0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.sticky {}

.bypostauthor {}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}


/*!
 * Start Bootstrap - Agency v5.0.7 (https://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
 */

html,
body {
	max-width: 100% !important;
	overflow-x: hidden !important;
}

body {
	overflow-x: hidden;
	font-family: 'FS Joey Regular', Arial, sans-serif!important;
	color: #2a3442!important;
	font-size: 22px!important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p {
	line-height: 1.75;
}

a {
	color: #c6294c;
}

a,
button {
	transition: all 0.2s ease 0s!important;
}

a:hover {
	color: #B80B30;
	text-decoration: none!important;
}

.text-primary {
	color: #fed136 !important;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'FS Joey Bold', Arial, sans-serif;
	color: #4dbeee;
	font-weight: 800;
}


h3 {
	margin: 5px 0px 25px 0px;
}

strong {
	font-family: 'FS Joey Bold', Arial, sans-serif;
	font-weight: 800;
}

.paragraph {}

section {
	padding: 20px 0;
}

section h2.section-heading {
	font-size: 40px;
	margin-top: 0;
	margin-bottom: 15px;
	color: #5e2569;
}

section h3.section-subheading {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 75px;
	text-transform: none;
	color: #2a3442 !important;
}

@media (min-width: 768px) {
	section {
		padding: 20px 0;
	}
}

h4.publication {
	text-align:left;
	color:#005294;
	font-size:37px;
}

.btn {
	font-family: 'FS Joey Bold', Arial, sans-serif;
	font-weight: 700!important;
	text-transform: uppercase!important;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: .4995em 1.143em;
	padding-top: 0.4995em;
	padding-bottom: 0.4995em;
	margin: 0;
	margin-bottom: 0px;
	margin-bottom: 5px !important;
	border: 0;
	border-radius: 3px;
	background-color: #4dbeee;
	font-size: 1.143em;
	line-height: 1.313;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 3px #3a8fb3;
	cursor: pointer;
	-webkit-transition: background-color .125s ease-in-out;
	transition: background-color .125s ease-in-out;
	background-color: #ff7920;
	box-shadow: 0 3px #E66D1D;
}

.btn-xl {
	font-size: 28px !important;
	padding: 10px 33px !important;
	margin-top: 10px;
}

.btn-primary {
	font-family: 'FS Joey Bold', Arial, sans-serif;
	background-color: #e02c26!important;
	box-shadow: 0 3px #e02c26!important;
	color: white!important;
	text-transform: none!important;
	border-color: #e02c26!important;
	position: relative;
	display: inline-block;
	transition: all 0.2s ease 0s!important;
}

input.wpcf7-form-control.wpcf7-submit.btn-primary {
	transition: all 0.2s ease 0s!important;
}

input.wpcf7-form-control.wpcf7-submit.btn-primary:hover,
input.wpcf7-form-control.wpcf7-submit.btn-primary:focus,
input.wpcf7-form-control.wpcf7-submit.btn-primary:active {
	/* 	background-color: #e02c26!important;
	box-shadow: 0 3px #e02c26!important;
	outline: 0;
	top: 1px;
	box-shadow: 0 2px #3480a1; */
	background-color: #FBAF28!important;
	box-shadow: 0 3px #FBAF28!important;
	background-color: #FBAF28!important;
	border-color: #FBAF28!important;
	outline: 0;
	top: 1px;
	box-shadow: 0 2px #3480a1;
}

a.btn.btn-primary.btn-xl.js-scroll-trigger:hover,
a.btn.btn-primary.btn-xl.js-scroll-trigger:focus,
a.btn.btn-primary.btn-xl.js-scroll-trigger:active {
	background-color: #FBAF28!important;
	box-shadow: 0 3px #FBAF28!important;
	background-color: #FBAF28!important;
	border-color: #FBAF28!important;
	outline: 0;
	top: 1px;
	box-shadow: 0 2px #3480a1;
}

a.btn:hover,
a.btn:focus,
a.btn:active {
	background-color: #ef514c !important;
	box-shadow: 0 3px #e02c26!important;
	background-color: #e02c26!important;
	outline: 0;
	top: 1px;
	box-shadow: 0 2px #3480a1;
}

::selection {
	background: #fed136;
	text-shadow: none;
}

img::selection {
	background: transparent;
}

img::-moz-selection {
	background: transparent;
}


/*navigation*/

a.navbar-brand.hidden {
	display: none;
	opacity: 0;
}

#mainNav {
	background-color: white;
}

#mainNav .navbar-toggler {
	font-size: 12px;
	right: 0;
	padding: 13px;
	text-transform: uppercase;
	color: white;
	border: 0;
	background-color: #FBAF19;
	font-family: 'FS Joey Bold', Arial, sans-serif;
}

#mainNav .navbar-brand {
	color: #fed136;
	font-family: 'Kaushan Script', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-brand.active,
#mainNav .navbar-brand:active,
#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
	color: #fec503;
}

#mainNav .navbar-nav .nav-item .nav-link {
	font-size: 90%;
	font-weight: 800;
	padding: 0.75em 0;
	letter-spacing: 1px;
	color: #FBAF19;
	font-family: 'FS Joey Bold', Arial, sans-serif;
	outline: 0;
	transition: all 0.2s ease 0s!important;
}

#mainNav .navbar-nav .nav-item .nav-link.scrolled {
	color: #2090BE;
}

#mainNav .navbar-nav .nav-item .nav-link.scrolled:hover,
#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
	color: #E12B26;
}

#mobileNav {
	background-color: white;
}

#mobileNav .navbar-toggler {
	font-size: 12px;
	right: 0;
	padding: 13px;
	text-transform: uppercase;
	color: white;
	border: 0;
	background-color: #FBAF19;
	font-family: 'FS Joey Bold', Arial, sans-serif;
}

#mobileNav .navbar-brand {
	color: #fed136;
	font-family: 'Kaushan Script', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mobileNav .navbar-brand.active,
#mobileNav .navbar-brand:active,
#mobileNav .navbar-brand:focus,
#mobileNav .navbar-brand:hover {
	color: #fec503;
}

#mobileNav .navbar-nav .nav-item .nav-link {
	font-size: 90%;
	font-weight: 800;
	padding: 0.75em 0;
	letter-spacing: 1px;
	color: #FBAF19;
	font-family: 'FS Joey Bold', Arial, sans-serif;
	outline: 0;
	transition: all 0.2s ease 0s!important;
}

#mobileNav .navbar-nav .nav-item .nav-link.scrolled {
	color: #2090BE;
}

#mobileNav .navbar-nav .nav-item .nav-link.scrolled:hover,
#mobileNav .navbar-nav .nav-item .nav-link.active,
#mobileNav .navbar-nav .nav-item .nav-link:hover {
	color: #E12B26;
}

.headroom {
	will-change: transform!important;
	-webkit-transition: transform 200ms linear!important;
	-moz-transition: transform 200ms linear!important;
	-ms-transition: transform 200ms linear!important;
	-o-transition: transform 200ms linear!important;
	transition: transform 200ms linear!important;
}

.headroom--pinned {
	transform: translateY(0%)!important;
	-webkit-transform: translateY(0%)!important;
	-ms-transform: translateY(0%)!important;
	-o-transform: translateY(0%)!important;
	transform: translateY(0%)!important;
}

.headroom--unpinned {
	transform: translateY(-100%)!important;
	-webkit-transform: translateY(-100%)!important;
	-ms-transform: translateY(-100%)!important;
	-o-transform: translateY(-100%)!important;
	transform: translateY(-100%)!important;
}


/*logo mediaqueries*/

@media (max-width: 992px) {
	.logo_title_event {
		display: none;
	}
	.logo_event_mobile {
		height: 200px;
		width: auto;
		display: block;
	}
}

@media (min-width: 993px) {
	.logo_event_mobile {
		display: none;
	}
}

@media only screen and (max-width:770px) and (min-width:370px) {
	.logo_event_mobile img.img-fluid {
		max-width: 100%;
		height: 172px;
	}
}

@media only screen and (min-device-width: 370px) and (max-device-width: 770px) and (orientation: portrait) {
	.logo_event_mobile img.img-fluid {
		height: auto;
	}
}

@media (min-width: 992px) {
	#mainNav {
		padding-top: 25px;
		padding-bottom: 25px;
		-webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
		transition: padding-top 0.3s, padding-bottom 0.3s;
		border: none;
		background-color: transparent;
	}
	#mainNav .navbar-brand {
		font-size: 1.75em;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	#mainNav .navbar-nav .nav-item .nav-link {
		padding: 1.1em 1em !important;
	}
	#mainNav.navbar-shrink {
		padding-top: 0;
		padding-bottom: 0;
		background-color: white;
		box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
	}
	#mainNav.navbar-shrink .navbar-brand {
		padding: 0px;
		margin: 0px;
	}
}


/*intro section*/


/*logo first section*/

.h-100 {
	margin-top: 6%;
	z-index: 1;
}


.wrapper_title_event {
	height: 100%;
	width: 100%;
	display: block;
}


.logo_sm {
	height: 400px;
	width: 100%;
}

.event-intro-text {
	margin-top: 15%;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 2px solid rgba(0, 0, 0, .1);
	border-color: #005B93;
}

header.masthead {
	height: 100vh;
}

header.masthead:before {
	opacity: 0.6;
	background-image: url("img/KetenKracht_bg.svg");
	background-position: 47% 84%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 114%;
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1.0;
}

h1.event_title,
header.masthead h1 {
	font-family: 'FS Joey Bold', Arial, sans-serif;
	/* color:#002f57; */
	color: white;
	font-size: 75px;
	text-shadow: 2px 3px 1px #0006;
	line-height: 0.8;
}

h1.event_title.home {
	font-size: 41px;	
}

.divider.my-4 {
	margin:0px!important;
}


h4.event_teaser.home {
	display:none;
}

h4.event_teaser {
	padding: 0px 5px;
	margin:0px;
	color: white;
}

@media (min-width: 992px) {
	header.masthead {
		height: 100vh;
		min-height: 40rem;
		padding-top: 72px;
		padding-bottom: 0;
	}
	header.masthead p {
		font-size: 18px;
	}
}

.ketenkracht-box {
	float: left;
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	/* = width for a 1:1 aspect ratio */
	/*  margin:1.66%; */
	background-color: #1E1E1E;
	overflow: hidden;
}

.ketenkracht_mobile_intro {
	background-color: rgba(0, 45, 85, 0.8);
	padding: 10px 0px 10px 0px;
}

.ketenkracht-thema-box {
	float: left;
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	/* = width for a 1:1 aspect ratio */
	/*  margin:1.66%; */
	background-color: white;
	overflow: hidden;
}

.event-thema {
	width: 100%;
	margin-bottom: 9px;
}

.ketenkracht-thema-form {
	float: left;
	position: relative;
	width: 50px;
	padding-bottom: 50px;
	/* = width for a 1:1 aspect ratio */
	/*  margin:1.66%; */
	background-color: white;
	overflow: hidden;
	margin-right: 10px;
}

.thema-planning {
	background-image: url("img/ketenkracht_planning_icon.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	/* you change this to "contain" if you don't want the images to be cropped */
}

.thema-logistiek {
	background-image: url("img/ketenkracht_logistiek_icon.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	/* you change this to "contain" if you don't want the images to be cropped */
}

.thema-online {
	background-image: url("img/ketenkracht_online_icon.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	/* you change this to "contain" if you don't want the images to be cropped */
}

.thema-digital_engineering {
	background-image: url("img/ketenkracht_digitaal-engineering_icon.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	/* you change this to "contain" if you don't want the images to be cropped */
}

.thema-product_innovatie {
	background-image: url("img/ketenkracht_productinnovatie_icon.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	/* you change this to "contain" if you don't want the images to be cropped */
}

.thema-logistiek {
	background-image: url("img/ketenkracht_logistiek_icon.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	/* you change this to "contain" if you don't want the images to be cropped */
}

.thema-duurzame_materialen {
	background-image: url("img/ketenkracht_duurzame-materialen_icon.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	/* you change this to "contain" if you don't want the images to be cropped */
}

.thema-duurzame_gebouwen {
	background-image: url("img/ketenkracht_duurzame-gebouwen_icon.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	/* you change this to "contain" if you don't want the images to be cropped */
}

.content {
	position: absolute;
	height: 90%;
	/* = 100% - 2*5% padding */
	width: 90%;
	/* = 100% - 2*5% padding */
	padding: 5%;
}

.table {
	display: table;
	width: 100%;
	height: 25%;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}


/*  For list */


/* ul{
    text-align:left;
    margin:5% 0 0;
    padding:0;
    list-style-position:inside;
}
li{
    margin: 0 0 0 5%;
    padding:0;
} */


/*  For responsive images */

.content .rs {
	width: auto;
	height: auto;
	max-height: 90%;
	max-width: 100%;
}


/*  For responsive images as background */

.bg {
	color: #fff;
	/* 	background-color:#003268; */
	background-color: #003268cc;
}

.beeldmerk {
	/*background-image: url("img/ketenkracht-box-line_bg.png");*/
	background-image: url("img/VBI_KetenKracht_logo_bg_xl.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 65px 0px 0px 0px;
	/* you change this to "contain" if you don't want the images to be cropped */
}

.ketenkracht-box hr.divider.my-4 {
	/* 	border-top: 1px solid white; */
	border-top: 0px;
}

.event-box,.event-box-h {
	display: inline-block;
    vertical-align: middle;
	position: relative;
	background-color: #f4f4f4;
	height: 100px;
	padding: 10px;
/* 	margin-top: 20px */;
	
/* 	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777; */
}


.event-box-h {
	/*  background-color:#ffffffa3; */
	background-color: rgba(255, 255, 255, 0.5);
	  height: auto;
    padding: 10px;
/*     margin-top: 20px; */
    -webkit-box-shadow: 0 10px 6px -6px #777;
    position: absolute;
    bottom: 0;
    width: -moz-available; 
    width: 100%;
    width: -webkit-fill-available;  /* For Chrome. */
	
	border-style: solid;
	border-width: 1px;
	border-color:#00B5DD;
}

.event-box {
    background-color:white;
    height: auto;
    padding: 10px;
/*     margin-top: 20px; */
    -webkit-box-shadow: 0 10px 6px -6px #777;
    position: absolute;
    bottom: 0;
    width: -moz-available; 
    width: 100%;
    width: -webkit-fill-available;  /* For Chrome. */
	
	border-style: solid;
	border-width: 1px;
	border-color:#00B5DD;

}




.event-box-h {
  margin-bottom:20px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
/*   box-shadow: 0 0 1px rgba(0, 0, 0, 0); */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
.event-box-h:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.event-box-h:hover, .event-box-h:focus, .event-box-h:active {
background-color: white;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 box-shadow: 0 0 1px rgba(0, 0, 0, 0); 
  /* move the element up by 5px */
}
.event-box-h:hover:before, .event-box-h:focus:before, .event-box-h:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}


.event-box ul {
	font-family: 'FS Joey Regular', Arial, sans-serif!important;
	color:#002D55;
	list-style-type: none;
	padding: 0px;
	font-size:19px;
}

.event-box ul li span.doelgroep {
	font-family: 'FS Joey Light Italic', 'FS Joey Regular', Arial, sans-serif!important;
	color:#00B5DD;
}

a.event-box:hover,
a.event-box:focus,
a.event-box:active {
	text-decoration: none!important;
}

h4.event-title {
	color: black;
	font-size: 30px;
	transition: all 0.3s ease 0s!important;
}

h5.event-date.active,
h4.event-title.active,
p.event-info.active{
	color:#E12B26;
	text-decoration:none!important;
}


h4.event-title.active:hover,
p.event-info.active:hover
h4.event-title:hover,
p.event-info:hover{
	text-decoration:none!important;
}



h5.event-date {
	color: black;
	font-family: 'FS Joey Light Italic', 'FS Joey Regular', Arial, sans-serif!important;
	font-size:20px;
	font-style: italic!important;
}

p.event-info {
	color: black;
	font-family: 'FS Joey Light Italic', 'FS Joey Regular', Arial, sans-serif!important;
	font-size: 12px;
	font-style: italic!important;
	transition: all 0.3s ease 0s!important;
}


h4#title_planning.event-title.active


hr.divider.my-4 {
	margin-bottom: 0px!important;
	margin-top: 0px!important;
}

.ketenkracht-box p.text-white-75.font-weight-light.mb-5 {
	color: white;
	margin-bottom: 0px!important;
}

.bounce {
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}

@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-30px);
	}
	60% {
		transform: translateY(-15px);
	}
}

.scroll-down-wrap {
	width: 100%;
	position: absolute;
	bottom: 50px;
}

i#scroll-down-icon.fa {
	display: inline-block;
	border-radius: 60px;
	box-shadow: 0px 0px 2px #888;
	padding: 0.5em 0.6em;
	background-color: white;
}

#scroll-down {
	position: relative;
	margin: auto;
	z-index: 2;
	color: white;
	font-size: 20px;
	text-decoration: none;
	text-align: center;
}

#scroll-down a i {
	/*     color: #d2d2d2cc; */
	color: #002D55;
	font-size: 50px;
}

@media (min-width: 1200px) {}

.service-heading {
	margin: 15px 0;
	text-transform: none;
}


/* home page */

.home_wrapper {
	background-color: rgba(255, 255, 255, 0.7);
	padding: 4px;
}


img.img-fluid.logo-home {
	margin-top:20px;
}

body.home.page-template-template-home_2020,
section.ketenkracht-events,
body.home.page-template-template-home_2022,
section.ketenkracht-events {
/* 	height: 100vh; */
    background-image: url("img/KetenKracht_bg.svg");
	background-position: 47% 84%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 114%;
}




/* section.ketenkracht-events:before {
	opacity: 0.6;
	background-image: url("img/KetenKracht_bg.svg");
	background-position: 47% 84%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 114%;
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1.0;
}
 */
.introtext-box {
	width: 100%;
	display: inline-block;
    vertical-align: middle;
	position: relative;
	height: auto;
	padding: 10px;
    margin-top: 20px;	
}

.introtext {
	z-index: 0;
}

.introtext h2 {
	color:#004E8F;
	text-align:center;
}


.introtext p {
	text-align:center;
	font-size:18px;
	font-family: 'FS Joey Bold';
	color:#002D55;
}

.header-eventlist h2.listheader {
	text-decoration: underline;
}

.header-eventlist {
	margin-top:30px;
}


.header-eventlist h2 {
	color:#002D55;
	text-align:center;
}

.event-box-link p.event-info {
	font-size:18px;
}

.event-box-h.next-event {
	background-color:white;
}


.event-update {
	position: absolute;
	top: 3px;
	right: 3px;
	background-color:red;
	color:#fff;
	text-align: center;
	line-height: 0px;
}


.event-update p {
	font-family: 'FS Joey HeavyItalic', 'FS Joey Bold', Arial, sans-serif!important;
    margin: 0px;
	padding: 0px 5px 0px 5px;
	font-size:14px;
	text-transform:uppercase;
}

/*info section*/

section#info {
	padding-top: 0px!important;
	/* background-color:#5e266a; */
	/* 	color:white!important; */
	background-color: white;
}

h2.intro-subheading {
	font-family: 'FS Joey Light Italic', 'FS Joey Bold', Arial, sans-serif!important;
	color: #004E8F;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 40px;
	font-size: 50px;
    font-style: italic!important;
}

h2.intro-subheading.emphasis {
	font-family: 'FS Joey HeavyItalic', 'FS Joey Bold', Arial, sans-serif!important;
	color: #004E8F;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 40px;
	font-size: 50px;
    font-style: italic!important;
	line-height:44px;
}

span.event-title-header {
	font-family: 'FS Joey Light Italic', 'FS Joey Bold', Arial, sans-serif!important;
	color: #00B5DD;
}

span.event-date-header {
	font-family: 'FS Joey Light Italic', 'FS Joey Bold', Arial, sans-serif!important;
	color: #00B5DD;
	font-size: 22px;
	display: block;
}

h6 {
	font-family: 'FS Joey Italic', Arial, sans-serif!important;
	color: #00B5DD;
	font-size: 20px!important;
	display: block;
}

h5.intro-subheading-intro {
	padding-top: 50px;
	text-align: center;
	font-weight: 600;
	color: #0057a3!important;
}

h4.intro-subheading {
	color: white;
	text-align: center;
	padding: 20px 0px 20px 0px;
}

.info-intro-text p {
	font-size: 18px;
}


/* info locaties */

.info-locaties {
	margin-top: 70px;
}


/*programma section*/

section#programma {
	background-color: white;
	background-position: top;
	background-repeat: repeat;
	background-attachment: scroll;
	background-size: 51%;
}

.programma-intro p {}

.programma-intro p.who {
	font-family: 'FS Joey Bold', Arial, sans-serif;
}

.programma-intro {
	background-color: black;
	color: white;
	display: block;
	padding: 25px;
	text-align: left;
}

.programma-what {
	background-color: transparent;
	border-color: #4DBEEE;
	border-style: solid;
	border-width: 2px;
	display: block;
	padding: 25px;
	text-align: left;
	padding-bottom: 60px;
}

.programma-what ul {
	list-style-type: square;
}

.programma-what ul li strong {
	color: #0057a3;
	margin-right: 30px;
}

.programma-what ul li {
	margin-bottom: 10px;
	color: #2a3442;
	list-style-type: none;
}

.tafelvoorzitter-info {}

.tafelvoorzitter-pica {
	background-position: 8%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
}

.img-centered {
	margin: auto;
	display: block;
}

.img-small {
	max-width: 50%!important;
}

.spreker-naam {
	margin-top: 5px;
}

.spreker-naam h2 {
	font-size:24px;
}

.spreker-naam p {
	text-align: center;
	margin: 0px;
	line-height: 23px;
}

.algemene_info {
	background-color: #002d55;
	margin-top: 50px;
	padding-bottom: 25px;
}

.algemene_info_box {
	padding: 10px 5px 25px 5px;
}

.algemene_info_box li {
	list-style-type: none;
	margin-bottom: 30px;
	color: white;
	font-size: 25px;
	text-align: center;
}

.algemene_info h5 {
	color: #0057a3;
}

.ketenquote {
	border-bottom-style: solid;
	border-top-style: solid;
	border-color: #353763;
	border-width: 1px;
	margin-bottom: 46px;
	margin-top: 50px;
}

p.section-subheading {
	text-align: center;
	color: #00BBE3;
	font-family: 'FS Joey HeavyItalic', 'FS Joey Bold', Arial, sans-serif!important;
	font-size: 35px;
	margin: 15px 0px 15px 0px;
	line-height: 1;
	font-style: italic!important;
}

p.section-subheading-light {
	text-align: center;
	color: #5E266A;
	font-family: 'FS Joey HeavyItalic', 'FS Joey Bold', Arial, sans-serif!important;
	font-size: 35px;
	margin: 5px 0px 15px 0px;
	line-height: 1;
	font-style: italic!important;
}


/*section locatie*/

.location-box {
	background-color: #004E8F;
	padding: 5px;
	margin:50px 0px 50px 0px;
}

h4.location-box-header {
	color: white;
	padding: 10px 0px 10px 0px;
	text-align: center;
	background-color: #004E8F;
}

.location-data-wrap {
	padding: 20px;
	display: block;
	margin: auto;
}

ul.location-data {
	list-style-type: none;
}

ul.location-data li {
	color: white;
}

li a.linkmaps {
	color: #FBAF19;
}

section#aanmelden {
	background-color: white;
	background-repeat: no-repeat;
	background-position: center;
}

section#aanmelden .section-heading {
	color: #fff;
}


/* 
section#aanmelden .form-group {
  margin-bottom: 25px;
}

section#aanmelden .form-group input,
section#aanmelden .form-group textarea {
  padding: 20px;
}

section#aanmelden .form-group input.form-control {
  height: auto;
}

section#aanmelden .form-group textarea.form-control {
  height: 248px;
}

section#aanmelden .form-control:focus {
  border-color: #fed136;
  -webkit-box-shadow: none;
  box-shadow: none;
}

section#aanmelden ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Nunito Bold', Arial, sans-serif;
}

section#aanmelden :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Nunito Bold', Arial, sans-serif;
}

section#aanmelden ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Nunito Bold', Arial, sans-serif;
}

section#aanmelden :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Nunito Bold', Arial, sans-serif;
} */


/*textareas & inputs*/


/* .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
 */

input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	display: block;
	width: 100%;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-exclusive-checkbox span.wpcf7-list-item.first.last input {
	display: inline;
	width: inherit;
}

.wpcf7-exclusive-checkbox.checkit span.wpcf7-list-item {
	display: block;
}

.wpcf7-exclusive-checkbox.checkit span.wpcf7-list-item * {
	/* 	display: block;
	background-color:red; */
}

.comment-form-comment textarea {
	overflow: hidden;
}

input::after,
input::before,
textarea#comment::after,
textarea#comment::before {
	-webkit-box-sizing: none;
	-moz-box-sizing: none;
	box-sizing: none;
}

input::selection,
textarea#comment::selection,
textarea.wpcf7-textarea::selection {
	color: white;
	background-color: #f8ba2c;
}

input::-moz-selection,
textarea#comment::-moz-selection,
textarea.wpcf7-textarea::-moz-selection {
	color: white;
	background-color: #f8ba2c;
}

textarea.wpcf7-form-control.wpcf7-textarea:hover,
textarea.wpcf7-form-control.wpcf7-textarea:focus,
textarea.wpcf7-form-control.wpcf7-textarea:active,
input.wpcf7-form-control:hover,
input.wpcf7-form-control:focus,
input.wpcf7-form-control:active {
	cursor: pointer;
	background-color: #d6fffc;
	transition: color 0.2s ease 0s !important;
}

textarea.wpcf7-form-control.wpcf7-textarea {
	height: 100px;
	/* 	margin-top: 68px; */
}

input#submit.submit:focus,
input#submit.submit:hover,
input#submit.submit:active {
	color: black;
	-webkit-box-shadow: inset 0px 0px 0px 2px black;
	-moz-box-shadow: inset 0px 0px 0px 2px black;
	box-shadow: inset 0px 0px 0px 2px black;
	background: white;
	cursor: pointer;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 10px 0 0px;
}

div.wpcf7 form.wpcf7-form span.ajax-loader {
	width: 91px;
	height: 91px;
	background-repeat: no-repeat;
	background-image: url(img/loading.svg);
	background-size: 91px 91px;
}

.wpcf7-radio.keuze span.wpcf7-list-item.last label {
	margin-left: 60px;
}


/*checkboxes label first vertical*/

span.wpcf7-list-item {
	display: table-row!important;
}

span.wpcf7-list-item * {
	display: table-cell!important;
	margin-right: 10px!important;
}

.wpcf7-exclusive-checkbox span.wpcf7-list-item.last span.wpcf7-list-item-label {
	padding-right: 10px;
}

.paragraph.initiatief p {
	font-size: 19px;
}




/* Fancybox basics */


.kk-gallery .fancybox__backdrop {
	background: rgba(255, 255, 255, 0.9996);
}

.kk-gallery .fancybox__toolbar {
	background:none;
}

.kk-gallery.fancybox__container {
  direction: ltr;
  color: #00B5DD!important;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
  --fancybox-thumbs-border-radius: 0%;
  --fancybox-accent-color: #00B5DD;
}

.kk-gallery .fancybox__toolbar {
   text-shadow: none;
}


#fotogallerij ul a img {
	margin-bottom:6px;
}


/********************************* blueimp ********************************* */


/*WordPress Gallery*/

#gallery-1 {
	margin: auto;
}

#gallery-1 .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: inherit;
}

#gallery-1 img {
	border: 2px solid white;
}

#gallery-1 .gallery-caption {
	margin-left: 0;
}


/* see gallery_shortcode() in wp-includes/media.php */

.blueimp-gallery {
	background: rgba(255, 255, 255, 0.96);
}

.blueimp-gallery>.close,
.blueimp-gallery>.title {
	opacity: 1.0!important;
	text-shadow: none!important;
}

.blueimp-gallery-display a.close i.fa.fa-times {
	color: #f58220;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.blueimp-gallery-display a.close i.fa.fa-times:hover,
.blueimp-gallery-display a.close i.fa.fa-times:focus {
	color: #00BBE3;
}

.blueimp-gallery>.prev,
.blueimp-gallery>.next {
	border: none!important;
	background: none!important;
	background-color: none!important;
}

.blueimp-gallery>.indicator>li {
	display: none;
}

.blueimp-gallery>.slides>.slide>.slide-content {
	border-width: 2px;
	border-color: white;
	border-style: solid;
	cursor: pointer;
	-webkit-box-shadow: 10px 24px 9px -18px rgba(0, 0, 0, 0.42);
	-moz-box-shadow: 10px 24px 9px -18px rgba(0, 0, 0, 0.42);
	box-shadow: 10px 24px 9px -18px rgba(0, 0, 0, 0.42);
}

.blueimp-gallery>.prev,
.blueimp-gallery>.next {
	opacity: 1.0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 60px;
	font-weight: 100;
	line-height: 30px;
	color: #002D55!important;
	text-shadow: none;
	text-align: center;
	cursor: pointer;
}

.blueimp-gallery-controls.blueimp-gallery-display a.prev i.fa.fa-arrow-left,
.blueimp-gallery-controls.blueimp-gallery-display a.next i.fa.fa-arrow-right {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.blueimp-gallery-controls.blueimp-gallery-display a.prev i.fa.fa-arrow-left:hover,
.blueimp-gallery-controls.blueimp-gallery-display a.prev i.fa.fa-arrow-left:focus,
.blueimp-gallery-controls.blueimp-gallery-display a.next i.fa.fa-arrow-right:hover,
.blueimp-gallery-controls.blueimp-gallery-display a.next i.fa.fa-arrow-right:focus {
	color: #00BBE3;
}





/* video embed */

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	margin: 40px 0px 40px 0px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}






/*
|--------------------------------------------------------------------------
|ToTop
|--------------------------------------------------------------------------
*/


/* return to top */

#return-to-top {
	z-index: 999;
	position: fixed;
	bottom: 20px;
	right: 15px;
	background: #B1DFF7;
	background: rgba(174, 225, 246, 0.7);
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#return-to-top i {
	color: #fff;
	padding: auto;
	position: relative;
	left: 20px;
	top: 5px;
	font-size: 19px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#return-to-top:hover {
	background-color: #B1DFF7;
}

#return-to-top:hover i {
	color: #fff;
	top: -7px;
}

#return-to-top:active a,
#return-to-top:focus a {
	outline: none;
}

#return-to-top:active i,
#return-to-top:focus i {
	outline: none;
}

footer {
	padding: 25px 0;
	text-align: center;
	background-color: white;
}

footer span.copyright {
	font-size: 90%;
	line-height: 40px;
	text-transform: none;
	font-family: 'FS Joey Bold', Arial, sans-serif;
}

footer ul.quicklinks {
	font-size: 90%;
	line-height: 40px;
	margin-bottom: 0;
	text-transform: none;
	font-family: 'FS Joey Bold', Arial, sans-serif;
}

ul.social-buttons {
	margin-bottom: 0;
}

ul.social-buttons li a {
	font-size: 20px;
	line-height: 50px;
	display: block;
	width: 50px;
	height: 50px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	color: white;
	border-radius: 100%;
	outline: none;
	background-color: #212529;
}

ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover {
	background-color: #fed136;
}


/*********************************  Laptop < 1400 *********************************/

@media only screen and (max-width: 1400px) {
	#mainNav {
		padding-top: 0px;
	}
	.h-100 {
		margin-top: 8%;
	}
	header.masthead {
		height: 100vh;
		min-height: 20rem;
		padding-top: 25px;
		padding-bottom: 0;
		margin-bottom: 40px;
	}
	.scroll-down-wrap {
		bottom: 9px;
	}
	h4.event-title {
		font-size: 26px;
	}
	h4.event_teaser {
		padding: 0px;
	}
	.event-box {
		padding: 3px;
	}

	.ketenkracht-thema-box {
		width: 59%;
		padding-bottom: 59%;
		height: 90px;
		width: 90px;
		margin-right:5px;
	}

	h5.event-date {
		font-size: 19px;
	}
	.img_logo_mobile {
		margin-top: 30px;
	}
	.event-intro-text {
		margin-top: 5%;
	}
	.logo_title_event {
		top: -189px;
		left: -50%;
		background-size: 80%;
	}
	.date_circel {
		background-size: 55%;
		left: 20px;
		top: 350px;
	}
	.programma-location {
		padding: 14px;
		font-size: 17px;
	}
}


/*********************************  Smaller Laptop Screens > 1200 *********************************/

@media only all and (max-width:1200px) {
	.h-100 {
		margin-top: 8%;
	}
	header.masthead h1 {
		font-size: 49px;
	}
	.ketenkracht-thema-box {
		width: 59%;
		padding-bottom: 59%;
		height: 72px;
		width: 72px;
		margin-right:5px;
	}
	.programma-date span.day {
		font-size: 30px;
	}
	.programma-date span.month {
		font-size: 17px;
	}
	.programma-what p,
	.programma-what ul li {
		font-size: 14px;
		margin-bottom: 10px;
	}
}


/*********************************  Smaller Screens < 1000 *********************************/

@media only screen and (max-width: 1000px) {
	
	.h-100 {
		margin-top: 15%;
	}
	
	
	.ketenkracht-box.bg.beeldmerk h1.event_title {
		font-size: 37px;
	}

	h4.event_teaser {
		padding: 0px;
		color: white;
		text-shadow: none;
		font-size: 19px;
	}
	.ketenkracht-box p.text-white-75.font-weight-light.mb-5 {
		font-size: 16px;
		line-height: 1;
		color: white;
	}
}


/********************************* Fix C-T-A btn Smaller Screens  < 990px *********************************/

@media only all and (max-width:990px) {
	header.masthead h1 {
		font-size: 42px;
	}
	a.btn.btn-primary.btn-xl.js-scroll-trigger {
		font-size: 18px !important;
	}
}


/*********************************  iPad (Landscape) < 1024 *********************************/


/* @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	.h-100 {
		margin-top: 8%;
	}
	.logo_title_event {
		top: -189px;
		left: -180px;
		background-size: 80%;
	}
}


/* ----------- High Resolution Screens (o.a Retina) ----------- */

@media	only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-o-min-device-pixel-ratio: 13/10),
only screen and (min-resolution: 120dpi) {
	.h-100 {
		margin-top: 0%;
	}

}


/*********************************  Tablet HD / Ipad Air Portrait < 767 *********************************/

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1.3) and (-o-min-device-pixel-ratio:1.3) and (min-resolution:120dpi) {
	header.masthead {
		height: 75vh;
		padding-top: 30px;
		padding-bottom: 0;
		margin-bottom: 0px;
	}
}




/*********************************  iPad (Portrait) < 1024 *********************************/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	header.masthead {
		height: 30vh;
	}
	
	header.masthead:before {
		background-image: url("img/KetenKracht_bg.svg");
		background-position: 24% 6%;
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-size: 114%;
		content: ' ';
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		opacity: 0.4;
	}
	.event-intro-text {
		z-index: 3;
		margin-top: -100px;
	}
	.wpcf7-form-control.wpcf7-radio.keuze {
		display: flex!important;
	}
	#scroll-down {
		display: none;
	}
}



/*********************************  mobile devices < 767 *********************************/

@media only screen and (max-width: 767px) {
	body {
		font-size: 18px!important;
	}
	.img_logo_mobile {
		margin-top: 0px;
	}
	.h-100 {
		margin-top: 10%;
	}
	header.masthead {
		min-height: inherit!important;
		height: inherit!important;
		padding-top: 30px;
		padding-bottom: 0;
		margin-bottom: 0px;
	}
	header.masthead:before {
		background-image: url("img/KetenKracht_bg.svg");
		background-position: 24% 6%;
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-size: 114%;
		content: ' ';
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		opacity: 0.4;
	}
	
	section.ketenkracht-events-home {
		padding-top:0px;
	}
	.header-eventlist {
		margin-top:20px;
	}
	
	.ketenkracht-thema-box {
		width: 70px;
		height: 70px;
		margin-right:2px;
	}

	p.text-white-75.font-weight-light.mb-5 {
		color: white;
		margin-bottom: 0px!important;
	}
	#scroll-down {
		display: none;
	}
	h5.event-date {
		font-size: 16px;
	}
	h4.event-title {
		color: black;
		font-size: 19px;
	}
	.event-intro-text {
		margin-top: 0px;
	}
	h3.event-subtitle {
		margin: 0px;
	}
	h2.intro-subheading {
		color: #004E8F;
		text-align: center;
		margin-bottom: 35px;
		margin-top: 0px;
		font-size: 30px;
	}
	.spreker-foto img {
		width: 57%;
	}
	ul.location-data {
		padding: 0px;
		margin: 0px;
	}
	.algemene_info_box li {
		margin-bottom: 20px;
		color: white;
		font-size: 20px;
	}
	.algemene_info_box ul {
		padding: 0px;
	}
	.wpcf7-form-control.wpcf7-radio.keuze {
		display: flex!important;
	}
	.wpcf7-list-item.first label span.wpcf7-list-item-label,
	.wpcf7-list-item.last label span.wpcf7-list-item-label {
		font-size: 15px;
	}
	textarea.wpcf7-form-control.wpcf7-textarea {
		margin-top: 0px;
	}
	input.wpcf7-form-control,
	textarea.wpcf7-form-control {
		font-size: 12px;
	}
	input.wpcf7-form-control.wpcf7-submit.btn-primary {
		font-size: inherit;
	}
	.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox span.wpcf7-list-item-label {
		font-size: 20px;
	}
	span#locatie.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox input[type=checkbox] {
		-ms-transform: scale(2);
		/* IE */
		-moz-transform: scale(2);
		/* FF */
		-webkit-transform: scale(2);
		/* Safari and Chrome */
		-o-transform: scale(2);
		/* Opera */
	}
	.blueimp-gallery-controls.blueimp-gallery-display a.prev i.fa.fa-arrow-left,
	.blueimp-gallery-controls.blueimp-gallery-display a.next i.fa.fa-arrow-right,
	.blueimp-gallery>.indicator>li {
		display:none;
	}
	h2.intro-subheading.emphasis {
		font-size: 33px;
		line-height: 32px;
		margin:10px 0px 10px 0px;
	}
	.info-locaties {
		margin-top: 10px;
	}
	h4.publication {
		font-size: 25px;
	}
}


