/**************************/
/* NAVIGATION*/
/**************************/

.nav-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    height: 9.6rem;
    padding: 0 4.8rem;
    position: relative;
}

.logo {
    width: 20rem;
}

.main-nav-list {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 4.8rem;
}

.main-nav-link:link,
.main-nav-link:visited {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 1.8rem;
    transition: all 0.3s;
}

.main-nav-link:hover,
.main-nav-link:active {
    color: #F9B000;
}

.main-nav-link.nav-cta:link,
.main-nav-link.nav-cta:visited {
    padding: 1.2rem 2.4rem;
    border-radius: 5rem;
    color: #003057;
    background: linear-gradient(to right, #F9B000, #FFE37E);
}

.main-nav-link.nav-cta:hover,
.main-nav-link.nav-cta:active {
    background: linear-gradient(to right, #FFE37E, #F9B000);
}

/* MOBILE */
.btn-mobile-nav {
    border: none;
    background: none;
    cursor: pointer;

    display: none;
}

.icon-mobile-nav {
    height: auto;
    width: 4.8rem;
}

.menu-x {
    display: none;
}

/* STICKY NAVIGATION */
.sticky .nav-box {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 8rem;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 999;
    box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.03);
}

.sticky .section-hero {
    margin-top: 9.6rem;
}

/* ****************************** */
/* HEADER */
/* ****************************** */
.header-home {
    background-image: linear-gradient(to right bottom,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.1)),
    url("/images/achtergronden/grace-business-group_background.jpg");
    background-position: top;
    background-size: cover;
    min-height: 80rem;
}

.header-tekst-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.header-tekst-box img {
    width: 50%;
    margin-bottom: 3.2rem;
}

.header-tekst-box p {
    font-family: "Charter-Regular", sans-serif;
    font-size: 3rem;
    color: #F9B000;
    letter-spacing: .1rem;
    margin-bottom: 1rem;
    font-weight: normal;
    line-height: 1.4;
}

.header-tekst-box hr {
    display: inline-block;
    width: 20rem;
    border: .1rem solid #F9B000;
}

/* ****************************** */
/* INTRO */
/* ****************************** */
.section-intro {
    margin: 9.6rem auto;
}

.intro-tekst {
    margin: 0 auto;
    text-align: center;
}

.intro-tekst h2 {
    font-family: "Charter-Regular", sans-serif;
    color: #003057;
    font-size: 3rem;
    letter-spacing: .2rem;
    margin-bottom: 2rem;
}

.intro-tekst p {
    font-size: 2rem;
    letter-spacing: .1rem;
    text-align: left;
    line-height: 1.7;
}

/* ****************************** */
/* PIJLERS */
/* ****************************** */
.section-pijlers {
    margin-top: 14.8rem;
    padding-bottom: 9.6rem;
    background: url("/images/achtergronden/grace-interim-consultancy-header_uitsnede.jpg") no-repeat top;
    background-size: cover;
}

.pijlers {
    position: relative;
    width: 40%;
    background-color: #fff;
    padding: 5.2rem 3.2rem;
    border-radius: 1.5rem;
    border: .3rem solid #FFE37E;
    margin-top: -5rem;
}

.pijlers img {
    width: 25%;
    position: absolute;
    top: -0%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: .3rem solid #FFE37E;
}

.pijlers img:nth-child(1) {
    background: linear-gradient(to right, #FFE37E, #F9B000);
}

.pijlers img:nth-child(2) {
    background: linear-gradient(to right, #F9B000, #FFE37E);
}

.pijlers h2 {
    font-family: "Charter-Regular", sans-serif;
    color: #003057;
    font-size: 2.4rem;
    letter-spacing: .1rem;
    margin-bottom: 1rem;
    text-align: center;
    margin-top: 1.6rem;
    padding: 0 2.4rem;
}

.pijlers p {
    font-size: 1.6rem;
    letter-spacing: .1rem;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.pijlers button {
    position: absolute;
    border: none;
    background: linear-gradient(to right, #003057, #11284B);
    color: #fff;
    padding: 1.6rem 3.2rem;
    border-radius: 5rem;
    transition: all .3s;
    text-align: center;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: normal;
    font-size: 1.4rem;
}

.pijlers button:hover {
    background: linear-gradient(to right, #FFE37E, #F9B000);
    color: #003057;
}

.pijler-consultancy {
    justify-self: right;
}

.pijler-building-people {
    justify-self: left;
}

/* ****************************** */
/* WERKWIJZE */
/* ****************************** */
.section-werkwijze {
    margin: 9.6rem auto
}

.werkwijze-box p {
    letter-spacing: .1rem;
    line-height: 1.7;
}

.werkwijze-box img {
    width: 80%;
    border-radius: 5rem;
    z-index: 2;
}

.werkwijze-box div :nth-child(2) {
    position: relative;
}

.image-border-werkwijze {
    position: absolute;
    border: .3rem solid #FFE37E;
    border-radius: 5rem;
    width: 80%;
    height: 30rem;
    z-index: -1;
    top: -20%;
    left: 45%;
    transform: translate(-50%, -50%);
}

/* ****************************** */
/* WERKWIJZE SLOGAN */
/* ****************************** */
.section-werkwijze-slogan {
    background-image: linear-gradient(to right bottom,
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.4)),
    url("/images/achtergronden/grace-business-group_background.jpg");
    background-position: top;
    background-size: cover;
    text-align: center;
    padding: 9.8rem 0;
    margin-top: -20rem;
}

.werkwijze-slogan p {
    color: #F9B000;
    font-size: 3.6rem;
}

.werkwijze-slogan span {
    color: #fff;
    display: block;
    font-size: 2rem;
    margin-top: 3.6rem;
    margin-bottom: 2rem;
}

.werkwijze-slogan img {
    width: 30%;
}

/* ****************************** */
/* ONZE ERVARING */
/* ****************************** */
.section-ervaring {
    padding: 9.6rem 0;
}

.onze-ervaring-box p {
    letter-spacing: .1rem;
    line-height: 1.7;
}

.onze-ervaring-box img {
    width: 80%;
    border-radius: 5rem;
    z-index: 2;
}

.onze-ervaring-box div :nth-child(2) {
    position: relative;
}

.image-border-ervaring {
    position: absolute;
    border: .3rem solid #FFE37E;
    border-radius: 5rem;
    width: 80%;
    height: 30rem;
    z-index: -1;
    top: -20%;
    left: 45%;
    transform: translate(-50%, -50%);
}

/* ****************************** */
/* WAAR KUNNEN WIJ HELPEN */
/* ****************************** */
.section-waar-kunnen-wij-helpen {
    background: url("/images/achtergronden/grace-interim-consultancy-header_uitsnede.jpg") no-repeat top;
    background-size: cover;
    height: 35rem;
    display: flex;
    justify-content: center;
    margin-top: -15rem;
}

.waar-kunnen-wij-helpen div {
    border: .3rem solid #FFE37E;
    background-color: #fff;
    border-radius: 5rem;
    padding: 4.8rem 9.6rem;
    margin-top: -8rem;
}

.waar-kunnen-wij-helpen h2 {
    font-family: "Charter-Regular", sans-serif;
    text-align: center;
    color: #003057;
    margin-bottom: 2rem;
}

.waar-kunnen-wij-helpen ul {
    list-style: none;
}

.waar-kunnen-wij-helpen li {
    line-height: 1.7;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.waar-kunnen-wij-helpen li:before {
    content: "+";
    margin-right: 4px;
    color: #F9B000;
    font-size: 2.5rem;
}

/* ****************************** */
/* RECENSIES */
/* ****************************** */
.section-recensies {
    padding: 9.6rem 0;
}

.recensies h2 {
    text-align: center;
    color: #003057;
    margin-top: 5rem;
    margin-bottom: 3rem;
    font-family: "Charter-Bold", sans-serif;
}

.slider-container {
    position: relative;
}

.slide {
    transition: 0.4s ease;
    z-index: 1;
}

.slide.hide {
    display: none;
}

.recensie-box {
    border-radius: 5rem;
    padding: 4.8rem 9.6rem;
    box-shadow: 5px 10px 20px #888888;
    min-height: 40rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.recensie-tekst {
    margin-top: 2rem;
    line-height: 1.7;
}

.recensie-box img {
    width: 50%;
}

.recensie-box span {
    display: block;
    text-align: center;
    color: #F9B000;
    line-height: 1.5;
}

.recensie-button {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(to right, #FFE37E, #F9B000);
    font-size: 2rem;
    width: 4.8rem;
    height: 4.8rem;
    color: #fff;
    border-radius: 100%;
    padding: 1rem;
    border: .2rem solid #FFE37E;
    z-index: 1;
}

.recensie-button-links {
    left: 0;
}

.recensie-button-rechts {
    right: -4%;
}


/* ****************************** */
/* CTA */
/* ****************************** */
.section-cta-home {
    padding: 12.8rem 0;
    text-align: center;
    background-image: linear-gradient(to right bottom,
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.4)),
    url("/images/achtergronden/grace-business-group_background.jpg");
    background-position: top;
    background-size: cover;
}

.section-cta-home h2 {
    font-family: "Charter-Regular", sans-serif;
    color: #F9B000;
    font-size: 3.6rem;
    font-weight: normal;
    margin-bottom: 1.6rem;
}

.section-cta-home p {
    color: #fff;
    margin-bottom: 2.4rem;
}

.section-cta-home button {
    border: none;
    background: linear-gradient(to right, #FFE37E, #F9B000);
    color: #003057;
    padding: 1.6rem 3.2rem;
    border-radius: 5rem;
    transition: all .3s;
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
}

.section-cta-home button:hover {
    background: linear-gradient(to right, #F9B000, #FFE37E);
    color: #003057;
}

/* ****************************** */
/* FOOTER */
/* ****************************** */
.section-footer {
    background-color: #003057;
}

.footer-box {
    align-items: center;
    justify-items: left;
    gap: 0;
    padding: 0 2.4rem;
}

.footer-box div :nth-child(1) {
    justify-self: right;
}

.footer-box img {
    width: 40%;
    height: auto;
    display: block;
}

.footer-box p {
    color: #fff;
    line-height: 1.7;
    font-weight: lighter;
    font-size: 1.6rem;
}

.footer-box span {
    display: block;
}

/* ****************************** */
/* COOKIES */
/* ****************************** */

#cookie-notice {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    max-width: 450px;
    margin: auto;
    padding: 0.5rem;
    border: 1px solid #eee;
    background-color: #fefefe;
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.05);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 22px;
    font-size: 15px;
    text-align: center;
    color: #555;
}

.cookie-notice-more {
    margin: 0 0.25rem;
    text-decoration-style: dashed;
    color: inherit;
}

.cookie-notice-close {
    padding: 0 0.5rem;
    border: 1px solid #ddd;
    border-radius: 0.125rem;
    line-height: 20px;
    text-decoration: none;
    color: #888;
}

@media only screen and (min-width: 768px) {
    #cookie-notice {
        bottom: 1rem;
        border-radius: 0.25rem;
    }

    .cookie-notice-close {
        float: right;
    }
}
