

/* 
	
	Talenten.net
	2019 Always Awake bvba

	Well hello there. Seems you are interested in our code. That's great. Why not work together? ;)
	  
	info@alwaysawake.be
	
	mrld grid theme

	Colors
	 	
	#202020 		text
	#25A3D8			hyperlink
	#60AE40			active
	#A8C740 		hover

	 
	z-index order

	1 content
	99 fb messenger button
	100 active overlay
	101 priority message
	102 menu
	200 active z-index-200 overlay
	201 fb messenger content, active priority message 
	 
*/

@import url(//fonts.googleapis.com/css?family=Nunito+Sans:400,700|Poppins:600);

@import url("src/fontawesome/css/fontawesome.min.css");
@import url("src/fontawesome/css/regular.min.css");
@import url("src/fontawesome/css/brands.min.css");

/* Cookiebar */

#aa-cookiebar { display: none; }
#aa-cookiebar-container { position: fixed; bottom: 0; left: 0; right: 0; background: #e1e1e1; color: #1f1f1f; padding: 5px; width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-end; align-items: center; align-content: stretch; z-index: 999; }
#aa-cookiebar-message { flex: 1; margin-right: 2em; margin-left: 10px; font-family: Arial, sans-serif; font-weight: 400; font-size: 15px; text-align: left; }
#aa-cookiebar-message a { color: #1f1f1f; text-decoration: underline; }
#aa-cookiebar-dismiss { position: relative; margin: 0px; text-align: center; }
#aa-cookiebar-dismiss a { position: relative; display: inline-block; vertical-align: middle; padding: 0.7em 2em; min-width: 100px; font-family: Arial, sans-serif; font-weight: 700; font-size: 15px; color: #fefefe; background: #0a9ddf; border-radius: 3px; -webkit-border-radius: 3px; }
#aa-cookiebar-dismiss a:hover { opacity: 0.8; cursor: pointer; }

@media only screen and (max-width: 580px) { #aa-cookiebar-message { font-size: 12px !important; -webkit-text-size-adjust: none; text-size-adjust: none; margin: 5px 10px 10px 10px; } }
@media only screen and (max-width: 460px) { #aa-cookiebar-container > * { flex: 1 100%; } }
@media print { #aa-cookiebar { display: none !important; } }

/* Preview */

#myti-preview-header { position: fixed; bottom: 0; left: 0; z-index: 1000; }
#myti-preview-header p { position: relative; display: inline-block; vertical-align: middle; padding: 10px 20px; margin: 0; height: 36px; background: #14B9D6; color: #fefefe; font-family: Arial, Helvetica, sans-serif; font-size: 1.6rem; font-weight: bold; text-transform: uppercase; }
#myti-preview-header p:before { content: "\f135"; font-family: "Font Awesome 5 Pro"; font-weight: 400; float: left; font-weight: normal; margin-top: -3px; margin-right: 10px; margin-left: -10px; font-size: 24px; }

/* Basics */

#overlay { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(255,255,255,0.6); z-index: -1; display: none; }
#overlay.active { display: block; z-index: 100; }
#overlay.active.z-index-200 { display: block; z-index: 200; }

html { color: #202020; font-family: 'Nunito Sans', sans-serif; font-weight: 400; font-size: 62.5%; width: 100%; margin: 0px; padding: 0px; height: 100%; box-sizing: border-box; }
body { margin: 0px; padding: 0px; height: 100%; min-height: 100%; overflow-y: scroll; overflow-x: hidden; background: #eeeeee; font-size: 1.5rem; }

*, *:before, *:after { box-sizing: inherit; }
img { position: relative; display: block; border: 0; }
h1, h2, h3, h4, h5, h6, p, a { padding: 0; margin: 0; }
b, strong { font-weight: 700; }
button:hover, .linkable:hover { cursor: pointer; }
td { vertical-align: top; }
.clear { clear: both; }
.responsive-show, .responsive-show-inline-block { display: none !important; }
.display-none { display: none; }
.nowrap { white-space: nowrap; }
.truncate { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.float-right { float: right; }
a {	color: #202020;	text-decoration: none; }
.txt a { text-decoration: underline; }
a:hover {	color: #A8C740; }

/* Header */

.header-scroll { transition: top 0.1s ease-in-out; }
#header-responsive.header-scroll.nav-down, #header-flow.header-scroll.nav-down { top: 0px; }

nav { position: relative; text-align: right; padding: 0px; }
nav a { position: relative; display: inline-block; font-family: 'Poppins', sans-serif; font-weight: 600; text-transform: none; font-size: 1.8rem; color: #202020; padding: 19px; margin: 0px; overflow: hidden; vertical-align: bottom; letter-spacing: 0px; transition: all 500ms ease-in-out; }
nav a:hover { color: #A8C740; transition: all 0ms ease-in-out; }
nav a.active { color: #25A3D8; }
.lang { position: relative; text-align: right; padding: 0px; }
.lang a { position: relative; display: inline-block; font-family: 'Poppins', sans-serif; font-weight: 600; text-transform: none; font-size: 1.8rem; color: #202020; padding: 19px; margin: 0px; overflow: hidden; vertical-align: bottom; letter-spacing: 0px; }
.lang a:hover { color: #60AE40; background: 0; }
.lang a.active { color: #25A3D8; }
.logo { position: relative; display: inline-block; float: left; padding: 0px; margin: 0px; }

#action { position: relative; background: #25A3D8; }
#action .centerize .box { text-align: center; color: #fafafa; }
#action .centerize .box h1 { color: #fafafa; }

#header_logged_in { position: relative; background: #C3E5F5; color: #114A65; padding: 10px 10px 10px 20px; text-align: right; }
#header_logged_in p:before { position: relative; display: inline-block; content: "\f007"; font-family: "Font Awesome 5 Pro"; font-weight: 400; font-size: 80%; top: -1px; left: -10px; }
#header_logged_in p a { margin-left: 1rem; font-weight: 700; color: #0B2F3F; border-bottom: 2px solid #114A65; white-space: nowrap; }
#header_logged_in p a:hover { color: #25A3D8; border-color: #25A3D8; }

/* Facebook Page Plugin */

#fb-page-msg-icon { position: fixed; bottom: 10px; right: 10px; text-align: center; padding: 5px 10px; background: #0084FF; border-radius: 24px; border-bottom-right-radius: 0; z-index: 99; }
#fb-page-msg-icon:hover { cursor: pointer; animation: aa-ani-shake 1s ease-in; }
#fb-page-msg-icon:before { position: relative; display: inline-block; content: "\f09a"; font-family: "Font Awesome 5 Pro"; font-weight: 400; color: #fefefe; font-size: 2.4rem; padding: 10px; }
#fb-page-msg-cn { position: fixed; bottom: 10px; right: 10px; padding: 25px 0px; min-height: 320px; width: 300px; background: #fefefe; border-radius: 24px; border-bottom-right-radius: 0; z-index: 201; box-shadow: 0px 0px 100px rgba(0,0,0,0.4); display: none; }
#fb-page-msg-cn .close { position: absolute; top: -28px; right: -8px; }
#fb-page-msg-cn .close:hover { cursor: pointer; }
#fb-page-msg-cn .close:before { position: relative; display: block; content: "\f00d"; font-family: "Font Awesome 5 Pro"; font-weight: 400; font-size: 2.4rem; width: 2.4rem; height: 2.4rem; text-align: center; color: #333; background: #fefefe; padding: 10px; border-radius: 50%; } 

@media only screen and (max-width: 820px) {
	#fb-page-msg-cn { position: absolute; top: 30px; right: 10px; bottom: 10px; width: 340px; }
}

/* mrld Grid */

section { padding: 0px 10px; margin: 0px; text-align: center; }
.centerize { margin: 0 auto; }
.grid { position: relative; display: inline-block; vertical-align: top; }
.box { position: relative; display: flex; flex-direction: column; height: 100%; text-align: left; padding: 20px; margin: 10px; border-radius: 3px; }
.box-main { flex: 1 0 auto; }
.box-footer { flex: none; padding-top: 20px; }

.w-12 { width: 100%; }
.w-11 { width: 91.66%; }
.w-10 { width: 83.33%; }
.w-9 { width: 75%; }
.w-8 { width: 66.66%; }
.w-7 { width: 58.33%; }
.w-6 { width: 50%; }
.w-5 { width: 41.66%; }
.w-4 { width: 33.33%; }
.w-3 { width: 25%; }
.w-2 { width: 16.66%; }
.w-1 { width: 8.33%; }

.add-background { position: relative; background: #fefefe; }
.flexbox-centering { height: 100%; display: flex; justify-content: center; align-items: center; }
.flexbox-centering > .flexbox-centering-inside { position: relative; }
.grid.glue-bottom { margin-bottom: -20px; }
.grid.glue-top { margin-top: -20px; }
a, a > i, .add-transition, .add-transition > * { transition: all 200ms ease-in-out; }
a:hover, a:hover > i, .add-transition:hover, .add-transition:hover > * { transition: all 100ms ease-in-out; }

.box.edge-to-edge { margin: 0px; }

.box-item { position: relative; margin: 0px; padding: 0px 0px 20px 0px; }
.box-item:last-child { padding-bottom: 0px; }
.box-item.img img { height: auto; }
.box-item.edge-to-edge { margin: 0px -20px 0px -20px; }
.box-item.edge-to-edge:first-child { margin-top: -20px; }
.box-item.edge-to-edge:only-child { margin-bottom: -20px; }

/* mrld box elements */

.box .ttl h1 { margin: 0px; line-height: 1em; font-family: 'Poppins', sans-serif; font-weight: 600; text-transform: none; font-size: 1.8rem; }
.grid-ttl .box .ttl h1 { font-size: 3.2rem; }
.box .ttl h1 a i { position: relative; margin-right: 0.5em; vertical-align: top; top: 0px; }
.box .ttl h1 a:hover i { top: -6px; }
.box .txt h1, .box .txt h2, .box .txt h3, .box .txt h4 { margin-bottom: 20px; line-height: 1.2em; }
.box .txt h5, .box .txt h6, .box .txt p { margin-bottom: 20px; line-height: 1.4em; }
.box .ttl h1 { font-size: 2.4rem; }
.box .txt h1 { font-size: 2.4rem; }
.box .txt h2 { font-size: 2.2rem; }
.box .txt h3 { font-size: 2.0rem; }
.box .txt h4 { font-size: 1.8rem; font-weight: 700; }
.box .txt h5 { font-size: 1.6rem; }
.box .txt h6 { font-size: 1.6rem; }
.box .txt p, .box .txt { font-size: 1.6rem; line-height: 1.4em; }
.box .txt > *:last-child { margin-bottom: 0px; }

.box .img img { display: block; height: auto; margin: 0 auto; max-width: 100%; }
.box .img.add-play-icon:before { position: absolute; top: 50%; left: 50%; margin-top: -4.6rem; margin-left: -3.6rem; color: #fefefe; content: "\f04b"; font-family: "Font Awesome 5 Pro"; font-weight: 400; font-size: 3.6rem; width: 7.2rem; height: 7.2rem; line-height: 7.2rem; text-align: center; padding-left: .5rem; vertical-align: middle; z-index: 2; background: rgba(0,0,0,.6); border-radius: 64px; transition: all 200ms ease-in-out; }
.linkable .box:hover .img.add-play-icon:before { background: #A8C740; box-shadow: 0px 0px 0px 5px #A8C740; transition: all 100ms ease-in-out; }
.box.has-float-img .img { display: inline-block; float: right; padding-left: 20px; max-width: 40%; }

.box .ytb, .box .vmo {  position: relative; padding-bottom: 54.25%; padding-top: 10px; margin: 0px 0px 20px 0px; height: 0; overflow: hidden; }
.box .ytb.square, .box .vmo.square {  padding-bottom: 100%; }
.box .ytb iframe, .box .vmo iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.box .google-map { min-width: 100%; position: relative; }
.box .google-map iframe { width: 100%; height: 300px; display: block; }

.box .files { position: relative; text-align: left; }
.box .files .item { position: relative; display: inline-block; vertical-align: top; min-width: 30%; max-width: 100%; }
.box .files .item a { position: relative; color: #fefefe; background: #60AE40; display: block; margin: 5px; min-height: 28px; overflow: hidden; text-align: left; padding: 0; border-radius: 32px; }
.box .files .item a .filename { position: relative; padding: 4px 10px 2px 50px; font-size: 2.1rem; font-weight: 400; text-transform: none; }
.box .files .item a .fileext { position: relative; font-size: 1.0rem; padding: 0px 0px 6px 50px; font-weight: 700; text-align: left; }
.box .files .item a i { position: absolute; left: 0px; top: 0px; width: 52px; text-align: center; color: #fefefe; font-size: 2.4rem; padding: 15px 5px; }
.box .files .item:hover a { background: #A8C740; }

.box .share { position: relative; text-align: right; }
.box .share > i { font-size: 2.0rem; width: 4.4rem; padding: 1.2rem; margin: 2px; vertical-align: middle; color: #202020; background: 0; text-align: center; }
.box .share a { position: relative; display: inline-block; vertical-align: top; margin: 2px; }
.box .share a i { font-size: 2.0rem; width: 4.4rem; padding: 1.2rem; vertical-align: top; color: #fefefe; background: #60AE40; text-align: center; border-radius: 32px; }
.box .share a:hover i { cursor: pointer; padding: 1.4rem 1.2rem 1.0rem 1.2rem; color: #fefefe; background: #A8C740; }
.box .share a:hover { margin: 4px 2px 0px 2px; }

.box .forward { position: relative; text-align: center; }
.box .forward a { position: relative; display: inline-block; vertical-align: middle; color: #fefefe; background: #60AE40; font-family: 'Poppins', sans-serif; font-weight: 600; text-transform: none; font-size: 1.6rem; padding: 7px 32px 7px 12px; border-radius: 24px; margin: 0px; z-index: 1; transition: all 200ms ease-in-out; }
.box .forward a i { margin-right: .5em; }
.box .forward a:before { font-family: "Font Awesome 5 Pro"; font-weight: 400; content: "\f105"; font-size: 2.0rem; color: #fefefe; position: absolute; right: 10px; top: 50%; margin-top: -1.1rem; z-index: -1; transition: right 100ms ease-in-out; }
.box .forward a:hover, .linkable > .box:hover .forward a { color: #fefefe; background: #A8C740; transition: all 0ms ease-in-out; }
.box .forward a:hover:before, .linkable > .box:hover .forward a:before { color: #fefefe; right: 5px; font-size: 2.9rem; margin-top: -1.6rem; transition: right 100ms ease-in-out; }

.box .social { position: relative; text-align: left; }
.box .social a { position: relative; display: inline-flex; justify-content: center; align-items: center; margin: 2px; width: 6rem; height: 6rem; background: #60AE40; text-align: center; border-radius: 32px; }
.box .social a i { font-size: 2.4rem; color: #fefefe; }
.box .social a:hover { color: #fefefe; background: #A8C740; }

.box .badge { position: absolute; background: #A8C740; height: 4rem; top: -1.25rem; right: -1.25rem; min-width: 4rem; text-align: center; line-height: 4rem; font-size: 2rem; font-weight: bold; border-radius: 50%; color: #ffffff; }
.box .badge.empty { background: #E74443; }

/* mrld responsive */

@media only screen and (min-width: 1600px) { 
	.centerize { width: 1520px; }
}

@media only screen and (min-width: 1240px) and (max-width: 1600px) { 
	.centerize { width: 1220px; } 
}

@media only screen and (min-width: 1024px) and (max-width: 1240px) { 
	.centerize { width: 970px; }
	.centerize > .w-4 { width: 33.333%; } 
}

@media only screen and (max-width: 1240px) {
	.responsive-hide.responsive-1240px { display: none !important; }
	.responsive-show.responsive-1240px { display: block !important; }	
	.responsive-show-inline-block.responsive-1240px { display: inline-block !important; }
	.grid.glue-bottom { margin-bottom: -10px; }
	.grid.glue-top { margin-top: -10px; }
	.box { padding: 10px; }
	.box-item { padding-bottom: 10px; }
	.box-item.edge-to-edge { margin: 0px -10px 0px -10px; }
	.box-item.edge-to-edge:first-child { margin-top: -10px; }
	.box-item.edge-to-edge:only-child { margin-bottom: -10px; }	
	.box .txt h1, .box .txt h2, .box .txt h3, .box .txt h4, .box .txt h5, .box .txt h6, .box .txt p { margin-bottom: 10px; }	
	.box-footer { padding-top: 10px; }
	.w-6 { width: 50%; }
}

@media only screen and (min-width: 820px) {
	main { padding-bottom: 100px; }
	header { min-height: 100px; }
	#header-responsive { display: none; }
	#header-flow { position: fixed; width: 100%; min-height: 70px; background: #fefefe; text-align: center; vertical-align: top; z-index: 102; }
	#header-flow nav { position: relative; display: inline-block; float: right; width: auto; margin-right: 20px; }
	#header-flow .logo { width: auto; padding: 20px; }
	#header-flow .logo img { position: relative; display: inline-block; vertical-align: top; width: auto; max-width: 100%; max-height: 60px; padding: 0px; }
	#header-flow nav a { padding: 36px 16px; }
	#header-flow.header-scroll.nav-up { top: -100px; }
	#breadcrumbs { position: relative; background: #fefefe; padding: 10px; text-align: left; margin-bottom: 10px; }
	#breadcrumbs a { position: relative; display: inline-block; vertical-align: top; padding: 4px 10px; font-size: 1.5rem; color: #202020;  }
	#breadcrumbs a:hover { color: #A8C740; }
	#breadcrumbs a i { position: relative; display: inline-block; font-size: 80%; top: -1px; margin-right: 6px; } 
	#breadcrumbs a:not(:first-child):before { position: relative; display: inline-block; content: "\f105"; font-family: "Font Awesome 5 Pro"; font-weight: 400; font-size: 80%; top: -1px; left: -10px; }
	.box .share a.responsive-show { display: none; }
}

@media only screen and (min-width: 820px) and (max-width: 1240px) {
	#header-flow .logo { padding: 20px 0px 20px 20px; }
	#header-flow .logo img { max-height: 30px; }
	#header-flow nav { margin-right: 10px; }
	#header-flow nav a { font-size: 16px; padding: 22px 10px; }
	header { min-height: 70px; }	
}

@media only screen and (min-width: 820px) and (max-width: 1024px) { 
	.centerize { width: 100%; margin: 0; } 
}

@media only screen and (max-width: 820px) { 
	html { font-size: 50%; }
	.responsive-hide { display: none !important; }
	.responsive-show { display: block !important; }
	.responsive-show-inline-block { display: inline-block !important; }
	.responsive-full-width { width: 100% !important; }	
	.centerize { width: 100%; margin: 0; }
	[class^="w-"], [class*=" w-"] { width: 100%; }
	.box .txt .table-container { overflow-x: auto; display: block; width: 100%; background: radial-gradient(farthest-side at 0% 50%, rgba(0,0,0,.2), rgba(0,0,0,0)), radial-gradient(farthest-side at 100% 50%, rgba(0,0,0,.2), rgba(0,0,0,0)) 100% 0; background-color: rgba(255,255,255,.1); background-repeat: no-repeat; background-size: 10px 100%; margin-bottom: 15px; }
	.box .txt .table-container table { background: linear-gradient(to right, #000000 30%, rgba(255,255,255,0)), linear-gradient(to left, #000000 30%, rgba(255,255,255,0)) 100% 0; background-size: 50px 100%; background-repeat: no-repeat; max-width: none; margin-bottom: 0;	}
	.box .txt .table-container::-webkit-scrollbar {	-webkit-appearance: none;	width: 14px; height: 14px; }
	.box .txt .table-container::-webkit-scrollbar-thumb {	border-radius: 8px;	border: 3px solid #fafafa; background-color: #fafafa; }
	.google-map iframe { height: 200px; }

	#header-flow { display: none; }
	header { min-height: 50px; }
	#header-responsive { position: fixed; width: 100%; z-index: 102; background: #fefefe; min-height: 50px; }
	#header-responsive.active nav { height: 100vh; padding-bottom: 50vh; overflow-y: scroll; }
	#header-responsive.header-scroll.nav-up { top: -50px; }
	#header-responsive nav, #header-responsive .lang { position: relative; text-align: left; width: 100%; margin: 0px; padding: 0px; display: none; }
	#header-responsive nav .item { position: relative; display: inline-block; text-align: center; width: 50%; background: #fefefe; line-height: 80px; }
	#header-responsive nav .item a { position: relative; display: inline-block; vertical-align: middle; margin: auto 0; padding: 10px 0px; color: #202020; line-height: 1em; font-size: 1.8rem; }
	#header-responsive .lang a { position: relative; display: block; width: 100%; text-align: center; padding: 20px 24px; border: 0; color: #202020; background: #fefefe; border-radius: 0; margin: 0; line-height: 1em; }
	#header-responsive .lang a.active { color: #25A3D8; }
	#header-responsive nav .item.active a, #header-responsive .lang a.active { color: #25A3D8; }	
	#header-responsive .logo img { height: 50px; padding: 10px; width: auto; }
	#menu-responsive-btn { position: relative; float: right; width: 54px; height: 50px; color: #202020; border: 0; overflow: hidden; }
	#menu-responsive-btn:hover, #lang-responsive-btn:hover { cursor: pointer; }
	#menu-responsive-btn:before { content: "\f0c9"; font-family: "Font Awesome 5 Pro"; font-weight: 400; font-size: 20px; position: absolute; display: block; padding: 15px 6px; right: 0px; top: 0px; width: 41px; text-align: center; color: #202020; background: 0; transition: all 100ms ease-in-out; }
	#menu-responsive-btn.active:before { transform: rotate(90deg); content: "\f00d"; transition: all 100ms ease-in-out; }	
	#lang-responsive-btn { position: relative; float: right; color: #202020; padding: 13px 12px; border: 0; font-weight: 700; text-transform: uppercase; font-size: 20px; }

	.responsive-dropdown { position: fixed; z-index: 3; width: 100%; padding: 0px; background: #fefefe; margin: 0px; }
	.responsive-dropdown select { appearance: none; -webkit-appearance: none; -moz-appearance: none; background: transparent; width: 100%; padding: 10px 30px 10px 10px; margin: 0px; font-size: 1.6rem; color: #25A3D8; box-shadow: 0 0; border: 0; height: 46px; padding-right: 52px; }
	.responsive-dropdown select option { color: #202020; background: #fefefe; font-size: 1.6rem; font-weight: 400; }
	.responsive-dropdown:after { content: "\f078"; font-family: "Font Awesome 5 Pro"; font-weight: 400; font-size: 1.6rem; position: absolute; display: block; padding: 0px 0px; right: 0px; top: 0px; z-index: -1; width: 54px; line-height: 46px; text-align: center; color: #202020; background: 0; }
	.responsive-dropdown-spacer { position: relative; height: 45px; }
	
}

@media only screen and (min-width: 480px) and (max-width: 820px) {
	.w-3, .w-4, .w-5, .w-6 { width: 50%; }
}

@media only screen and (max-width: 480px) { 
	.centerize { width: 100%; margin: 0; }
	[class^="w-"], [class*=" w-"] { width: 100%; }
}

/* Template */

#container { position: relative; min-height: 100%; display: flex; flex-direction: column; }

header { position: relative; flex: none; z-index: 102; }
footer { position: relative; flex: none; z-index: 61; }
main { position: relative; flex: 1 0 auto; }

.paginate-table { clear: both; position: relative; padding: 20px; margin: 0px; z-index: 1; text-align: center; }
.paginate-table a, .paginate-table span { position: relative; display: inline-block; font-weight: 700; font-size: 1.6rem; color: #202020; background: #f9f9f9; line-height: 1em ;padding: 16px 20px; text-transform: uppercase; margin: 2px; border-radius: 3px; }
.paginate-table a i { margin-bottom: -2px; } 
.paginate-table a:hover { color: #fefefe; background: #A8C740; }
.paginate-table a.active, .paginate-table span { color: #fefefe; background: #25A3D8; }

/* Views */

.view-toc .holds-menu { position: relative; }
.view-toc .holds-menu .box { text-align: right; padding-top: 50px; }
.view-toc .holds-menu .box .item { position: relative; margin: 0px -10px 18px 0px; clear: both; }
.view-toc .holds-menu .box .item a { position: relative; display: inline; vertical-align: top; font-family: 'Poppins', sans-serif; font-weight: 600; text-transform: none; font-size: 1.4rem; letter-spacing: 1px; color: #fefefe; background: #A8C740; box-shadow: 20px 10px 0 #A8C740, -10px 10px 0 #A8C740, 20px -10px 0 #A8C740, -10px -10px 0 #A8C740; box-decoration-break: clone; border-top-left-radius: 3px; border-bottom-left-radius: 3px; }
.view-toc .holds-menu .box .item a:after { position: absolute; content: ""; right: -20px; top: -10px; bottom: -10px; width: 3px; background: rgba(0,0,0,0.1); } 
.view-toc .holds-menu .box .item a:hover { background: #25A3D8; box-shadow: 20px 10px 0 #25A3D8, -10px 10px 0 #25A3D8, 20px -10px 0 #25A3D8, -10px -10px 0 #25A3D8; }
.view-toc .holds-menu .box .item.active a { background: #25A3D8; box-shadow: 20px 10px 0 #25A3D8, -10px 10px 0 #25A3D8, 20px -10px 0 #25A3D8, -10px -10px 0 #25A3D8; }
.view-toc .holds-menu .box .item.active a:before { position: absolute; content: ""; right: -15px; top: 50%; transform: translateY(-50%); font-family: "Font Awesome 5 Pro"; font-weight: 400; content: "\f105"; display: block; color: #fefefe; } 
.view-toc .holds-item .extra-img .img { margin-bottom: 20px; }
.view-toc .holds-item .box table { border-collapse: collapse; font-weight: 400 !important; }
.view-toc .holds-item .box table td { padding: 10px; border: 1px solid #d4d4d4; }
.view-toc .holds-item .box table tr td:first-child { font-weight: 400 !important; }
.view-toc .paginate-table { text-align: right; padding: 10px 0px; margin-right: -10px; }
.view-toc .paginate-table a, .view-toc .paginate-table span { font-size: 1.6rem; padding: 12px 14px; border-radius: 0px; }

.view-scenery .banner { position: relative; background-attachment: fixed; background-repeat: no-repeat; background-position: center bottom; background-size: cover; width: 100%; height: 400px; }
.view-scenery .banner .overlay  { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: rgba(0,0,0,0.2); z-index: 1; }
.view-scenery .banner .img { display: none; }
.view-scenery .banner .caption { position: absolute; text-align: center; top: 50%; transform: translateY(-50%); padding: 0px 20px; width: 100%; z-index: 2; }
.view-scenery .banner .caption h3 { position: relative; display: inline-block; vertical-align: middle; color: #fefefe; font-family: 'Poppins', sans-serif; font-weight: 600; text-transform: none; font-size: 4.8rem; line-height: 0.9em; letter-spacing: 2px; padding: 0px; }
/* .view-scenery .box.has-media { margin: 10px 10px -30px 10px; } */

.view-odometers { position: relative; padding: 20px 0px; background: #E9ECEF; margin: 20px 0px 30px 0px; }
.view-odometers .icon { position: relative; text-align: center; margin: 0px; }
.view-odometers .icon i { position: relative; display: inline-block; font-size: 6.4rem; font-weight: 400; color: #fafafa; background: #F5F6F7; border: 1px solid #d4d4d4; text-align: center; width: 64px; padding: 48px; border-radius: 64px; }
.view-odometers .number { position: relative; color: #60AE40; font-family: 'Poppins', sans-serif; font-weight: 600; text-transform: none; font-size: 9.6rem; text-align: center; padding: 10px 0px 0px 0px; margin: 0; }
.view-odometers .caption { position: relative; color: #f9f9f9; font-family: 'Poppins', sans-serif; font-weight: 600; text-transform: none; font-size: 2.4rem; text-align: center; padding: 0px 0px 10px 0px; margin: 0; }

.view-form-top { position: relative; }
.view-form-top .box { margin: 0px 20px; }
.view-form-top .box .ttl { text-align: left; color: #f9f9f9; padding-top: 0px; }
.view-form-top .box .ttl h1 { clear: both; position: relative; display: inline; color: #fefefe; font-size: 1.8rem; padding: 0px; text-transform: uppercase; letter-spacing: 2px; font-weight: 400; vertical-align: top; background: #f9f9f9; box-shadow: 10px 5px 0px #f9f9f9, 10px -5px 0px #f9f9f9, -10px 5px 0px #f9f9f9, -10px -5px 0px #f9f9f9; }
.view-form-top .box .txt { color: #fafafa; padding: 10px 20px 0px 20px; }
.view-form .box { margin: 0px 40px; text-align: left; }
.view-form .ttl { padding: 10px; }
.view-form .ttl h1 { position: relative; color: #f9f9f9; font-size: 3.2rem; padding: 10px; text-transform: uppercase; font-weight: 400; }
.view-form .txt { }
.view-form .box .desc { text-align: right; padding: 0px 20px 10px 20px; margin-top: -10px; }
.view-form-submit-txt { position: relative; text-align: center; }
.view-form-submit-txt .item { position: relative; margin-top: -20px; display: inline-block; padding: 6px 8px; color: #f9f9f9; background: #E8E8E8; vertical-align: bottom; border-radius: 6px; text-align: center; }
.view-form-submit-txt .item:before { content: "\f052"; position: absolute; top: -16px; left: 50%; margin-left: -16px; font-size: 3.2rem; font-family: "Font Awesome 5 Pro"; font-weight: 400; color: #E8E8E8; }
.view-form-submit-txt p { margin: 0px !important; padding: 0px; font-weight: 700; }

.view-picturefolders { position: relative; text-align: center; }
.view-picturefolders .box .img img { width: 100%; height: auto; }

.view-faq { position: relative; } 
.view-faq .item { position: relative; margin: 0px 0px 10px 0px; }
.view-faq .item:last-child { margin-bottom: 0px; }
.view-faq .item.active { border-radius: 6px; }
.view-faq .item .faq-q, .view-faq .item .faq-a { position: relative; padding: 0px; }
.view-faq .item .faq-q { -webkit-transform-style: preserve-3d; border-radius: 6px; }
.view-faq .item .faq-q .ttl h2 { position: relative; display: inline-block; font-family: 'Poppins', sans-serif; font-weight: 600; text-transform: none; font-size: 1.8rem; color: #f9f9f9; transition: all 200ms ease-in-out; }
.view-faq .item .faq-q:hover { cursor: pointer; }
.view-faq .item .faq-q:hover .ttl h2 { color: #A8C740; transition: all 0ms ease-in-out; }
.view-faq .item.active .faq-q { border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; }
.view-faq .item.active .faq-q .ttl h2 { color: #fafafa; }
.view-faq .item .faq-q:before { content: "\f054"; font-family: "Font Awesome 5 Pro"; font-weight: 400; font-size: 1.6rem; position: absolute; display: block; padding: 18px 6px; right: 0px; top: 0px; width: 41px; text-align: center; color: #fafafa; transition: all 100ms ease-in-out; }
.view-faq .item.active .faq-q:before { transform: rotate(90deg); transition: all 100ms ease-in-out; }
.view-faq .item .faq-a { display: none; }

.view-forwarders { position: relative; text-align: center; padding: 10px 10px 10px 10px; }
.view-forwarders .item { position: relative; display: inline-block; vertical-align: top; color: #fefefe; background: #A8C740; font-family: 'Poppins', sans-serif; font-weight: 600; text-transform: none; padding: 18px; border-radius: 6px; margin: 10px; z-index: 1; transition: all 200ms ease-in-out; }
.view-forwarders .item .ttl, .view-forwarders .item .txt { color: #fefefe; transition: all 200ms ease-in-out; padding: 10px; }
.view-forwarders .item .ttl h2 { font-size: 2.4rem; font-family: 'Poppins', sans-serif; font-weight: 600; text-transform: none; }
.view-forwarders .item .ttl h2 i { margin-right: 0.6em; }
.view-forwarders .item .txt { font-size: 1.8rem; }
.view-forwarders .item:hover { color: #fefefe; background: #25A3D8; transition: all 100ms ease-in-out; }
.view-forwarders .item:hover .ttl, .view-forwarders .item:hover .txt { color: #fefefe; transition: all 100ms ease-in-out; }

/* Countdown */

@import url('https://fonts.googleapis.com/css?family=Inconsolata:700');
.view-countdown { position: relative; text-align: center; }
.view-countdown .box .ttl { text-align: center; }
.view-countdown .box .ttl h1 { color: #67c3cf; }
.view-countdown .box .counter { position: relative; font-weight: 700; font-size: 12.8rem; color: #202020; text-transform: uppercase; padding: 0px; margin: 0; line-height: 1em; text-align: center; }
.view-countdown .box .counter .div { display: none; }
.view-countdown .box .counter .number { position: relative; display: inline-block; width: 18%; text-align: center; background: #E9EDEF; box-shadow: 0px 2px 0px 0px #d1d8db; font-family: 'Inconsolata', monospace; font-weight: 700; text-transform: lowercase; padding: 20px 0px 50px 0px; margin: 0px .2em; border-radius: 10px; }
.view-countdown .box .counter .number .name { display: block; position: absolute; bottom: -30px; text-align: center; font-size: 20%; font-family: 'Poppins', sans-serif; font-weight: 600; text-transform: none; padding: 0; margin: 0; width: 100%; }

@media only screen and (min-width: 820px) and (max-width: 1024px) {
	.view-countdown .box .counter .number { padding: 10px 0px 30px 0px; }
	.view-countdown .box .counter .number .name { bottom: -20px; }
}

@media only screen and (max-width: 820px) {
	.view-countdown .box .counter .number { padding: 10px 0px 30px 0px; width: 21%; margin: 0px 5px; }
	.view-countdown .box .counter .number .name { bottom: -5px; }
}

/* Pagefeed */

.pagefeed-embed-post { float: none; display: inline-block; vertical-align: top; }
.pagefeed-embed-post .box { overflow: hidden; padding: 0; }
.pagefeed-embed-post .box.add-source { padding-bottom: 30px; }
.pagefeed-embed-post .box > .item { padding: 0px 0px 14px 0px; border-top: 1px solid rgba(0,0,0,0.2); }
.pagefeed-embed-post .box > .item:first-child { border-top: 0px !important; }
.pagefeed-embed-post .box .date { position: relative; display: inline-block; float: left; margin: -7px 0px -10px 0px; padding: 0px 8px 0px 10px; color: #1D1D1B; font-size: 1.2rem; font-weight: 400; z-index: 1; }
.pagefeed-embed-post .box .img { position: relative; clear: both; background: 0; width: 100%; margin: 0px; }
.pagefeed-embed-post .box .img img { position: relative; width: 100%; height: auto; display: block; }
.pagefeed-embed-post .box .txt { position: relative; clear: both; font-size: 1.6rem; padding: 10px 10px 0px 10px; color: #1D1D1B; text-align: left; overflow: hidden; }
.pagefeed-embed-post .box.tw .txt { text-align: left; }
.pagefeed-embed-post .box .txt a { color: #1D1D1B; text-decoration: underline; }
.pagefeed-embed-post .box .txt a:hover { color: #F07D00; }
.pagefeed-embed-post .box.add-source:before { font-family: "Font Awesome 5 Brands"; font-weight: 400; color: #1D1D1B; font-size: 2.0rem; text-align: center; width: 20px; position: absolute; bottom: 5px; right: 7px; z-index: 2; }
.pagefeed-embed-post .box.fb:before { content: "\f39e"; }
.pagefeed-embed-post .box.tw:before { content: "\f099"; }
.pagefeed-embed-post .box.in:before { content: "\f16d"; }
.pagefeed-embed-post .box.yo:before { content: "\f167"; }
.pagefeed-embed-post .box.vi:before { content: "\f27d"; }
.pagefeed-embed-post .box .count { position: relative; }
.pagefeed-embed-post .box .count .item { position: relative; display: inline-block; color: #F07D00; padding: 4px 10px; margin: 10px 0px 0px 32px; font-size: 1.2rem; font-weight: 700; }
.pagefeed-embed-post .box .count .item:before { font-family: "Font Awesome 5 Pro"; font-weight: 300; color: #F07D00; font-weight: 400; font-size: 1.8rem; padding-right: 0.5em; position: absolute; top: 50%; margin-top: -10px; left: -16px; }
.pagefeed-embed-post .box .count .item.likes:before { content: "\f004"; margin-top: -9px; }
.pagefeed-embed-post .box .count .item.views:before { content: "\f04b";}
.pagefeed-embed-post .box .count .item.comments:before { content: "\f075"; }

/* Masonry */

.masonry-container { margin: 0 auto; width: 100% !important; }

/* Animations */

.aa-ani-showtime { animation: aa-ani-showtime 0.4s ease-out; animation-fill-mode: forwards; }
.aa-ani-softslidein { animation: aa-ani-softslidein 0.4s ease-out; }
.aa-ani-shake { animation: aa-ani-shake 1.2s ease-in-out;	}

@keyframes aa-ani-softslidein {	0% { transform: translate3d(2%,0,0); visibility: visible; opacity: 0; }	100% { transform: translateZ(0); } }
@keyframes aa-ani-shake {	0% { transform: rotate(0deg); }	8%, 24%, 40%, 56% {	transform: rotate(-2deg);	}	16%, 32%, 48% { transform: rotate(2deg); } 64% {	transform: rotate(1deg); } 80% {	transform: rotate(-1deg); }	100% { transform: rotate(0deg); }	}
@keyframes aa-ani-hoverboard { 0%, 100% { transform: translate3d(0px,10px,0); } 50% { transform: translate3d(0px,-10px,0); } }
@keyframes aa-ani-showtime { 0% { opacity: 0; transform: translate3d(10%,0,0); } 100% { opacity: 1; transform: none; } }

/* Ibox 
	 Always Awake full screen picture
*/

#ibox-bg { position: fixed; overflow: hidden; width: 100%; height: 100%; background-color: #222 !important; }
#ibox-tl { position: absolute; top: 10px; left: 10px; z-index: 5; }
#ibox-tr { position: absolute; top: 10px; right: 10px; z-index: 5; }
#ibox-bl { position: absolute; bottom: 10px; left: 10px; z-index: 5; }
#ibox-br { position: absolute; bottom: 10px; right: 10px; z-index: 5; }
.ibox-btn { position: relative; display: inline-block; vertical-align: middle; float: left; margin: 5px; }
.ibox-btn a { position: relative; display: inline-block; vertical-align: middle; font-weight: 400; font-size: 1.8rem; text-transform: uppercase; padding: 15px 25px; text-align: center; color: #fafafa; border-radius: 3px; background: rgba(0,0,0,0.4); }
.ibox-btn a:before { font-family: "Font Awesome 5 Pro"; font-weight: 300; color: #fafafa; font-size: 4.2rem; position: absolute; top: 5px; left: 5px; width: 43px; text-align: center; }
.ibox-btn.prev a:before { content: "\f104"; }
.ibox-btn.next a:before { content: "\f105"; }
.ibox-btn.close a:before { content: "\f00d"; }
.ibox-btn.download a:before { content: "\f019"; }
.ibox-btn a:hover { opacity: 1; background: #F05500; color: #fafafa; }

/* Ft */

#ft-tag { position: absolute; left: 0; bottom: 0; }

.ft-cookie-notice { position: relative; padding: 60px 0px 60px 0px; text-align: center; font-size: 1.1rem; font-weight: 400; color: #202020; }
.ft-cookie-notice a { color: #202020; text-decoration: underline; font-weight: 400; padding: 0px 10px; }
.ft-cookie-notice a:hover { color: #A8C740; }

#ft-credits { position: absolute; bottom: 10px; width: 100%; text-align: center; color: #202020; }
#ft-credits a { font-size: .9rem; font-weight: 700; text-transform: uppercase; text-decoration: none; color: #202020; padding: 3px 6px; display: inline-block; margin: 0px 2px; border-radius: 3px; }
#ft-credits a:hover { color: #A8C740; }

/* Forms */

input, button { color: #202020; font-family: 'Nunito Sans', sans-serif; font-size: 1.8rem; font-weight: 400; background: #fefefe; width: 100%; padding: 10px; border: 0; box-shadow: 0px 2px 0px 0px #d4d4d4; -webkit-appearance: none; outline: none; border-radius: 0px; }
select { color: #202020; font-family: 'Nunito Sans', sans-serif; font-size: 1.8rem; font-weight: 400; background: #fefefe; width: 100%; padding: 10px; border: 0; box-shadow: 0px 2px 0px 0px #d4d4d4; -webkit-appearance: none; outline: none; border-radius: 0px; } 
textarea { color: #202020; font-family: 'Nunito Sans', sans-serif; font-size: 1.8rem; font-weight: 400; background: #fefefe; width: 100%; padding: 10px; border: 0; box-shadow: 0px 2px 0px 0px #d4d4d4; resize: vertical; -webkit-appearance: none; outline: none; border-radius: 0px; }
label, form .label { display: block; color: #202020; font-size: 1.6rem; font-weight: 700; }
label a { text-decoration: underline; font-weight: 700; }
label:hover { cursor: pointer; }
.placeholder { color: #202020; font-weight: 400; opacity: 1; font-style: normal !important; }
::-webkit-input-placeholder { color: #202020; font-weight: 400; opacity: 1; font-style: normal !important; }
:-moz-placeholder { color: #202020; font-weight: 400; opacity: 1; font-style: normal !important; }
::-moz-placeholder { color: #202020; font-weight: 400; opacity: 1; font-style: normal !important; }
:-ms-input-placeholder { color: #202020; font-weight: 400; opacity: 1; font-style: normal !important; }
::placeholder { color: #202020; font-weight: 400; opacity: 1; font-style: normal !important; }
.half-left { position: relative; display: inline-block; width: 50%; }
.half-right { position: relative; display: inline-block; width: 50%; }
.frm-item { position: relative; padding: 10px 20px; }
.frm-input input:focus, .frm-sc input:focus, .frm-textarea textarea:focus, .frm-select select:focus { color: #202020; border-color: #A8C740; box-shadow: 0px 0px 0px 3px #A8C740; }
/*
.frm-input.mandatory:before, .frm-sc:before { font-family: "Font Awesome 5 Pro"; font-weight: 400; position: absolute; top: 10px; right: -14px; font-size: 1.0rem; content: "\f005"; color: #202020; }
.frm-file.mandatory:before { font-family: "Font Awesome 5 Pro"; font-weight: 400; position: absolute; top: 36px; right: -14px; font-size: 1.0rem; content: "\f005"; color: #202020; }
*/
.frm-file { position: relative; margin: 10px 20px; height: auto; }
.frm-file label { display: block; position: relative; margin-bottom: 6px; }
.frm-input-info { }
.frm-submit { position: relative; margin: 20px; padding-bottom: 20px; text-align: center; }
.frm-date .frm-date-day { width: 25%; }
.frm-date .frm-date-month { width: 50%; }
.frm-date .frm-date-year { width: 25%; }
.frm-checkbox { position: relative; }
.frm-checkbox label { font-size: 1.6rem; }
.frm-checkbox input[type=checkbox] { display:none; }
.frm-checkbox input[type=checkbox] + label:before { font-family: "Font Awesome 5 Pro"; font-weight: 400; display: inline-block; width: 4rem; font-size: 2.4rem; content: "\f0c8"; color: #BDBDBD; vertical-align: top; margin-top: -.2rem; }
.frm-checkbox input[type=checkbox] + label:hover { color: #60AE40; }
.frm-checkbox input[type=checkbox]:checked + label { color: #60AE40; }
.frm-checkbox input[type=checkbox]:checked + label:before { content: "\f14a"; color: #60AE40; }
.frm-radio { position: relative; }
.frm-radio label { font-size: 1.6rem; }
.frm-radio input[type=radio] { display:none; }
.frm-radio input[type=radio] + label:before { font-family: "Font Awesome 5 Pro"; font-weight: 400; display: inline-block; width: 4.0rem; font-size: 2.4rem; content: "\f0c8"; color: #BDBDBD; vertical-align: top; margin-top: -.2rem; }
.frm-radio input[type=radio] + label:hover { color: #60AE40; }
.frm-radio input[type=radio]:checked + label { color: #60AE40; }
.frm-radio input[type=radio]:checked + label:before { content: "\f14a"; color: #60AE40; }
.frm-textarea textarea { min-height: 200px; }
.frm-sc .frm-sc-code { display: inline-block; color: #60AE40; font-family: 'Courier New', Courier, monospace; font-weight: 700; margin: 0px 10px; font-size: 2.2rem; }
.frm-sc label { display: inline-block; }
.frm-sc input { display: inline-block; width: 60px; } 
option[default] { display: none; }
input[type=submit], button { position: relative; display: inline-block; padding: 1.6rem 2.4rem; border-radius: 32px; background: #60AE40; color: #fefefe; font-family: 'Poppins', sans-serif; font-weight: 600; text-transform: none; font-size: 1.8rem; text-decoration: none; width: auto; border: 0; box-shadow: 0px 0px; }
input[type=submit]:hover, button:hover { cursor: pointer; background: #A8C740; color: #fefefe; }
button i { margin-right: .6rem; }

select.empty, input.empty { box-shadow: 0px 0px 0px 2px #E74443 !important; }
select::-ms-expand { display: none; }  
select:hover { cursor: pointer; }

/* Talenten.net theme */

.add-box-shadow { box-shadow: 0px 0px 0px 2px #e0e0e0; border-radius: 6px; transition: box-shadow 200ms ease-in-out; }
.linkable .box.add-box-shadow:hover { box-shadow: 0px 0px 0px 10px #e0e0e0; transition: box-shadow 100ms ease-in-out; }
.box.has-img-edge-to-edge { overflow: hidden; }
.view-service > .grid > .box { display: block; } /* IE11 Flex */

.theme-articles { text-align: left; }
.theme-articles .box .read-more { float: right; }
.theme-articles .box .read-more a { font-weight: 700; border-bottom: 2px solid #25A3D8; margin-left: 2rem; }
.theme-articles .linkable .box:hover .read-more a { color: #A8C740; border-bottom: 2px solid #A8C740; }

.theme-vacatures .box { position: relative; min-height: 240px; }
.theme-vacatures .box .ttl { padding-right: 80px; }
.theme-vacatures .box .img { position: absolute; right: -10px; top: -10px; }
.theme-vacatures .box .img img { position: relative; width: 100px; height: 100px; border-radius: 50%; background: #fefefe; box-shadow: 0px 0px 0px 5px #fefefe; overflow: hidden; }
.theme-vacatures .box .img:before { position: absolute; content: ""; background: 0; border-radius: 50%; width: 100px; height: 100px; top: 0px; right: 0px; box-shadow: 0px 0px 0px 7px #e0e0e0; z-index: -1; transition: all 200ms ease-in-out; }
.theme-vacatures .box .box-item.labels { position: relative; margin-top: -10px; padding-right: 80px; }
.theme-vacatures .box .box-item.labels .item { position: relative; display: inline-block; margin: 0px 4px 4px 0px; border-radius: 16px; background: #e0e0e0; color: #0B2F3F; font-size: 1rem; font-weight: 700; text-transform: uppercase; padding: .3rem .6rem .2rem .6rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 80%; }
.theme-vacatures .box .box-item.labels .item.active { background: #60AE40; color: #fefefe; }
.theme-vacatures .box .date { float: left; margin-top: .4rem; color: #0B2F3F; font-size: 1.3rem; font-weight: 700; }
.theme-vacatures .box:hover .img:before { box-shadow: 0px 0px 0px 15px #e0e0e0; transition: all 100ms ease-in-out; }
.responsive-sidepanel .box .ttl p { font-size: 1.8rem; }
.responsive-sidepanel .box .ttl p a { font-weight: 700; text-decoration: underline; }

.responsive-sticky-buttons .box { text-align: right; }
.responsive-sticky-buttons a { position: relative; display: inline-block; padding: 1.6rem 2.4rem; border-radius: 32px; background: #e0e0e0; font-family: 'Poppins', sans-serif; font-weight: 600; text-transform: none; font-size: 1.8rem; text-decoration: none; width: auto; border: 0; box-shadow: 0px 0px; margin-left: .6rem; }
.responsive-sticky-buttons a.active { background: #60AE40; color: #fefefe; }
.responsive-sticky-buttons a i { margin-right: .6rem; }
.responsive-sticky-buttons a:hover { cursor: pointer; background: #A8C740; color: #fefefe; }

section.display-flex, section.with-sidepanel { display: flex; padding: 0px; }
section.with-sidepanel .main { }
aside { flex: 1; align-self: flex-start; max-width: 25%; }
aside.sticky { position: sticky; top: 0px; }
.flex-grow-3 { flex: 3; }

aside .form .frm-input, aside .form .frm-date, aside .form .frm-select, aside .form .frm-sc, aside .form .frm-submit { position: relative; margin: 0px 0px 10px 0px; }
aside .form .frm-submit { text-align: right; }
aside .form button[type=submit] { }

.theme-vacature .box { position: relative; }
.theme-vacature .box .img { position: absolute; right: -10px; top: -10px; }
.theme-vacature .box .img img { position: relative; width: 100px; height: auto; border-radius: 50%; width: 100px; height: 100px; background: #fefefe; box-shadow: 0px 0px 0px 5px #fefefe; overflow: hidden; }
.theme-vacature .box .img:before { position: absolute; content: ""; background: 0; border-radius: 50%; width: 100px; height: 100px; top: -0px; right: -0px; box-shadow: 0px 0px 0px 7px #e0e0e0; z-index: -1; transition: all 200ms ease-in-out; }
.theme-vacature .box .ttl { padding-right: 80px; }
.theme-vacature .box .txt { padding-right: 80px; }
.theme-vacature .box .box-item.labels { position: relative; }
.theme-vacature .box .box-item.labels .item { position: relative; display: inline-block; margin: 0px 4px 4px 0px; border-radius: 16px; background: #e0e0e0; color: #0B2F3F; font-size: 1.5rem; font-weight: 700; text-transform: uppercase; padding: .4rem .9rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 80%; }
.theme-vacature .box .box-item.labels .item a { font-weight: inherit; }
.theme-vacature .box.has-image .box-item.img { display: inline; float: right; width: auto; }
.theme-vacature .box.has-image .box-item.txt { display: inline; float: left; width: auto; }

.theme-nieuws .box .theme-project-ttl { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 1.6rem; opacity: 0.6; padding-bottom: 0px; }
.theme-nieuws .box .img img { object-fit: cover; height: 20rem; width: 100%; max-height: 20vh; }

#map_talentennet { width: 100%; height: 60vh; min-height: 200px; }
.map_infowindow { padding: 10px; }
.map_infowindow_t { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 1.8rem; padding: 0px; }
.map_infowindow_o { position: relative; display: inline-block; margin: 0px 4px 4px 0px; border-radius: 16px; background: #e0e0e0; color: #0B2F3F; font-size: 1rem; font-weight: 700; text-transform: uppercase; padding: .3rem .6rem .2rem .6rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 80%; }
.map_infowindow_l { position: relative; font-size: 1.2rem; text-overflow: ellipsis; white-space: nowrap; max-width: 100%; padding-bottom: 1rem; }
.map_infowindow_r { display: block; padding: 0px; }
.map_infowindow_r p { display: inline-block; font-weight: 700; border-bottom: 2px solid #25A3D8; font-size: 1.5rem; }
.map_infowindow a:hover p { color: #A8C740; border-bottom: 2px solid #A8C740; }

.theme-contacts .box-item.info .item { position: relative; padding-left: 3rem; padding-bottom: 10px; }
.theme-contacts .box-item.info .item a { text-decoration: underline; }
.theme-contacts .box-item.info .item i { position: absolute; left: 0; top: 2px; }
.theme-contacts .box-item.info .item.contact-name { font-size: 1.8rem; font-weight: bold; padding-top: 20px; }
.theme-contacts .box-item.info .item.contact-function { }

.frm-item.info .item { position: relative; padding-left: 3rem; padding-bottom: 10px; }
.frm-item.info .item a { text-decoration: underline; }
.frm-item.info .item i { position: absolute; left: 0; top: 2px; }
.frm-item.info .item.contact-name { font-size: 1.8rem; font-weight: bold; padding-top: 20px; }

.theme-organisaties .box-item.img img { height: 50px; margin: 0px; }

.theme-aanbod-organisatie .box-item.img img { height: 100px; margin: 0px; }
.theme-aanbod-organisatie .contact-tag-1 { position: relative; margin-top: 10px; padding-left: 20px; }
.theme-aanbod-organisatie .contact-tag-2 { position: relative; margin-bottom: -10px; }
.theme-aanbod-organisatie .contact-tag-1 p { position: relative; display: inline-block; background: #60AE40; color: #fefefe; padding: 5px 10px; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 1.6rem; transform: rotate(2deg); }
.theme-aanbod-organisatie .contact-tag-2 p { position: relative; display: inline-block; max-width: 100%; background: #25A3D8; color: #fefefe; padding: 5px 10px; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 1.6rem; transform: rotate(-1deg); }

.box.theme-organisatie-project { background: #e0e0e0; }
.box.theme-organisatie-project .txt p a { font-weight: 700; }
.box.theme-organisatie-project .badge { background: #E74443; }
.responsive-sidepanel .box.theme-organisatie-nieuw { background: #e0e0e0; }
.responsive-sidepanel .box.theme-organisatie-nieuw .txt p a { font-weight: 700; }
.responsive-sidepanel .box .badge { background: #E74443; }

.marquee { background: linear-gradient(to right, #25A3D8, #25A3D8); padding: 10px 0px; height: 6rem; width: 100%; max-width: 100vw; overflow: hidden; }
.marquee .item { position: relative; display: inline-block; vertical-align: middle; margin-right: 20px; }
.marquee .item a { color: #fefefe; border-bottom: 2px solid rgba(255,255,255,0); }
.marquee .item a:hover { border-bottom: 2px solid #fefefe; }
.marquee .item a .t { position: relative; display: inline-block; vertical-align: bottom; padding: 0px 10px; font-size: 2.4rem; font-family: 'Poppins', sans-serif; font-weight: 600; }
.marquee .item a .o { position: relative; display: inline-block; vertical-align: bottom; padding: .3rem 20px .3rem 10px; font-weight: 400; font-size: 1.8rem; }
.marquee .item a .o:after { position: absolute; right: 0px; bottom: .8rem; font-family: "Font Awesome 5 Pro"; font-weight: 400; content: "\f061"; font-size: 1.4rem; } 
.marquee .item a .d { position: relative; display: inline-block; vertical-align: bottom; padding: .3rem 10px; font-weight: 400; font-size: 1.8rem; }

.theme-odometer .number { position: relative; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 9.6rem; text-align: center; padding: 0px; }
.theme-odometer .caption { position: relative; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 2.4rem; text-align: center; padding: 0px; }
.theme-odometer .desc { text-align: center; padding: 0px; }
.theme-odometer .desc a { font-weight: 700; border-bottom: 2px solid #25A3D8; font-size: 1.5rem; }
.theme-odometer .desc a:hover { color: #A8C740; border-bottom: 2px solid #A8C740; } 

.theme-odometer-vacatures { background: #60AE40; }
.theme-odometer-vacatures .number, .theme-odometer-vacatures .caption, .theme-odometer-vacatures .desc a { color: #fefefe; }
.theme-odometer-vacatures .desc a { border-bottom: 2px solid #fefefe; }

.theme-odometer-organisaties { background: #25A3D8; }
.theme-odometer-organisaties .number, .theme-odometer-organisaties .caption, .theme-odometer-organisaties .desc a { color: #fefefe; }
.theme-odometer-organisaties .desc a { border-bottom: 2px solid #fefefe; }

#theme-odometer-icon-swap-placeholder { opacity: 0; }
#theme-odometer-icon-swap .item { position: absolute; top: 0; left: 0; width: 100%; text-align: center; }

.theme-project-sidepanel-extra-img img { position: relative; display: inline-block; vertical-align: top; margin-right: 10px; margin-bottom: 10px; height: 120px; width: auto; }

.theme-tagline { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 3.2rem; opacity: 0.6; }

.theme-header-project { background: #e0e0e0; margin-top: -10px; margin-bottom: 10px; padding: 20px; text-align: left; }
.theme-header-project .box { margin: 0px 10px 10px 10px; }
.theme-header-project .project-img { position: relative; display: inline-block; float: right; vertical-align: text-bottom; height: 68px; top: -22px; margin-bottom: -40px; margin-right: -10px; }
.theme-header-project .project-img img { height: 100%; width: auto; background: #ffffff; padding: 4px; box-shadow: 0px 0px 0px 2px #e0e0e0; border-radius: 6px; }
.theme-header-project .project-ttl { position: relative; display: inline-block; vertical-align: text-bottom; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 2.4rem; line-height: 1em; margin-right: 20px; }
.theme-header-project a { font-weight: 700; border-bottom: 2px solid #25A3D8; }
.theme-header-project a:hover { color: #A8C740; border-bottom: 2px solid #A8C740; }

.grid-ttl .box .ttl h1 { display: inline-block; vertical-align: text-bottom; margin-right: 20px; }
.grid-ttl .box .ttl a { font-weight: 700; border-bottom: 2px solid #25A3D8; }
.grid-ttl .box .ttl a:hover { color: #A8C740; border-bottom: 2px solid #A8C740; }

.add-background select, .add-background .frm-input input, .add-background .frm-sc input, .add-background textarea { box-shadow: 0px 0px; background: #eaeaea; }
.add-background .frm-input input:focus, .add-background .frm-sc input:focus, .add-background .frm-textarea textarea:focus, .add-background .frm-select select:focus { color: #202020; border-color: #A8C740; box-shadow: 0px 0px 0px 3px #A8C740; }

.theme-form-talents .frm-checkbox input[type=checkbox] + label:before { display: none; }
.theme-form-talents .frm-checkbox label { white-space: pre-wrap; background: #eaeaea; padding: 10px; box-shadow: 0px 0px 0px 0px #e0e0e0; transition: box-shadow 200ms ease-in-out; }
.theme-form-talents .frm-checkbox label .icon { height: 2.4rem; }
.theme-form-talents .frm-checkbox label .icon i { font-size: 2.4rem; }
.theme-form-talents .frm-checkbox label .title { font-size: 1.8rem; }
.theme-form-talents .frm-checkbox label .desc { font-weight: 400; font-size: 1.4rem; }
.theme-form-talents { display: flex; flex-direction: row; flex-wrap: wrap; }
.theme-form-talents .frm-item { text-align: center; width: 33.333%; flex: 0 1 auto; margin-bottom: 10px; }
.theme-form-talents .frm-checkbox { position: relative; }
.theme-form-talents .frm-checkbox input[type=checkbox]:checked + label { color: #fefefe; background: #A8C740; }
.theme-form-talents .frm-checkbox label:hover { box-shadow: 0px 0px 0px 3px #A8C740; transition: box-shadow 100ms ease-in-out; }

.theme-form-projects .frm-checkbox input[type=checkbox] + label:before { display: none; }
.theme-form-projects .frm-checkbox label { white-space: pre-wrap; background: #eaeaea; padding: 10px; box-shadow: 0px 0px 0px 0px #e0e0e0; transition: box-shadow 200ms ease-in-out; }
.theme-form-projects .frm-checkbox label .icon { height: 2.4rem; }
.theme-form-projects .frm-checkbox label .icon i { font-size: 2.4rem; }
.theme-form-projects .frm-checkbox label .title { font-size: 1.8rem; }
.theme-form-projects .frm-checkbox label .desc { font-weight: 400; font-size: 1.4rem; }
.theme-form-projects { display: flex; flex-direction: row; flex-wrap: wrap; }
.theme-form-projects .frm-item { text-align: center; width: 50%; flex: 0 1 auto; margin-bottom: 10px; }
.theme-form-projects .frm-checkbox { position: relative; }
.theme-form-projects .frm-checkbox input[type=checkbox]:checked + label { color: #fefefe; background: #A8C740; }
.theme-form-projects .frm-checkbox label:hover { box-shadow: 0px 0px 0px 3px #A8C740; transition: box-shadow 100ms ease-in-out; }

.theme-login-form { padding-top: 10vh; }

.theme-tb .box-item.info .item { position: relative; padding-left: 3rem; padding-bottom: 10px; }
.theme-tb .box-item.info .item a { text-decoration: underline; }
.theme-tb .box-item.info .item i { position: absolute; left: 0; top: 2px; }
.theme-tb .box-item.labels .item { position: relative; display: inline-block; margin: 0px 4px 4px 0px; border-radius: 16px; background: #e0e0e0; color: #0B2F3F; font-size: 1.5rem; font-weight: 700; text-transform: uppercase; padding: .4rem .9rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 80%; }
.theme-tb .box-item.labels .item .tag { position: relative; display: inline-block; margin-left: 10px; background: #60AE40; color: #fefefe; text-align: center; min-width: 2.4rem; right: -.4rem; border-radius: 16px; }
.theme-tb .box-item.labels a:hover .item { background: #A8C740; color: #fefefe; }
.theme-tb .box-item.labels .item.active { background: #60AE40; color: #fefefe; }
.theme-tb .box-item.labels .item.active .tag { background: #A8C740; }

.theme-partners { text-align: left; }
.theme-partners .box { width: auto; display: inline-block; vertical-align: top; }
.theme-partners .box .img { height: 100px; }
.theme-partners .box .img img { height: 100%; width: auto; }

.theme-bg-recent-jobs { position: relative; background: #A8C740; padding-bottom: 30px; margin-top: 30px; }
.theme-bg-recent-jobs .grid-ttl .box h1 { color: #fefefe; }
.theme-bg-recent-jobs .grid-ttl .box .ttl a { color: #fefefe; border-bottom: 2px solid #fefefe; }
.theme-bg-recent-jobs .grid-ttl .box .ttl a:hover { color: #A8C740; border-bottom: 2px solid #A8C740; }

.theme-bg-partner-logos { position: relative; background: #FFFFFF; padding-bottom: 30px; margin-top: 30px; }

.theme-welcometext { position: relative; display: inline-block; max-width: 80%; padding: 20px; background: #ffffff; }
.theme-welcometext:before, .theme-welcometext:after { content: ""; width: 0; height: 100%; display: block; position: absolute; border-style: solid; border-width: 1em; transform: translateZ(-1em); z-index: -1; }
.theme-welcometext:before { left: -1em; bottom: -1em; border-color: #f6f6f6 #e4e4e4 #f6f6f6 #f6f6f6; }
.theme-welcometext:after { right: -1em; bottom: -1em; border-color: #f6f6f6 #f6f6f6 #f6f6f6 #e4e4e4; }

.copytoclipboard { text-decoration: underline; }
.copytoclipboard:hover { cursor: pointer; }

.txt h6 a { position: relative; display: inline-block; padding: 1.6rem 2.4rem; border-radius: 32px; background: #60AE40; color: #fefefe; font-family: 'Poppins', sans-serif; font-weight: 600; text-transform: none; font-size: 1.8rem; text-decoration: none; width: auto; border: 0; box-shadow: 0px 0px; }
.responsive-sidepanel .txt h6 a { background: #e0e0e0; color: #202020; }
.txt h6 a:hover, .responsive-sidepanel .txt h6 a:hover { cursor: pointer; background: #A8C740; color: #fefefe; }

/* Home Spheres */

.theme-home-spheres-bg { position: relative; width: 100%; }
.theme-home-spheres { position: relative; width: 1500px; height: 400px; text-align: center; margin: 0 auto; }
.theme-home-sphere-ani { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; animation: ani-spheres-rotate 10s infinite ease-in-out; z-index: 1; }

.theme-home-sphere-talentenblad { position: absolute; top: 40px; left: 80px; width: 280px; height: 280px; }
.theme-home-sphere-talentenblad-1 { position: relative; border-radius: 50%; background: #ffffff; box-shadow: 0px 0px 0px 10px #fafafa; z-index: 2; }
.theme-home-sphere-talentenblad-1:hover { box-shadow: 0px 0px 0px 20px #fafafa, 0px 0px 0px 10px inset #fafafa; }
.theme-home-sphere-talentenblad-ani-1 { animation: ani-spheres-rotate-alt 9s infinite ease-in-out; }
.theme-home-sphere-talentenblad-ani-1:after { position: absolute; top: 10px; left: 0px; content: ""; width: 40px; height: 40px; border-radius: 50%; background: #fafafa; }
.theme-home-sphere-talentenblad-ani-2 { animation-delay: -5s; animation-duration: 14s; }
.theme-home-sphere-talentenblad-ani-2:after { position: absolute; bottom: -60px; left: -20px; content: ""; width: 80px; height: 80px; border-radius: 50%; background: #fafafa; }

.theme-home-sphere-aanbod { position: absolute; top: 20px; left: 400px; width: 360px; height: 360px; }
.theme-home-sphere-aanbod-1 { position: relative; border-radius: 50%; background: #60AE40; box-shadow: 0px 0px 0px 10px #A8C740; z-index: 2; }
.theme-home-sphere-aanbod-1:hover { box-shadow: 0px 0px 0px 20px #A8C740, 0px 0px 0px 10px inset #A8C740; }
.theme-home-sphere-aanbod-ani-1 { animation-delay: 1s; }
.theme-home-sphere-aanbod-ani-1:after { position: absolute; top: 30px; left: -40px; content: ""; width: 60px; height: 60px; border-radius: 50%; background: #A8C740; }
.theme-home-sphere-aanbod-ani-2 { animation-delay: -5s; }
.theme-home-sphere-aanbod-ani-2:after { position: absolute; top: -30px; right: -30px; content: ""; width: 100px; height: 100px; border-radius: 50%; background: #A8C740; }

.theme-home-sphere-organisaties { position: absolute; top: 50px; left: 800px; width: 320px; height: 320px; }
.theme-home-sphere-organisaties-1 { position: relative; border-radius: 50%; background: #DB3C8B; box-shadow: 0px 0px 0px 10px #D05C98; z-index: 2; }
.theme-home-sphere-organisaties-1:hover { box-shadow: 0px 0px 0px 20px #D05C98, 0px 0px 0px 10px inset #D05C98; }
.theme-home-sphere-organisaties-ani-1 { animation-delay: -5s; animation-duration: 8s; }
.theme-home-sphere-organisaties-ani-1:after { position: absolute; bottom: -20px; left: -80px; content: ""; width: 120px; height: 120px; border-radius: 50%; background: #D05C98; }
.theme-home-sphere-organisaties-ani-2 { animation: ani-spheres-rotate-alt 12s infinite ease-in-out; animation-delay: -4s; }
.theme-home-sphere-organisaties-ani-2:after { position: absolute; top: -20px; right: 20px; content: ""; width: 40px; height: 40px; border-radius: 50%; background: #D05C98; }

.theme-home-sphere-over-ons { position: absolute; top: 40px; left: 1160px; width: 260px; height: 260px; }
.theme-home-sphere-over-ons-1 { position: relative; border-radius: 50%; background: #F29937; box-shadow: 0px 0px 0px 10px #FABC18; z-index: 2; }
.theme-home-sphere-over-ons-1:hover { box-shadow: 0px 0px 0px 20px #FABC18, 0px 0px 0px 10px inset #FABC18; }
.theme-home-sphere-over-ons-ani-1 { animation: ani-spheres-rotate-alt 10s infinite ease-in-out; animation-delay: -8s;  }
.theme-home-sphere-over-ons-ani-1:after { position: absolute; bottom: -40px; left: -20px; content: ""; width: 80px; height: 80px; border-radius: 50%; background: #FABC18; }
.theme-home-sphere-over-ons-ani-2 { animation-delay: -5s; }
.theme-home-sphere-over-ons-ani-2:after { position: absolute; bottom: 80px; right: -80px; content: ""; width: 60px; height: 60px; border-radius: 50%; background: #FABC18; }

.theme-home-spheres .number { position: relative; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 9.6rem; line-height: 1.2em; text-align: center; padding: 0px; }
.theme-home-spheres .theme-home-sphere-aanbod .number { font-size: 12.8rem; }
.theme-home-spheres .caption { position: relative; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 2.4rem; text-align: center; padding: 0px; }
.theme-home-spheres .desc { text-align: center; padding: 0px; }
.theme-home-spheres .desc a { font-weight: 700; border-bottom: 2px solid #25A3D8; font-size: 1.5rem; }
.theme-home-spheres .desc a:hover { color: #A8C740; border-bottom: 2px solid #A8C740; } 

.theme-home-spheres-white .number, .theme-home-spheres-white .caption, .theme-home-spheres-white .desc a { color: #fefefe; }
.theme-home-spheres-white .desc a { border-bottom: 2px solid #fefefe; }

@keyframes ani-sphere-talentenblad { 0%, 100% { box-shadow: 0px 0px 0px 10px #fafafa; } 20% { box-shadow: 0px 0px 0px 20px #fafafa, 0px 0px 0px 140px inset #fafafa; } }
@keyframes ani-sphere-aanbod { 0%, 100% { box-shadow: 0px 0px 0px 10px #A8C740; } 20% { box-shadow: 0px 0px 0px 20px #A8C740, 0px 0px 0px 180px inset #A8C740; } }
@keyframes ani-sphere-organisaties { 0%, 100% { box-shadow: 0px 0px 0px 10px #D05C98; } 20% { box-shadow: 0px 0px 0px 20px #D05C98, 0px 0px 0px 160px inset #D05C98; } }
@keyframes ani-sphere-over-ons { 0%, 100% { box-shadow: 0px 0px 0px 10px #FABC18; } 20% { box-shadow: 0px 0px 0px 20px #FABC18, 0px 0px 0px 130px inset #FABC18; } }
@keyframes ani-spheres-rotate { from, to { transform: rotateZ(0deg) } 50% { transform: rotateZ(20deg) } }
@keyframes ani-spheres-rotate-alt { from, to { transform: rotateZ(0deg) } 30% { transform: rotateZ(40deg) } }

@media only screen and (min-width: 1240px) and (max-width: 1520px) {
	.theme-home-spheres { width: 1200px; height: 480px; }
	.theme-home-sphere-talentenblad { top: 40px; left: 0px; }
	.theme-home-sphere-aanbod { top: 100px; left: 280px; }
	.theme-home-sphere-organisaties { top: 20px; left: 640px; }
	.theme-home-sphere-over-ons { top: 160px; left: 940px; }
	.theme-home-sphere-aanbod-ani-2:after { top: -80px; right: 40px; }
	.theme-home-sphere-organisaties-ani-1:after { bottom: -120px; left: 90px; }
}

@media only screen and (min-width: 820px) and (max-width: 1240px) {
	.theme-home-spheres { width: 800px; height: 600px; }
	.theme-home-sphere-talentenblad { top: 20px; left: 0px; }
	.theme-home-sphere-aanbod { top: 220px; left: 160px; }
	.theme-home-sphere-organisaties { top: 20px; left: 420px; }
	.theme-home-sphere-over-ons { top: 320px; left: 540px; }
	.theme-home-sphere-aanbod-ani-1:after { top: 140px; left: -90px; }
	.theme-home-sphere-aanbod-ani-2:after { top: 280px; left: -50px; }
	.theme-home-sphere-organisaties-ani-1:after { top: 20px; bottom: auto; left: auto; right: -100px; }
	.theme-home-sphere-organisaties-ani-2:after { top: auto; bottom: 120px; right: -80px; }
}

@media only screen and (min-width: 820px) {
	.theme-home-sphere-talentenblad-1 { animation: ani-sphere-talentenblad 1s ease-in-out 1; }
	.theme-home-sphere-aanbod-1 { animation: ani-sphere-aanbod 1s ease-in-out 1; animation-delay: .5s; }
	.theme-home-sphere-organisaties-1 { animation: ani-sphere-organisaties 1s ease-in-out 1; animation-delay: 1s; }
	.theme-home-sphere-over-ons-1 { animation: ani-sphere-over-ons 1s ease-in-out 1; animation-delay: 1.5s; }
}

@media only screen and (max-width: 820px) {
	.theme-home-sphere-talentenblad { width: 160px; height: 160px; }
	.theme-home-sphere-talentenblad-ani-1:after { top: 20px; left: -20px; width: 26px; height: 26px; }
	.theme-home-sphere-talentenblad-ani-2:after { bottom: -60px; left: 20px; width: 52px; height: 52px; }
	.theme-home-sphere-aanbod { width: 200px; height: 200px; }
	.theme-home-sphere-aanbod-ani-1:after { top: -40px; left: 60px; width: 40px; height: 40px; }
	.theme-home-sphere-aanbod-ani-2:after { top: 160px; right: auto; left: -30px; width: 60px; height: 60px; }
	.theme-home-sphere-organisaties { width: 180px; height: 180px; }
	.theme-home-sphere-organisaties-ani-1:after { bottom: 70px; left: -80px; width: 80px; height: 80px; }
	.theme-home-sphere-organisaties-ani-2:after { top: -20px; right: 20px; width: 30px; height: 30px; }
	.theme-home-sphere-over-ons { width: 160px; height: 160px; }
	.theme-home-sphere-over-ons-ani-1:after { bottom: -40px; left: -20px; width: 52px; height: 52px; }
	.theme-home-sphere-over-ons-ani-2:after { bottom: 160px; right: 20px; width: 40px; height: 40px; }
	.theme-home-spheres .number { font-size: 6.4rem; }
	.theme-home-spheres .theme-home-sphere-aanbod .number { font-size: 9.6rem; }
	.theme-home-spheres .caption { font-size: 1.8rem; }
	.theme-home-spheres .desc a { font-size: 1.2rem; }
}

@media only screen and (min-width: 720px) and (max-width: 820px) {
	.theme-home-spheres { width: 100%; height: 300px; }
	.theme-home-sphere-talentenblad { top: 20px; left: 2%; }
	.theme-home-sphere-aanbod { top: 80px; left: 25%; }
	.theme-home-sphere-organisaties { top: 20px; left: auto; right: 25%; }
	.theme-home-sphere-over-ons { top: 80px; left: auto; right: 2%; }
}

@media only screen and (min-width: 640px) and (max-width: 720px) {
	.theme-home-spheres { width: 100%; height: 320px; }
	.theme-home-sphere-talentenblad { top: 20px; left: 0%; }
	.theme-home-sphere-aanbod { top: 100px; left: 25%; }
	.theme-home-sphere-organisaties { top: 20px; left: auto; right: 20%; }
	.theme-home-sphere-over-ons { top: 140px; left: auto; right: 0%; }
}


@media only screen and (min-width: 480px) and (max-width: 640px) {
	.theme-home-spheres { width: 100%; height: 380px; }
	.theme-home-sphere-talentenblad { top: 20px; left: 5%; }
	.theme-home-sphere-aanbod { top: 160px; left: 20%; }
	.theme-home-sphere-organisaties { top: 20px; left: auto; right: 20%; }
	.theme-home-sphere-over-ons { top: 200px; left: auto; right: 5%; }
}

@media only screen and (max-width: 480px) {
	.theme-home-spheres { width: 100%; height: 400px; }
	.theme-home-sphere-talentenblad { width: 140px; height: 140px; top: 20px; left: 8%; }
	.theme-home-sphere-aanbod { width: 160px; height: 160px; top: 190px; left: 4%; }
	.theme-home-sphere-aanbod-ani-1:after { top: 140px; left: 140px; width: 40px; height: 40px; }
	.theme-home-sphere-aanbod-ani-2:after { top: -20px; right: auto; left: 150px; width: 60px; height: 60px; }
	.theme-home-sphere-organisaties { width: 160px; height: 160px; top: 20px; left: auto; right: 5%; }
	.theme-home-sphere-over-ons { width: 140px; height: 140px; top: 200px; left: auto; right: 2%; }
	.theme-home-sphere-over-ons-ani-1:after { bottom: -15px; left: auto; right: -30px; }
}

@media only screen and (max-width: 360px) {
	.theme-home-spheres { width: 100%; height: 400px; }
	.theme-home-sphere-talentenblad { top: 20px; left: 5%; }
	.theme-home-sphere-aanbod { top: 180px; left: 0%; }
	.theme-home-sphere-organisaties { top: 30px; left: auto; right: 5%; width: 140px; height: 140px; }
	.theme-home-sphere-over-ons { top: 190px; left: auto; right: 0%; }
}

/* Theme responsive */

@media only screen and (min-width: 1240px) {
	.grid-ttl.main-ttl .box .ttl h1 { font-size: 6.4rem; }
	.responsive-sidepanel .box { background: linear-gradient(to bottom right, #25A3D8, #25A3D8); border-radius: 6px; }
	.responsive-sidepanel .box .ttl h1 { color: #fefefe; }
	.responsive-sidepanel .box .frm-item input, .responsive-sidepanel .box .frm-item select, .responsive-sidepanel .box .frm-item textarea { box-shadow: 0px 0px; }
	.responsive-sidepanel .box .frm-submit button { background: #e0e0e0; color: #202020; }
	.responsive-sidepanel .box .frm-submit button:hover { cursor: pointer; background: #A8C740; color: #fefefe; }
	.responsive-sidepanel .box .ttl p, .responsive-sidepanel .box .ttl p a { color: #fefefe; }
	.responsive-sidepanel .box .ttl p a:hover { color: #A8C740; }
}

@media only screen and (min-width: 1240px) and (max-width: 1680px) {
	.theme-vacatures .w-4 { width: 50%; }
}

@media only screen and (max-width: 1240px) {
	.theme-vacatures .w-4 { width: 50%; }
	aside { width: 100%; max-width: 100%; }
	aside.sticky { position: relative; top: auto; }
	aside .box { height: auto; }
	section.with-sidepanel .main { width: 100%; }
	section.display-flex { flex-direction: column; }
	section.responsive-column-reverse { flex-direction: column-reverse; }	
	.theme-vacatures .box .img img { width: 60px; height: 60px; }
	.theme-vacatures .box .img:before { width: 60px; height: 60px; }
	.theme-vacatures .box .ttl { padding-right: 50px; }
	.theme-vacatures .box .box-item.labels { margin-top: 0px; padding-right: 50px; }
	aside.sticky.responsive-sidepanel { position: fixed; top: 0px; bottom: 0px; height: 100vh; padding-bottom: 10vh; overflow-y: scroll; overflow-x: hidden; }
	.responsive-sidepanel { display: none; position: fixed; z-index: 102; background: #fefefe; box-shadow: 0px 2px 0px 0px #e0e0e0; }	
	.responsive-sidepanel .responsive-sidepanel-toggle { position: fixed; right: 14px; top: 10px; font-size: 2.4rem; background: #fefefe; }
	.responsive-sticky-buttons { position: relative; z-index: 101; }
	.responsive-sticky-buttons .box { padding: 10px 0px; margin: 10px 0px; }
	.responsive-sticky-buttons a { padding: 1.2rem 1.6rem; font-size: 1.4rem; }		
}

@media only screen and (min-width: 820px) and (max-width: 1240px) {
	.grid-ttl.main-ttl .box .ttl h1 { font-size: 4.8rem; }
	.theme-partners .box .img { height: 100px; }
}

@media only screen and (max-width: 820px) {
	.theme-articles .box .ttl h1 { font-size: 1.8rem; line-height: 1.2em; }
	.theme-tagline { font-size: 2.4rem; }
	.theme-header-project .project-ttl, .grid-ttl .box .ttl h1 { display: block; }
	.theme-header-project .project-img { height: 40px; top: 0px; margin: 0px -10px 0px 0px; }
	.theme-vacatures .box { position: relative; min-height: auto; }
	.responsive-sticky-buttons { position: sticky; top: 0px; }
	#header-responsive nav { box-shadow: 0px 2px 0px 0px #e0e0e0; }
	.theme-partners .box .img { height: 50px; }
	.theme-form-talents .frm-item { width: 50%; }
}

@media only screen and (max-width: 640px) {
	.theme-vacatures .w-4 { width: 100%; }
	.theme-form-talents .frm-item { width: 100%; }
}

/* Print */

@media print {
	@page { margin: 1.5cm; }
	body { background: #ffffff; }
	html { font-size: 40%; }
	.print-page-break-before { page-break-before: always; }
	.hide-for-print, nav, #breadcrumbs, .share, .social, footer, .paginate-table { display: none !important; }
	.box-item.ytb, .box-item.vmo, .box-item.scl, .box-item.mcl, .box-footer { display: none !important; }
	section:not(.hide-for-print), .print-block, .print-block-grid > [class*=" w-"] { display: block !important; width: 100% !important; }		
	aside, section.with-sidepanel > .main { width: 100% !important; max-width: 100% !important; }
	#header-responsive { display: none; }
	.box { page-break-inside: avoid; }
	.logo { height: auto; }
	.logo img { height: 1cm; }
	.ttl h1 i { display: none; }
 	.print-w-6 { width: 50% !important; }
	.theme-contacts .box-item.img img { height: 2cm; }
	.box-item.google-map.edge-to-edge { margin: 0px; padding: 0px; width: 100%; }
	.box-item.google-map iframe { height: 5cm; }
	.theme-vacatures .box { min-height: auto; height: auto !important; }
	.theme-vacatures > .grid, .theme-organisaties > .grid { width: 100%; }
	.theme-vacatures > .grid > .box, .theme-organisaties > .grid > .box { height: auto !important; }	
}

/* IAS */

.ias-trigger { padding: 20px; }
.ias-trigger a { position: relative; display: inline-block; padding: 1.6rem 2.4rem; border-radius: 32px; background: #e0e0e0; font-family: 'Poppins', sans-serif; font-weight: 600; text-transform: none; font-size: 1.8rem; text-decoration: none; width: auto; border: 0; box-shadow: 0px 0px; transition: all 200ms ease-in-out; }
.ias-trigger a:hover { cursor: pointer; background: #A8C740; color: #fefefe; }

/* Row Grid */

.row-grid-container { position: relative; width: 100%; padding: 0px 10px; }
.row-grid-item { float: left; margin-bottom: 10px; }
.row-grid-item img { max-width: 100%; max-height: 100%; vertical-align: bottom; transition: background 200ms ease-in-out, box-shadow 200ms ease-in-out, border 200ms ease-in-out; border: 0px solid #A8C740; }
.row-grid-item img:hover { background: #A8C740; border: 6px solid #A8C740; box-shadow: 0px 0px 0px 4px #A8C740; transition: background 100ms ease-in-out, box-shadow 100ms ease-in-out, border 100ms ease-in-out; }
.row-grid-item .row-grid-first-item { clear: both; }
.row-grid-last-row, .row-grid-last-row ~ .row-grid-item { margin-bottom: 0; }

@media only screen and (min-width: 820px) {	.row-grid-container { padding: 0px 20px; } }

/* Colorbox */

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/

#colorbox, #cboxOverlay, #cboxWrapper { position:absolute; top:0; left:0; z-index:9999; overflow:hidden; }
#cboxWrapper { max-width:none; }
#cboxOverlay { position:fixed; width:100%; height:100%; }
#cboxMiddleLeft, #cboxBottomLeft { clear:left; }
#cboxContent { position:relative; }
#cboxLoadedContent { overflow:auto; -webkit-overflow-scrolling: touch; }
#cboxTitle { margin:0; }
#cboxLoadingOverlay, #cboxLoadingGraphic { position:absolute; top:0; left:0; width:100%; height:100%; }
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow { cursor:pointer; }
.cboxPhoto { float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic; }
.cboxIframe { width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent { box-sizing:content-box; }

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/

#colorbox button { min-width: auto; -border-radius: 0; }

#cboxOverlay { background:#000;}
#colorbox { outline:0;}
    #cboxContent { margin-top:40px;}
        .cboxIframe { background:#fefefe;}
        #cboxError { padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{ }
        #cboxTitle { position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent { position:absolute; top:-20px; right:40px; color:#ccc; visibility: hidden !important; }
        #cboxLoadingGraphic{ }
        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose { border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active { outline:0; }
        #cboxSlideshow {position:absolute; top:-20px; right:90px; color:#fefefe;}
        #cboxPrevious, #cboxNext { position:absolute; top: 50%; margin-top: -50px; width: 50px; height: 100px; background: rgba(0,0,0,0.6); color: #ccc; outline: none; display: flex; align-items: center; justify-content: center; }
        #cboxPrevious { left: 10px; }
        #cboxPrevious:before { position: relative; font-size: 36px; font-family: "Font Awesome 5 Pro"; font-weight: 400; content: "\f053"; left: -2px; }
        #cboxNext:hover, #cboxPrevious:hover { color: #fefefe; background: rgba(0,0,0,0.8); }
        #cboxNext { right: 10px; }
        #cboxNext:before { position: relative; font-size: 36px; font-family: "Font Awesome 5 Pro"; font-weight: 400; content: "\f054"; right: -2px; }
        #cboxClose { position:absolute; top: -45px; right: -14px; display:block; width:45px; height:45px; color: #ccc; outline: 0; }
        #cboxClose:before { font-family: "Font Awesome 5 Pro"; font-weight: 400; font-size: 24px; content: "\f00d"; }
        #cboxClose:hover { color: #fefefe; }


