/* *********************************************************
**
** VARS
**
********************************************************* */

:root{
    --base-color: #81c5d2;
    --base-color-dark: #5c8b93;
    --base-color-light: #abe8e9;
    --accent-color: #81c5d2;
    --base-font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    --extra-font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*******************************************************************/
/*                                                                 */
/* COMMON                                                          */
/*                                                                 */
/*******************************************************************/

body{
    padding: 0;
	margin: 0 auto;
    background-color: #F9F9F9;
}

h1,h2,h3,h4,h5,h6{
    font-family: var(--base-font-family);
    font-weight: 300;
}

p, small{
    font-family: var(--base-font-family);
    font-weight: 300;
}


.button{
    font-family: var(--base-font-family);
    font-weight: 400;
}

.buttonlight{
    background-color: var(--base-color-light);
    color: black;
}

strong, b{
    font-family: var(--base-font-family);
    font-weight: 600 !important;
}

.centertext{
    text-align: center;
}

@media only screen {
	.centeronsmall{text-align: center;}
}

@media only screen and (min-width: 40em) {
	.centeronsmall{text-align: left;}
}

.text-align-right{
    text-align: right;
}

.pagebgimage{
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.bannerimage{
    position:relative;
}

.bannercurtain{
    position:absolute; left:0px; top:0px; width:100%; height:100%;
}


.bannermenu-title-wrapper{
    position:absolute; left:0px; width:100%;
}

.bannermenu-wrapper{
    position:absolute; left:0px; bottom:0px; width:100%;
}

.whitebigtitle{
    font-weight:600; color:white;
}

.transparant80{
    opacity: 0.95;
}

.callout{
    border: none;
}

strong.headline{
    font-family: var(--base-font-family);
    font-weight: 600;
}

.ghelamcofontcolor{
    color: var(--base-color);
}



.search-engines-portfolio{
    max-width: 528px;
    margin: 0px auto 0px 0px;
}

.search-engines-news{
    max-width: 528px;
    margin: 0px auto 0px 0px;
}

.search-engines-portfolio > .search > .input-group > .input-group-field, 
.search-engines-news > .search > .input-group > .input-group-field{
    border: none;
}

.search-engines-portfolio > .search > .input-group > .input-group-field::placeholder, 
.search-engines-news > .search > .input-group > .input-group-field::placeholder{
    color:#999;
}



@media only screen {
    h1{
        font-size: 32px;
        line-height: 32px;
    }
    h2{
        font-size: 28px;
        line-height: 28px;
    }
    h3{
        font-size: 24px;
        line-height: 24px;
    }
    h4{
        font-size: 22px;
        line-height: 22px;
    }
    h5{
        font-size: 20px;
        line-height: 20px;
    }
    h6{
        font-size: 18px;
        line-height: 18px;
    }
    .bannerimage{
        height:240px;
    }
    .bannermenu-title-wrapper{
        top:110px;
    }
    .whitebigtitle{
        font-size: 30px;
    }
}
@media only screen and (min-width: 40em) {
    h1{
        font-size: 32px;
        line-height: 32px;
    }
    h2{
        font-size: 28px;
        line-height: 28px;
    }
    h3{
        font-size: 24px;
        line-height: 24px;
    }
    h4{
        font-size: 22px;
        line-height: 22px;
    }
    h5{
        font-size: 20px;
        line-height: 20px;
    }
    h6{
        font-size: 18px;
        line-height: 18px;
    }
    .bannerimage{
        height:360px;
    }
    .bannermenu-title-wrapper{
        top:150px;
    }
    .whitebigtitle{
        font-size: 40px;
    }
}
@media only screen and (min-width: 64em) {
    h1{
        font-size: 32px;
        line-height: 32px;
    }
    h2{
        font-size: 28px;
        line-height: 28px;
    }
    h3{
        font-size: 24px;
        line-height: 24px;
    }
    h4{
        font-size: 22px;
        line-height: 22px;
    }
    h5{
        font-size: 20px;
        line-height: 20px;
    }
    h6{
        font-size: 18px;
        line-height: 18px;
    }
    .bannerimage{
        height:420px;
    }
    .bannermenu-title-wrapper{
        top:180px;
    }
    .whitebigtitle{
        font-size: 45px;
    }
}

.address{
    min-height: 100px;
}
.phone{
    min-height: 30px;
    line-height: 30px;
}

/*******************************************************************/
/*                                                                 */
/* HEADER                                                          */
/*                                                                 */
/*******************************************************************/

#header-wrapper{
    z-index: 997;
    width: 100%;
}

.header-wrapper-white{
    background-color: rgba(255, 255, 255, 1);
}

#header{
    position: relative;
    transition: all 0.6s ease;
    z-index: 998;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.6s ease;
}


#logo{
    transition: all 0.6s ease;
}

/*******************************************************************/
/*                                                                 */
/* TOPMENU                                                          */
/*                                                                 */
/*******************************************************************/

#topmenu #toggler {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 992;
    cursor: pointer;
    opacity: 0;
    margin:0;
    padding: 0;
}

#topmenu #hamburger{
    position: absolute;
    top: 0px;
    right: 15px;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    z-index: 991;
}

#topmenu .loupebtn{
    position: absolute;
    z-index: 992;
    cursor: pointer;
    margin:0;
    padding: 0;
    display: none;
}

#topmenu .loupebtn > div{
    width: 26px;
    height: 26px;
    cursor: pointer;
    background-image: url(../gfx/loupe.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

#topmenu #hamburger > div {
    position: absolute;
    flex: none;
    width: 100%;
    height: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.66s ease;
}

#topmenu #hamburger > div::before,
#topmenu #hamburger > div::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -10px;
    width: 75%;
    height: 2px;
    background-color: inherit;
}

#topmenu #hamburger > div::after {
    top: 10px;
}


#topmenu #toggler:hover + #hamburger > div {
    background-color: var(--accent-color);
}

#topmenu #toggler:checked + #hamburger > div {
    transform: rotate(135deg);
    background-color: #000;
}

#topmenu #toggler:checked + #hamburger > div:before,
#topmenu #toggler:checked + #hamburger > div:after {
    top: 0;
    transform: rotate(90deg);
    width: 100%;
}


@media only screen {
    #header-wrapper{
        padding: 0px 0px 4px 0px;
    }
    #header{
        height: 60px;
        line-height: 60px;
        margin: 0px 20px 0px 20px;
    }
    #logo{
        float:left;
        height: 60px;
        line-height: 60px;
        margin-left: 4px;
        margin-top: 0px;
    }
    #topmenu{
        float: right;
        height: 60px;
        line-height: 60px;
    }
    #logo img{
        height: 46px;
    }
    #topmenu .loupebtn{
        top: 15px;
        right: 66px;
    }
    #topmenu #hamburger > div {
        top:24px;
    }
    #topmenu #hamburger{
        margin-top: 2px;
        height: 60px;
        width: 30px;
        display: block;
    }
    #topmenu #toggler{
        margin-top: 2px;
        height: 60px;
        width: 60px;
        display: block;
    }
}

@media only screen and (min-width: 40em) {
    #header-wrapper{
        padding: 0px 0px 4px 0px;
    }
    #header{
        height: 70px;
        line-height: 70px;
        margin: 0px 20px 0px 20px;
    }
    #logo{
        float:left;
        height: 70px;
        line-height: 70px;
        margin-left: 8px;
        margin-top: 10px;
    }
    #topmenu{
        float: right;
        height: 70px;
        line-height: 70px;
    }
    #logo img{
        height: 58px;
    }
    #topmenu .loupebtn{
        top: 25px;
        right: 66px;
    }
    #topmenu #hamburger > div {
        top:36px;
    }
    #topmenu #hamburger{
        margin-top: 2px;
        height: 60px;
        width: 30px;
        display: block;
    }
    #topmenu #toggler{
        margin-top: 2px;
        height: 60px;
        width: 60px;
        display: block;
    }
}

@media only screen and (min-width: 64em) {
    #header-wrapper{
        padding: 0px 0px 4px 0px;
    }
    #header{
        height: 84px;
        line-height: 84px;
        margin: 0px 20px 0px 20px;
    }
    #logo{
        float:left;
        height: 84px;
        line-height: 84px;
        margin-left: 10px;
        margin-top: 10px;
    }
    #topmenu{
        float: right;
        height: 84px;
        line-height: 84px;
    }
    #logo img{
        height: 74px;
    }
    #topmenu .loupebtn{
        top: 31px;
        right: 66px;
    }
    #topmenu #hamburger > div {
        top:40px;
    }
    #topmenu #hamburger{
        margin-top: 2px;
        height: 60px;
        width: 30px;
        display: block;
    }
    #topmenu #toggler{
        margin-top: 12px;
        height: 60px;
        width: 60px;
        display: block;
    }
}

/*******************************************************************/
/*                                                                 */
/* NAVPANEL                                                          */
/*                                                                 */
/*******************************************************************/

#navpanel{
    background-color: white;
    position: absolute;
    top: -100vh;
    left: 0px;
    z-index: 996;
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-y: none;
}

.navpanel-menu-wrapper{
    display: table;
    height: 100%;
    width: 100%;
}

.navpanel-menu{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.navpanel-cols-wrapper{
    max-width: 94%;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 255, .8);
    padding: 10px 0px 10px 0px;
}

/* WITH GRID */
.navpanel-cols{
    max-width: 94%;
    margin-left: auto;
    margin-right: auto;
}

/* WITH COLS */
.navcols{
    max-width: 94%;
    margin-left: auto;
    margin-right: auto;
}

.navcols-item{
    break-inside: avoid;
}

.navpanel-title{
    font-weight: bold;
    color: var(--base-color);
    cursor: pointer;
}

.navpanel-title > div{
    float: right;
}

.navpanel-ul{
    list-style: none;
    margin: 0;
}

.navpanel-menubtn{
    color: #333;
    font-weight: 400;
}

.navpanel-newsmenubtn{
    color: white;
    background-color: var(--base-color);
    border: var(--base-color) 1px solid;
    padding: 2px 3px 2px 3px;
}

.navpanel-newsmenubtn:hover{
    color: var(--base-color);
    background-color: white;
    border: var(--base-color) 1px solid;
    padding: 2px 3px 2px 3px;
}

@media only screen {
    .navpanel-title{
        font-size: 16px;
        margin-bottom: 16px;
    }
    .navpanel-menubtn{
        font-size: 16px;
        line-height: 40px;
    }
    .navpanel-ul{
        display: none;
    }
    .navpanel-title > div{
        display: block;
    }
    .navcols{
        column-count: 1;
        column-gap: 10px;
    }
}
@media only screen and (min-width: 600px) {
    .navpanel-title{
        font-size: 16px;
        margin-bottom: 16px;
    }
    .navpanel-menubtn{
        font-size: 16px;
        line-height: 24px;
    }
    .navpanel-ul{
        display: block;
    }
    .navpanel-title > div{
        display: none;
    }
    .navcols{
        column-count: 2;
        column-gap: 20px;
    }
}
@media only screen and (min-width: 900px) {
    .navpanel-title{
        font-size: 18px;
        margin-bottom: 18px;
    }
    .navpanel-menubtn{
        font-size: 16px;
        line-height: 32px;
    }
    .navpanel-ul{
        display: block;
    }
    .navpanel-title > div{
        display: none;
    }
    .navcols{
        column-count: 2;
        column-gap: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .navpanel-title{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .navpanel-menubtn{
        font-size: 16px;
        line-height: 36px;
    }
    .navpanel-ul{
        display: block;
    }
    .navpanel-title > div{
        display: none;
    }
    .navcols{
        column-count: 5;
        column-gap: 30px;
    }
}
@media only screen and (min-width: 1800px) {
    .navpanel-title{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .navpanel-menubtn{
        font-size: 16px;
        line-height: 36px;
    }
    .navpanel-ul{
        display: block;
    }
    .navpanel-title > div{
        display: none;
    }
    .navcols{
        column-count: 5;
        column-gap: 30px;
    }
}

/*******************************************************************/
/*                                                                 */
/* SEARCH MENU                                                 */
/*                                                                 */
/*******************************************************************/

.navpanel-search{
    display: none;
    position: relative;
}

@media only screen {
    .navpanel-search{
        margin: auto;
        width: 90%;
    }
}

@media only screen and (min-width: 40em) {
    .navpanel-search{
        margin: auto;
        width: 80%;
    }
}

@media only screen and (min-width: 64em) {
    .navpanel-search{
        margin: auto;
        width: 60%;
    }
}

/*******************************************************************/
/*                                                                 */
/* LANG PROJECTS                                                 */
/*                                                                 */
/*******************************************************************/

.navpanel-lang{
    position: relative;
    margin: auto;
    width: 88%;
}

.lang-refine-sublink{
    color: black;
}

/*******************************************************************/
/*                                                                 */
/* BREADCRUMBS                                                     */
/*                                                                 */
/*******************************************************************/

.breadcrumbs{
    margin:0px 0px 20px 0px;
    color: grey !important;
}

.breadcrumbs a{
    color: grey !important;
}

/*******************************************************************/
/*                                                                 */
/* CHILDREN MENU                                                   */
/*                                                                 */
/*******************************************************************/

.children-menu-wrapper{
    width: 100%;
    background-color: var(--base-color-light);
    margin-bottom: -1px;
}

.children-menu{
    display: table-cell;
    text-align: center;
}

.children-menu a{
    display: block;
    color: #333;
    font-family: var(--base-font-family);
    font-weight: 400;
}

.children-menu a:hover{
    color: white;
}

.children-menu a.active{
    background-color: white;
    color: black;
}

.children-menu a.active:hover{
    color: var(--base-color);
}

@media only screen {
    .children-menu-wrapper{
        display: none;
    }
    .children-menu a{
        line-height: 50px;
    }
}

@media only screen and (min-width: 40em) {
    .children-menu-wrapper{
        display: table;
    }
    .children-menu a{
        line-height: 50px;
    }
}

@media only screen and (min-width: 64em) {
    .children-menu-wrapper{
        display: table;
    }
    .children-menu a{
        line-height: 70px;
    }
}

/*******************************************************************/
/*                                                                 */
/* HELP                                                       */
/*                                                                 */
/*******************************************************************/


.help-wrapper{
    position: fixed;
    top: 50%;
    z-index: 991;
    display: none;
}
.help-is-visible{
    display: block;
}


.help-question{
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    cursor: pointer;
    background-image: url(../gfx/question-mark.svg);
    z-index: 994;
}

.help-question{
    filter: saturate(100%);
}
.help-question.help-visible{
    filter: saturate(0%);
}

.help-question:hover{
    filter: saturate(40%);
}

.help-phone, .help-mail{
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    transition: all 0.3s ease;
    cursor: pointer;
}


.help-phone-icon, .help-mail-icon{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    display: block;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.help-phone-icon{
    background-image: url(../gfx/question-phone.svg);
    z-index: 993;
}
.help-mail-icon{
    background-image: url(../gfx/question-mail.svg);
    z-index: 992;
}

.help-phone .help-phone-text, .help-mail .help-mail-text{
    position: absolute;
    top: 0px;
    right: 0px;
    transition: all 0.3s ease;
    cursor: pointer;
    background-color: var(--base-color);
    border-radius: 60px;
    opacity: 0;
    color: #FFFFFF;
    font-family: var(--base-font-family);
    font-weight: 600;
    text-align: center;
    overflow: hidden;
    border: #FFF 1px solid;
}

.help-phone:hover .help-phone-text, .help-mail:hover .help-mail-text{
    opacity: 1;
    width: 222px;
}

.help-phone .help-phone-text:before{
    content: "";
    opacity: 0;
}
.help-mail .help-mail-text:before{
    content: "";
    opacity: 0;
}

.help-phone:hover .help-phone-text:before{
    content: "+32 92 77 77 77";
    opacity: 1;
}
.help-mail:hover .help-mail-text:before{
    content: "Contact us";
    opacity: 1;
}


@media only screen {
    .help-wrapper{
        right: 10px;
    }
    .help-question, .help-phone, .help-mail{
        width: 40px;
        height: 40px;
    }
    .help-phone.help-out, .help-mail.help-out{
        right:40px
    }
    .help-phone.help-out{
        top: -40px;
    }
    .help-mail.help-out{
        top: 40px;
    }
    .help-phone .help-phone-text, .help-mail .help-mail-text{
        height: 40px;
        width: 40px;
        line-height: 40px;
        padding-right: 40px;
    }
}

@media only screen and (min-width: 40em) {
    .help-wrapper{
        right: 20px;
    }
    .help-question, .help-phone, .help-mail{
        width: 45px;
        height: 45px;
    }
    .help-phone.help-out, .help-mail.help-out{
        right:45px
    }
    .help-phone.help-out{
        top: -45px;
    }
    .help-mail.help-out{
        top: 45px;
    }
    .help-phone .help-phone-text, .help-mail .help-mail-text{
        height: 45px;
        width: 45px;
        line-height: 45px;
        padding-right: 45px;
    }
}

@media only screen and (min-width: 64em) {
    .help-wrapper{
        right: 35px;
    }
    .help-question, .help-phone, .help-mail{
        width: 50px;
        height: 50px;
    }
    .help-phone.help-out, .help-mail.help-out{
        right:50px
    }
    .help-phone.help-out{
        top: -50px;
    }
    .help-mail.help-out{
        top: 50px;
    }
    .help-phone .help-phone-text, .help-mail .help-mail-text{
        height: 50px;
        width: 50px;
        line-height: 50px;
        padding-right: 50px;
    }
}




/*******************************************************************/
/*                                                                 */
/* COLCADE                                              */
/*                                                                 */
/*******************************************************************/

.grid-col {
    float: left;
}

.grid-item{
    margin-bottom: 30px;
}

.grid-inner-wrapper{
    position: relative;
}

.picimg {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.picmiddle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.grid-image-wrapper:hover .picimg {
    opacity: 0.3;
}

.grid-image-wrapper:hover .picmiddle {
    opacity: 1;
}

.picicon {
    color: white;
    background-image: url('../gfx/loupe.svg');
    background-position: center center;
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
}


.grid-title{
    font-family: var(--extra-font-family);
    font-weight: 300;
    font-size: 16px;
    color: #000;
    line-height: 18px;
    padding-top: 2px;
}



@media only screen {
    .grid-col--2, .grid-col--3 { display: none; }
}

@media only screen and (min-width: 600px) {
    .grid-col--2, .grid-col--3 { display: none; }
}

@media only screen and (min-width: 900px) {
    .grid-col { width: 49%; margin-right: 2%; }
    .grid-col--2 { display: block; margin-right: 0; }
    .grid-col--3 { display: none; }
}

@media only screen and (min-width: 1200px) {
    .grid-col { width: 32%; margin-right: 2%; }
    .grid-col--2, .grid-col--3 { display: block; }
    .grid-col--3 { margin-right: 0; }
}

@media only screen and (min-width: 1800px) {
    .grid-col { width: 32%; margin-right: 2%; }
    .grid-col--2, .grid-col--3 { display: block; }
    .grid-col--3 { margin-right: 0; }
}


/*******************************************************************/
/*                                                                 */
/* REFINE PROJECTS                                                 */
/*                                                                 */
/*******************************************************************/

.refine-wrapper{
    text-align: center;
    font-family: var(--base-font-family);
    font-weight: 300;
}

.projects-refine-link{
    color: #000000;
}

.projects-refine-sublink{
    color: #000000;
    font-size: 16px;
    text-align: left;
}

@media only screen {
    .refine-wrapper{
        font-size: 16px; line-height: 3em;
    }
}

@media only screen and (min-width: 600px) {
    .refine-wrapper{
        font-size: 16px; line-height: 3em;
    }
}

@media only screen and (min-width: 900px) {
    .refine-wrapper{
        font-size: 16px; line-height: 3em;
    }
}

@media only screen and (min-width: 1200px) {
    .refine-wrapper{
        font-size: 18px; line-height: 3em;
    }
}

@media only screen and (min-width: 1800px) {
    .refine-wrapper{
        font-size: 18px; line-height: 3em;
    }
}


/*******************************************************************/
/*                                                                 */
/* PROJECT DETAIL                                                  */
/*                                                                 */
/*******************************************************************/

.project-title-wrapper{
    grid-area: mytitle;
}

.project-body-wrapper{
    grid-area: mybody;
}
.project-topimage-wrapper{
    grid-area: mytopimage;
}
.project-video-wrapper{
    grid-area: myvideo;
}
.project-images-wrapper{
    grid-area: myimages;
}

.project-form-wrapper{
    grid-area: myform;
}

.leadform{
    background-color: #E2E2E2;
}


@media only screen {
.project-wrapper{
    display: grid;
    grid-template-columns: 100%;
    grid-template-areas: 
    "mytopimage"
    "mytitle"
    "myvideo"
    "mybody"
    "myimages"
    "myform"
    ;
}
.project-topimage-wrapper{
    margin-bottom:0px;
}
.project-video-wrapper{
    margin-bottom:30px;
}
.leadform{
    padding: 20px;
}
}

@media only screen and (min-width: 40em) {
.project-wrapper{
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto auto 1fr;
    grid-template-areas: 
    "mytitle mytopimage"
    "mybody mytopimage"
    "mybody myvideo"
    "mybody myimages"
    "mybody myform"
    ;
}
.project-title-wrapper{
    padding:0px 20px 30px 0px;
}
.project-body-wrapper{
    padding:0px 20px 20px 0px;
    margin-bottom:0;
}
.project-topimage-wrapper{
    margin-bottom:30px;
}
.project-video-wrapper{
    margin-bottom:30px;
}
.leadform{
    padding: 30px;
}
}

@media only screen and (min-width: 64em) {
.project-wrapper{
    display: grid;
    grid-template-columns: 40% 60%;
    grid-template-rows: auto auto auto 1fr;
    grid-template-areas: 
    "mytitle mytopimage"
    "mybody mytopimage"
    "mybody myvideo"
    "mybody myimages"
    "mybody myform"
    ;
}
.project-title-wrapper{
    padding:0px 20px 45px 0px;
}
.project-body-wrapper{
    padding:0px 40px 20px 0px;
    margin-bottom:0;
    font-family: var(--base-font-family);
    font-weight: 300;
}
.project-topimage-wrapper{
    margin-bottom:30px;
}
.project-video-wrapper{
    margin-bottom:30px;
}
.leadform{
    padding: 40px;
}
}

.project_social{
    position: relative;
    height: 36px;
}

.project_social_title{
    color: black;
    margin-bottom: 1em;
}

.project_social_common{
    width: 36px;
    height: 36px;
    float: left;
    margin-right: 10px;
}

.social_facebook{
    background-image: url(../gfx/icon-facebook-black.svg);
}
.social_instagram{
    background-image: url(../gfx/icon-instagram-black.svg);
}
.social_linkedin{
    background-image: url(../gfx/icon-linkedin-black.svg);
}
.social_twitter{
    background-image: url(../gfx/icon-twitter-black.svg);
}
.social_vimeo{
    background-image: url(../gfx/icon-vimeo-black.svg);
}
.social_youtube{
    background-image: url(../gfx/icon-youtube-black.svg);
}


/*******************************************************************/
/*                                                                 */
/* PAGINATOR                                                   */
/*                                                                 */
/*******************************************************************/

.MarkupPagerNav {
    clear: both;
    margin: 15px 0px 15px 0px;
    font-family: var(--base-font-family);
}
.MarkupPagerNav li {
    display: inline;
    list-style: none;
    margin: 0;
}

.MarkupPagerNav li a,
.MarkupPagerNav li.MarkupPagerNavSeparator {
    display: block;
    float: left;
    padding: 5px 13px;
    color: #666;
    border: #ccc 1px solid;
    margin-right: 6px;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 40px;
}

.MarkupPagerNav li.MarkupPagerNavOn a,
.MarkupPagerNav li a:hover {
    color: #81c5d2;
    border: #81c5d2 1px solid;
    text-decoration: none;
}

.MarkupPagerNav li.MarkupPagerNavSeparator {
    display: inline;
    color: #fff;
    background: #5c8b93;
    padding-left: 3px;
    padding-right: 3px;
}

/*******************************************************************/
/*                                                                 */
/* History                                                    */
/*                                                                 */
/*******************************************************************/

#history-top-visual-wrapper{
    height: 360px;
    position: relative;
}

.galleriahistory{
    left: 50%;
    position: absolute;
    top: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	width: 100%;
    height: 100%;
    z-index: 10;
}

/*******************************************************************/
/*                                                                 */
/* NEWS ARTICLE                                                    */
/*                                                                 */
/*******************************************************************/

#news-top-visual-wrapper{
    height: calc(88vh - 100px);
    position: relative;
    z-index: 1;
}

.gallerianews{
    left: 50%;
    position: absolute;
    top: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	width: 100%;
    height: 100%;
    z-index: 10;
}


.news-page-text{
    background-color: #FFFFFF;
    font-family: var(--base-font-family);
    font-weight: 300;
}

@media only screen {
    .news-page-text{
        padding: 30px 20px 30px 20px;
    }
}

@media only screen and (min-width: 600px) {
    .news-page-text{
        padding: 30px 30px 30px 30px;
    }
}

@media only screen and (min-width: 900px) {
    .news-page-text{
        padding: 30px 45px 30px 45px;
    }
}

@media only screen and (min-width: 1200px) {
    .news-page-text{
        padding: 45px 75px 45px 75px;
    }
}

@media only screen and (min-width: 1800px) {
    .news-page-text{
        padding: 60px 90px 60px 90px;
    }
}

/*******************************************************************/
/*                                                                 */
/* INVESTOR RELATIONS                                              */
/*                                                                 */
/*******************************************************************/

.ir-tree{
    display: block;
    line-height: 50px;
    font-size: 16px;
    border-bottom:silver 1px solid;
    color: #333;
    font-family: var(--base-font-family);
    font-weight: 300;
}

.icon-nextpage{
    float: right;
    display: block;
    width: 20px;
    height: 50px;
    line-height: 50px;
    background-image: url(../gfx/icon-nextpage.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.icon-download{
    float: right;
    display: block;
    width: 20px;
    height: 50px;
    line-height: 50px;
    background-image: url(../gfx/icon-download.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.disclaimertitle{
    font-family: var(--base-font-family);
    font-weight: bold;
}

.disclaimertext{
    display: block;
    width: 100%;
    height: 400px;
    overflow-y: auto;
    border: #CCC 1px solid;
    font-family: var(--base-font-family);
    font-size:13px;
    padding:10px;
}

.investrel.button{
    margin-bottom: 0px;
}

.divcols{
    column-rule: 1px solid #CCC;
}

.divcols-item{
    break-inside: avoid;
}

@media only screen {
    .divcols{
        column-count: 1;
        column-gap: 10px;
    }
}

@media only screen and (min-width: 40em) {
    .divcols{
        column-count: 1;
        column-gap: 30px;
    }
}

@media only screen and (min-width: 64em) {
    .divcols{
        column-count: 2;
        column-gap: 160px;
    }
}



/*******************************************************************/
/*                                                                 */
/* PRO NAVI                                                        */
/*                                                                 */
/*******************************************************************/

.pronavi-wrapper{
    padding: 0px;
}

.provani.center{
    text-align: center;
}

.pronavi.left{
    text-align: left;
}

.pronavi.right{
    text-align: right;
}

.arrow{
    height: 40px;
}

.pronavi-label{
    color: #000;
}

/*******************************************************************/
/*                                                                 */
/* GALLERIA                                                        */
/*                                                                 */
/*******************************************************************/

.galleria-theme-classic .galleria-thumbnails-container{
    margin-top: 640px;
}


div.galleria-image span.img{
	background-color: #CCCCCC;
    display: inline-block;
    height: 12px;
	width: 12px;
	border-radius: 10px 10px 10px 10px;
}

div.galleria-image.active span.img{
	background-color: #81c5d2;
}


/*******************************************************************/
/*                                                                 */
/* SEARCH                                                          */
/*                                                                 */
/*******************************************************************/

.loupe-search {
    height: 16px;
}

.search-item{
    margin-bottom: 30px;
}

.search-item-title{
    color: #000;
    font-size: 24px;
}

.search-item-title:hover{
    text-decoration: underline;
}

/*******************************************************************/
/*                                                                 */
/* CONTACT                                                          */
/*                                                                 */
/*******************************************************************/

.companybg{
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    color: white;
    font-weight: 400;
    padding: 10px;
}
/*
.companycurtain{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    padding: 10px;
}
*/
.companybg .address p, .companybg p.phone{
    font-weight: 400;
}


div.contactspacer{
    position: relative;
}

@media only screen {
    div.contactspacer{
        height: 20px !important;
    }
}

@media only screen and (min-width: 40em) {
    div.contactspacer{
        height: 30px !important;
    }
}

@media only screen and (min-width: 64em) {
    div.contactspacer{
        height: 0px !important;
    }
}

/*******************************************************************/
/*                                                                 */
/* MEMBER                                                          */
/*                                                                 */
/*******************************************************************/


.member-wrapper{
    height: 100%;
    width: 100%;
}

.member-pic{
    position: relative;
    width: 100%;
}

.mempic{
    position: absolute;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.member-title{
    font-size: 18px;
    font-weight: 600;
}

.member-function{
    color: var(--base-color);
}

/*******************************************************************/
/*                                                                 */
/* FOOTER                                                          */
/*                                                                 */
/*******************************************************************/

.footerlogo{
    width: 400px;
}
.footer-company-name{
    font-family: var(--extra-font-family);
    font-size: 24px;
}

@media only screen {
    .footer-padding{
        padding: 30px 0px 30px 0px;
    }
    .footnav-btn{
        line-height:35px;
        font-size: 90%;
    }
    .footnav-title{
        font-size: 90%;
    }
}

@media only screen and (min-width: 600px) {
    .footer-padding{
        padding: 45px 0px 45px 0px;
    }
    .footnav-btn{
        line-height:30px;
        font-size: 90%;
    }
    .footnav-title{
        font-size: 90%;
    }
}

@media only screen and (min-width: 900px) {
    .footer-padding{
        padding: 60px 0px 60px 0px;
    }
    .footnav-btn{
        line-height:30px;
        font-size: 90%;
    }
    .footnav-title{
        font-size: 90%;
    }
}

@media only screen and (min-width: 1200px) {
    .footer-padding{
        padding: 60px 0px 60px 0px;
    }
    .footnav-btn{
        line-height:30px;
        font-size: 90%;
    }
    .footnav-title{
        font-size: 90%;
    }
}

@media only screen and (min-width: 1800px) {
    .footer-padding{
        padding: 60px 0px 60px 0px;
    }
    .footnav-btn{
        line-height:30px;
        font-size: 90%;
    }
    .footnav-title{
        font-size: 90%;
    }
}


.input-group, .input-group-label, .input-group-button{
    border-radius: 0px;
}

.input-group > :first-child, .input-group > :first-child.input-group-button > * {
    border-radius: 0px;
}

.input-group > :last-child, .input-group > :last-child.input-group-button > * {
    border-radius: 0px;
}


.social-wrapper, .search-wrapper{
    width: 96%;
}

@media only screen {
    .social-wrapper{
        margin-left: auto;
        margin-right: auto;
        max-width: 96%;
    }
    .search-wrapper{
        margin-left: auto;
        margin-right: auto;
        max-width: 96%;
    }
}

@media only screen and (min-width: 40em) {
    .social-wrapper{
        margin-left: 0px;
        margin-right: auto;
        max-width: 96%;
    }
    .search-wrapper{
        margin-left: 0px;
        margin-right: auto;
        max-width: 96%;
    }
}

@media only screen and (min-width: 64em) {
    .social-wrapper{
        margin-left: 0px;
        margin-right: auto;
        max-width: 360px;
    }
    .search-wrapper{
        margin-left: 0px;
        margin-right: auto;
        max-width: 400px;
    }
}

.legal-links-wrapper{
    position: relative;
}

@media only screen {
    .legal-link{
        display: block;
        margin: 0px 0px 30px 0px;
        text-align: center;
    }
}

@media only screen and (min-width: 40em) {
    .legal-link{
        display: inline-block;
        margin: 0px 20px 0px 0px;
        text-align: left;
    }
}

@media only screen and (min-width: 64em) {
    .legal-link{
        display: inline-block;
        margin: 0px 20px 0px 0px;
        text-align: left;
    }
}

/*******************************************************************/
/*                                                                 */
/* CREDITS                                                         */
/*                                                                 */
/*******************************************************************/

#credits{
    background-color: #000000;
    color: #CCC;
    padding: 16px 0;
}

#credits a{
    color: #CCC;
}


/**************************************************************************************
**
** BACK TO TOP
**
***************************************************************************************/

/* https://codyhouse.co/gem/back-to-top/ */

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    left: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.8) url(../gfx/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
-webkit-transition: opacity .3s 0s, visibility 0s 0s;
-moz-transition: opacity .3s 0s, visibility 0s 0s;
transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
/* the button becomes visible */
visibility: visible;
opacity: 1;
}
.cd-top.cd-fade-out {
/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
opacity: .5;
}
.no-touch .cd-top:hover {
background-color: #e86256;
opacity: 1;
}
@media only screen and (min-width: 768px) {
.cd-top {
    left: 20px;
    bottom: 20px;
}
}
@media only screen and (min-width: 1024px) {
.cd-top {
    height: 60px;
    width: 60px;
    left: 30px;
    bottom: 60px;
}
}


/**************************************************************************************
**
** COOKIE BANNER
**
***************************************************************************************/

/*.pwcmb-widget{
    background-color: black;
    color: white;
}

.pwcmb-widget__row-label{
    color: white;
}

.pwcmb-widget__button{
    background-color: white;
    display: inline-block;
    padding: 10px;
    border-radius: 0;
    transition: all 0.4s ease;
}

.pwcmb-widget__button:hover{
    background-color: var(--base-color);
}*/

/**************************************************************************************
**
** AGAINST SPAMMY ANNOYING LITTLE NERDS
**
***************************************************************************************/

.grecaptcha-badge { visibility: hidden; }

.tegendevervelendeventjes{
	display:none;
}


#wrap_tegenvervelendeventjes, #wrap_pa_period{
	display: none;
}


.g-recaptcha{
	float: right;
	max-width: 400px;
}

p.InputfieldError{
	background-color: #e31f18;
	color: #FFFFFF;
	padding: 5px;
}

ul.Inputfields{
	list-style:none;
	padding:0;
	margin:0px;
}


.accordion-item > .accordion-title, .accordion-item > .accordion-title::before{
    color: #000;
    font-size: 16px;
    font-weight: normal;
    background-color: white;
}

.accordion-item > .accordion-title::before{
    font-weight: bold;
}

.accordion-item.is-active > .accordion-title, .accordion-item.is-active > .accordion-title::before{
    font-weight: bold;
    color: var(--base-color);
}

.accordion-item > .accordion-title:hover, .accordion-item > .accordion-title:hover::before{
    color: var(--base-color);
}


/**************************************************************************************
**
** PAND AANBIEDEN + HMODH + ESTATE + CONTACT FORMULIER
**
***************************************************************************************/

.contact-wrapper{
    position: relative;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
}

.contactform-title{
    color: var(--base-color);
    font-weight: bold;
}


.InputfieldFieldset{
	padding: 10px 0px 10px 0px;
	margin-bottom: 0px;
}



.labeltitle{
	font-weight: bold;
}



#wrap_pa_surname, #wrap_pa_name, #wrap_pa_phone, #wrap_pa_email, #wrap_pa_street, #wrap_pa_number, #wrap_pa_box, #wrap_pa_city, #wrap_pa_pcode, #wrap_pa_min_rooms, #wrap_pa_max_rooms, #wrap_pa_min_price, #wrap_pa_max_price, #wrap_pa_min_surface, #wrap_pa_max_surface, #wrap_pa_status, #wrap_pa_interest, #wrap_pa_newconstruction{
	float: left;
}



@media only screen {
	#wrap_pa_surname, #wrap_pa_phone, #wrap_pa_street, #wrap_pa_city, #wrap_pa_min_rooms, #wrap_pa_min_price, #wrap_pa_min_surface, #wrap_pa_status{
		width: 100%;
	}
	#wrap_pa_name,  #wrap_pa_email, #wrap_pa_number, #wrap_pa_box, #wrap_pa_pcode, #wrap_pa_max_rooms, #wrap_pa_max_price, #wrap_pa_max_surface, #wrap_pa_interest, #wrap_pa_newconstruction{
		width: 100%; padding-left: 0px;
	}
}

@media print, screen and (min-width: 40em) {
	#wrap_pa_surname{
		width: 40%;
	}
	#wrap_pa_name{
		width: 60%;
		padding-left: 20px;
	}
	#wrap_pa_phone{
		width: 40%;
	}
    #wrap_pa_email{
		width: 60%;
		padding-left: 20px;
    }
    #wrap_pa_street{
		width: 60%;
    }
    #wrap_pa_number{
        width: 20%;
        padding-left: 20px;
    }
    #wrap_pa_box{
        width: 20%;
        padding-left: 20px;
    }
    #wrap_pa_city, #wrap_pa_min_rooms, #wrap_pa_min_price, #wrap_pa_min_surface, #wrap_pa_status{
		width: 50%;
    }
    #wrap_pa_pcode, #wrap_pa_max_rooms, #wrap_pa_max_price, #wrap_pa_max_surface, #wrap_pa_interest{
        width: 50%;
        padding-left: 20px;
    }
}



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

ul.InputfieldRadiosStacked li{
	display: inline-block;
	margin-right: 20px;
}


/*******************************************************************/
/*                                                                 */
/* PRELOADER                                                       */
/*                                                                 */
/*******************************************************************/

.preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: url('../gfx/preloader25.gif');
    background-repeat: no-repeat; 
    background-color: #FFF;
    background-position: center;
 }



/*******************************************************************/
/*                                                                 */
/* Invitation                                               */
/*                                                                 */
/*******************************************************************/


/*
invitation-title
invitation-date
invitation-subject
*/
 /*96553d*/

.invitation-title{
    margin-top: 30px;
    font-family: var(--base-font-family);
    font-weight: 400;
    color: #96553d;
    text-align: center;
    font-size: 42px;
    line-height: 64px;
}

.invitation-date{
    font-family: var(--base-font-family);
    font-weight: 300;
    color: #96553d;
    text-align: center;
    font-size: 36px;
    line-height: 56px;
}

.invitation-subject{
    font-family: var(--base-font-family);
    font-weight: 300;
    color: #96553d;
    text-align: center;
    font-size: 24px;
    line-height: 42px;
}




/*******************************************************************/
/*                                                                 */
/* Projectweb                                               */
/*                                                                 */
/*******************************************************************/

.projectweb{
    font-size: 10px;
    color: #CCC;
}


.mm-chat-button{
    z-index: 900 !important;
    bottom:60px !important;
}