/*
Theme Name: Ondigital theme Child
Theme URI: https://weareon-it.nl/
Template: on-theme
Author: Ondigital
Author URI: https://weareon-it.nl
Description: Algemeen thema voor ondigital websites
Version: 1.0.0
Text Domain: on-theme-child

/* algemeen */

/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Jost:ital,wght@0,300;0,400;0,600;0,700;0,800;0,900;1,400;1,800;1,900&display=swap'); */

/* @import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap'); */

@import url('https://www.dafontfree.net/embed/bXYtYm9saS1yZWd1bGFyJmRhdGEvNDkvbS8zODM0My9tdmJvbGkudHRm');

:root {
    --text: #0F0F0F;
	--text-dark: #0F0F0F;
	--text-light: #F8F8F8;
	--text-lighter: #F8F8F8;

    --font-standard: 'mv-boli-regular', sans-serif;
    --font-title: 'mv-boli-regular', sans-serif;
}

p {
	color: var(--656565, #656565);
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px; /* 187.5% */
}

/* Simple hover effects for hrefs */
a {
	transition: all ease-in-out 250ms;
}
a:hover {
	transition: all ease-in-out 250ms;
}


* {
	font-family: var(--font-standard);
}

.btn {
	padding: 10px 35px !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-title);
	text-transform: none !important;
	margin-bottom: 15px;
}

h2 {
	font-size: 51px;
	line-height: 55px;
}

h3 {
	font-size: 30px;
}

nav ul li {
	padding: 10px 20px;
}

nav ul li a {
	padding: 0;
	border-bottom: 2px solid transparent;
	transition: all ease-in 250ms;
}

nav ul li:last-child a {
	padding: 0;
}

.main-nav li a {
	color: #FFF;
}

.main-nav li a:hover {
	color: #FFF !important;
	text-decoration: none;
	border-bottom: 2px solid #16C4B4;
	transition: all ease-in 250ms;
}

a:hover {
	color: inherit !important;
}

.btn-dark:hover {
	color: #FFF !important;
}

/* enable menu over header */
nav.main-navigation {
    z-index: 9999 !important;
    position: relative;
}

/* set width for bigger items */


.btn-transparent {
	position: relative;
	margin-right: 15px;
	border: 1px solid ;
	border-radius: 5px;
	color: #1E1F20;
}

.btn-dark {
	position: relative;
	border-radius: 5px;
	color: #FFF;
	font-weight: bold;
	background: #1E1F20;
}

/* header menu button */
a.btn.menu-primary {
    border-radius: 5px;
    border: 1.5px solid #FFF;
    color: #FFF;
    padding: 10px 35px;
	margin-left: 15px;
	transition: ease-in-out all 500ms;
}

a.btn.menu-primary:hover {
    border-radius: 5px;
    border: 1.5px solid #FFF;
    color: #1D4867;
	background: #FFF;
    padding: 10px 35px;
	margin-left: 15px;
	transition: ease-in-out all 500ms;
}

.home .hp-head {
	min-height: 550px;
    width: 100%;
    margin-top: -86px;
	padding-bottom: 0 !important;
}

.home .hp-head .container-fluid.outer-container {
	position: relative;
	padding-top: 85px;
	z-index: 999;
}

.main-header {
    padding: 100px 0;
}



.col-md-6.header-preview {
	margin-top: 60px;
}

.header-item img {
	border-radius: 5px 5px 0px 0px;
	width: 100%;
}

.header-item .title {
    padding: 15px 30px 5px 15px;
    color: #1E1F20;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.linkbubble img {
    height: 20px;
    width: 20px;
    position: relative;
    top: 10px;
    left: 15px;
}

.header-item .subtitle {
    color: var(--656565, #656565) !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 300 !important;
    line-height: 28px !important;
    padding: 0px 30px 15px 15px !important;
    margin-top: 0 !important;
}

.header-item {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
    border-radius: 5px !important;
    background-color: #FFF;
}

.main-header.hp-head h1 {
	color: #FFF;
	font-size: 49px;
	font-style: normal;
	font-weight: 800;
	line-height: 54px; /* 105.882% */
	max-width: 375px;
}

.main-header .content {
	color: #F4F4F4;
	font-size: 16px;
	font-style: normal;
	max-width: 450px;
	margin-bottom: 15px;
	font-weight: 600;
	line-height: 30px; /* 187.5% */
}

.linkbubble {
    position: absolute;
    top: 15px;
    right: 30px;
    height: 50px;
    width: 50px;
    background: #FFF;
    border-radius: 50%;
}

.btn-green {
	color: #FFF;
	background: #16C4B4;
	border-radius: 5px;
	padding: 10px 30px;
}

.main-header.hp-head .subtitle {
	color: #FFF;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.main-header::after {
	content: "";
    display: block !important;
    background: var(--Linear, linear-gradient(180deg, #1D4867 0%, #19334A 99.99%));
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    padding: 100px 0;
    width: 100%;
    height: 550px;
	clip-path: polygon(100% 100%, 0% 100% , 0.00% 8.17%, 2.00% 8.12%, 4.00% 8.03%, 6.00% 7.89%, 8.00% 7.72%, 10.00% 7.51%, 12.00% 7.27%, 14.00% 7.00%, 16.00% 6.71%, 18.00% 6.40%, 20.00% 6.07%, 22.00% 5.73%, 24.00% 5.39%, 26.00% 5.05%, 28.00% 4.71%, 30.00% 4.39%, 32.00% 4.08%, 34.00% 3.80%, 36.00% 3.54%, 38.00% 3.31%, 40.00% 3.12%, 42.00% 2.96%, 44.00% 2.84%, 46.00% 2.76%, 48.00% 2.73%, 50.00% 2.74%, 52.00% 2.79%, 54.00% 2.88%, 56.00% 3.02%, 58.00% 3.19%, 60.00% 3.40%, 62.00% 3.64%, 64.00% 3.91%, 66.00% 4.20%, 68.00% 4.51%, 70.00% 4.84%, 72.00% 5.18%, 74.00% 5.52%, 76.00% 5.86%, 78.00% 6.20%, 80.00% 6.52%, 82.00% 6.83%, 84.00% 7.11%, 86.00% 7.37%, 88.00% 7.60%, 90.00% 7.79%, 92.00% 7.95%, 94.00% 8.07%, 96.00% 8.15%, 98.00% 8.18%, 100.00% 8.17%);    
	transform: rotate(180deg);
}


mark {
    font-family: inherit;
    background: none;
    font-size: inherit;
    color: #16C4B4;
}

.backgroundimage {
    position: relative;
    top: -120px;
    margin-bottom: -120px;
    z-index: -1;
	padding-bottom: 30px;
}

.backgroundimage img {
	position: relative;
	width: 100%;
	height: auto;
}

/* Standard disable mobile menu */
.nav-mob {
	display: none;
}

.footer-content {
	position: relative;
	background: #FAFAFA;
	padding: 60px 0;
}

.footer-under {
    padding: 10px 0;
    text-align: center;
    background: #FEFEFE;
    opacity: 0.3;
}

footer .col-md-5 img {
	border-bottom: 2px solid #1E1F20;
}

footer p {
	margin-bottom: 0;
}

footer h3 strong {
	color: var(--1-e-1-f-20, #1E1F20);
	font-size: 20px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	letter-spacing: 0.75px;
}

footer h3 {
	padding-bottom: 5px !important;
	margin-bottom: 0 !important;
}

.footer-second .container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.footer-second .row {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.social-icons a {
    position: relative;
    margin-right: 5px;
    padding: 15px 15px;
    background: #DADADA;
    color: #FFF;
    border-radius: 50%;
}

.social-icons a i {
    position: relative;
	font-size: 22px;
    top: 3px;
}

.social-icons {
	margin-top: 15px;
}

.footer-first * {
	font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.35px;
}

.afbeelding-slider .col-md-3 {
	text-align: center;
}

.footer-second .col-md-6 {
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px; /* 200% */
	letter-spacing: 0.4px;
}

.flex-item.afbeelding-slider img {
    display: block;
    margin: auto;
}

footer .footer-first a {
	color: #0F0F0F !important;
}

.footer-first {
	padding-top: 30px;
}

.contact-block .titlecontent {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.contact-block .titlecontent .title {
	font-size: 55px;
	font-style: normal;
	font-weight: 700;
	line-height: 55px;
	max-width: 80%;
}

.contact-block .titlecontent .title underlined {
	font-size: 55px;
	font-style: normal;
	font-weight: 700;
	line-height: 55px;
	text-decoration-line: underline;
}

.contact-block .titlecontent .phone {
	position: relative;
	bottom: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 5px;
    height: 28px;
}

.frm_form_fields label.frm_primary_label {
	color: var(--1-e-1-f-20, #1E1F20) !important;
    font-size: 15px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
	margin-bottom: 5px !important;
}

.frm_form_fields .form-field input, .frm_form_fields .form-field select {
	margin-bottom: 15px !important;
	border-radius: 2px !important;
	background: #FAFAFA !important;
	border: none !important;
	box-shadow: none !important;
	color: #666666 !important;
}

.single .frm_style_formidable-style.with_frm_style input[type=text], .frm_style_formidable-style.with_frm_style input[type=password], .frm_style_formidable-style.with_frm_style input[type=email], .frm_style_formidable-style.with_frm_style input[type=number], .frm_style_formidable-style.with_frm_style input[type=url], .frm_style_formidable-style.with_frm_style input[type=tel], .frm_style_formidable-style.with_frm_style input[type=file], .frm_style_formidable-style.with_frm_style input[type=search], .frm_style_formidable-style.with_frm_style select, .frm_form_fields .form-field textarea {
	border: none !important;
}

groen {
	color: #16C4B4;
	font: inherit;
	font-size: inherit;
	position: inherit;
}

.btn-transparent-white {
	color: #FFF !important;
	text-decoration: underline;
}

button.frm_button_submit.frm_final_submit {
    width: 100% !important;
    border-radius: 5px !important;
    background: #16C4B4 !important;
    color: #FFF !important;
    border: 1px solid transparent;
}


.big-text {
    color: #FFF;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 55px;
    margin-bottom: 30px;
}

.persoon-uitgelicht .content {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.persoon-uitgelicht .container-fluid {
	position: relative;
	border-radius: 5px;
	padding: 30px;
	background: #19334A;
	padding: 80px 80px 45px 80px;
	background: var(--Linear, linear-gradient(180deg, #1D4867 0%, #19334A 99.99%));
}

.persoon-buttons {
    margin-left: auto;
}

.persoonbubbel {
    min-width: 150px;
    padding-right: 30px;
}

.persoonbubbel .bubble {
	margin-bottom: 5px;
	text-align: center;
}

.persoonbubbel .name {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 150% */
	text-align: center;
}

strong {
	font-weight: bold !important;
}

.main-navigation {
	background-color: #19334A;
}

.home .main-navigation {
	background-color: transparent;
}

.page.page-header {
    padding: 150px;
    background: #19334A;
	max-height: 400px;
}

.page.page-header h1 {
	color: #FFF;
	font-size: 51px;
	font-style: normal;
	font-weight: 800;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.page.page-header .head-content p {
	color: #F4F4F4;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	max-width: 500px;
}
.clicktel {
	color: #0F0F0F;
}

.bubbly {
	cursor: pointer;
}

.header-item {
	position: relative;
	top: 0;
	transition: all ease-in-out 250ms;
}

.header-item:hover {
	position: relative;
	top: -10px;
	transition: all ease-in-out 250ms;
}

a.btn.btn-transparent-white:hover {
	color: #FFFFFF !important;
}

.titlebub {
	color: inherit !important;
	font-weight: inherit !important;
	font-size: inherit !important;
}

main.main-content {
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* Desktop styling only */
@media screen and (min-width: 768px) {
	.flex-item .container {
		max-width: 65% !important;
	}
	.afbeelding-slider .container {
		max-width: 75% !important;
	}
	.page.page-header .container {
		max-width: 85% !important;
	}
	.footer-under {
		display: none;
	}
	.col-md-3.footer-third {
		padding-left: 40px;
	}
	.contact-block .titlecontent .phone {
		margin-top: 82px;
	}
	.main-header.hp-head .container-fluid.outer-container {
		max-width: 65%;
	}
	.container-fluid.outer-container {
		max-width: 80%;
	}
	.persoon-uitgelicht .container-fluid {
		max-width: 75%;
	}
	.main-navigation img {
		border-bottom: 2px solid #FFF;
	}
	.noflex {
		padding: 60px 0;
		text-align: center;
	}
	.mobile-only {
		display: none !important;
	}
}

/* Mobile styling only */
@media screen and (max-width: 768px) {
	main#main-content, section {
		padding: 30px 0;
	}
	h2 {
		font-size: 40px;
		line-height: initial;
	}
	.main-header::after {
		display: none !important;
	}
	.home .hp-head {
		min-height: 550px;
		margin-top: 0;
		padding-bottom: 0 !important;
		background: #19334A;
	}
	.persoonbubbel {
		min-width: 0;
		padding-right: 0;
	}
	.col-md-6.header-preview {
		margin-top: 15px;
	}
	.main-header.hp-head .btn-green {
		margin-bottom: 30px;
	}
	.main-header.hp-head h1 {
		color: #FFF;
		font-size: 40px;
		font-style: normal;
		font-weight: 800;
		line-height: 45px;
		max-width: 100%;
		margin-bottom: 0;
	}
	.main-header.hp-head .subtitle {
		color: #FFF;
		font-size: 22px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}
	.main-header .content {
		color: #F4F4F4;
		font-size: 16px;
		font-style: normal;
		max-width: 450px;
		margin-bottom: 15px;
		margin-top: 30px;
		font-weight: 400;
		line-height: 30px;
	}
	section.flex-item.afbeelding-content img {
		margin-bottom: 30px;
	}
	section.flex-item.content-afbeelding img {
		margin-top: 30px;
	}
	.footer-first, .footer-second {
		padding-bottom: 30px;
	}
	.footer-first * {
		font-size: 13px;
	}
	.offset-1 {
		margin-left: 0;
	}
	.frm_style_formidable-style.with_frm_style .form-field {
		margin-bottom: 5px;
	}
	.contact-block .titlecontent .title {
		font-size: 35px;
		font-style: normal;
		font-weight: 700;
		line-height: initial;
		max-width: 100%;
	}
	.contact-block .titlecontent .title underlined {
		font-size: 35px;
		font-style: normal;
		font-weight: 700;
		line-height: initial;
		text-decoration-line: underline;
	}
	.contact-block .titlecontent {
		display: flow;
		margin-bottom: 0;
	}
	.contact-block .titlecontent .title {
		font-size: 35px;
		font-style: normal;
		font-weight: 700;
		line-height: initial;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.persoon-uitgelicht .container-fluid {
		padding: 15px !important;
	}
	.big-text {
		color: #FFF;
		font-size: 25px;
		font-style: normal;
		font-weight: 400;
		line-height: initial;
		margin-bottom: 30px;
	}
	.persoonbubbel {
		min-width: 100%;
		height: 130px !important;
		padding-right: 0;
	}
	.persoon-uitgelicht .content {
		display: block;
		padding: 0 15px;
	}
	.persoonbubbel .name {
		color: #FFF;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
		text-align: center;
	}
	.persoon-buttons {
		margin-left: auto;
		padding: 0 15px;
	}
	.backgroundimage {
		position: relative;
		top: -35px;
		margin-bottom: -35px;
		z-index: -1;
		padding-bottom: 30px;
	}
	.flex-item .btn {
		margin-bottom: 10px;
	}
	.col-lg-9.col-6.main-nav {
		display: none !important;
	}
	.home .hp-head {
		padding-top: 0 !important;
	}
	.home .hp-head .container-fluid.outer-container {
		position: relative;
		padding-top: 15px;
		z-index: 999;
	}
	.main-navigation {
		background: #19334A;
	}
	.main-navigation img {
		border-bottom: 2px solid #FFF;
	}
	.hamburger {
		display: block !important;
		width: 50px !important;
		height: 50px !important;
		background: #FFF;
		top: 15px;
		right: 15px;
		border-radius: 50%;
		cursor: pointer;
	}
	.hamburger div:nth-child(1) {
		position: relative;
		top: 15px;
		width: 30px;
		margin: auto;
		background: #19334A;
		height: 3px;
	}
	.hamburger div:nth-child(2) {
		position: relative;
		top: 20px;
		width: 30px;
		margin: auto;
		background: #19334A;
		height: 3px;
	}
	.hamburger div:nth-child(3) {
		position: relative;
		top: 25px;
		width: 30px;
		margin: auto;
		background: #19334A;
		height: 3px;
	}
	.nav-mob {
		transition: all ease-in-out 250ms;
	}
	.nav-mob.open-mobile {
		position: relative;
		display: block !important;
		transition: all ease-in-out 250ms;
		padding: 15px 0;
	}
	ul#mobile-menu-ul {
		margin-bottom: 0 !important;
		padding-left: 0 !important;
	}
	#mobile-menu-ul li {
		position: relative;
		width: 100% !important;
		padding: 5px 0;
		margin-bottom: 5px;
		border-bottom: 1px solid #f3f3f3;
		font-weight: 500;
		text-transform: uppercase;
		text-align: start;
	}
	#mobile-menu-ul li a {
		color: #19334A;
	}
	.page.page-header {
		padding: 150px 0;
		background: #19334A;
		max-height: 100%;
	}
	.main-navigation {
		background-color: #19334A;
	}
	
	.home .main-navigation {
		background-color: #19334A;
	}
}

section.drie-items {
    padding: 0 0 60px 0;
	
}

.price-content {
    padding: 25px 25px 55px 25px;
    border-radius: 9px;
    text-align: center;
	box-shadow: 0px 0px 45px -10px rgba(93,114,128,0.15);
	transition: all ease-in-out 250ms;
}

.price-content:hover {
	box-shadow: 0px 0px 55px -10px rgba(93,114,128,0.25);
	transition: all ease-in-out 250ms;
}

.price-content img {
	position: relative;
	width: 50px;
	height: 50px;
	margin-bottom: 30px;
	margin-top: 45px;
}

.price-content .title {
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #000f23;
	font-weight: bold;
	font-size: 18px;
}

.price-content .subtitle {
	color: #B3BCC3;
	font-weight: normal;
	font-size: 16px;
}

.prijsvergelijker .toppart {
    padding: 15px;
    background: #19334A;
	text-align: center;
}

.prijsvergelijker .toppart * {
	color: #FFF;
}

.prijsvergelijker .price {
    padding: 20px 15px 10px 15px;
    background: #F7F7F7;
    text-align: center;
    font-size: 45px;
    font-weight: bold;
}

.prijsvergelijker .toppart .title {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
}

.prijsvergelijker .toppart .subtitle {
	font-size: 12px;
}

.prijsvergelijker .prijswaarde.bel {
    padding: 10px 15px;
    background: #F7F7F7;
    text-align: center;
    border-bottom: 1px solid #FFF;
}

.prijsvergelijker .prijswaarde.bel i {
	margin-right: 10px;
	margin-top: 2px;
}

.prijsvergelijker .prijswaarde {
    padding: 10px 15px;
    background: #F7F7F7;
    text-align: center;
}

.prijsvergelijker .btn {
    background: #19334A;
    color: #FFF;
    border-radius: 9px;
    margin-top: 15px;
}

.price-per-month {
	position: relative;
    margin-top: -8px;
    font-weight: normal;
}

.prijswaarde.bel {
    display: flex;
    justify-content: space-between;
}

.invisi {
	color: transparent;
}

.col-md-4 picture, .col-md-4 picture img {
	max-height: 350px;
}

@media screen and (min-width: 768px) {
	.contentfield p {
		position: relative;
		max-width: 550px;
	}
}

@media screen and (max-width: 768px) {
	.col-md-3.prijsvergelijker-item {
		margin-bottom: 30px;
	}
	.full-width h3 {
		font-size: 18px;
	}
	.full-width h2 {
		font-size: 25px;
		line-height: initial;
	}
	.price-content {
		margin-bottom: 30px;
	}
}