/* =======================================================
   General
/* =====================================================*/

body {	
	/*normal green maybe not correct*/
	--con-green: 	#28b39e;
	--con-red: 		#ea446a;
	--con-yellow: 	#eac811;
	--con-purple: 	#6c65ab;
}

/* =======================================================
   Head
/* =====================================================*/

.headerMenu .et-menu-nav li {
	position: relative;
}
.headerMenu .et-menu-nav li::after {
	content: "";
	display: block;
	position: absolute;
	background: #808080;
	width: 2px;
	height: calc(100% - 7px);
	top: 0;
	right: 0rem;
}
.headerMenu .et-menu-nav li:last-child {

}
.headerMenu .et-menu-nav li:last-child::after {
	display: none;
}

/* ========================================================
   Pagina navigatie
/* ======================================================*/
.wp-pagenavi {
    text-align: center;
    color: #FFF;
    padding-top: 35px;
}

body .wp-pagenavi > * {
    background-color: #333333;
    padding: 10px;
    color: #FFF;

    transition: all .3s ease;
}
body .wp-pagenavi a {
    font-weight: bold !important;
}
body .wp-pagenavi .page.larger:hover, body .wp-pagenavi .current:hover {
    cursor: pointer;
    background-color: var(--con-purple);
    color: #FFF !important;
}
body .wp-pagenavi .current {
    /*background-color: #D6B1A8;*/
    color: #994D4C !important;
    font-weight: bold !important;
}
body .wp-pagenavi .nextpostslink, body .wp-pagenavi .previouspostslink {
    color: #FFF !important;
}
body .wp-pagenavi .nextpostslink:hover, body .wp-pagenavi .previouspostslink:hover {
    background-color: var(--con-purple);
}
/* Single page nav */
.berichtNav {
    border-top: 2px solid #E2E2E2;
    padding-top: 20px;
}
.berichtNav span[class*="nav"] a {
    color: #FFF;
    background-color: #333333;
    font-weight: 400;
    padding: 10px 15px;

    transition: all .3s ease;
}
.berichtNav span[class*="nav"] a:hover {
    background-color: var(--con-purple);
}
.berichtNav .meta-nav {

}
.berichtNav .nav-previous {}
.berichtNav .nav-next {}

/* ============================================================
Height fixes
============================================================ */
#upfp_container .upfp_content_wrapper {
	min-height: auto;
	height: 100%;
}
#upfp_container .upfp_row .upfp_zero_height {
	height: auto;
}
#upfp_container #upfp_file.upfp_col {
	display: flex;
	flex-direction: column;
}
#upfp_container .edit_doc_upf_popup .doc_view {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0px;
	height: 100%;
}
#upfp_container .edit_doc_upf_popup .doc_view iframe {
	display: block;
}

/* ============================================================
Custom columns width
============================================================ */
.upfp_row #upfp_file #upfp_main_list_view .upfp_list_cols[data-col-item-number="0"],
.items_list .upfp_list_cols[data-col-item-number="0"] {
	/*max-width: 700px;*/
	max-width: 100%;
	min-width: 250px;
	flex-grow: 1;
}
.upfp_row #upfp_file #upfp_main_list_view .upfp_list_cols:not([data-col-item-number="0"]),
.items_list .upfp_list_cols:not([data-col-item-number="0"]) {
	max-width: 160px;
}
/* ============================================================
Custom sorting columns
============================================================ */
.upfp_row #upfp_file #upfp_main_list_view span.upfp_list_cols:not([data-col-sortby]) {
	cursor: default;
}
#upfp_main_list_view span.upfp_list_cols[data-col-sortby]:after {
	content: "\f0dc";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
#upfp_main_list_view span.upfp_list_cols[data-col-sortby][data-col-sort=ASC]:after {
	content: "\f15d";
}
#upfp_main_list_view span.upfp_list_cols[data-col-sortby][data-col-sort=DESC]:after {
	content: "\f881";
}
/* Default order button hidden */
#upfp_sort_btn.folder_btns {
	display: none !important;
}
/*#upfp_sort_btn.folder_btns.upf_sort_active i.fas:before{
	content: "\f15e";
}*/

/* =======================================================
	Home
/* =====================================================*/

#headSection {}
#headSection::before {
	content:  "";
	position: absolute;
	background-color: #fff;


	bottom: 0;
	left: 0;
	right: 0;

	width: 100%;
	height: 72px;
}

#headSection .et_pb_column_0_tb_body {}

#headSection .et_pb_column_1_tb_body {}
#headSection .et_pb_column_1_tb_body .et_pb_image {

}

	@media all and (min-width: 981px) {
		#headSection .et_pb_column:first-child .et_pb_image  {
			transform: scale(1.15);
			transform-origin: top left;
		}
		#headSection .et_pb_column:last-child .et_pb_image {
			position: absolute;
			bottom: 0;
		}
	}

body .et_pb_row .bgColumn {
	display: block !important;
	min-height: 300px;
}


body .txtColumn {
	padding: 0 0 40px 0;
	margin: 0;
}
body .txtColumn .et_pb_text_inner {
	padding-bottom: 40px;
	max-width: 400px;
	margin: 0 auto;
}
body .txtColumn .et_pb_text_inner h2 {
	margin-top: -30px;
}
body .txtColumn .et_pb_text_inner h3 {
	margin-top: -30px;
}

	@media all and (max-width: 980px) {
		body .txtColumn .et_pb_text_inner h2 {
			margin-top: 30px;
		}
		body .et_pb_row .bgColumn {
			margin: 30px 0 30px 0 !important;
		}
	}




/* ========================================================
   Wist je dat (shortcode)
/* ======================================================*/

@media screen and (min-width: 981px) {
    .sectionWeetje .et_pb_column:first-child {
        border-right: 2px dashed var(--con-purple);

        padding-right: 5%;
    }
}
@media screen and (max-width: 980px) {
    .sectionWeetje .et_pb_column:first-child {
        border-bottom: 2px dashed var(--con-purple);
        margin-bottom: 30px;
        padding-bottom: 25px;
    }
}
.sectionWeetje .et_pb_column:last-child {
    flex-direction: column;
    display: flex;
    justify-content: center;
}
.wistJeDat p {

}
.wistJeDat h3 {
    margin-top: -40px;
    padding-bottom: 20px;
}
