/*
 Theme Name:     2Special
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    2Special customizations
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

/* ------------------------------ START BASICS ------------------------------*/
html,body {
   height:100%;
   font-size:15px;
   color: var(--blue);}
a {color:var(--green);}
p {color: var(--blue);}

body.et_cover_background {
    background-position: center;
    background-repeat: no-repeat!important;
    background-image: url(https://palentis.nl/wp-content/themes/Divichild/images/patroonBlue.svg);
    background-size: inherit;
    background-size: 1920px!important;
	background-attachment: inherit;
	
}

body.et_cover_background:not(.home){
	background-color:var(--grey);
}

.section-mainmenu *, .section-mainmenu .et_pb_row, .et-menu a {
    animation: none!important;
    transition: none!important;
}

:root {
  --blue: #052638;
  --green: #739945;
  --grey: #e7e9ea;	
  --borderRadius: 1rem;	
}

/* ------------------------------ END BASICS ------------------------------*/
/* ------------------------------ START COLORS ------------------------------*/

strong {
	font-weight:600;
}

.h1White h1, .h2White h2, .h3White h3, .h4White h4, .textWhite, .textWhite p, .linkWhite a, .spanWhite span{color: white!important;}
.h1Blue h1, .h2Blue h2, .h3Blue h3, .textBlue, .textBlue p, .linkBlue a, .spanBlue span {color: var(--blue)!important;}
.h1Green h1, .h2Green h2, .h3Green h3, .textGreen, .textGreen p, .linkGreen  a{color: var(--green)!important;}

.roundedCorners, .roundedCorners img {
	border-radius: var(--borderRadius) var(--borderRadius) 0 0;
}


.bgGreen {background-color: var(--green);}
.bgBlue {background-color: var(--blue);}
.bgGrey {background-color: var(--grey);}

.borderWhite img {
	border:white 5px solid;
}

/* ------------------------------ END COLORS ------------------------------*/
/* ------------------------------ START HEADINGS ------------------------------*/
.h1, h1{font-size: clamp(2.5rem, 3vw, 3rem)!important; font-weight:600; line-height:normal;}
.slider h1 {font-size: clamp(2rem, 4vw, 4rem)!important;}
.h2, h2{font-size: clamp(2rem, 2.5vw, 2.5rem)!important; padding-bottom:2rem; font-weight:500; line-height:normal; }
.h2Big h2{font-size: clamp(2rem, 6vw, 4rem)!important; padding-bottom:2rem; font-weight:700; line-height:125%;}
.h3, h3{font-size: clamp(1.5rem, 2vw, 2rem); font-weight:500!important; padding-top:0; padding-bottom:3rem!important; line-height:normal;}
.h3Small h3 {font-size: clamp(1.125rem, 1.25vw, 18px)!important; font-weight:500!important; padding-top:0; padding-bottom:3rem!important; line-height:normal;}
.h4, h4{font-size: 1.15rem!important; padding-bottom: 5px;}
.textSmall, .textSmall p {font-size:0.75rem;}

/*ul li {font-size:1.25rem; line-height:1.6rem; padding-bottom:0.75rem;}*/

.h1Uppercase h1, .h2Uppercase h2, .h3Uppercase h3, .h4Uppercase h4 {
	text-transform: uppercase!important;
}

/* ------------------------------ END HEADINGS ------------------------------*/
/* ------------------------------ START MARGINS ------------------------------*/
.marginTopXL {margin-top:4rem!important;}
.marginBottomXL {margin-bottom:4rem!important;}

.marginTopLXL {margin-top:3.5rem!important;}
.marginBottomLXL {margin-bottom:3.5rem!important;}

.marginTopL {margin-top:3rem!important;}
.marginBottomL {margin-bottom:3rem!important;}

.marginTopML {margin-top:2.5rem!important;}
.marginBottomML {margin-bottom:2.5rem!important;}

.marginTopM {margin-top:2rem!important;}
.marginBottomM {margin-bottom:2rem!important;}

.marginTopSM {margin-top:1.5rem!important;}
.marginBottomSM {margin-bottom:1.5rem!important;}

.marginTopS {margin-top:1rem!important;}
.marginBottomS {margin-bottom:1rem!important;}

.marginTopXS{margin-top:0.5rem!important;}
.marginBottomXS{margin-bottom:0.5rem!important;}

.noMarginBottom{margin-bottom:0px!important;}
.noMarginTop{margin-top:0px!important;}

.paddingTopXXL {padding-top:8rem!important;}
.paddingBottomXXL {padding-bottom:8rem!important;}

.paddingTopXL {padding-top:4rem!important;}
.paddingBottomXL {padding-bottom:4rem!important;}

.paddingTopLXL {padding-top:3.5rem!important;}
.paddingBottomLXL {padding-bottom:3.5rem!important;}

.paddingTopL {padding-top:3rem!important;}
.paddingBottomL {padding-bottom:3rem!important;}

.paddingTopML {padding-top:2.5rem!important;}
.paddingBottomML {padding-bottom:2.5rem!important;}

.paddingTopM {padding-top:2rem!important;}
.paddingBottomM {padding-bottom:2rem!important;}

.paddingTopSM {padding-top:1.5rem!important;}
.paddingBottomSM {padding-bottom:1.5rem!important;}

.paddingTopS {padding-top:1rem!important;}
.paddingBottomS {padding-bottom:1rem!important;}

.paddingTopXS{padding-top:0.5rem!important;}
.paddingBottomXS{padding-bottom:0.5rem!important;}

.noPaddingBottom{padding-bottom:0px!important;}
.noPaddingTop{padding-top:0px!important;}


/* ------------------------------ END MARGINS ------------------------------*/
/* ------------------------------ START BORDERS ------------------------------*/
.borderTop{
	border-top:solid #c51531 1px;
}
.borderBottom{
	border-bottom:solid 1px;
	border-color: var(--pink);
}
.borderBottomWhite{
	border-color:#fff;
}
/* ------------------------------ END BORDERS ------------------------------*/
/* ------------------------------ START WIDTHS ------------------------------*/
.width90{width: 90%; margin: auto;}
.width80{width: 80%; margin: auto;}
.width75{width: 75%; margin: auto;}
.width65{width: 65%; margin: auto;}
.width50{width: 50%; margin: auto;}
.width45{width: 45%; margin: auto;}
.width40{width: 40%; margin: auto;}
.width25{width: 25%; margin: auto;}
.width10{width: 10%; margin: auto;}
/* ------------------------------ END WIDTHS ------------------------------*/
/* ------------------------------ START SHADOWS ------------------------------*/
.textShadowHeaderLight{text-shadow: 0px 0px 15px #fff;}
.textShadowHeaderDark{text-shadow: 0px 0px 15px #040033;}
.boxShadow{
	box-shadow: 0px 0px 10px rgba(0,0,0,.2);
}
/* ------------------------------ END SHADOWS ------------------------------*/
/* ------------------------------ START CUSTOM BUTTONS ------------------------------*/
.customButton a, .customForm input[type=submit]  {
	padding:10px 30px 10px 40px!important;
	display: inline-block!important;
	transition: background-color 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53),color 0.3s linear,border 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53)!important;
	width: fit-content!important;
	margin-top:1rem;
	margin-bottom:1rem;
	border-radius: 50px;

	text-transform:uppercase;
}

.customButtonText a {
	padding:0!important;
	color: var(--blue);
}

.customButtonText a:hover {
	color: var(--green);
}

.customButtonText a:before {
    content: '4';
    padding-left: 5px;
	font-family: ETmodules;
	
}

.customButtonSmall a{
	padding: 5px 10px 5px 20px!important;
	font-size:0.85rem;
	/*text-transform:none;*/
}

.customButton a:after {
    content: '5';
    padding-left: 5px;
	font-family: ETmodules;
}

.customButtonText a:after {
	display:none;
}

.customButton a:hover, .customForm input[type=submit]:hover {
	cursor: pointer;
}

.customButtonGreen a, .customForm input[type=submit] {
	background: var(--green)!important;
    color: white!important;
}

.customButtonBlue a {
	background: var(--blue)!important;
    color: white!important;	
}

.customButtonBlue a:hover {
	background: var(--green)!important;
    color: white!important;	
}


.customButtonWhite a {
	background: white!important;
    color: var(--pink)!important;
	font-weight:700!important;
	margin-bottom:0;
	margin-top:0;
	padding:5px 20px!important;
}

.customButtonWhite a:hover {

    color: black!important;

}

.customButtonGreen a:hover, .customForm input[type=submit]:hover{
	background: var(--blue)!important;
}

/* ------------------------------ END CUSTOM BUTTONS ------------------------------*/
/* ------------------------------ START CUSTOM FORMS ------------------------------*/
.customForm input, .customForm textarea {
	border:none!important;
    background-color: var(--grey)!important;
    color: var(--black)!important;

}

.customForm input {
	height:50px;
}
/*------------------------- END CUSTOM FORMS ------------------------------*/

/* --------------------------------- START TOPBAR -------------------------------------- */

.sectionTopBar {
	font-size:0.85rem;
}

.sectionTopBar .et-pb-icon {
	font-size:0.85rem;
	padding-right:0.5rem;
}

/* --------------------------------- END TOPBAR -------------------------------------- */

/* -- START MENUBAR ------------------------------------------------------------------ */

.sectionTopBar {
	font-size:0.85rem;
}

.sectionMenuBar .et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    margin: 10px 0;
    white-space: nowrap;
}

.et_pb_menu .et-menu>li {
    padding-left: 0;
    padding-right: 0;
}

.sectionMenuBar ul.et-menu li.current-menu-item a{
	background-color:var(--pink);
	color:white!important;
}

.sectionMenuBar ul.et-menu li li.current-menu-item a{
	background-color:unset;
	color:var(--pink)!important;
}

.sectionMenuBar ul.et-menu li.current-menu-item li a{
	background-color:unset!important;
	color:white!important;
}



.sectionMenuBar ul.et-menu li a:hover {
		background-color:var(--black);
	color:white!important;
}

.sectionMenuBar ul.et-menu li li a:hover {
		background-color:unset!important;
	color:var(--pink)!important;

}

.et_pb_menu_0_tb_header.et_pb_menu .nav li ul.sub-menu li a:hover {
	color:var(--pink)!important;	
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children a{
    padding-right: 30px!important;
}

.nav li li {
    padding: 0;
}



.et-menu .menu-item-has-children>a:first-child:after {
    right: 10px!important;
}

.et_pb_menu .et-menu-nav>ul ul {
    padding: 10px 0;
	
}

ul#mobile_menu1 {
	margin-top: 28px!important;
}

.et-menu li li a {
    padding: 6px 15px;
    width: fit-content;
}


@media only screen and (max-width: 980px) {
	
	.sectionMenuBar .et_pb_row {
		width:100%;
		max-width:100%;
	}
	
/*.sectionMenuBar .et_pb_menu__logo-wrap {
	    margin-bottom: 1rem;
    margin-top: 1rem;
}*/

.sectionMenuBar .et_pb_menu__wrap {
   /* margin-bottom: 1rem;*/

	}
		.et_pb_menu__wrap {
		padding: 0 10%;
		}

		.et_pb_menu__logo-wrap {
		margin-left: 10%;
		}

		

		.et_pb_menu .et_mobile_nav_menu {
		margin: 0;
		}

	li.current-menu-item a{
		font-weight:700;
	}

	.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
		padding: 35px 0 27px 0;
	}
}


/* --------------------------------- END MENUBAR -------------------------------------- */


/* --------------------------------- START SLIDER -------------------------------------- */

.sectionSlider {
	
}

@media only screen and (max-width: 980px) {
	.sectionHeader {
		padding-top:1rem!important; padding-bottom:3rem!important;
	}
}
/* --------------------------------- END SLIDER -------------------------------------- */

/* --------------------------------- START CATEGORIES -------------------------------------- */

.rowCategories .et_pb_column .et_pb_module{
	transition: opacity 0.25s ease-out;
}

.rowCategories .et_pb_column {
	border-radius: var(--borderRadius) var(--borderRadius) 0 0;
}


.rowCategories .et_pb_column:hover > .et_pb_module {
	opacity:0.7;
	transition: opacity 0.25s ease-out;
}
.rowCategories .et_pb_column:hover {
    background-color: var(--pink);
}

.rowCategories h3{
	padding:1rem!important;
}

/* --------------------------------- END CATEGORIES -------------------------------------- */



/* --------------------------------- START ORDERING -------------------------------------- */

@media only screen and (max-width: 980px) {
	#customOrdering { display: flex; flex-direction: column; }
	#a { order: 2; }
	#b { order: 1; }
	
	#customOrdering #a {
		margin-top:2rem;
	}
}

/* --------------------------------- END ORDERING -------------------------------------- */

.columnCTA {
	background-color:var(--black);
	padding:3rem;
	border-radius: var(--borderRadius) var(--borderRadius) 0 0;
}

/* --------------------------------- START BOTTOM BAR -------------------------------------- */

.sectionBottomBar {
	font-size:0.85rem;
}


/* --------------------------------- END BOTTOM BAR -------------------------------------- */


body.admin-bar .hustle-ui.hustle-float[data-desktop=true][data-desktop-offset=screen] {
    margin-top: calc(50vh - 85px)!important;
}

.et_pb_bg_layout_dark .et_pb_slide_description {
    text-shadow: none;
}

/* ----------------------------------- START LIST OBJECT BOXED CONTENT -----------------------------------*/

.boxedContent ul {
list-style-type: none!important;
padding: 0!important;

}

.boxedContent li
{
background: url('https://palentis.nl/wp-content/themes/Divichild/images/leaf_bullit.svg') no-repeat left top;
	padding-left:25px;
	background-size: 12px 20px;
}

.boxedContent {
	padding:3rem;
}


/* ----------------------------------- END LIST OBJECT BOXED CONTENT -----------------------------------*/

/* -- START NUMBER OBJECT ------------------------------------------------------------------------------*/

.numberObject {
    background-color: var(--blue);
    width: fit-content;
    margin-bottom: -25px!important;
    color: white;
    font-size: 2rem;
    font-weight: 300;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    position: absolute;
    top: -25px;
    left: -25px;
}

/* -- END NUMBER OBJECT --------------------------------------------------------------------------------*/

.stepImg img {
    border-radius: 0 0 8rem;
}

.sectionContentPage {
	
}
.rowContentPageFirst {
	margin-top:-10rem;
	padding-top:4rem!important;
}

.rowContentPageFirstSmall {
	margin-top:-5rem;
}

.rowContentPageFirst h2, .rowContentPage h2 {
	font-size: clamp(1.5rem, 1.6vw, 2rem)!important;
    padding-bottom: 0.5rem;
    padding-top: 1rem;
    font-weight: 500;
    line-height: normal;
}

.rowContentPageFirst a, .rowContentPage a, .homeContent a {
text-decoration:underline;
}

.rowContentPageFirst h3 a, .rowContentPage h3 a, .homeContent a {
text-decoration:none;
}


@media only screen and (min-width: 981px) {
.rowContentPageFirst, .rowContentPage {
	padding-left: 12rem!important;
	padding-right: 12rem!important;
}
}
@media only screen and (max-width: 980px) {
.rowContentPageFirst, .rowContentPage {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
	}}

img{
  text-indent:-9999px!important;
}

.SectionTopBar .et-pb-icon, .sectionFooter .et-pb-icon, .contentIcons .et-pb-icon{
    font-size: inherit;
	padding-right: 0.25rem;
    padding-left: 1rem;
}

.contentIcons .et-pb-icon{
	padding-left: 0;
}

.contentIcons a{
	text-decoration:none!important;
}

sub, sup {
	font-size:0.6rem;
}

h2.gform_submission_error.hide_summary {
	font-size:1rem!important;
}

.projecten h3 {
	padding-bottom:0!important;
}

#main-content {
	background:none!important;
}

.template-project .et_pb_section {
	background:none!important;
}

.template-project .et_pb_section {
	background:none!important;
}

.template-project .et_pb_row {
	margin-left:0!important;
	margin-right:0!important;
	width:100%;
}

.dp-dfg-skin-none.dp-dfg-skin-split .dp-dfg-primary {
	background:none;
}
.dp-dfg-items h3 {
	font-size: clamp(1.25rem, 1.25vw, 1.25rem);
	/*padding-bottom:0.5rem!important;*/
}

.dp-dfg-layout-grid .dp-dfg-item {
	padding:0!important;
	
}

.dp-dfg-layout-grid .dp-dfg-image {
	margin:0!important;
}

.dp-dfg-items h3 a {
	display: flex;
}

.dp-dfg-header.entry-header {
    padding: 0 1rem 1rem 1rem;
}
.dp-dfg-items article{
	transition: all 300ms ease 0ms;
}

.dp-dfg-items article:hover{
	opacity:0.5;
}

.dp-dfg-items article:last-child {
	border-bottom-right-radius: 4rem;
}

#CybotCookiebotDialogHeader {
	display:none!important;
}

#CybotCookiebotDialog h2 {
	font-size:16px!important;
	color: var(--green)!important;
}

.custom-toggle.et_pb_toggle_close {
    background-color: var(--blue)!important;
	
}

.custom-toggle h5 {
	color: var(--green)!important;
}

/*START CUSTOM TOGGLE*/

.toggle {
	cursor: pointer;
	border:1px solid #fff;;
	transition: all 300ms ease 0ms !important;
}

.toggle:hover {
	border-color: var(--color-first);

}

.toggle:hover > .et_pb_module .et_pb_code_inner span, .toggle.open .et_pb_module .et_pb_code_inner span {
	background-color: var(--color-second)!important;
	border: 1px solid var(--color-second)!important;
	color:white!important;
	
}

.toggle .content {
	display: grid;
	grid-template-rows: 0fr;
	transition: all 900ms ease 0ms !important;
	opacity:0;	
}
.toggle .content .inner {
	overflow: hidden;
}

.toggle.open .content  {
	grid-template-rows: 1fr;
	opacity:1;	
}

.toggle .custom-button span:after{
	content: "3" !important;
	font-family: ETmodules !important;
	font-size:2rem;
	font-weight:400;
	
}

.toggle.open .custom-button span:after{
	
	transform: rotate(180deg);
	transition: all 300ms ease 0ms !important;
}

.toggle .et_pb_code_inner {
	line-height:130%;
	font-size:16px;
}

.et_pb_toggle h5 {
	color:white!important;
    font-size: clamp(16px, 1.75rem, 16px)!important;
    font-weight: 700!important;	
	/*font-family: "bio-sans", sans-serif;*/
	
	
    height: 100%;
   
    width: 100%;
	z-index:9;
	
}

.et_pb_toggle.h3-color-black h3 {
	color:black!important;	
}
.et_pb_toggle.text-color-black p { 
	color:black!important;	
}

.et_pb_toggle_title {
	display: flex;
	align-items: center;
}

.toggle-faq .et_pb_toggle_title {
	padding-left: 1rem!important;
}


.et_pb_toggle_open h3 {
	
	color:black!important;
}

.et_pb_toggle p {
	color:white;
}

.et_pb_toggle_open p {
	/*color:black;*/
}

.et_pb_toggle {

    transition: 0.4s;
	margin-bottom: 0!important;	
	border-radius: 5px;
	padding: 1.25rem 0.5rem 1.25rem 1rem !important;
}

.et_pb_toggle_content {
	padding-left:20px;
}

.toggle-faq .et_pb_toggle_content {
	padding-left:1rem;
}

.et_pb_toggle_close .et_pb_toggle_content {
    padding-right: 50px;
		animation-duration: 0;
	    transition: 0s;
	
}

.et_pb_toggle_open .et_pb_toggle_content {
    padding-right: 50px;
	animation-duration: 0;
	transition: 0s;
}



.et_pb_toggle_open{
   /* border-bottom: 1px solid var(--color-third) !important;*/
	padding:1rem;
    }

.et_pb_toggle_title:before {
    font-size: clamp(36px, 2.25vw, 36px)!important;
  
    -webkit-transition: 0.3s;
    transition: 0.3s;
	color:black;
	    background: var(--color-second);
    border-radius: 5px;
}

.icon-color-first .et_pb_toggle_title:before {
	background: var(--color-first);
}

.icon-color-first.et_pb_toggle_open .et_pb_toggle_title:before {
	background: var(--color-second);
}


.et_pb_toggle_title:after {
    content: "";
	position:absolute;
	left:0;
	width:60px;
	height:60px;
}



.et_pb_toggle_open .et_pb_toggle_title:before {
    color: white;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(180deg);
}

.et_pb_toggle_close {
	background-color: rgba(255,255,255,.2)!important;
    padding: 1rem;
}

.et_pb_toggle_open {

	 background-color: var(--green)!important;
}

.grid .et_pb_column{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap:0.5rem;
    column-gap:2rem;
    align-items: start;
}



.row-diensten-home .et_pb_column .title {
    transition: all 300ms ease 0ms;
    background: rgba(5,38,56,0.45);
    position: absolute;
    top: 0;
    opacity:0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.row-diensten-home .et_pb_column:hover .title {
    opacity:1;
}

.row-diensten-home .title h2{
 padding-bottom:0!important;   
    color:white;
}