/*
Theme Name: Xmark
Theme URI: https://xmark.nl/
Author: De Internetzaak
Author URI: https://deinternetzaak.nl/
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jura:wght@700&display=swap');

html{
	padding: 0;
	margin: 0;
	scroll-behavior: smooth;
	overflow-x: hidden;
	background-color: rgb(247 247 247)!important;
}
.mobile_menu_open,
.mobile_menu_open body{
	overflow: hidden;
}
body#root{
	background-color: #faf9f7;
	color: #4d4d4d;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	counter-reset: section;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: visible;
}
body:after{
	transition: all 0.2s ease;
	opacity: 0;
	content: '';
}
body.overlay:after{
	opacity: 1;
	content: '';
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.20);
	z-index: 9;
}
img{
	max-width: 100%;
	height: auto;
}

.menu{
	list-style: none;
	margin: 0;
	padding: 0;
}

#root a{
	color: #4d4d4d;
	transition: all 0.3s ease;
}
#root a:hover {
	color: #242424;
}
b,
.color_primary,
.color_primary a,
.color_primary a:hover{
    color: #ea5b0c;
}

h1, h2, h3, h4, h5{
    color: #000;
	font-family: "Open Sans";
}

#root .title_large, #root h1{
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 50px;
}
#root h2{
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
}
#root .title_medium, h3{
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
}
#root .title_small, h4{
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
}

#root h5{
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 10px;
}

.bg_fade:after{
	content: '';
	background: rgba(0, 59, 105, 0.1);
	background: -moz-linear-gradient(180deg, rgba(0, 59, 105, 0.1) 26%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0, 59, 105, 0.1) 26%, rgba(0,0,0,0) 100%);
	background: linear-gradient(180deg, rgba(0, 59, 105, 0.1) 26%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dee8e9",endColorstr="#000000",GradientType=1);
	transform: translate(-50%);
	left: 50%;
	top: 0;
	position: absolute;
	width: 100%;
	height: 350px!important;
	z-index: -1;
	visibility: visible!important;
}

.bg_alternate{
	background-color: #ebeef1;
}
.bg_dark{
	background-color: #00244D;
}
.bg_blue{
	background-color: #ea5b0c;

}
.bg_blue h2,
.bg_blue .labels .label,
.bg_blue h2{
	color: #fff!important;
}
.bg_blue .button.bg_white{
	color: #00294e!important;
	background-color: #fff !important;
}
.bg_blue .button.bg_white:hover{
	color: #00294e!important;
}
.bg_alternate .title_small ,.bg_dark .title_small{
	color: #000;
}
.content_box{
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow:  0 0 50px 0 rgba(61,73,82,0.10);
	box-shadow:  0 0 50px 0 rgba(61,73,82,0.10);
}
.bg_primary{
	background-color: #003c69;
	color: #fff;
}

#root .buttons .button{
	margin-right: 20px;
}

#root .button{
	display: inline-block;
	border-radius: 50px;
	text-decoration: none;
	font-size: 13px;
	line-height: 23px;
	padding: 9px 26px 9px 26px;
	color: #fff !important;
	font-weight: 700;
	border: 2px solid #e49a72;
	background-color: #ea5b0c;
	transition: all 0.3s ease;
	font-family: 'Jura', sans-serif;
}

#root .button:hover{
	background-color: #db530a;
}

#root .button .icon{
	padding-right: 10px;
	padding-left: 10px;
	transition: all 0.3s ease;
}
#root .button:hover .icon{
	padding-right: 0;
	padding-left: 20px;
}
#root .button:hover .back{
	padding-right: 20px!important;
	padding-left: 0!important;
}

#root .button.button_primary:hover{
	color: #fff !important;
}

#root .button.button_secondary:hover{
	border-color: #ea5b0c;
}
#root .button.button_secondary{
	background: transparent;
	color: #4d5055 !important;
	border: 2px solid #e1e4e8;
}
#root .button.ghost , .ghost a{
	background: transparent;
	color: #ea5b0c !important;
	border: none;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
#root .button.ghost .fa{
    font-size: 12px;
    margin-right: 3px;
}
#root .button.ghost:hover{
	color: #000 !important;
}
#root .button.button_secondary.dark{
	background: #ea5b0c;
	color: #fff!important;
	border: 1px solid #fff;
	box-shadow: none;
}
#root .button.button_secondary.dark:hover{
	border-color: rgba(255, 255, 255, 0.7) !important;
}

#root .button.button_ghost{
	font-size: 15px;
	border:0;
	background: transparent;
	color: #ea5b0c !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}


/* mobile menu */
#button_mobile_menu{
	z-index: 990;
	cursor: pointer;
	transition: all 0.3s ease;
}

/* #button_mobile_menu:before{
	content: 'menu';
	display: block;
	position: absolute;
	transition: all 0.3s ease;
	font-family: 'Jura', sans-serif;
	font-size: 13px;
	font-weight: 700 !important;
	right: 40px;
	top: 5px;
	color: #4d5055;
	text-transform: lowercase;
} */

#button_mobile_menu.active{
	z-index: 1100;
}
.mobile_menu_open #button_mobile_menu:before{
	opacity: 0;
}
.hamburger_menu .stroke {
  display: block;
  height: 3px;
  background-color: #000;
  border-radius: 5px;
  margin: 6px auto;
  width: 30px;
  transition: 0.3s;
}
.mobile_menu_open #button_mobile_menu .hamburger_menu .bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 5px);
  transform: rotate(-45deg) translate(-5px, 5px);
}
.mobile_menu_open #button_mobile_menu .hamburger_menu .bar2 {
  opacity: 0;
}
.mobile_menu_open #button_mobile_menu .hamburger_menu .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px);
	transform: rotate(45deg) translate(-8px, -8px);
}

#mobile_menu{
	position: fixed;
	width: 100vw;
	height: 100vh;
	overflow-y: scroll;
	right: calc(-100vw - 20px);
	top: 0;
	z-index: 999;
	background-color: #faf9f7;
	-webkit-box-shadow: 0 0 30px 0 rgb(217 230 231 / 60%);
	box-shadow: 0 0 30px 0 rgb(217 230 231 / 60%);
	transition: all 0.5s ease;
	padding-bottom: 50px;
}
.mobile_menu_open #mobile_menu{
	right: 0;
}

#mobile_menu .contact_cta{
	padding: 40px 20px;
}
#mobile_menu .contact_cta .title{
	color: #ea5b0c;
	font-weight: 700;
	font-size: 16px;
}
#mobile_menu .contact_cta .content{
	font-size: 14px;
}
#mobile_menu .inner{
	display: block;
	padding-top: 100px;
	width: 100%;
    transition: all 0.3s ease;
}
.scrolled #mobile_menu .inner{
    padding-top: 70px;
}
#mobile_menu .inner .menu_wrapper{
	background-color: #fff;
	padding: 20px 30px;
	margin: 0;
}
#mobile_menu .inner > ul{
	list-style: none;
	margin: 0 5px;
	padding: 0;
}
#mobile_menu .inner ul ul{
	list-style: none;
	padding: 0;
}
#mobile_menu .inner ul.menu > li{
	position: relative;
	border-bottom: 2px solid #ebeef1;
}
#mobile_menu .inner ul li:last-child{
	position: relative;
	border-bottom: none;
}
#mobile_menu .inner ul li a{
	font-weight: 700;
	display: block;
	color: #4d5055;
	font-size: 16px;
	padding: 15px 0;
	text-decoration: none;
}
#mobile_menu .inner ul li.current-menu-item a{
}
#mobile_menu .inner ul li:first-child a{
	border-top: 0;
}
#mobile_menu .inner ul li.menu-item-has-children .collapse{
	display: block;
	position: absolute;
	z-index: 2;
	right: 0;
	top: 5px;
    padding: 15px;
    font-size: 20px;
    transition: all .2s;
	color: rgba(2, 2, 2, 0.39);
}
#mobile_menu .inner ul.sub-menu li.menu-item-has-children .collapse{
	padding: 0 10px;
}
#mobile_menu .inner ul li.menu-item-has-children .collapse .icon{
	transition: all 0.3s ease;

}
#mobile_menu .inner ul li.menu-item-has-children .collapse.active .icon{
	transform: rotate(180deg);
}
#mobile_menu .inner ul.sub-menu{
	display: none;
	padding: 0 10px 20px 15px;
}
#mobile_menu .inner ul.sub-menu.open{
	display: block;
}
#mobile_menu .inner ul.sub-menu li{
	position: relative;
}
#mobile_menu .inner ul.sub-menu li a{
	font-size: 14px;
	font-weight: 600;
	padding: 5px 0;
	border-top: 0;
	color: #4d5055;
}

#mobile_menu ul li.current-menu-item > a, #mobile_menu ul li.current-menu-parent > a{
    opacity: .5;
}

#mobile_menu .cta_wrapper{
	padding: 10px 15px;
	margin: 0;
	width: 100%;
	display: flex;
}
#mobile_menu .cta_wrapper a{
	font-size: 14px;
	text-transform: none;
	margin: 5px auto;
	padding: 10px 50px;
}
/* END mobile menu */


/* area: header */
#area_header{
	display: block;
	position: fixed;
	padding: 0 0 5px 0;
	z-index: 1000;
	top: 0;
	width: 100%;
	background-color: #fff;
	transition: all 0.3s ease;
	border-bottom: 2px solid #ebeef1;
}

#area_header .top_menu{
    background-color: #f7f7f7;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}
#area_header .top_menu .menu_items{
    width: auto;
    padding: 3px 0;
}

#area_header .top_menu a{
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    color: #0000007d;
    padding: 4px 0;
}
#area_header .top_menu a:hover{
    color: #000;
}
#area_header .top_menu a.login{
    margin-right: 30px;
}
#area_header .top_menu a .icon{
    margin-right: 5px;
}
#area_header .menu{
	margin: 0;
	padding: 0;
	list-style: none;
}
#area_header .logo_branding{
	display: block;
    height: 90px;
    width: 190px;
    background-size: 190px;
	background-image: url('images/logo-xmark.png');
	background-repeat: no-repeat;
	background-position: left center;
}

#area_header .button_primary, #mobile_menu .button_primary{
	background-color: #ea5b0c;
}
#area_header .button_primary:hover, #mobile_menu .button_primary:hover{
	color: #fff;
	background-color: #ea5b0c;
}

#root #area_header .button_secondary, #root #mobile_menu .button_secondary{
	border-width: 2px;
	border-color: #ea5b0c;
	color: #ea5b0c !important;
	padding: 7px 26px 7px 26px;
}
#root #area_header .button_secondary{
	
}
#root #area_header .button.ghost{
	padding-left: 0;
	margin-right: 20px;
}
#root #area_header .button.ghost:hover{
	background: none!important;
}
#root #area_header .button_secondary:hover{
	background: #ea5b0c!important;
	color: #fff !important;
}

#area_header .menu > li{
	display: inline-block;
}
#area_header .menu > li > a{
	position: relative;
	text-decoration: none;
	border-radius: 20px;
	display: block;
	color: #4d5055;
	padding: 20px 0;
	margin: 0 18px;
	font-size: 14px;
	font-weight: 600;
	transition: all 0.3s ease;
}

#area_header .menu > li > a:hover{
	opacity: 1;
	color: #ea5b0c;	
}

#area_header ul li.current-menu-item > a, #area_header ul li.current-menu-parent > a{
	opacity: .5;
}

#area_header li.menu-item-has-children:hover > ul.sub-menu{
	visibility: visible;
	opacity: 1;
}

#area_header li.menu-item-has-children{
	position: relative;
}
#area_header li.menu-item-has-children > a{
	padding-right: 15px !important;
}
#area_header li.menu-item-has-children:after{
	transform: translate(-50% ,-50%);
	color: rgba(0, 0, 0, 0.21);
	position: absolute;
	top: calc(50% + 2px);
	right: 13px;
	font-size: 12px;
    font-family: "Font Awesome 6 pro";
    font-weight: 900;
	content: '\f107';
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	line-height: 23px;
}
#area_header li.menu-item-has-children:hover > ul.sub-menu{
	visibility: visible;
	opacity: 1;
}
#area_header li ul.sub-menu{
	z-index: 0;
	opacity: 0;
	top: 62px;
	left: 0;
	visibility: hidden;
	position: absolute;
	background-color: #fff;
	width: 250px;
	margin: 0;
	border-radius: 5px;
	padding: 10px 20px 20px 20px;
	list-style: none;
	-webkit-box-shadow: 0 0 30px 0 rgb(217 230 231 / 60%);
	box-shadow: 0 0 30px 0 rgb(217 230 231 / 60%);
    transition: all .2s;
}
#area_header li ul.sub-menu:after{
	content: '';
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 7px solid #ffffff;
	position: absolute;
	top: -6px;
	left: 20px;
	z-index: -93;
}
#area_header li ul.sub-menu .sub-menu{
	left: -270px;
	top: 0;
}
#area_header li ul.sub-menu li{
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #ebeef1;
}
#area_header li ul.sub-menu li:last-child{
	border-bottom: none;
}
#area_header li ul.sub-menu li a{
	text-decoration: none;
	color: #4d5055;
	font-weight: 600;
	font-size: 13px;
	display: block;
	margin: 0;
	padding: 6px 20px 5px 0;
    transition: all .2s ease-in-out;
}
#area_header li ul.sub-menu li a:hover{
	color: #ea5b0c;
	padding: 6px 10px 5px 10px;
}
#area_header li ul.sub-menu li {
	transition: all .1s ease-in-out;
}
#area_header li ul.child_hovered li{
	opacity: .7;
}

#area_header li ul.sub-menu li:hover{
/*	padding-left: 10px;
	padding-right: 0;*/
	opacity: 1;
}

#area_header li ul.sub-menu li.current-menu-item a{
	color: #72757a;
}

#button_mobile_menu{
	margin: 0 5px;
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease;
}

#button_mobile_menu.active{
	z-index: 1100;
}
#button_mobile_menu.active:before{
	opacity: 0;
}
.hamburger-menu .stroke {
  display: block;
  height: 3px;
  background-color: #000;
  border-radius: 5px;
  margin: 6px auto;
  width: 30px;
  transition: 0.3s;
}
#button_mobile_menu.active .hamburger-menu .bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 6px);
  transform: rotate(-45deg) translate(-5px, 6px);
}
#button_mobile_menu.active .hamburger-menu .bar2 {
  opacity: 0;
}
#button_mobile_menu.active .hamburger-menu .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -8px);
	transform: rotate(45deg) translate(-7px, -8px);
}
/* END area: header */


/* area: content */
#area_content .notViewed {
	opacity: 0 !important;
	transform: translateY(50px) !important;
	transition-property: all;
	transition-duration: 1s;
	transition-delay: .1s;
}
#area_content .viewed {
	opacity: 1 !important;
	transform: translateY(0px) !important;
	transition-property: all;
	transition-duration: 1s;
	transition-delay: .1s;
}
#area_content{
	padding-top: 118px;
}


#area_content.has_header{
	padding-top: 85px;
}

/* END area: content */


/* area: footer */
#area_footer{
	position: relative;
}
#area_footer a{
	position: relative;
	text-decoration: none;
}


#area_footer #footer_top{
	background-color: #fff;
	-webkit-box-shadow: 0 0 30px 0 rgb(217 230 231 / 60%);
	box-shadow: 0 0 30px 0 rgb(217 230 231 / 60%);

}
#area_footer.cta_true #footer_top{
	padding-top: 130px;

}
#area_footer.cta_true{
	margin-top: -130px;
}

#area_footer #footer_top .inner{
	padding: 40px 40px 80px 40px;
	position: relative;
}
#area_footer #footer_top .inner:after{
	content: '';
	background: rgba(0, 0, 0, 0.10);
	width: calc(100% - 80px);
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 40px;
}
#area_footer #footer_top .inner .footer_description {
	text-align: center;
	font-size: 14px;
	margin-bottom: 20px;
	color: #12334a;
	line-height: 24px;
}
#area_footer #footer_top .inner #logo_wrapper {
	margin-bottom: 20px;
}
#area_footer #footer_top .inner #logo_wrapper img{
	margin: 20px 0;
	width: 200px;
}
#area_footer #footer_top .inner .social_media{
	justify-content: center;
}
#area_footer #footer_top .inner .social_media a{
	background: #ebebeb85;
	border-radius: 100%;
	margin: 0px 7px;
	width: 40px;
	height: 40px;
	text-align: center;
	padding: 12px;
}
#area_footer #footer_top .inner .social_media span{
	color: #000;
	font-size: 15px;
	display: block;
}
#area_footer #footer_top .inner .social_media a:hover{
	background: #ea5b0c;
}
#area_footer #footer_top .inner .social_media a:hover span{
	color: #fff;
}

#area_footer #footer_top .inner .footer_col{
}
#area_footer #footer_top .inner .footer_col .title{
	color: #000;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 30px;
}
#area_footer #footer_top .inner .footer_col .content{
	font-size: 14px;
}
#area_footer #footer_top .inner .footer_col .content ul{
	list-style: none;
	padding: 0;
	margin-bottom: 20px;
}
#area_footer #footer_top .inner .footer_col .content ul li{
	font-size: 16px;
	margin-bottom: 5px;
	line-height: 30px;
}
#area_footer #footer_top .inner .footer_col .content ul li a,
#area_footer #footer_top .inner .footer_col .content ul li span{
	color: #4d4d4d !important;
}
#area_footer #footer_top .inner .footer_col .content ul li .icon{
	margin-right: 10px;
}
#area_footer #footer_top .inner .footer_col .content .menu{
}
#area_footer #footer_top .inner .footer_col .content .menu li{
	margin-bottom: 5px;
}
#area_footer #footer_top .inner .footer_col .content .menu li a{
	color: #4d4d4d;
	font-size: 14px;
}
#area_footer #footer_top .inner .footer_col .content .menu li a:hover{
	text-decoration: underline;
}

#area_footer #footer_bottom{
	background-color: #fff;
}
#area_footer #footer_bottom .inner{
	padding: 0 40px 10px 40px
}
#area_footer #footer_bottom .inner .footer_bottom_menu{
	padding: 15px 0;
}
#area_footer #footer_bottom .inner .footer_bottom_menu .menu{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#area_footer #footer_bottom .inner .footer_bottom_menu .menu li{
	margin-right: 20px;
}
#area_footer #footer_bottom .inner .footer_bottom_menu .menu li a{
	color: rgba(18, 51, 74, 0.4);
	text-decoration: none;
	font-size: 11px;
	font-weight: 400;
	padding: 5px 0;
}
#area_footer #footer_bottom .inner .footer_bottom_menu .menu li a:hover{
	text-decoration: underline;
}
#area_footer #footer_bottom .inner .footer_copyright{
	font-size: 11px;
	color: rgba(18, 51, 74, 0.4);
}

#cookie-law-info-bar{
	-webkit-box-shadow: 0 0 30px 0 rgb(217 230 231 / 60%) !important;
	box-shadow: 0 0 30px 0 rgb(217 230 231 / 60%) !important;
}

.cookie_container {
	padding-top: 0px;
	padding-bottom: 5px;
}
.cookie_container .title{
	text-align: left!important;
	color: #000 !important;
	max-width: 840px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 10px;
}
.cookie_container p{
	text-align: left!important;
	font-size: 12px!important;
	line-height: 18px!important;
}
.cookie_container a{
}

.cookie_container .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cli-bar-btn_container{
	display: block !important;
}

.cli-bar-btn_container a{
	width: 100%;
	display: block;
	margin: 0!important;
	border-radius: 50px;
	text-align: center;
	padding: 15px 40px;
	font-weight: 700!important;
	margin-bottom: 10px!important;
	min-width: 250px;
	font-family: 'Jura', sans-serif;
}
.cli-bar-btn_container a:nth-child(2){
	background: none !important;
	border: 2px solid rgba(77, 80, 85, 0.3) !important;
	color: rgba(77, 80, 85, 0.5) !important;
}
.cli-bar-btn_container a:nth-child(2):hover{
	background: rgba(77, 80, 85, 0.1) !important;
}
.cookie_container .cli_settings_button{
	font-size: 14px;
}
/* END area: footer */


.grecaptcha-badge { 
    visibility: hidden !important;
}