/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


/*--------------------------------------------------------------
## TABLE OF CONTENTS
----------------------------------------------------------------
- ROOT VARIABLES
- TYPOGRAPHY
- BUTTONS
- IMAGES
- GLOBAL OPMAAK
	COLUMN GAP DEFAULT
- HEADER 
- CUSTOM OPMAAK
    - PAGINA: JAARPLAN 2024
- ELEMENTOR WIDGETS
- PLUGIN WIDGETS

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



/*--------------------------------------------------------------
## ROOT
--------------------------------------------------------------*/
@media (max-width:767px) {
    :root {
        --global-padding: 32px;
    }
    html {font-size: 9px;}
}
@media (min-width: 768px) and (max-width:1024px) {
    :root {
        --global-padding: 48px;
    }
    html {font-size: 12px;}
}
@media (min-width:1025px) {
    :root {
        --global-padding: 64px;
    }
    html {font-size: 16px;}
}
/* selection color */
::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: rgba(210, 99, 50, 0.8);
  }::selection {
    color: #fff;
    background: rgba(210, 99, 50, 0.8);
  }



/*--------------------------------------------------------------
## KOERSPLAN SPECIFIEK
--------------------------------------------------------------*/






/*--------------------------------------------------------------
##  TYPOGRAPHY
--------------------------------------------------------------*/
h1 {
    font-style: italic;
}
/*--------------------------------------------------------------
## KOERSPLAN TYPOGRAPHY
--------------------------------------------------------------*/
h1 {
    display: flex;
}
h1::before {
    content: '|';
    color: var(--e-global-color-accent);
    font-weight: 300;
    padding-right: 1rem;
}
/* max-width text container */
.page-content .elementor-widget-text-editor {
    max-width: 620px !important;
}
.page-content .elementor-widget-text-editor.text--full-width {
    max-width: 100% !important;
}
/* TEXT GROOTTES */
.txt--intro.elementor-widget-text-editor p,
.txt--intro.elementor-widget-text-editor .elementor-text-editor {
    font-size: 1.6rem !important;
    line-height: 1.4;
}
.txt--m.elementor-widget-heading .elementor-heading-title,
.txt--m.elementor-widget-text-editor p,
.txt--m.elementor-widget-text-editor .elementor-text-editor {
    font-size: 2rem !important;
    line-height: 1.4;
}
.txt--l.elementor-widget-heading .elementor-heading-title,
.txt--l.elementor-widget-text-editor p,
.txt--l.elementor-widget-text-editor .elementor-text-editor {
    font-size: 3.2rem !important;
    line-height: 1.2;
}
.txt--xl.elementor-widget-heading .elementor-heading-title,
.txt--xl.elementor-widget-text-editor p,
.txt--xl.elementor-widget-text-editor .elementor-text-editor {
    font-size: 5rem !important;
	line-height: 0.9 !important;
}
.txt--xxl.elementor-widget-heading .elementor-heading-title,
.txt--xxl.elementor-widget-text-editor p,
.txt--xxl.elementor-widget-text-editor .elementor-text-editor {
    font-size: 5rem !important;
    line-height: 0.9;
    letter-spacing: -0.02em;
}
/* txt combi */
.txt--combi-m.elementor-widget-heading .elementor-heading-title,
.txt--combi-m.elementor-widget-text-editor p,
.txt--combi-m.elementor-widget-text-editor .elementor-text-editor {
    font-size: 3.2rem !important;
	line-height: 0.9 !important;
}
.txt--combi-m.elementor-widget-heading .elementor-heading-title span {
    font-size: 3.2rem !important;
}
.txt--combi-l.elementor-widget-heading .elementor-heading-title,
.txt--combi-l.elementor-widget-text-editor p,
.txt--combi-l.elementor-widget-text-editor .elementor-text-editor {
    font-size: 3.2rem !important;
	line-height: 0.9 !important;
}
.txt--combi-l.elementor-widget-heading .elementor-heading-title span {
    font-size: 2rem !important;
}
.txt--combi-xl.elementor-widget-heading .elementor-heading-title,
.txt--combi-xl.elementor-widget-text-editor p,
.txt--combi-xl.elementor-widget-text-editor .elementor-text-editor {
    font-size: 5rem !important;
	line-height: 0.9 !important;
}
.txt--combi-xl.elementor-widget-heading .elementor-heading-title span {
    font-size: 2rem !important;
}
.txt--combi-m.elementor-widget-heading .elementor-heading-title span,
.txt--combi-l.elementor-widget-heading .elementor-heading-title span,
.txt--combi-xl.elementor-widget-heading .elementor-heading-title span {
    display: block;
    margin-top: 8px;
	line-height: 0.9 !important;
    color: var(--e-global-color-accent);
    font-style: normal;
}
.txt--quote.elementor-widget-heading .elementor-heading-title,
.txt--quote.elementor-widget-text-editor p,
.txt--quote.elementor-widget-text-editor .elementor-text-editor {
    text-align: center;
    margin: 4rem 0 4rem 0;
}
@media (min-width:1025px) {
    .txt--quote .elementor-text-editor  {
        max-width: 760px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.txt--l + .txt--m.elementor-widget-heading .elementor-heading-title,
.txt--l + .txt--m.elementor-widget-text-editor p,
.txt--l + .txt--m.elementor-widget-text-editor .elementor-text-editor,
.txt--xl + .txt--m.elementor-widget-heading .elementor-heading-title,
.txt--xl + .txt--m.elementor-widget-text-editor p,
.txt--xl + .txt--m.elementor-widget-text-editor .elementor-text-editor {
    margin-top: -16px;
}
@media (max-width: 480px) {
    .txt--xxl.elementor-widget-heading .elementor-heading-title,
    .txt--xxl.elementor-widget-text-editor p,
    .txt--xxl.elementor-widget-text-editor .elementor-text-editor {
        font-size: 4rem !important;
    }
}

/*--------------------------------------------------------------
## KOERSPLAN CONTAINERS
--------------------------------------------------------------*/
/* GLOBAL */
.page-content .elementor-section-wrap > .e-con > .e-con-inner {
    padding-top: calc(2 * var(--global-padding));
    padding-bottom: calc(2 * var(--global-padding));
    gap: var(--global-padding);
}
.page-content .elementor-section-wrap > .e-con.c-con--gap0 > .e-con-inner {
    gap: 0;
}


/* INNER CONTAINER GREY */
.c-con__inner--grey {
    background: var(--e-global-color-e7ae0a2);
    border-radius: 24px;
    padding: calc(0.75 * var(--global-padding));
}
/* INNER CONTAINER WHITE */
.c-con__inner--white {
    padding: calc(0.75 * var(--global-padding)) 0;
}
/* INNER CONTAINER ORANGE */
.c-con__inner--orange {
    background: var(--e-global-color-accent);
    border-radius: 24px;
    padding: var(--global-padding);
}
/* CONTAINER STICKY */
.c-con--sticky {
	position: sticky !important;
    top: 140px;
    /* top: 0; */
}
/* hack om verspringende hoogte op te lossen */
.c-con--sticky:nth-child(2) {
    height: 0!important;
}
/* CONTAINER INTRO */
/* .c-con--intro > .e-con-inner {
    padding-bottom: 128px !important;
} */








/*--------------------------------------------------------------
## TYPOGRAPHY
--------------------------------------------------------------*/
.text--intro p {
	font-size: 1.4rem;
}
@media (max-width:520px) {
	.text--intro p {
		font-size: 1.2rem;
	}
}
.orange {
	color: var(--e-global-color-accent);
	font-weight: 600;
}



/*--------------------------------------------------------------
## BUTTONS
--------------------------------------------------------------*/
.btn-b .elementor-button {
	background-color: var( --e-global-color-2c737de );
	border-color: var( --e-global-color-2c737de );
}
.btn-b .elementor-button:hover {
	color: var( --e-global-color-2c737de );
	border-color: var( --e-global-color-2c737de );
}
/* footer buttons */
.elementor-location-footer .elementor-button:hover {
  color: #fff;;
  border-color: #fff;
}



/*--------------------------------------------------------------
## IMAGES
--------------------------------------------------------------*/
.img--cazas-bg {
	position: absolute;
	left: unset;
	right: 0;
	bottom: 0;
}
.img--cazas-bg img {
	width: auto;
}
@media (min-width:1565px) {
	.img--cazas-bg.bg02 img,
	.img--cazas-bg.bg01 img{
		height: 460px !important;
	}
}
@media (min-width:1025px) and (max-width:1564px) {
	.img--cazas-bg.bg02 img,
	.img--cazas-bg.bg01 img{
		height: 360px !important;
	}
}
@media (min-width:768px) and (max-width:1024px) {
	.img--cazas-bg.bg02 img,
	.img--cazas-bg.bg01 img{
		height: 240px !important;
	}
}
@media (max-width:767px) {
	.img--cazas-bg.bg02 img,
	.img--cazas-bg.bg01 img{
		height: 140px !important;
	}
}




/*--------------------------------------------------------------
## GLOBAL OPMAAK
--------------------------------------------------------------*/
/* COLUMN GAP DEFAULT */
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap{
    padding: calc(2 * var(--global-padding)) var(--global-padding);
}
.popup-np .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap{
    padding: 0!important;
}



/*--------------------------------------------------------------
## HEADER
--------------------------------------------------------------*/

.elementor-nav-menu--main:hover a {
	opacity: 0.6;
}
.elementor-nav-menu--main:hover a:hover {
	opacity: 1;
}
/* header-sticky */
.elementor-location-header .con__header--main,
.elementor-location-header .con--header__menu {
    z-index: 99999;
}
@media (max-width:767px) {
    #elementor-popup-modal-1400 .elementor-nav-menu__align-center .elementor-nav-menu, .elementor-nav-menu__align-center .elementor-nav-menu--layout-vertical > ul > li > a {
        justify-content: start;
    }
}
/* DROPDOWN */
.menu--dropdown .elementor-nav-menu--dropdown {
    position: absolute;
    width: 560px;
    right: 0;
    margin-top: 0;
    top: 24px;
}
/* TITLE SLIDE DOWN */
.con__header--title {
    z-index: 99998;
    transform: translateY(-64px);
    height: 40px;
    margin-top: -64px;
    pointer-events: none;
}
.con__header--title.headerappear {
    transform: translateY(0);
    margin-top: 0;
}


/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/
.con__contactinfo {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: repeat(9, auto);
	grid-column-gap: 24px;
	grid-row-gap: 8px;
	color: #fff;
}
.con__contactinfo a {
	color: #fff;
}
.con__contactinfo > div:nth-child(odd) {
	font-weight: 700;
}
.con__contactinfo > div:nth-child(even)::before {
	content: '';
	display: inline-block;
	width: 2px;
	height: 16px;
	background: var(--e-global-color-accent);
	position: relative;
	transform: translateX(-11px);
	top: 2px;
}
/* Footer padding tweaken voor resp weergave en weergave logo */
@media (min-width: 1025px) and (max-width: 1268px) {
    .elementor-location-footer .footer__wrapper > .elementor-column-wrap > .elementor-widget-wrap {
        padding-right: 265px !important;
    }
}






/*--------------------------------------------------------------
## CUSTOM OPMAAK
--------------------------------------------------------------*/
/* CUSTOM COLUMNS */
@media (max-width:1024px) {
	.section--odd .elementor-column-gap-default > .elementor-row > .elementor-col-50:first-child > .elementor-element-populated > .elementor-widget-wrap,
	.section--even .elementor-column-gap-default > .elementor-row > .elementor-col-50:last-child > .elementor-element-populated > .elementor-widget-wrap {
		padding: var(--global-padding);
	}
	.section--odd .elementor-column-gap-default > .elementor-row > .elementor-col-50:last-child > .elementor-element-populated > .elementor-widget-wrap,
	.section--even .elementor-column-gap-default > .elementor-row > .elementor-col-50:first-child > .elementor-element-populated > .elementor-widget-wrap {
		padding: 0 var(--global-padding) calc(2 * var(--global-padding)) var(--global-padding);
	}
}


/* HOME HERO ARROW */
.icon--hero-arrow {
    animation-name: arrow-slide;
    animation-duration: 2s;
    animation-iteration-count: infinite;
	animation-delay: 2s;
	opacity: 0;
}

@keyframes arrow-slide {
    0% {
        transform: translateY(0px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform:translateY(50px);
        opacity: 0;
    }
}

/* NEWS CONTAINER */
.cont--news.elementor-section > .elementor-container > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 32px 64px;
}
.cont--news .elementor-inner-section .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap {
	padding: 32px 32px;
}
@media (min-width:768px) and (max-width:1024px) {
	.cont--news.elementor-section > .elementor-container > .elementor-row > .elementor-column > .elementor-element-populated {
		padding: 24px 48px;
	}
	.cont--news .elementor-inner-section .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap {
		padding: 24px 24px;
	}
}
@media (max-width:767px) {
	.cont--news.elementor-section > .elementor-container > .elementor-row > .elementor-column > .elementor-element-populated {
		padding: 16px 32px;
	}
	.cont--news .elementor-inner-section .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap {
		padding: 16px 16px;
	}
	.cont--news .elementor-inner-section:nth-child(odd) .elementor-column-gap-default > .elementor-row > .elementor-column:nth-child(2) > .elementor-element-populated > .elementor-widget-wrap {
		padding: 0 16px 32px 16px;
	}
	.cont--news .elementor-inner-section:nth-child(even) .elementor-column-gap-default > .elementor-row > .elementor-column:nth-child(1) > .elementor-element-populated > .elementor-widget-wrap {
		padding: 0 16px 32px 16px;
	}
	.cont--news .elementor-inner-section .elementor-image,
	.cont--news .elementor-inner-section .elementor-image img {
		max-width: 360px;
    }
}

/* LINE NAVIGATION */
.con--bullets.headerappear {
    position: fixed;
    bottom: 0;
    opacity: 0;
    transform:translateY(30px);
    background: #fff;
    z-index: 109;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.15);
    animation-name: slideFooterUp;
    animation-duration: 300ms;
    animation-iteration-count: 1;
	animation-delay: 0s;
    animation-fill-mode: forwards;
}
@keyframes slideFooterUp {
0% {
    transform:translateY(30px);
}
100% {
    transform:translateY(0px);
    opacity: 1;
}
}
.elementor-location-footer .html-bullet-nav {
    width: 100%;
    z-index: 9;
}
.elementor-location-footer .html-bullet-nav::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--e-global-color-accent);
    top: 25px;
    position: absolute;
}
.line-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.col-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% / 7);
    padding: 16px 0;
}
.col-wrapper .line-tekst {
    position: absolute;
}
.col-wrapper .line-tekst p {    
    opacity: 0;
    font-size: 15px;
    padding: 0 8px;
    transition: all 600ms 300ms;
    border-image-slice: 13 13 13 13;
    border-image-width: 13px 13px 13px 13px;
    border-image-outset: 13px 13px 13px 13px;
    border-image-repeat: stretch repeat;
    border-image-source: url("https://koersplan.cazaswonen.nl/wp-content/uploads/text-box.svg");
    border-style: solid;
    width: 160px;
    background: #fff;
    text-align: center;
    color: var(--e-global-color-accent);
    margin-bottom: 0;
    transform: translateY(-6px);
}

.col-wrapper .line-bullet {
    position: relative;
    color: var(--e-global-color-accent);
    width: 20px;
    height: 20px;
    background: var(--e-global-color-accent);
    border-radius: 25px;
}

/* active line teksten */
.col-wrapper:hover .line-tekst p,
.page-id-1842 .p-1842 .line-tekst p,
.page-id-1132 .p-1132 .line-tekst p,
.page-id-1393 .p-1393 .line-tekst p,
.page-id-1445 .p-1445 .line-tekst p,
.page-id-1447 .p-1447 .line-tekst p,
.page-id-1449 .p-1449 .line-tekst p,
.page-id-1451 .p-1451 .line-tekst p {
    transform: translateY(calc(-100% - 16px));
    opacity: 1;
}
/* resp */
@media (max-width: 1270px) {
    .line-wrapper {
        padding: 0 60px;
    }
}
@media (max-width:860px) {
    .col-wrapper:hover .line-tekst p {
        display: none;
    }
}
@media (max-width: 620px) {
    .col-wrapper .line-tekst p {    
        font-size: 14px;
        padding: 0 6px;
        width: 120px;
    }
}

/* PAGINA: JAARPLAN 2024 */
.page-id-2167 .elementor > .e-con:not(.c-con--intro) .txt--xxl.elementor-widget-heading .elementor-heading-title {
    font-size: 3.2rem !important;
}
.page-id-2167 .txt--combi-m.elementor-widget-heading .elementor-heading-title,
.page-id-2167 .txt--combi-m.elementor-widget-heading .elementor-heading-title span,
.page-id-2167 .txt--l.elementor-widget-heading .elementor-heading-title {
    font-size: 2.4rem !important;
    font-style: normal;
    line-height: 1;
}
.page-id-2167 .txt--combi-m.elementor-widget-heading .elementor-heading-title span {
    margin-top: 0;
}
.page-id-2167 .con--bullets {
    display: none;
}
.page-id-2167 .c-con__inner--white {
    padding: 16px 0;
}
@media (max-width:1024px) {
    .c-con__resp-bg-grey {
        background: var(--e-global-color-e7ae0a2);
        border-radius: 24px;
        padding: calc(0.75 * var(--global-padding)) !important;
    }
}

.page-id-2357 .elementor > .e-con:not(.c-con--intro) .txt--xxl.elementor-widget-heading .elementor-heading-title {
    font-size: 3.2rem !important;
}
.page-id-2357 .txt--combi-m.elementor-widget-heading .elementor-heading-title,
.page-id-2357 .txt--combi-m.elementor-widget-heading .elementor-heading-title span,
.page-id-2357 .txt--l.elementor-widget-heading .elementor-heading-title {
    font-size: 2.4rem !important;
    font-style: normal;
    line-height: 1;
}
.page-id-2357 .txt--combi-m.elementor-widget-heading .elementor-heading-title span {
    margin-top: 0;
}
.page-id-2357 .con--bullets {
    display: none;
}
.page-id-2357 .c-con__inner--white {
    padding: 16px 0;
}
@media (max-width:1024px) {
    .c-con__resp-bg-grey {
        background: var(--e-global-color-e7ae0a2);
        border-radius: 24px;
        padding: calc(0.75 * var(--global-padding)) !important;
    }
}



/*--------------------------------------------------------------
## ELEMENTOR WIDGETS
--------------------------------------------------------------*/
/* ELEMENTOR TEXT EDITOR WIDGET */

/* ELEMENTOR ICON LIST */
.elementor-widget.elementor-widget-icon-list .elementor-icon-list-item a {
	align-items: flex-start;
}
.elementor-widget-icon-list .elementor-icon-list-icon {
	margin-top: 8px;
}
.elementor-icon-list-items:hover a {
	opacity: 0.6;	
}
.elementor-icon-list-items:hover .elementor-icon-list-item:hover a {
	opacity: 1;	
}

/* ELEMENTOR ICON BOX */
.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title {
    margin-top: 0;
}
.elementor-widget-icon-box .elementor-icon-box-content  .elementor-icon-box-description {
	margin-top: 16px !important;
}
.elementor-widget-icon-box.icon-box-navigation .elementor-icon-box-content  .elementor-icon-box-description {
	margin-top: 0 !important;
}
icon-box-navigation
/* bg white */
.elementor-widget-icon-box .elementor-icon-box-icon i {
    background: #fff;
    border-radius: 50px;
}

/* ELEMENTOR POST NAVIGATION */
.elementor-post-navigation {
    gap: 8px !important;
}
.elementor-widget-post-navigation .elementor-widget-container {
	margin-bottom: calc(2 * var(--global-padding));
}
.elementor-widget-post-navigation .post-navigation__prev--label,
.elementor-widget-post-navigation .post-navigation__next--label {
	font-size: 2rem !important;
	font-weight: 600;
}
/* NAMAAK NAVIGATION */
.icon-box-navigation .elementor-icon-box-title a {
    font-size: 2rem !important;
}
.icon-box-navigation .elementor-icon-box-description {
    font-size: 0.7em !important;
}


/*--------------------------------------------------------------
## PLUG-IN WIDGETS
--------------------------------------------------------------*/
/* COMPLIANZ */
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn,
.cmplz-cookiebanner .cmplz-title {
	font-weight: 600 !important;
}
