/* 
Theme Name: Total Talsma
Template: Total
Author: de Staat van Creatie
Author uri: https://destaatvancreatie.nl
Version: 1.0
*/

/*------------------------------------------------------------------------
## algemeen
------------------------------------------------------------------------*/

/*-- fonts --*/
@font-face {
	font-family: 'TalsmaWide';
	src: url('assets/fonts/TalsmaWide-Regular.woff2') format('woff2'),
		url('assets/fonts/TalsmaWide-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'TalsmaWide';
	src: url('assets/fonts/TalsmaWide-Medium.woff2') format('woff2'),
		url('assets/fonts/TalsmaWide-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'TalsmaWide';
	src: url('assets/fonts/TalsmaWide-Bold.woff2') format('woff2'),
		url('assets/fonts/TalsmaWide-Bold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}

body {
	font-family: 'Inter', sans-serif;
	color: #2C3136;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #F5F5F7;
}

body.no-composer main#main {
	padding-top: 55px;
}

p,
ul li,
ol li {
	font-weight: 400;
	line-height: 185%;
	color: #2C3136;
}

b,
strong {
	font-weight: 600 !important;
}

a {
	color: #0B436D;
}

h1,
h2,
h3 {
	font-family: 'TalsmaWide', sans-serif;
	font-weight: 600;
	line-height: 140%;
	color: #0B436D;
}

h1 {
	font-size: 80px;
	margin: 0 0 13px 0;
}

h2 {
	font-size: 36px;
	margin: 0 0 13px 0;
}

h3 {
	font-size: 24px;
	margin: 0 0 13px 0;
}

h4 {
	font-family: 'TalsmaWide', sans-serif;
	font-size: 20px;
	font-weight: 400;
}

h1.vcex-heading,
h2.vcex-heading,
h3.vcex-heading {
	font-family: 'TalsmaWide', sans-serif;
	font-weight: 600;
	line-height: 140%;
}

h1.vcex-heading {
	font-size: 80px;
	color: #0B436D;
	text-transform: uppercase;
	margin-bottom: 15px;
}

h1.vcex-heading mark {
	background: inherit;
	font-weight: 400;
}

h2.vcex-heading {
	font-size: 36px;
	color: #0B436D;
	margin-bottom: 15px;
}

h3.vcex-heading {
	font-size: 24px;
	color: #0B436D;
	margin-bottom: 15px;
}

h4.vcex-heading {
	font-family: 'TalsmaWide', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #0B436D;
	margin-bottom: 5px;
}

.single-blog-content,
.single-page-content,
.single-content {
	font-size: 15px;
}

.wpb_text_column ul li {
	list-style: none;
}

.wpb_text_column ul li:before {
	content: "\2022";
	display: inline-block;
	color: #BC8D2E;
	margin-left: -25px;
	margin-right: 15px;
}

/* == common vc == */
.wpb_row {
	padding: 55px 0px 0px;
}

.post-edit {
	display: none;
}

.single-page-content .wpb_row:last-child {
	padding-bottom: 50px;
}

::-moz-selection {
	color: #fff;
	background: #0B436D;
}

::selection {
	color: #fff;
	background: #0B436D;
}

/* == buttons == */
a.theme-button {
	font-family: 'TalsmaWide', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: normal;
	text-transform: uppercase;
	background: #BC8D2E;
	padding: 21px 40px 17px;
	border-radius: 2px;
}

a.theme-button:hover {
	background: #CDA75B;
	opacity: 0.9;
}

a.vcex-button.theme-button.small {
	padding: 10px 25px 5px;
}

a.theme-button.minimal-border {
	font-family: "Inter", sans-serif;
	font-size: 15px;
	text-transform: none;
	text-decoration: underline !important;
	color: #0B436D;
	padding: 0px;
	border: 0;
}

a.theme-button.minimal-border:hover {
	text-decoration: none;
	background: inherit;
	color: #BC8D2E;
}

/* == formulieren algemeen == */

.wpcf7-form p {
	margin-bottom: 10px;
}

.wpcf7 {
	font-size: 17px;
}

input[type="text"] {
	border-radius: 0;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form textarea {
	width: 100%;
	border: 1px solid #A3BFD6;
	border-radius: 0;
	padding: 11px 15px;
}

.wpcf7-form textarea {
	height: 160px;
}

input.wpcf7-form-control.wpcf7-submit {
	font-family: 'TalsmaWide', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: normal;
	text-transform: uppercase;
	background: #BC8D2E;
	padding: 21px 40px 17px;
	border-radius: 2px;
	transition: all 0.4s ease;
}

input.wpcf7-form-control.wpcf7-submit:hover {
	background: #CDA75B;
	opacity: 0.9;
}

.contactform-box {
	padding-right: 30px;
}

.contactform-box .vc_column-inner {
	padding: 40px;
	background: #fff;
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.16);
}

/* == scroll top == */
#site-scroll-top {
	background-color: transparent;
}

/*------------------------------------------------------------------------
## header
------------------------------------------------------------------------*/

#site-header.myprefix-maybe-sticky {
	top: -53px !important;
}

body.admin-bar #site-header.myprefix-maybe-sticky {
	top: -21px !important;
}

#site-header.myprefix-maybe-sticky #site-header-inner {
	background: #0C3049;
}

#site-header.myprefix-maybe-sticky div#top-bar-wrap {
	background: #0B436D;
}

#site-header.myprefix-show {
	top: 0 !important;
}

body.admin-bar #site-header.myprefix-show {
	top: 32px !important;
}

body header#site-header {
	height: 85px !important;
}

#header-aside {
	order: -1;
	white-space: nowrap;
	width: calc(50vw - 163px);
}

#header-aside a {
	color: #FFF;
}

#site-header-sticky-wrapper.is-sticky .header-aside-content {
	color: #FFF;
}

/* -- top bar -- */

div#top-bar-wrap {
	border: 0;
	background: rgba(12, 48, 73, 0.4);
	color: #fff;
}

#site-header:not(.overlay-header) div#top-bar-wrap,
#site-header-sticky-wrapper.is-sticky div#top-bar-wrap {
	background: #0B436D;
}

.topbar--hidden-element {
	width: 100%;
}

.topbar--onderdeel a {
	text-decoration: underline;
	color: #FFF;
}

.topbar--onderdeel a:hover {
	text-decoration: none;
}

#top-bar-social-alt {
	float: none;
	margin-left: 0;
	width: 100%;
	text-align: right;
	font-size: 14px;
	white-space: nowrap;
}

#top-bar-social-alt .ticon {
	margin-right: 5px;
	font-size: 16px;
}

.topbar--divisies {
	padding: 0 25px;
	white-space: nowrap;
}

.topbar--divisies ul {
	list-style: none;
	margin: 0;
}

.topbar--divisies ul li:not(:first-child) :before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 17px;
	background: #bb8b2f;
	position: absolute;
	left: -1px;
	top: 3px;
}

.topbar--divisies ul li {
	display: inline-block;
	position: relative;
	padding: 0px 20px;
	text-align: center;
}

.topbar--divisies span {
	font-size: 14px;
	color: #A3BFD6;
	text-transform: uppercase;
}

.topbar--divisies li a:hover {
	text-decoration: none;
}

.topbar--divisies li a:hover span,
.topbar--divisies li a.active-divisie span {
	color: #fff;
	text-decoration: none;
}

.topbar--divisies .divisie-mobile-select {
	cursor: pointer;
}

/* -- menu -- */

#site-header-inner,
#site-header-sticky-wrapper.is-sticky #site-header,
#site-header.overlay-header {
	box-shadow: none;
}

#overlay-header-wrap {
	z-index: inherit;
}

#site-header:not(.overlay-header) #site-header-inner,
#site-header-sticky-wrapper.is-sticky #site-header-inner {
	background: #0C3049;
}

div#site-header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 85px;
	padding: 15px 30px;
}

div#site-header-inner:after {
	display: none;
}

div#site-header-inner .hoofdmenu-links {
	width: calc(50vw - 180px);
}

div#site-header-inner div#site-navigation-wrap {
	width: calc(50vw - 157px);
}

div#site-header-inner div#site-navigation-wrap nav {
	float: right;
}

#site-header.header-dev {
	transition: top 0.4s ease !important;
}

#site-header .main-navigation-dev li.menu-item {
	padding: 0px 20px;
}

#site-header .main-navigation-dev li.menu-item:last-child {
	padding-right: 0;
}

#site-header .main-navigation-dev li.menu-item>a {
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}

#site-header .main-navigation-dev li.menu-item>a:hover {
	text-decoration: none;
}

#site-header .main-navigation-dev li.menu-item>a:after {
	content: "";
	display: block;
	width: 0%;
	height: 1px;
	left: 100%;
	right: 100%;
	background: #fff;
	margin: 0 auto;
	transition: width 0.4s ease;
}

#site-header .main-navigation-dev li.menu-item>a:hover::after,
#site-header .main-navigation-dev li.menu-item.current-menu-item>a:after {
	width: 100%;
}

span.vacature-indicator,
span.sidr-class-vacature-indicator {
	width: 18px;
	height: 18px;
	position: absolute;
	display: inline-block;
	padding: 1px 0px;
	border-radius: 50%;
	top: -8px;
	right: -14px;
	background: #BC8D2E;
	color: #FFF;
	font-size: 13px;
	line-height: normal;
	text-align: center;
}

img.sidr-class-wpml-ls-flag {
	margin: 0 8px -2px 0;
}

li.wpml-ls-menu-item.menu-item-has-children>a>span:after {
	content: url(assets/img/arrow-small-down.svg);
	display: inline-block;
	position: relative;
	top: -2px;
	margin: 0 0 0 7px;
	transform: scale(1.3);
}

.sf-menu li.wpml-ls-menu-item.menu-item-has-children ul.sub-menu {
	min-width: auto;
	margin-top: 10px;
}

/* == mobile menu == */

#sidr-main {
	width: 170px;
}

.wpex-bars>span,
.wpex-bars>span::before,
.wpex-bars>span::after {
	background: #fff;
}

a.mobile-menu-toggle {
	padding: 8px 11px;
	background: #0B436D;
	border-radius: 2px;
}

.sidr-class-dropdown-menu li {
	padding: 10px 20px;
	border: 0px;
}

.sidr-class-dropdown-menu li a {
	display: inline-block;
	padding: 0;
	color: #fff;
}

.sidr-class-dropdown-menu li.sidr-class-current-menu-item a {
	border-bottom: 1px solid #fff;
}

.sidr-class-dropdown-menu>li:first-child {
	border: 0;
}

/*------------------------------------------------------------------------
## footer
------------------------------------------------------------------------*/

footer#footer:before {
	content: url(assets/img/talsma-footer-logo.svg);
	display: block;
	position: absolute;
	width: 100%;
	margin-top: -84px;
	text-align: center;
	z-index: 4;
}

.site-footer-inner {
	padding-top: 27px;
}

.footer-box.footer-box-divisies {
	padding: 0 0 25px;
	margin: 0 15px 35px;
	border-bottom: 1px solid #0B436D;
}

.footer-box.footer-box-divisies ul {
	list-style: none;
	margin: 0;
	text-align: center;
}

.footer-box.footer-box-divisies ul li:not(:first-child):before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 17px;
	background: #bb8b2f;
	position: absolute;
	left: -1px;
	top: 3px;
}

.footer-box.footer-box-divisies ul li {
	display: inline-block;
	position: relative;
	padding: 0px 20px;
	text-align: center;
}

.footer-box.footer-box-divisies span {
	font-size: 14px;
	color: #A3BFD6;
	text-transform: uppercase;
}

.footer-box.footer-box-divisies a:hover span,
.footer-box.footer-box-divisies a.active-divisie span {
	color: #fff;
}

/* ==  footer widgets == */

.footer-widget .widget-title {
	font-family: "TalsmaWide", sans-serif;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.footer-widget p,
.footer-widget ul li {
	font-size: 14px;
	color: #fff;
}

.widget ul li a {
	color: #FFF;
}

.footer-widget .wpex-info-widget span.ticon {
	background: #0B436D;
	height: 37px;
	width: 37px;
	line-height: 37px;
	text-align: center;
	border-radius: 50%;
}

.footer-widget .wpex-info-widget div {
	line-height: 37px;
}

.footer-widget .wpex-fa-social-widget ul li {
	margin-right: 12px;
}

.footer-widget .wpex-fa-social-widget ul li a {
	background: #0B436D;
	height: 37px;
	width: 37px;
	line-height: 37px;
	text-align: center;
	border-radius: 50%;
}

/* ==  footer bottom  == */

#footer-bottom #copyright,
#footer-bottom a {
	font-size: 14px;
}

#footer-bottom a {
	color: #708ea5;
}

#footer-bottom a:hover {
	color: #cda75b;
}

/*------------------------------------------------------------------------
## pagina's
------------------------------------------------------------------------*/

/* == home === */
/*
body.home #site-logo {
	display: none;
}
*/
.hero-slider {
	background: #1e344b;
}

.hero-slider .slide-box {
	height: 100vh;
	background-size: cover;
	background-position: center;
	padding: 150px 30px 30px;
}

.hero-slider .slide-box .slide-box--innner {
	position: relative;
	width: 100%;
}

.hero-slider img.slide-logo {
	max-width: 55vw;
	margin: 0 auto;
}

.hero-slider ul.slick-dots:before {
	font-family: 'TalsmaWide', sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	color: #fff;
	position: absolute;
	display: block;
	width: 100vw;
	left: 0;
	bottom: 110px;
}

.hero-slider ul.slick-dots {
	position: absolute;
	bottom: 175px;
	width: 100%;
	margin: 0;
	padding: 0 20px;
	z-index: 0;
}

.hero-slider .pager__item {
	display: block;
}

.hero-slider ul.slick-dots {
	display: flex;
	list-style: none;
	background-color: rgba(12, 48, 73, 0.5);
	justify-content: center;
}

.hero-slider ul.slick-dots li {
	width: 20%;
	font-family: 'TalsmaWide', sans-serif;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
}

.hero-slider ul.slick-dots li:first-child {
	display: none;
}

.hero-slider ul.slick-dots li a {
	padding: 20px 10px;
	color: #fff;
	text-align: center;
}

.hero-slider ul.slick-dots li a:hover,
.hero-slider ul.slick-dots li.slick-active a {
	background: #0B436D;
	color: #bc8c2e;
	text-decoration: none;
	/*filter: invert(51%) sepia(96%) saturate(327%) hue-rotate(2deg) brightness(93%) contrast(92%);*/
}

.hero-slider ul.slick-dots li a:focus {
	outline: inherit;
}

.hero-slider .hero-big--scroll-down {
	top: calc(50% + 50vh - 110px);
}

/* == contact == */

.contact-icon .vcex-icon-box-icon {
	background: #BC8D2E;
	color: #fff;
	font-size: 20px;
	width: 37px;
	height: 37px;
	line-height: 37px;
	border-radius: 500%;
}

.contact-icon .vcex-icon-box-heading {
	margin-bottom: 0px;
	margin-top: 8px;
	color: #fff;
}

.contact-icon .vcex-icon-box-content p {
	font-size: 14px;
}

a.wpex-social-btn-minimal {
	background: #BC8D2E;
	color: #fff;
	font-size: 20px;
	width: 37px;
	height: 37px;
	line-height: 37px;
	border: 0px;
}

a.wpex-social-btn-minimal:hover {
	color: #fff !important;
	background: #CDA75B;
	opacity: 0.9;
}

/* builder elementen */

.hero-big--scroll-down {
	position: absolute;
	top: calc(50% + 50vh - 130px);
	bottom: calc(50% - 50vh);
	left: 0;
	width: 100%;
}

.hero-big--scroll-down a.vc_single_image-wrapper {
	display: grid;
}

.hero-big--scroll-down img {
	display: block;
	margin: 0 auto;
	order: 1;
}

.hero-big--scroll-down .wpb_single_image_caption {
	position: relative;
	order: 0;
	bottom: 0;
	background: inherit;
	color: #fff;
	text-transform: uppercase;
	opacity: 1;
}

.hero-big--scroll-down a:hover {
	text-decoration: none;
}

.hero-divisies h1,
.hero-divisies h1 mark {
	color: #fff;
	line-height: 110%;
}

.hero-divisies p {
	color: #fff;
	font-size: 17px;
}

.hero-page {
	padding: 225px 0 0;
}

.hero-page h1,
.hero-page h1 mark {
	color: #fff;
	line-height: 110%;
	font-size: 45px;
}

.hero-page h4 {
	color: #fff;
}

.hero-page p {
	color: #fff;
	font-size: 17px;
}

.tekstwit p,
.tekstwit a,
.tekstwit ul li {
	color: #fff;
}

.section--werken-bij {
	padding: 80px 0 50px;
}

.section--cta-small {
	box-shadow: 0px -5px 25px 0px rgba(0, 0, 0, 0.07);
}

.single-content>div.vc_row.section--cta-small:nth-last-child(-n+2) {
	padding-bottom: 80px;
}

.section--cta-small>.wpb_column:nth-child(2) .wpb_wrapper {
	display: flex;
}

.section--cta-small .wpb_wrapper .vcex-icon-box:first-child {
	margin-right: 30px;
}

.section--cta-small .vcex-icon-box-icon {
	background: #0B436D;
	color: #fff;
	font-size: 25px;
	width: 55px;
	height: 55px;
	line-height: 55px;
	border-radius: 50%;
}

.section--cta-small .vcex-icon-box-one {
	padding-left: 71px;
}

.section--cta-small .vcex-icon-box-content p {
	line-height: 55px;
}

.nieuwe-stap--text-block>.vc_column-inner {
	padding: 100px 80px;
}

.ticon-share-square-o:before {
	content: url(assets/img/external-link.svg);
}

/* tellers / milestone */
.vcex-milestone,
.vcex-milestone .vcex-milestone-inner {
	text-align: left !important;
}

.vcex-milestone .vcex-milestone-number {
	font-family: 'TalsmaWide', sans-serif;
	font-size: 80px;
	color: #BC8D2E;
}

.vcex-milestone .vcex-milestone-caption {
	font-family: 'TalsmaWide', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #BC8D2E;
}

/* staff grid */
.vcex-staff-grid .staff-entry-details {
	background: #fff;
	padding: 35px;
}

.vcex-staff-grid h2.staff-entry-title {
	font-size: 18px;
	color: #0C3049;
	margin-bottom: 15px;
}

.vcex-staff-grid h2.staff-entry-title a:hover {
	color: #BC8D2E;
}

.vcex-staff-grid .staff-entry-position {
	font-size: 15px;
	font-weight: 600;
	color: #BC8D2E;
}

.vcex-staff-grid .staff-entry.no-media {
	text-align: center;
	height: 100%;
}

.vcex-staff-grid .staff-entry-media.entry-media.wpex-mb-20 {
	margin-bottom: 0px;
}

.vcex-staff-grid .staff-entry.no-media .staff-entry-inner,
.vcex-staff-grid .staff-entry.no-media .staff-entry-details {
	height: 100%;
	align-items: center;
	display: flex;
}

/* divisie */
.section--divisie-image-bg {
	padding: 30px;
}

.section--divisie-image-bg .vc_column-inner .wpb_wrapper>.vc_row {
	min-height: calc(100vh - 100px);
}

.section--divisie-image-bg .divisie-image-bg--text-block>.vc_column-inner {
	padding: 40px 40px;
	background: rgba(12, 48, 73, 0.8);
}

.section--divisie-image-bg .divisie-image-bg--text-block p,
.section--divisie-image-bg .divisie-image-bg--text-block ul li,
.section--divisie-image-bg .divisie-image-bg--text-block .vcex-heading {
	color: #fff;
}

.section--divisie-more-images {
	padding: 30px;
}

.divisie-more-images--text-block {
	padding: 100px 40px;
	margin: 0;
}

.divisie-more-images--text-block p,
.divisie-more-images--text-block .vcex-heading {
	color: #fff;
}

.divisie-more-images--image-small {
	float: left;
	border-right: 15px solid #0c3149;
}

.divisie-more-images--image-big {
	height: calc(100vh - 100px);
	float: right;
	border-left: 15px solid #0c3149;
}

.divisie-more-images--image-big .vc_column-inner,
.divisie-more-images--image-small .vc_column-inner {
	height: 100%;
}

.divisie-more-images-text-right .divisie-more-images--text-block {
	float: right;
}

.divisie-more-images-text-right .divisie-more-images--image-small {
	float: right;
	border-right: 0;
	border-left: 15px solid #0c3149
}

.divisie-more-images-text-right .divisie-more-images--image-big {
	float: left;
	border-left: 0;
	border-right: 15px solid #0c3149
}

.section--divisie-default {
	padding: 30px 15px;
}

.section--divisie-default p,
.section--divisie-default ul li,
.section--divisie-default .vcex-heading {
	color: #fff;
}

.wpex-carousel-portfolio .overlay-title-bottom-see-through.theme-overlay {
	font-family: "TalsmaWide", sans-serif;
	font-weight: 700;
	font-size: 28px;
	text-align: left;
	padding: 25px 40px;
	background: inherit;
	z-index: 1;
}

.wpex-carousel-portfolio a.wpex-carousel-entry-img {
	overflow: hidden;
	display: block;
	position: relative;
}

.wpex-carousel-portfolio .wpex-bg-black,
.wpex-carousel-portfolio .wpex-hover-bg-black:hover {
	background: transparent;
}

.wpex-carousel-portfolio a.wpex-carousel-entry-img:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	visibility: visible;
	height: 100%;
	width: 100%;
	background: #0C3049;
	opacity: 0.5;
	z-index: 1;
	transition: all 0.3s ease;
}

.wpex-carousel-portfolio a.wpex-carousel-entry-img:hover::before {
	opacity: 0;
}

.wpex-carousel-portfolio a.wpex-carousel-entry-img:after {
	position: absolute;
	right: 35px;
	bottom: 25px;
	color: #fff;
	z-index: 1;
	border-bottom: 2px solid #fff;
	padding: 5px 0px;
	transition: all 0.3s ease;
}

.wpex-carousel-portfolio a.wpex-carousel-entry-img:hover::after {
	border-bottom-color: transparent;
}

.wpex-carousel-portfolio .owl-nav {
	position: absolute;
	top: -70px;
	width: 100%;
}

.wpex-carousel-portfolio .owl-nav button.owl-next {
	float: right;
	width: auto;
	height: auto;
}

.wpex-carousel-portfolio .owl-nav button.owl-prev {
	width: auto;
	height: auto;
}

.wpex-carousel-portfolio .ticon.ticon-chevron-left::before {
	content: url(assets/img/arrow-blue-left.svg);
}

.wpex-carousel-portfolio .ticon.ticon-chevron-right::before {
	content: url(assets/img/arrow-blue-right.svg);
}

.vc_row[data-ls_id="#projecten"] .vcex-heading {
	padding: 0 30px;
}

.wpex-carousel-images.arrwpos-abs .owl-prev {
	display: none;
}

.wpex-carousel-images.arrwpos-abs.arrwstyle-default .ticon-chevron-right:before {
	content: url(assets/img/arrow-small-right.svg);
}

.wpex-carousel-images.arrwpos-abs .owl-next {
	right: 0px;
	padding-right: 10px;
	background: #0B436D;
	height: 55px;
	width: 45px;
	line-height: 55px;
	border: 0px;
	border-radius: 0px;
	transition: all 0.3s ease;
}

.wpex-carousel-images.arrwpos-abs .owl-next:hover {
	background: #0C3049;
}

.wpex-slider.no-stretch .wpex-slider-media img,
.wpex-slider-preloaderimg.no-stretch img {
	width: 100%;
}

/* == single portfolio / projecten == */

body.single-portfolio {
	background-position: 0 calc(100vh + 200px);
}

.vcex-heading.projecten-subheading {
	font-family: "TalsmaWide", sans-serif;
	font-size: 35px;
	color: #fff;
	text-transform: uppercase;
}

body.single-portfolio .overlay-title-bottom-see-through.theme-overlay {
	font-family: "TalsmaWide", sans-serif;
	font-weight: 700;
	font-size: 28px;
	text-align: left;
	padding: 25px 40px;
	background: inherit;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
	z-index: 1;
}

body.single-portfolio .wpex-bg-black,
body.single-portfolio .wpex-hover-bg-black:hover {
	background: transparent;
}

blockquote {
	background: url(assets/img/blockquote.png) left 4px no-repeat;
	background-size: 35px 35px;
	padding-left: 55px;
	margin: 30px 0;
	font-size: 17px;
}

blockquote p {
	color: #0B436D;
}

/* == content tempalte == */

.content-template--text-box>.vc_column-inner {
	background: #fff;
	padding: 55px;
}

.vcex-image.video-block a:before {
	content: url(assets/img/play-button.svg);
	position: absolute;
	top: calc(50% - 67px);
	left: calc(50% - 63.5px);
	transition: all 0.3s ease;
}

.vcex-image.video-block a:hover::before {
	opacity: 0.7;
}

.vcex-icon-box.share-page {
	cursor: pointer;
}

.vcex-icon-box.share-page img {
	height: auto;
	width: auto;
}

.wpex-social-share.position-horizontal {
	display: none;
	margin-top: 25px;
}


/* == vacature detail == */

.vacature-formulier_column {
	background: #fff;
	padding: 40px;
	box-shadow: 0 2px 24px rgba(0, 0, 0, 0.14);
}

.vacature-formulier_column .vcex-icon-box {
	display: inline-block;
	float: left;
	margin-right: 30px;
}

.vacature-formulier_column .vcex-icon-box-icon {
	background: #0B436D;
	color: #fff;
	font-size: 25px;
	width: 55px;
	height: 55px;
	line-height: 55px;
	border-radius: 50%;
}

.vacature-formulier_column .vcex-icon-box-one {
	padding-left: 71px;
}

.vacature-formulier_column .vcex-icon-box-content p {
	line-height: 55px;
}

.cv-file--box {
	display: block;
	margin-bottom: 30px;
}

.cv-file--box br {
	display: none;
}

/*------------------------------------------------------------------------
## desktop
------------------------------------------------------------------------*/

@media screen and (min-width : 1171px) {}

@media screen and (min-width : 768px) {

	/* == page builder elementen == */
	.halfFullRight .vc_column-inner,
	.halfFullLeft .vc_column-inner {
		position: absolute;
		margin: 0;
		min-height: 100%;
	}

	.halfFullRight {
		position: absolute;
		display: block;
		min-height: 100%;
		width: 50%;
		padding-left: 0;
		right: 0;
		top: 0;
	}

	.halfFullLeft {
		position: absolute;
		display: block;
		min-height: 100%;
		width: 50%;
		padding-right: 0;
		left: 0;
		top: 0;
	}

	.section--text-image-left img,
	.section--text-image-right img,
	.section--textbg-image-left img,
	.section--textbg-image-right img {
		width: 100%;
		height: auto;
	}

	.section--text-image-left,
	.section--text-image-right,
	.section--textbg-image-left,
	.section--textbg-image-right {
		padding: 100px 65px 50px;
	}

	.section--text-slider-right .section--textbg-slider-right {
		padding: 55px 0px 0px 65px;
	}

	.section--text-slider-left .section--textbg-slider-left {
		padding: 55px 65px 0px 0px;
	}

	.section--textbg-image-left>.wpb_column:last-child>.vc_column-inner,
	.section--textbg-slider-left>.wpb_column:last-child>.vc_column-inner {
		background: #fff;
		margin-left: -135px;
		padding: 50px;
	}

	.section--textbg-slider-left>.wpb_column:first-child .vc_column-inner {
		position: relative;
		left: -15px
	}

	.section--textbg-image-right>.wpb_column:first-child>.vc_column-inner,
	.section--textbg-slider-right>.wpb_column:first-child .vc_column-inner {
		background: #fff;
		margin-right: -135px;
		margin-left: 65px;
		padding: 50px;
		z-index: 2;
	}

	.section--textbg-slider-right>.wpb_column:last-child .vc_column-inner {
		position: relative;
		right: -15px;
	}

	/* divisies */


	/* == home == */

}

@media only screen and (min-width: 960px) {

	/* == topbar == */
	.topbar--divisies .divisie-mobile-select {
		display: none;
	}

}

/*------------------------------------------------------------------------
## mobile
------------------------------------------------------------------------*/


@media screen and (max-width : 1599px) {

	/* header */
	#site-header .sf-menu li.menu-item {
		padding: 0px 15px;
	}

	#site-header .sf-menu li.menu-item>a {
		font-size: 14px;
	}

	.vcex-milestone .vcex-milestone-number {
		font-size: 55px;
	}

	.vcex-milestone .vcex-milestone-caption {
		font-size: 18px;
	}

	.hero-slider ul.slick-dots li {
		font-size: 14px;
	}

	.hero-slider ul.slick-dots:before {
		font-size: 18px;
	}

}

@media screen and (max-width : 1400px) {

	/* fonts */
	h1 {
		font-size: 70px;
	}

	h2 {
		font-size: 25px;
	}

	h3 {
		font-size: 20px;
	}

	h4 {
		font-size: 19px;
	}

	h1.vcex-heading {
		font-size: 70px;
	}

	h2.vcex-heading {
		font-size: 25px;
	}

	h3.vcex-heading {
		font-size: 20px;
	}

	h4.vcex-heading {
		font-size: 19px;
	}

	body.home h1.vcex-heading {
		font-size: 25px !important;
	}
}

@media screen and (max-width : 1170px) {

	body #site-header-sticky-wrapper #site-header.header-dev.myprefix-maybe-sticky {
		top: -52px !important;
	}

	body.admin-bar #site-header-sticky-wrapper #site-header.header-dev.myprefix-maybe-sticky {
		top: -21px !important;
	}

	/*
	body.home #site-header-sticky-wrapper #site-header.header-dev.myprefix-maybe-sticky {
		top: 0 !important;
	}
	body.home.admin-bar #site-header-sticky-wrapper #site-header.header-dev.myprefix-maybe-sticky {
		top: 32px !important;
	}*/
	body #site-header-sticky-wrapper #site-header.header-dev.myprefix-show {
		top: 0 !important;
	}

	body.admin-bar #site-header-sticky-wrapper #site-header.header-dev.myprefix-show {
		top: 32px !important;
	}

	div#site-header-inner .hoofdmenu-links {
		display: none;
	}

	.topbar--divisies img {
		height: 16px;
		width: 17px;
		margin-right: 10px;
	}

	.topbar--divisies ul li {
		padding: 0px 10px;
	}

	.topbar--divisies span {
		font-size: 12px;
	}

	body.wpex-mobile-toggle-menu-icon_buttons #mobile-menu {
		right: 5%;
		margin-top: -30px;
	}


	/* home */
	.hero-slider ul.slick-dots {
		display: block !important;
	}

	.hero-slider ul.slick-dots li {
		width: 50%;
		display: inline-block;
	}

	.hero-slider ul.slick-dots:before {
		bottom: 250px;
	}

	.hero-slider ul.slick-dots {
		bottom: 100px;
	}
}

@media screen and (max-width : 959px) {

	h1 {
		font-size: 25px;
		margin: 0 0 13px 0;
	}

	h2 {
		font-size: 22px;
		margin: 0 0 13px 0;
	}

	h3 {
		font-size: 18px;
		margin: 0 0 13px 0;
	}

	h4 {
		font-size: 17px;
	}

	h1.vcex-heading {
		font-size: 25px;
		margin-bottom: 15px;
	}

	h2.vcex-heading {
		font-size: 22px;
		margin-bottom: 15px;
	}

	h3.vcex-heading {
		font-size: 18px;
		margin-bottom: 15px;
	}

	h4.vcex-heading {
		font-size: 17px;
		margin-bottom: 5px;
	}

	.single-blog-content,
	.single-page-content,
	.single-content {
		font-size: 14px;
	}

	blockquote {
		font-size: 15px;
	}

	/* == top bar == */
	.topbar--hidden-element,
	#top-bar-social-alt {
		display: none;
	}

	.topbar--divisies {
		padding: 0px;
	}

	#top-bar {
		display: flex;
		justify-content: flex-start;
	}

	.topbar--divisies ul {
		display: none;
		columns: 1;
		position: absolute;
		top: 53px;
		left: -30px;
		width: calc(100% + 60px);
		padding: 25px 0;
		background: rgba(12, 48, 73, 0.9);
		z-index: 9999;
	}

	.topbar--divisies ul li {
		padding: 5px 15px;
	}

	.topbar--divisies img.divisie-arrow-down {
		height: 12px;
		width: 12px;
		margin: 0 0 2px 12px;
	}

	.divisie-mobile-select .ticon {
		font-size: 20px;
		position: relative;
		top: 0;
		left: 7px;
	}

	.divisie-mobile-select img {
		margin-right: 10px;
	}

	.divisie-mobile-select span {
		color: #fff;
	}

	.divisie-mobilemenu_hidden-content {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		z-index: 997;
		cursor: pointer;
	}

	/* == header == */
	div#site-header-inner {
		padding: 15px 5%;
		margin: 0px;
		width: 100%;
		max-width: 100%;
	}

	/* == vc elementen == */
	.hero-divisies p {
		color: #fff;
		font-size: 15px;
	}

	.hero-home,
	.hero-page,
	.hero-divisies {
		padding-top: 165px !important;
	}

	.hero-slider .slide-box {
		height: calc(780px - 137px);
		padding: 90px 30px 30px;
	}

	.hero-slider img.slide-logo {
		max-width: 70vw;
	}

	.hero-slider ul.slick-dots li {
		width: 100%;
	}

	.hero-slider ul.slick-dots:before {
		bottom: 320px;
		font-size: 13px;
	}

	.hero-slider ul.slick-dots li {
		font-size: 15px;
	}

	.hero-slider ul.slick-dots li a {
		padding: 15px 5px;
	}

	.hero-slider .hero-big--scroll-down {
		position: absolute;
		bottom: 30px;
		top: inherit;
	}

	.hero-slider ul.slick-dots li a:hover,
	.hero-slider ul.slick-dots li.slick-active a {
		background: transparent;
	}

	.hero-big--scroll-down {
		position: relative;
		top: inherit;
		bottom: inherit;
		margin-top: 30px;
	}

	.wpex-carousel-images.owl-carousel .owl-item {
		width: 100vw !important;
	}

	.wpex-carousel.arrwpos-abs .owl-prev {
		display: none;
	}

	.nieuwe-stap--text-block>.vc_column-inner {
		padding: 50px 25px;
	}

	.vcex-milestone .vcex-milestone-number {
		font-size: 40px;
	}

	.vcex-milestone .vcex-milestone-caption {
		font-size: 15px;
	}

	.vcex-milestone {
		margin-bottom: 30px !important;
	}

	/* == divisie == */
	.section--divisie-image-bg,
	.section--divisie-more-images {
		padding: 15px;
	}

	.section--divisie-image-bg .vc_row.vc_row-o-content-bottom>.vc_column_container.divisie-image-bg--text-block>.vc_column-inner {
		margin-bottom: auto;
		margin-top: 0;
	}

	.section--divisie-image-bg .divisie-image-bg--text-block>.vc_column-inner {
		padding: 20px;
	}

	.divisie-more-images--text-block {
		padding: 30px 0;
	}

	.divisie-more-images-text-right .divisie-more-images--image-big {
		border-right: 0px;
	}

	.divisie-more-images-text-right .divisie-more-images--image-small {
		border-left: 0px;
		margin-top: 15px;
	}

	.divisie-more-images--image-big {
		border-left: 0px;
	}

	.divisie-more-images--image-small {
		border-right: 0px;
		margin-top: 15px;
	}

	.wpex-carousel-portfolio .overlay-title-bottom-see-through.theme-overlay {
		font-size: 19px;
		line-height: normal;
	}

	.wpex-carousel-portfolio a.wpex-carousel-entry-img:after {
		display: none;
	}

}

@media screen and (max-width : 767px) {

	/* == page builder elementen == */
	.wpb_row {
		padding: 35px 0px 0px;
	}

	.halfFullRight .vc_column-inner,
	.halfFullLeft .vc_column-inner {
		min-height: 400px;
	}

	a.theme-button {
		font-size: 12px;
	}

	.section--werken-bij {
		padding: 50px 0 65px;
	}

	.section--werken-bij h2 br {
		display: none;
	}

	.wpex-carousel.arrwstyle-min .owl-prev,
	.wpex-carousel.arrwstyle-min .owl-next {
		transform: scale(0.6);
	}

	.section--cta-small .vcex-icon-box-icon {
		font-size: 20px;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	.section--cta-small .vcex-icon-box-one {
		padding-left: 0;
		margin-bottom: 15px;
	}

	.section--cta-small .vcex-icon-box-content p {
		line-height: 40px;
	}

	.vcex-heading.projecten-subheading {
		font-size: 17px;
	}

	.section--text-image-left .wpb_column:nth-child(1),
	.section--textbg-image-left .wpb_column:nth-child(1),
	.section--divisie-default.default--image-left .wpb_column:nth-child(1) {
		order: 1;
	}

	/* == header == */

	body #site-header-sticky-wrapper #site-header.header-dev.myprefix-maybe-sticky {
		top: -55px !important;
	}

	body #site-header-sticky-wrapper #site-header.header-dev.myprefix-show {
		top: 0 !important;
		opacity: 1;
	}

	/*
	body.home #site-header.myprefix-maybe-sticky #site-header-inner {
		background: transparent;
	}*/

	body.wpex-mobile-toggle-menu-icon_buttons #mobile-menu {
		margin-top: -24px;
	}

	.topbar--divisies ul li {
		display: block;
		width: 100%;
	}

	.topbar--divisies span {
		font-size: 14px !important;
	}

	/* == footer == */
	footer#footer:before {
		margin-top: -74px;
		transform: scale(0.75);
	}

	.footer-box.footer-box-divisies ul {
		columns: 1;
	}

	.footer-box.footer-box-divisies ul li {
		margin: 20px 0;
		width: 100%;
	}

	.footer-box.footer-box-divisies ul li:not(:first-child):before {
		width: 20px;
		height: 2px;
		position: absolute;
		left: calc(50% - 10px);
		top: -20px;
		margin: 0 auto;
	}

	.section--cta-small>.wpb_column:nth-child(2) .wpb_wrapper {
		display: inline-block;
	}

	.footer-box.col-3 .footer-widget {
		padding-bottom: 20px;
	}

	/* == hero == */
	.hero-divisies {
		padding-top: 145px;
	}

	/* == contact == */
	.contactform-box {
		padding-right: 0px;
	}

}

@media only screen and (max-width: 480px) {}